config.name,config.backend.name,config.backend.version,config.backend._target_,config.backend.task,config.backend.library,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.processor_kwargs.trust_remote_code,config.backend.hub_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.quantization_config.bits,config.backend.quantization_config.use_exllama ,config.backend.quantization_config.version,config.backend.quantization_config.model_seqlen,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.latency,config.scenario.memory,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.gpu,config.environment.gpu_count,config.environment.gpu_vram_mb,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,config.backend.model_type,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,config.backend.hub_kwargs.revision,config.backend.hub_kwargs.force_download,config.backend.hub_kwargs.local_files_only,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 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,.,.,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: . does not appear to have a file named config.json. Checkout 'https://huggingface.co/./tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,a,a,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/a/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475af-0c8dbe7672c4ec9d3f4eea81;93ee79d0-59d7-4c61-b0ac-98b147d72c60) Repository Not Found for url: https://huggingface.co/a/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: a is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-7B,Qwen/Qwen-7B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-66b,facebook/opt-66b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1548.263424,7751.59808,0.0,7105.150976,6340.568064,s,10,3.4567100830078124,0.34567100830078124,0.0005152727076302828,0.3455042877197266,0.3458165435791016,0.346506965637207,0.3470593032836914,"[0.3471973876953125, 0.3454416198730469, 0.3454131164550781, 0.34539434814453124, 0.34547564697265626, 0.3455329284667969, 0.3454471435546875, 0.34553567504882815, 0.34566311645507813, 0.34560910034179687]",tokens/s,740.5885765729154,kWh,4.081709237619378e-06,2.236548147799301e-06,1.9862036962412817e-05,2.61802943478315e-05,tokens/kWh,9778346.897051001,MB,1548.263424,7751.59808,0.0,7105.150976,6493.003264,s,10,193.84639453124998,19.384639453124997,0.001739345969568718,19.384948242187498,19.38640234375,19.386525390625,19.386623828125,"[19.3866484375, 19.3860625, 19.38255859375, 19.380845703125, 19.38573828125, 19.3836953125, 19.385234375, 19.38457421875, 19.384662109375, 19.386375]",tokens/s,3.249995964709252,kWh,0.000228853357217321,0.00012543088572712237,0.0011210289868607967,0.0014753132298052402,tokens/kWh,42702.7960755946,,s,629,196.64754556274409,0.31263520757193025,0.041037211001750167,0.3076741027832031,0.30793173828125003,0.308076123046875,0.6531193774414062,"[0.30759014892578124, 0.3073996887207031, 0.3076126708984375, 0.307525634765625, 0.3075747985839844, 0.30765567016601564, 0.3074775085449219, 0.307478515625, 0.3077212219238281, 0.3079424133300781, 0.30763519287109375, 0.30770379638671874, 0.30771096801757813, 0.30782464599609377, 0.30763418579101565, 0.30780517578125, 0.30751641845703126, 0.30785842895507814, 0.3077867431640625, 0.30753585815429685, 0.3074826354980469, 0.3075614624023438, 0.3075655822753906, 0.30764749145507814, 0.3075962829589844, 0.30768231201171875, 0.3075881042480469, 0.3075542907714844, 0.3074355163574219, 0.3074580383300781, 0.30763418579101565, 0.3077570495605469, 0.30763214111328124, 0.307852294921875, 0.3076188049316406, 0.30763006591796876, 0.3076167602539063, 0.3077632141113281, 0.3077345275878906, 0.30766183471679687, 0.3079874572753906, 0.3086438293457031, 0.3081943054199219, 0.307768310546875, 0.3077980041503906, 0.3078594665527344, 0.3077775268554688, 0.30774578857421875, 0.3078174743652344, 0.30787789916992186, 0.30779595947265626, 0.3079075927734375, 0.3077079162597656, 0.3076761474609375, 0.30769970703125, 0.3077621765136719, 0.3077980041503906, 0.3077488708496094, 0.30769561767578124, 0.3077519226074219, 0.30770278930664063, 0.30778265380859376, 0.6531512451171875, 0.3074273376464844, 0.30739764404296877, 0.30750311279296877, 0.307409912109375, 0.30741607666015625, 0.307557373046875, 0.30737921142578123, 0.3074682922363281, 0.30750924682617187, 0.307768310546875, 0.30767514038085936, 0.30764236450195315, 0.3076177978515625, 0.3076864013671875, 0.3076710510253906, 0.3076188049316406, 0.3076044921875, 0.30809396362304686, 0.3077212219238281, 0.30802227783203123, 0.30752255249023436, 0.30759832763671874, 0.30747442626953125, 0.30788507080078126, 0.30766387939453127, 0.30776422119140623, 0.3077539978027344, 0.30769662475585935, 0.30761370849609376, 0.30752972412109375, 0.3076607971191406, 0.30774578857421875, 0.3076659240722656, 0.30771917724609377, 0.3075706787109375, 0.3075829772949219, 0.30769662475585935, 0.3078021240234375, 0.30784613037109376, 0.30780517578125, 0.30764849853515625, 0.3077068786621094, 0.30805401611328126, 0.30781439208984374, 0.30773248291015626, 0.3076812744140625, 0.30804583740234376, 0.3077990417480469, 0.30819122314453123, 0.30811749267578126, 0.3080816650390625, 0.3077918701171875, 0.3077345275878906, 0.30781439208984374, 0.307842041015625, 0.3079813232421875, 0.3077980041503906, 0.307694580078125, 0.3078656005859375, 0.3077867431640625, 0.307768310546875, 0.3076505737304687, 0.6531296997070313, 0.3076434020996094, 0.3073986511230469, 0.3074334716796875, 0.30731265258789064, 0.3075471496582031, 0.3075911560058594, 0.3074989929199219, 0.3076710510253906, 0.3076095886230469, 0.307493896484375, 0.3075881042480469, 0.3079679870605469, 0.3076095886230469, 0.30759219360351564, 0.30780825805664064, 0.3077283935546875, 0.3074385986328125, 0.3076157531738281, 0.30767205810546877, 0.30775604248046873, 0.3076085815429688, 0.3077099609375, 0.30762802124023436, 0.3076792297363281, 0.30738226318359374, 0.3076239318847656, 0.30758502197265625, 0.30767514038085936, 0.30759732055664063, 0.3075461120605469, 0.307525634765625, 0.3077693481445313, 0.30761370849609376, 0.30762701416015625, 0.30751742553710937, 0.30752459716796876, 0.307620849609375, 0.30767514038085936, 0.3075932312011719, 0.30751437377929686, 0.3077099609375, 0.30766183471679687, 0.3076167602539063, 0.30826495361328127, 0.3078266906738281, 0.3077160949707031, 0.3076659240722656, 0.30786151123046873, 0.3076526184082031, 0.30776626586914063, 0.30768331909179686, 0.3080970153808594, 0.30773965454101565, 0.3079956359863281, 0.30783795166015626, 0.3077539978027344, 0.3076648864746094, 0.30771096801757813, 0.3076761474609375, 0.30767514038085936, 0.3076915283203125, 0.3076239318847656, 0.6530293579101563, 0.30753585815429685, 0.3073853454589844, 0.307493896484375, 0.30737921142578123, 0.3073648681640625, 0.30751129150390627, 0.3073433532714844, 0.30749285888671873, 0.3074355163574219, 0.3075911560058594, 0.3074211730957031, 0.30752359008789065, 0.30766387939453127, 0.30758706665039065, 0.3074406433105469, 0.30745394897460937, 0.30757684326171875, 0.30773248291015626, 0.3074334716796875, 0.307704833984375, 0.3074006958007813, 0.3077294006347656, 0.3076126708984375, 0.30764749145507814, 0.30745086669921873, 0.3077846984863281, 0.3075389404296875, 0.3075082092285156, 0.3075133361816406, 0.30751437377929686, 0.30759832763671874, 0.30767822265625, 0.3075389404296875, 0.30752972412109375, 0.3075471496582031, 0.3075133361816406, 0.30752459716796876, 0.3075819396972656, 0.307599365234375, 0.3077355651855469, 0.3076792297363281, 0.30761984252929686, 0.30754815673828123, 0.30769662475585935, 0.3078174743652344, 0.3077969970703125, 0.3075911560058594, 0.3077570495605469, 0.3080509338378906, 0.30761471557617187, 0.30773760986328125, 0.3079126892089844, 0.30784103393554685, 0.30812261962890625, 0.30798233032226563, 0.3078952941894531, 0.30778060913085936, 0.3077201843261719, 0.30783590698242186, 0.307820556640625, 0.307873779296875, 0.30791064453125, 0.653359130859375, 0.30767514038085936, 0.3075440673828125, 0.3074426879882812, 0.3075491943359375, 0.30763214111328124, 0.3076259765625, 0.3076925354003906, 0.3075747985839844, 0.3075553283691406, 0.3074959411621094, 0.3075389404296875, 0.3076188049316406, 0.3076259765625, 0.30817279052734375, 0.30748876953125, 0.3075389404296875, 0.30780825805664064, 0.30760037231445314, 0.3075061645507812, 0.30770278930664063, 0.30782260131835937, 0.30784613037109376, 0.30789120483398436, 0.3076710510253906, 0.3074559936523438, 0.3075737609863281, 0.30757785034179685, 0.3076229248046875, 0.3075205078125, 0.307515380859375, 0.307589111328125, 0.30767514038085936, 0.3076095886230469, 0.3076710510253906, 0.3076567077636719, 0.30764031982421874, 0.3076024169921875, 0.3076464538574219, 0.30764849853515625, 0.3077355651855469, 0.30797515869140624, 0.3077017517089844, 0.3078625183105469, 0.30795672607421876, 0.30789324951171876, 0.3081584777832031, 0.3078829956054687, 0.30764031982421874, 0.3076444091796875, 0.30792703247070313, 0.3077345275878906, 0.3077539978027344, 0.3077160949707031, 0.3079935913085938, 0.3082045288085937, 0.3080570983886719, 0.30782260131835937, 0.30772531127929686, 0.30776626586914063, 0.3076659240722656, 0.3077222290039062, 0.30773965454101565, 0.6532249755859375, 0.3075266418457031, 0.30746624755859375, 0.3075655822753906, 0.3074775085449219, 0.30748876953125, 0.3076392822265625, 0.30756658935546877, 0.30750924682617187, 0.307451904296875, 0.3075594177246094, 0.3075635070800781, 0.3076126708984375, 0.30741094970703126, 0.30757785034179685, 0.3078399963378906, 0.3075635070800781, 0.3074549865722656, 0.3077652587890625, 0.30763214111328124, 0.307631103515625, 0.3075205078125, 0.30786355590820313, 0.307873779296875, 0.3081236572265625, 0.3075635070800781, 0.3076546630859375, 0.30768231201171875, 0.30780517578125, 0.3075338134765625, 0.3074631652832031, 0.30764544677734373, 0.30767822265625, 0.30741912841796876, 0.3076587524414062, 0.30756967163085935, 0.3075625, 0.3075881042480469, 0.307694580078125, 0.30757785034179685, 0.3075317687988281, 0.3077867431640625, 0.30768536376953126, 0.30762701416015625, 0.30780108642578125, 0.30778060913085936, 0.30774578857421875, 0.30824755859375, 0.30775091552734374, 0.30775808715820313, 0.3077222290039062, 0.3078256530761719, 0.307884033203125, 0.3078533020019531, 0.30789120483398436, 0.3079935913085938, 0.3079874572753906, 0.30791168212890624, 0.30767205810546877, 0.3077427062988281, 0.3077601318359375, 0.3077099609375, 0.30759014892578124, 0.6530928344726562, 0.30762188720703126, 0.3074652099609375, 0.3075614624023438, 0.3075205078125, 0.30757888793945315, 0.30752459716796876, 0.30745086669921873, 0.3076024169921875, 0.3077427062988281, 0.3075471496582031, 0.3075102844238281, 0.30750106811523437, 0.3076229248046875, 0.307599365234375, 0.30761984252929686, 0.30773861694335936, 0.3074682922363281, 0.30755636596679686, 0.307820556640625, 0.30762188720703126, 0.30754507446289064, 0.30753485107421874, 0.30801611328125, 0.307778564453125, 0.30762496948242185, 0.3077693481445313, 0.3076434020996094, 0.30780621337890623, 0.307599365234375, 0.3075625, 0.3075041198730469, 0.3077734375, 0.30755841064453127, 0.3077519226074219, 0.30753585815429685, 0.30754302978515624, 0.30762701416015625, 0.30770892333984373, 0.30780926513671875, 0.3077713928222656, 0.3076095886230469, 0.30771096801757813, 0.3076741027832031, 0.3077437438964844, 0.30764849853515625, 0.30775091552734374, 0.30794650268554685, 0.3080693664550781, 0.3077242736816406, 0.30761370849609376, 0.30779290771484374, 0.30796697998046874, 0.30791372680664064, 0.3078133850097656, 0.30810418701171877, 0.30796084594726564, 0.3082035217285156, 0.307894287109375, 0.30789324951171876, 0.30780313110351565, 0.30788812255859377, 0.30774169921875, 0.653275146484375, 0.307378173828125, 0.3074898071289062, 0.3077437438964844, 0.3075737609863281, 0.30747137451171874, 0.30759423828125, 0.3075440673828125, 0.3075758056640625, 0.30748672485351564, 0.30767205810546877, 0.3075133361816406, 0.30773965454101565, 0.3076710510253906, 0.30754815673828123, 0.3074856872558594, 0.3076290588378906, 0.30777548217773437, 0.3076290588378906, 0.30753997802734373, 0.30817178344726565, 0.3074334716796875, 0.30770584106445314, 0.3077212219238281, 0.30791680908203123, 0.30810214233398436, 0.30798233032226563, 0.3075614624023438, 0.30764849853515625, 0.30759832763671874, 0.30759732055664063, 0.30764544677734373, 0.307768310546875, 0.3075266418457031, 0.30761984252929686, 0.3075389404296875, 0.30754302978515624, 0.3075051574707031, 0.30762188720703126, 0.30780313110351565, 0.3076024169921875, 0.30759832763671874, 0.30776422119140623, 0.30768331909179686, 0.3078287353515625, 0.3076044921875, 0.3076526184082031, 0.3076935729980469, 0.3077488708496094, 0.307778564453125, 0.3077488708496094, 0.30763623046875, 0.30816256713867185, 0.3077969970703125, 0.30797415161132813, 0.30784307861328125, 0.3079731140136719, 0.30773043823242185, 0.30797720336914064, 0.30786151123046873, 0.3076659240722656, 0.30768026733398435, 0.3078113403320312, 0.6533038330078125, 0.3075809326171875, 0.3074345092773437, 0.3074303894042969, 0.30741812133789065, 0.3074989929199219, 0.3078451232910156, 0.3074303894042969, 0.30767718505859376, 0.30767514038085936, 0.30747238159179685, 0.30764749145507814, 0.30763418579101565, 0.3075195007324219, 0.3075614624023438, 0.3074549865722656, 0.30758706665039065, 0.3073904724121094, 0.30781643676757814, 0.30752459716796876, 0.30751129150390627, 0.3078174743652344, 0.3076434020996094, 0.3075932312011719, 0.3076607971191406, 0.3077898254394531, 0.3079311218261719, 0.3077181396484375, 0.3076372375488281, 0.307462158203125, 0.30757888793945315, 0.30756454467773436, 0.3077918701171875, 0.30769662475585935, 0.3076710510253906, 0.30747341918945315, 0.3076669311523437, 0.30763314819335935, 0.30771917724609377, 0.3076761474609375, 0.3076925354003906, 0.30767822265625, 0.30795263671875, 0.3078553466796875, 0.3078871154785156, 0.3076229248046875, 0.30774169921875, 0.307810302734375, 0.3077150573730469, 0.30770379638671874, 0.3077795715332031, 0.30808062744140624, 0.307820556640625, 0.30788916015625, 0.3078656005859375, 0.30771096801757813, 0.30780108642578125, 0.30821273803710936, 0.30780108642578125, 0.3081820068359375, 0.3078174743652344, 0.3078768615722656, 0.3077242736816406, 0.6535782470703125, 0.30764544677734373, 0.3074979858398437, 0.30758502197265625, 0.3074908142089844, 0.30764544677734373, 0.3076925354003906, 0.30752972412109375, 0.3076546630859375, 0.30757785034179685, 0.30748773193359374, 0.3075758056640625, 0.3079178161621094, 0.30766183471679687, 0.30759014892578124, 0.30748468017578123, 0.3076024169921875, 0.3074580383300781, 0.3076167602539063, 0.30763623046875, 0.30761370849609376, 0.3075328063964844, 0.3078389892578125, 0.3076812744140625, 0.3077427062988281, 0.3078963317871094, 0.3078963317871094, 0.30800384521484375, 0.30769662475585935, 0.30766387939453127, 0.30753689575195314, 0.30780825805664064, 0.3078318176269531, 0.307673095703125, 0.30765771484375, 0.3076925354003906, 0.30769662475585935, 0.3075542907714844, 0.307810302734375, 0.3077263488769531, 0.3077068786621094, 0.30780621337890623, 0.3077222290039062, 0.307694580078125, 0.3079659423828125, 0.30769970703125, 0.30763519287109375, 0.30770278930664063, 0.3077232666015625, 0.30763519287109375, 0.307704833984375, 0.3077283935546875, 0.3079342041015625, 0.3077734375, 0.30826290893554686, 0.30781439208984374, 0.30773043823242185, 0.3078829956054687, 0.30798233032226563, 0.3078871154785156, 0.30800384521484375, 0.30774169921875, 0.30779495239257815]",tokens/s,3.198616073239041,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-2.7B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2235.416576,2835.873792,0.0,2189.426688,1980.937216,s,10,1.4354631500244142,0.14354631500244142,0.00200867122390113,0.14299893188476565,0.14402597656250002,0.1467455322265625,0.1489211767578125,"[0.149465087890625, 0.14262678527832032, 0.14280227661132813, 0.14316006469726564, 0.14321116638183592, 0.143312255859375, 0.143421630859375, 0.1424559326171875, 0.14217015075683595, 0.14283779907226563]",tokens/s,1783.3965295148537,kWh,1.6836711008783798e-06,9.225676651138356e-07,7.64496699233902e-06,1.0251205758331233e-05,tokens/kWh,24972672.096835714,MB,2235.416576,2835.873792,0.0,2189.426688,2079.90272,s,10,76.0869921875,7.608699218750002,0.0037028212153093856,7.608142333984375,7.611627880859375,7.614840063476563,7.617409809570312,"[7.61015869140625, 7.60430517578125, 7.60690625, 7.61805224609375, 7.6091474609375, 7.60844677734375, 7.6056357421875, 7.6109140625, 7.607837890625, 7.605587890625]",tokens/s,8.279996118751818,kWh,8.973102196328145e-05,4.917680475058403e-05,0.00040448330715444453,0.0005433911338683099,tokens/kWh,115938.58654173028,,s,629,77.24960665130612,0.12281336510541518,0.017044318143983855,0.12071014404296875,0.1211394027709961,0.12146732940673828,0.2638231555175781,"[0.12293529510498047, 0.1227325439453125, 0.12205776214599609, 0.12079920196533203, 0.12128358459472656, 0.1208361587524414, 0.12041209411621094, 0.1206476821899414, 0.12039373016357421, 0.12070912170410156, 0.12038349151611329, 0.12057395172119141, 0.12035276794433594, 0.12056272125244141, 0.1204397735595703, 0.12060569763183594, 0.12037836456298828, 0.12060774230957032, 0.1203916778564453, 0.12058214569091796, 0.12056166076660156, 0.12067635345458984, 0.12060160064697266, 0.12078489685058594, 0.12065692901611329, 0.12090672302246094, 0.12046336364746094, 0.12060671997070313, 0.120447998046875, 0.1207193603515625, 0.12046540832519531, 0.12064358520507812, 0.12047052764892578, 0.12081356811523437, 0.12071218872070312, 0.1207562255859375, 0.12065894317626953, 0.12076544189453126, 0.12074905395507812, 0.12072041320800782, 0.12042851257324219, 0.12076338958740235, 0.12082585906982422, 0.12113715362548828, 0.1206702117919922, 0.12098969268798829, 0.12085759735107422, 0.12101945495605469, 0.12046022033691406, 0.12064665222167968, 0.12045005035400391, 0.12093337249755859, 0.12057087707519532, 0.12077362823486328, 0.12052480316162109, 0.1207470703125, 0.12052473449707031, 0.12085043334960938, 0.12050841522216797, 0.12071218872070312, 0.12046131134033203, 0.1206794204711914, 0.26381210327148436, 0.1204111328125, 0.12036505889892578, 0.12048793792724609, 0.12043981170654297, 0.12049305725097656, 0.12040806579589844, 0.12071321868896484, 0.12115455627441406, 0.12079001617431641, 0.12123648071289063, 0.12075212860107422, 0.12091801452636719, 0.12086681365966796, 0.12110950469970704, 0.12084735870361328, 0.12082892608642579, 0.12040704345703125, 0.12074393463134765, 0.12038655853271485, 0.12074598693847656, 0.12075724792480469, 0.1217628173828125, 0.12092518615722657, 0.12070706939697265, 0.1203978271484375, 0.12071731567382812, 0.12031795501708985, 0.1206640625, 0.1204684829711914, 0.12060671997070313, 0.12046028900146484, 0.1206794204711914, 0.12033740997314453, 0.12061183929443359, 0.12038861083984374, 0.12064665222167968, 0.12028415679931641, 0.12067430114746094, 0.12047872161865235, 0.12074598693847656, 0.12034150695800781, 0.12068863677978516, 0.12041318511962891, 0.1209354248046875, 0.12056883239746094, 0.1236858901977539, 0.1205923843383789, 0.12071218872070312, 0.12039373016357421, 0.12072038269042969, 0.12052275085449218, 0.12074495697021484, 0.1205186538696289, 0.1207531509399414, 0.12050431823730469, 0.12073983764648437, 0.12038553619384766, 0.12068863677978516, 0.12053401947021485, 0.12080025482177735, 0.12048384094238282, 0.12073273468017579, 0.26397894287109375, 0.12050943756103516, 0.12094156646728516, 0.12087296295166015, 0.12044083404541016, 0.12060160064697266, 0.12045209503173829, 0.12091801452636719, 0.12036402893066406, 0.1206824951171875, 0.12069382476806641, 0.12069369506835938, 0.12059340667724609, 0.12092518615722657, 0.12049510192871093, 0.1208504638671875, 0.12046646118164063, 0.12065580749511719, 0.12040914916992188, 0.12057389068603516, 0.12033843231201172, 0.12058624267578125, 0.12032921600341796, 0.1220843505859375, 0.12038758087158204, 0.12091289520263672, 0.12071324920654297, 0.12073878479003906, 0.1203978271484375, 0.12055449676513671, 0.12029440307617187, 0.12070297241210938, 0.1204695053100586, 0.12079519653320313, 0.12082784271240235, 0.12125491333007812, 0.12072652435302735, 0.12063539123535157, 0.12037120056152344, 0.12063129425048828, 0.12088841247558593, 0.12168080139160156, 0.12099378967285156, 0.12119142150878906, 0.12088114929199219, 0.12087811279296876, 0.12036707305908204, 0.12218061065673828, 0.12048384094238282, 0.12068863677978516, 0.12059756469726562, 0.12096403503417968, 0.12053913879394532, 0.12094873809814453, 0.1205063705444336, 0.12076236724853516, 0.12071526336669922, 0.12083507537841796, 0.12054732513427735, 0.1210613784790039, 0.12073267364501954, 0.12092825317382813, 0.12049612426757812, 0.26435992431640626, 0.1205063705444336, 0.12064051055908204, 0.12074598693847656, 0.12054118347167969, 0.12079312133789062, 0.12086473846435547, 0.12064665222167968, 0.12077977752685547, 0.12041318511962891, 0.12081049346923828, 0.12079615783691407, 0.12174540710449219, 0.12079513549804688, 0.120880126953125, 0.12082489776611328, 0.12086061096191406, 0.12063744354248047, 0.12090777587890625, 0.12061695861816406, 0.12092108917236329, 0.12140544128417968, 0.12118323516845703, 0.12116275024414062, 0.1209958724975586, 0.12066915130615234, 0.12093337249755859, 0.1210060806274414, 0.1209722900390625, 0.12060160064697266, 0.12089139556884766, 0.12065280151367187, 0.120889404296875, 0.12085139465332032, 0.12086476898193359, 0.12060979461669921, 0.12077568054199218, 0.12055244445800781, 0.12093644714355468, 0.12091801452636719, 0.12074393463134765, 0.12080332946777343, 0.12064256286621093, 0.1207715835571289, 0.1232916488647461, 0.12078079986572265, 0.1214351348876953, 0.12050025939941406, 0.12083503723144531, 0.12091085052490234, 0.12129996490478516, 0.12060979461669921, 0.12126310729980469, 0.12143718719482421, 0.12087808227539062, 0.12049510192871093, 0.12076544189453126, 0.12046540832519531, 0.12108595275878906, 0.12156620788574218, 0.12135116577148437, 0.12121087646484376, 0.12112691497802734, 0.26443365478515624, 0.12045926666259765, 0.12056063842773437, 0.12114022064208985, 0.12052787017822265, 0.1208985595703125, 0.12051967620849609, 0.12060979461669921, 0.12035075378417968, 0.12064969635009766, 0.12063231658935547, 0.12075110626220703, 0.12059750366210938, 0.12069273376464844, 0.12039373016357421, 0.12111666870117188, 0.12060262298583985, 0.12202496337890625, 0.12054425811767579, 0.12061491394042968, 0.12045209503173829, 0.12107673645019532, 0.12044493103027344, 0.12077983856201172, 0.12064147186279296, 0.12090470123291015, 0.12071014404296875, 0.12088832092285157, 0.12023296356201171, 0.12084429168701172, 0.12068351745605468, 0.12095692443847657, 0.12062617492675781, 0.12066204833984374, 0.12034044647216798, 0.12101324462890625, 0.12058112335205078, 0.12064870452880859, 0.12042752075195312, 0.12152422332763672, 0.12088934326171875, 0.12091596984863281, 0.12044083404541016, 0.12106240081787109, 0.12046540832519531, 0.12080230712890624, 0.12054220581054688, 0.12084941101074219, 0.12071119689941406, 0.1209865951538086, 0.12053094482421875, 0.12101939392089844, 0.12113919830322266, 0.120963134765625, 0.12078892517089844, 0.12113407897949219, 0.12055654144287109, 0.12139417266845703, 0.1206794204711914, 0.1208616943359375, 0.12093132781982421, 0.12141363525390625, 0.12074393463134765, 0.2651637878417969, 0.12111052703857422, 0.12072345733642578, 0.12091085052490234, 0.120806396484375, 0.12065586853027344, 0.12056063842773437, 0.12164198303222656, 0.12095283508300782, 0.12071424102783203, 0.12055244445800781, 0.12033331298828125, 0.12081459045410156, 0.12064051055908204, 0.12165119934082032, 0.12076236724853516, 0.12069273376464844, 0.12032819366455078, 0.12104704284667969, 0.12060057830810547, 0.120627197265625, 0.12033535766601562, 0.12069888305664063, 0.12083200073242187, 0.12061798095703125, 0.12039884948730468, 0.12061901092529297, 0.12026367950439452, 0.12062006378173828, 0.12028617858886718, 0.12063744354248047, 0.12073270416259765, 0.12103574371337891, 0.12035788726806641, 0.12075212860107422, 0.12041318511962891, 0.12090777587890625, 0.12049407958984375, 0.1232721939086914, 0.12060467529296875, 0.12091187286376953, 0.1206138916015625, 0.1208985595703125, 0.12046438598632812, 0.12089651489257812, 0.12044902038574219, 0.12064051055908204, 0.12049510192871093, 0.12097023773193359, 0.12037433624267578, 0.12109919738769531, 0.12048793792724609, 0.12077875518798828, 0.12053708648681641, 0.12072857666015625, 0.12048896026611328, 0.1208627166748047, 0.12051763153076171, 0.1213091812133789, 0.12071833801269531, 0.12081254577636719, 0.12060057830810547, 0.12101222229003906, 0.26491494750976563, 0.12061491394042968, 0.12062617492675781, 0.1207562255859375, 0.12031590270996094, 0.12065586853027344, 0.12032614135742188, 0.12055244445800781, 0.12048281860351563, 0.12075827026367188, 0.1203025894165039, 0.12055654144287109, 0.12039373016357421, 0.1205780487060547, 0.12066304016113281, 0.12052787017822265, 0.12033740997314453, 0.12055244445800781, 0.12042854309082031, 0.12071014404296875, 0.12043264007568359, 0.1206824951171875, 0.12056678771972656, 0.12220108795166015, 0.12042240142822265, 0.1206456298828125, 0.12075212860107422, 0.12116377258300781, 0.12097126770019531, 0.1206671371459961, 0.12079923248291016, 0.12087808227539062, 0.12083106994628906, 0.12136029052734375, 0.12060160064697266, 0.1207541732788086, 0.1205770263671875, 0.12068351745605468, 0.12047980499267578, 0.12085343933105469, 0.12038451385498047, 0.12065894317626953, 0.12040191650390625, 0.12079001617431641, 0.12074803161621094, 0.12118016052246093, 0.1205432357788086, 0.12104499053955078, 0.12075007629394531, 0.12103276824951172, 0.1204940185546875, 0.12076134490966797, 0.1205401611328125, 0.1208309783935547, 0.12078079986572265, 0.12096614074707031, 0.12049715423583984, 0.12096614074707031, 0.12055757141113281, 0.12122112274169922, 0.12089139556884766, 0.12096102142333984, 0.12067225646972657, 0.26382745361328125, 0.12071218872070312, 0.12049510192871093, 0.12105010986328125, 0.12086681365966796, 0.12100812530517578, 0.1210992660522461, 0.12069379425048828, 0.12103369903564454, 0.12063539123535157, 0.12079821014404298, 0.12078182220458984, 0.1212907485961914, 0.1206302719116211, 0.1208309783935547, 0.12049612426757812, 0.12235980987548828, 0.12052684783935547, 0.12080025482177735, 0.12055039978027343, 0.12078489685058594, 0.12053913879394532, 0.12068351745605468, 0.12044390106201172, 0.12071218872070312, 0.12031897735595704, 0.12091085052490234, 0.12066815948486329, 0.12113715362548828, 0.12049817657470703, 0.12072140502929687, 0.12038041687011719, 0.12085657501220703, 0.12040191650390625, 0.12076646423339844, 0.12064051055908204, 0.12090470123291015, 0.12063231658935547, 0.120880126953125, 0.12056575775146484, 0.12066611480712891, 0.12043571472167969, 0.12067225646972657, 0.1203916778564453, 0.12151808166503907, 0.12101222229003906, 0.12069580841064453, 0.12051967620849609, 0.12067533111572265, 0.12053606414794922, 0.1212774429321289, 0.12121804809570312, 0.12130303955078126, 0.12084121704101562, 0.12103475189208984, 0.12062207794189453, 0.12074188995361328, 0.12051763153076171, 0.1208627166748047, 0.12074291229248046, 0.12147309112548828, 0.12075206756591797, 0.12093138885498046, 0.26343417358398435, 0.12054528045654297, 0.12072857666015625, 0.12068863677978516, 0.12049612426757812, 0.12059037017822266, 0.12058313751220703, 0.12071321868896484, 0.12042044830322265, 0.12094249725341796, 0.1205063705444336, 0.12055449676513671, 0.12049305725097656, 0.120662109375, 0.12065782165527343, 0.1208279037475586, 0.120416259765625, 0.12152934265136718, 0.12074086761474609, 0.12071116638183593, 0.12074495697021484, 0.12071014404296875, 0.12058214569091796, 0.1208279037475586, 0.12070297241210938, 0.12076134490966797, 0.12053298950195312, 0.12067635345458984, 0.12053401947021485, 0.12056473541259766, 0.12075520324707031, 0.12140646362304687, 0.12083200073242187, 0.1206824951171875, 0.12043475341796875, 0.12084217834472656, 0.12054937744140624, 0.12092415618896485, 0.12074700927734375, 0.12096511840820312, 0.12059340667724609, 0.12071526336669922, 0.12052377319335937, 0.12087910461425781, 0.12042034912109376, 0.12075212860107422, 0.12050534057617188, 0.12100198364257812, 0.1206824951171875, 0.12074700927734375, 0.12076544189453126, 0.12099993896484375, 0.12090982055664062, 0.12076953887939453, 0.12061695861816406, 0.12166041564941406, 0.12090777587890625, 0.12145868682861329, 0.1210091552734375, 0.12104192352294922, 0.12083718109130859, 0.12077664184570312, 0.12052480316162109, 0.2642861938476562, 0.12065280151367187, 0.120416259765625, 0.12050739288330078, 0.12040089416503906, 0.12082278442382813, 0.12129792022705078, 0.12088832092285157, 0.12099689483642578, 0.12051248168945312, 0.12076646423339844, 0.12034457397460938, 0.12094464111328125, 0.1205186538696289, 0.12091494750976563, 0.12064665222167968, 0.1206824951171875, 0.1203589096069336, 0.12079411315917969, 0.12043571472167969, 0.120774658203125, 0.12086886596679687, 0.12072755432128907, 0.12049817657470703, 0.12067225646972657, 0.12050431823730469, 0.1222451171875, 0.12043571472167969, 0.12102963256835937, 0.12039478302001953, 0.12063330841064453, 0.1205432357788086, 0.12075929260253906, 0.12042137908935546, 0.12064870452880859, 0.12042034912109376, 0.12071218872070312, 0.12047257232666016, 0.12081561279296875, 0.1205432357788086, 0.1206845474243164, 0.12091903686523438, 0.12120269012451172, 0.12050131225585937, 0.12064556884765625, 0.12053504180908203, 0.1207040023803711, 0.12046233367919922, 0.12109516906738281, 0.12090879821777344, 0.12128870391845703, 0.12053708648681641, 0.12071731567382812, 0.12063846588134766, 0.12082380676269532, 0.12052275085449218, 0.12093440246582031, 0.12047974395751954, 0.12075212860107422, 0.120700927734375, 0.12074495697021484, 0.12047360229492188, 0.12087606048583985]",tokens/s,8.142436282416524,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,1,1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/1/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477ea-05bb271c60d47dd74b855628;d1a8c883-f5c6-4021-bac2-cc3ddba28178) Repository Not Found for url: https://huggingface.co/1/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-7b,tiiuae/falcon-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 105, in run _ = backend.generate(self.inputs, self.config.generate_kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 400, in generate return self.pretrained_model.generate(**inputs, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 1914, in generate result = self._sample( File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 2651, in _sample outputs = self( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 900, in forward transformer_outputs = self.transformer( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 797, in forward outputs = block( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 453, in forward attn_outputs = self.self_attention( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 291, in forward fused_qkv = self.query_key_value(hidden_states) # [batch_size, seq_length, 3 x hidden_size] File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/auto_gptq/nn_modules/qlinear/qlinear_cuda_old.py"", line 316, in forward weight = weight.reshape(-1, self.group_size, weight.shape[2]) RuntimeError: shape '[-1, 128, 4672]' is invalid for input of size 21229568 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3918.962688,5287.44448,0.0,4640.997376,4330.799616,s,10,3.2259157409667965,0.32259157409667966,0.0005529953640440514,0.3225971221923828,0.3233306610107422,0.32335841522216796,0.3233806185913086,"[0.32232916259765626, 0.32165042114257814, 0.3231456298828125, 0.32269686889648436, 0.3224973754882812, 0.3220177917480469, 0.32332449340820313, 0.32209555053710937, 0.3233861694335938, 0.3227722778320313]",tokens/s,793.5731139812028,kWh,3.802365012880829e-06,2.0835388033233454e-06,1.894839189480954e-05,2.4834295711013717e-05,tokens/kWh,10308325.348903172,MB,3918.962688,5287.44448,0.0,4640.997376,4515.66848,s,10,175.46737109375,17.546737109375,0.001177635321808986,17.546580078125,17.548339062500002,17.548616796875,17.548838984375,"[17.54512890625, 17.5464765625, 17.54570703125, 17.54668359375, 17.54525, 17.54827734375, 17.54630078125, 17.547208984375, 17.54889453125, 17.547443359375]",tokens/s,3.590411117878998,kWh,0.00020716305749490858,0.000113541591573937,0.0010045058435346013,0.0013252104926034468,tokens/kWh,47539.61755632732,,s,629,178.09222891235356,0.28313549906574487,0.03836657912459716,0.27851162719726563,0.27869696044921877,0.2787557373046875,0.6009740600585938,"[0.2784675903320312, 0.2784378967285156, 0.2781951904296875, 0.2783365173339844, 0.27832830810546877, 0.2783682556152344, 0.2783068237304688, 0.27829656982421874, 0.27835595703125, 0.2783907775878906, 0.27824639892578124, 0.2782801818847656, 0.27823822021484373, 0.2784276428222656, 0.27843072509765626, 0.27827508544921875, 0.27839898681640624, 0.2785382385253906, 0.2784798583984375, 0.2784778137207031, 0.2784051208496094, 0.2784163818359375, 0.2784532470703125, 0.2783907775878906, 0.27848089599609377, 0.27852593994140623, 0.27842868041992186, 0.2785771484375, 0.27849215698242186, 0.27850341796875, 0.27848907470703127, 0.27865191650390625, 0.278687744140625, 0.27855462646484375, 0.27841741943359377, 0.278445068359375, 0.2784675903320312, 0.27849932861328125, 0.2784747619628906, 0.2785249328613281, 0.27833856201171875, 0.27862322998046873, 0.2785730590820312, 0.27850341796875, 0.27848089599609377, 0.2786488342285156, 0.27850137329101565, 0.27865396118164065, 0.2785515441894531, 0.27858328247070313, 0.27858123779296873, 0.2786918334960938, 0.2785577087402344, 0.2786856994628906, 0.27846246337890623, 0.278719482421875, 0.2786211853027344, 0.2786273193359375, 0.2784972839355469, 0.27865191650390625, 0.27861709594726564, 0.27877069091796874, 0.6005718994140625, 0.2785904541015625, 0.27841741943359377, 0.278265869140625, 0.27840103149414064, 0.278761474609375, 0.27836517333984373, 0.278371337890625, 0.27834674072265625, 0.27851263427734374, 0.2784460754394531, 0.27822695922851565, 0.27832321166992186, 0.27824026489257814, 0.27833956909179686, 0.27833856201171875, 0.2783477783203125, 0.2783631286621094, 0.2784829406738281, 0.27833139038085936, 0.278445068359375, 0.27841741943359377, 0.27845632934570314, 0.278518798828125, 0.2784481201171875, 0.27845428466796873, 0.27843994140625, 0.278403076171875, 0.2785658874511719, 0.27850546264648435, 0.27858123779296873, 0.27847064208984373, 0.278645751953125, 0.2785935363769531, 0.27854437255859377, 0.278513671875, 0.2785935363769531, 0.27843890380859376, 0.27848703002929687, 0.27840716552734374, 0.278572021484375, 0.27874200439453123, 0.27856179809570314, 0.27862014770507815, 0.27857510375976563, 0.27847271728515627, 0.2787010498046875, 0.2785290222167969, 0.27869287109375, 0.2786938781738281, 0.27897445678710936, 0.2785535888671875, 0.2785587158203125, 0.2785372009277344, 0.27866827392578125, 0.27850750732421875, 0.27867852783203123, 0.2785105895996094, 0.27856179809570314, 0.27850546264648435, 0.2785904541015625, 0.27853619384765627, 0.27867852783203123, 0.602208251953125, 0.278476806640625, 0.27831808471679687, 0.2782474365234375, 0.27843173217773437, 0.2783057861328125, 0.27829556274414063, 0.2782945251464844, 0.27835186767578124, 0.278297607421875, 0.2783129577636719, 0.2783918151855469, 0.2784460754394531, 0.278329345703125, 0.27832321166992186, 0.27822283935546877, 0.2788935546875, 0.2784245910644531, 0.27843585205078125, 0.27840921020507814, 0.2784132995605469, 0.27833242797851565, 0.278619140625, 0.2783498229980469, 0.27841537475585937, 0.278392822265625, 0.2784245910644531, 0.27871743774414065, 0.27856997680664064, 0.27848193359375, 0.27866009521484375, 0.2784880676269531, 0.2784696350097656, 0.27849932861328125, 0.2784460754394531, 0.27853515625, 0.2785382385253906, 0.2783631286621094, 0.2785986633300781, 0.2784296875, 0.2785321044921875, 0.27840615844726563, 0.2784778137207031, 0.2785730590820312, 0.2785024108886719, 0.2784245910644531, 0.27858740234375, 0.2785238952636719, 0.27861505126953123, 0.27867034912109373, 0.2786283569335937, 0.2786007080078125, 0.2790328369140625, 0.27862527465820314, 0.2787256469726562, 0.2784747619628906, 0.27861196899414065, 0.278619140625, 0.278724609375, 0.2785935363769531, 0.27863348388671877, 0.278540283203125, 0.27875839233398436, 0.6016409301757812, 0.27838360595703127, 0.2785607604980469, 0.2782525329589844, 0.27845733642578124, 0.2782443542480469, 0.2783703002929688, 0.2783139953613281, 0.27840408325195315, 0.2783375244140625, 0.27838772583007815, 0.27835903930664063, 0.278392822265625, 0.27826995849609376, 0.27838055419921875, 0.2785269775390625, 0.2785331115722656, 0.27831808471679687, 0.27850958251953123, 0.2784471130371094, 0.27848089599609377, 0.2784481201171875, 0.2783477783203125, 0.2785208435058594, 0.27845016479492185, 0.27845016479492185, 0.27848602294921876, 0.27848397827148436, 0.27852801513671877, 0.2785433654785156, 0.27850750732421875, 0.27853927612304685, 0.27850650024414064, 0.2785740661621094, 0.2785577087402344, 0.27850546264648435, 0.2784829406738281, 0.27839385986328125, 0.27899493408203124, 0.27845120239257815, 0.2785689697265625, 0.27843585205078125, 0.27867544555664064, 0.2785535888671875, 0.2785884094238281, 0.2786611328125, 0.27860275268554685, 0.27862322998046873, 0.278677490234375, 0.2786437072753906, 0.2785607604980469, 0.2785710144042969, 0.27888128662109374, 0.27861093139648435, 0.2785730590820312, 0.278513671875, 0.2786631774902344, 0.27858740234375, 0.2785740661621094, 0.278498291015625, 0.27868057250976563, 0.2785986633300781, 0.27873382568359373, 0.6014218139648437, 0.27839385986328125, 0.2783211669921875, 0.278245361328125, 0.2784296875, 0.27821466064453126, 0.2783621215820313, 0.2782853088378906, 0.2784296875, 0.2782576599121094, 0.27834368896484374, 0.2782033996582031, 0.2784378967285156, 0.2782167053222656, 0.27833856201171875, 0.2784532470703125, 0.2783006591796875, 0.2784163818359375, 0.27851263427734374, 0.27829656982421874, 0.2784829406738281, 0.2782607421875, 0.27854745483398435, 0.2784122924804687, 0.2784747619628906, 0.27844403076171875, 0.27850546264648435, 0.27843994140625, 0.27860379028320315, 0.27854745483398435, 0.27849932861328125, 0.2784655456542969, 0.27863961791992187, 0.2785003662109375, 0.27850137329101565, 0.27850341796875, 0.27838156127929686, 0.2785167236328125, 0.2785791931152344, 0.2784675903320312, 0.27858944702148436, 0.2783692932128906, 0.2785310668945313, 0.2785157165527344, 0.2785218505859375, 0.27848907470703127, 0.27869696044921877, 0.2786590576171875, 0.27863348388671877, 0.2786990051269531, 0.278697998046875, 0.2785228881835938, 0.27875326538085937, 0.27864474487304686, 0.2785310668945313, 0.27853619384765627, 0.27875225830078126, 0.27861709594726564, 0.278640625, 0.27856280517578125, 0.2788239440917969, 0.2785249328613281, 0.2788229064941406, 0.6009180297851563, 0.27875738525390625, 0.27840408325195315, 0.2787317810058594, 0.27844198608398435, 0.2784952392578125, 0.2783703002929688, 0.2784204711914062, 0.27834878540039065, 0.2785208435058594, 0.27833139038085936, 0.2782863464355469, 0.27851980590820313, 0.27829144287109375, 0.2784184265136719, 0.27834060668945315, 0.27849114990234375, 0.27847885131835937, 0.2785331115722656, 0.27837542724609377, 0.2785218505859375, 0.27835595703125, 0.27865805053710935, 0.27854232788085936, 0.27851776123046873, 0.27856280517578125, 0.2784716796875, 0.2784163818359375, 0.2786263122558594, 0.27854232788085936, 0.27852801513671877, 0.2785372009277344, 0.2785607604980469, 0.2785638427734375, 0.27857818603515627, 0.27848193359375, 0.2784655456542969, 0.2784696350097656, 0.27858944702148436, 0.27878091430664065, 0.2787389526367188, 0.278572021484375, 0.2785587158203125, 0.2785300598144531, 0.278513671875, 0.2785515441894531, 0.27863961791992187, 0.2785525817871094, 0.2786160583496094, 0.27866622924804685, 0.27864678955078126, 0.2784737243652344, 0.27865191650390625, 0.2786570129394531, 0.2786816101074219, 0.2785464172363281, 0.2786365356445312, 0.2785863647460938, 0.2786990051269531, 0.27853619384765627, 0.2786836547851563, 0.27861505126953123, 0.27869696044921877, 0.60225537109375, 0.2784429931640625, 0.2783365173339844, 0.2782105712890625, 0.27842868041992186, 0.27831195068359377, 0.27833242797851565, 0.2782791748046875, 0.27833447265625, 0.27844403076171875, 0.2783211669921875, 0.27834674072265625, 0.278361083984375, 0.27834573364257814, 0.27851162719726563, 0.27837542724609377, 0.27849319458007815, 0.27838360595703127, 0.2784901123046875, 0.2784737243652344, 0.2785658874511719, 0.27838772583007815, 0.27850750732421875, 0.2784481201171875, 0.27856179809570314, 0.27863961791992187, 0.27845632934570314, 0.2784112548828125, 0.2784471130371094, 0.27855563354492185, 0.27854745483398435, 0.27850341796875, 0.2786283569335937, 0.27844403076171875, 0.27850341796875, 0.2784655456542969, 0.27848089599609377, 0.27845428466796873, 0.2786590576171875, 0.2785300598144531, 0.2785771484375, 0.2784051208496094, 0.2785986633300781, 0.2785863647460938, 0.278540283203125, 0.27851162719726563, 0.27865191650390625, 0.2786641845703125, 0.27860888671875, 0.2785986633300781, 0.2785607604980469, 0.27842355346679687, 0.2787317810058594, 0.27872869873046874, 0.2786344909667969, 0.278513671875, 0.2787471313476563, 0.27864984130859377, 0.2786918334960938, 0.27854437255859377, 0.278729736328125, 0.2786068420410156, 0.27870822143554685, 0.600995849609375, 0.2783549499511719, 0.27836007690429687, 0.278371337890625, 0.27842355346679687, 0.2783150024414062, 0.2783477783203125, 0.2783150024414062, 0.278302734375, 0.278265869140625, 0.27850650024414064, 0.27838772583007815, 0.27848397827148436, 0.27830374145507814, 0.2784696350097656, 0.2783365173339844, 0.278434814453125, 0.27846246337890623, 0.2786211853027344, 0.27852801513671877, 0.2786058349609375, 0.2782320556640625, 0.27850958251953123, 0.27844198608398435, 0.27843994140625, 0.27850445556640624, 0.27860479736328125, 0.2783682556152344, 0.2785986633300781, 0.27849215698242186, 0.278518798828125, 0.27844403076171875, 0.2786017150878906, 0.2785689697265625, 0.27850750732421875, 0.27848193359375, 0.278582275390625, 0.2784532470703125, 0.27861810302734374, 0.27844403076171875, 0.27855667114257815, 0.2784184265136719, 0.278572021484375, 0.2786222229003906, 0.2785904541015625, 0.2785658874511719, 0.27858944702148436, 0.27860479736328125, 0.2786621398925781, 0.2785904541015625, 0.2787461242675781, 0.2785249328613281, 0.278729736328125, 0.27870513916015627, 0.2786385803222656, 0.27873690795898437, 0.2787164306640625, 0.278656005859375, 0.2786437072753906, 0.27850546264648435, 0.27900827026367186, 0.2785638427734375, 0.278751220703125, 0.6023884887695312, 0.2784880676269531, 0.2782607421875, 0.27817062377929686, 0.2784378967285156, 0.27832421875, 0.27845733642578124, 0.27837850952148435, 0.27836517333984373, 0.2786263122558594, 0.2783846435546875, 0.2783068237304688, 0.2785535888671875, 0.27822796630859375, 0.278466552734375, 0.27838668823242185, 0.2784409484863281, 0.27841537475585937, 0.2784962463378906, 0.27847885131835937, 0.2784583740234375, 0.2783365173339844, 0.27845220947265625, 0.2784747619628906, 0.2787461242675781, 0.2785228881835938, 0.27894476318359374, 0.27845733642578124, 0.27854132080078126, 0.2785638427734375, 0.27855563354492185, 0.27856997680664064, 0.27877786254882814, 0.2786375732421875, 0.27846450805664064, 0.278371337890625, 0.27854849243164065, 0.27875839233398436, 0.27850650024414064, 0.2785464172363281, 0.27856793212890624, 0.27850341796875, 0.2785372009277344, 0.2785372009277344, 0.2785802307128906, 0.2786058349609375, 0.2786017150878906, 0.2786488342285156, 0.27872357177734375, 0.27849114990234375, 0.27882699584960935, 0.2785935363769531, 0.2786324462890625, 0.27864166259765627, 0.27864678955078126, 0.278508544921875, 0.2786897888183594, 0.27858123779296873, 0.2786375732421875, 0.27848193359375, 0.2791280517578125, 0.2786713562011719, 0.27919769287109375, 0.601754638671875, 0.27856484985351565, 0.27835699462890623, 0.2782443542480469, 0.27838772583007815, 0.27829861450195315, 0.2783529052734375, 0.27829861450195315, 0.27851263427734374, 0.27839898681640624, 0.27828839111328124, 0.27840615844726563, 0.2784962463378906, 0.2782300109863281, 0.27842868041992186, 0.2783846435546875, 0.27839486694335935, 0.27840716552734374, 0.27844198608398435, 0.2783999938964844, 0.2784880676269531, 0.27841537475585937, 0.27849114990234375, 0.278540283203125, 0.27850650024414064, 0.27849420166015626, 0.27862322998046873, 0.27851162719726563, 0.2787327880859375, 0.2785658874511719, 0.2785986633300781, 0.27849215698242186, 0.27883621215820314, 0.27854437255859377, 0.2786068420410156, 0.2784635009765625, 0.2785802307128906, 0.27857510375976563, 0.27845120239257815, 0.278466552734375, 0.27857818603515627, 0.27845938110351565, 0.27869491577148436, 0.27854132080078126, 0.2785986633300781, 0.2784737243652344, 0.278582275390625, 0.2786631774902344, 0.27878091430664065, 0.27861196899414065, 0.278540283203125, 0.27854949951171876, 0.27867239379882813, 0.2786641845703125, 0.27863961791992187, 0.27857614135742187, 0.27870925903320315, 0.27857614135742187, 0.2787891235351562, 0.2785321044921875, 0.278697998046875, 0.2785003662109375, 0.278793212890625]",tokens/s,3.531877858126851,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1479.114752,1841.823744,0.0,1195.37664,1022.155264,s,10,0.6871012496948242,0.06871012496948242,0.00033873627735752553,0.06860185623168946,0.06884490509033203,0.06926672515869141,0.06960418121337891,"[0.06968854522705079, 0.06850118255615234, 0.06852729797363281, 0.06862016296386719, 0.06869097900390625, 0.06858354949951172, 0.06851074981689453, 0.06875116729736327, 0.06849430084228515, 0.06873331451416016]",tokens/s,3725.797327740305,kWh,8.094942381483598e-07,4.4356150458715745e-07,3.836808624999982e-06,5.089864367735499e-06,tokens/kWh,50296035.710259095,MB,1479.114752,1841.823744,0.0,1195.37664,1091.597312,s,10,35.17510473632813,3.517510473632812,0.0019858794372678286,3.5167731933593753,3.5191181640625,3.52109130859375,3.5226698242187497,"[3.523064453125, 3.5170556640625, 3.51595458984375, 3.516420166015625, 3.516550048828125, 3.5174658203125, 3.51656103515625, 3.516367919921875, 3.5186796875, 3.5169853515625]",tokens/s,17.91039443158641,kWh,4.1521001642561397e-05,2.275550190917111e-05,0.0001961486569188012,0.00026042516047053367,tokens/kWh,241912.10974458922,,s,629,35.73639368057251,0.05681461634431242,0.008170033415171557,0.05581414413452149,0.05589258193969727,0.055985150909423825,0.12453187377929688,"[0.05623807907104492, 0.056237056732177736, 0.056357887268066405, 0.056323070526123044, 0.05624934387207031, 0.05632819366455078, 0.05631078338623047, 0.056376319885253906, 0.05601279830932617, 0.05586739349365234, 0.05577318572998047, 0.05581107330322266, 0.055946239471435545, 0.05584998321533203, 0.05613875198364258, 0.05595852661132812, 0.05590220642089844, 0.05599334335327148, 0.055934974670410156, 0.05595238494873047, 0.05628211212158203, 0.05583871841430664, 0.05575987243652344, 0.055757823944091796, 0.055818241119384764, 0.055790592193603515, 0.0557946891784668, 0.05578649520874023, 0.05578035354614258, 0.05583871841430664, 0.055836673736572265, 0.055803905487060546, 0.055874561309814455, 0.0558919677734375, 0.05581721496582031, 0.05585919952392578, 0.055828479766845705, 0.05583871841430664, 0.055795711517333986, 0.05586636734008789, 0.055826431274414064, 0.055774208068847655, 0.055801856994628904, 0.05579776000976563, 0.055820289611816405, 0.05580083084106445, 0.0557496337890625, 0.05584281539916992, 0.0558766098022461, 0.05587865447998047, 0.05584281539916992, 0.055782398223876956, 0.055809024810791016, 0.055788543701171874, 0.05576499176025391, 0.05582950210571289, 0.055911422729492184, 0.0558551025390625, 0.05586739349365234, 0.05582745742797852, 0.055890945434570315, 0.05582438278198242, 0.12451123046875, 0.05576396942138672, 0.05577523040771484, 0.05576499176025391, 0.05576806259155274, 0.05575475311279297, 0.05576499176025391, 0.0557916145324707, 0.05580799865722656, 0.05574655914306641, 0.05579673767089844, 0.05575987243652344, 0.055812095642089846, 0.055739391326904295, 0.05584384155273438, 0.0557209587097168, 0.05575372695922851, 0.055790592193603515, 0.05578342437744141, 0.05578035354614258, 0.05590323257446289, 0.055731201171875, 0.05590630340576172, 0.055772159576416014, 0.05581721496582031, 0.05579673767089844, 0.05584998321533203, 0.055812095642089846, 0.0557946891784668, 0.05591449737548828, 0.05588684844970703, 0.055831550598144535, 0.05584998321533203, 0.05613363265991211, 0.05586227035522461, 0.055790592193603515, 0.05580799865722656, 0.05578649520874023, 0.05587046432495117, 0.0557946891784668, 0.05585715103149414, 0.0557916145324707, 0.05584691238403321, 0.05583257675170898, 0.05586329650878906, 0.05585919952392578, 0.05588275146484375, 0.055853057861328125, 0.05580083084106445, 0.05595340728759766, 0.05588275146484375, 0.0557844467163086, 0.05586739349365234, 0.05587046432495117, 0.055825408935546876, 0.05580595016479492, 0.05588172912597656, 0.05586841583251953, 0.055831550598144535, 0.055839744567871094, 0.05582233428955078, 0.05582131195068359, 0.05584076690673828, 0.12454399871826172, 0.055744510650634765, 0.055806976318359375, 0.05572710418701172, 0.055826431274414064, 0.05572608184814453, 0.05575987243652344, 0.05573222351074219, 0.055831550598144535, 0.055772159576416014, 0.055736320495605465, 0.05578649520874023, 0.055790592193603515, 0.055723007202148435, 0.05581414413452149, 0.05574348831176758, 0.055772159576416014, 0.05571583938598633, 0.05583462524414062, 0.05577830505371094, 0.055772159576416014, 0.05574655914306641, 0.05588479995727539, 0.055787521362304686, 0.055787521362304686, 0.055798782348632815, 0.05585715103149414, 0.05578956985473633, 0.05578342437744141, 0.055831550598144535, 0.055812095642089846, 0.05575065612792969, 0.05581107330322266, 0.05577318572998047, 0.05585100936889648, 0.055803905487060546, 0.055812095642089846, 0.0557916145324707, 0.05586227035522461, 0.05580287933349609, 0.055769088745117185, 0.055812095642089846, 0.05584998321533203, 0.055766014099121096, 0.05582438278198242, 0.05583769607543945, 0.055818241119384764, 0.05590118408203125, 0.05585715103149414, 0.055828479766845705, 0.05595033645629883, 0.055844863891601565, 0.05581107330322266, 0.05580083084106445, 0.0558653450012207, 0.05584281539916992, 0.05595443344116211, 0.05584998321533203, 0.05580799865722656, 0.055853057861328125, 0.05577318572998047, 0.055803905487060546, 0.055818241119384764, 0.12458598327636719, 0.05576806259155274, 0.05575680160522461, 0.0557916145324707, 0.05617663955688477, 0.05577523040771484, 0.0557496337890625, 0.055771137237548826, 0.0557844467163086, 0.05573427200317383, 0.05581926345825195, 0.055929855346679686, 0.0558551025390625, 0.055806976318359375, 0.055798782348632815, 0.055728126525878906, 0.0557946891784668, 0.05577318572998047, 0.055744510650634765, 0.0557762565612793, 0.055772159576416014, 0.0557496337890625, 0.055841793060302736, 0.055755775451660154, 0.055769088745117185, 0.055782398223876956, 0.05583257675170898, 0.05581619262695312, 0.05586022567749024, 0.05580595016479492, 0.05581926345825195, 0.05580083084106445, 0.05580595016479492, 0.05582950210571289, 0.055815166473388675, 0.055844863891601565, 0.05583462524414062, 0.05582745742797852, 0.05579776000976563, 0.05574553680419922, 0.0557844467163086, 0.055785472869873044, 0.055795711517333986, 0.0557844467163086, 0.05582233428955078, 0.05586227035522461, 0.05587148666381836, 0.05582131195068359, 0.0559370231628418, 0.055825408935546876, 0.05587148666381836, 0.05581414413452149, 0.05578649520874023, 0.055856128692626954, 0.05586739349365234, 0.055809024810791016, 0.055826431274414064, 0.05580799865722656, 0.05578956985473633, 0.055820289611816405, 0.05583359909057617, 0.055810047149658204, 0.05586329650878906, 0.12467711639404297, 0.055820289611816405, 0.055785472869873044, 0.05572403335571289, 0.055782398223876956, 0.05574758529663086, 0.055757823944091796, 0.05576294326782227, 0.05584281539916992, 0.05578035354614258, 0.055801856994628904, 0.05575884628295898, 0.05578342437744141, 0.05572403335571289, 0.055812095642089846, 0.0557496337890625, 0.0562718734741211, 0.05581926345825195, 0.055861248016357425, 0.05574041748046875, 0.055828479766845705, 0.05575167846679688, 0.0558919677734375, 0.055742462158203124, 0.05580083084106445, 0.055785472869873044, 0.05584793472290039, 0.055769088745117185, 0.055836673736572265, 0.05579673767089844, 0.05579264068603516, 0.05577318572998047, 0.05582233428955078, 0.05581926345825195, 0.055810047149658204, 0.0557762565612793, 0.05582438278198242, 0.05582438278198242, 0.05586739349365234, 0.05574860763549805, 0.055815166473388675, 0.05576294326782227, 0.05587558364868164, 0.05578137588500977, 0.055825408935546876, 0.055771137237548826, 0.05580595016479492, 0.0557946891784668, 0.055907329559326174, 0.05586329650878906, 0.05581721496582031, 0.055972862243652347, 0.05586227035522461, 0.05586636734008789, 0.055795711517333986, 0.0557916145324707, 0.05586636734008789, 0.055795711517333986, 0.05584588623046875, 0.05582233428955078, 0.05583052825927735, 0.05580083084106445, 0.05589503860473633, 0.12453990173339843, 0.05574041748046875, 0.05575680160522461, 0.055809024810791016, 0.0557844467163086, 0.05577011108398437, 0.056180736541748044, 0.05583257675170898, 0.05579673767089844, 0.05576704025268555, 0.0558551025390625, 0.05578137588500977, 0.05581107330322266, 0.055779327392578126, 0.055820289611816405, 0.055755775451660154, 0.0557844467163086, 0.05576294326782227, 0.055777278900146485, 0.05581619262695312, 0.05575680160522461, 0.05578956985473633, 0.05586329650878906, 0.055803905487060546, 0.05586022567749024, 0.055777278900146485, 0.055766014099121096, 0.05580492782592773, 0.055858177185058595, 0.055806976318359375, 0.055831550598144535, 0.055782398223876956, 0.055772159576416014, 0.05580083084106445, 0.05586943817138672, 0.055809024810791016, 0.05583769607543945, 0.05579264068603516, 0.0557946891784668, 0.055731201171875, 0.05578137588500977, 0.055809024810791016, 0.05582131195068359, 0.05595238494873047, 0.05582745742797852, 0.055853057861328125, 0.05588787078857422, 0.05581619262695312, 0.055787521362304686, 0.05583257675170898, 0.05588787078857422, 0.05584691238403321, 0.055831550598144535, 0.055856128692626954, 0.05627699279785156, 0.0558766098022461, 0.05584588623046875, 0.055831550598144535, 0.05580799865722656, 0.05583052825927735, 0.055809024810791016, 0.05583564758300781, 0.05584691238403321, 0.12479897308349609, 0.05577830505371094, 0.05582438278198242, 0.05576192092895508, 0.05574655914306641, 0.05575987243652344, 0.0557916145324707, 0.05576192092895508, 0.05581619262695312, 0.05576499176025391, 0.05581107330322266, 0.05576499176025391, 0.055831550598144535, 0.055787521362304686, 0.05582950210571289, 0.05572710418701172, 0.05584076690673828, 0.05575680160522461, 0.055825408935546876, 0.055723007202148435, 0.055841793060302736, 0.05574860763549805, 0.055815166473388675, 0.055744510650634765, 0.055820289611816405, 0.05578342437744141, 0.055858177185058595, 0.055798782348632815, 0.05581107330322266, 0.055782398223876956, 0.05587251281738281, 0.0558551025390625, 0.05586431884765625, 0.05585715103149414, 0.055812095642089846, 0.05580287933349609, 0.05588275146484375, 0.05590323257446289, 0.05586431884765625, 0.05576294326782227, 0.05586022567749024, 0.055760894775390625, 0.05585203170776367, 0.05575884628295898, 0.05586431884765625, 0.055777278900146485, 0.055823360443115234, 0.05583052825927735, 0.055874561309814455, 0.05587148666381836, 0.055790592193603515, 0.05584588623046875, 0.05584588623046875, 0.05587558364868164, 0.05578342437744141, 0.055825408935546876, 0.05590220642089844, 0.05594828796386719, 0.05585919952392578, 0.055787521362304686, 0.05580595016479492, 0.05581107330322266, 0.05586943817138672, 0.12475801849365234, 0.0557496337890625, 0.05581926345825195, 0.05589811325073242, 0.05580287933349609, 0.05578137588500977, 0.055772159576416014, 0.05578137588500977, 0.05575475311279297, 0.05574758529663086, 0.05581414413452149, 0.055793663024902344, 0.05579776000976563, 0.055806976318359375, 0.05585203170776367, 0.05576704025268555, 0.05576499176025391, 0.055812095642089846, 0.05581926345825195, 0.05579776000976563, 0.05581619262695312, 0.0557844467163086, 0.05584588623046875, 0.055787521362304686, 0.05582438278198242, 0.05579980850219726, 0.055790592193603515, 0.055790592193603515, 0.05583052825927735, 0.05582438278198242, 0.05583769607543945, 0.05579980850219726, 0.05581414413452149, 0.05580595016479492, 0.055826431274414064, 0.05581619262695312, 0.05584691238403321, 0.05578035354614258, 0.05590630340576172, 0.055806976318359375, 0.05579264068603516, 0.05581107330322266, 0.055844863891601565, 0.0557946891784668, 0.05581107330322266, 0.055809024810791016, 0.05588275146484375, 0.055815166473388675, 0.055785472869873044, 0.05583462524414062, 0.0558837776184082, 0.05583871841430664, 0.055788543701171874, 0.05585203170776367, 0.055810047149658204, 0.055790592193603515, 0.05580287933349609, 0.055844863891601565, 0.05579673767089844, 0.055831550598144535, 0.055782398223876956, 0.05583052825927735, 0.05590016174316406, 0.12446822357177735, 0.055798782348632815, 0.055782398223876956, 0.05577011108398437, 0.05578035354614258, 0.05575167846679688, 0.05574655914306641, 0.05576396942138672, 0.05580287933349609, 0.05576192092895508, 0.055820289611816405, 0.05574758529663086, 0.05579673767089844, 0.055725055694580077, 0.055809024810791016, 0.055728126525878906, 0.055841793060302736, 0.055744510650634765, 0.05581619262695312, 0.05592166519165039, 0.05584998321533203, 0.05577830505371094, 0.055877632141113284, 0.05575680160522461, 0.05580492782592773, 0.05580492782592773, 0.05587865447998047, 0.055777278900146485, 0.05586431884765625, 0.05670809555053711, 0.05588684844970703, 0.05614080047607422, 0.055812095642089846, 0.05583359909057617, 0.05583769607543945, 0.05582950210571289, 0.05588582229614258, 0.05592268753051758, 0.056118270874023435, 0.05578342437744141, 0.055861248016357425, 0.056174591064453126, 0.05588172912597656, 0.055752704620361325, 0.05583564758300781, 0.05581414413452149, 0.05596979141235352, 0.05585408020019531, 0.05584384155273438, 0.05587558364868164, 0.05581721496582031, 0.05582950210571289, 0.05588479995727539, 0.05593804931640625, 0.05578956985473633, 0.0557844467163086, 0.05588684844970703, 0.05579980850219726, 0.05584691238403321, 0.05581926345825195, 0.0558131217956543, 0.055779327392578126, 0.055839744567871094, 0.12470374298095703, 0.055769088745117185, 0.05576396942138672, 0.055777278900146485, 0.05578342437744141, 0.05576806259155274, 0.05575372695922851, 0.055731201171875, 0.055752704620361325, 0.05572403335571289, 0.05583769607543945, 0.05580083084106445, 0.055795711517333986, 0.05576396942138672, 0.05582233428955078, 0.05577011108398437, 0.0557916145324707, 0.05578035354614258, 0.05583052825927735, 0.05581619262695312, 0.05581414413452149, 0.05578956985473633, 0.055841793060302736, 0.05577830505371094, 0.055798782348632815, 0.055806976318359375, 0.05582745742797852, 0.05582131195068359, 0.05592575836181641, 0.055820289611816405, 0.05586022567749024, 0.055810047149658204, 0.0557844467163086, 0.055815166473388675, 0.0558551025390625, 0.05585203170776367, 0.055874561309814455, 0.055790592193603515, 0.055785472869873044, 0.05573222351074219, 0.05581721496582031, 0.05588479995727539, 0.05584076690673828, 0.05581107330322266, 0.05585203170776367, 0.05581414413452149, 0.0559370231628418, 0.05584384155273438, 0.05582438278198242, 0.05584588623046875, 0.05587148666381836, 0.05585203170776367, 0.055803905487060546, 0.05607219314575195, 0.05584076690673828, 0.055806976318359375, 0.055844863891601565, 0.05585919952392578, 0.05580799865722656, 0.05607731246948242, 0.055861248016357425, 0.05581619262695312, 0.05583564758300781]",tokens/s,17.601104510496405,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,8,8,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/8/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947659-3d3a5dec38f360f26272c541;488c84f1-8f12-40de-8577-158b2eb3a7e1) Repository Not Found for url: https://huggingface.co/8/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 8 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-4B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3182.63296,5144.838144,0.0,4498.39104,4272.10752,s,10,1.755178253173828,0.1755178253173828,0.0011219195241513908,0.17528578186035154,0.17646485137939452,0.17744733810424804,0.17823332748413084,"[0.1750240020751953, 0.17530125427246093, 0.17430819702148437, 0.17578314208984375, 0.1755444793701172, 0.17437823486328125, 0.17624652099609375, 0.1748922882080078, 0.17527030944824218, 0.17842982482910155]",tokens/s,1458.541316456514,kWh,2.063687899331937e-06,1.1307963665158553e-06,1.0640578435826514e-05,1.3835062701674308e-05,tokens/kWh,18503710.862764582,MB,3182.63296,5144.838144,0.0,4498.39104,4389.693952,s,10,93.0552060546875,9.30552060546875,0.001818226598036365,9.30511376953125,9.308026757812499,9.30839765625,9.308694375,"[9.3079443359375, 9.30476171875, 9.30538671875, 9.3031904296875, 9.30733984375, 9.3053583984375, 9.3087685546875, 9.3031279296875, 9.304869140625, 9.304458984375]",tokens/s,6.770174681358032,kWh,0.00010977709453110497,6.016626710725992e-05,0.0005651603266489736,0.0007351036882873386,tokens/kWh,85702.19549133109,,s,629,94.48704631042477,0.15021787966681208,0.02093038608060604,0.14764749145507813,0.14787747497558593,0.14807101135253906,0.3230509362792969,"[0.1477038116455078, 0.14781440734863283, 0.14782669067382812, 0.14764646911621093, 0.1477355499267578, 0.14769151306152345, 0.1476946563720703, 0.14762387084960937, 0.1476577911376953, 0.14751225280761718, 0.147557373046875, 0.14769357299804686, 0.14757171630859375, 0.1477007293701172, 0.14765260314941406, 0.14752870178222657, 0.14758706665039062, 0.14760858154296874, 0.14751437377929688, 0.14757785034179688, 0.14776832580566407, 0.1477908477783203, 0.14770687866210938, 0.1477181396484375, 0.14763929748535157, 0.14769561767578124, 0.14760140991210938, 0.14889984130859374, 0.1479024658203125, 0.14775506591796875, 0.14754296875, 0.14772633361816406, 0.1476495361328125, 0.1475983428955078, 0.1475902099609375, 0.14769760131835938, 0.14755020141601563, 0.14766181945800783, 0.14765773010253908, 0.14780210876464844, 0.14800384521484375, 0.14789846801757814, 0.1478132781982422, 0.1479208984375, 0.14783488464355468, 0.14762905883789063, 0.1476864013671875, 0.14778367614746094, 0.14774169921875, 0.1478819885253906, 0.1476864013671875, 0.14769151306152345, 0.14778579711914064, 0.14786965942382813, 0.14757679748535157, 0.14778265380859376, 0.1479516143798828, 0.14776422119140625, 0.1478338623046875, 0.14779597473144532, 0.1476874237060547, 0.14776524353027343, 0.323641357421875, 0.1475287628173828, 0.1476330871582031, 0.14767205810546874, 0.1475809326171875, 0.14789427185058593, 0.14753176879882812, 0.1474007110595703, 0.14758706665039062, 0.14764338684082032, 0.1479024658203125, 0.14754202270507813, 0.14767001342773436, 0.1474140167236328, 0.14760038757324218, 0.14752461242675782, 0.14752153015136718, 0.14763417053222655, 0.14757785034179688, 0.14757991027832032, 0.14769664001464844, 0.14767616271972656, 0.1475758056640625, 0.14756871032714844, 0.1476719970703125, 0.1476556854248047, 0.1477550048828125, 0.1475983428955078, 0.14755532836914062, 0.14766294860839843, 0.1476453399658203, 0.14794752502441405, 0.1478799285888672, 0.147915771484375, 0.14766796875, 0.14776524353027343, 0.14784410095214845, 0.14759117126464844, 0.14771200561523437, 0.14769049072265625, 0.14764236450195312, 0.1477601318359375, 0.1477242889404297, 0.14757991027832032, 0.14768441772460938, 0.1476648254394531, 0.14767411804199218, 0.1476976623535156, 0.14779597473144532, 0.1476249542236328, 0.14771711730957032, 0.1476925506591797, 0.14763519287109375, 0.14774684143066405, 0.14772528076171876, 0.14755123901367187, 0.1477969970703125, 0.14770892333984376, 0.14777958679199218, 0.1477734375, 0.14795059204101563, 0.14812979125976564, 0.14786866760253906, 0.32261529541015627, 0.14752255249023438, 0.14755430603027345, 0.1474641876220703, 0.1474713592529297, 0.14755020141601563, 0.1475614776611328, 0.14747238159179688, 0.14755328369140625, 0.1473976287841797, 0.14744371032714843, 0.14747442626953125, 0.1475635223388672, 0.14745599365234374, 0.14765977478027345, 0.14754611206054688, 0.14752461242675782, 0.14754611206054688, 0.1475747833251953, 0.14744781494140624, 0.14758297729492187, 0.14756045532226564, 0.14755430603027345, 0.149396484375, 0.1476485137939453, 0.14745907592773438, 0.1475809326171875, 0.14755941772460937, 0.1478092803955078, 0.1480755157470703, 0.14777241516113282, 0.14764242553710938, 0.14774163818359376, 0.14757273864746093, 0.1475625, 0.14786764526367188, 0.1480642547607422, 0.1476065216064453, 0.1476065216064453, 0.1476495361328125, 0.14760447692871093, 0.1476976623535156, 0.14772837829589844, 0.14765362548828126, 0.14773155212402345, 0.1476320343017578, 0.1476300811767578, 0.1495870361328125, 0.14772930908203125, 0.1476925506591797, 0.14786866760253906, 0.1476495361328125, 0.1476556854248047, 0.1477038116455078, 0.14774067687988282, 0.14751641845703126, 0.14774172973632813, 0.14768739318847657, 0.14764134216308594, 0.14783590698242188, 0.14789120483398438, 0.14761785888671874, 0.147801025390625, 0.32445440673828124, 0.14758502197265624, 0.14764047241210937, 0.1474578857421875, 0.14744064331054688, 0.14750924682617186, 0.1476249542236328, 0.14750003051757812, 0.1476751708984375, 0.14748873901367188, 0.1476167755126953, 0.14755328369140625, 0.14866636657714843, 0.14753074645996095, 0.14754409790039064, 0.14754608154296875, 0.1475030975341797, 0.1475819549560547, 0.1476925506591797, 0.14754202270507813, 0.14767718505859376, 0.14754815673828126, 0.1475051574707031, 0.14757171630859375, 0.14771711730957032, 0.14751846313476563, 0.1477007293701172, 0.14759014892578126, 0.14754611206054688, 0.14760755920410157, 0.14765362548828126, 0.14746736145019532, 0.1477057647705078, 0.14774989318847656, 0.14771609497070312, 0.14760549926757813, 0.147662841796875, 0.14747955322265624, 0.14761573791503907, 0.1476444091796875, 0.14773452758789063, 0.14766796875, 0.14768333435058595, 0.14841241455078125, 0.14786253356933593, 0.14764338684082032, 0.14753709411621094, 0.14765548706054688, 0.14769357299804686, 0.1476167755126953, 0.147704833984375, 0.1476136932373047, 0.14760345458984375, 0.14772032165527343, 0.14774668884277345, 0.1475430450439453, 0.14773248291015625, 0.14760447692871093, 0.14760243225097655, 0.14813798522949218, 0.1478481903076172, 0.14759423828125, 0.14767922973632813, 0.32375808715820314, 0.14746009826660156, 0.14765260314941406, 0.14772633361816406, 0.1476372528076172, 0.14757171630859375, 0.14758297729492187, 0.14746931457519533, 0.14764134216308594, 0.14750726318359375, 0.1475317077636719, 0.1474641876220703, 0.14758297729492187, 0.1474457550048828, 0.14758297729492187, 0.1476444549560547, 0.14763618469238282, 0.1491425323486328, 0.14755123901367187, 0.14747750854492186, 0.14757171630859375, 0.1476485137939453, 0.1476976623535156, 0.14762803649902342, 0.14759526062011719, 0.14749594116210937, 0.14775091552734376, 0.14838681030273437, 0.1475962829589844, 0.1476300811767578, 0.14776115417480468, 0.14755532836914062, 0.14769049072265625, 0.1476177978515625, 0.14761984252929689, 0.14794956970214843, 0.148210693359375, 0.14764646911621093, 0.14774067687988282, 0.14758399963378907, 0.1475145263671875, 0.14760739135742187, 0.14795674133300782, 0.1479598388671875, 0.1477693176269531, 0.14763519287109375, 0.1476300811767578, 0.14778469848632814, 0.1477488708496094, 0.14760345458984375, 0.1477908477783203, 0.1487994842529297, 0.14771711730957032, 0.14775091552734376, 0.14785842895507811, 0.1475819549560547, 0.14778060913085939, 0.14831820678710939, 0.14770994567871093, 0.14774783325195312, 0.14774169921875, 0.14764031982421874, 0.1477591094970703, 0.32275454711914064, 0.14752569580078126, 0.14764434814453126, 0.14749388122558593, 0.14743449401855468, 0.14752972412109375, 0.14773248291015625, 0.14777241516113282, 0.14769459533691406, 0.14749081420898438, 0.14747442626953125, 0.14746316528320313, 0.14765055847167968, 0.1474088897705078, 0.14750617980957031, 0.14749081420898438, 0.14744166564941405, 0.1475020751953125, 0.1475614776611328, 0.14749798583984375, 0.1476485137939453, 0.1476259765625, 0.14752255249023438, 0.14758399963378907, 0.14788710021972656, 0.147842041015625, 0.147736572265625, 0.14777139282226562, 0.14764134216308594, 0.14758706665039062, 0.14761573791503907, 0.14745497131347657, 0.14764242553710938, 0.14756243896484375, 0.15063655090332032, 0.14771510314941405, 0.14766691589355468, 0.14748057556152344, 0.14797311401367189, 0.147704833984375, 0.14794650268554688, 0.14787686157226562, 0.14773965454101562, 0.14764544677734376, 0.14773965454101562, 0.14767103576660157, 0.1476177978515625, 0.14780006408691407, 0.1478164520263672, 0.14764338684082032, 0.147778564453125, 0.1475932159423828, 0.14759014892578126, 0.14775709533691406, 0.1477703399658203, 0.14754713439941405, 0.14784512329101562, 0.14767718505859376, 0.1476136932373047, 0.14768435668945312, 0.1477488708496094, 0.14769357299804686, 0.14766387939453124, 0.32450048828125, 0.14744677734375, 0.14760243225097655, 0.14800076293945313, 0.14757376098632813, 0.14759014892578126, 0.1475368957519531, 0.1475194854736328, 0.14757887268066405, 0.14749285888671876, 0.14765682983398437, 0.14762278747558594, 0.1476300811767578, 0.14748979187011718, 0.14754508972167968, 0.1475583953857422, 0.1475583953857422, 0.14764338684082032, 0.14757682800292968, 0.14754098510742186, 0.14760140991210938, 0.14758502197265624, 0.14751539611816405, 0.14915379333496093, 0.14777241516113282, 0.14756658935546876, 0.1477191619873047, 0.1476874237060547, 0.14766192626953126, 0.14777334594726563, 0.14770687866210938, 0.14753382873535156, 0.14765055847167968, 0.14779289245605468, 0.1479710693359375, 0.14767205810546874, 0.147704833984375, 0.14755020141601563, 0.14766592407226561, 0.14759219360351564, 0.1476167755126953, 0.14761882019042968, 0.14803456115722657, 0.14803561401367188, 0.14780003356933594, 0.14770176696777343, 0.14763827514648437, 0.14776832580566407, 0.14774989318847656, 0.14793624877929687, 0.1482178497314453, 0.1477007293701172, 0.14764236450195312, 0.14774169921875, 0.1477242889404297, 0.14752255249023438, 0.15069183349609375, 0.1477683868408203, 0.14761875915527345, 0.14777650451660157, 0.1478287353515625, 0.14764544677734376, 0.14773759460449218, 0.32316619873046876, 0.147483642578125, 0.147599365234375, 0.14751026916503907, 0.14747955322265624, 0.14752767944335937, 0.14755635070800782, 0.14742221069335937, 0.1475635223388672, 0.1474334716796875, 0.14749081420898438, 0.14745811462402345, 0.14759928894042967, 0.14757072448730468, 0.1478819580078125, 0.14762393188476564, 0.14886399841308592, 0.14762086486816406, 0.14764749145507813, 0.14742630004882812, 0.14757991027832032, 0.1475625, 0.14749183654785156, 0.14763623046875, 0.14763929748535157, 0.14746829223632812, 0.14760038757324218, 0.1475614776611328, 0.1475020751953125, 0.1475809326171875, 0.14762086486816406, 0.14745805358886718, 0.14772531127929686, 0.14768229675292968, 0.14754815673828126, 0.14765061950683595, 0.14773036193847655, 0.14758297729492187, 0.1477969970703125, 0.14772122192382814, 0.1476249542236328, 0.14779904174804687, 0.1477232666015625, 0.14769151306152345, 0.1477488708496094, 0.14761573791503907, 0.14768435668945312, 0.14789529418945313, 0.1478338623046875, 0.1476167755126953, 0.14774578857421874, 0.14773759460449218, 0.14774578857421874, 0.14783282470703124, 0.1480089569091797, 0.14756658935546876, 0.1477980194091797, 0.14769151306152345, 0.1476300811767578, 0.147736572265625, 0.1478053436279297, 0.14763299560546875, 0.14780519104003906, 0.3236282043457031, 0.14760739135742187, 0.14767820739746093, 0.147599365234375, 0.14748057556152344, 0.14756761169433594, 0.14759423828125, 0.14759423828125, 0.14758808898925782, 0.14749285888671876, 0.14745088195800782, 0.14751437377929688, 0.1476874237060547, 0.14746726989746095, 0.14759526062011719, 0.1474877471923828, 0.14747238159179688, 0.14896537780761718, 0.1477591094970703, 0.14752359008789062, 0.1475696563720703, 0.14759014892578126, 0.14754098510742186, 0.14759423828125, 0.14762905883789063, 0.1475266571044922, 0.14758297729492187, 0.1475932159423828, 0.14751539611816405, 0.147631103515625, 0.14761984252929689, 0.14747955322265624, 0.14768537902832032, 0.14760140991210938, 0.14759429931640625, 0.1478174133300781, 0.148136962890625, 0.14764749145507813, 0.14765670776367187, 0.14760858154296874, 0.14756556701660156, 0.14776115417480468, 0.14787379455566407, 0.14764140319824218, 0.1478204803466797, 0.1477294006347656, 0.14761984252929689, 0.1476485137939453, 0.14769769287109374, 0.14785328674316406, 0.148136962890625, 0.14780210876464844, 0.14774067687988282, 0.1477488708496094, 0.14777037048339844, 0.14758297729492187, 0.14800588989257812, 0.14822808837890625, 0.1476925506591797, 0.14769570922851563, 0.14775184631347657, 0.14767820739746093, 0.14775091552734376, 0.32675021362304685, 0.14751026916503907, 0.147631103515625, 0.14785740661621094, 0.14753587341308594, 0.14767205810546874, 0.14751129150390624, 0.14741810607910155, 0.14757069396972655, 0.14747750854492186, 0.14760038757324218, 0.147525634765625, 0.14760755920410157, 0.14742527770996094, 0.14760549926757813, 0.14752870178222657, 0.14748262023925782, 0.14749801635742188, 0.14759420776367188, 0.14749594116210937, 0.14760345458984375, 0.14772735595703124, 0.14766592407226561, 0.14759117126464844, 0.14767308044433594, 0.14752870178222657, 0.14936166381835939, 0.1476259765625, 0.14761164855957032, 0.14763827514648437, 0.14771302795410157, 0.1475635223388672, 0.14765376281738282, 0.14757772827148438, 0.1476444091796875, 0.1476065216064453, 0.14775193786621094, 0.14762905883789063, 0.14774989318847656, 0.14771609497070312, 0.14771405029296875, 0.14776730346679687, 0.1477232666015625, 0.1476976623535156, 0.14775100708007813, 0.14778358459472657, 0.14762509155273437, 0.14770675659179688, 0.14780825805664063, 0.14765977478027345, 0.14776441955566405, 0.14771693420410156, 0.1477734375, 0.14791372680664064, 0.14793318176269532, 0.14760447692871093, 0.14773759460449218, 0.14763314819335938, 0.14771405029296875, 0.14776217651367188, 0.14775808715820313, 0.14773452758789063, 0.14773866271972655]",tokens/s,6.656997171162521,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm2-20b,internlm/internlm2-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4150.554624,14749.794304,0.0,14103.3472,13629.829632,s,10,9.1216513671875,0.91216513671875,0.0005769345832588225,0.9118774108886718,0.9131439453125,0.9132898986816407,0.9134066613769531,"[0.9121066284179687, 0.9118009033203125, 0.9117861938476562, 0.9117752075195312, 0.9117513427734375, 0.9121775512695313, 0.9119539184570312, 0.9131115112304687, 0.9117522583007812, 0.9134358520507813]",tokens/s,280.65093665044674,kWh,1.0778124976639796e-05,5.903625302562432e-06,5.5186837078724515e-05,7.186858735792674e-05,tokens/kWh,3562056.9349032086,MB,4150.554624,14749.794304,0.0,14103.3472,13753.432576,s,10,496.16972656250005,49.616972656250006,0.0007849502217245803,49.616734375,49.618128515625,49.6182673828125,49.6183784765625,"[49.61665234375, 49.61633984375, 49.61627734375, 49.61686328125, 49.61780078125, 49.61608203125, 49.616390625, 49.61681640625, 49.61809765625, 49.61840625]",tokens/s,1.2697268016827343,kWh,0.00058577710933306,0.0003210569623034825,0.003086748398689676,0.003993582470326218,tokens/kWh,15775.309629414967,,s,629,503.59206420898397,0.8006233135277971,0.10833809909616127,0.78757373046875,0.7878526977539063,0.7879436279296875,1.6994312109375,"[0.7873873901367188, 0.787198974609375, 0.7870187377929687, 0.7874212036132813, 0.7873935546875, 0.7872532348632812, 0.78736181640625, 0.7874508666992187, 0.78736181640625, 0.7874406127929687, 0.7876925659179688, 0.7873341674804688, 0.787324951171875, 0.7872911376953124, 0.7873535766601563, 0.78740478515625, 0.7874191284179688, 0.7875604248046875, 0.7874898071289063, 0.7876044921875, 0.7873433837890625, 0.787651611328125, 0.7873843383789062, 0.7876198120117187, 0.7876874389648437, 0.7873822631835937, 0.7874221801757812, 0.7875665893554687, 0.7875440673828125, 0.78753076171875, 0.7873474731445312, 0.787431396484375, 0.7874478149414063, 0.7876956176757812, 0.7874611206054688, 0.7877755126953125, 0.787652587890625, 0.7875338134765625, 0.7873351440429688, 0.7877939453125, 0.7876137084960938, 0.7874437255859374, 0.7875460815429688, 0.787852294921875, 0.7880919189453125, 0.7875297241210938, 0.7874908447265625, 0.7877457885742187, 0.7876690063476562, 0.787578857421875, 0.7878276977539063, 0.7877796020507812, 0.787894287109375, 0.7877744750976563, 0.7876802368164062, 0.7878092651367188, 0.7879393310546875, 0.7879208984375, 0.7876935424804687, 0.7881513061523437, 0.7877539672851562, 0.7879547119140625, 1.69930029296875, 0.78744677734375, 0.7872819213867187, 0.787272705078125, 0.7871314086914063, 0.7873638305664062, 0.7873054809570312, 0.787125244140625, 0.7874774780273438, 0.787567626953125, 0.7872399291992187, 0.7872163696289063, 0.7876341552734375, 0.7873699951171875, 0.7873157348632812, 0.7874549560546875, 0.787420166015625, 0.7875245971679687, 0.7873136596679687, 0.7873659057617187, 0.7874631958007813, 0.7874447631835938, 0.7875819702148438, 0.7873074951171875, 0.78769970703125, 0.7876075439453125, 0.7876557006835937, 0.7875112915039062, 0.787493896484375, 0.78761572265625, 0.788021240234375, 0.7874949340820312, 0.787483642578125, 0.7875020751953125, 0.787962890625, 0.7874385986328125, 0.7876055297851563, 0.787578857421875, 0.7876331787109375, 0.7874078979492187, 0.7876239624023438, 0.787683349609375, 0.787577880859375, 0.7877376098632812, 0.7876935424804687, 0.7876802368164062, 0.7878246459960937, 0.7875614624023437, 0.7877509155273438, 0.78786767578125, 0.7878276977539063, 0.7875277099609375, 0.7878062133789062, 0.787652587890625, 0.7876341552734375, 0.7876608276367187, 0.7877232666015626, 0.7879423828125, 0.7876044921875, 0.7876935424804687, 0.7880294189453125, 0.7877662963867188, 0.7876126708984375, 1.6993095703125, 0.7872911376953124, 0.787145751953125, 0.7871846313476563, 0.7874590454101562, 0.78744677734375, 0.7873843383789062, 0.7872747802734374, 0.7876004028320313, 0.7876474609375, 0.7875235595703125, 0.7873802490234375, 0.7874160766601562, 0.7874180908203126, 0.7873873901367188, 0.7873873901367188, 0.7875369262695312, 0.7873515625, 0.787336181640625, 0.7872388916015625, 0.7879075927734375, 0.7878758544921876, 0.7875112915039062, 0.7874385986328125, 0.7875809326171875, 0.7874969482421875, 0.7875215454101563, 0.7874273071289063, 0.7875451049804687, 0.787515380859375, 0.7875860595703125, 0.7877826538085938, 0.7875420532226562, 0.787526611328125, 0.7874068603515625, 0.7875184936523437, 0.7876649169921875, 0.7876925659179688, 0.7875286865234375, 0.78742529296875, 0.78757373046875, 0.7876720581054687, 0.7876587524414063, 0.787493896484375, 0.7877621459960937, 0.7876935424804687, 0.7876956176757812, 0.7874180908203126, 0.78788916015625, 0.7875460815429688, 0.7877099609375, 0.7876638793945312, 0.7878553466796875, 0.787715087890625, 0.7877109985351562, 0.7876321411132813, 0.7879976806640625, 0.7875717163085938, 0.7877314453125, 0.78774169921875, 0.7876792602539062, 0.7878297729492187, 0.7876823120117188, 1.6994857177734375, 0.7872747802734374, 0.787125244140625, 0.7873034057617188, 0.7872982788085937, 0.787431396484375, 0.7872583618164063, 0.7872112426757812, 0.7874529418945313, 0.7874641723632813, 0.7872880859375, 0.7873116455078125, 0.787430419921875, 0.7873280029296875, 0.7874826049804687, 0.7872429809570313, 0.7875481567382813, 0.7873863525390625, 0.7874140014648437, 0.7873269653320313, 0.7875491943359375, 0.7876270141601562, 0.7874058227539062, 0.7876710205078125, 0.7876382446289063, 0.7875747680664062, 0.7875921630859375, 0.7874928588867187, 0.7874293823242188, 0.7875932006835937, 0.7875696411132812, 0.7873689575195313, 0.7879444580078125, 0.7875747680664062, 0.7875245971679687, 0.7876720581054687, 0.7876126708984375, 0.7876331787109375, 0.7876690063476562, 0.7872860107421875, 0.7875584106445312, 0.78761474609375, 0.7875430297851562, 0.7880325317382812, 0.7878297729492187, 0.7877355346679688, 0.787641357421875, 0.7875747680664062, 0.7878553466796875, 0.7876976928710937, 0.787758056640625, 0.7876004028320313, 0.7877734375, 0.7876546630859375, 0.7879823608398437, 0.7877590942382813, 0.78786767578125, 0.7879035034179688, 0.7877243041992188, 0.787683349609375, 0.7879423828125, 0.7878092651367188, 0.7876925659179688, 1.6995399169921874, 0.7874150390625, 0.7872214965820312, 0.7872614135742187, 0.78740478515625, 0.7872870483398438, 0.7874385986328125, 0.7871764526367188, 0.78738330078125, 0.7874754638671875, 0.7872921752929688, 0.7874037475585938, 0.7873751220703125, 0.7875020751953125, 0.7874498291015625, 0.78721533203125, 0.7874068603515625, 0.787435546875, 0.7873822631835937, 0.7872880859375, 0.7879188232421875, 0.787578857421875, 0.7877396240234374, 0.7874426879882812, 0.7876597900390625, 0.7875143432617188, 0.7875686645507812, 0.7874908447265625, 0.78772021484375, 0.7874600830078125, 0.7877027587890625, 0.7873372192382813, 0.7878482055664062, 0.7876925659179688, 0.7875963134765624, 0.78746826171875, 0.7876474609375, 0.787541015625, 0.7877929077148438, 0.787684326171875, 0.7875133666992188, 0.7877775268554688, 0.7877355346679688, 0.7874805908203125, 0.7880253295898437, 0.7877294311523437, 0.7877478637695312, 0.787620849609375, 0.7876177978515625, 0.7875901489257813, 0.7876044921875, 0.78750927734375, 0.7877857055664063, 0.7876034545898437, 0.7877386474609375, 0.7877908325195313, 0.7878871459960938, 0.7877938842773438, 0.7877723999023437, 0.7880970458984375, 0.78805810546875, 0.7877969970703125, 0.7875798950195313, 1.6997550048828125, 0.787409912109375, 0.7872645263671875, 0.7873331298828125, 0.787324951171875, 0.7874191284179688, 0.7874600830078125, 0.7873331298828125, 0.7873689575195313, 0.7873402709960937, 0.7872696533203125, 0.7873843383789062, 0.7874539794921875, 0.78740478515625, 0.7872276611328125, 0.7872256469726563, 0.7874928588867187, 0.787398681640625, 0.7875235595703125, 0.7872337646484375, 0.7875563354492188, 0.78750927734375, 0.7873751220703125, 0.7873474731445312, 0.7875297241210938, 0.787420166015625, 0.7876433715820312, 0.7874150390625, 0.7875798950195313, 0.7877109985351562, 0.7875205078125, 0.7874221801757812, 0.7876270141601562, 0.7875552978515625, 0.7877314453125, 0.7874898071289063, 0.7876290283203125, 0.78748876953125, 0.7874017333984376, 0.7875809326171875, 0.7875768432617187, 0.787746826171875, 0.7877027587890625, 0.7877099609375, 0.7877652587890625, 0.7881605224609375, 0.787725341796875, 0.7877232666015626, 0.7877590942382813, 0.7877191772460937, 0.7875880737304688, 0.787567626953125, 0.7878973388671875, 0.78772021484375, 0.7878194580078125, 0.7875645141601563, 0.7877078857421875, 0.7878594360351563, 0.7878482055664062, 0.7876853637695312, 0.7878276977539063, 0.7877457885742187, 0.7876566772460938, 1.69963720703125, 0.7873443603515625, 0.787198974609375, 0.7872071533203125, 0.7871447143554687, 0.7873372192382813, 0.78736279296875, 0.7875143432617188, 0.7874549560546875, 0.7874488525390625, 0.7873443603515625, 0.7874324340820312, 0.7875317993164063, 0.7873659057617187, 0.7874221801757812, 0.787140625, 0.7875000610351562, 0.7873740844726562, 0.7875798950195313, 0.7875440673828125, 0.7875798950195313, 0.787689453125, 0.7873863525390625, 0.7874774780273438, 0.787515380859375, 0.7875112915039062, 0.7874437255859374, 0.7873863525390625, 0.7877171020507813, 0.7875604248046875, 0.7879270629882813, 0.7873218383789062, 0.7874979858398438, 0.7875173950195312, 0.7874703369140625, 0.7873116455078125, 0.7876454467773437, 0.7875543212890626, 0.787577880859375, 0.7874088745117187, 0.7874652099609375, 0.7880519409179687, 0.7877027587890625, 0.7874457397460938, 0.7877294311523437, 0.7879280395507813, 0.7875829467773438, 0.7877232666015626, 0.7877621459960937, 0.787652587890625, 0.787725341796875, 0.7876167602539063, 0.7879556884765625, 0.7877345581054688, 0.7877345581054688, 0.7875932006835937, 0.7877755126953125, 0.7877529296875, 0.7878358764648438, 0.787694580078125, 0.7878512573242188, 0.7878963012695313, 0.7878113403320313, 1.7007513427734375, 0.7875963134765624, 0.7874171142578125, 0.7874488525390625, 0.7876484985351563, 0.7875563354492188, 0.7872890625, 0.7871539306640625, 0.7873320922851562, 0.7872214965820312, 0.7872757568359375, 0.7873024291992188, 0.7874078979492187, 0.7873526000976563, 0.7871928100585938, 0.7873280029296875, 0.787357666015625, 0.787689453125, 0.7874662475585937, 0.7875245971679687, 0.7875584106445312, 0.78753076171875, 0.7875645141601563, 0.7874437255859374, 0.7877171020507813, 0.7874744262695312, 0.7874846801757812, 0.7874979858398438, 0.7874877319335938, 0.7876433715820312, 0.7874140014648437, 0.7875655517578125, 0.787473388671875, 0.7876382446289063, 0.7874918212890625, 0.7874273071289063, 0.7877581176757813, 0.7875194091796875, 0.7876075439453125, 0.7877119750976562, 0.7876638793945312, 0.7876741333007813, 0.7880017700195312, 0.787431396484375, 0.7877529296875, 0.7877447509765625, 0.787726318359375, 0.7875389404296875, 0.7876188354492187, 0.787757080078125, 0.7878041381835937, 0.7876690063476562, 0.7879188232421875, 0.7878225708007812, 0.7875963134765624, 0.7876741333007813, 0.78787890625, 0.7877007446289063, 0.7876741333007813, 0.78763623046875, 0.7878983764648437, 0.787789794921875, 0.7876495361328125, 1.699478515625, 0.7873494873046875, 0.787346435546875, 0.787336181640625, 0.7876710205078125, 0.7873822631835937, 0.7873024291992188, 0.7872665405273438, 0.7874078979492187, 0.7873935546875, 0.7873873901367188, 0.7872081909179688, 0.7874703369140625, 0.7873526000976563, 0.78732080078125, 0.787356689453125, 0.7879464721679688, 0.78745703125, 0.787873779296875, 0.7874119873046875, 0.7876004028320313, 0.7872757568359375, 0.787472412109375, 0.787262451171875, 0.787357666015625, 0.7875635375976563, 0.7873751220703125, 0.78746826171875, 0.7876382446289063, 0.7875696411132812, 0.7875614624023437, 0.787462158203125, 0.7875768432617187, 0.7874990234375, 0.7876167602539063, 0.7874837036132812, 0.7876648559570313, 0.7876004028320313, 0.7877908325195313, 0.787578857421875, 0.78810009765625, 0.7876690063476562, 0.7876741333007813, 0.7877140502929687, 0.7878287353515625, 0.787873779296875, 0.7876239624023438, 0.7874990234375, 0.7877130126953125, 0.7875747680664062, 0.78769970703125, 0.7875952758789062, 0.7880171508789062, 0.7877191772460937, 0.7879884643554688, 0.7877693481445313, 0.7879639282226563, 0.7878482055664062, 0.78788916015625, 0.787631103515625, 0.78786865234375, 0.7877560424804687, 0.7876874389648437, 1.701127197265625, 0.7874631958007813, 0.7874232177734375, 0.787177490234375, 0.7873484497070312, 0.7878082275390625, 0.7871395874023438, 0.7871610717773437, 0.78736181640625, 0.7875379028320313, 0.7874365234375, 0.7873034057617188, 0.7873331298828125, 0.7873280029296875, 0.7873218383789062, 0.787367919921875, 0.7875297241210938, 0.7872593994140625, 0.7874703369140625, 0.7873484497070312, 0.7875798950195313, 0.7876013793945312, 0.78782568359375, 0.7874898071289063, 0.7874949340820312, 0.787557373046875, 0.787599365234375, 0.787505126953125, 0.7881134033203125, 0.787609619140625, 0.7876341552734375, 0.7874754638671875, 0.7875921630859375, 0.7875717163085938, 0.7876638793945312, 0.787567626953125, 0.7877181396484375, 0.7877908325195313, 0.7876495361328125, 0.7879127197265625, 0.7875563354492188, 0.7877304077148437, 0.7875850219726562, 0.7878276977539063, 0.78784716796875, 0.7876505737304688, 0.7876751098632813, 0.7875082397460937, 0.7878410034179687, 0.7876690063476562, 0.7878113403320313, 0.7876065063476563, 0.7878543090820312, 0.7876290283203125, 0.7878287353515625, 0.787689453125, 0.7878778686523438, 0.787689453125, 0.7877990112304688, 0.78763623046875, 0.7878624877929687, 0.787830810546875, 0.7877119750976562]",tokens/s,1.2490268308496872,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,i,i,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/i/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474e8-7b9723015dfa278a1c75687f;ab9dd5e3-32f8-4673-820c-b2e71bb6cd0b) Repository Not Found for url: https://huggingface.co/i/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: i is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciLM-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4414.5664,5279.055872,0.0,4632.608768,4516.927488,s,10,3.32572265625,0.332572265625,0.0003450573576817999,0.33253726196289063,0.33292726745605467,0.3331220962524414,0.3332779592895508,"[0.3325097351074219, 0.3325647888183594, 0.3319704895019531, 0.332751953125, 0.3328839721679687, 0.33237548828125, 0.33331692504882815, 0.3326307067871094, 0.332297119140625, 0.3324214782714844]",tokens/s,769.7575127586227,kWh,3.924197433883571e-06,2.149627170828969e-06,1.9789307946126826e-05,2.5863132550839367e-05,tokens/kWh,9898259.597779918,MB,4414.89408,5279.055872,0.0,4632.608768,4542.985728,s,10,182.7871328125,18.27871328125,0.0014384523106619094,18.278687499999997,18.2807515625,18.280846484375,18.280922421875,"[18.27765625, 18.28073046875, 18.27884765625, 18.275486328125, 18.28094140625, 18.278552734375, 18.278765625, 18.27894921875, 18.27859375, 18.278609375]",tokens/s,3.4466321031811553,kWh,0.00021573360402203802,0.00011824067009279163,0.0010599001946936866,0.0013938744688085163,tokens/kWh,45197.757337396666,,s,629,185.48937078857426,0.2948956610311196,0.039579975109783325,0.29006643676757815,0.29030588989257816,0.29056678466796876,0.6231044165039062,"[0.2902691955566406, 0.28993539428710935, 0.2899998474121094, 0.290165771484375, 0.2900367431640625, 0.2899374084472656, 0.2899578857421875, 0.2900008850097656, 0.29008587646484374, 0.29035723876953123, 0.28995480346679686, 0.29003775024414064, 0.29030911254882813, 0.2901381225585937, 0.29019134521484374, 0.2902518310546875, 0.29034182739257813, 0.28997528076171875, 0.29010125732421876, 0.290165771484375, 0.28999884033203127, 0.2898902893066406, 0.2900787048339844, 0.2899927062988281, 0.2901739501953125, 0.2900582275390625, 0.28999578857421876, 0.29002752685546873, 0.29125222778320314, 0.2903162841796875, 0.29005722045898436, 0.29030508422851564, 0.2903735656738281, 0.2901534729003906, 0.29002239990234374, 0.2900531311035156, 0.289939453125, 0.2901893005371094, 0.29003057861328124, 0.29002239990234374, 0.2901739501953125, 0.28999066162109377, 0.2899568786621094, 0.2899158935546875, 0.29006951904296874, 0.2901258239746094, 0.2901422119140625, 0.2899363708496094, 0.2901452941894531, 0.29023233032226564, 0.289976318359375, 0.29005108642578126, 0.29001727294921875, 0.28994049072265626, 0.2900326538085938, 0.2900213623046875, 0.28995993041992185, 0.29017498779296874, 0.29044635009765624, 0.28993023681640623, 0.2898902893066406, 0.2900899963378906, 0.6234378051757813, 0.29015451049804686, 0.29000704956054685, 0.2900060119628906, 0.2901370849609375, 0.2901463012695312, 0.2900961303710938, 0.28999578857421876, 0.2899640197753906, 0.2901022644042969, 0.2901104736328125, 0.29005108642578126, 0.2900490112304687, 0.2899230651855469, 0.28996197509765625, 0.2901719055175781, 0.2899773559570312, 0.29102899169921875, 0.2900316162109375, 0.2899927062988281, 0.2900254821777344, 0.2900684814453125, 0.29018316650390624, 0.29011868286132814, 0.290166748046875, 0.29015756225585937, 0.29005517578125, 0.29006539916992186, 0.29011251831054685, 0.29007257080078125, 0.29021798706054686, 0.29001727294921875, 0.2900981750488281, 0.29022515869140625, 0.2902947692871094, 0.2905272216796875, 0.2901954650878906, 0.291346435546875, 0.2901842041015625, 0.2902784118652344, 0.2900480041503906, 0.28998040771484374, 0.28997427368164064, 0.29001626586914064, 0.2900336608886719, 0.290155517578125, 0.2901473388671875, 0.29009100341796873, 0.29002444458007814, 0.289976318359375, 0.28999884033203127, 0.28994149780273437, 0.2899732360839844, 0.29010943603515627, 0.2901104736328125, 0.29022515869140625, 0.29042074584960936, 0.29017599487304685, 0.29011557006835936, 0.2901033020019531, 0.29165875244140627, 0.2902476806640625, 0.29003775024414064, 0.6228633422851563, 0.28992514038085937, 0.2899588928222656, 0.2900316162109375, 0.2899814453125, 0.29018212890625, 0.29023538208007815, 0.2903050231933594, 0.29048626708984376, 0.29014938354492187, 0.29008486938476563, 0.2900531311035156, 0.2902650756835938, 0.2899230651855469, 0.2901176452636719, 0.290050048828125, 0.2901104736328125, 0.29000704956054685, 0.2900234680175781, 0.28997833251953126, 0.2899998779296875, 0.29003570556640623, 0.289976318359375, 0.2916802673339844, 0.29004391479492186, 0.2901309509277344, 0.2900346984863281, 0.29002957153320313, 0.290008056640625, 0.29009921264648436, 0.2900899963378906, 0.2900469665527344, 0.29007568359375, 0.2899496765136719, 0.2900899963378906, 0.29002957153320313, 0.2898923645019531, 0.2898718872070313, 0.29004391479492186, 0.290239501953125, 0.29045144653320315, 0.29001010131835936, 0.28996710205078124, 0.29014321899414064, 0.290187255859375, 0.29006643676757815, 0.2899916687011719, 0.29152359008789064, 0.29001214599609376, 0.2901043090820313, 0.2900326538085938, 0.28999679565429687, 0.29011251831054685, 0.2899630126953125, 0.2900582275390625, 0.2899015808105469, 0.29008486938476563, 0.2899773559570312, 0.28993228149414063, 0.290081787109375, 0.29028564453125, 0.29057427978515626, 0.29025997924804686, 0.6235975952148437, 0.2899814453125, 0.2899568786621094, 0.2899732360839844, 0.2899281921386719, 0.2900531311035156, 0.2899353637695313, 0.2898872375488281, 0.29000704956054685, 0.28990463256835936, 0.2898872375488281, 0.29009210205078123, 0.29083847045898437, 0.290018310546875, 0.2900316162109375, 0.2902773742675781, 0.29031832885742187, 0.2899732360839844, 0.290050048828125, 0.29007666015625, 0.2901022644042969, 0.29009408569335937, 0.29031732177734376, 0.2899844970703125, 0.2899927062988281, 0.29000704956054685, 0.28997119140625, 0.28999884033203127, 0.29014938354492187, 0.29005413818359377, 0.2901002197265625, 0.2900111389160156, 0.2901422119140625, 0.2901719055175781, 0.2899814453125, 0.28991079711914064, 0.2901688232421875, 0.29008282470703123, 0.2902056884765625, 0.29017803955078125, 0.2901360778808594, 0.28998040771484374, 0.29018521118164065, 0.2900633544921875, 0.29056314086914065, 0.29006533813476565, 0.2898800659179688, 0.2902087707519531, 0.2900336608886719, 0.29023031616210937, 0.2900172424316406, 0.2899435424804688, 0.29010943603515627, 0.28993844604492186, 0.2900428771972656, 0.29001214599609376, 0.2898718872070313, 0.2901166076660156, 0.29012274169921876, 0.29017086791992186, 0.29011557006835936, 0.29001522827148435, 0.29005517578125, 0.6236989135742188, 0.2900387878417969, 0.290123779296875, 0.2899374084472656, 0.2900254821777344, 0.29007666015625, 0.2898595886230469, 0.28999066162109377, 0.28999679565429687, 0.29009304809570313, 0.2903214111328125, 0.2900203552246094, 0.29005209350585937, 0.29010943603515627, 0.2901667785644531, 0.29033779907226565, 0.29005926513671876, 0.29117745971679687, 0.29025177001953123, 0.2901585998535156, 0.29007666015625, 0.28993338012695313, 0.2900387268066406, 0.2898677673339844, 0.29005517578125, 0.290038818359375, 0.2901411437988281, 0.2903111572265625, 0.2901750183105469, 0.2901974792480469, 0.28985446166992185, 0.2900561828613281, 0.290044921875, 0.29015655517578126, 0.29000704956054685, 0.29018316650390624, 0.290239501953125, 0.2899599609375, 0.290019287109375, 0.2900428771972656, 0.290150390625, 0.29006539916992186, 0.2916382751464844, 0.2899455871582031, 0.2899701843261719, 0.2902364196777344, 0.28998757934570313, 0.29014834594726563, 0.29000909423828125, 0.29008792114257814, 0.29007769775390624, 0.29039205932617185, 0.2904811401367188, 0.29012173461914065, 0.29009616088867185, 0.2905118408203125, 0.29005722045898436, 0.2911170654296875, 0.2900971374511719, 0.2900756530761719, 0.29008587646484374, 0.2900838317871094, 0.29037057495117186, 0.6233548583984375, 0.2900008850097656, 0.29008587646484374, 0.2900296325683594, 0.28997933959960936, 0.28999679565429687, 0.29001626586914064, 0.2900111389160156, 0.29001321411132813, 0.29004898071289065, 0.29003775024414064, 0.2900490112304687, 0.2901360778808594, 0.28999679565429687, 0.29032345581054686, 0.29081292724609376, 0.2900889587402344, 0.29007156372070314, 0.29009921264648436, 0.2903828430175781, 0.29018212890625, 0.29014321899414064, 0.2899363708496094, 0.28993844604492186, 0.29177447509765625, 0.2901524353027344, 0.2902364196777344, 0.28996609497070314, 0.2899630126953125, 0.2900060119628906, 0.2902445983886719, 0.29029376220703124, 0.2900418701171875, 0.2898790283203125, 0.28997119140625, 0.28995892333984374, 0.29010739135742186, 0.29006539916992186, 0.2911150207519531, 0.2900254821777344, 0.29030398559570314, 0.29020468139648437, 0.28996609497070314, 0.29001324462890626, 0.2901800231933594, 0.2899916687011719, 0.2900899963378906, 0.29012274169921876, 0.28992510986328124, 0.2899927062988281, 0.29008282470703123, 0.2899896545410156, 0.2899691162109375, 0.2900490112304687, 0.2900869140625, 0.29008792114257814, 0.2900705261230469, 0.29012991333007815, 0.2901719055175781, 0.2902415466308594, 0.28999066162109377, 0.28990362548828125, 0.2900705261230469, 0.6240563354492188, 0.289902587890625, 0.29016781616210935, 0.2899650573730469, 0.28995175170898435, 0.28995993041992185, 0.29051803588867187, 0.2900111389160156, 0.2899025573730469, 0.290018310546875, 0.28990771484375, 0.2900838317871094, 0.29000704956054685, 0.2900705261230469, 0.29004391479492186, 0.28996820068359375, 0.2900059814453125, 0.28994046020507813, 0.290050048828125, 0.2901473388671875, 0.2900336608886719, 0.2901033020019531, 0.2900367431640625, 0.2914989929199219, 0.29020263671875, 0.29022412109375, 0.2901319580078125, 0.2901063537597656, 0.29011251831054685, 0.2899998779296875, 0.28986676025390623, 0.2900213623046875, 0.29000704956054685, 0.28999884033203127, 0.289976318359375, 0.2900961303710938, 0.2902097778320312, 0.28999679565429687, 0.2899650573730469, 0.29001318359375, 0.2900981750488281, 0.29006539916992186, 0.2900254821777344, 0.2899098205566406, 0.29009408569335937, 0.29014828491210937, 0.2900469665527344, 0.2901033020019531, 0.29016268920898436, 0.29018829345703123, 0.2900213623046875, 0.2920130615234375, 0.2901002197265625, 0.2901176452636719, 0.29001727294921875, 0.2901309509277344, 0.29007156372070314, 0.2901033020019531, 0.29036544799804687, 0.29040850830078124, 0.29012063598632815, 0.2902087707519531, 0.29023233032226564, 0.6234326782226562, 0.2901340026855469, 0.29017086791992186, 0.2900869140625, 0.290155517578125, 0.29008587646484374, 0.29011865234375, 0.2900213623046875, 0.2901309509277344, 0.29016680908203124, 0.290051025390625, 0.29034597778320315, 0.29028350830078126, 0.29014834594726563, 0.2899527587890625, 0.290218994140625, 0.2913863830566406, 0.2899455871582031, 0.29006744384765626, 0.2899681396484375, 0.2900234375, 0.2899947509765625, 0.29002444458007814, 0.28986163330078124, 0.28995993041992185, 0.29007974243164064, 0.28995379638671875, 0.290039794921875, 0.29002957153320313, 0.29003570556640623, 0.29002752685546873, 0.2902988891601562, 0.2904750061035156, 0.2901667785644531, 0.29007974243164064, 0.29009100341796873, 0.29010943603515627, 0.2901043090820313, 0.2902630310058594, 0.2901258239746094, 0.28999679565429687, 0.29012686157226564, 0.290039794921875, 0.2901258239746094, 0.28997528076171875, 0.29000396728515626, 0.2899937133789062, 0.2900111389160156, 0.29210931396484374, 0.2901463012695312, 0.29004391479492186, 0.29000396728515626, 0.290260986328125, 0.29003057861328124, 0.2900705261230469, 0.28984320068359376, 0.28994662475585936, 0.29006744384765626, 0.29005926513671876, 0.29003570556640623, 0.2901043090820313, 0.2899681396484375, 0.29005209350585937, 0.6229974975585938, 0.2899558410644531, 0.2901811218261719, 0.2901585998535156, 0.2900346984863281, 0.2900736083984375, 0.29002239990234374, 0.2899292297363281, 0.28998757934570313, 0.29002752685546873, 0.29008282470703123, 0.29001318359375, 0.2900326538085938, 0.2901534729003906, 0.2903480224609375, 0.29003775024414064, 0.2899455871582031, 0.29129010009765627, 0.29015756225585937, 0.2900561828613281, 0.2900050048828125, 0.2899783630371094, 0.28999884033203127, 0.28993844604492186, 0.29004702758789064, 0.2900223388671875, 0.29005108642578126, 0.28997222900390623, 0.2900582275390625, 0.2901033020019531, 0.29014321899414064, 0.29012786865234375, 0.2899425354003906, 0.2901053466796875, 0.2901258239746094, 0.2900582275390625, 0.2900971374511719, 0.2901534729003906, 0.29005722045898436, 0.29024664306640624, 0.2900203552246094, 0.2900981750488281, 0.29014117431640624, 0.2901146240234375, 0.29002334594726564, 0.2901247863769531, 0.2903050231933594, 0.290165771484375, 0.2899701843261719, 0.29014938354492187, 0.2901739501953125, 0.29219635009765627, 0.290008056640625, 0.29003775024414064, 0.29018521118164065, 0.290239501953125, 0.2901800842285156, 0.2900346984863281, 0.2901104736328125, 0.29007769775390624, 0.28993228149414063, 0.2899015808105469, 0.2900582275390625, 0.62314599609375, 0.29005413818359377, 0.289860595703125, 0.28997842407226565, 0.28997933959960936, 0.2901688232421875, 0.2902640686035156, 0.2903971862792969, 0.29017803955078125, 0.29008587646484374, 0.29002444458007814, 0.28990667724609376, 0.29001727294921875, 0.2901381225585937, 0.29009100341796873, 0.29004595947265627, 0.2900111389160156, 0.28995480346679686, 0.2899794006347656, 0.29002239990234374, 0.29003057861328124, 0.2901247863769531, 0.2898626708984375, 0.28994866943359376, 0.28998861694335937, 0.28994149780273437, 0.2918768615722656, 0.2900623474121094, 0.2901422119140625, 0.290008056640625, 0.29000192260742186, 0.2900316162109375, 0.2899261474609375, 0.2900561828613281, 0.2900336608886719, 0.2900203552246094, 0.2899937133789062, 0.29000909423828125, 0.29028863525390625, 0.2904750061035156, 0.29005413818359377, 0.2901391296386719, 0.29012786865234375, 0.2901022644042969, 0.2901176452636719, 0.2899916687011719, 0.29001214599609376, 0.2900992431640625, 0.29009918212890623, 0.2900029296875, 0.29011456298828125, 0.29011251831054685, 0.29012384033203126, 0.2900520324707031, 0.29015756225585937, 0.2900982360839844, 0.2901984558105469, 0.29032958984375, 0.29022412109375, 0.2905692138671875, 0.29088357543945315, 0.29016473388671876, 0.2901688232421875]",tokens/s,3.391029886650223,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2087.5264,2846.359552,0.0,2199.912448,2075.280896,s,10,1.3793649291992187,0.13793649291992188,0.00029034135763725,0.13781603240966797,0.13840938720703125,0.13847465972900388,0.138526877746582,"[0.13853993225097655, 0.13781462097167968, 0.13781744384765626, 0.137712158203125, 0.13764303588867188, 0.13839488220214843, 0.1377809600830078, 0.13808090209960938, 0.1378787536621094, 0.13770223999023437]",tokens/s,1855.926554176052,kWh,1.6270575004444096e-06,8.915515081105396e-07,7.404648237259961e-06,9.92325724581491e-06,tokens/kWh,25797980.809977174,MB,2087.5264,2846.359552,0.0,2199.912448,2180.297216,s,10,73.10880908203126,7.310880908203126,0.0008615129669528817,7.3109482421875,7.31160419921875,7.312174169921875,7.312630146484375,"[7.3114775390625, 7.310005859375, 7.31090576171875, 7.3097158203125, 7.3113671875, 7.31099072265625, 7.31079443359375, 7.30978759765625, 7.31102001953125, 7.312744140625]",tokens/s,8.617292606874674,kWh,8.631331704613644e-05,4.730594788378879e-05,0.00038942075255613917,0.0005230400174860645,tokens/kWh,120449.6747740311,,s,629,74.2332784576416,0.11801793077526487,0.016407632532678202,0.11602738952636718,0.1161117691040039,0.1162260498046875,0.2540475946044922,"[0.11596083068847657, 0.11594751739501953, 0.11602022552490235, 0.11657625579833984, 0.11603968048095703, 0.11604991912841797, 0.11594035339355468, 0.11597824096679688, 0.11602540588378907, 0.11665503692626954, 0.11603865814208984, 0.11592601776123047, 0.11596083068847657, 0.11599359893798829, 0.116063232421875, 0.11606937408447265, 0.11598643493652344, 0.1159331817626953, 0.11599974060058593, 0.11597618865966797, 0.11600179290771484, 0.11599155426025391, 0.11601305389404297, 0.11595468902587891, 0.11595468902587891, 0.115989501953125, 0.11598438262939453, 0.1159731216430664, 0.11604889678955078, 0.11596492767333984, 0.11599974060058593, 0.11604275512695313, 0.11607449340820312, 0.11600486755371094, 0.1160110092163086, 0.11602124786376954, 0.11607347106933594, 0.11607552337646485, 0.11604070281982422, 0.11604582214355469, 0.11599052429199219, 0.11609804534912109, 0.11640013122558594, 0.11605503845214844, 0.11598544311523437, 0.11606626892089844, 0.1160079345703125, 0.11607039642333984, 0.11599052429199219, 0.11606527709960937, 0.11596083068847657, 0.11598643493652344, 0.11602944183349609, 0.1160417251586914, 0.11600899505615235, 0.11602223968505859, 0.11601305389404297, 0.1160417251586914, 0.1160263671875, 0.11637862396240234, 0.11605197143554688, 0.11606527709960937, 0.254097412109375, 0.11600588989257812, 0.11592396545410157, 0.11594956970214844, 0.11592908477783204, 0.11595366668701172, 0.11594239807128906, 0.11593830108642578, 0.11594445037841797, 0.11602124786376954, 0.11591065979003906, 0.11596390533447265, 0.11593523406982421, 0.1160970230102539, 0.11595673370361329, 0.11598028564453125, 0.1159208984375, 0.11591372680664062, 0.11596288299560546, 0.11595263671875, 0.11593113708496093, 0.11594342041015625, 0.11648409271240234, 0.11604070281982422, 0.11601715087890625, 0.11595059204101563, 0.115957763671875, 0.116063232421875, 0.11601612854003907, 0.11614822387695313, 0.11593421173095703, 0.11606835174560547, 0.11660697937011719, 0.11608064270019532, 0.11600486755371094, 0.11604582214355469, 0.11600179290771484, 0.11607859039306641, 0.1160447998046875, 0.11607859039306641, 0.11603456115722656, 0.11606221008300781, 0.11610521697998047, 0.11602738952636718, 0.11603968048095703, 0.11603558349609375, 0.11601920318603516, 0.11606425476074218, 0.11603660583496093, 0.11607347106933594, 0.11602944183349609, 0.11606937408447265, 0.11598745727539063, 0.11604582214355469, 0.11608576202392579, 0.11601920318603516, 0.1160099868774414, 0.11605811309814452, 0.11605606079101563, 0.11601203155517578, 0.11606630706787109, 0.11607552337646485, 0.1160417251586914, 0.25419059753417966, 0.11610521697998047, 0.1159331817626953, 0.11610214233398437, 0.11599052429199219, 0.11598028564453125, 0.11596800231933593, 0.11600383758544922, 0.11599359893798829, 0.11601920318603516, 0.115957763671875, 0.11598131561279297, 0.11594751739501953, 0.11597209930419922, 0.1159393310546875, 0.11599359893798829, 0.11594649505615234, 0.11599359893798829, 0.11608678436279297, 0.11615641784667968, 0.1159710693359375, 0.11603558349609375, 0.11595980834960938, 0.11604377746582031, 0.11599155426025391, 0.11599565124511718, 0.11596390533447265, 0.11600691223144531, 0.11594445037841797, 0.11603564453125, 0.1159617919921875, 0.1160284194946289, 0.11592704010009766, 0.11602124786376954, 0.11601612854003907, 0.11616255950927734, 0.11603865814208984, 0.11599871826171874, 0.11606527709960937, 0.11604582214355469, 0.11601715087890625, 0.1159997787475586, 0.1160191650390625, 0.11600077056884765, 0.11621580505371094, 0.11600281524658203, 0.11607244873046875, 0.11610726165771484, 0.11605401611328126, 0.11612262725830078, 0.11606835174560547, 0.11606835174560547, 0.11601203155517578, 0.11606835174560547, 0.11671961975097657, 0.11608064270019532, 0.1160796127319336, 0.11605811309814452, 0.11614002990722656, 0.116136962890625, 0.11607039642333984, 0.11607244873046875, 0.11612364959716796, 0.2540011444091797, 0.11600486755371094, 0.11591577911376953, 0.11597824096679688, 0.11591065979003906, 0.11596902465820312, 0.11596595001220703, 0.11600383758544922, 0.11594751739501953, 0.11600383758544922, 0.11591986846923828, 0.11596288299560546, 0.11602432250976563, 0.11600179290771484, 0.11594956970214844, 0.1160079345703125, 0.11590451049804687, 0.1160099868774414, 0.11594239807128906, 0.1160110092163086, 0.11589017486572266, 0.11600179290771484, 0.11597516632080078, 0.11609600067138671, 0.11599462127685548, 0.11604275512695313, 0.11598847961425782, 0.11605709075927734, 0.11597414398193359, 0.1160417251586914, 0.11597414398193359, 0.11608064270019532, 0.11591168212890625, 0.1160796127319336, 0.11597414398193359, 0.11605094146728516, 0.11602329254150391, 0.11600179290771484, 0.11603456115722656, 0.1160816650390625, 0.11603865814208984, 0.11608370971679688, 0.11612671661376953, 0.11608576202392579, 0.11604582214355469, 0.11607142639160156, 0.11604889678955078, 0.1160847396850586, 0.11601715087890625, 0.11604991912841797, 0.11604275512695313, 0.11610316467285156, 0.11606118774414062, 0.11606835174560547, 0.11606425476074218, 0.11612364959716796, 0.11605299377441407, 0.1160601577758789, 0.11603558349609375, 0.11606118774414062, 0.11611341094970704, 0.11608985900878906, 0.11609600067138671, 0.25406565856933594, 0.11599769592285156, 0.11612364959716796, 0.1160478744506836, 0.11594137573242187, 0.11597721862792969, 0.11604377746582031, 0.11650662231445312, 0.1160939483642578, 0.1160447998046875, 0.11593830108642578, 0.11601407623291016, 0.11635302734375, 0.11597824096679688, 0.11596185302734376, 0.1160847396850586, 0.11591474914550781, 0.11601305389404297, 0.11596288299560546, 0.11601715087890625, 0.11589734649658204, 0.11598643493652344, 0.11601203155517578, 0.11604991912841797, 0.11595059204101563, 0.11595673370361329, 0.11596800231933593, 0.11598540496826172, 0.11597414398193359, 0.11607756805419922, 0.11594854736328125, 0.116063232421875, 0.11595161437988281, 0.115989501953125, 0.11604582214355469, 0.11601407623291016, 0.11603148651123046, 0.11599974060058593, 0.11602432250976563, 0.11602432250976563, 0.11605503845214844, 0.11600281524658203, 0.11603968048095703, 0.1160079345703125, 0.11599769592285156, 0.11607552337646485, 0.11602738952636718, 0.11608370971679688, 0.11605299377441407, 0.11609292602539062, 0.11608882904052735, 0.11623628997802735, 0.11613184356689453, 0.11609907531738281, 0.11630592346191407, 0.11636531066894532, 0.11605606079101563, 0.11603558349609375, 0.11605913543701171, 0.11602329254150391, 0.11608064270019532, 0.11607039642333984, 0.11610009765625, 0.2547230682373047, 0.11606221008300781, 0.11596083068847657, 0.11598131561279297, 0.11593523406982421, 0.11602124786376954, 0.11596390533447265, 0.1160110092163086, 0.11594547271728516, 0.11594956970214844, 0.11596288299560546, 0.11600691223144531, 0.11593523406982421, 0.11606527709960937, 0.11598847961425782, 0.11609804534912109, 0.1159393310546875, 0.11601612854003907, 0.11616767883300781, 0.11603968048095703, 0.11596902465820312, 0.11603148651123046, 0.11600588989257812, 0.11602329254150391, 0.11605811309814452, 0.11600287628173828, 0.11600172424316406, 0.11605197143554688, 0.11601715087890625, 0.11603148651123046, 0.116569091796875, 0.11605709075927734, 0.11595366668701172, 0.11601612854003907, 0.11619532775878906, 0.11606937408447265, 0.11605709075927734, 0.1159925765991211, 0.11617996978759766, 0.11611033630371094, 0.11603250885009765, 0.11603456115722656, 0.11601510620117188, 0.11601923370361328, 0.11610108947753907, 0.11606732940673828, 0.11606118774414062, 0.11605811309814452, 0.11609088134765624, 0.11607244873046875, 0.1160816650390625, 0.11608678436279297, 0.11601510620117188, 0.11610214233398437, 0.11606937408447265, 0.11601817321777344, 0.11614514923095703, 0.11604377746582031, 0.11602738952636718, 0.11603456115722656, 0.11607449340820312, 0.11600595092773437, 0.11602118682861329, 0.2541649932861328, 0.11602738952636718, 0.11597414398193359, 0.11603558349609375, 0.11604582214355469, 0.11597721862792969, 0.11609497833251953, 0.11599974060058593, 0.1159362564086914, 0.11656294250488282, 0.115884033203125, 0.11599052429199219, 0.11591474914550781, 0.11594547271728516, 0.11596083068847657, 0.11601305389404297, 0.11590451049804687, 0.115957763671875, 0.1159208984375, 0.11601920318603516, 0.11595980834960938, 0.11612876892089843, 0.11596083068847657, 0.11603250885009765, 0.11593113708496093, 0.11597618865966797, 0.11596697235107421, 0.11599769592285156, 0.11597926330566406, 0.11604275512695313, 0.11592806243896485, 0.11603353881835937, 0.11600383758544922, 0.11602432250976563, 0.11597414398193359, 0.11607756805419922, 0.11603148651123046, 0.11599974060058593, 0.1160417251586914, 0.11606630706787109, 0.1161195526123047, 0.11603046417236328, 0.11601612854003907, 0.1159557113647461, 0.11603558349609375, 0.11602022552490235, 0.11612774658203125, 0.11605606079101563, 0.11602022552490235, 0.11609292602539062, 0.11605913543701171, 0.11607142639160156, 0.11610419464111328, 0.11606527709960937, 0.11603046417236328, 0.11614105224609375, 0.1164615707397461, 0.11607654571533203, 0.11608370971679688, 0.11602124786376954, 0.11628441619873046, 0.11623219299316406, 0.11606630706787109, 0.2543759307861328, 0.11605094146728516, 0.11597926330566406, 0.115957763671875, 0.11592294311523438, 0.11607654571533203, 0.11600895690917969, 0.11602227020263672, 0.11595980834960938, 0.11601612854003907, 0.11592499542236329, 0.11599769592285156, 0.11596185302734376, 0.11598847961425782, 0.11597004699707031, 0.11601920318603516, 0.1159208984375, 0.11602534484863282, 0.11593727874755859, 0.11599769592285156, 0.1159331817626953, 0.11595059204101563, 0.11596390533447265, 0.1160284194946289, 0.11592192077636719, 0.115989501953125, 0.11592601776123047, 0.11602124786376954, 0.11597824096679688, 0.11602432250976563, 0.11595059204101563, 0.11606221008300781, 0.11597824096679688, 0.11600281524658203, 0.1159710693359375, 0.11601407623291016, 0.11599359893798829, 0.11607654571533203, 0.11603968048095703, 0.1160447998046875, 0.11602227020263672, 0.11597926330566406, 0.11603148651123046, 0.1165455322265625, 0.11608882904052735, 0.11623321533203125, 0.116063232421875, 0.11605913543701171, 0.1160939483642578, 0.11610214233398437, 0.11602432250976563, 0.11606221008300781, 0.11602022552490235, 0.11607756805419922, 0.11609804534912109, 0.11602432250976563, 0.11602432250976563, 0.11603250885009765, 0.11609190368652343, 0.11603660583496093, 0.11607244873046875, 0.11604991912841797, 0.11606732940673828, 0.25417010498046877, 0.11598745727539063, 0.11606118774414062, 0.1160079345703125, 0.11602738952636718, 0.11595878601074219, 0.11599565124511718, 0.11603353881835937, 0.11594137573242187, 0.11601305389404297, 0.11591065979003906, 0.11599155426025391, 0.11605401611328126, 0.11597004699707031, 0.11603660583496093, 0.11603353881835937, 0.11604070281982422, 0.11596185302734376, 0.11652607727050782, 0.11604991912841797, 0.11594547271728516, 0.11598336029052735, 0.11594137573242187, 0.11602944183349609, 0.11602534484863282, 0.1159598388671875, 0.1160959701538086, 0.11605197143554688, 0.11598233795166016, 0.11605401611328126, 0.11596800231933593, 0.11599359893798829, 0.11596288299560546, 0.11610009765625, 0.11600895690917969, 0.11604684448242188, 0.11601715087890625, 0.11605817413330079, 0.11602732849121093, 0.1160601577758789, 0.11601510620117188, 0.11609292602539062, 0.11606732940673828, 0.11599667358398437, 0.11605094146728516, 0.1160816650390625, 0.11616358184814453, 0.11612876892089843, 0.11607347106933594, 0.11613593292236328, 0.11610419464111328, 0.11608780670166016, 0.11600895690917969, 0.11609088134765624, 0.1160939483642578, 0.1161164779663086, 0.1160847396850586, 0.11606118774414062, 0.11604889678955078, 0.11606118774414062, 0.11611545562744141, 0.11607347106933594, 0.11609497833251953, 0.253981689453125, 0.11743235015869141, 0.1160038070678711, 0.11609907531738281, 0.11599769592285156, 0.11601817321777344, 0.11596492767333984, 0.1160079345703125, 0.11594342041015625, 0.11602432250976563, 0.11592396545410157, 0.1160284194946289, 0.11596083068847657, 0.11602944183349609, 0.11595161437988281, 0.11610726165771484, 0.11597516632080078, 0.11606732940673828, 0.11595673370361329, 0.11600691223144531, 0.11598233795166016, 0.11596697235107421, 0.11596492767333984, 0.1160704345703125, 0.11598025512695312, 0.11598336029052735, 0.11604070281982422, 0.11600179290771484, 0.11598131561279297, 0.11614822387695313, 0.11596288299560546, 0.11606527709960937, 0.1159731216430664, 0.11606630706787109, 0.11611750030517579, 0.11611135864257813, 0.11612671661376953, 0.1160110092163086, 0.11639603424072266, 0.1160601577758789, 0.11653324890136718, 0.11607347106933594, 0.11604582214355469, 0.11602022552490235, 0.1160417251586914, 0.1160263671875, 0.11603148651123046, 0.11610623931884766, 0.1160447998046875, 0.1160816650390625, 0.11612262725830078, 0.11606835174560547, 0.11603046417236328, 0.11605913543701171, 0.11605709075927734, 0.11610829162597656, 0.11608370971679688, 0.11600895690917969, 0.11604275512695313, 0.11608780670166016, 0.11621683502197265, 0.11609292602539062, 0.11602432250976563]",tokens/s,8.473288706478387,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-13b,huggyllama/llama-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3047.75168,9028.763648,0.0,8382.316544,7939.414528,s,10,6.222475708007812,0.6222475708007812,0.0004898261264812622,0.6223728332519531,0.6229043151855469,0.6229362579345703,0.622961812133789,"[0.6215844116210938, 0.622897216796875, 0.6224472045898437, 0.622341796875, 0.6226093139648438, 0.6215834350585937, 0.6229682006835937, 0.6217582397460938, 0.6224038696289063, 0.6218820190429688]",tokens/s,411.41181101044583,kWh,7.33948267168469e-06,4.021746173983795e-06,3.6795045775871255e-05,4.815627462153974e-05,tokens/kWh,5316025.834886617,MB,3048.873984,9028.763648,0.0,8382.316544,8233.863168,s,10,338.50034765624997,33.850034765625004,0.0009082101814251832,33.849732421875004,33.851029296875005,33.851565429687504,33.851994335937505,"[33.8521015625, 33.848640625, 33.85091015625, 33.8501171875, 33.84971484375, 33.84975, 33.8495, 33.84959765625, 33.8505546875, 33.8494609375]",tokens/s,1.8611502303086858,kWh,0.0003996493489709166,0.00021904255237639625,0.002000050750366157,0.00261874265171347,tokens/kWh,24057.34674187189,,s,629,343.5634073486327,0.5462057350534704,0.0739750793316962,0.5372897338867187,0.5376120849609375,0.5377253540039063,1.1596667919921875,"[0.5369999389648438, 0.5371217651367187, 0.53671728515625, 0.537164794921875, 0.5368248291015625, 0.537206787109375, 0.53724365234375, 0.5371791381835938, 0.5368934326171875, 0.5374484252929688, 0.5368237915039062, 0.5371473999023437, 0.5371371459960937, 0.5370214233398437, 0.5369026489257812, 0.5371494140625, 0.5369077758789063, 0.53736962890625, 0.5368944702148437, 0.5374730224609375, 0.5372733154296875, 0.53732763671875, 0.5372559204101562, 0.5374003295898437, 0.53711669921875, 0.53743408203125, 0.5371146240234375, 0.5374095458984375, 0.53713818359375, 0.5375703125, 0.5371351318359375, 0.5376665649414063, 0.537343994140625, 0.537660400390625, 0.537238525390625, 0.5394493408203125, 0.5372672119140625, 0.5375682373046875, 0.5374033813476562, 0.5375723266601562, 0.5372518310546875, 0.5374627685546876, 0.5372958984375, 0.5376112670898437, 0.53732763671875, 0.5375897827148437, 0.5374566650390625, 0.537591796875, 0.5373368530273438, 0.537617431640625, 0.5372743530273437, 0.5374218139648438, 0.5373358154296874, 0.5373521728515624, 0.5374238891601563, 0.5377003784179688, 0.5373890380859375, 0.5374044189453125, 0.5368565673828125, 0.5374822387695313, 0.5371740112304687, 0.5375590209960938, 1.160731689453125, 0.5372897338867187, 0.5373317260742188, 0.536974365234375, 0.5370726318359375, 0.537296875, 0.5373296508789063, 0.5368442993164062, 0.5371084594726563, 0.5366640625, 0.5370921020507813, 0.5370153198242188, 0.5370511474609375, 0.5370552368164062, 0.5369251708984375, 0.5369098510742187, 0.537049072265625, 0.5368402099609375, 0.537354248046875, 0.5370050659179687, 0.5376522216796875, 0.5371463623046875, 0.5372323608398437, 0.5373798217773438, 0.5375703125, 0.5374054565429688, 0.5375672607421875, 0.5371392211914062, 0.5372927856445312, 0.5372262573242188, 0.5374105834960937, 0.5371617431640625, 0.5374464111328126, 0.5370101928710938, 0.5375160522460938, 0.5369467163085937, 0.5375999755859375, 0.5370654907226563, 0.5373839111328125, 0.537290771484375, 0.5371781005859375, 0.5372406005859375, 0.5375191040039062, 0.5373685913085937, 0.5378119506835938, 0.5372958984375, 0.5376890869140625, 0.5371627807617188, 0.5374525146484375, 0.5372999877929687, 0.5371555786132812, 0.5372078247070312, 0.5375774536132812, 0.5374822387695313, 0.5375621337890625, 0.5373931274414062, 0.5377433471679688, 0.5372989501953125, 0.5375375366210937, 0.5370828857421875, 0.5374310302734375, 0.5372927856445312, 0.5374443359375, 1.1605975341796875, 0.5371514892578125, 0.53732763671875, 0.5370419311523438, 0.5369763793945312, 0.537027587890625, 0.5371105346679688, 0.53686376953125, 0.5371781005859375, 0.5369999389648438, 0.5372098388671875, 0.5370951538085937, 0.5372415771484375, 0.5368361206054687, 0.53697021484375, 0.5368361206054687, 0.5373788452148438, 0.5369077758789063, 0.5374474487304688, 0.5372006225585938, 0.5376256103515625, 0.5371401977539062, 0.5372794799804688, 0.5370992431640625, 0.5374248657226562, 0.5371719970703125, 0.5375221557617188, 0.5370470581054687, 0.5375098876953125, 0.5372866821289063, 0.5376030883789062, 0.5372876586914063, 0.5373480834960938, 0.5370255126953125, 0.5380044555664063, 0.5371494140625, 0.5373460693359375, 0.5372190551757813, 0.5374095458984375, 0.5371156616210937, 0.5373409423828125, 0.53713818359375, 0.537439208984375, 0.5372620849609375, 0.5375928344726563, 0.5374689331054687, 0.5375150146484375, 0.5372815551757812, 0.5375293579101562, 0.5374801635742188, 0.5372764282226562, 0.5374781494140625, 0.53758154296875, 0.5375764770507813, 0.537491455078125, 0.5374320678710938, 0.537807861328125, 0.537385986328125, 0.537585693359375, 0.537101318359375, 0.5378580322265625, 0.5371678466796875, 0.5375958862304687, 1.160279052734375, 0.5369609985351562, 0.537275390625, 0.5370265502929688, 0.5371607055664063, 0.5369251708984375, 0.5370347290039063, 0.5371637573242187, 0.5371658325195312, 0.5367777099609375, 0.53724365234375, 0.536953857421875, 0.5370439453125, 0.5368780517578124, 0.5370480346679688, 0.536875, 0.537122802734375, 0.5370419311523438, 0.5371986083984375, 0.5371566162109375, 0.5373511962890625, 0.5370081176757813, 0.5376532592773438, 0.5372518310546875, 0.537491455078125, 0.5375631103515625, 0.5374771118164062, 0.537164794921875, 0.5374412841796875, 0.5372344360351563, 0.5374207763671875, 0.537302001953125, 0.5374576416015625, 0.5371043701171875, 0.5376644897460937, 0.5371770629882813, 0.537439208984375, 0.5372200927734375, 0.537670654296875, 0.5372406005859375, 0.5374464111328126, 0.5371873168945313, 0.5375457153320312, 0.5373306884765625, 0.5375682373046875, 0.5374586791992187, 0.5378385620117188, 0.5372211303710938, 0.5372948608398438, 0.5371371459960937, 0.537417724609375, 0.5371791381835938, 0.5375631103515625, 0.537343994140625, 0.5376399536132812, 0.53737060546875, 0.5378252563476562, 0.5372784423828125, 0.5375928344726563, 0.5371002807617188, 0.5377566528320312, 0.5371740112304687, 0.5375252685546875, 1.1604622802734375, 0.53707470703125, 0.5371064453125, 0.5369815063476563, 0.5370859375, 0.537218017578125, 0.5371986083984375, 0.5368463134765625, 0.5371791381835938, 0.5366578979492187, 0.5372927856445312, 0.5372723388671875, 0.5371627807617188, 0.5369517822265625, 0.537027587890625, 0.5370296020507812, 0.53722314453125, 0.53665380859375, 0.5373429565429687, 0.53697021484375, 0.5379092407226562, 0.5369476928710938, 0.5372815551757812, 0.5371320190429687, 0.5373726806640625, 0.5372579956054687, 0.5376419677734375, 0.5369989013671875, 0.537333740234375, 0.5371514892578125, 0.5376256103515625, 0.5371617431640625, 0.5374033813476562, 0.5371043701171875, 0.53758154296875, 0.5370869750976562, 0.53758154296875, 0.5371371459960937, 0.5374607543945312, 0.5373399047851563, 0.53734912109375, 0.5372211303710938, 0.5374893798828125, 0.5373450317382813, 0.5374873657226562, 0.537511962890625, 0.537697265625, 0.5372620849609375, 0.5374576416015625, 0.5373378295898438, 0.5374310302734375, 0.5373788452148438, 0.5375825805664063, 0.537449462890625, 0.5375846557617188, 0.5375979614257812, 0.5378068237304687, 0.5373235473632813, 0.5375047607421874, 0.5369569091796875, 0.5375068359375, 0.5371873168945313, 0.5376583862304688, 1.1593800048828125, 0.5369968872070312, 0.5371678466796875, 0.5368790893554688, 0.5370142822265624, 0.5371074829101562, 0.536890380859375, 0.5370245361328125, 0.5371945190429688, 0.5371904296875, 0.5371555786132812, 0.5369866333007812, 0.5370675048828125, 0.5370357666015625, 0.53704296875, 0.5369476928710938, 0.5370439453125, 0.5368975219726563, 0.5371740112304687, 0.5370562744140625, 0.5374412841796875, 0.5371197509765625, 0.5372723388671875, 0.5372692260742188, 0.53777099609375, 0.5373419799804687, 0.537575439453125, 0.5372262573242188, 0.537449462890625, 0.537206787109375, 0.5375191040039062, 0.537218017578125, 0.5374361572265625, 0.5370224609375, 0.5376153564453126, 0.5371289672851562, 0.5373737182617188, 0.537380859375, 0.53743408203125, 0.5372569580078125, 0.537427978515625, 0.5372313842773437, 0.5373604125976562, 0.5372620849609375, 0.537870361328125, 0.5373726806640625, 0.5377362060546875, 0.5370101928710938, 0.5374207763671875, 0.5372886962890625, 0.5375262451171875, 0.5372723388671875, 0.5374781494140625, 0.5374996337890625, 0.5376716918945312, 0.53737060546875, 0.5378887939453125, 0.5372467041015625, 0.5373880615234375, 0.5372190551757813, 0.5374843139648438, 0.5374290161132812, 0.5376194458007812, 1.1607940673828125, 0.5370654907226563, 0.5372876586914063, 0.537017333984375, 0.53704296875, 0.5369180297851562, 0.5370848999023438, 0.5368524780273437, 0.5371135864257812, 0.5366937866210938, 0.5370224609375, 0.5369159545898438, 0.5372426147460938, 0.5372047119140625, 0.5370357666015625, 0.53686376953125, 0.5372938232421876, 0.5368125610351563, 0.5374832763671875, 0.5372518310546875, 0.5377505493164062, 0.5370930786132813, 0.5374719848632813, 0.5372303466796875, 0.5375682373046875, 0.5374269409179687, 0.5374423217773437, 0.5369999389648438, 0.5372743530273437, 0.53722216796875, 0.5375057983398438, 0.5372692260742188, 0.5375211791992187, 0.5371504516601563, 0.5373726806640625, 0.5371248779296875, 0.5375283203125, 0.5371975708007812, 0.5374423217773437, 0.5372303466796875, 0.5373818969726563, 0.5371207885742187, 0.5374259033203125, 0.5370664672851563, 0.5375396118164063, 0.5372713012695313, 0.5377269897460938, 0.5370449829101562, 0.5375191040039062, 0.5372846069335937, 0.5377986450195312, 0.5370890502929687, 0.5374740600585938, 0.537313232421875, 0.5375160522460938, 0.5373552856445313, 0.53772900390625, 0.53762353515625, 0.5375580444335938, 0.537280517578125, 0.5377146606445312, 0.5373737182617188, 0.5375047607421874, 1.15934716796875, 0.5369712524414062, 0.537196533203125, 0.536880126953125, 0.5370664672851563, 0.5370029907226562, 0.537049072265625, 0.5369415893554688, 0.5371279296875, 0.536838134765625, 0.5372139282226562, 0.5371422729492188, 0.5371709594726563, 0.5370296020507812, 0.5370101928710938, 0.5370931396484375, 0.536943603515625, 0.5370654907226563, 0.5372897338867187, 0.5371084594726563, 0.5374290161132812, 0.5371207885742187, 0.5373665161132812, 0.5372057495117187, 0.5374658813476563, 0.5373778076171875, 0.5378252563476562, 0.5370029907226562, 0.5374115600585937, 0.5372979125976562, 0.5375590209960938, 0.5370470581054687, 0.5373511962890625, 0.5372149658203125, 0.5375795288085937, 0.5372313842773437, 0.537481201171875, 0.5371986083984375, 0.5374371948242187, 0.5373419799804687, 0.5374535522460937, 0.5371392211914062, 0.53747509765625, 0.5372406005859375, 0.5374719848632813, 0.5375580444335938, 0.537575439453125, 0.5373143310546875, 0.537759765625, 0.5374566650390625, 0.5375201416015625, 0.53722216796875, 0.537439208984375, 0.5372764282226562, 0.537491455078125, 0.5373030395507813, 0.5375774536132812, 0.5373572998046875, 0.5374269409179687, 0.5370941162109375, 0.537722900390625, 0.537449462890625, 0.537548828125, 1.1603404541015625, 0.5369415893554688, 0.5372897338867187, 0.5370214233398437, 0.537112548828125, 0.5370777587890625, 0.5371781005859375, 0.5371637573242187, 0.5372262573242188, 0.5365135498046875, 0.5372323608398437, 0.5368197021484375, 0.5370265502929688, 0.5368811645507813, 0.5369989013671875, 0.53697021484375, 0.5371770629882813, 0.5369098510742187, 0.537143310546875, 0.5370941162109375, 0.53747607421875, 0.5370531616210937, 0.5374371948242187, 0.5373184204101562, 0.5373921508789062, 0.5372119140625, 0.5374556274414063, 0.5370972290039062, 0.5374115600585937, 0.537291748046875, 0.537585693359375, 0.5373604125976562, 0.5374586791992187, 0.5370582885742188, 0.537618408203125, 0.5372846069335937, 0.5375836791992188, 0.5370541381835937, 0.5375037231445312, 0.5372927856445312, 0.5374207763671875, 0.5376399536132812, 0.5375559692382812, 0.537228271484375, 0.537797607421875, 0.5371484375, 0.5375344848632813, 0.5373040771484375, 0.5375641479492187, 0.5371904296875, 0.537469970703125, 0.5375662231445313, 0.5374935302734375, 0.537575439453125, 0.5377136840820312, 0.537512939453125, 0.537786376953125, 0.5373778076171875, 0.5373972778320313, 0.537248779296875, 0.5377208251953125, 0.537248779296875, 0.5375057983398438, 1.1597783203125, 0.5370828857421875, 0.5371627807617188, 0.536975341796875, 0.536900634765625, 0.5369651489257813, 0.5374464111328126, 0.5368780517578124, 0.537112548828125, 0.5368463134765625, 0.5373921508789062, 0.5370316772460938, 0.5370029907226562, 0.5370009765625, 0.5370685424804688, 0.5369661254882813, 0.5370408935546875, 0.5369763793945312, 0.5371197509765625, 0.5369815063476563, 0.5374320678710938, 0.5372119140625, 0.5373112182617188, 0.5372886962890625, 0.5373265991210937, 0.5372948608398438, 0.5376635131835937, 0.537280517578125, 0.5374115600585937, 0.537296875, 0.5374033813476562, 0.5372446899414063, 0.53747607421875, 0.5371268920898438, 0.5376399536132812, 0.5370029907226562, 0.537449462890625, 0.5372672119140625, 0.5375283203125, 0.5371187133789063, 0.5373040771484375, 0.5373184204101562, 0.5375262451171875, 0.53732763671875, 0.5376163940429688, 0.537343994140625, 0.5375949096679687, 0.5370869750976562, 0.5373829345703125, 0.5372406005859375, 0.537692138671875, 0.537375732421875, 0.5375538940429687, 0.5374884033203124, 0.5375672607421875, 0.537333740234375, 0.5376993408203125, 0.5373265991210937, 0.5372713012695313, 0.5371146240234375, 0.53762353515625, 0.5374884033203124, 0.537591796875]",tokens/s,1.830811973993839,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-2.7b,facebook/opt-2.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.217-205.860.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.2,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2074.574848,2747.793408,0.0,2101.346304,1826.53184,s,10,1.3625802154541016,0.13625802154541017,0.0009469067077446852,0.13599118804931642,0.13678918914794921,0.13785481491088866,0.13870731552124024,"[0.13892044067382814, 0.13566383361816406, 0.13555670166015624, 0.13614405822753906, 0.13639971923828126, 0.1354687042236328, 0.13655238342285156, 0.13589199829101561, 0.13590803527832032, 0.1360743408203125]",tokens/s,1878.7884712877906,kWh,1.5996793570282222e-06,8.762932499947152e-07,7.620760601107096e-06,1.0096733208130034e-05,tokens/kWh,25354735.509289794,MB,2074.574848,2747.793408,0.0,2101.346304,1932.150272,s,10,74.8143203125,7.48143203125,0.0029526107001164002,7.48170263671875,7.484676318359375,7.485190698242188,7.485602202148438,"[7.48456201171875, 7.485705078125, 7.48319384765625, 7.48194140625, 7.47999951171875, 7.478830078125, 7.47552783203125, 7.47909375, 7.4840029296875, 7.4814638671875]",tokens/s,8.420847738353903,kWh,8.833994045898365e-05,4.841698711438692e-05,0.0004120724918198869,0.0005488294193932573,tokens/kWh,114789.76485926693,,s,629,75.91933233642588,0.12069846158414274,0.016176926462288726,0.11872262573242187,0.11897856140136719,0.11907662200927735,0.2546151446533203,"[0.1189570541381836, 0.11867340850830078, 0.11936665344238281, 0.11895295715332031, 0.11885977935791016, 0.1186723861694336, 0.1193175048828125, 0.11869081878662109, 0.11873996734619141, 0.11859967803955078, 0.11886489868164063, 0.11873177337646484, 0.1189222412109375, 0.11873587036132813, 0.11869900512695312, 0.1186693115234375, 0.11866726684570313, 0.11852595520019531, 0.11872767639160156, 0.11874918365478515, 0.11878502655029297, 0.1186662368774414, 0.11887820434570312, 0.11888742065429687, 0.11879328155517578, 0.11866822052001953, 0.11851570892333985, 0.11888435363769531, 0.11882495880126953, 0.11904512023925781, 0.11884339141845703, 0.11876351928710938, 0.11869388580322265, 0.11880140686035157, 0.11863040161132812, 0.11866828918457031, 0.1186723861694336, 0.11887615966796874, 0.11884031677246094, 0.11871641540527343, 0.11869593811035156, 0.11870310211181641, 0.1186324462890625, 0.11863859558105469, 0.11866111755371093, 0.11873996734619141, 0.11937586975097657, 0.11867340850830078, 0.11878707122802734, 0.11904000091552734, 0.11898572540283203, 0.11879526519775391, 0.11882905578613281, 0.11887206268310548, 0.1189017562866211, 0.11873996734619141, 0.11892428588867188, 0.11895398712158203, 0.11900211334228515, 0.11873177337646484, 0.11872972869873047, 0.11865497589111328, 0.25464524841308595, 0.11884441375732421, 0.11861913299560548, 0.11856486511230468, 0.11867852783203126, 0.11862016296386718, 0.1186723861694336, 0.118761474609375, 0.11885874938964844, 0.11871852874755859, 0.11887814331054687, 0.11880448150634766, 0.11873075103759766, 0.11873792266845704, 0.11886182403564453, 0.11884544372558593, 0.11888639831542969, 0.11869593811035156, 0.11862937927246094, 0.11858432006835938, 0.11861196899414063, 0.11860479736328125, 0.11860070037841797, 0.11868978881835937, 0.11855359649658204, 0.11886284637451172, 0.11869900512695312, 0.11880857849121093, 0.11871437072753906, 0.11888947296142578, 0.11881983947753906, 0.11883417510986329, 0.11866009521484375, 0.11909939575195312, 0.1189570541381836, 0.11874610900878907, 0.1185955810546875, 0.11862838745117188, 0.1186979522705078, 0.11869696044921875, 0.118830078125, 0.11869184112548828, 0.11868978881835937, 0.11876351928710938, 0.11921920013427735, 0.11914546966552735, 0.11886182403564453, 0.1190277099609375, 0.11916697692871094, 0.11925401306152343, 0.11928985595703125, 0.11905023956298828, 0.11889459228515625, 0.11884953308105468, 0.11868672180175781, 0.11897958374023437, 0.1189775390625, 0.11891814422607422, 0.1190635528564453, 0.11901952362060547, 0.11897856140136719, 0.11887104034423829, 0.11874918365478515, 0.25453773498535154, 0.11880754852294922, 0.11890585327148437, 0.11891506958007812, 0.11880754852294922, 0.11862425231933593, 0.11876249694824219, 0.11868672180175781, 0.11858841705322265, 0.11858534240722657, 0.118614013671875, 0.11880960083007812, 0.11865805053710937, 0.11879936218261719, 0.11879730987548828, 0.11876659393310547, 0.11867443084716797, 0.1190635528564453, 0.11914854431152344, 0.11861811065673829, 0.11882086181640625, 0.11888127899169922, 0.11882495880126953, 0.11887513732910156, 0.11884953308105468, 0.11873177337646484, 0.11881983947753906, 0.11863859558105469, 0.11872665405273437, 0.11860275268554688, 0.11901337432861328, 0.11874508666992188, 0.118582275390625, 0.11868057250976563, 0.11871641540527343, 0.11862322998046874, 0.11866009521484375, 0.11917721557617188, 0.11870719909667969, 0.11891609954833984, 0.11876249694824219, 0.11853926086425781, 0.11857305908203125, 0.1186662368774414, 0.11879116821289062, 0.11887411499023437, 0.11868160247802734, 0.11907174682617187, 0.11873894500732422, 0.11888333129882812, 0.11889459228515625, 0.1188884506225586, 0.1188853759765625, 0.11886284637451172, 0.1189191665649414, 0.11877581024169923, 0.11869798278808594, 0.1188331527709961, 0.11871641540527343, 0.11878809356689453, 0.1188136978149414, 0.11856179046630859, 0.11881779479980469, 0.255172607421875, 0.11878092956542968, 0.11870310211181641, 0.11858534240722657, 0.11875020599365234, 0.11864473724365235, 0.11885977935791016, 0.11881267547607421, 0.11852288055419923, 0.11862118530273437, 0.11861196899414063, 0.11861299133300782, 0.11868672180175781, 0.11873382568359375, 0.11853926086425781, 0.11908710479736329, 0.11882393646240234, 0.11867958068847656, 0.11890991973876953, 0.1186344985961914, 0.1186693115234375, 0.1187215347290039, 0.11868057250976563, 0.11871641540527343, 0.11915264129638672, 0.11897036743164062, 0.11901439666748047, 0.11875942230224609, 0.11866419219970703, 0.11869900512695312, 0.11886592102050782, 0.1188884506225586, 0.11890483093261718, 0.11887411499023437, 0.11873792266845704, 0.11882189178466797, 0.11886182403564453, 0.11879833221435547, 0.11894989013671875, 0.11880550384521485, 0.11903385925292968, 0.11879116821289062, 0.11860991668701172, 0.11868876647949218, 0.1186723861694336, 0.118614013671875, 0.11871027374267579, 0.11861913299560548, 0.11905638122558594, 0.11862016296386718, 0.11877785491943359, 0.11867340850830078, 0.11877375793457032, 0.11865395355224609, 0.11862425231933593, 0.1187430419921875, 0.1185607681274414, 0.11869286346435547, 0.11872767639160156, 0.11879219055175781, 0.11876659393310547, 0.11889868927001954, 0.11869184112548828, 0.2551439361572266, 0.1190297622680664, 0.11865702056884765, 0.11888742065429687, 0.11864268493652344, 0.11855872344970703, 0.11854950714111329, 0.11861504364013672, 0.11857202911376953, 0.1185576934814453, 0.11885465240478515, 0.11863654327392578, 0.11864473724365235, 0.11859769439697265, 0.11861907196044921, 0.11857408142089844, 0.11878502655029297, 0.11874713897705078, 0.11870719909667969, 0.1186529312133789, 0.11872358703613281, 0.11857408142089844, 0.11858534240722657, 0.11873177337646484, 0.11896832275390624, 0.11879526519775391, 0.11887411499023437, 0.11876249694824219, 0.11860889434814453, 0.11864985656738282, 0.1187440643310547, 0.11861504364013672, 0.11856486511230468, 0.11862834930419922, 0.11855872344970703, 0.11905843353271485, 0.11882086181640625, 0.11898880004882813, 0.11897344207763672, 0.11892633819580078, 0.11864575958251954, 0.1185771484375, 0.11872255706787109, 0.11875737762451172, 0.11940659332275391, 0.11875737762451172, 0.11887820434570312, 0.11879219055175781, 0.11859865570068359, 0.11870105743408203, 0.11872051239013671, 0.11856793975830078, 0.11873792266845704, 0.11869798278808594, 0.11857612609863281, 0.11879730987548828, 0.11874201965332032, 0.11867135620117188, 0.11888947296142578, 0.11874918365478515, 0.11882291412353516, 0.11881983947753906, 0.1186170883178711, 0.25419879150390623, 0.11861913299560548, 0.11871743774414062, 0.1186529312133789, 0.1185638427734375, 0.11878912353515625, 0.11854541015625, 0.11865395355224609, 0.11845938873291016, 0.11851366424560547, 0.11865087890625, 0.11849523162841796, 0.11859661102294922, 0.11878604888916015, 0.11853004455566406, 0.11862937927246094, 0.1185054702758789, 0.11856793975830078, 0.11860889434814453, 0.11854847717285157, 0.11885158538818359, 0.11874918365478515, 0.11872767639160156, 0.11878924560546875, 0.1187040023803711, 0.11865907287597656, 0.11876863861083985, 0.11879526519775391, 0.11853107452392578, 0.11862834930419922, 0.11885363006591797, 0.11860991668701172, 0.11854847717285157, 0.11859455871582031, 0.11863142395019531, 0.11853107452392578, 0.11867852783203126, 0.11865702056884765, 0.11872563171386719, 0.1189908447265625, 0.11909324645996094, 0.11883724975585938, 0.11858329772949219, 0.11868160247802734, 0.11927552032470704, 0.11872051239013671, 0.11866521453857422, 0.11918953704833984, 0.11883209228515625, 0.11871231842041016, 0.11873177337646484, 0.11892121887207031, 0.11857612609863281, 0.1188884506225586, 0.11883213043212891, 0.11882291412353516, 0.11863654327392578, 0.11858841705322265, 0.11897241973876953, 0.11864166259765625, 0.11904512023925781, 0.11885363006591797, 0.11856486511230468, 0.2559805450439453, 0.11891629028320312, 0.11891180419921875, 0.11870105743408203, 0.11847372436523437, 0.11859251403808593, 0.11857510375976563, 0.11872665405273437, 0.11861811065673829, 0.11849830627441406, 0.11860582733154297, 0.11889151763916016, 0.1187430419921875, 0.11862425231933593, 0.11864166259765625, 0.11865500640869141, 0.11850748443603516, 0.11862732696533203, 0.11855462646484374, 0.11857920074462891, 0.11855155181884766, 0.11856896209716797, 0.118614013671875, 0.11875635528564453, 0.1185802230834961, 0.11848499298095704, 0.11860275268554688, 0.11855052947998047, 0.11856896209716797, 0.11856793975830078, 0.11861811065673829, 0.11865599822998046, 0.11851776123046875, 0.118614013671875, 0.11855667114257812, 0.1185771484375, 0.11859251403808593, 0.11856793975830078, 0.11861811065673829, 0.11865702056884765, 0.1186344985961914, 0.11859046173095703, 0.11864985656738282, 0.11875020599365234, 0.11863346862792969, 0.11864268493652344, 0.11860173034667969, 0.11867135620117188, 0.11863142395019531, 0.11860377502441406, 0.11879116821289062, 0.11883213043212891, 0.11866828918457031, 0.1185955810546875, 0.11880448150634766, 0.11887820434570312, 0.11868569946289062, 0.11862937927246094, 0.11875328063964843, 0.11868569946289062, 0.11887411499023437, 0.118687744140625, 0.11858739471435546, 0.2550886383056641, 0.11884646606445312, 0.11850956726074219, 0.11865702056884765, 0.11857817840576172, 0.11850137329101562, 0.11857612609863281, 0.11862118530273437, 0.11856588745117187, 0.1186355209350586, 0.11853414154052734, 0.11858636474609376, 0.11859865570068359, 0.1187061767578125, 0.11870515441894532, 0.11872262573242187, 0.11862214660644531, 0.1186662368774414, 0.1186846694946289, 0.11860479736328125, 0.11856588745117187, 0.11881075286865235, 0.11871321868896484, 0.1187061767578125, 0.11856588745117187, 0.11867033386230469, 0.11853004455566406, 0.11857612609863281, 0.1185955810546875, 0.118793212890625, 0.11857920074462891, 0.11869491577148437, 0.11857612609863281, 0.118687744140625, 0.1187041244506836, 0.11863961791992188, 0.11860377502441406, 0.11873075103759766, 0.11865087890625, 0.11875843048095704, 0.11864777374267578, 0.11860070037841797, 0.118582275390625, 0.11844710540771484, 0.11864678192138672, 0.1185955810546875, 0.11881983947753906, 0.11860179138183594, 0.11903788757324218, 0.1189940185546875, 0.11881565093994141, 0.11881472015380859, 0.11862528228759765, 0.11877273559570313, 0.1190287322998047, 0.11896227264404297, 0.11896822357177735, 0.11862630462646484, 0.11901337432861328, 0.1192366714477539, 0.11907987213134766, 0.11898067474365234, 0.11894982147216797, 0.25475482177734377, 0.11874816131591796, 0.11884339141845703, 0.11897958374023437, 0.1187799072265625, 0.11863961791992188, 0.11869593811035156, 0.11873587036132813, 0.11869184112548828, 0.1185955810546875, 0.11863346862792969, 0.11879833221435547, 0.11882905578613281, 0.11891814422607422, 0.118724609375, 0.1187440643310547, 0.118940673828125, 0.11906764984130859, 0.11889049530029297, 0.11881267547607421, 0.11888127899169922, 0.11875225830078125, 0.11862834930419922, 0.11875635528564453, 0.11857612609863281, 0.1187061767578125, 0.11868978881835937, 0.11853926086425781, 0.11883827209472657, 0.11888947296142578, 0.11873280334472656, 0.11869900512695312, 0.11869798278808594, 0.11894477081298828, 0.11863654327392578, 0.11863346862792969, 0.11872563171386719, 0.11861606597900391, 0.11868160247802734, 0.11863654327392578, 0.11866726684570313, 0.1192069091796875, 0.11935334777832031, 0.11879020690917969, 0.11870611572265626, 0.11862630462646484, 0.11873280334472656, 0.11869388580322265, 0.11875737762451172, 0.11886284637451172, 0.11881779479980469, 0.1188424301147461, 0.11888633728027344, 0.11899187469482422, 0.11890790557861328, 0.11893657684326171, 0.1188823013305664, 0.11883929443359376, 0.11885465240478515, 0.11880754852294922, 0.11879526519775391, 0.11896524810791016, 0.11893145751953126, 0.25510400390625, 0.1187041244506836, 0.1189222412109375, 0.11878310394287109, 0.11867430114746094, 0.11865087890625, 0.11871437072753906, 0.11881472015380859, 0.11857920074462891, 0.11867648315429688, 0.11857817840576172, 0.118582275390625, 0.11860173034667969, 0.11876863861083985, 0.11891609954833984, 0.11875225830078125, 0.11856896209716797, 0.11869900512695312, 0.11858636474609376, 0.11888947296142578, 0.11859353637695312, 0.1186355209350586, 0.11861196899414063, 0.11889459228515625, 0.11856179046630859, 0.11877581024169923, 0.11871129608154297, 0.1187215347290039, 0.11864064025878907, 0.11864780426025391, 0.1186324462890625, 0.1188116455078125, 0.11857612609863281, 0.11872972869873047, 0.11864371490478516, 0.11867955017089844, 0.11908403015136719, 0.11897856140136719, 0.11870105743408203, 0.11871539306640624, 0.1190645751953125, 0.11888333129882812, 0.1186355209350586, 0.118793212890625, 0.11880448150634766, 0.11860889434814453, 0.11866316986083984, 0.11872563171386719, 0.11867852783203126, 0.11877273559570313, 0.11889356994628907, 0.11875430297851562, 0.11866726684570313, 0.11878092956542968, 0.11884339141845703, 0.11873689270019532, 0.11879730987548828, 0.118724609375, 0.11874918365478515, 0.11875737762451172, 0.11882291412353516, 0.11942707061767578, 0.11904000091552734]",tokens/s,8.285109742702629,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/phi-1_5,microsoft/phi-1_5,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1464.54528,2078.80192,0.0,1432.354816,1207.74656,s,10,0.7370656967163085,0.07370656967163085,0.00022898472145000607,0.07363988494873047,0.07381249542236328,0.07409551010131836,0.07432192184448241,"[0.07437852478027343, 0.07374960327148437, 0.0735747833251953, 0.0736412124633789, 0.07365769958496093, 0.07363855743408203, 0.07364163208007812, 0.07358528137207031, 0.07361199951171875, 0.07358640289306641]",tokens/s,3473.231777581051,kWh,8.704012673762111e-07,4.769296504424774e-07,3.8000357197648544e-06,5.147366637583542e-06,tokens/kWh,49734168.561223865,MB,1464.840192,2078.80192,0.0,1432.354816,1306.321408,s,10,36.740673583984375,3.6740673583984376,0.0021045144728611795,3.6736641845703124,3.6754442138671872,3.677676086425781,3.6794615844726564,"[3.679907958984375, 3.672326416015625, 3.6722119140625, 3.673981201171875, 3.673138916015625, 3.673386962890625, 3.6728115234375, 3.67401904296875, 3.67394140625, 3.6749482421875]",tokens/s,17.147208761970635,kWh,4.3380273725423554e-05,2.377474393265161e-05,0.00018743695060303376,0.00025459196826110896,tokens/kWh,247454.78198034645,,s,629,37.34464099121096,0.059371448316710554,0.008771784412373316,0.05830144119262695,0.058403839111328126,0.058463641357421874,0.13207962036132812,"[0.05877145767211914, 0.059055103302001956, 0.058831871032714846, 0.05884211349487305, 0.05882470321655273, 0.058897407531738284, 0.05843046569824219, 0.058676223754882816, 0.05840793609619141, 0.058403839111328126, 0.058449920654296876, 0.05833523178100586, 0.05830348968505859, 0.05832601547241211, 0.05827686309814453, 0.058298366546630856, 0.05830963134765625, 0.05834239959716797, 0.058426368713378904, 0.05833932876586914, 0.05826355361938477, 0.05822259140014648, 0.05824409484863281, 0.058264575958251956, 0.05821440124511719, 0.058331134796142575, 0.058584064483642576, 0.058241024017333984, 0.05824204635620117, 0.05831372833251953, 0.05829324722290039, 0.05832089614868164, 0.0582737922668457, 0.058281982421875, 0.05832396697998047, 0.05832191848754883, 0.05831782531738281, 0.05834137725830078, 0.058281982421875, 0.0583372802734375, 0.05832191848754883, 0.0583741455078125, 0.05847859191894531, 0.0584007682800293, 0.05831782531738281, 0.05837926483154297, 0.05833420944213867, 0.05837004852294922, 0.05838643264770508, 0.05842943954467773, 0.05835161590576172, 0.058450942993164064, 0.058485759735107425, 0.058385406494140625, 0.05830246353149414, 0.05834649658203125, 0.05834137725830078, 0.058363903045654295, 0.05841616058349609, 0.05833110427856445, 0.058369022369384765, 0.05835161590576172, 0.13225779724121095, 0.0581847038269043, 0.058211326599121094, 0.05819801712036133, 0.058213375091552735, 0.05824716949462891, 0.058229759216308595, 0.058262527465820314, 0.05842227172851563, 0.05834649658203125, 0.05824204635620117, 0.05832601547241211, 0.05823283386230469, 0.058298366546630856, 0.05825024032592773, 0.05831577682495117, 0.05828607940673828, 0.05837516784667969, 0.05827276611328125, 0.0582369270324707, 0.058248191833496096, 0.05823078536987305, 0.05824409484863281, 0.058256385803222656, 0.058196990966796876, 0.058246143341064455, 0.058278911590576174, 0.0582553596496582, 0.05818675231933594, 0.05826764678955078, 0.058196990966796876, 0.05832294464111328, 0.058210304260253906, 0.05825126266479492, 0.05831884765625, 0.058240001678466796, 0.05832806396484375, 0.058259456634521485, 0.05829017639160156, 0.058249214172363284, 0.05834035110473633, 0.05829017639160156, 0.05830144119262695, 0.05830348968505859, 0.05834444808959961, 0.05829324722290039, 0.05834444808959961, 0.058359809875488285, 0.058369022369384765, 0.05833420944213867, 0.05830144119262695, 0.05831987380981445, 0.05838131332397461, 0.05836492919921875, 0.05832191848754883, 0.05833420944213867, 0.058297344207763675, 0.058327041625976565, 0.05832294464111328, 0.05832089614868164, 0.058401790618896485, 0.058347518920898435, 0.05832396697998047, 0.13207962036132812, 0.058175487518310545, 0.05818572616577149, 0.05825331115722656, 0.05819289779663086, 0.058277889251708986, 0.05823385620117188, 0.05830553436279297, 0.058248191833496096, 0.058295295715332034, 0.05825126266479492, 0.05828303909301758, 0.0582880973815918, 0.05829939270019531, 0.05823590469360351, 0.058281982421875, 0.05823078536987305, 0.05832908630371094, 0.058256385803222656, 0.05826969528198242, 0.058241024017333984, 0.058248191833496096, 0.058159103393554686, 0.05823180770874024, 0.058188800811767576, 0.05822361755371094, 0.05827174377441406, 0.05822566223144531, 0.058218494415283206, 0.058249214172363284, 0.058280960083007816, 0.058295295715332034, 0.05822566223144531, 0.05830348968505859, 0.05820108795166016, 0.05828915023803711, 0.05825126266479492, 0.058403839111328126, 0.058280960083007816, 0.05829017639160156, 0.05826150512695313, 0.058295295715332034, 0.058292224884033204, 0.0582737922668457, 0.05826662445068359, 0.058327041625976565, 0.05828915023803711, 0.058413055419921874, 0.05828403091430664, 0.0583741455078125, 0.05827276611328125, 0.058380287170410154, 0.05829632186889649, 0.05834137725830078, 0.05832089614868164, 0.05832191848754883, 0.05827481460571289, 0.05834649658203125, 0.058270721435546874, 0.05836288070678711, 0.05826969528198242, 0.05843046569824219, 0.058788864135742185, 0.13212057495117188, 0.05822566223144531, 0.0582369270324707, 0.058237953186035155, 0.058224639892578124, 0.058243072509765625, 0.058265598297119144, 0.05825228881835937, 0.05823283386230469, 0.05824512100219727, 0.05823385620117188, 0.05827276611328125, 0.058249214172363284, 0.05830963134765625, 0.0582737922668457, 0.0583372802734375, 0.05825024032592773, 0.05829939270019531, 0.05832908630371094, 0.058243072509765625, 0.058314750671386716, 0.058248191833496096, 0.05838336181640625, 0.05834035110473633, 0.05818368148803711, 0.058249214172363284, 0.05828505706787109, 0.05824409484863281, 0.05820415878295898, 0.058324993133544924, 0.05821747207641602, 0.058336254119873046, 0.05830553436279297, 0.058280960083007816, 0.05833216094970703, 0.058248191833496096, 0.058295295715332034, 0.058265598297119144, 0.058331134796142575, 0.05833318328857422, 0.058331134796142575, 0.058294273376464846, 0.05888716888427734, 0.058308609008789064, 0.058363903045654295, 0.058363903045654295, 0.0583454704284668, 0.058297344207763675, 0.05836492919921875, 0.058359809875488285, 0.05831270217895508, 0.05872844696044922, 0.05844582366943359, 0.05835468673706055, 0.05838438415527344, 0.058278911590576174, 0.05831167984008789, 0.05834854507446289, 0.0583372802734375, 0.05831270217895508, 0.05841715240478516, 0.058352638244628906, 0.05835161590576172, 0.13214105224609374, 0.05835366439819336, 0.05823180770874024, 0.058281982421875, 0.05822259140014648, 0.0583372802734375, 0.058254337310791014, 0.05829939270019531, 0.05823385620117188, 0.05850419235229492, 0.058265598297119144, 0.05838745498657227, 0.058270721435546874, 0.05835059356689453, 0.058256385803222656, 0.05831167984008789, 0.05832089614868164, 0.05835059356689453, 0.058278911590576174, 0.058262527465820314, 0.05827993774414063, 0.05823078536987305, 0.05822566223144531, 0.05825126266479492, 0.05823283386230469, 0.05826764678955078, 0.058234878540039066, 0.05829632186889649, 0.058208255767822265, 0.05830553436279297, 0.05824716949462891, 0.05833420944213867, 0.05824512100219727, 0.058281982421875, 0.058249214172363284, 0.0582737922668457, 0.05826662445068359, 0.05831372833251953, 0.0582737922668457, 0.05835161590576172, 0.05823590469360351, 0.05839155197143555, 0.05829632186889649, 0.05826355361938477, 0.05830246353149414, 0.05831987380981445, 0.05832908630371094, 0.05832806396484375, 0.05831372833251953, 0.058360832214355465, 0.05829324722290039, 0.05844377517700195, 0.05831679916381836, 0.058485759735107425, 0.058310657501220706, 0.05830758285522461, 0.05831372833251953, 0.058380287170410154, 0.05829632186889649, 0.05835059356689453, 0.05827686309814453, 0.05833216094970703, 0.05830144119262695, 0.13215231323242188, 0.058172416687011716, 0.05821747207641602, 0.058218494415283206, 0.058211326599121094, 0.05825228881835937, 0.05824204635620117, 0.05824512100219727, 0.058256385803222656, 0.058294273376464846, 0.05825843048095703, 0.05831270217895508, 0.058270721435546874, 0.05831884765625, 0.05834035110473633, 0.058336254119873046, 0.05831372833251953, 0.05830348968505859, 0.05826355361938477, 0.05826662445068359, 0.058270721435546874, 0.058237953186035155, 0.05820415878295898, 0.058275840759277345, 0.05825024032592773, 0.05824409484863281, 0.058278911590576174, 0.05825228881835937, 0.058211326599121094, 0.05826047897338867, 0.058221569061279295, 0.05830144119262695, 0.05825331115722656, 0.058265598297119144, 0.05829939270019531, 0.0582553596496582, 0.05830144119262695, 0.05834137725830078, 0.058310657501220706, 0.058287105560302734, 0.05840486526489258, 0.05826764678955078, 0.058401790618896485, 0.058393600463867185, 0.05839052963256836, 0.05831577682495117, 0.05835776138305664, 0.05835366439819336, 0.05837004852294922, 0.058343425750732425, 0.05834035110473633, 0.05828403091430664, 0.05842227172851563, 0.05836185455322265, 0.05842227172851563, 0.05832396697998047, 0.05838336181640625, 0.05853900909423828, 0.05834444808959961, 0.058363903045654295, 0.05834137725830078, 0.05840588760375977, 0.05835161590576172, 0.1321318359375, 0.058278911590576174, 0.058191871643066405, 0.05828403091430664, 0.05820723342895508, 0.05828812789916992, 0.05825331115722656, 0.05831884765625, 0.05822566223144531, 0.058310657501220706, 0.05827276611328125, 0.05831884765625, 0.05825228881835937, 0.05826764678955078, 0.0583372802734375, 0.0583004150390625, 0.05822259140014648, 0.05837209701538086, 0.05826047897338867, 0.05831679916381836, 0.058240001678466796, 0.0585011215209961, 0.05822566223144531, 0.0582369270324707, 0.058175487518310545, 0.058237953186035155, 0.05826969528198242, 0.05828915023803711, 0.0582369270324707, 0.05826969528198242, 0.05835878372192383, 0.05837107086181641, 0.058240001678466796, 0.05828915023803711, 0.0582553596496582, 0.05827174377441406, 0.058281982421875, 0.05831372833251953, 0.0583004150390625, 0.05833011245727539, 0.058270721435546874, 0.05829632186889649, 0.0582737922668457, 0.058292224884033204, 0.05826867294311523, 0.058349567413330077, 0.05831679916381836, 0.05838950347900391, 0.058297344207763675, 0.058382335662841796, 0.05828505706787109, 0.05832191848754883, 0.0584089584350586, 0.05836288070678711, 0.05832396697998047, 0.05830246353149414, 0.05826867294311523, 0.05837209701538086, 0.05830348968505859, 0.0583741455078125, 0.058257408142089843, 0.05836697769165039, 0.058298366546630856, 0.13206732177734376, 0.05818572616577149, 0.05823283386230469, 0.05823180770874024, 0.05820211029052735, 0.058265598297119144, 0.058256385803222656, 0.058275840759277345, 0.05822873687744141, 0.05826867294311523, 0.058240001678466796, 0.05834649658203125, 0.05827481460571289, 0.05833216094970703, 0.05826355361938477, 0.058292224884033204, 0.05829119873046875, 0.05832294464111328, 0.05831987380981445, 0.058254337310791014, 0.05833830261230469, 0.058280960083007816, 0.058295295715332034, 0.058281982421875, 0.05820620727539062, 0.05827993774414063, 0.058278911590576174, 0.0582737922668457, 0.05823078536987305, 0.05824716949462891, 0.05824204635620117, 0.05833216094970703, 0.058287105560302734, 0.05827174377441406, 0.058447872161865234, 0.05826662445068359, 0.058347518920898435, 0.05829324722290039, 0.05832806396484375, 0.058264575958251956, 0.058331134796142575, 0.05832191848754883, 0.05832191848754883, 0.05828812789916992, 0.058382335662841796, 0.0583004150390625, 0.05835776138305664, 0.058336254119873046, 0.05838438415527344, 0.058521598815917966, 0.05839257431030274, 0.05832191848754883, 0.058423297882080075, 0.058369022369384765, 0.058369022369384765, 0.05830348968505859, 0.05839257431030274, 0.05836185455322265, 0.05837107086181641, 0.05832809448242188, 0.05870486450195313, 0.05844582366943359, 0.058349567413330077, 0.13207962036132812, 0.05820415878295898, 0.058218494415283206, 0.05822771072387695, 0.05822566223144531, 0.05823897552490234, 0.05827993774414063, 0.05827174377441406, 0.058259456634521485, 0.058314750671386716, 0.05823180770874024, 0.05831884765625, 0.05826355361938477, 0.05833216094970703, 0.05825843048095703, 0.058294273376464846, 0.05824409484863281, 0.05835161590576172, 0.05830758285522461, 0.05825228881835937, 0.05830656051635742, 0.058413055419921874, 0.058191871643066405, 0.05825228881835937, 0.058194942474365234, 0.0583372802734375, 0.058257408142089843, 0.05846732711791992, 0.05822054290771484, 0.05827276611328125, 0.05827481460571289, 0.058331134796142575, 0.058331134796142575, 0.05835673522949219, 0.058257408142089843, 0.05828505706787109, 0.05833420944213867, 0.058396671295166014, 0.05828607940673828, 0.05831987380981445, 0.05845811080932617, 0.05833932876586914, 0.05833011245727539, 0.05836185455322265, 0.058461185455322265, 0.0583372802734375, 0.05835161590576172, 0.05834854507446289, 0.05829119873046875, 0.058452991485595705, 0.058331134796142575, 0.05833523178100586, 0.05830553436279297, 0.058502143859863284, 0.058428417205810546, 0.058398719787597655, 0.05827276611328125, 0.05833830261230469, 0.05831782531738281, 0.05830963134765625, 0.05828812789916992, 0.05846527862548828, 0.058308609008789064, 0.13252198791503905, 0.05820620727539062, 0.05825024032592773, 0.05828505706787109, 0.05826764678955078, 0.058237953186035155, 0.05832396697998047, 0.05828607940673828, 0.058243072509765625, 0.058360832214355465, 0.058277889251708986, 0.058297344207763675, 0.05825843048095703, 0.058327041625976565, 0.058515457153320315, 0.058262527465820314, 0.058277889251708986, 0.05836697769165039, 0.0583454704284668, 0.05825843048095703, 0.058298366546630856, 0.05829632186889649, 0.058191871643066405, 0.05834444808959961, 0.05832806396484375, 0.05834854507446289, 0.05826764678955078, 0.05836697769165039, 0.058270721435546874, 0.05832089614868164, 0.05825126266479492, 0.05834035110473633, 0.05826867294311523, 0.05833420944213867, 0.058277889251708986, 0.05837516784667969, 0.058396671295166014, 0.05828403091430664, 0.05835059356689453, 0.05826867294311523, 0.05833216094970703, 0.05830553436279297, 0.05835878372192383, 0.05829939270019531, 0.05841715240478516, 0.058337310791015624, 0.05838025665283203, 0.05839462280273437, 0.058359809875488285, 0.05837619018554688, 0.05834444808959961, 0.05829632186889649, 0.05840486526489258, 0.0583741455078125, 0.05838950347900391, 0.05830144119262695, 0.05832294464111328, 0.05834035110473633, 0.05837311935424805, 0.058365951538085936, 0.05833523178100586, 0.05840691375732422, 0.0584161262512207]",tokens/s,16.84311278151088,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-2b,google/recurrentgemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,recurrent_gemma,MB,2038.091776,3857.186816,0.0,3204.448256,2901.569536,s,10,3.8610785217285155,0.38610785217285154,0.0015137551737876521,0.38632267761230465,0.3879321319580078,0.3885762191772461,0.38909148895263673,"[0.38922030639648436, 0.38778900146484374, 0.38458010864257813, 0.38476498413085936, 0.38452447509765625, 0.3864373474121094, 0.3862080078125, 0.38433966064453123, 0.3866864013671875, 0.3865282287597656]",tokens/s,663.0271789587815,kWh,4.757096535055325e-06,2.6066473081203026e-06,8.657884704079688e-06,1.6021628547255315e-05,tokens/kWh,15978400.650404274,MB,2050.719744,3859.283968,0.0,3206.545408,2901.572096,s,10,21.325918701171872,2.1325918701171873,0.004815311259830838,2.1312108154296876,2.1386297851562497,2.139266552734375,2.1397759667968748,"[2.132897705078125, 2.12952392578125, 2.128583251953125, 2.128327880859375, 2.126432373046875, 2.13848828125, 2.137540283203125, 2.1278095703125, 2.1399033203125, 2.136412109375]",tokens/s,29.54151747588633,kWh,2.557847975577766e-05,1.4018313890958783e-05,5.3090498027919545e-05,9.268729167465599e-05,tokens/kWh,679704.8318246033,,s,630,21.32450102615356,0.03384841432722788,0.0004197938439153179,0.03376947021484375,0.03430563926696777,0.034627072143554684,0.035484364089965824,"[0.03400396728515625, 0.03371724700927734, 0.03403366470336914, 0.03405209732055664, 0.03368038558959961, 0.033721343994140625, 0.03347353744506836, 0.03332198333740234, 0.033650688171386715, 0.034103294372558594, 0.03365273666381836, 0.03367833709716797, 0.033772544860839845, 0.03366400146484375, 0.03309875106811523, 0.03330559921264648, 0.0344002571105957, 0.03405311965942383, 0.0337520637512207, 0.03390771102905273, 0.033726463317871096, 0.03398553466796875, 0.03365683364868164, 0.03352883148193359, 0.03393024063110352, 0.03377459335327149, 0.03365785598754883, 0.03433369445800781, 0.033800193786621094, 0.033650688171386715, 0.033610782623291015, 0.03426812744140625, 0.03398553466796875, 0.03422208023071289, 0.03381248092651367, 0.033633281707763675, 0.03378790283203125, 0.03371110534667969, 0.03376947021484375, 0.03383295822143555, 0.033963008880615236, 0.03388313674926758, 0.03385139083862305, 0.034490367889404294, 0.03442483139038086, 0.034353153228759765, 0.034543617248535156, 0.03415039825439453, 0.03367731094360352, 0.03364352035522461, 0.03392409515380859, 0.03366092681884766, 0.03381043243408203, 0.033788928985595705, 0.033355777740478515, 0.03381452941894531, 0.033993728637695314, 0.03404083251953125, 0.0340049934387207, 0.03393638229370117, 0.03365785598754883, 0.0339046401977539, 0.03416678237915039, 0.03378585433959961, 0.034505729675292966, 0.0336814079284668, 0.03363020706176758, 0.033323009490966796, 0.03370700836181641, 0.03385139083862305, 0.03363532638549805, 0.0335206413269043, 0.03358617782592774, 0.03337932968139649, 0.033430526733398434, 0.03386163330078125, 0.033552383422851564, 0.03358310317993164, 0.03361177444458008, 0.03391692733764649, 0.033909759521484374, 0.03394047927856445, 0.03394662475585938, 0.03553484725952148, 0.034802688598632815, 0.03462144088745117, 0.03399884796142578, 0.03390156936645508, 0.033637374877929685, 0.03360358428955078, 0.03388620758056641, 0.03347967910766601, 0.03364863967895508, 0.033691646575927735, 0.03364352035522461, 0.03369676971435547, 0.033807361602783206, 0.03364044952392578, 0.03381760025024414, 0.03395993423461914, 0.03347148895263672, 0.033309696197509765, 0.03359436798095703, 0.03379814529418945, 0.03366195297241211, 0.03380223846435547, 0.0336732177734375, 0.03332403182983398, 0.033737728118896484, 0.03378688049316406, 0.03401523208618164, 0.03372851181030274, 0.033516544342041016, 0.03383193588256836, 0.034304000854492187, 0.03351244735717773, 0.03392204666137695, 0.0337367057800293, 0.03412684631347656, 0.033279998779296875, 0.033691646575927735, 0.033739776611328126, 0.03381248092651367, 0.03496243286132812, 0.033546241760253906, 0.033759231567382815, 0.03394355010986328, 0.03368447875976562, 0.034132991790771484, 0.033825790405273434, 0.03362713623046875, 0.03367628860473633, 0.03382886505126953, 0.03363123321533203, 0.0334919662475586, 0.03358924865722656, 0.03346944046020508, 0.0337367057800293, 0.03355750274658203, 0.0336814079284668, 0.03399782562255859, 0.033617919921875, 0.033396736145019534, 0.0334919662475586, 0.03339263916015625, 0.03382271957397461, 0.03373158264160156, 0.03440947341918945, 0.03460505676269531, 0.03356159973144531, 0.03361587142944336, 0.03390156936645508, 0.03379916763305664, 0.03360358428955078, 0.03376947021484375, 0.033880062103271484, 0.033637374877929685, 0.034772991180419925, 0.03391385650634766, 0.033516544342041016, 0.03574784088134766, 0.03515289688110351, 0.0344268798828125, 0.033675262451171875, 0.03367731094360352, 0.0335994873046875, 0.03380326461791992, 0.033633281707763675, 0.033263614654541016, 0.03404083251953125, 0.033966079711914066, 0.033600513458251956, 0.033463329315185544, 0.03389129638671875, 0.0335728645324707, 0.033209342956542966, 0.03362918472290039, 0.03393535995483398, 0.0331673583984375, 0.03327590560913086, 0.033767425537109375, 0.03346124649047852, 0.03361075210571289, 0.03380428695678711, 0.03363430404663086, 0.033413120269775394, 0.03363942337036133, 0.0341923828125, 0.033858558654785154, 0.033977344512939454, 0.033562625885009766, 0.03336806488037109, 0.033791999816894534, 0.03358310317993164, 0.03343360137939453, 0.033565696716308595, 0.03356467056274414, 0.033463294982910154, 0.03343462371826172, 0.03366809463500976, 0.033797119140625, 0.033841152191162106, 0.03375820922851563, 0.0337367057800293, 0.03397529602050781, 0.033807361602783206, 0.03382681655883789, 0.034097152709960936, 0.033503231048583985, 0.0339128303527832, 0.03361587142944336, 0.033465343475341795, 0.03379609680175781, 0.03366502380371094, 0.03366400146484375, 0.033530879974365234, 0.03337113571166992, 0.03357798385620117, 0.034697216033935545, 0.034407424926757815, 0.03393024063110352, 0.033800193786621094, 0.034697216033935545, 0.03382886505126953, 0.03349708938598633, 0.03393740844726562, 0.03351347351074219, 0.0338524169921875, 0.033974273681640625, 0.033416191101074216, 0.03364659118652344, 0.0337520637512207, 0.03369574356079102, 0.03425894546508789, 0.03336601638793945, 0.03407769775390625, 0.03401318359375, 0.0335175666809082, 0.03383193588256836, 0.034631679534912106, 0.03382271957397461, 0.03372748947143555, 0.03370086288452148, 0.03388620758056641, 0.0339343376159668, 0.033807361602783206, 0.033570816040039066, 0.03392102432250976, 0.03381760025024414, 0.033498111724853515, 0.033827838897705076, 0.033972225189208984, 0.03376230239868164, 0.03427020645141601, 0.03376947021484375, 0.03390156936645508, 0.033865726470947266, 0.033759231567382815, 0.033547264099121094, 0.03344793701171875, 0.03401830291748047, 0.03364352035522461, 0.03359027099609375, 0.03380940628051758, 0.03404800033569336, 0.03374182510375977, 0.03440332794189453, 0.03376128005981445, 0.03386368179321289, 0.033751041412353515, 0.03362508773803711, 0.033729534149169925, 0.0338974723815918, 0.03354214477539062, 0.03349094390869141, 0.03372851181030274, 0.03380326461791992, 0.03381248092651367, 0.03393539047241211, 0.03392816162109375, 0.03381043243408203, 0.033791999816894534, 0.03404390335083008, 0.03382476806640625, 0.03376435089111328, 0.03349401473999023, 0.0335175666809082, 0.03356467056274414, 0.03343462371826172, 0.03379302215576172, 0.03366400146484375, 0.03365990447998047, 0.03357900619506836, 0.033438720703125, 0.03366400146484375, 0.03386163330078125, 0.03382476806640625, 0.033734657287597655, 0.033547264099121094, 0.033701889038085936, 0.03376639938354492, 0.03351039886474609, 0.03369676971435547, 0.03376947021484375, 0.03364863967895508, 0.03361382293701172, 0.0336097297668457, 0.03372748947143555, 0.03386982345581055, 0.033670143127441404, 0.033926143646240234, 0.034028545379638675, 0.03339980697631836, 0.03407360076904297, 0.03382476806640625, 0.03398553466796875, 0.03336908721923828, 0.0333383674621582, 0.03379097747802735, 0.033718273162841796, 0.03360153579711914, 0.03364044952392578, 0.03368038558959961, 0.03401420974731445, 0.03571507263183594, 0.03498700714111328, 0.03464704132080078, 0.0337367057800293, 0.03359231948852539, 0.033710079193115236, 0.03388927841186523, 0.033683456420898435, 0.03374796676635742, 0.0344719352722168, 0.03582566452026367, 0.034634750366210935, 0.03420979309082031, 0.03390259170532227, 0.033788928985595705, 0.03361280059814453, 0.03368243026733399, 0.034032638549804685, 0.03372544097900391, 0.03405721664428711, 0.03386675262451172, 0.03377459335327149, 0.03367935943603516, 0.03391692733764649, 0.03388313674926758, 0.03357388687133789, 0.03366195297241211, 0.03395072174072265, 0.03376230239868164, 0.03340083312988281, 0.03407155227661133, 0.033745918273925785, 0.0337336311340332, 0.03356159973144531, 0.03367935943603516, 0.033770496368408204, 0.0342108154296875, 0.03406131362915039, 0.0343818244934082, 0.03372236633300781, 0.034356224060058595, 0.034195457458496094, 0.03370700836181641, 0.03374182510375977, 0.034530303955078126, 0.03379916763305664, 0.033693695068359376, 0.033807361602783206, 0.03346124649047852, 0.03439513778686523, 0.03399270248413086, 0.03379814529418945, 0.03391692733764649, 0.03374796676635742, 0.03437363052368164, 0.03403673553466797, 0.03408998489379883, 0.03376128005981445, 0.03390054321289063, 0.03380326461791992, 0.033906688690185545, 0.0331960334777832, 0.03357798385620117, 0.03377971267700195, 0.033925121307373046, 0.03350732803344727, 0.03382476806640625, 0.03385651016235352, 0.033888256072998044, 0.033309696197509765, 0.033203201293945314, 0.03381043243408203, 0.034460670471191404, 0.03504230499267578, 0.03439718246459961, 0.03388415908813477, 0.03387289428710937, 0.03355852890014648, 0.034872318267822264, 0.033983486175537106, 0.03372544097900391, 0.03366912078857422, 0.03403366470336914, 0.03536076736450195, 0.03428044891357422, 0.03352166366577149, 0.0335093765258789, 0.03754086303710937, 0.036212734222412106, 0.03441356658935547, 0.033740798950195314, 0.03367628860473633, 0.033347583770751955, 0.03354009628295898, 0.03360358428955078, 0.03367935943603516, 0.03418828964233398, 0.033775615692138675, 0.033745952606201175, 0.03348271942138672, 0.03334041595458984, 0.033175552368164066, 0.0331673583984375, 0.033530879974365234, 0.03363430404663086, 0.03399270248413086, 0.0338524169921875, 0.03359027099609375, 0.03315814590454102, 0.033546241760253906, 0.03380326461791992, 0.03347251129150391, 0.03377356719970703, 0.034016254425048825, 0.034683902740478514, 0.034088958740234376, 0.033699840545654294, 0.03387494277954101, 0.03370393753051758, 0.03378483200073242, 0.03363942337036133, 0.03369267272949219, 0.033723392486572266, 0.03356979370117188, 0.03368960189819336, 0.03390259170532227, 0.03351244735717773, 0.03486310577392578, 0.03407462310791016, 0.033530879974365234, 0.03364761734008789, 0.034187263488769534, 0.03421184158325195, 0.034769920349121096, 0.03384729766845703, 0.033614849090576174, 0.03361996841430664, 0.03387801742553711, 0.03353702545166016, 0.03338547134399414, 0.03382067108154297, 0.0336629753112793, 0.03368755340576172, 0.03375001525878906, 0.03460812759399414, 0.03347455978393555, 0.033463294982910154, 0.033658878326416015, 0.03359334564208984, 0.03395481491088867, 0.03460403060913086, 0.03393638229370117, 0.03388313674926758, 0.033470592498779296, 0.033601406097412106, 0.03382681655883789, 0.033331199645996096, 0.03348889541625977, 0.033854465484619144, 0.03378483200073242, 0.03392102432250976, 0.03389235305786133, 0.03365990447998047, 0.03390156936645508, 0.03382988739013672, 0.03362406539916992, 0.03352678298950195, 0.03362508773803711, 0.033721343994140625, 0.03385548782348633, 0.03360665512084961, 0.03378278350830078, 0.033723392486572266, 0.03392716979980469, 0.033689632415771484, 0.033682399749755856, 0.03367731094360352, 0.0336363525390625, 0.0334837760925293, 0.03318476867675781, 0.03370598220825195, 0.034320384979248046, 0.03332403182983398, 0.03355955123901367, 0.033860607147216795, 0.03419136047363281, 0.033887233734130856, 0.03364352035522461, 0.03399884796142578, 0.033737728118896484, 0.03378176116943359, 0.0340049934387207, 0.03474431991577148, 0.03400191879272461, 0.03524607849121094, 0.03402444839477539, 0.0340316162109375, 0.033753089904785157, 0.03372851181030274, 0.033933311462402346, 0.03395686340332031, 0.033355777740478515, 0.0335022087097168, 0.033898494720458985, 0.03376537704467773, 0.03395891189575195, 0.03376537704467773, 0.03383500671386719, 0.034359294891357424, 0.03391795349121094, 0.03422003173828125, 0.03440435028076172, 0.03373875045776367, 0.0337367057800293, 0.03395072174072265, 0.033737728118896484, 0.03397529602050781, 0.03457740783691406, 0.03379609680175781, 0.03379097747802735, 0.03405619049072266, 0.033933311462402346, 0.03385651016235352, 0.034887680053710936, 0.035062782287597655, 0.03397529602050781, 0.03397529602050781, 0.033882110595703126, 0.033718273162841796, 0.033925121307373046, 0.03348992156982422, 0.03422208023071289, 0.034813953399658204, 0.033516544342041016, 0.033585151672363284, 0.03355955123901367, 0.033964031219482424, 0.03378790283203125, 0.034253822326660154, 0.03387801742553711, 0.03409305572509766, 0.033788928985595705, 0.03381760025024414, 0.03408793640136719, 0.033716224670410154, 0.033742847442626955, 0.0335022087097168, 0.033842174530029294, 0.03401113510131836, 0.034108417510986325, 0.03375513458251953, 0.03363225555419922, 0.03390771102905273, 0.03375001525878906, 0.033767425537109375, 0.03361280059814453, 0.03361075210571289, 0.03371110534667969, 0.034095104217529294, 0.036606975555419925, 0.03472076797485352, 0.03385651016235352, 0.034081790924072264, 0.03366502380371094, 0.03378278350830078, 0.0341401596069336, 0.03374387359619141, 0.03346124649047852, 0.033944576263427735, 0.03394867324829102, 0.03360358428955078, 0.03374182510375977, 0.033941505432128906, 0.03367116928100586, 0.03366912078857422, 0.03400601577758789, 0.03376435089111328, 0.033375232696533204, 0.0336732177734375, 0.0339159049987793, 0.033539070129394534, 0.03362303924560547, 0.0336097297668457, 0.03381964874267578, 0.033775615692138675, 0.0344637451171875, 0.03499724960327148, 0.03474739074707031, 0.03463270568847656, 0.03437875366210937, 0.03456512069702149, 0.03336806488037109, 0.03375718307495117, 0.03372032165527344, 0.03361075210571289, 0.033560577392578124, 0.033821697235107424, 0.03359027099609375, 0.03407564926147461, 0.03404083251953125, 0.03407155227661133, 0.033827838897705076, 0.033710079193115236, 0.0338524169921875, 0.0335728645324707, 0.03337318420410156]",tokens/s,29.543481426708777,,,,,,MB,1854.906368,3100.114944,0.0,2470.445056,2443.388928,s,1,9.5840771484375,9.5840771484375,0.0,9.5840771484375,9.5840771484375,9.5840771484375,9.5840771484375,[9.5840771484375],,kWh,3.187422637014189e-05,1.7442032313529355e-05,4.507642494999686e-05,9.43926836336681e-05, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-j-6b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1960.624128,5285.347328,0.0,4638.900224,4372.758528,s,10,2.9036353149414063,0.2903635314941406,0.002391616260129814,0.28956669616699215,0.29068813171386715,0.29410579986572266,0.296839934387207,"[0.2975234680175781, 0.28933712768554687, 0.2896509399414062, 0.28945175170898435, 0.28957528686523437, 0.28965628051757814, 0.2895446472167969, 0.28992864990234374, 0.28955810546875, 0.2894090576171875]",tokens/s,881.6534179849853,kWh,3.4214086286605353e-06,1.8747036758369568e-06,1.642824330131568e-05,2.172435560581317e-05,tokens/kWh,11784008.908945384,MB,1960.624128,5285.347328,0.0,4638.900224,4531.243008,s,10,157.6038154296875,15.76038154296875,0.002693407885783675,15.75983056640625,15.763900781250001,15.764834179687501,15.7655808984375,"[15.763693359375, 15.757626953125, 15.7570087890625, 15.7581630859375, 15.75901171875, 15.7606572265625, 15.7606494140625, 15.765767578125, 15.762427734375, 15.7588095703125]",tokens/s,3.9973651544055717,kWh,0.00018599067108971735,0.00010193833747385984,0.0008826757537590752,0.0011706047623226525,tokens/kWh,53818.335639604535,,s,629,159.953853439331,0.25429865411658353,0.03445673179800157,0.2501304016113281,0.2503778289794922,0.2505076721191406,0.5401221118164062,"[0.25061477661132814, 0.25004953002929686, 0.25024000549316405, 0.2501181488037109, 0.24996966552734376, 0.25056256103515623, 0.25034854125976563, 0.2500689849853516, 0.25016217041015626, 0.2501652526855469, 0.25018675231933596, 0.2501816253662109, 0.24999526977539063, 0.25002394104003905, 0.2501160888671875, 0.24999833679199218, 0.2500505676269531, 0.2504069061279297, 0.25031065368652344, 0.2501007385253906, 0.2501529541015625, 0.25004339599609376, 0.24988365173339844, 0.25013247680664064, 0.25024000549316405, 0.2497617950439453, 0.2504017944335937, 0.25021029663085936, 0.2502113342285156, 0.24987750244140625, 0.25002496337890623, 0.24998399353027342, 0.25004953002929686, 0.25008741760253905, 0.2503311309814453, 0.2499409942626953, 0.25000653076171875, 0.24992562866210938, 0.2498314208984375, 0.2501969909667969, 0.2500485076904297, 0.2499850311279297, 0.25016319274902343, 0.25017138671875, 0.2500177917480469, 0.25026765441894533, 0.25001370239257814, 0.25015501403808593, 0.2500106201171875, 0.2505226287841797, 0.2500730895996094, 0.25001370239257814, 0.24997581481933595, 0.25009971618652344, 0.24995634460449218, 0.2500526123046875, 0.25001676940917966, 0.25021235656738283, 0.2500904998779297, 0.25020518493652344, 0.2500843505859375, 0.2501939239501953, 0.5400729370117188, 0.25005158996582033, 0.2499737548828125, 0.2504570922851562, 0.25016934204101565, 0.25009254455566404, 0.24988056945800782, 0.25002700805664063, 0.24995123291015625, 0.24996966552734376, 0.25003929138183595, 0.2499850311279297, 0.250071044921875, 0.25007717895507814, 0.25016217041015626, 0.2501591033935547, 0.25010176086425784, 0.25011712646484374, 0.25001370239257814, 0.2504806365966797, 0.2501826629638672, 0.2501611480712891, 0.25038029479980467, 0.24996249389648437, 0.2500976715087891, 0.2499368896484375, 0.24993997192382814, 0.25007411193847656, 0.24989695739746093, 0.24984474182128907, 0.25001881408691407, 0.24982835388183594, 0.24985804748535156, 0.2500587463378906, 0.25036492919921877, 0.25002394104003905, 0.24995634460449218, 0.2502615051269531, 0.2500331878662109, 0.24998294067382812, 0.2500679626464844, 0.24999116516113282, 0.24999014282226562, 0.2503168029785156, 0.2502574005126953, 0.25006080627441407, 0.25061990356445313, 0.2501334991455078, 0.2502993927001953, 0.25006086730957033, 0.2503904571533203, 0.2502451171875, 0.2500106201171875, 0.25009254455566404, 0.25014988708496094, 0.2502236175537109, 0.2501140441894531, 0.25018780517578126, 0.25009866333007813, 0.2503516235351563, 0.2502451171875, 0.24994918823242188, 0.250355712890625, 0.5403770751953125, 0.2500034484863281, 0.2499656066894531, 0.2502553253173828, 0.2501437835693359, 0.2499952392578125, 0.24994610595703126, 0.25004135131835936, 0.25013658142089845, 0.2502563781738281, 0.25023794555664064, 0.25010687255859376, 0.2499102783203125, 0.2500044860839844, 0.24999116516113282, 0.24997068786621093, 0.2499440612792969, 0.24998194885253905, 0.24995123291015625, 0.2503577575683594, 0.25002188110351564, 0.25001881408691407, 0.2499471435546875, 0.25026252746582034, 0.25005158996582033, 0.2500679626464844, 0.24995535278320313, 0.25008329772949217, 0.24990412902832032, 0.24987954711914062, 0.25008741760253905, 0.2501038055419922, 0.24996453857421874, 0.25001881408691407, 0.2501611480712891, 0.2504222717285156, 0.2501406707763672, 0.25049600219726564, 0.2502410278320312, 0.25002496337890623, 0.25012223815917967, 0.2500341796875, 0.2500720977783203, 0.24996861267089843, 0.24997785949707033, 0.2500126647949219, 0.25004441833496094, 0.2500904998779297, 0.25035264587402345, 0.2500331573486328, 0.2508769226074219, 0.25023487854003906, 0.2501058502197266, 0.2499799041748047, 0.24985498046875, 0.2501560363769531, 0.25031065368652344, 0.2501908416748047, 0.2500464630126953, 0.2503823394775391, 0.2501703643798828, 0.25023283386230466, 0.25008128356933595, 0.5401845703125, 0.24995021057128905, 0.2500106201171875, 0.25019599914550783, 0.24991331481933593, 0.24990106201171874, 0.2500679626464844, 0.25042022705078126, 0.2501109771728516, 0.24990208435058595, 0.2506178588867187, 0.25025228881835937, 0.25007830810546877, 0.25024298095703124, 0.25008128356933595, 0.25049600219726564, 0.25005465698242185, 0.2505113525390625, 0.25014682006835937, 0.2500802612304687, 0.25021542358398435, 0.2501201934814453, 0.25000857543945315, 0.2498355255126953, 0.2501396484375, 0.25020005798339845, 0.25036492919921877, 0.25018777465820313, 0.2500229187011719, 0.25007615661621097, 0.2498324432373047, 0.25014682006835937, 0.2500044860839844, 0.2501233215332031, 0.2499327392578125, 0.2505379791259766, 0.25005670166015626, 0.25010687255859376, 0.24997171020507813, 0.2500833282470703, 0.2500721282958984, 0.24998495483398436, 0.2500075531005859, 0.25002496337890623, 0.250281982421875, 0.2500075531005859, 0.24996556091308594, 0.24994918823242188, 0.24989286804199218, 0.249955322265625, 0.25054412841796875, 0.25010687255859376, 0.24999014282226562, 0.25036492919921877, 0.2502881927490234, 0.2501590423583984, 0.250102783203125, 0.2501529541015625, 0.25005670166015626, 0.25016217041015626, 0.2500587463378906, 0.2503424072265625, 0.2500116424560547, 0.5402654418945313, 0.2500321350097656, 0.2502543334960938, 0.25004237365722654, 0.24993382263183594, 0.2501283874511719, 0.24996659851074218, 0.24983961486816406, 0.2500034484863281, 0.25004339599609376, 0.2503976898193359, 0.25057997131347653, 0.25009971618652344, 0.25002700805664063, 0.2500310974121094, 0.25016934204101565, 0.2500177917480469, 0.2500229187011719, 0.25004237365722654, 0.2500485076904297, 0.24999014282226562, 0.24999833679199218, 0.2500556793212891, 0.24998307800292968, 0.2501549072265625, 0.2500310974121094, 0.2500567626953125, 0.25029933166503904, 0.24997068786621093, 0.2501201934814453, 0.2501355590820312, 0.2501007385253906, 0.25010182189941405, 0.25009869384765626, 0.24991839599609375, 0.25018470764160156, 0.25013043212890623, 0.2502645721435547, 0.2500229187011719, 0.2500894775390625, 0.25004237365722654, 0.25014682006835937, 0.2503516235351563, 0.2500679626464844, 0.25014886474609377, 0.24996249389648437, 0.24996864318847656, 0.2500280303955078, 0.250134521484375, 0.2500700836181641, 0.25056658935546877, 0.2504110107421875, 0.250134521484375, 0.2501949462890625, 0.25029222106933596, 0.2502983703613281, 0.2502471618652344, 0.25051954650878905, 0.2503045043945312, 0.2503024597167969, 0.25031782531738284, 0.25014988708496094, 0.25027072143554685, 0.5404067993164062, 0.2500505676269531, 0.25027276611328125, 0.25040383911132813, 0.25010791015625, 0.2501376037597656, 0.2501908416748047, 0.2502236175537109, 0.24998605346679686, 0.24984883117675782, 0.24987750244140625, 0.25001065063476563, 0.2499952392578125, 0.2500956115722656, 0.2502840270996094, 0.2501754913330078, 0.25029017639160156, 0.2500485076904297, 0.2502287292480469, 0.2501887969970703, 0.2501939239501953, 0.25018988037109374, 0.25027687072753907, 0.2500074920654297, 0.25013043212890623, 0.2502523193359375, 0.25007919311523436, 0.250281982421875, 0.2501232604980469, 0.25010482788085936, 0.2500556793212891, 0.25027276611328125, 0.25002394104003905, 0.25040383911132813, 0.2501457977294922, 0.25024205017089846, 0.2502737884521484, 0.2503321533203125, 0.2506967010498047, 0.2502471618652344, 0.25027999877929685, 0.2501795196533203, 0.2501201934814453, 0.2500863952636719, 0.25004441833496094, 0.25002700805664063, 0.25026048278808594, 0.250134521484375, 0.25008128356933595, 0.24995021057128905, 0.2501038055419922, 0.249923583984375, 0.2500720672607422, 0.2501734466552734, 0.25008335876464843, 0.25036285400390623, 0.2502615051269531, 0.25005059814453123, 0.2504386291503906, 0.2503772125244141, 0.2501560363769531, 0.2500976715087891, 0.2499625244140625, 0.5401292724609374, 0.24998605346679686, 0.24998809814453124, 0.25015501403808593, 0.2499420166015625, 0.2499614715576172, 0.2499962921142578, 0.24998605346679686, 0.25000146484375, 0.2501856689453125, 0.2502696990966797, 0.2502666168212891, 0.25007513427734374, 0.2502645721435547, 0.2503260192871094, 0.2503004150390625, 0.2502369232177734, 0.25006694030761717, 0.2501734466552734, 0.25014886474609377, 0.250208251953125, 0.25034547424316406, 0.25018777465820313, 0.2505779266357422, 0.25016729736328125, 0.2500863952636719, 0.24975567626953124, 0.24992764282226562, 0.24993075561523437, 0.2499440612792969, 0.2499102783203125, 0.2499727325439453, 0.2501836853027344, 0.2503209228515625, 0.25006895446777344, 0.2502389831542969, 0.25000140380859376, 0.2500310974121094, 0.25001881408691407, 0.2502205505371094, 0.2502440948486328, 0.2499451141357422, 0.2504611511230469, 0.25024412536621093, 0.25017852783203126, 0.24999833679199218, 0.2502144012451172, 0.25024415588378907, 0.25002796936035154, 0.2500331573486328, 0.25027072143554685, 0.25012223815917967, 0.2501908416748047, 0.2503598022460938, 0.25033830261230466, 0.2501734466552734, 0.2502072296142578, 0.25005976867675783, 0.25066905212402346, 0.2504396820068359, 0.2503065643310547, 0.2505707550048828, 0.2503495635986328, 0.5407457275390625, 0.2503045043945312, 0.25013145446777346, 0.25001881408691407, 0.24999530029296874, 0.2500259552001953, 0.24998809814453124, 0.2501959686279297, 0.25033523559570314, 0.25049600219726564, 0.25073971557617186, 0.2503055419921875, 0.2502737884521484, 0.2502983703613281, 0.25042434692382814, 0.25037001037597656, 0.2503126983642578, 0.2502010955810547, 0.2504632263183594, 0.2504673614501953, 0.25016522216796877, 0.2501570892333984, 0.2502358703613281, 0.25030860900878904, 0.2502512664794922, 0.2505021514892578, 0.2501939239501953, 0.2502574005126953, 0.2504079284667969, 0.2501785583496094, 0.25019801330566405, 0.25012428283691407, 0.2501836853027344, 0.25056256103515623, 0.2503342132568359, 0.25036595153808594, 0.25004441833496094, 0.2504908752441406, 0.25014886474609377, 0.250144775390625, 0.25022976684570314, 0.2500280303955078, 0.2502144012451172, 0.25008741760253905, 0.25023590087890624, 0.25036390686035154, 0.2502410278320312, 0.25039360046386716, 0.2501969909667969, 0.2498908233642578, 0.25027993774414065, 0.25018572998046873, 0.25011199951171875, 0.24991845703125, 0.25005158996582033, 0.25019801330566405, 0.2502092742919922, 0.2501560363769531, 0.25058099365234376, 0.25025228881835937, 0.2502461395263672, 0.2501355590820312, 0.25017138671875, 0.5402685546875, 0.2501416931152344, 0.2500126647949219, 0.2502645721435547, 0.25024307250976563, 0.2502072296142578, 0.25034136962890624, 0.2505021514892578, 0.2501959686279297, 0.25063116455078127, 0.25021029663085936, 0.2503260192871094, 0.25040281677246096, 0.25034854125976563, 0.2501662750244141, 0.2502840270996094, 0.2503065643310547, 0.25018572998046873, 0.25010995483398435, 0.2500556793212891, 0.2501519317626953, 0.25012428283691407, 0.2502389831542969, 0.249997314453125, 0.250250244140625, 0.2500843505859375, 0.25032089233398436, 0.2502389831542969, 0.2501406707763672, 0.2499799041748047, 0.2502113342285156, 0.2502010955810547, 0.2502072601318359, 0.25028297424316404, 0.25035987854003905, 0.2502931823730469, 0.25009254455566404, 0.2500863952636719, 0.25004953002929686, 0.25026048278808594, 0.25010995483398435, 0.25008741760253905, 0.2500177917480469, 0.2500505676269531, 0.25020317077636717, 0.2500751037597656, 0.25016217041015626, 0.2500863952636719, 0.24998605346679686, 0.2501130218505859, 0.2502492218017578, 0.249955322265625, 0.25029222106933596, 0.2501959686279297, 0.25033830261230466, 0.25011199951171875, 0.2504355773925781, 0.25012223815917967, 0.2501406707763672, 0.2500464630126953, 0.2501540222167969, 0.2501304016113281, 0.250208251953125, 0.5401036987304687, 0.2499799346923828, 0.2499778289794922, 0.25012940979003906, 0.25007513427734374, 0.24989797973632813, 0.24983859252929688, 0.24987954711914062, 0.24995021057128905, 0.250313720703125, 0.25021139526367187, 0.25056658935546877, 0.2503424072265625, 0.2500177917480469, 0.2500556793212891, 0.24996351623535157, 0.25001881408691407, 0.2502389831542969, 0.2500321350097656, 0.25020416259765627, 0.25016012573242186, 0.25018572998046873, 0.25026048278808594, 0.24998092651367188, 0.25021337890625, 0.25092608642578124, 0.2505881652832031, 0.25005670166015626, 0.2500976715087891, 0.24999014282226562, 0.2500280303955078, 0.25026559448242186, 0.25007513427734374, 0.25010995483398435, 0.24996556091308594, 0.2501160888671875, 0.2504069061279297, 0.2501058502197266, 0.24991949462890625, 0.250176513671875, 0.25020416259765627, 0.2500863952636719, 0.25033319091796874, 0.25007717895507814, 0.24998399353027342, 0.2499850311279297, 0.2501519317626953, 0.25013043212890623, 0.25007923889160155, 0.2501376037597656, 0.2504427490234375, 0.2500474853515625, 0.25011199951171875, 0.25015705871582034, 0.25005772399902343, 0.25013043212890623, 0.25003724670410155, 0.25015705871582034, 0.25009152221679687, 0.25005158996582033, 0.2501612091064453, 0.250051513671875, 0.2501519317626953]",tokens/s,3.9323841625270606,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1638.6048,2418.540544,0.0,1772.09344,1621.541376,s,10,0.7307771377563477,0.07307771377563477,0.00030590186697528017,0.07303974151611328,0.07345188369750977,0.07350205345153808,0.07354218925476075,"[0.07344073486328125, 0.07282319641113282, 0.0727369613647461, 0.07273868560791015, 0.07273926544189453, 0.07293727874755859, 0.07314220428466797, 0.07324988555908203, 0.07355222320556641, 0.07341670227050781]",tokens/s,3503.119990671552,kWh,8.589871899613245e-07,4.704820193973832e-07,3.7392864052756902e-06,5.068755614634398e-06,tokens/kWh,50505492.76056682,MB,1638.6048,2418.540544,0.0,1772.09344,1723.273216,s,10,38.20281567382813,3.8202815673828128,0.0022956512254473085,3.8195750732421874,3.82337958984375,3.8243252929687497,3.82508185546875,"[3.82527099609375, 3.81770703125, 3.819302978515625, 3.818822509765625, 3.82106005859375, 3.82316943359375, 3.821086669921875, 3.81984716796875, 3.817920166015625, 3.818628662109375]",tokens/s,16.49093107112517,kWh,4.511295209232352e-05,2.472463132112629e-05,0.00019686329074332517,0.000266700874156775,tokens/kWh,236219.69818879056,,s,629,38.79888072204587,0.06168343517018425,0.008717620254388004,0.06061260986328125,0.06073487243652344,0.060805118560791016,0.1336954461669922,"[0.06117068862915039, 0.061228031158447264, 0.0611962890625, 0.06114406585693359, 0.06115327835083008, 0.06097817611694336, 0.06119424057006836, 0.06067814254760742, 0.060709888458251954, 0.06057062530517578, 0.060631038665771485, 0.060595199584960936, 0.06056959915161133, 0.06056959915161133, 0.06066790390014649, 0.06054707336425781, 0.0605849609375, 0.06076313781738281, 0.06055321502685547, 0.06061670303344727, 0.06071705627441406, 0.06055321502685547, 0.060527614593505856, 0.06062387084960937, 0.060576766967773435, 0.060677120208740234, 0.0607006721496582, 0.06059929656982422, 0.0606033935546875, 0.06082559967041016, 0.060639232635498044, 0.060633087158203126, 0.06068326568603516, 0.060611583709716796, 0.06060236740112305, 0.06072524642944336, 0.060627967834472656, 0.060657665252685546, 0.06071603012084961, 0.06063513565063477, 0.06063616180419922, 0.060747776031494144, 0.06059212875366211, 0.06063513565063477, 0.06071603012084961, 0.06056243133544922, 0.06069452667236328, 0.06072012710571289, 0.06063411331176758, 0.06065868759155273, 0.06072012710571289, 0.06061670303344727, 0.06061670303344727, 0.06073446273803711, 0.06052249526977539, 0.06070476913452148, 0.06071807861328125, 0.06060851287841797, 0.06081433486938476, 0.06072115325927734, 0.06060134506225586, 0.06065971374511719, 0.13372006225585936, 0.06056345748901367, 0.06059929656982422, 0.060644351959228515, 0.06058291244506836, 0.06054195022583008, 0.06054297637939453, 0.06056140899658203, 0.06055731201171875, 0.06055731201171875, 0.06055936050415039, 0.06073241424560547, 0.060556289672851565, 0.06056755065917969, 0.06058700942993164, 0.06049792098999023, 0.06058393478393555, 0.06057984161376953, 0.06057984161376953, 0.06055219268798828, 0.06055219268798828, 0.06055833435058594, 0.060554241180419924, 0.060556289672851565, 0.060524543762207034, 0.06058700942993164, 0.060572673797607425, 0.06054297637939453, 0.060660736083984375, 0.06058291244506836, 0.06063820648193359, 0.06058291244506836, 0.06065868759155273, 0.06058905410766602, 0.06061363220214844, 0.06056959915161133, 0.06060851287841797, 0.060611583709716796, 0.06063820648193359, 0.060581886291503906, 0.06066790390014649, 0.060590080261230465, 0.06060543823242188, 0.0605849609375, 0.06063820648193359, 0.06059724807739258, 0.06060748672485351, 0.06061568069458008, 0.060606464385986325, 0.06057574462890625, 0.06063820648193359, 0.06063820648193359, 0.06061056137084961, 0.06062080001831055, 0.06065151977539063, 0.06050611114501953, 0.06061670303344727, 0.06059724807739258, 0.06063411331176758, 0.06061056137084961, 0.06062387084960937, 0.06065151977539063, 0.06062694549560547, 0.1336197052001953, 0.06059212875366211, 0.06061260986328125, 0.06053887939453125, 0.06051327896118164, 0.06058905410766602, 0.06058086395263672, 0.060821502685546876, 0.06053887939453125, 0.06054912185668945, 0.060526592254638675, 0.06054502487182617, 0.060572673797607425, 0.060606464385986325, 0.06061260986328125, 0.06055014419555664, 0.0605665283203125, 0.0607191047668457, 0.0607825927734375, 0.060576766967773435, 0.060581886291503906, 0.06057369613647461, 0.06056959915161133, 0.060537857055664064, 0.06054297637939453, 0.060614654541015625, 0.060593151092529295, 0.06062694549560547, 0.06073446273803711, 0.06060851287841797, 0.06065356826782226, 0.06064025497436523, 0.06066483306884766, 0.06061056137084961, 0.06058905410766602, 0.06059929656982422, 0.060627967834472656, 0.060805118560791016, 0.06068838500976562, 0.0606033935546875, 0.06065459060668945, 0.060609535217285154, 0.060649471282958986, 0.06057369613647461, 0.060609535217285154, 0.0607825927734375, 0.06077030563354492, 0.06063411331176758, 0.06058291244506836, 0.060590080261230465, 0.06062899017333984, 0.060633087158203126, 0.06063718414306641, 0.06060543823242188, 0.06073344039916992, 0.06053376007080078, 0.06064640045166016, 0.060606464385986325, 0.06062694549560547, 0.0605849609375, 0.06060851287841797, 0.060642303466796874, 0.060631038665771485, 0.13370060729980468, 0.06058803176879883, 0.06058905410766602, 0.060625919342041014, 0.060572673797607425, 0.06060134506225586, 0.060593151092529295, 0.06061363220214844, 0.06056857681274414, 0.06059212875366211, 0.06057984161376953, 0.06055321502685547, 0.0605849609375, 0.06060543823242188, 0.060572673797607425, 0.06061568069458008, 0.06055833435058594, 0.06058291244506836, 0.06060748672485351, 0.06059724807739258, 0.0606033935546875, 0.06055731201171875, 0.060611583709716796, 0.06058905410766602, 0.060537857055664064, 0.06057984161376953, 0.06060031890869141, 0.06059417724609375, 0.06063820648193359, 0.06058598327636719, 0.06059622573852539, 0.06056345748901367, 0.06068121719360352, 0.060641281127929686, 0.060593151092529295, 0.06062694549560547, 0.06065459060668945, 0.060606464385986325, 0.06061056137084961, 0.06062182235717774, 0.060677120208740234, 0.06061772918701172, 0.06061772918701172, 0.06057369613647461, 0.06061260986328125, 0.060611583709716796, 0.06065868759155273, 0.06058598327636719, 0.06074367904663086, 0.06069145584106445, 0.060614654541015625, 0.06061670303344727, 0.06061056137084961, 0.06064025497436523, 0.060668926239013675, 0.06055116653442383, 0.06069657516479492, 0.06063616180419922, 0.06061670303344727, 0.060606464385986325, 0.060649471282958986, 0.06063820648193359, 0.06067814254760742, 0.1336821746826172, 0.06062182235717774, 0.06055321502685547, 0.0606484489440918, 0.06058291244506836, 0.060598270416259765, 0.060590080261230465, 0.06055936050415039, 0.06054604721069336, 0.06061568069458008, 0.06059622573852539, 0.06057164764404297, 0.06057164764404297, 0.060581886291503906, 0.06061875152587891, 0.06058086395263672, 0.06057881546020508, 0.06066790390014649, 0.0607303695678711, 0.06062899017333984, 0.06068940734863281, 0.06056857681274414, 0.06057779312133789, 0.060598270416259765, 0.06055526351928711, 0.0607006721496582, 0.06061670303344727, 0.06058803176879883, 0.06073651123046875, 0.06060543823242188, 0.06059724807739258, 0.060723201751708984, 0.06062182235717774, 0.060598270416259765, 0.06078976058959961, 0.06057779312133789, 0.06063820648193359, 0.0607303695678711, 0.06069760131835938, 0.06062387084960937, 0.06078976058959961, 0.06061260986328125, 0.060715007781982425, 0.0607191047668457, 0.06060748672485351, 0.06065356826782226, 0.06072012710571289, 0.06056345748901367, 0.06062899017333984, 0.0607303695678711, 0.0606668815612793, 0.06066995239257812, 0.060747776031494144, 0.060622848510742185, 0.06086963272094727, 0.06071603012084961, 0.06065459060668945, 0.06058803176879883, 0.06078566360473633, 0.060780544281005856, 0.060609535217285154, 0.06074367904663086, 0.060682239532470705, 0.13460275268554686, 0.060777473449707034, 0.06060748672485351, 0.06059212875366211, 0.0605665283203125, 0.06059212875366211, 0.06088499069213867, 0.06057369613647461, 0.060593151092529295, 0.060865535736083984, 0.060672000885009764, 0.06060748672485351, 0.06066790390014649, 0.0605747184753418, 0.060598270416259765, 0.06067097473144531, 0.060554241180419924, 0.06058700942993164, 0.060897281646728516, 0.06061875152587891, 0.060625919342041014, 0.06071603012084961, 0.06054912185668945, 0.061172737121582034, 0.060655616760253904, 0.060606464385986325, 0.06061568069458008, 0.06068326568603516, 0.060595199584960936, 0.06058086395263672, 0.0607088623046875, 0.0605747184753418, 0.060647422790527344, 0.0607723503112793, 0.060680191040039064, 0.06061363220214844, 0.06075699234008789, 0.06065663909912109, 0.06072012710571289, 0.060821502685546876, 0.06069145584106445, 0.06064025497436523, 0.06078976058959961, 0.060649471282958986, 0.0606453742980957, 0.06069760131835938, 0.06060543823242188, 0.0606033935546875, 0.060731391906738284, 0.060761089324951174, 0.06069247817993164, 0.060706817626953125, 0.06063206481933594, 0.060622848510742185, 0.06078668975830078, 0.06051532745361328, 0.060649471282958986, 0.0607088623046875, 0.0605849609375, 0.06058393478393555, 0.060750846862792966, 0.060598270416259765, 0.06064025497436523, 0.1340211181640625, 0.06060441589355469, 0.06063206481933594, 0.0605665283203125, 0.06056140899658203, 0.06060031890869141, 0.06067097473144531, 0.06052864074707031, 0.06059417724609375, 0.06070169448852539, 0.06054297637939453, 0.06055526351928711, 0.0607303695678711, 0.0605665283203125, 0.06057881546020508, 0.060715007781982425, 0.06057062530517578, 0.06058905410766602, 0.060709888458251954, 0.06054604721069336, 0.06056447982788086, 0.06082048034667969, 0.06061056137084961, 0.06072012710571289, 0.06068326568603516, 0.06057164764404297, 0.06063616180419922, 0.06069145584106445, 0.0606300163269043, 0.06065663909912109, 0.060805118560791016, 0.06057881546020508, 0.060631038665771485, 0.060690433502197265, 0.06058905410766602, 0.060611583709716796, 0.060727294921875, 0.06058598327636719, 0.060622848510742185, 0.06071603012084961, 0.06065049743652344, 0.060642303466796874, 0.06084198379516602, 0.06067609786987305, 0.06059622573852539, 0.06077951812744141, 0.060639232635498044, 0.06058291244506836, 0.06075699234008789, 0.06057164764404297, 0.0606484489440918, 0.06079590225219727, 0.06061056137084961, 0.060631038665771485, 0.0608092155456543, 0.060526592254638675, 0.06073651123046875, 0.06082355117797852, 0.060633087158203126, 0.06062080001831055, 0.060767230987548826, 0.06055219268798828, 0.06063206481933594, 0.1341685791015625, 0.060556289672851565, 0.06056345748901367, 0.06055833435058594, 0.06054707336425781, 0.060593151092529295, 0.06062182235717774, 0.060539905548095706, 0.06055219268798828, 0.06054092788696289, 0.06060134506225586, 0.06057574462890625, 0.060593151092529295, 0.06060031890869141, 0.06060134506225586, 0.0605296630859375, 0.06058700942993164, 0.06057164764404297, 0.06063616180419922, 0.06056857681274414, 0.06062080001831055, 0.06058086395263672, 0.06061260986328125, 0.06055833435058594, 0.06055731201171875, 0.06060748672485351, 0.06112870407104492, 0.060614654541015625, 0.06075904083251953, 0.06056447982788086, 0.060665855407714846, 0.06062387084960937, 0.06066790390014649, 0.06061977767944336, 0.060639232635498044, 0.06057881546020508, 0.060633087158203126, 0.06067302322387695, 0.06075596618652344, 0.06059622573852539, 0.06068735885620117, 0.06061977767944336, 0.06073651123046875, 0.060614654541015625, 0.060633087158203126, 0.06059212875366211, 0.06072422409057617, 0.06060031890869141, 0.06061875152587891, 0.06058905410766602, 0.0606484489440918, 0.06058803176879883, 0.06061772918701172, 0.06061670303344727, 0.06084096145629883, 0.060682239532470705, 0.06066790390014649, 0.06055833435058594, 0.06060441589355469, 0.060657665252685546, 0.06071705627441406, 0.06069145584106445, 0.060665855407714846, 0.13447782897949218, 0.06059622573852539, 0.06055731201171875, 0.06055936050415039, 0.0605296630859375, 0.060560382843017575, 0.06056243133544922, 0.060537857055664064, 0.06055526351928711, 0.06057574462890625, 0.06055116653442383, 0.06061670303344727, 0.060581886291503906, 0.06056243133544922, 0.060593151092529295, 0.06055321502685547, 0.060593151092529295, 0.06059417724609375, 0.06057574462890625, 0.06056140899658203, 0.06055731201171875, 0.060560382843017575, 0.06057574462890625, 0.06057369613647461, 0.06055014419555664, 0.060593151092529295, 0.06060134506225586, 0.060560382843017575, 0.060625919342041014, 0.060581886291503906, 0.06063820648193359, 0.06060748672485351, 0.06061568069458008, 0.06059622573852539, 0.060590080261230465, 0.06055014419555664, 0.0606033935546875, 0.060624897003173826, 0.060633087158203126, 0.060611583709716796, 0.060706817626953125, 0.06060748672485351, 0.06061772918701172, 0.060598270416259765, 0.060639232635498044, 0.06060748672485351, 0.060593151092529295, 0.06059110260009765, 0.06060134506225586, 0.06065151977539063, 0.060631038665771485, 0.06060031890869141, 0.06061875152587891, 0.06061977767944336, 0.06063718414306641, 0.06055731201171875, 0.060641281127929686, 0.060609535217285154, 0.060657665252685546, 0.06061260986328125, 0.06058291244506836, 0.06075904083251953, 0.06065049743652344, 0.13431602478027344, 0.0606300163269043, 0.06057164764404297, 0.06059110260009765, 0.06057881546020508, 0.06055833435058594, 0.060598270416259765, 0.06052249526977539, 0.06056140899658203, 0.060581886291503906, 0.060590080261230465, 0.06055116653442383, 0.06054092788696289, 0.060680191040039064, 0.060581886291503906, 0.06056345748901367, 0.0606033935546875, 0.060633087158203126, 0.060631038665771485, 0.06058803176879883, 0.06057574462890625, 0.06054195022583008, 0.06056243133544922, 0.060539905548095706, 0.06053683090209961, 0.06066175842285156, 0.06061670303344727, 0.060625919342041014, 0.06065868759155273, 0.06060134506225586, 0.06064332962036133, 0.06061056137084961, 0.060655616760253904, 0.06057984161376953, 0.06073855972290039, 0.06058905410766602, 0.060609535217285154, 0.060590080261230465, 0.06063206481933594, 0.06060543823242188, 0.06066790390014649, 0.060614654541015625, 0.060639232635498044, 0.060641281127929686, 0.06064640045166016, 0.06058700942993164, 0.06070272064208984, 0.06057062530517578, 0.0606033935546875, 0.06059929656982422, 0.060644351959228515, 0.060641281127929686, 0.060624897003173826, 0.06062387084960937, 0.06069760131835938, 0.06053171157836914, 0.06066483306884766, 0.06056755065917969, 0.06059724807739258, 0.060598270416259765, 0.06061363220214844, 0.0606484489440918, 0.060665855407714846]",tokens/s,16.211807874204894,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2280.251392,3257.401344,0.0,2610.95424,2376.633344,s,10,1.3862317810058593,0.13862317810058594,0.00141741642608869,0.13817852783203124,0.13898810577392579,0.14091418075561524,0.1424550407409668,"[0.1428402557373047, 0.1380400390625, 0.13832354736328126, 0.13791488647460937, 0.13817552185058593, 0.13818153381347656, 0.1379407958984375, 0.13822525024414062, 0.1380298614501953, 0.13856008911132814]",tokens/s,1846.733017578378,kWh,1.6310952320309356e-06,8.937665289211085e-07,7.707140868904123e-06,1.0232002629856168e-05,tokens/kWh,25019540.090129808,MB,2280.251392,3257.401344,0.0,2610.95424,2525.751808,s,10,74.85740771484375,7.485740771484375,0.0031337016640348436,7.485281982421874,7.487884423828125,7.490807446289063,7.493145864257812,"[7.49373046875, 7.48317431640625, 7.48723486328125, 7.482859375, 7.48208740234375, 7.486955078125, 7.48550634765625, 7.4850576171875, 7.4844873046875, 7.48631494140625]",tokens/s,8.416000757064355,kWh,8.838547692882235e-05,4.8441651965326174e-05,0.00040339438245649535,0.0005402215113506439,tokens/kWh,116618.82889944439,,s,629,75.97926604461664,0.12079374569891366,0.016430053385745564,0.11878092956542968,0.11900436248779296,0.11913031616210937,0.25699758911132814,"[0.12148735809326172, 0.12057292938232422, 0.11934105682373047, 0.11900825500488281, 0.11877887725830077, 0.11872563171386719, 0.11900313568115234, 0.11889254760742188, 0.11883110046386719, 0.11867955017089844, 0.11865599822998046, 0.11875020599365234, 0.11877785491943359, 0.11879730987548828, 0.11893145751953126, 0.11859251403808593, 0.11864575958251954, 0.11864371490478516, 0.11889971160888672, 0.11905126190185547, 0.11882701110839844, 0.11864780426025391, 0.11892530822753906, 0.11885158538818359, 0.11881676483154296, 0.1188331527709961, 0.11881779479980469, 0.11872358703613281, 0.11903692626953125, 0.11903794860839843, 0.11879424285888672, 0.11873689270019532, 0.11872767639160156, 0.11870310211181641, 0.11868364715576171, 0.11869798278808594, 0.11872051239013671, 0.11880140686035157, 0.11876863861083985, 0.11880038452148438, 0.11885363006591797, 0.11878604888916015, 0.1187747802734375, 0.11874508666992188, 0.11871743774414062, 0.11891814422607422, 0.11883827209472657, 0.11879014587402344, 0.11884544372558593, 0.11880038452148438, 0.119119873046875, 0.11894579315185547, 0.11882701110839844, 0.11877581024169923, 0.11902361297607422, 0.1188853759765625, 0.11901337432861328, 0.11886386871337891, 0.11883213043212891, 0.11893965148925781, 0.11898060607910156, 0.11884544372558593, 0.25700762939453126, 0.1187215347290039, 0.11884953308105468, 0.118793212890625, 0.11871743774414062, 0.11865190124511718, 0.11872665405273437, 0.11887923431396484, 0.11878707122802734, 0.11871743774414062, 0.11865599822998046, 0.11864883422851563, 0.11860889434814453, 0.11867852783203126, 0.11873587036132813, 0.11875328063964843, 0.11871027374267579, 0.11867648315429688, 0.11879936218261719, 0.11867340850830078, 0.1187440643310547, 0.11865805053710937, 0.1188331527709961, 0.11903385925292968, 0.11867750549316407, 0.11875328063964843, 0.118687744140625, 0.11879833221435547, 0.11875122833251953, 0.11872051239013671, 0.11871539306640624, 0.11883213043212891, 0.11874713897705078, 0.11873792266845704, 0.11877785491943359, 0.11873484802246094, 0.1188136978149414, 0.11876454162597656, 0.11867955017089844, 0.11872972869873047, 0.11878502655029297, 0.11877785491943359, 0.11875635528564453, 0.11875737762451172, 0.11869593811035156, 0.11877273559570313, 0.11876761627197266, 0.11885670471191406, 0.11873689270019532, 0.11874816131591796, 0.119299072265625, 0.11888333129882812, 0.11880754852294922, 0.11899187469482422, 0.11877069091796875, 0.11894783782958984, 0.11879116821289062, 0.11896729278564454, 0.1188136978149414, 0.11876249694824219, 0.11882905578613281, 0.11883519744873047, 0.11889356994628907, 0.2573066101074219, 0.11885158538818359, 0.11878092956542968, 0.11885363006591797, 0.11884748840332031, 0.11876249694824219, 0.11912908935546875, 0.11910655975341797, 0.11878809356689453, 0.11891200256347656, 0.11891097259521484, 0.11889663696289063, 0.11876557159423828, 0.11887820434570312, 0.11878912353515625, 0.11880550384521485, 0.11888742065429687, 0.11874201965332032, 0.11874610900878907, 0.11900621032714843, 0.11888435363769531, 0.11894989013671875, 0.11894477081298828, 0.11900415802001953, 0.11870310211181641, 0.11884236907958984, 0.11869184112548828, 0.11884339141845703, 0.118793212890625, 0.11888435363769531, 0.11882495880126953, 0.11875532531738281, 0.11875020599365234, 0.11875328063964843, 0.11879116821289062, 0.11881779479980469, 0.11889561462402344, 0.11876351928710938, 0.11884441375732421, 0.11896729278564454, 0.11886080169677735, 0.1189191665649414, 0.11933900451660157, 0.1189017562866211, 0.11875328063964843, 0.1187061767578125, 0.11873587036132813, 0.1187747802734375, 0.11875635528564453, 0.11884646606445312, 0.11881676483154296, 0.11880754852294922, 0.11878502655029297, 0.11884646606445312, 0.11881881713867187, 0.11887411499023437, 0.11868978881835937, 0.11886284637451172, 0.11876659393310547, 0.11876659393310547, 0.11881983947753906, 0.11880038452148438, 0.11876249694824219, 0.2568867797851562, 0.11862322998046874, 0.11860582733154297, 0.1186846694946289, 0.1186662368774414, 0.1187583999633789, 0.11907891082763672, 0.11880038452148438, 0.11864883422851563, 0.11862732696533203, 0.11873177337646484, 0.11859865570068359, 0.1187041244506836, 0.11873382568359375, 0.11864883422851563, 0.11872972869873047, 0.11863654327392578, 0.11863756561279297, 0.11869696044921875, 0.11869184112548828, 0.11872051239013671, 0.11913113403320312, 0.118866943359375, 0.11936153411865234, 0.11871334075927735, 0.11872767639160156, 0.11900006103515624, 0.1192806396484375, 0.11870105743408203, 0.1187041244506836, 0.11878809356689453, 0.11877069091796875, 0.11866214752197266, 0.11875942230224609, 0.118761474609375, 0.11870207977294922, 0.11872255706787109, 0.1187092514038086, 0.11868057250976563, 0.11887513732910156, 0.11874201965332032, 0.11875122833251953, 0.11880140686035157, 0.11873280334472656, 0.11872563171386719, 0.11872563171386719, 0.11866726684570313, 0.11876966094970703, 0.118761474609375, 0.11882086181640625, 0.118830078125, 0.11870515441894532, 0.11879730987548828, 0.11883929443359376, 0.11884236907958984, 0.1188823013305664, 0.11876044464111328, 0.11883417510986329, 0.11877887725830077, 0.11874816131591796, 0.11887513732910156, 0.11880857849121093, 0.11886182403564453, 0.25713458251953125, 0.11862322998046874, 0.11855974578857421, 0.11867750549316407, 0.1186723861694336, 0.11865907287597656, 0.11861811065673829, 0.11866111755371093, 0.11866111755371093, 0.1186355209350586, 0.11870207977294922, 0.11861606597900391, 0.11865907287597656, 0.1186355209350586, 0.11862220764160156, 0.11868364715576171, 0.11856690979003906, 0.11864780426025391, 0.11866111755371093, 0.11873689270019532, 0.11864473724365235, 0.1186170883178711, 0.1186170883178711, 0.11881983947753906, 0.11864883422851563, 0.11870310211181641, 0.11898675537109375, 0.1188505630493164, 0.11869388580322265, 0.11911577606201172, 0.1186170883178711, 0.118761474609375, 0.11871949005126953, 0.1187409896850586, 0.11874713897705078, 0.11871231842041016, 0.1186846694946289, 0.11867340850830078, 0.11867443084716797, 0.11871437072753906, 0.11872767639160156, 0.11932672119140625, 0.11876249694824219, 0.11871743774414062, 0.11873177337646484, 0.11873075103759766, 0.11874508666992188, 0.11923046112060547, 0.11879730987548828, 0.11878502655029297, 0.11888435363769531, 0.11883827209472657, 0.11881779479980469, 0.11898368072509766, 0.11900927734375, 0.1190666275024414, 0.11874918365478515, 0.11893247985839844, 0.11886489868164063, 0.11890995025634765, 0.1188136978149414, 0.118761474609375, 0.11898265838623047, 0.25697177124023435, 0.11863756561279297, 0.11881574249267578, 0.1188485107421875, 0.1187430419921875, 0.1186529312133789, 0.11871437072753906, 0.11902464294433594, 0.11879014587402344, 0.1185802230834961, 0.11868569946289062, 0.11872870635986328, 0.11875430297851562, 0.11874918365478515, 0.11903180694580077, 0.11878809356689453, 0.1187215347290039, 0.11869388580322265, 0.1190645751953125, 0.11893145751953126, 0.11888025665283203, 0.11871846771240234, 0.11874201965332032, 0.11916390228271484, 0.11881267547607421, 0.11875942230224609, 0.11871027374267579, 0.11877069091796875, 0.11881983947753906, 0.11884134674072265, 0.11873689270019532, 0.11876659393310547, 0.11889766693115235, 0.11874508666992188, 0.118761474609375, 0.11871129608154297, 0.11911373138427735, 0.11876044464111328, 0.11881881713867187, 0.11877375793457032, 0.1187768325805664, 0.11875430297851562, 0.11875225830078125, 0.11871641540527343, 0.11877375793457032, 0.11888025665283203, 0.11917721557617188, 0.11915161895751954, 0.11898162841796875, 0.11890688323974609, 0.11887615966796874, 0.11886080169677735, 0.11896832275390624, 0.11905023956298828, 0.11883929443359376, 0.11891506958007812, 0.11887104034423829, 0.11888025665283203, 0.11872767639160156, 0.11872255706787109, 0.11872767639160156, 0.1191178207397461, 0.11907071685791015, 0.2572810363769531, 0.11864371490478516, 0.11879936218261719, 0.11882701110839844, 0.11868876647949218, 0.11884953308105468, 0.11872051239013671, 0.11873996734619141, 0.11865190124511718, 0.11866214752197266, 0.118830078125, 0.11855872344970703, 0.11869286346435547, 0.11869081878662109, 0.11881267547607421, 0.11879424285888672, 0.11861913299560548, 0.11868569946289062, 0.1187215347290039, 0.1187799072265625, 0.11875225830078125, 0.11871129608154297, 0.11886796569824219, 0.11885568237304688, 0.11875737762451172, 0.11871129608154297, 0.11866726684570313, 0.11888435363769531, 0.11878809356689453, 0.11875328063964843, 0.11872665405273437, 0.118940673828125, 0.1188853759765625, 0.11914444732666016, 0.11903078460693359, 0.11889766693115235, 0.11882905578613281, 0.1193175048828125, 0.1194629135131836, 0.11916390228271484, 0.11871437072753906, 0.1188362274169922, 0.11889868927001954, 0.11877171325683594, 0.11894783782958984, 0.11882598114013672, 0.11881983947753906, 0.11883110046386719, 0.11869593811035156, 0.11869286346435547, 0.11880448150634766, 0.11876761627197266, 0.11887820434570312, 0.11883827209472657, 0.11880754852294922, 0.11889356994628907, 0.1188884506225586, 0.11900518035888671, 0.11882393646240234, 0.11872563171386719, 0.1188485107421875, 0.11869696044921875, 0.11872051239013671, 0.25712435913085935, 0.11903794860839843, 0.11959500885009766, 0.11911679840087891, 0.11868876647949218, 0.1186355209350586, 0.11873382568359375, 0.11865907287597656, 0.11861913299560548, 0.11864575958251954, 0.11867955017089844, 0.11856896209716797, 0.11867340850830078, 0.11858841705322265, 0.11869286346435547, 0.11870105743408203, 0.11860173034667969, 0.11890483093261718, 0.11876351928710938, 0.11874918365478515, 0.11870105743408203, 0.11868364715576171, 0.11892838287353516, 0.11915878295898437, 0.11867750549316407, 0.11876966094970703, 0.11884544372558593, 0.11876249694824219, 0.11886489868164063, 0.11876454162597656, 0.11879014587402344, 0.11874508666992188, 0.1188116455078125, 0.11873382568359375, 0.11884339141845703, 0.11875328063964843, 0.118793212890625, 0.11881267547607421, 0.11897344207763672, 0.11890380859375, 0.11877171325683594, 0.11874201965332032, 0.11877273559570313, 0.1187430419921875, 0.11879424285888672, 0.11870105743408203, 0.11880345916748047, 0.11893043518066407, 0.11869900512695312, 0.1187215347290039, 0.11876761627197266, 0.11889459228515625, 0.1188362274169922, 0.11887820434570312, 0.11884441375732421, 0.11891609954833984, 0.11884748840332031, 0.11893657684326171, 0.11885465240478515, 0.11897548675537109, 0.11905126190185547, 0.11878195190429687, 0.11880652618408204, 0.25719192504882815, 0.11870310211181641, 0.11854438018798828, 0.11866419219970703, 0.11863346862792969, 0.1186723861694336, 0.11862937927246094, 0.11873587036132813, 0.11876454162597656, 0.1187440643310547, 0.11862322998046874, 0.11850956726074219, 0.11866419219970703, 0.11865395355224609, 0.11865395355224609, 0.11879424285888672, 0.11863142395019531, 0.11870003509521485, 0.11862220764160156, 0.11868876647949218, 0.11871437072753906, 0.1188505630493164, 0.11876351928710938, 0.1194629135131836, 0.11897138977050781, 0.11900518035888671, 0.11874508666992188, 0.11873075103759766, 0.11873792266845704, 0.11888025665283203, 0.11870822143554688, 0.11880960083007812, 0.11874201965332032, 0.11898470306396484, 0.11879424285888672, 0.11886386871337891, 0.11871231842041016, 0.11913625335693359, 0.11880038452148438, 0.11878399658203125, 0.11880754852294922, 0.11878707122802734, 0.11881983947753906, 0.11889561462402344, 0.11877069091796875, 0.11868876647949218, 0.11882803344726563, 0.11891609954833984, 0.11885260772705078, 0.11894374084472656, 0.1189375991821289, 0.11888435363769531, 0.11889766693115235, 0.11880242919921875, 0.11900109100341796, 0.11900825500488281, 0.11882393646240234, 0.11897548675537109, 0.11886489868164063, 0.11870822143554688, 0.11882803344726563, 0.11881574249267578, 0.1188106231689453, 0.257470458984375, 0.11861504364013672, 0.11862220764160156, 0.11870105743408203, 0.11876454162597656, 0.11863756561279297, 0.11868978881835937, 0.11875942230224609, 0.11868364715576171, 0.11868876647949218, 0.1187092514038086, 0.11873177337646484, 0.1186344985961914, 0.11864064025878907, 0.11893350219726563, 0.11897344207763672, 0.11875020599365234, 0.11871846771240234, 0.11872972869873047, 0.11889459228515625, 0.11897344207763672, 0.11886489868164063, 0.11876557159423828, 0.11885568237304688, 0.11884031677246094, 0.11881574249267578, 0.11884441375732421, 0.11887104034423829, 0.11884134674072265, 0.1187747802734375, 0.11868569946289062, 0.11880140686035157, 0.11876863861083985, 0.11873382568359375, 0.11895193481445313, 0.11897241973876953, 0.1189191665649414, 0.1187799072265625, 0.118761474609375, 0.11878912353515625, 0.11878195190429687, 0.11875020599365234, 0.11874918365478515, 0.11920793914794922, 0.11907071685791015, 0.11895398712158203, 0.11883929443359376, 0.11883929443359376, 0.11869593811035156, 0.11901747131347656, 0.11879936218261719, 0.11887411499023437, 0.11884646606445312, 0.11897856140136719, 0.11885670471191406, 0.11900415802001953, 0.11876557159423828, 0.11950182342529297, 0.11893555450439453, 0.118761474609375, 0.11876966094970703, 0.11880242919921875, 0.11889459228515625]",tokens/s,8.278574310399858,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4391.641088,7072.120832,0.0,6425.673728,6087.729664,s,10,3.470433990478516,0.34704339904785153,0.00036263695887071135,0.34707257080078124,0.3474692321777344,0.34748321228027346,0.3474943963623047,"[0.34719256591796877, 0.34713192749023436, 0.3474971923828125, 0.3470121154785156, 0.34746612548828126, 0.346599853515625, 0.3463722229003906, 0.3470132141113281, 0.3474274597167969, 0.3467213134765625]",tokens/s,737.6599027740097,kWh,4.091427592253777e-06,2.241912116438345e-06,2.039812934531034e-05,2.6731469054002462e-05,tokens/kWh,9576727.69434531,MB,4391.641088,7072.120832,0.0,6425.673728,6237.472768,s,10,189.621529296875,18.962152929687498,0.0012617638131704743,18.961942382812502,18.964124218749998,18.9642876953125,18.9644184765625,"[18.964451171875, 18.964087890625, 18.96047265625, 18.9615390625, 18.961900390625, 18.961974609375, 18.960349609375, 18.962154296875, 18.96191015625, 18.962689453125]",tokens/s,3.322407546949272,kWh,0.0002238646894681956,0.00012269659606918519,0.0010982872656022905,0.001444848551139671,tokens/kWh,43603.18591890251,,s,629,192.44389450073223,0.3059521375210372,0.04123799769761971,0.30096282958984377,0.30116821899414065,0.3013156921386719,0.6478264453125,"[0.3013519287109375, 0.3009177551269531, 0.300916748046875, 0.30101809692382814, 0.300832763671875, 0.3008307189941406, 0.30082968139648436, 0.30086862182617186, 0.30088497924804686, 0.30093414306640626, 0.300943359375, 0.30098739624023435, 0.3009577026367187, 0.3007969360351562, 0.300916748046875, 0.30083380126953124, 0.30095361328125, 0.3013048400878906, 0.3009577026367187, 0.3018680419921875, 0.30086553955078127, 0.3014184875488281, 0.30082354736328126, 0.3009556579589844, 0.3008143310546875, 0.30091262817382813, 0.30102426147460937, 0.300864501953125, 0.3008614501953125, 0.30087783813476565, 0.30101605224609373, 0.3009986572265625, 0.30101605224609373, 0.30105908203125, 0.3009300537109375, 0.3008122863769531, 0.300864501953125, 0.3008952331542969, 0.3009617919921875, 0.30100274658203124, 0.3008808898925781, 0.3010775146484375, 0.3010232238769531, 0.30097714233398437, 0.30092596435546876, 0.30108056640625, 0.3010058288574219, 0.30108773803710936, 0.30106317138671873, 0.3010109558105469, 0.3012249450683594, 0.30111846923828123, 0.3009853515625, 0.3010611267089844, 0.301043701171875, 0.30105703735351563, 0.30163250732421876, 0.30112051391601563, 0.3011522521972656, 0.3016212463378906, 0.30110516357421874, 0.30114508056640626, 0.6483937377929687, 0.300948486328125, 0.300843017578125, 0.30088601684570315, 0.3008030700683594, 0.3008808898925781, 0.3007744140625, 0.30095257568359374, 0.3008194580078125, 0.30089215087890625, 0.3008225402832031, 0.30097409057617186, 0.30078567504882814, 0.30089010620117185, 0.3008542785644531, 0.3009013671875, 0.30084710693359373, 0.301201416015625, 0.30087066650390626, 0.30217010498046876, 0.30131201171875, 0.301043701171875, 0.3008594055175781, 0.3010201721191406, 0.30089932250976564, 0.3011307373046875, 0.30142874145507814, 0.30090240478515623, 0.3008450622558594, 0.3009372253417969, 0.301053955078125, 0.30094027709960935, 0.30093414306640626, 0.30097509765625, 0.300969970703125, 0.3010682983398438, 0.3009136657714844, 0.30111849975585936, 0.30104879760742187, 0.3009085388183594, 0.30095361328125, 0.3010754699707031, 0.3010232238769531, 0.30115634155273435, 0.301048828125, 0.30099456787109374, 0.30108978271484377, 0.30098431396484376, 0.30099456787109374, 0.3009935302734375, 0.3009556579589844, 0.30100274658203124, 0.30105291748046875, 0.3010334777832031, 0.30098739624023435, 0.30101809692382814, 0.3011317749023438, 0.3011676025390625, 0.3011676025390625, 0.3010775146484375, 0.30120037841796876, 0.3012024230957031, 0.3010826110839844, 0.6487131958007812, 0.3009034118652344, 0.3008051147460937, 0.30084710693359373, 0.3008041076660156, 0.3010252685546875, 0.3010068359375, 0.30080615234375, 0.30081637573242187, 0.3009720458984375, 0.30084710693359373, 0.3008819274902344, 0.30085528564453123, 0.30102630615234377, 0.30081637573242187, 0.30100274658203124, 0.3009720458984375, 0.30094131469726565, 0.3008665466308594, 0.30089932250976564, 0.30096075439453124, 0.3010130004882812, 0.3009669189453125, 0.30092083740234377, 0.3010549621582031, 0.3008450622558594, 0.30082150268554686, 0.30088397216796875, 0.30092083740234377, 0.3009669189453125, 0.3009648742675781, 0.3008317565917969, 0.30089932250976564, 0.300916748046875, 0.30086553955078127, 0.30087167358398437, 0.30105191040039064, 0.30087371826171877, 0.3009833068847656, 0.30094027709960935, 0.30091262817382813, 0.30087371826171877, 0.30093927001953125, 0.30095257568359374, 0.3008112487792969, 0.30093414306640626, 0.3009003601074219, 0.3010682983398438, 0.30114202880859375, 0.3010621337890625, 0.30097509765625, 0.3012249450683594, 0.30119320678710937, 0.30104269409179685, 0.3010273132324219, 0.3010764770507813, 0.3013253173828125, 0.30098944091796875, 0.3009505310058594, 0.3010273132324219, 0.30113485717773436, 0.30100991821289064, 0.301085693359375, 0.6482606201171875, 0.30082763671875, 0.3006596984863281, 0.30076519775390625, 0.3008941955566406, 0.3009034118652344, 0.30088397216796875, 0.30088497924804686, 0.3007928466796875, 0.3009791870117188, 0.30087371826171877, 0.3010058288574219, 0.300837890625, 0.300832763671875, 0.3007979431152344, 0.3009075317382813, 0.3009791870117188, 0.3009781799316406, 0.30100787353515623, 0.3008092041015625, 0.3008092041015625, 0.30100173950195314, 0.3010693054199219, 0.30078155517578126, 0.30091262817382813, 0.30143386840820313, 0.30086349487304687, 0.30094131469726565, 0.30088397216796875, 0.3012044677734375, 0.30094949340820315, 0.3009515380859375, 0.3009710083007813, 0.30086349487304687, 0.30087783813476565, 0.30096792602539063, 0.30082867431640625, 0.3007774658203125, 0.3009228820800781, 0.3009361877441406, 0.30095257568359374, 0.301022216796875, 0.3008583679199219, 0.3010283508300781, 0.3008614501953125, 0.3009986572265625, 0.300906494140625, 0.3008829345703125, 0.30091262817382813, 0.30093209838867185, 0.3011409912109375, 0.30107955932617186, 0.3011727294921875, 0.30100479125976565, 0.3011399536132813, 0.3010744323730469, 0.3012085876464844, 0.3010191345214844, 0.30129049682617187, 0.301085693359375, 0.3013078918457031, 0.3010826110839844, 0.3017994384765625, 0.6486630249023437, 0.3010211791992187, 0.30087884521484376, 0.30091058349609373, 0.3007702941894531, 0.30091058349609373, 0.3009361877441406, 0.3008594055175781, 0.30071295166015627, 0.3007702941894531, 0.30093310546875, 0.30091058349609373, 0.30112051391601563, 0.30088909912109374, 0.30091262817382813, 0.30082867431640625, 0.3007877197265625, 0.30080206298828127, 0.3009003601074219, 0.30089010620117185, 0.3008941955566406, 0.30098944091796875, 0.3008522338867187, 0.3009914855957031, 0.300980224609375, 0.3009935302734375, 0.3008727111816406, 0.301022216796875, 0.30112664794921873, 0.3011614685058594, 0.30103961181640626, 0.3013898315429687, 0.3008808898925781, 0.3011409912109375, 0.30105291748046875, 0.30084097290039064, 0.3009177551269531, 0.3010058288574219, 0.3010416564941406, 0.30084915161132814, 0.3009351806640625, 0.3009720458984375, 0.30118399047851563, 0.3009925231933594, 0.3010754699707031, 0.3009791870117188, 0.3009720458984375, 0.3009454040527344, 0.30099661254882815, 0.3008450622558594, 0.3009730529785156, 0.30094232177734376, 0.30108468627929685, 0.3011799011230469, 0.30119833374023436, 0.3010467834472656, 0.30112664794921873, 0.30111846923828123, 0.3011942443847656, 0.30094439697265624, 0.3010744323730469, 0.30110821533203125, 0.3010549621582031, 0.647710693359375, 0.30089215087890625, 0.30148709106445315, 0.3008798828125, 0.3008460693359375, 0.30087371826171877, 0.30083685302734375, 0.30097509765625, 0.3008450622558594, 0.3009054870605469, 0.3009034118652344, 0.3007958984375, 0.30084197998046874, 0.30098739624023435, 0.30089627075195313, 0.3008532409667969, 0.3008583679199219, 0.30103143310546876, 0.3008204650878906, 0.3008583679199219, 0.30073342895507815, 0.30096792602539063, 0.30084915161132814, 0.30096282958984377, 0.3009925231933594, 0.3010723876953125, 0.301048828125, 0.30091879272460936, 0.3008880615234375, 0.300938232421875, 0.30138162231445315, 0.30089215087890625, 0.3010467834472656, 0.3009833068847656, 0.3009781799316406, 0.30107955932617186, 0.3010068359375, 0.30103756713867186, 0.3010068359375, 0.3009075317382813, 0.30096282958984377, 0.30088397216796875, 0.30090444946289063, 0.30112255859375, 0.30106008911132814, 0.3009505310058594, 0.30098944091796875, 0.30096588134765623, 0.3009249267578125, 0.3010662536621094, 0.3010693054199219, 0.301048828125, 0.30112255859375, 0.30104574584960936, 0.30105908203125, 0.30105804443359374, 0.30102938842773436, 0.30105703735351563, 0.30114816284179685, 0.30117068481445314, 0.3009986572265625, 0.30118707275390627, 0.30095257568359374, 0.6475899047851562, 0.3006504821777344, 0.30081637573242187, 0.30087680053710936, 0.300832763671875, 0.3010130004882812, 0.30088397216796875, 0.30089010620117185, 0.30070272827148437, 0.3008245849609375, 0.3008481140136719, 0.3009157104492188, 0.3008194580078125, 0.3008511962890625, 0.30082867431640625, 0.300943359375, 0.3009003601074219, 0.30087167358398437, 0.30094131469726565, 0.3010191345214844, 0.30085528564453123, 0.3008194580078125, 0.3008583679199219, 0.30089932250976564, 0.3009669189453125, 0.30088497924804686, 0.30087167358398437, 0.30099456787109374, 0.30086862182617186, 0.30097613525390626, 0.3008460693359375, 0.30092901611328127, 0.30119015502929686, 0.3010211791992187, 0.3009669189453125, 0.3011881103515625, 0.30107135009765623, 0.3008675842285156, 0.3009300537109375, 0.3010682983398438, 0.30098226928710936, 0.30092697143554686, 0.300980224609375, 0.3010365295410156, 0.3010467834472656, 0.3009587097167969, 0.30095462036132814, 0.30087066650390626, 0.3008931884765625, 0.30107135009765623, 0.3009720458984375, 0.3011747741699219, 0.3010775146484375, 0.30096075439453124, 0.30100991821289064, 0.30142874145507814, 0.3010089111328125, 0.301149169921875, 0.30109286499023435, 0.3010150451660156, 0.30094949340820315, 0.3011328125, 0.30105087280273435, 0.6480947265625, 0.30105087280273435, 0.30081536865234376, 0.30084402465820315, 0.30087371826171877, 0.30089932250976564, 0.3007149963378906, 0.3009710083007813, 0.30084915161132814, 0.3008727111816406, 0.30086349487304687, 0.3009863586425781, 0.30092083740234377, 0.3009884033203125, 0.3008819274902344, 0.3009515380859375, 0.3008030700683594, 0.30091058349609373, 0.30095974731445313, 0.3008819274902344, 0.3007877197265625, 0.300801025390625, 0.3007969360351562, 0.3008583679199219, 0.3008051147460937, 0.30122598266601563, 0.30089627075195313, 0.30143487548828124, 0.3008941955566406, 0.3009986572265625, 0.3009720458984375, 0.3009095764160156, 0.3009003601074219, 0.30093927001953125, 0.3015710754394531, 0.3014727783203125, 0.3009863586425781, 0.3010191345214844, 0.3014932556152344, 0.30100173950195314, 0.30098431396484376, 0.30100787353515623, 0.30087884521484376, 0.3009791870117188, 0.30094131469726565, 0.3009310607910156, 0.3009566650390625, 0.3009515380859375, 0.30101708984375, 0.3010283508300781, 0.3010549621582031, 0.30110720825195314, 0.30097714233398437, 0.30104473876953125, 0.3009935302734375, 0.30106317138671873, 0.30097613525390626, 0.3011328125, 0.30112869262695313, 0.30098431396484376, 0.3012095947265625, 0.3009566650390625, 0.3009710083007813, 0.6486978759765625, 0.3007979431152344, 0.30077850341796875, 0.3009197998046875, 0.30080819702148437, 0.30105291748046875, 0.3008870544433594, 0.30121368408203125, 0.30089932250976564, 0.3009648742675781, 0.30091262817382813, 0.30089114379882814, 0.30089932250976564, 0.3011532897949219, 0.30082763671875, 0.30103244018554687, 0.30082763671875, 0.3010089111328125, 0.30085733032226564, 0.3009505310058594, 0.30078872680664065, 0.3008481140136719, 0.30079998779296874, 0.3009710083007813, 0.30083480834960935, 0.300916748046875, 0.30084197998046874, 0.30077133178710935, 0.3008983154296875, 0.3009095764160156, 0.30087783813476565, 0.3009136657714844, 0.30099661254882815, 0.3010365295410156, 0.3008030700683594, 0.3009884033203125, 0.3008829345703125, 0.30091879272460936, 0.3009003601074219, 0.3010150451660156, 0.3009003601074219, 0.30108978271484377, 0.3013253173828125, 0.30143692016601564, 0.301095947265625, 0.3008501892089844, 0.30080715942382813, 0.300948486328125, 0.30103860473632815, 0.30102938842773436, 0.30119219970703126, 0.3011041259765625, 0.30107135009765623, 0.30119427490234374, 0.3010805358886719, 0.301043701171875, 0.3010232238769531, 0.30117068481445314, 0.30114202880859375, 0.30098126220703125, 0.301338623046875, 0.30110003662109375, 0.30110208129882815, 0.6478714599609375, 0.30093927001953125, 0.30088601684570315, 0.3008245849609375, 0.30073037719726564, 0.3008522338867187, 0.3008317565917969, 0.300837890625, 0.3008460693359375, 0.300990478515625, 0.3008808898925781, 0.3011532897949219, 0.30094439697265624, 0.3009986572265625, 0.3008819274902344, 0.3007958984375, 0.30084710693359373, 0.30094439697265624, 0.30082763671875, 0.30103448486328127, 0.3009034118652344, 0.30083685302734375, 0.3009238891601563, 0.30096075439453124, 0.30078054809570315, 0.30079998779296874, 0.30095974731445313, 0.30081637573242187, 0.3008819274902344, 0.301022216796875, 0.30082354736328126, 0.30072216796875, 0.3010549621582031, 0.3008092041015625, 0.3008563232421875, 0.3009238891601563, 0.30092697143554686, 0.30106521606445313, 0.3009157104492188, 0.3011246032714844, 0.30131814575195315, 0.3010744323730469, 0.3009587097167969, 0.30103756713867186, 0.3010621337890625, 0.30100479125976565, 0.3010150451660156, 0.3009925231933594, 0.301154296875, 0.3009914855957031, 0.30106521606445313, 0.301022216796875, 0.3008870544433594, 0.3026606140136719, 0.30111233520507813, 0.3010662536621094, 0.3010641784667969, 0.3011881103515625, 0.3010211791992187, 0.3010744323730469, 0.30122085571289064, 0.30116555786132815, 0.30126080322265625]",tokens/s,3.268485090846081,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3795.357696,12218.53184,0.0,11572.084736,11067.830272,s,10,6.234465332031249,0.6234465332031249,0.0011667041464586917,0.6232027282714844,0.6253768981933594,0.625566439819336,0.6257180731201172,"[0.6226004638671875, 0.6222542114257813, 0.6232391967773437, 0.623166259765625, 0.6233660888671875, 0.6223416748046875, 0.6239478149414063, 0.6253347778320313, 0.6224588623046875, 0.6257559814453125]",tokens/s,410.6206167908752,kWh,7.353611952728696e-06,4.02782798238845e-06,3.7291516761295274e-05,4.8672956696412416e-05,tokens/kWh,5259594.184851918,MB,3795.357696,12218.53184,0.0,11572.084736,11417.44384,s,10,338.14688671875,33.814688671875,0.0027511322742247617,33.81445507812499,33.8190125,33.81903359375,33.81905046875,"[33.81187109375, 33.81071484375, 33.81468359375, 33.81666796875, 33.8190078125, 33.81549609375, 33.8142265625, 33.81312109375, 33.81204296875, 33.8190546875]",tokens/s,1.8630956686110072,kWh,0.0003991094106601344,0.0002187483328165057,0.0020376665043149054,0.0026555242477915453,tokens/kWh,23724.129068824608,,s,629,343.2188040161128,0.545657876019258,0.07414178797894995,0.5366917114257812,0.5370091552734375,0.5371922607421875,1.160021455078125,"[0.536268798828125, 0.536416259765625, 0.5361817626953125, 0.53650634765625, 0.5363783569335937, 0.536605712890625, 0.5364070434570313, 0.5363302612304688, 0.5370050659179687, 0.5370162963867188, 0.5365391235351562, 0.5365565185546874, 0.536263671875, 0.5363538208007812, 0.5365155639648438, 0.5366026000976563, 0.5366119384765625, 0.5366383666992187, 0.5364675903320313, 0.5366802978515625, 0.5361489868164062, 0.5364859008789062, 0.5364561767578125, 0.5363886108398438, 0.5365628051757813, 0.5368226318359375, 0.5366210327148437, 0.5369077758789063, 0.5364451293945313, 0.5365061645507813, 0.536537109375, 0.536437744140625, 0.5368627319335938, 0.5369989624023438, 0.5366015625, 0.5368186645507812, 0.5365995483398438, 0.5364951171875, 0.5367562255859375, 0.5366333618164062, 0.5367890014648438, 0.536732666015625, 0.5364613037109375, 0.5372088623046875, 0.5369661254882813, 0.5367654418945312, 0.5368033447265625, 0.5367285766601563, 0.5371187133789063, 0.5368319702148437, 0.537059326171875, 0.5370091552734375, 0.5366466674804687, 0.5370921020507813, 0.5371054077148437, 0.5367930908203125, 0.5367982177734375, 0.53711767578125, 0.5368719482421875, 0.5372344360351563, 0.536838134765625, 0.5371309814453125, 1.159708740234375, 0.536503173828125, 0.5365719604492187, 0.536375244140625, 0.5363978271484375, 0.5361716918945313, 0.5361069946289062, 0.5366055908203125, 0.5364716796875, 0.5364273681640624, 0.5369825439453125, 0.5363927612304688, 0.53659130859375, 0.5362728881835938, 0.5362933959960937, 0.5362830810546875, 0.5362831420898437, 0.5366026000976563, 0.5364971313476562, 0.5364786987304687, 0.536922119140625, 0.5365360717773437, 0.5366220703125, 0.5366651000976562, 0.5368442993164062, 0.5367357177734375, 0.5367920532226562, 0.536838134765625, 0.5368319702148437, 0.5365473022460937, 0.5367337036132812, 0.536406982421875, 0.5364992065429688, 0.5366179809570313, 0.5369395141601563, 0.5365975341796875, 0.53682275390625, 0.5365278930664062, 0.5368258666992187, 0.536975341796875, 0.5366835327148437, 0.5363896484375, 0.5366578979492187, 0.5366681518554688, 0.5369845581054687, 0.5370101928710938, 0.5370941162109375, 0.536943603515625, 0.5368822021484375, 0.5368893432617188, 0.5369763793945312, 0.5368657836914063, 0.5368084716796875, 0.5364664306640625, 0.5365841674804688, 0.5367623901367188, 0.5364500732421875, 0.5368914184570313, 0.5370224609375, 0.5369886474609376, 0.5368145751953125, 0.5365597534179688, 0.5372691040039063, 1.1608975830078125, 0.536363037109375, 0.5366753540039062, 0.5366445922851563, 0.5366610107421875, 0.5362329711914062, 0.5363988647460938, 0.5366210327148437, 0.5362914428710938, 0.5362881469726563, 0.5366138916015625, 0.536642578125, 0.5367521362304688, 0.536405029296875, 0.5363701171875, 0.5363046264648438, 0.5363896484375, 0.5365514526367188, 0.5365791015625, 0.5364930419921875, 0.5366876220703125, 0.5365465087890625, 0.5365338134765625, 0.5384417114257812, 0.5367756958007812, 0.5367522583007812, 0.5367335815429688, 0.5367388305664063, 0.5368147583007813, 0.5365973510742188, 0.5368114624023438, 0.536647705078125, 0.5363916625976562, 0.536416259765625, 0.5368966064453125, 0.5363690795898437, 0.5369364624023437, 0.5368033447265625, 0.5367030029296875, 0.5369077758789063, 0.5364961547851562, 0.5366641235351562, 0.5365564575195313, 0.5366128540039062, 0.53682275390625, 0.5365524291992188, 0.5367684936523438, 0.5390069580078125, 0.536880126953125, 0.5369497680664063, 0.5371279296875, 0.5367798461914063, 0.5367919921875, 0.5367060546875, 0.5369970092773437, 0.5368800048828125, 0.5368514404296875, 0.5365309448242187, 0.5370296020507812, 0.5369180297851562, 0.5369313354492188, 0.5367920532226562, 0.5367869262695313, 1.16037841796875, 0.5360281982421875, 0.5366240844726563, 0.5365892944335937, 0.5366784057617188, 0.536453125, 0.5364511108398438, 0.5364468994140625, 0.5364244384765625, 0.5367675170898437, 0.5368299560546875, 0.5366138916015625, 0.5379829711914063, 0.536542236328125, 0.5363077392578125, 0.5365411987304688, 0.5365985107421875, 0.5364449462890625, 0.5366077270507813, 0.5366384887695312, 0.536754150390625, 0.5363671264648437, 0.5365606689453125, 0.5367152709960937, 0.5366630249023437, 0.5364838256835938, 0.5369579467773438, 0.5367705688476563, 0.5369159545898438, 0.536595458984375, 0.5367880859375, 0.536471435546875, 0.5364705200195312, 0.536669189453125, 0.536922119140625, 0.5365258178710938, 0.5367869262695313, 0.536537109375, 0.5366671142578125, 0.5364777221679687, 0.5368422241210937, 0.5369210815429688, 0.5368167724609375, 0.5369526977539063, 0.5396715698242187, 0.536806396484375, 0.536835205078125, 0.5367693481445313, 0.5366917114257812, 0.53694873046875, 0.537027587890625, 0.5367817993164062, 0.53680126953125, 0.5365841674804688, 0.536753173828125, 0.5369948120117187, 0.5367490844726562, 0.5368289184570313, 0.5369794311523437, 0.5370255126953125, 0.5370091552734375, 0.5367982177734375, 0.5371740112304687, 1.1609876708984375, 0.5365708618164062, 0.536427490234375, 0.536718505859375, 0.5366312255859375, 0.5363260498046875, 0.536363037109375, 0.5364920043945313, 0.5364942016601563, 0.5366301879882812, 0.5365565185546874, 0.5364653930664063, 0.5366220703125, 0.5364653930664063, 0.536627197265625, 0.5366210327148437, 0.5364736328125, 0.5384837036132812, 0.5369508056640625, 0.5364777221679687, 0.5367715454101563, 0.5365186767578125, 0.5366005859375, 0.5366406860351562, 0.5366311645507813, 0.5366251220703125, 0.5367030029296875, 0.5365155639648438, 0.5367060546875, 0.5364879150390625, 0.5367388305664063, 0.5367890014648438, 0.536573974609375, 0.5367859497070312, 0.536796142578125, 0.5367122802734375, 0.5366947021484375, 0.5366599731445313, 0.5370347290039063, 0.5368299560546875, 0.5365259399414063, 0.5367418212890624, 0.5367030029296875, 0.5368156127929687, 0.5368330078125, 0.5368750610351563, 0.5367715454101563, 0.5367347412109374, 0.5365238037109376, 0.537064453125, 0.5369343872070312, 0.5371566162109375, 0.5368176879882812, 0.5365770263671875, 0.5368883056640625, 0.5368422241210937, 0.5368955078125, 0.540142578125, 0.5370194091796875, 0.5372876586914063, 0.5374689331054687, 0.5365238037109376, 0.537027587890625, 1.159690185546875, 0.5363466186523438, 0.5363271484375, 0.5365350341796875, 0.5366641845703125, 0.5370520629882812, 0.5363240966796875, 0.5364080810546875, 0.5363251342773437, 0.5364840087890625, 0.5363218383789062, 0.5364306030273438, 0.536953857421875, 0.5366046752929687, 0.536416259765625, 0.536543212890625, 0.5364561767578125, 0.536479736328125, 0.5368780517578124, 0.5364561767578125, 0.5368514404296875, 0.5364920043945313, 0.5369375, 0.536342529296875, 0.536748046875, 0.53661083984375, 0.53673779296875, 0.536374267578125, 0.536774658203125, 0.5364920043945313, 0.5367306518554688, 0.5364859008789062, 0.5363773193359375, 0.5364818115234375, 0.5370050659179687, 0.5364777221679687, 0.5368688354492187, 0.5366845703125, 0.5395108032226562, 0.5367357177734375, 0.5367408447265625, 0.5366814575195312, 0.5371934814453125, 0.5369384765625, 0.5369580078125, 0.5366650390625, 0.53667431640625, 0.5365401611328126, 0.5368760375976562, 0.5367367553710938, 0.5370214233398437, 0.53730712890625, 0.537143310546875, 0.5366456298828125, 0.536826904296875, 0.537006103515625, 0.5367244873046875, 0.5367716064453125, 0.5368883056640625, 0.53682275390625, 0.53730712890625, 0.5370675048828125, 0.5368862915039062, 1.161443359375, 0.5362616577148438, 0.536349853515625, 0.536376220703125, 0.5365463256835937, 0.5363660888671875, 0.5365545043945312, 0.5364889526367187, 0.5365575561523438, 0.5364715576171875, 0.5367859497070312, 0.5366619873046875, 0.5365166015625, 0.5364408569335938, 0.5365964965820312, 0.5365944213867188, 0.536531982421875, 0.53650634765625, 0.5366712036132812, 0.5365043334960937, 0.5368606567382812, 0.5365535278320313, 0.5366087036132813, 0.5386055908203125, 0.5367982177734375, 0.5365557250976563, 0.5367161254882813, 0.5367193603515625, 0.5369088134765625, 0.5365678100585938, 0.5367337036132812, 0.5364285278320312, 0.5363775024414063, 0.53665576171875, 0.537206787109375, 0.5366611328125, 0.5368328857421875, 0.536574951171875, 0.5365678100585938, 0.5366077270507813, 0.5367633666992188, 0.536995849609375, 0.5367756958007812, 0.5366947631835938, 0.5368463134765625, 0.5367992553710937, 0.5368995971679688, 0.5368678588867187, 0.5365391235351562, 0.536580078125, 0.5367091064453124, 0.5370736694335938, 0.5369896850585938, 0.536805419921875, 0.5369579467773438, 0.5369835815429688, 0.536680419921875, 0.5366988525390625, 0.5369651489257813, 0.536943603515625, 0.5371996459960937, 0.5367551879882813, 0.5369661254882813, 1.162745849609375, 0.5362708740234375, 0.5363834838867187, 0.5364562377929688, 0.5364417724609375, 0.536479736328125, 0.5363292236328125, 0.5367736206054687, 0.5367203979492188, 0.536614990234375, 0.5369271850585937, 0.5364951171875, 0.5365043334960937, 0.536489013671875, 0.5368483276367187, 0.5365227661132812, 0.5381355590820313, 0.5368872680664063, 0.5366814575195312, 0.5366005859375, 0.5367203979492188, 0.5362821044921875, 0.5366384887695312, 0.5364992065429688, 0.5367194213867188, 0.536532958984375, 0.5367510986328125, 0.5365206909179687, 0.5368053588867188, 0.5364971313476562, 0.5368802490234375, 0.5366311645507813, 0.5366405029296875, 0.53650634765625, 0.5367459716796875, 0.5363846435546875, 0.536787841796875, 0.5366394653320312, 0.5367777709960937, 0.5366251220703125, 0.5364664306640625, 0.53665380859375, 0.5368494262695312, 0.5367286987304688, 0.5368513793945312, 0.53677978515625, 0.5368125610351563, 0.5365391235351562, 0.536722412109375, 0.5368238525390625, 0.5369435424804687, 0.5369886474609376, 0.53690673828125, 0.5365811157226562, 0.5366558837890625, 0.5369169921875, 0.5368668212890625, 0.5367684936523438, 0.5369886474609376, 0.5368699340820312, 0.5368206787109375, 0.5367470092773438, 0.537217041015625, 1.16014306640625, 0.5364652709960938, 0.5363783569335937, 0.5366661376953125, 0.5364889526367187, 0.536384521484375, 0.5363414916992187, 0.5363232421875, 0.5366680297851563, 0.5366896362304687, 0.5369098510742187, 0.5363722534179688, 0.5365555419921875, 0.5363466186523438, 0.5363897094726563, 0.5365328979492188, 0.5362452392578125, 0.5376430053710938, 0.5367163696289062, 0.5365831298828125, 0.5369047241210938, 0.53650634765625, 0.5365288696289062, 0.5367562255859375, 0.5365145874023437, 0.5365616455078125, 0.5366753540039062, 0.5366220703125, 0.536838134765625, 0.5364889526367187, 0.53663232421875, 0.5366497192382812, 0.5365708618164062, 0.5365493774414063, 0.5367756958007812, 0.536573974609375, 0.53692724609375, 0.5369948120117187, 0.53679931640625, 0.5366148681640625, 0.5362994995117187, 0.5366312866210937, 0.5371904296875, 0.537079833984375, 0.5367306518554688, 0.5366355590820312, 0.5366364135742188, 0.536524658203125, 0.5369190673828125, 0.5366282348632813, 0.536891357421875, 0.5368237915039062, 0.5368524780273437, 0.5363599243164062, 0.5368145751953125, 0.5368934326171875, 0.5366077270507813, 0.536754150390625, 0.5368770751953125, 0.5373317260742188, 0.537185302734375, 0.5367756958007812, 0.5369098510742187, 1.1631954345703126, 0.5365299072265625, 0.5365176391601563, 0.536395751953125, 0.5365883178710937, 0.536328369140625, 0.5365922241210938, 0.5364613037109375, 0.5367490844726562, 0.5368125610351563, 0.5369968872070312, 0.5368002319335937, 0.5365452880859375, 0.5365104370117187, 0.5364490356445313, 0.536690673828125, 0.5364786987304687, 0.5366241455078125, 0.5367756958007812, 0.5364193115234375, 0.536932373046875, 0.5365360717773437, 0.5364357299804687, 0.536573974609375, 0.53671630859375, 0.53675537109375, 0.539023193359375, 0.5369497680664063, 0.5371453247070312, 0.5367408447265625, 0.5366947631835938, 0.5363937377929687, 0.5366435546875, 0.5367296142578125, 0.5368309936523438, 0.5368720703125, 0.5367017822265625, 0.5366456298828125, 0.5367869262695313, 0.5365759887695313, 0.5365575561523438, 0.5369077758789063, 0.5369517822265625, 0.5368923950195312, 0.5367941284179687, 0.5367357788085938, 0.536870849609375, 0.536732666015625, 0.5365811157226562, 0.5366159057617188, 0.5367859497070312, 0.5371268920898438, 0.536848388671875, 0.5366016235351563, 0.5368739624023438, 0.5367337036132812, 0.5369057006835938, 0.5370021362304688, 0.5368277587890625, 0.5367838745117187, 0.5369978637695313, 0.5367705688476563, 0.5367941284179687]",tokens/s,1.832650171377178,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.0,,,,MB,4452.151296,23096.459264,0.0,22450.01216,21127.156736,s,10,14.778309326171874,1.4778309326171875,0.002844637726464893,1.4770551147460937,1.4818196166992188,1.482644854736328,1.4833050451660155,"[1.475892822265625, 1.4834700927734374, 1.474785888671875, 1.477040771484375, 1.4770904541015626, 1.475764892578125, 1.4770694580078125, 1.48057080078125, 1.4749879150390626, 1.48163623046875]",tokens/s,173.2268518338785,kWh,1.7427886426448822e-05,9.550359965069218e-06,8.700845849560074e-05,0.00011398670488711878,tokens/kWh,2245875.957669951,MB,4452.151296,23096.459264,0.0,22450.01216,21326.312448,s,10,819.7820859375,81.97820859375,0.002407439463518449,81.9781171875,81.980646875,81.9811671875,81.9815834375,"[81.972390625, 81.9779765625, 81.9774140625, 81.9803828125, 81.9816875, 81.98053125, 81.978328125, 81.978234375, 81.977140625, 81.978]",tokens/s,0.768496910102072,kWh,0.0009677327676614126,0.0005304024149160796,0.004763559699733598,0.0062616948823110904,tokens/kWh,10061.173721187084,,s,629,831.7837823486333,1.3223907509517214,0.17555286511884277,1.3011885986328124,1.3015693115234375,1.301746240234375,2.7772527734375,"[1.300822021484375, 1.3010504150390625, 1.3006878662109376, 1.3009193115234374, 1.300852783203125, 1.3007083740234375, 1.300890625, 1.3009818115234375, 1.3013719482421875, 1.301095458984375, 1.30094384765625, 1.300960205078125, 1.300822021484375, 1.3010032958984374, 1.3008292236328125, 1.301022705078125, 1.30098583984375, 1.3008035888671876, 1.300884521484375, 1.3009510498046875, 1.3010299072265625, 1.300854736328125, 1.30085888671875, 1.3009500732421875, 1.301064697265625, 1.3010103759765625, 1.3010616455078126, 1.3010135498046875, 1.3014302978515624, 1.301043212890625, 1.3013944091796874, 1.301031982421875, 1.30102880859375, 1.3011414794921874, 1.3011148681640625, 1.3013052978515625, 1.3012633056640626, 1.300990966796875, 1.3013411865234374, 1.3011435546875, 1.301085205078125, 1.3012828369140625, 1.30115380859375, 1.3012100830078126, 1.301539794921875, 1.3009417724609376, 1.30134326171875, 1.30136376953125, 1.3012735595703124, 1.3014476318359376, 1.30120703125, 1.3012510986328125, 1.301275634765625, 1.301790771484375, 1.301464111328125, 1.301559326171875, 1.3012930908203124, 1.301392333984375, 1.3017528076171876, 1.301739501953125, 1.3015418701171875, 1.3016575927734375, 2.78485498046875, 1.3009449462890625, 1.3009193115234374, 1.300854736328125, 1.3010831298828125, 1.3009571533203126, 1.3006561279296875, 1.30105859375, 1.30066845703125, 1.30090185546875, 1.301159912109375, 1.3010616455078126, 1.3007667236328124, 1.3009202880859374, 1.30094384765625, 1.3010924072265626, 1.3009111328125, 1.3008302001953125, 1.3007933349609375, 1.3008231201171876, 1.300792236328125, 1.30094287109375, 1.3009132080078125, 1.3007872314453126, 1.300869140625, 1.301265380859375, 1.301338134765625, 1.3013125, 1.3009449462890625, 1.3013892822265625, 1.301149658203125, 1.301179443359375, 1.3008507080078124, 1.3010882568359374, 1.3011435546875, 1.30109130859375, 1.3014149169921876, 1.3013524169921875, 1.3011650390625, 1.301243896484375, 1.3009940185546875, 1.3012838134765625, 1.30125927734375, 1.3011956787109376, 1.301185546875, 1.3012100830078126, 1.305965576171875, 1.301560302734375, 1.3015213623046875, 1.301106689453125, 1.301453857421875, 1.3012919921875, 1.30157373046875, 1.3013677978515625, 1.30126025390625, 1.301613525390625, 1.3015521240234376, 1.3012254638671874, 1.3012889404296875, 1.3014825439453126, 1.3016053466796875, 1.3014722900390625, 1.3013760986328125, 2.77735107421875, 1.3009735107421876, 1.30064697265625, 1.3013421630859374, 1.30083740234375, 1.301045166015625, 1.300828125, 1.3011466064453125, 1.301400634765625, 1.30100537109375, 1.3010565185546874, 1.3010677490234375, 1.30094189453125, 1.3008045654296876, 1.3009930419921876, 1.3008035888671876, 1.300801513671875, 1.3008486328125, 1.3011456298828126, 1.301022705078125, 1.3008670654296874, 1.3008240966796876, 1.300938720703125, 1.302640625, 1.301123046875, 1.30109033203125, 1.3013104248046874, 1.3011885986328124, 1.3009039306640624, 1.301233642578125, 1.301264404296875, 1.30111083984375, 1.30073291015625, 1.300885498046875, 1.3011629638671875, 1.30117431640625, 1.301117919921875, 1.30120703125, 1.3010369873046874, 1.301097412109375, 1.3010616455078126, 1.301327880859375, 1.301392333984375, 1.3012347412109375, 1.301086181640625, 1.30132373046875, 1.301501953125, 1.3046763916015625, 1.3015050048828125, 1.3013463134765626, 1.301180419921875, 1.3013299560546876, 1.30142822265625, 1.3012838134765625, 1.301411865234375, 1.3012796630859376, 1.30123779296875, 1.3011865234375, 1.3015889892578125, 1.3016463623046874, 1.301685302734375, 1.3012254638671874, 1.3016566162109375, 2.77823583984375, 1.3008087158203125, 1.300806640625, 1.300705322265625, 1.300895751953125, 1.3008486328125, 1.3007196044921876, 1.3008138427734375, 1.30092236328125, 1.30109130859375, 1.30102880859375, 1.301179443359375, 1.3025577392578125, 1.300739013671875, 1.3011138916015625, 1.3007125244140625, 1.3010902099609376, 1.3011680908203125, 1.30092236328125, 1.30100537109375, 1.30085791015625, 1.3009244384765626, 1.3010513916015625, 1.3012060546875, 1.3015111083984374, 1.3011845703125, 1.3014527587890625, 1.3011876220703125, 1.3009970703125, 1.301359619140625, 1.301328857421875, 1.3012828369140625, 1.3009879150390624, 1.3010247802734376, 1.3012315673828125, 1.3011578369140624, 1.3013094482421874, 1.301169189453125, 1.3012294921875, 1.3012900390625, 1.30115576171875, 1.3013001708984375, 1.3011610107421876, 1.3011527099609375, 1.3055078125, 1.301476318359375, 1.301550048828125, 1.301517333984375, 1.3014742431640625, 1.301307373046875, 1.3013104248046874, 1.30151318359375, 1.3015111083984374, 1.3015264892578124, 1.301401611328125, 1.3013001708984375, 1.301412841796875, 1.3013453369140624, 1.30142822265625, 1.3013995361328126, 1.3015460205078124, 1.3015255126953125, 1.3015162353515626, 2.778177490234375, 1.3006673583984374, 1.3006939697265625, 1.3005721435546875, 1.300969482421875, 1.3011199951171875, 1.3009674072265625, 1.3007032470703126, 1.300828125, 1.3008507080078124, 1.30096435546875, 1.3010933837890626, 1.3009632568359375, 1.3008660888671875, 1.3010718994140624, 1.3009879150390624, 1.3008035888671876, 1.3034691162109375, 1.301106689453125, 1.3009888916015624, 1.3008782958984375, 1.300886474609375, 1.300864990234375, 1.3010103759765625, 1.3011865234375, 1.30121826171875, 1.3011025390625, 1.301274658203125, 1.3012982177734376, 1.301698486328125, 1.30121826171875, 1.30121630859375, 1.3009090576171876, 1.3011865234375, 1.3013626708984376, 1.3011702880859375, 1.3012960205078126, 1.3011568603515624, 1.3010780029296876, 1.30134326171875, 1.3010616455078126, 1.301508056640625, 1.301390380859375, 1.3011937255859376, 1.3011947021484376, 1.3012296142578126, 1.30364306640625, 1.3014825439453126, 1.3015194091796876, 1.3015162353515626, 1.30155517578125, 1.3015408935546875, 1.301759033203125, 1.3015325927734376, 1.301400634765625, 1.30146923828125, 1.3016771240234375, 1.302951904296875, 1.3014722900390625, 1.3016279296875, 1.3017149658203124, 1.30164013671875, 1.3015224609375, 2.777, 1.300744140625, 1.3008824462890625, 1.3008138427734375, 1.30077587890625, 1.300842529296875, 1.3009520263671874, 1.300822021484375, 1.300927490234375, 1.300853759765625, 1.3014415283203125, 1.30151318359375, 1.301054443359375, 1.30077392578125, 1.3008404541015626, 1.30100634765625, 1.300842529296875, 1.3009100341796875, 1.3009715576171874, 1.30084765625, 1.300958251953125, 1.301233642578125, 1.300926513671875, 1.30098583984375, 1.3013001708984375, 1.30106884765625, 1.3011629638671875, 1.30113330078125, 1.3013309326171876, 1.301391357421875, 1.3012142333984376, 1.3012305908203126, 1.3008731689453126, 1.30104931640625, 1.3010360107421874, 1.3010892333984374, 1.3012510986328125, 1.3012296142578126, 1.3063526611328125, 1.30175390625, 1.3011732177734374, 1.3014620361328124, 1.3012991943359375, 1.3011446533203126, 1.3012264404296876, 1.3013299560546876, 1.3011824951171875, 1.3014456787109374, 1.301423095703125, 1.3016361083984376, 1.3015059814453125, 1.3015654296875, 1.301544921875, 1.3015479736328126, 1.3013831787109376, 1.3015203857421875, 1.3013985595703126, 1.3014793701171874, 1.3015460205078124, 1.3014793701171874, 1.301443603515625, 1.301734375, 1.30144873046875, 2.7785615234375, 1.30075244140625, 1.3009122314453125, 1.3008167724609374, 1.301031982421875, 1.30087939453125, 1.300779052734375, 1.300885498046875, 1.3009141845703125, 1.300916259765625, 1.301181396484375, 1.301142578125, 1.3007769775390625, 1.300885498046875, 1.301053466796875, 1.3011456298828126, 1.3012919921875, 1.300869140625, 1.3009417724609376, 1.300789306640625, 1.3012828369140625, 1.30105859375, 1.3009039306640624, 1.3040076904296876, 1.3013463134765626, 1.3013043212890625, 1.3012510986328125, 1.3011947021484376, 1.3011260986328126, 1.3011292724609376, 1.301284912109375, 1.301201904296875, 1.3010257568359376, 1.30109130859375, 1.3013411865234374, 1.3011353759765625, 1.301443603515625, 1.3012100830078126, 1.301297119140625, 1.3013944091796874, 1.3011395263671874, 1.3012244873046874, 1.301298095703125, 1.3014425048828124, 1.301138427734375, 1.3012275390625, 1.30115380859375, 1.3014599609375, 1.3015889892578125, 1.30134423828125, 1.3014149169921876, 1.3012490234375, 1.301464111328125, 1.3014149169921876, 1.301423095703125, 1.3013770751953124, 1.30163818359375, 1.301612548828125, 1.301464111328125, 1.3013084716796874, 1.3015726318359375, 1.301353515625, 1.3015684814453126, 2.781832275390625, 1.3009500732421875, 1.3008240966796876, 1.301012451171875, 1.3007821044921875, 1.300885498046875, 1.30096533203125, 1.3008824462890625, 1.300654052734375, 1.3009407958984376, 1.30096533203125, 1.3009561767578126, 1.3009090576171876, 1.300969482421875, 1.3010032958984374, 1.3010606689453126, 1.302981689453125, 1.300937744140625, 1.3010401611328124, 1.301053466796875, 1.3011927490234374, 1.3010718994140624, 1.3009766845703126, 1.301338134765625, 1.3011220703125, 1.301360595703125, 1.3014200439453125, 1.300912109375, 1.3011947021484376, 1.3011998291015625, 1.3010667724609375, 1.301264404296875, 1.301211181640625, 1.3012418212890624, 1.3011978759765626, 1.301243896484375, 1.301326904296875, 1.3011978759765626, 1.3012919921875, 1.30178564453125, 1.301286865234375, 1.3013739013671874, 1.301255126953125, 1.301201904296875, 1.301149658203125, 1.3013360595703125, 1.301254150390625, 1.3011046142578124, 1.301750732421875, 1.3015357666015626, 1.3013370361328125, 1.30102783203125, 1.3013729248046875, 1.3013883056640625, 1.3013739013671874, 1.3012767333984374, 1.3015213623046875, 1.3013309326171876, 1.301485595703125, 1.3015357666015626, 1.30161669921875, 1.301986328125, 1.3019422607421876, 2.776386474609375, 1.30092333984375, 1.3011312255859375, 1.3009786376953125, 1.3007410888671875, 1.3013094482421874, 1.30077490234375, 1.3013145751953126, 1.300970458984375, 1.3008353271484374, 1.30104833984375, 1.301074951171875, 1.30100537109375, 1.30090185546875, 1.3010350341796875, 1.301117919921875, 1.3012049560546874, 1.3023876953125, 1.3011998291015625, 1.3009837646484375, 1.30115380859375, 1.3010882568359374, 1.3009541015625, 1.3010042724609374, 1.300970458984375, 1.301360595703125, 1.30148046875, 1.3013258056640624, 1.3009970703125, 1.301338134765625, 1.3016954345703124, 1.3015203857421875, 1.301044189453125, 1.300896728515625, 1.300960205078125, 1.3011158447265625, 1.3012940673828124, 1.3012305908203126, 1.3012520751953125, 1.301458984375, 1.3011732177734374, 1.301149658203125, 1.30106982421875, 1.3015736083984375, 1.3014671630859376, 1.301444580078125, 1.3010584716796876, 1.3011241455078124, 1.3014559326171875, 1.301276611328125, 1.301423095703125, 1.301200927734375, 1.3013197021484375, 1.3013463134765626, 1.3018009033203124, 1.301232666015625, 1.3012919921875, 1.301327880859375, 1.30130224609375, 1.30144970703125, 1.30157470703125, 1.3013277587890626, 1.3014681396484375, 2.7827333984375, 1.3007421875, 1.301612548828125, 1.3009346923828125, 1.300854736328125, 1.3016934814453125, 1.3010504150390625, 1.3013033447265625, 1.301171142578125, 1.30093359375, 1.301065673828125, 1.3010565185546874, 1.3010943603515626, 1.301022705078125, 1.3008394775390626, 1.300715576171875, 1.3006458740234375, 1.301086181640625, 1.3011661376953125, 1.300685791015625, 1.3008701171875, 1.300896728515625, 1.3009193115234374, 1.301139404296875, 1.301137451171875, 1.30161865234375, 1.304037353515625, 1.3010196533203124, 1.3008465576171875, 1.301222412109375, 1.3010892333984374, 1.3011671142578125, 1.301054443359375, 1.301139404296875, 1.3011466064453125, 1.3010994873046875, 1.3012991943359375, 1.3012049560546874, 1.3011732177734374, 1.301221435546875, 1.3011129150390626, 1.301234619140625, 1.3013052978515625, 1.30128076171875, 1.3011927490234374, 1.3010770263671876, 1.30121630859375, 1.301128173828125, 1.3016319580078124, 1.3016514892578126, 1.3016893310546875, 1.3012900390625, 1.3013134765625, 1.3013822021484376, 1.3013883056640625, 1.301622802734375, 1.30130126953125, 1.3013155517578125, 1.30153466796875, 1.301938232421875, 1.30155517578125, 1.3013995361328126, 1.3014169921875]",tokens/s,0.7562061359551271,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,0,0,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/0/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947798-0e27ecd27762259027335f94;20a59bce-d568-418b-9cfb-a790214c9e53) Repository Not Found for url: https://huggingface.co/0/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 0 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-125m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1252.757504,923.271168,0.0,276.824064,221.070848,s,10,0.2186687355041504,0.02186687355041504,0.001250916400749165,0.02145625591278076,0.022023866271972656,0.023818652915954586,0.025254482231140137,"[0.025613439559936522, 0.02144879913330078, 0.021386432647705077, 0.02149398422241211, 0.021476255416870118, 0.021359647750854492, 0.021378175735473633, 0.021423263549804686, 0.02146371269226074, 0.021625024795532227]",tokens/s,11707.206309570536,kWh,2.5635838659449237e-07,1.404279138013745e-07,5.56265207604686e-07,9.530515080005529e-07,tokens/kWh,268610875.541316,MB,1252.757504,923.271168,0.0,276.824064,242.38336,s,10,13.0665751953125,1.30665751953125,0.0262609862113034,1.2976937866210938,1.3140078857421875,1.349322119140625,1.377573505859375,"[1.3846363525390626, 1.293762939453125, 1.29631689453125, 1.2978114013671875, 1.302518310546875, 1.297576171875, 1.299317626953125, 1.3061602783203126, 1.2932352294921876, 1.295239990234375]",tokens/s,48.214623233944735,kWh,1.5841335387840763e-05,8.680926422376672e-06,3.0770176520203394e-05,5.529243833042082e-05,tokens/kWh,1139396.3062999635,,s,629,13.234465784072873,0.021040486143200123,0.0027021366626035735,0.020561920166015626,0.021090917587280274,0.022328319931030273,0.04242145309448242,"[0.023242752075195314, 0.022978559494018554, 0.023216127395629883, 0.021728256225585937, 0.02227609634399414, 0.021982208251953125, 0.021679103851318358, 0.02128486442565918, 0.02167500877380371, 0.02414489555358887, 0.02450227165222168, 0.023540735244750977, 0.02306355285644531, 0.023653375625610353, 0.023060480117797853, 0.023163904190063478, 0.02403023910522461, 0.02313520050048828, 0.02290380859375, 0.022996992111206056, 0.022766592025756836, 0.022813695907592774, 0.02304204750061035, 0.02249318313598633, 0.022312959671020507, 0.02226688003540039, 0.022164480209350586, 0.022289407730102538, 0.022160383224487306, 0.022168575286865236, 0.02223308753967285, 0.022338560104370117, 0.022204416275024414, 0.02213382339477539, 0.022255552291870116, 0.022162431716918944, 0.02239897537231445, 0.022441984176635742, 0.02234880065917969, 0.020775999069213867, 0.02058028793334961, 0.020695039749145508, 0.020529151916503906, 0.02046668815612793, 0.021187583923339845, 0.022338560104370117, 0.020694015502929687, 0.02049843215942383, 0.02069196891784668, 0.020485120773315428, 0.02060697555541992, 0.020568063735961914, 0.020392959594726562, 0.020539392471313478, 0.020485120773315428, 0.02064384078979492, 0.020553728103637696, 0.020525056838989256, 0.020534271240234374, 0.02058956718444824, 0.02087014389038086, 0.02067148780822754, 0.042489887237548825, 0.02053430366516113, 0.0206232967376709, 0.020575231552124023, 0.020535295486450195, 0.0206878719329834, 0.020593664169311524, 0.020530176162719727, 0.020584447860717774, 0.020536319732666015, 0.020551679611206054, 0.02069196891784668, 0.02062950325012207, 0.02060492706298828, 0.020594688415527345, 0.020602880477905275, 0.020567039489746093, 0.020600831985473633, 0.020560895919799805, 0.020493312835693358, 0.020563968658447264, 0.020485120773315428, 0.0204902400970459, 0.020620288848876952, 0.020557823181152343, 0.020495391845703124, 0.02051888084411621, 0.020427776336669923, 0.0202608642578125, 0.020364288330078126, 0.020299776077270508, 0.020521984100341797, 0.020535295486450195, 0.020510719299316405, 0.020353023529052734, 0.02057318305969238, 0.02050048065185547, 0.020557823181152343, 0.020505599975585938, 0.020539392471313478, 0.020512767791748047, 0.020601856231689454, 0.020538400650024415, 0.02051171112060547, 0.02050764846801758, 0.02051481628417969, 0.020541439056396483, 0.020520959854125977, 0.02050764846801758, 0.020496383666992187, 0.020496383666992187, 0.020590591430664062, 0.020517887115478514, 0.020625408172607423, 0.020518911361694335, 0.02049126434326172, 0.020518911361694335, 0.020594688415527345, 0.02050764846801758, 0.020351999282836913, 0.02037555122375488, 0.020494335174560546, 0.02064691162109375, 0.042352638244628905, 0.020494335174560546, 0.020503551483154296, 0.02063974380493164, 0.020539392471313478, 0.02052403259277344, 0.020561920166015626, 0.020761600494384767, 0.02068889617919922, 0.0208721923828125, 0.020967424392700194, 0.020716543197631835, 0.020562944412231447, 0.020682752609252928, 0.020610048294067384, 0.02059878349304199, 0.02062950325012207, 0.020531200408935548, 0.020674560546875, 0.020593664169311524, 0.020536319732666015, 0.020540416717529295, 0.020337663650512695, 0.0206376953125, 0.02059775924682617, 0.020510719299316405, 0.02053222465515137, 0.02062950325012207, 0.020717567443847656, 0.020404224395751954, 0.020495359420776366, 0.020584447860717774, 0.020616191864013672, 0.020570112228393556, 0.020521984100341797, 0.020533248901367186, 0.020523008346557618, 0.020590591430664062, 0.02050764846801758, 0.020562944412231447, 0.020509695053100584, 0.020625408172607423, 0.020527103424072265, 0.020494367599487303, 0.02051273536682129, 0.020579328536987306, 0.020549631118774413, 0.02053222465515137, 0.02048102378845215, 0.020518911361694335, 0.020322303771972656, 0.020533248901367186, 0.020410367965698242, 0.020560895919799805, 0.020486143112182616, 0.020587520599365236, 0.020567039489746093, 0.020531200408935548, 0.020552736282348633, 0.02054652786254883, 0.020722688674926756, 0.020563968658447264, 0.020551679611206054, 0.042552318572998044, 0.020709375381469726, 0.020546560287475587, 0.020601856231689454, 0.020523008346557618, 0.020569087982177735, 0.02048409652709961, 0.020641792297363282, 0.020539392471313478, 0.020744224548339844, 0.02050249671936035, 0.020703231811523438, 0.020577280044555665, 0.02069811248779297, 0.020571136474609376, 0.02062950325012207, 0.02062950325012207, 0.02064384078979492, 0.020580352783203124, 0.020594688415527345, 0.020528127670288086, 0.020545568466186524, 0.02054140853881836, 0.02062335968017578, 0.020397056579589845, 0.020380672454833985, 0.02050764846801758, 0.020599807739257812, 0.020564992904663085, 0.020497407913208008, 0.020572160720825194, 0.02057935905456543, 0.02091414451599121, 0.02101862335205078, 0.020585472106933594, 0.02066739273071289, 0.020513792037963868, 0.020563968658447264, 0.02063564872741699, 0.020547584533691408, 0.020536319732666015, 0.020591615676879883, 0.02062851142883301, 0.020594655990600588, 0.020576255798339844, 0.020628543853759767, 0.020568000793457032, 0.020570112228393556, 0.021001279830932616, 0.020595647811889647, 0.020566015243530272, 0.020588544845581053, 0.020571136474609376, 0.020582399368286132, 0.02065100860595703, 0.020513792037963868, 0.020549631118774413, 0.020580352783203124, 0.020611072540283205, 0.020583423614501953, 0.020381696701049806, 0.02044927978515625, 0.02059878349304199, 0.04248064041137695, 0.020577280044555665, 0.02065510368347168, 0.02061414337158203, 0.020553728103637696, 0.020611072540283205, 0.020556800842285155, 0.02046668815612793, 0.020591615676879883, 0.021213184356689452, 0.021947391510009767, 0.021411840438842773, 0.021089279174804687, 0.020612096786499022, 0.020584447860717774, 0.020591615676879883, 0.020405248641967775, 0.020489215850830078, 0.02067251205444336, 0.021012479782104493, 0.020358144760131838, 0.020561920166015626, 0.02050048065185547, 0.020580352783203124, 0.020579328536987306, 0.02066739273071289, 0.020556800842285155, 0.020529151916503906, 0.021124095916748048, 0.02055379295349121, 0.020545536041259766, 0.020809663772583007, 0.020587520599365236, 0.020545536041259766, 0.02060697555541992, 0.02087731170654297, 0.020470783233642577, 0.020610048294067384, 0.020619264602661135, 0.02062950325012207, 0.020578304290771485, 0.02047488021850586, 0.020858879089355468, 0.020595712661743162, 0.02063974380493164, 0.02050764846801758, 0.020478975296020507, 0.020806655883789063, 0.021513216018676756, 0.020787200927734374, 0.020588544845581053, 0.020602880477905275, 0.02066431999206543, 0.020719615936279297, 0.02061414337158203, 0.020509695053100584, 0.02023628807067871, 0.02044927978515625, 0.020331520080566406, 0.020452352523803712, 0.020840448379516603, 0.020552703857421875, 0.020767744064331056, 0.043447296142578126, 0.02059878349304199, 0.020603904724121092, 0.020523008346557618, 0.020747264862060546, 0.020539424896240235, 0.02051068878173828, 0.02050048065185547, 0.020538368225097657, 0.020745216369628908, 0.0206059513092041, 0.020575231552124023, 0.021097471237182617, 0.020747264862060546, 0.020771839141845702, 0.020595712661743162, 0.020606016159057616, 0.02056697654724121, 0.02046566390991211, 0.02066739273071289, 0.020583423614501953, 0.02050764846801758, 0.020566015243530272, 0.020515871047973634, 0.020701152801513672, 0.020546560287475587, 0.020494335174560546, 0.020369407653808593, 0.0206059513092041, 0.02062851142883301, 0.02028028869628906, 0.020420608520507814, 0.020525056838989256, 0.02056403160095215, 0.020686784744262696, 0.020556800842285155, 0.020468736648559572, 0.020571136474609376, 0.020611072540283205, 0.02065203285217285, 0.02048409652709961, 0.02049126434326172, 0.02085785675048828, 0.020570175170898437, 0.020587520599365236, 0.020465599060058594, 0.02060492706298828, 0.020534271240234374, 0.020523008346557618, 0.020501504898071288, 0.02047488021850586, 0.020641792297363282, 0.020533248901367186, 0.02065100860595703, 0.020568063735961914, 0.020550655364990233, 0.020247552871704103, 0.02027724838256836, 0.020558847427368163, 0.020603904724121092, 0.020521984100341797, 0.02083635139465332, 0.020580352783203124, 0.042395648956298826, 0.020556800842285155, 0.02047590446472168, 0.020356096267700196, 0.020523008346557618, 0.020510719299316405, 0.020341791152954102, 0.02055369567871094, 0.020486143112182616, 0.020486143112182616, 0.020486143112182616, 0.020566015243530272, 0.020582399368286132, 0.020536319732666015, 0.02146201515197754, 0.020786176681518553, 0.020455423355102538, 0.020503551483154296, 0.02048409652709961, 0.020644863128662108, 0.020470783233642577, 0.020447231292724608, 0.020805631637573242, 0.020953088760375976, 0.020516864776611327, 0.02041347122192383, 0.02047792053222656, 0.020509695053100584, 0.020539392471313478, 0.02085683250427246, 0.020497407913208008, 0.020527103424072265, 0.020557823181152343, 0.020508672714233397, 0.020575231552124023, 0.02048307228088379, 0.02091007995605469, 0.020774944305419922, 0.020592607498168946, 0.020666368484497072, 0.020610048294067384, 0.020616191864013672, 0.02069811248779297, 0.020561920166015626, 0.020557823181152343, 0.020783103942871094, 0.021014528274536134, 0.02146099281311035, 0.021011455535888672, 0.020527103424072265, 0.020526079177856444, 0.020627519607543946, 0.020879295349121092, 0.020744192123413087, 0.020495359420776366, 0.020609024047851563, 0.020487167358398437, 0.020555776596069338, 0.020533248901367186, 0.020497407913208008, 0.02048307228088379, 0.02059775924682617, 0.020574207305908202, 0.045780990600585936, 0.021638143539428712, 0.02102681541442871, 0.020553728103637696, 0.02049228858947754, 0.020720640182495118, 0.020853759765625, 0.022123519897460937, 0.020996095657348633, 0.020619264602661135, 0.020547584533691408, 0.020780031204223632, 0.02050662422180176, 0.02049126434326172, 0.020526144027709962, 0.02056083106994629, 0.021545984268188476, 0.02124799919128418, 0.02043084716796875, 0.020514848709106446, 0.02052092742919922, 0.022012928009033202, 0.02085478401184082, 0.02046156883239746, 0.020520959854125977, 0.020323328018188477, 0.02045644760131836, 0.020510719299316405, 0.020523008346557618, 0.02069196891784668, 0.02062950325012207, 0.020541439056396483, 0.020528127670288086, 0.02045849609375, 0.02049843215942383, 0.020503551483154296, 0.020410367965698242, 0.02046566390991211, 0.020601856231689454, 0.020535295486450195, 0.02045644760131836, 0.020550655364990233, 0.02044927978515625, 0.02102579116821289, 0.020771839141845702, 0.020747264862060546, 0.020593664169311524, 0.020584447860717774, 0.02064793586730957, 0.02061516761779785, 0.02047488021850586, 0.02050764846801758, 0.020477951049804686, 0.020580352783203124, 0.02051584053039551, 0.020676607131958007, 0.020502527236938475, 0.020486143112182616, 0.020540416717529295, 0.02058137512207031, 0.020513792037963868, 0.020727807998657227, 0.020579328536987306, 0.042431488037109374, 0.020518911361694335, 0.020339712142944336, 0.02053228759765625, 0.020612031936645507, 0.020486143112182616, 0.020549631118774413, 0.02045644760131836, 0.020229120254516602, 0.020518911361694335, 0.020516864776611327, 0.020511743545532226, 0.02033459281921387, 0.02058137512207031, 0.02086604881286621, 0.02064793586730957, 0.020518911361694335, 0.020547584533691408, 0.02048204803466797, 0.020517887115478514, 0.020511743545532226, 0.02050048065185547, 0.020535295486450195, 0.02062848091125488, 0.020544511795043945, 0.02044927978515625, 0.02051481628417969, 0.02046976089477539, 0.020519935607910156, 0.020634624481201173, 0.020563968658447264, 0.02050662422180176, 0.020558847427368163, 0.020495359420776366, 0.020512767791748047, 0.020600831985473633, 0.02048307228088379, 0.020540416717529295, 0.020595712661743162, 0.020552703857421875, 0.020435968399047853, 0.020527103424072265, 0.02070528030395508, 0.020520959854125977, 0.020529151916503906, 0.020473920822143554, 0.020646848678588868, 0.020419584274291993, 0.020462591171264647, 0.02042982482910156, 0.02060492706298828, 0.02048204803466797, 0.020488256454467772, 0.020568000793457032, 0.020580352783203124, 0.02041651153564453, 0.02043187141418457, 0.020575231552124023, 0.020538368225097657, 0.02044211196899414, 0.020553728103637696, 0.02045849609375, 0.020525056838989256, 0.04266294479370117, 0.020557792663574218, 0.020547584533691408, 0.020497407913208008, 0.020550655364990233, 0.020546560287475587, 0.02102681541442871, 0.020626432418823244, 0.02062233543395996, 0.020593664169311524, 0.02050662422180176, 0.020501504898071288, 0.020551679611206054, 0.020669439315795898, 0.020591615676879883, 0.020568063735961914, 0.02061516761779785, 0.020502527236938475, 0.020520959854125977, 0.020561920166015626, 0.020361215591430663, 0.020413440704345705, 0.020508672714233397, 0.020519935607910156, 0.020547584533691408, 0.02048102378845215, 0.02056399917602539, 0.02051171112060547, 0.020494335174560546, 0.020504575729370117, 0.02082713508605957, 0.02069606399536133, 0.020711423873901368, 0.020574207305908202, 0.020533248901367186, 0.020487167358398437, 0.020395008087158203, 0.020505599975585938, 0.020632575988769532, 0.020602880477905275, 0.02043801689147949, 0.02039193534851074, 0.020512800216674804, 0.020453407287597657, 0.020487104415893555, 0.020625408172607423, 0.020685823440551757, 0.020545536041259766, 0.020653055191040038, 0.020521984100341797, 0.020478975296020507, 0.020774911880493165, 0.020530176162719727, 0.020578304290771485, 0.020487199783325194, 0.020478944778442382, 0.02046156883239746, 0.020590591430664062, 0.020546560287475587, 0.02046463966369629, 0.020502527236938475, 0.02049228858947754, 0.02049843215942383]",tokens/s,47.52741895762616,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,2,2,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/2/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476e1-3ceb43ac7ddf90685f95386a;9a6493be-993d-4550-988e-9bd46147b1bc) Repository Not Found for url: https://huggingface.co/2/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 2 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-564M,facebook/xglm-564M,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1506.42688,1579.679744,0.0,933.23264,856.69632,s,10,0.43564921951293945,0.043564921951293946,0.0031757046407324095,0.04331248092651367,0.04437063980102539,0.0485523281097412,0.051897678756713875,"[0.052734016418457035, 0.04333430480957031, 0.04164771270751953, 0.043380638122558594, 0.0414692497253418, 0.04140153503417969, 0.04329619216918945, 0.04344137573242188, 0.04332876968383789, 0.04161542510986328]",tokens/s,5876.287355368403,kWh,4.969496102560134e-07,2.72305043992154e-07,1.379101243335609e-06,2.1483558975837764e-06,tokens/kWh,119160889.63095888,MB,1506.42688,1579.679744,0.0,933.23264,899.62496,s,10,24.820336181640624,2.4820336181640625,0.03505314468873128,2.4815734863281254,2.524392333984375,2.52884619140625,2.53240927734375,"[2.533300048828125, 2.512392822265625, 2.510242431640625, 2.523402587890625, 2.427984130859375, 2.441885986328125, 2.461017822265625, 2.4780390625, 2.48510791015625, 2.44696337890625]",tokens/s,25.382412042670286,kWh,2.9558689719627776e-05,1.6199240900285592e-05,7.306973609346903e-05,0.00011882766671338238,tokens/kWh,530179.5595461687,,s,629,25.16415895462036,0.04000661201052522,0.005123259677494279,0.03999129486083984,0.040338432312011716,0.04051681213378906,0.07998427032470704,"[0.04113715362548828, 0.041027584075927735, 0.041578495025634765, 0.04084121704101563, 0.04151398468017578, 0.041063423156738284, 0.04110131072998047, 0.0394700813293457, 0.039803905487060545, 0.03899084854125977, 0.03885260772705078, 0.04075110244750976, 0.04097536087036133, 0.04030361557006836, 0.04015513610839844, 0.04008652877807617, 0.0400261116027832, 0.04022272109985352, 0.04007628631591797, 0.040078399658203125, 0.04018272018432617, 0.040068096160888675, 0.040422401428222655, 0.04001484680175781, 0.04015411376953125, 0.04017356872558594, 0.04025958251953125, 0.04034048080444336, 0.04012134552001953, 0.04011212921142578, 0.04016537475585937, 0.040008705139160154, 0.040130561828613284, 0.04007731246948242, 0.04001484680175781, 0.04027699279785156, 0.03999129486083984, 0.04007731246948242, 0.040084480285644535, 0.0402503662109375, 0.04009983825683594, 0.04006399917602539, 0.04001279830932617, 0.040207359313964845, 0.04010092926025391, 0.04016838455200195, 0.04013158416748047, 0.040172542572021484, 0.040498241424560544, 0.04003936004638672, 0.040325119018554685, 0.04010291290283203, 0.040225791931152347, 0.04005376052856445, 0.04014796829223633, 0.039678016662597654, 0.04023392105102539, 0.04024422454833984, 0.03986227035522461, 0.04005376052856445, 0.040235008239746094, 0.04025446319580078, 0.08356147003173828, 0.04013158416748047, 0.040151039123535154, 0.04020537567138672, 0.04016428756713867, 0.03999334335327148, 0.040237056732177735, 0.0403394546508789, 0.04013260650634766, 0.04007219314575195, 0.04012236785888672, 0.04005785751342773, 0.03998822402954102, 0.040136703491210936, 0.040052734375, 0.040161312103271486, 0.03975164794921875, 0.040303680419921876, 0.04009260940551758, 0.04006707382202149, 0.04007628631591797, 0.04026265716552734, 0.04016128158569336, 0.040051712036132815, 0.040156158447265625, 0.04031795120239258, 0.04012748718261719, 0.04016230392456055, 0.03998617553710938, 0.04028518295288086, 0.04020633697509766, 0.04005068969726563, 0.0399288330078125, 0.040256511688232424, 0.039979007720947264, 0.04008550262451172, 0.04009164810180664, 0.04038860702514648, 0.040223743438720705, 0.04016844940185547, 0.04011724853515625, 0.04027699279785156, 0.04012441635131836, 0.04024729537963867, 0.040101886749267575, 0.04006399917602539, 0.04013158416748047, 0.04007526397705078, 0.039964672088623046, 0.04025958251953125, 0.04006707382202149, 0.040025089263916014, 0.04005068969726563, 0.03987968063354492, 0.03824639892578125, 0.038312961578369144, 0.03836006546020508, 0.038322208404541015, 0.03826992034912109, 0.03886899185180664, 0.03874611282348633, 0.0382751350402832, 0.038287296295166015, 0.08017305755615234, 0.03826483154296875, 0.038435840606689455, 0.03826073455810547, 0.03853107070922852, 0.04071014404296875, 0.03881062316894531, 0.03902771377563476, 0.040190975189208986, 0.04033331298828125, 0.04007526397705078, 0.04009471893310547, 0.0400711669921875, 0.04029747009277344, 0.03996364974975586, 0.040139774322509765, 0.04016128158569336, 0.04015206527709961, 0.04011315155029297, 0.040158206939697266, 0.039951358795166016, 0.04007526397705078, 0.04027699279785156, 0.03998720169067383, 0.04024729537963867, 0.03996672058105469, 0.0404398078918457, 0.040035327911376956, 0.040134654998779294, 0.04028108978271484, 0.03998822402954102, 0.039959552764892575, 0.040130561828613284, 0.04015411376953125, 0.04040499114990234, 0.04033433532714844, 0.04011929702758789, 0.040313854217529296, 0.04006614303588867, 0.039992225646972655, 0.04012543869018555, 0.04003942489624023, 0.04003635025024414, 0.04030976104736328, 0.04017561721801758, 0.03996364974975586, 0.04004048156738281, 0.04014076614379883, 0.040002559661865236, 0.04034969711303711, 0.04014284896850586, 0.04008345413208008, 0.04016844940185547, 0.03999948883056641, 0.039951358795166016, 0.03837644958496094, 0.03825766372680664, 0.03821158218383789, 0.038324222564697266, 0.039932926177978514, 0.040046592712402344, 0.04010291290283203, 0.04031283187866211, 0.08356454467773437, 0.040120319366455076, 0.040197120666503904, 0.04001484680175781, 0.04011520004272461, 0.0399738883972168, 0.04001587295532227, 0.040022014617919925, 0.040030208587646485, 0.03988684844970703, 0.040529918670654294, 0.04023910522460938, 0.039923713684082034, 0.0401797103881836, 0.04036505508422852, 0.040136703491210936, 0.039977985382080077, 0.04037222290039062, 0.040443904876708986, 0.04031999969482422, 0.04006092834472656, 0.04047359848022461, 0.040342529296875, 0.04001279830932617, 0.040022014617919925, 0.040134654998779294, 0.04007219314575195, 0.04011212921142578, 0.040000511169433595, 0.04015209579467773, 0.04024316787719726, 0.0400711669921875, 0.04026265716552734, 0.04001792144775391, 0.04007526397705078, 0.0404398078918457, 0.04011724853515625, 0.04022784042358398, 0.040081409454345705, 0.04112998580932617, 0.04065484619140625, 0.04024524688720703, 0.04050841522216797, 0.04051763153076172, 0.04026163101196289, 0.040182785034179686, 0.04026572799682617, 0.04014080047607422, 0.040338432312011716, 0.04013363265991211, 0.04012236785888672, 0.039981056213378906, 0.04031488037109375, 0.04002304077148437, 0.04011520004272461, 0.040033279418945314, 0.04029849624633789, 0.040041473388671874, 0.03832729721069336, 0.038545406341552735, 0.03859763336181641, 0.03841331100463867, 0.03827199935913086, 0.07982694244384765, 0.03820544052124023, 0.0380579833984375, 0.03835903930664063, 0.038199295043945314, 0.03845939254760742, 0.04019404983520508, 0.04046745681762695, 0.03990630340576172, 0.04013363265991211, 0.03996364974975586, 0.03836006546020508, 0.03817062377929688, 0.038171646118164065, 0.0381921272277832, 0.03843379211425781, 0.03821670532226563, 0.03819007873535156, 0.03816755294799805, 0.038141952514648435, 0.038299648284912106, 0.038242305755615234, 0.038491134643554685, 0.038255615234375, 0.03834982299804687, 0.038201343536376955, 0.03825151824951172, 0.038152191162109376, 0.03830886459350586, 0.03816755294799805, 0.038171646118164065, 0.03821263885498047, 0.03831600189208984, 0.03889561462402344, 0.03994112014770508, 0.04019302368164063, 0.03997183990478516, 0.04004761505126953, 0.03841843032836914, 0.03847679901123047, 0.038371326446533204, 0.038234111785888675, 0.03837849426269531, 0.038258689880371094, 0.03819007873535156, 0.03830886459350586, 0.03834982299804687, 0.03825254440307617, 0.03839590454101562, 0.038346752166748044, 0.03817779159545898, 0.03827199935913086, 0.03827609634399414, 0.03823311996459961, 0.03817987060546875, 0.03817059326171875, 0.0383221435546875, 0.038166526794433595, 0.03820646286010742, 0.03827609634399414, 0.03827507019042969, 0.038204414367675785, 0.03846553421020508, 0.07984639739990235, 0.03822284698486328, 0.03814604949951172, 0.038381568908691405, 0.038329345703125, 0.03812659072875976, 0.0381030387878418, 0.0381921272277832, 0.03803033447265625, 0.03826483154296875, 0.03832831954956055, 0.038163455963134765, 0.038128639221191404, 0.03808256149291992, 0.03830476760864258, 0.038152191162109376, 0.03814912033081055, 0.03819724655151367, 0.03816150283813476, 0.03834255981445313, 0.038214656829833986, 0.0388587532043457, 0.03990937423706055, 0.03986841583251953, 0.04010291290283203, 0.040019966125488284, 0.03821670532226563, 0.038198272705078126, 0.03840409469604492, 0.038588417053222655, 0.03825664138793945, 0.038371326446533204, 0.03809075164794922, 0.03829862213134766, 0.03820236968994141, 0.038201343536376955, 0.038217727661132815, 0.038234111785888675, 0.038209537506103515, 0.03817574310302734, 0.038247425079345705, 0.0382371826171875, 0.03834470367431641, 0.03826892852783203, 0.03811840057373047, 0.03825459289550781, 0.03821363067626953, 0.039229438781738284, 0.04001279830932617, 0.040089599609375, 0.0400076789855957, 0.040134654998779294, 0.040187904357910156, 0.040088607788085935, 0.039887840270996094, 0.04031283187866211, 0.04015411376953125, 0.04027084732055664, 0.04039273452758789, 0.03996566390991211, 0.03829145431518555, 0.03822079849243164, 0.04009471893310547, 0.08352470397949219, 0.0401376953125, 0.040349632263183596, 0.04077977752685547, 0.04024524688720703, 0.04009676742553711, 0.040515583038330076, 0.040248321533203124, 0.04014796829223633, 0.04009574508666992, 0.04011929702758789, 0.040210430145263674, 0.040223743438720705, 0.0399738883972168, 0.04003839874267578, 0.0382371826171875, 0.038629375457763675, 0.038491134643554685, 0.03825766372680664, 0.03826483154296875, 0.03846656036376953, 0.038354942321777344, 0.038373374938964845, 0.03835289764404297, 0.03834265518188477, 0.03841535949707031, 0.03825664138793945, 0.038163455963134765, 0.038193153381347655, 0.038416385650634766, 0.03832217788696289, 0.03832320022583008, 0.0391464958190918, 0.040323070526123043, 0.04012851333618164, 0.04029849624633789, 0.04007526397705078, 0.040306751251220706, 0.03839788818359375, 0.0381399040222168, 0.038373374938964845, 0.03852492904663086, 0.038386688232421876, 0.038383617401123046, 0.03821670532226563, 0.03838054275512695, 0.03832012939453125, 0.038214656829833986, 0.03820032119750977, 0.038507518768310545, 0.03825664138793945, 0.03829145431518555, 0.038245376586914064, 0.03831193542480469, 0.038317054748535154, 0.0382740478515625, 0.038214656829833986, 0.038345729827880856, 0.03892124938964844, 0.03984790420532226, 0.04002918243408203, 0.040172542572021484, 0.04021247863769531, 0.08194969940185547, 0.03841331100463867, 0.038258689880371094, 0.038373374938964845, 0.038317054748535154, 0.038228992462158204, 0.03824127960205078, 0.038424575805664066, 0.03839487838745117, 0.038250495910644534, 0.038561790466308594, 0.03838873672485352, 0.04093439865112305, 0.040123390197753905, 0.04016742324829101, 0.040235008239746094, 0.04011212921142578, 0.04035276794433594, 0.04093132781982422, 0.03868569564819336, 0.038564895629882814, 0.0386354866027832, 0.03827199935913086, 0.038193153381347655, 0.038217727661132815, 0.038247425079345705, 0.03840518569946289, 0.038314945220947264, 0.03830988693237305, 0.03851468658447266, 0.03837952041625976, 0.03823308944702149, 0.03839184188842774, 0.0384859848022461, 0.0382105598449707, 0.0382740478515625, 0.03916595077514649, 0.04033740615844727, 0.038247425079345705, 0.03826176071166992, 0.039144447326660156, 0.041452545166015625, 0.040622081756591794, 0.04063641738891602, 0.040891391754150394, 0.04014591979980469, 0.040700927734375, 0.04041318511962891, 0.040308734893798825, 0.04019404983520508, 0.03999129486083984, 0.04006707382202149, 0.040828929901123044, 0.04010905456542969, 0.04021145629882812, 0.04004249572753906, 0.04000460815429688, 0.04015718460083008, 0.04007014465332031, 0.04011315155029297, 0.03992473602294922, 0.040338432312011716, 0.04014899063110351, 0.08364339447021485, 0.03997491073608399, 0.04009267044067383, 0.03998207855224609, 0.040376319885253906, 0.04017766571044922, 0.04027494430541992, 0.04038451385498047, 0.0402503662109375, 0.04045414352416992, 0.04019814300537109, 0.0397916145324707, 0.03818700790405274, 0.0382105598449707, 0.03836108779907227, 0.03888435363769531, 0.04011929702758789, 0.040153087615966795, 0.039880702972412106, 0.03999846267700195, 0.04047872161865235, 0.040325119018554685, 0.040395774841308595, 0.040190975189208986, 0.040041473388671874, 0.040049663543701174, 0.03856281661987305, 0.0383375358581543, 0.038228992462158204, 0.038348800659179685, 0.03831398391723633, 0.03893657684326172, 0.040150016784667966, 0.04014796829223633, 0.03996876907348633, 0.040226814270019534, 0.03987865447998047, 0.04001792144775391, 0.040079360961914064, 0.04005376052856445, 0.040172542572021484, 0.04024422454833984, 0.04010291290283203, 0.04010905456542969, 0.0401162223815918, 0.040218624114990234, 0.03831808090209961, 0.03854848098754883, 0.038324222564697266, 0.038430721282958984, 0.038348800659179685, 0.03827302551269531, 0.03822796630859375, 0.039934974670410156, 0.04017766571044922, 0.038391807556152346, 0.038354942321777344, 0.03833446502685547, 0.03852799987792969, 0.03838771057128906, 0.038245376586914064, 0.03821875381469726, 0.03834163284301758, 0.08003788757324219, 0.0383631362915039, 0.03848601531982422, 0.03860172653198242, 0.038424575805664066, 0.03824127960205078, 0.03828224182128906, 0.03827814483642578, 0.03832217788696289, 0.038422527313232424, 0.03840921783447265, 0.0383559684753418, 0.03847782516479492, 0.038231040954589846, 0.03817375946044922, 0.038246337890625, 0.03848294448852539, 0.038414337158203124, 0.038351871490478515, 0.03842764663696289, 0.038779937744140625, 0.0384532470703125, 0.038394847869873044, 0.038340606689453126, 0.03857612609863281, 0.0383375358581543, 0.03840716934204102, 0.03837855911254883, 0.03835078430175781, 0.038474750518798825, 0.03840921783447265, 0.038712318420410154, 0.0397844467163086, 0.04009881591796875, 0.04036812973022461, 0.0402606086730957, 0.04012441635131836, 0.04048793411254883, 0.04021350479125976, 0.04022886276245117, 0.04016025543212891, 0.03828326416015625, 0.03829350280761719, 0.038520832061767575, 0.03837747192382813, 0.038302719116210936, 0.03847884750366211, 0.03830476760864258, 0.038267902374267575, 0.038665214538574216, 0.0383744010925293, 0.038373374938964845, 0.038384639739990234, 0.038225921630859375, 0.03869081497192383, 0.038553600311279294, 0.03964313507080078, 0.04035276794433594, 0.03975884628295898, 0.04010700988769531, 0.040389633178710936, 0.03976704025268555, 0.04012748718261719]",tokens/s,24.995868176413264,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-14B,Qwen/Qwen-14B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-7b,huggyllama/llama-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3920.510976,5287.44448,0.0,4640.997376,4330.799616,s,10,3.2218278198242185,0.32218278198242184,0.00047756653576010193,0.3221261444091797,0.3228639251708984,0.32291900787353517,0.32296307403564456,"[0.3223232727050781, 0.32161038208007814, 0.32161065673828126, 0.3226142578125, 0.32226559448242187, 0.3219866943359375, 0.32181884765625, 0.3229740905761719, 0.3217723388671875, 0.3228516845703125]",tokens/s,794.5800158059571,kWh,3.800989257999593e-06,2.082771621695656e-06,1.9249902552691267e-05,2.5133663432386513e-05,tokens/kWh,10185542.61652624,MB,3920.510976,5287.44448,0.0,4640.997376,4515.66848,s,10,175.45071875000002,17.545071875,0.0010036401489498077,17.544884765625,17.546342578125,17.546433984375,17.546507109375,"[17.543943359375, 17.54429296875, 17.543599609375, 17.5443984375, 17.54447265625, 17.545296875, 17.546322265625, 17.545916015625, 17.546525390625, 17.545951171875]",tokens/s,3.590751890265482,kWh,0.0002071528455604696,0.00011353701120137316,0.001019846345390292,0.0013405362021521347,tokens/kWh,46996.11983537485,,s,629,178.07126840209972,0.2831021755200312,0.038323615692319686,0.27848602294921876,0.27868590087890627,0.27875921630859374,0.6007253466796875,"[0.27905227661132814, 0.27848193359375, 0.27819009399414063, 0.27832421875, 0.27824127197265625, 0.2783795166015625, 0.2784122924804687, 0.2784972839355469, 0.2784102478027344, 0.2784204711914062, 0.2781255798339844, 0.2784737243652344, 0.27827096557617187, 0.27860888671875, 0.2783303527832031, 0.27847885131835937, 0.2783662109375, 0.27850341796875, 0.27836721801757813, 0.2783907775878906, 0.27827096557617187, 0.27852801513671877, 0.2784901123046875, 0.2784901123046875, 0.27834060668945315, 0.2785269775390625, 0.278371337890625, 0.2786365356445312, 0.27834368896484374, 0.27850445556640624, 0.27843685913085936, 0.27858123779296873, 0.2783580017089844, 0.2784655456542969, 0.2783160400390625, 0.27849215698242186, 0.27834368896484374, 0.27841537475585937, 0.2782607421875, 0.2785515441894531, 0.27826483154296877, 0.27850750732421875, 0.27849932861328125, 0.2784685974121094, 0.27845733642578124, 0.27849932861328125, 0.2783856506347656, 0.2785955810546875, 0.2784880676269531, 0.27869491577148436, 0.278476806640625, 0.27877169799804685, 0.2784604187011719, 0.27856179809570314, 0.27843890380859376, 0.2785689697265625, 0.2785535888671875, 0.278656005859375, 0.27848397827148436, 0.2785710144042969, 0.2785382385253906, 0.2787164306640625, 0.6004838256835937, 0.2783764343261719, 0.27829351806640623, 0.2782085266113281, 0.27843585205078125, 0.2782586975097656, 0.27841433715820313, 0.27822695922851565, 0.2783918151855469, 0.27825357055664063, 0.2783774719238281, 0.27825457763671874, 0.27848703002929687, 0.2782054443359375, 0.2783918151855469, 0.27826791381835936, 0.2784880676269531, 0.27833343505859376, 0.2784429931640625, 0.2783999938964844, 0.2784296875, 0.27825357055664063, 0.2784675903320312, 0.27840615844726563, 0.2784481201171875, 0.2784471130371094, 0.27850750732421875, 0.2783662109375, 0.278540283203125, 0.278518798828125, 0.27894168090820315, 0.27845733642578124, 0.278640625, 0.27843685913085936, 0.2786283569335937, 0.278287353515625, 0.2785464172363281, 0.27832626342773437, 0.27850546264648435, 0.27849932861328125, 0.2784635009765625, 0.2784747619628906, 0.2785935363769531, 0.2785638427734375, 0.27849319458007815, 0.2783006591796875, 0.2784471130371094, 0.278518798828125, 0.2785853576660156, 0.27869491577148436, 0.2785710144042969, 0.2784635009765625, 0.2786621398925781, 0.27851467895507814, 0.2786058349609375, 0.27860479736328125, 0.27865496826171876, 0.2785791931152344, 0.2786611328125, 0.27837850952148435, 0.2786130065917969, 0.2784757690429687, 0.27859249877929687, 0.6013746948242188, 0.27836721801757813, 0.27832012939453127, 0.27813479614257813, 0.2784194641113281, 0.2781368408203125, 0.27829351806640623, 0.2781603698730469, 0.2784051208496094, 0.27827301025390627, 0.27843585205078125, 0.2782095336914063, 0.27849420166015626, 0.27822900390625, 0.2783969421386719, 0.27840103149414064, 0.27838156127929686, 0.27824026489257814, 0.2784471130371094, 0.2782371826171875, 0.27855462646484375, 0.2782740478515625, 0.2784685974121094, 0.2783549499511719, 0.27872357177734375, 0.278297607421875, 0.2785105895996094, 0.27843072509765626, 0.27848602294921876, 0.2783631286621094, 0.27849114990234375, 0.27850137329101565, 0.27864678955078126, 0.27832321166992186, 0.27850750732421875, 0.27839898681640624, 0.27882803344726564, 0.2784737243652344, 0.278624267578125, 0.2783856506347656, 0.2784604187011719, 0.2784675903320312, 0.27859661865234375, 0.27869491577148436, 0.2785771484375, 0.27846246337890623, 0.27867852783203123, 0.27851263427734374, 0.2786007080078125, 0.27851162719726563, 0.27859762573242186, 0.27841433715820313, 0.2786897888183594, 0.2785382385253906, 0.27858944702148436, 0.2783477783203125, 0.27867852783203123, 0.2784737243652344, 0.27860275268554685, 0.2784675903320312, 0.27888433837890625, 0.278445068359375, 0.2787317810058594, 0.6014771118164063, 0.27870721435546875, 0.2782443542480469, 0.27811019897460937, 0.27838360595703127, 0.27816549682617187, 0.2783795166015625, 0.27821261596679686, 0.2786078796386719, 0.27817779541015625, 0.278445068359375, 0.278265869140625, 0.2785024108886719, 0.2782023620605469, 0.27843585205078125, 0.27827609252929686, 0.27853619384765627, 0.27827609252929686, 0.2786344909667969, 0.278392822265625, 0.2785157165527344, 0.2783150024414062, 0.2785024108886719, 0.2782863464355469, 0.27847271728515627, 0.2783416442871094, 0.2785300598144531, 0.2781890563964844, 0.2785904541015625, 0.27839385986328125, 0.27852593994140623, 0.27843585205078125, 0.2785986633300781, 0.2783795166015625, 0.27857818603515627, 0.27845733642578124, 0.27854541015625, 0.2785740661621094, 0.2786160583496094, 0.2784604187011719, 0.2787317810058594, 0.2783723449707031, 0.27869491577148436, 0.27849932861328125, 0.2786693115234375, 0.2784337768554688, 0.2787133483886719, 0.27850750732421875, 0.27854949951171876, 0.2784635009765625, 0.2786908264160156, 0.2783375244140625, 0.27865191650390625, 0.278498291015625, 0.2786856994628906, 0.27846450805664064, 0.2789591064453125, 0.27848397827148436, 0.2786641845703125, 0.2784460754394531, 0.2786222229003906, 0.2784757690429687, 0.2786488342285156, 0.6013552856445312, 0.278508544921875, 0.27832421875, 0.27821261596679686, 0.27852593994140623, 0.27824026489257814, 0.2784798583984375, 0.27833242797851565, 0.278361083984375, 0.27824026489257814, 0.2784481201171875, 0.27833447265625, 0.278518798828125, 0.27824844360351564, 0.27854437255859377, 0.27828939819335935, 0.27847271728515627, 0.27845016479492185, 0.27857614135742187, 0.2783764343261719, 0.27855975341796874, 0.2783150024414062, 0.27840408325195315, 0.2783662109375, 0.2784194641113281, 0.2784122924804687, 0.27858328247070313, 0.27832321166992186, 0.278518798828125, 0.2784245910644531, 0.27859249877929687, 0.278935546875, 0.27858740234375, 0.2784409484863281, 0.27859249877929687, 0.27837850952148435, 0.2785208435058594, 0.2783918151855469, 0.2786017150878906, 0.27849932861328125, 0.278540283203125, 0.278371337890625, 0.278513671875, 0.27851776123046873, 0.2785269775390625, 0.2784184265136719, 0.27845428466796873, 0.2784716796875, 0.27857818603515627, 0.27845938110351565, 0.27865496826171876, 0.27833447265625, 0.278656005859375, 0.27847271728515627, 0.27860379028320315, 0.27849420166015626, 0.27856179809570314, 0.2784337768554688, 0.2786160583496094, 0.27851776123046873, 0.278793212890625, 0.2784163818359375, 0.27870513916015627, 0.6008780517578125, 0.27836721801757813, 0.2784266357421875, 0.27824844360351564, 0.27841537475585937, 0.2782013549804688, 0.2783057861328125, 0.27829861450195315, 0.27832525634765626, 0.278265869140625, 0.2784132995605469, 0.27843173217773437, 0.2785167236328125, 0.278139892578125, 0.27848193359375, 0.2783211669921875, 0.27843072509765626, 0.278392822265625, 0.27839898681640624, 0.2783907775878906, 0.27853927612304685, 0.27836007690429687, 0.2785433654785156, 0.2788597717285156, 0.27853515625, 0.2784849853515625, 0.27851980590820313, 0.27830987548828123, 0.27855462646484375, 0.27851162719726563, 0.27856793212890624, 0.27849319458007815, 0.27871026611328126, 0.278319091796875, 0.2784962463378906, 0.27835595703125, 0.2786621398925781, 0.278319091796875, 0.2785638427734375, 0.27841433715820313, 0.27850750732421875, 0.27848602294921876, 0.2785935363769531, 0.27851980590820313, 0.278466552734375, 0.27840921020507814, 0.27856484985351565, 0.27897958374023435, 0.27848089599609377, 0.27841433715820313, 0.27866522216796874, 0.2784798583984375, 0.278697998046875, 0.2784429931640625, 0.2787973022460937, 0.2784122924804687, 0.2785658874511719, 0.2785740661621094, 0.2786621398925781, 0.27884033203125, 0.27867034912109373, 0.2785791931152344, 0.27871026611328126, 0.600690673828125, 0.27850137329101565, 0.2785228881835938, 0.2785433654785156, 0.2783764343261719, 0.2782085266113281, 0.27838873291015626, 0.27822695922851565, 0.278466552734375, 0.27821774291992185, 0.2783682556152344, 0.2781603698730469, 0.2784901123046875, 0.27823410034179685, 0.2784194641113281, 0.27833242797851565, 0.2784901123046875, 0.27838772583007815, 0.2785167236328125, 0.27838873291015626, 0.27843585205078125, 0.2782494812011719, 0.27838668823242185, 0.2784163818359375, 0.27899493408203124, 0.27849215698242186, 0.27860992431640624, 0.2784266357421875, 0.27856484985351565, 0.27845120239257815, 0.2786344909667969, 0.27865805053710935, 0.2786283569335937, 0.2785167236328125, 0.27853515625, 0.27837542724609377, 0.2786222229003906, 0.2783825988769531, 0.27857510375976563, 0.2789171142578125, 0.2787430419921875, 0.278540283203125, 0.278724609375, 0.278572021484375, 0.2785740661621094, 0.278434814453125, 0.278624267578125, 0.2785167236328125, 0.2787471313476563, 0.2784296875, 0.27857510375976563, 0.2785208435058594, 0.27870721435546875, 0.27845733642578124, 0.27858944702148436, 0.2785658874511719, 0.2784778137207031, 0.27852593994140623, 0.27870004272460935, 0.27851263427734374, 0.27867544555664064, 0.278445068359375, 0.2786826171875, 0.6018989868164063, 0.2784276428222656, 0.278445068359375, 0.2783139953613281, 0.27842868041992186, 0.2783426513671875, 0.27834573364257814, 0.2781685791015625, 0.2787256469726562, 0.27829861450195315, 0.2784163818359375, 0.2786908264160156, 0.2785003662109375, 0.2782085266113281, 0.27841537475585937, 0.27843994140625, 0.2784829406738281, 0.27836721801757813, 0.27850546264648435, 0.2783692932128906, 0.2785105895996094, 0.278297607421875, 0.2785167236328125, 0.2784901123046875, 0.2785003662109375, 0.27850546264648435, 0.2785249328613281, 0.27835699462890623, 0.27856793212890624, 0.2784245910644531, 0.27858123779296873, 0.2784337768554688, 0.2786816101074219, 0.27846246337890623, 0.27862014770507815, 0.27832421875, 0.27850546264648435, 0.27844915771484374, 0.2785638427734375, 0.27843685913085936, 0.2786826171875, 0.278540283203125, 0.2785863647460938, 0.2785730590820312, 0.27858740234375, 0.27839385986328125, 0.27883111572265623, 0.2787891235351562, 0.2785884094238281, 0.27859249877929687, 0.2785802307128906, 0.2782689208984375, 0.27856997680664064, 0.2784737243652344, 0.27858944702148436, 0.27847064208984373, 0.2786078796386719, 0.2784778137207031, 0.27868057250976563, 0.27838873291015626, 0.2786744384765625, 0.278540283203125, 0.27888946533203124, 0.6007388305664062, 0.27845938110351565, 0.2784215087890625, 0.27824026489257814, 0.27860275268554685, 0.27821261596679686, 0.27843072509765626, 0.2782248840332031, 0.27851263427734374, 0.2783057861328125, 0.2783692932128906, 0.2782771301269531, 0.27848703002929687, 0.278213623046875, 0.27848089599609377, 0.27825357055664063, 0.27845632934570314, 0.27831808471679687, 0.27858123779296873, 0.2783641662597656, 0.27859149169921876, 0.2782853088378906, 0.2785771484375, 0.27853927612304685, 0.2784778137207031, 0.27849420166015626, 0.2785024108886719, 0.2784583740234375, 0.2785238952636719, 0.2783641662597656, 0.27870925903320315, 0.2784901123046875, 0.27865292358398436, 0.2785167236328125, 0.2789560241699219, 0.2783774719238281, 0.2784849853515625, 0.2784378967285156, 0.278624267578125, 0.2783641662597656, 0.278619140625, 0.2784409484863281, 0.27845428466796873, 0.27862014770507815, 0.27862014770507815, 0.27851980590820313, 0.27896627807617186, 0.27856280517578125, 0.2786693115234375, 0.27858432006835937, 0.2786273193359375, 0.2784460754394531, 0.278614013671875, 0.2785321044921875, 0.27870208740234376, 0.27855563354492185, 0.2786693115234375, 0.2785771484375, 0.2786385803222656, 0.27848907470703127, 0.2786816101074219, 0.27876043701171876, 0.2786631774902344, 0.6017474365234375, 0.2784696350097656, 0.2783006591796875, 0.27827609252929686, 0.27890585327148437, 0.2782996520996094, 0.2784778137207031, 0.27818701171875, 0.27835086059570313, 0.27821774291992185, 0.2785321044921875, 0.278656005859375, 0.27849932861328125, 0.27817779541015625, 0.27843072509765626, 0.27833956909179686, 0.27850958251953123, 0.2783221740722656, 0.2784962463378906, 0.2782720031738281, 0.27856280517578125, 0.27827508544921875, 0.278408203125, 0.2784481201171875, 0.27856997680664064, 0.278361083984375, 0.2785249328613281, 0.27845632934570314, 0.2785802307128906, 0.2784245910644531, 0.278835205078125, 0.2785228881835938, 0.2786211853027344, 0.2784184265136719, 0.27865805053710935, 0.27830374145507814, 0.2784737243652344, 0.2783907775878906, 0.27856179809570314, 0.27842251586914063, 0.2785249328613281, 0.2784296875, 0.27876556396484375, 0.2784276428222656, 0.27856997680664064, 0.27839898681640624, 0.2786160583496094, 0.2787113037109375, 0.27868670654296873, 0.2786068420410156, 0.27866009521484375, 0.27850650024414064, 0.27875738525390625, 0.2785249328613281, 0.27872256469726564, 0.27853619384765627, 0.2786160583496094, 0.2785003662109375, 0.2786570129394531, 0.27845016479492185, 0.27870513916015627, 0.2784337768554688, 0.2786990051269531]",tokens/s,3.5322935903374715,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-180B,tiiuae/falcon-180B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-669478da-7e0cef814289f07b6130b311;3b64daec-1722-44dd-8aef-33c799b39c19) 403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository.. Cannot access content at: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json. If you are trying to create or update content,make sure you have a token with the `write` role. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1826, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 445, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like tiiuae/falcon-180B is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-1.3B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1550.90944,1894.252544,0.0,1247.80544,1099.11552,s,10,0.761570327758789,0.0761570327758789,0.0012280552091489534,0.0756243019104004,0.07706442108154296,0.07823013229370117,0.07916270126342774,"[0.07939584350585938, 0.07568876647949219, 0.07538559722900391, 0.0755598373413086, 0.07536271667480468, 0.07482559967041015, 0.07555881500244141, 0.07641817474365234, 0.07656960296630859, 0.07680537414550781]",tokens/s,3361.475502247804,kWh,8.833153899233931e-07,4.840142600798246e-07,3.7281580405670576e-06,5.095487690570275e-06,tokens/kWh,50240529.57163539,MB,1550.90944,1894.252544,0.0,1247.80544,1168.46848,s,10,40.032164306640624,4.003216430664063,0.01196147002349668,3.9956721191406253,4.0179338378906255,4.02095947265625,4.02337998046875,"[4.01419384765625, 4.014462158203125, 4.023985107421875, 4.017261474609375, 3.99564013671875, 3.991862060546875, 3.993555908203125, 3.99267529296875, 3.99282421875, 3.9957041015625]",tokens/s,15.73734547985691,kWh,4.725615650193016e-05,2.5897964798253116e-05,0.00019500219538804407,0.00026815631668822737,tokens/kWh,234937.5945271769,,s,629,40.64895898818973,0.06462473607025389,0.009079230836849701,0.06338764953613281,0.06402989959716797,0.06432153778076172,0.1394057196044922,"[0.06501785278320313, 0.06498406219482422, 0.06503936004638672, 0.06535065460205078, 0.06567731475830078, 0.06432358551025391, 0.06470246124267579, 0.06435225677490235, 0.06389555358886718, 0.063556640625, 0.06343369674682617, 0.06372358322143555, 0.0639507827758789, 0.06391296005249024, 0.06402355194091797, 0.06395084762573242, 0.06408294677734375, 0.06367744064331055, 0.06339583969116211, 0.06324428939819336, 0.06336614227294922, 0.06329651260375976, 0.06360678482055664, 0.06337433624267579, 0.06336614227294922, 0.0633067512512207, 0.06338457489013671, 0.06329139328002929, 0.06336921691894531, 0.0632729606628418, 0.06348083114624023, 0.06329139328002929, 0.0633507843017578, 0.06325964736938476, 0.06339276885986328, 0.06341836929321289, 0.06330163192749023, 0.06332419204711914, 0.06346441650390625, 0.06317567825317383, 0.06348704147338867, 0.06336608123779297, 0.06341632080078125, 0.06340198516845703, 0.06347161483764649, 0.06352998352050782, 0.06347366333007813, 0.0633733139038086, 0.06337740707397461, 0.06335795211791992, 0.0633804817199707, 0.06327705764770508, 0.0634224624633789, 0.06329036712646484, 0.06344806289672851, 0.06343065643310547, 0.0634511375427246, 0.06338662338256836, 0.06404402923583985, 0.06401538848876953, 0.06387094497680663, 0.06377068710327148, 0.14014457702636718, 0.06379008102416993, 0.06387507247924805, 0.06373068618774413, 0.06377983856201172, 0.06334156799316407, 0.06324736022949219, 0.06374297714233398, 0.06367334365844726, 0.06415052795410156, 0.06331494522094727, 0.06327500915527344, 0.06321971130371094, 0.06334566497802735, 0.0633067512512207, 0.06351871871948242, 0.06334771347045899, 0.06337740707397461, 0.06329651260375976, 0.06337945556640626, 0.06330368041992188, 0.06342758560180664, 0.06330265426635742, 0.06329344177246093, 0.0632616958618164, 0.06313062286376953, 0.06313369750976562, 0.06320435333251953, 0.06326681518554687, 0.06340095901489258, 0.06327507019042969, 0.0635299186706543, 0.063246337890625, 0.06400614166259766, 0.06382387161254882, 0.06392524719238281, 0.06391807937622071, 0.06408806610107422, 0.06390374374389649, 0.06408499145507812, 0.06393856048583985, 0.0639733772277832, 0.06398463821411132, 0.06392729568481445, 0.0639549446105957, 0.0636313591003418, 0.06604083251953125, 0.06404300689697266, 0.06392115020751953, 0.0640409927368164, 0.06393648147583007, 0.06402969360351562, 0.06393753433227539, 0.0639815673828125, 0.06392934417724609, 0.06401229095458984, 0.06382592010498046, 0.06406451416015625, 0.06387097549438477, 0.06403174591064453, 0.06377679824829102, 0.06396822357177734, 0.06396723175048828, 0.13939097595214844, 0.06326067352294922, 0.06329753494262695, 0.06330265426635742, 0.06329446411132812, 0.06333440017700195, 0.06327398300170899, 0.06335590362548828, 0.06314700698852539, 0.06365491104125977, 0.06342144012451172, 0.06346137619018555, 0.06339583969116211, 0.0639365119934082, 0.06384230422973633, 0.06399897766113281, 0.06381158447265625, 0.06393548965454102, 0.0639447021484375, 0.06396006393432617, 0.0638842887878418, 0.06398361587524413, 0.06388531112670899, 0.06506905364990234, 0.0638218231201172, 0.0638474235534668, 0.06371123123168945, 0.06369689559936523, 0.06375936126708984, 0.0638218231201172, 0.0638218231201172, 0.06375628662109376, 0.06377267074584961, 0.06439116668701172, 0.06434815979003906, 0.06407270050048829, 0.06420889282226562, 0.06406246185302734, 0.06364672088623047, 0.06376345443725585, 0.06366719818115234, 0.06385868835449218, 0.06397542572021485, 0.06396416091918945, 0.06409318542480469, 0.06447309112548828, 0.06405324554443359, 0.06519910430908203, 0.06380646514892578, 0.06406655883789063, 0.06401741027832031, 0.06410649871826171, 0.06387609481811524, 0.06388531112670899, 0.06395801544189453, 0.06399795150756836, 0.06396211242675781, 0.06406553649902344, 0.06402662658691406, 0.06399078369140625, 0.064, 0.06417817687988281, 0.06385254287719727, 0.14014976501464843, 0.06391500854492188, 0.06381577682495117, 0.06374697494506835, 0.06370304107666015, 0.06381465530395508, 0.06366105651855469, 0.06382387161254882, 0.06382694244384765, 0.06393446350097656, 0.0635863037109375, 0.06377369689941406, 0.06403072357177735, 0.06339891052246094, 0.06306508636474609, 0.06328729629516601, 0.06337945556640626, 0.06368255996704102, 0.0635863037109375, 0.06352793502807617, 0.06351667022705078, 0.0635596809387207, 0.0637583351135254, 0.06379008102416993, 0.06367641448974609, 0.06370918273925781, 0.06388633728027343, 0.06395801544189453, 0.06350028610229493, 0.06368873596191406, 0.06349615859985351, 0.06374406433105469, 0.06352787017822266, 0.06384128189086914, 0.06349926376342774, 0.06338252639770507, 0.06376140975952148, 0.06373376083374023, 0.06376857757568359, 0.06394982528686523, 0.06331187057495118, 0.0634071044921875, 0.06346854400634766, 0.06389452743530273, 0.06511001586914063, 0.06339686584472656, 0.06590771484375, 0.06431027221679687, 0.0637501449584961, 0.06409423828125, 0.06396412658691407, 0.06381670379638672, 0.06407373046875, 0.06392729568481445, 0.06376755142211914, 0.06371635055541992, 0.06366822433471679, 0.06341734313964843, 0.06366310501098633, 0.06408396911621093, 0.06349619293212891, 0.06371020889282226, 0.06343065643310547, 0.139905029296875, 0.06368051147460937, 0.06340915298461915, 0.06352793502807617, 0.06325555038452148, 0.06361600112915039, 0.06326271820068359, 0.06359859085083008, 0.06367027282714843, 0.06346342468261719, 0.06383103942871093, 0.06331391906738282, 0.06320025634765625, 0.06333132934570312, 0.06319411087036132, 0.06330064010620118, 0.06313264083862305, 0.06411468505859375, 0.06323097610473633, 0.06325452804565429, 0.06307123184204101, 0.0632176628112793, 0.06322492980957031, 0.06326876831054687, 0.06325657653808593, 0.06316652679443359, 0.06311315155029297, 0.0632985610961914, 0.06321561431884766, 0.06317363357543945, 0.06309683227539062, 0.0633733139038086, 0.06322687911987304, 0.06338457489013671, 0.06314700698852539, 0.06317977523803711, 0.06324121475219727, 0.06330163192749023, 0.06416281890869141, 0.0635975685119629, 0.0639815673828125, 0.06350233459472657, 0.06330572891235352, 0.06346547317504883, 0.06317670440673828, 0.06334668731689454, 0.06325555038452148, 0.06347878265380859, 0.06383103942871093, 0.06337126541137696, 0.06329958343505859, 0.06345318222045898, 0.06330470275878906, 0.06354841613769531, 0.06336307144165039, 0.06337945556640626, 0.063172607421875, 0.06522675323486328, 0.06328319931030274, 0.06331801605224609, 0.06322995376586914, 0.06326476669311523, 0.06341939163208007, 0.13875712585449218, 0.06321561431884766, 0.06314393615722656, 0.06311014556884766, 0.06312243270874024, 0.06320947265625, 0.06314188766479492, 0.06326067352294922, 0.0631572494506836, 0.06341222381591796, 0.06449868774414062, 0.06387302398681641, 0.06310604858398437, 0.06314291381835938, 0.06311936187744141, 0.06334771347045899, 0.06325043106079102, 0.06324019241333008, 0.06308556747436524, 0.06324428939819336, 0.0631992301940918, 0.06325657653808593, 0.06315212631225586, 0.06330879974365235, 0.06316032028198242, 0.06326784133911133, 0.06326988983154297, 0.06336716842651367, 0.06320332717895508, 0.06341324615478515, 0.0632176628112793, 0.0635228157043457, 0.06317977523803711, 0.06328524780273438, 0.06326579284667969, 0.06344294357299805, 0.06325555038452148, 0.06350438308715821, 0.0652390365600586, 0.06356787109375, 0.06352691268920899, 0.06334771347045899, 0.06334975814819335, 0.06331903839111327, 0.06327091217041016, 0.06367129516601562, 0.06326067352294922, 0.0634859504699707, 0.06338764953613281, 0.06336102294921875, 0.06329548645019531, 0.06324224090576172, 0.06354022216796874, 0.06347065734863282, 0.0634131851196289, 0.06342963027954102, 0.06321868896484376, 0.06339788818359375, 0.06325148773193359, 0.06333436965942382, 0.06320537567138672, 0.06336102294921875, 0.06315008163452149, 0.1394114532470703, 0.0631910400390625, 0.06327807998657227, 0.06332313537597656, 0.06334566497802735, 0.06320230484008789, 0.06312448120117188, 0.06320640182495117, 0.06315520095825196, 0.06322380828857421, 0.0632535057067871, 0.0631992301940918, 0.06315315246582032, 0.06325657653808593, 0.06333132934570312, 0.06335692977905273, 0.06321459197998047, 0.06327193450927734, 0.06329241561889648, 0.0632176628112793, 0.06318080139160157, 0.06321459197998047, 0.06326784133911133, 0.06442291259765626, 0.06353919982910156, 0.06373478317260742, 0.06367641448974609, 0.06350336074829102, 0.06380960083007813, 0.06341215896606445, 0.06416690826416016, 0.06407065582275391, 0.06329139328002929, 0.06339481735229492, 0.06343475341796875, 0.06329344177246093, 0.06328627014160157, 0.06353203201293946, 0.06320947265625, 0.06336819076538086, 0.06356582260131836, 0.06355052947998047, 0.06352377700805664, 0.0633744010925293, 0.06331590270996093, 0.06352486419677734, 0.0635596809387207, 0.06343065643310547, 0.06326271820068359, 0.06330060958862305, 0.06326374435424804, 0.06344806289672851, 0.063351806640625, 0.06327603149414063, 0.06329958343505859, 0.06322687911987304, 0.06335692977905273, 0.06338662338256836, 0.06323097610473633, 0.06327398300170899, 0.06324019241333008, 0.06329344177246093, 0.06326271820068359, 0.14029312133789062, 0.06319308853149413, 0.06317465591430664, 0.06374092864990234, 0.06370406341552734, 0.06329139328002929, 0.06316748809814453, 0.06336511993408203, 0.06321664047241211, 0.06334361648559571, 0.06326784133911133, 0.06323199844360351, 0.0631541748046875, 0.06330368041992188, 0.06313881683349609, 0.06336000061035156, 0.06396211242675781, 0.06333030319213867, 0.06320742416381836, 0.06337535858154297, 0.06317875289916992, 0.06323513412475586, 0.06319814300537109, 0.0634521598815918, 0.06311219024658203, 0.06318592071533204, 0.0631613426208496, 0.0638023681640625, 0.06347264099121094, 0.06336716842651367, 0.0632402572631836, 0.06346028900146485, 0.0632535057067871, 0.06337228775024414, 0.06318284988403321, 0.06333235168457031, 0.06340812683105469, 0.06323916625976563, 0.06319206237792968, 0.06408704376220703, 0.06425907135009766, 0.06354227066040039, 0.06321868896484376, 0.06344806289672851, 0.06337945556640626, 0.06343884658813477, 0.06337228775024414, 0.06347673416137695, 0.06331494522094727, 0.06326271820068359, 0.06327193450927734, 0.06331187057495118, 0.06324531173706055, 0.0634439697265625, 0.06334361648559571, 0.06356790542602539, 0.06337942504882813, 0.06345523071289062, 0.06338150405883788, 0.06337126541137696, 0.06322383880615234, 0.06337020874023437, 0.06327910232543946, 0.14043545532226562, 0.06326988983154297, 0.0632474250793457, 0.06314796829223633, 0.0634890251159668, 0.06330572891235352, 0.06320435333251953, 0.06333951950073242, 0.06332825469970703, 0.0633507843017578, 0.06318284988403321, 0.0633098258972168, 0.06336207962036133, 0.06337635040283203, 0.0632535057067871, 0.063246337890625, 0.06319513702392578, 0.06441983795166016, 0.06336511993408203, 0.06326784133911133, 0.06330777740478516, 0.06327705764770508, 0.06336409759521484, 0.06339174270629883, 0.06322995376586914, 0.06322687911987304, 0.06324224090576172, 0.06323199844360351, 0.06333132934570312, 0.06326374435424804, 0.06326176071166992, 0.06342854309082031, 0.06325145721435547, 0.06338252639770507, 0.06320537567138672, 0.06338355255126953, 0.06322175979614258, 0.06332928085327148, 0.06341120147705079, 0.06349311828613281, 0.06317772674560547, 0.06332313537597656, 0.06321971130371094, 0.0632616958618164, 0.06356684875488282, 0.06351359939575195, 0.0634705924987793, 0.06340505599975586, 0.0633169937133789, 0.06330470275878906, 0.06333132934570312, 0.0635750389099121, 0.06319615936279296, 0.0633928337097168, 0.06347974395751953, 0.0635525131225586, 0.06342655944824219, 0.06348492813110351, 0.0633169937133789, 0.06431846618652344, 0.06372966384887695, 0.06345318222045898, 0.06332723236083984, 0.14068838500976563, 0.06319308853149413, 0.06317158508300781, 0.06322995376586914, 0.06325862503051757, 0.0636835823059082, 0.06342451095581055, 0.06327807998657227, 0.06322175979614258, 0.06323097610473633, 0.0632136001586914, 0.06350332641601562, 0.0632985610961914, 0.0633507843017578, 0.06312448120117188, 0.06346854400634766, 0.0633251838684082, 0.0634511375427246, 0.06333849716186524, 0.06326886367797852, 0.06308147048950195, 0.06350028610229493, 0.0632811508178711, 0.06340812683105469, 0.06326988983154297, 0.0632616958618164, 0.0645027847290039, 0.06333337783813477, 0.06321049499511719, 0.06337433624267579, 0.06318080139160157, 0.063351806640625, 0.06317161560058594, 0.06438089752197265, 0.06414848327636719, 0.06361907196044922, 0.0632360954284668, 0.06334259033203125, 0.06333440017700195, 0.06337638473510743, 0.06325145721435547, 0.06336415863037109, 0.06314899063110352, 0.06369996643066406, 0.06333849716186524, 0.06341017532348633, 0.06363955307006836, 0.06355865478515625, 0.0633364486694336, 0.06386380767822265, 0.06327603149414063, 0.06343987274169922, 0.06345727920532226, 0.06356377410888672, 0.06330777740478516, 0.06342041778564453, 0.06366617584228515, 0.063963134765625, 0.06332416152954101, 0.06347468948364257, 0.06336819076538086, 0.0633067512512207, 0.0632883186340332]",tokens/s,15.473951010227644,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4901.904384,5954.338816,0.0,5307.891712,5047.542272,s,10,3.4311535644531252,0.3431153564453125,0.0005038409151925485,0.3432273101806641,0.3436598815917969,0.3437290954589844,0.34378446655273437,"[0.3431885375976563, 0.34266885375976563, 0.34253961181640624, 0.34248388671875, 0.3432660827636719, 0.3435628356933594, 0.34364450073242186, 0.3435517578125, 0.3424491882324219, 0.3437983093261719]",tokens/s,746.1047580387228,kWh,4.048144022623698e-06,2.2182009251991985e-06,2.0107016085600207e-05,2.6373361033423104e-05,tokens/kWh,9706764.324636886,MB,4901.904384,5956.435968,0.0,5309.988864,5098.334208,s,10,188.48311328124998,18.848311328125,0.0009324486308739057,18.8480966796875,18.8496212890625,18.84981552734375,18.84997091796875,"[18.850009765625, 18.849115234375, 18.84820703125, 18.847986328125, 18.848294921875, 18.847962890625, 18.849578125, 18.84715234375, 18.846998046875, 18.84780859375]",tokens/s,3.342474500938071,kWh,0.00022252111416723992,0.00012195848409537575,0.0010845150342780015,0.0014289946325406172,tokens/kWh,44086.93956253143,,s,629,191.27160934448247,0.30408840913272245,0.04077856997503405,0.2991708068847656,0.29932748413085936,0.29945037231445315,0.64191595703125,"[0.2991697998046875, 0.2990540771484375, 0.2991175537109375, 0.2990592041015625, 0.29923019409179685, 0.29914111328125, 0.2991964111328125, 0.29955072021484375, 0.299082763671875, 0.2989486083984375, 0.2992650146484375, 0.29918618774414063, 0.2990018615722656, 0.2991523742675781, 0.29931622314453127, 0.2990110778808594, 0.29905612182617186, 0.29913088989257813, 0.29915545654296877, 0.2989014892578125, 0.29901824951171874, 0.29899365234375, 0.2990950317382812, 0.29925274658203127, 0.2991974487304688, 0.2991718444824219, 0.2994155578613281, 0.29913088989257813, 0.29904281616210937, 0.2991298522949219, 0.29918618774414063, 0.2991912841796875, 0.29923019409179685, 0.29919436645507813, 0.29950054931640624, 0.2992209777832031, 0.2992384033203125, 0.2991401062011719, 0.299114501953125, 0.2991124572753906, 0.2991575012207031, 0.29937255859375, 0.2991073303222656, 0.2991575012207031, 0.29959271240234375, 0.29922918701171874, 0.2991933288574219, 0.2992568359375, 0.299156494140625, 0.29919436645507813, 0.29918310546875, 0.29925784301757813, 0.2993653869628906, 0.2991708068847656, 0.2991984558105469, 0.299315185546875, 0.2992056274414063, 0.2991431579589844, 0.29914520263671873, 0.2992127990722656, 0.2992650146484375, 0.29922305297851565, 0.642862060546875, 0.2992332763671875, 0.2990223388671875, 0.2990592041015625, 0.29894552612304687, 0.2993438720703125, 0.29911041259765625, 0.2991718444824219, 0.2988984375, 0.2996254577636719, 0.298967041015625, 0.2990653381347656, 0.2991994934082031, 0.29911141967773436, 0.29905816650390626, 0.29907763671875, 0.299082763671875, 0.29911346435546876, 0.2990469055175781, 0.2991206359863281, 0.29902334594726565, 0.2991964111328125, 0.29902642822265624, 0.2991022033691406, 0.29904177856445313, 0.29907763671875, 0.29909811401367187, 0.2991964111328125, 0.2992814025878906, 0.29920254516601563, 0.29913088989257813, 0.2991513671875, 0.29914111328125, 0.29920870971679686, 0.29918106079101564, 0.2991278076171875, 0.29918618774414063, 0.29922509765625, 0.29908990478515624, 0.299298828125, 0.299146240234375, 0.29921893310546877, 0.2992906188964844, 0.2992322692871094, 0.299514892578125, 0.29945242309570314, 0.2991401062011719, 0.29927218627929686, 0.2996971435546875, 0.2993438720703125, 0.2991749267578125, 0.2992599182128906, 0.29926400756835936, 0.2993131408691406, 0.29910324096679686, 0.29924658203125, 0.2992353210449219, 0.29931622314453127, 0.29932135009765626, 0.29919540405273437, 0.29922918701171874, 0.2991626281738281, 0.2993039245605469, 0.6417797241210937, 0.2990848083496094, 0.2990192565917969, 0.29909197998046877, 0.2990673828125, 0.2990489501953125, 0.29906842041015624, 0.29916571044921875, 0.2989916076660156, 0.29911654663085935, 0.29913189697265624, 0.2990172119140625, 0.29910015869140627, 0.2991493225097656, 0.29930804443359377, 0.2992568359375, 0.2990049133300781, 0.29910324096679686, 0.2990643310546875, 0.29920050048828123, 0.29905816650390626, 0.29928857421875, 0.29907763671875, 0.29903564453125, 0.2991431579589844, 0.29914727783203127, 0.2990848083496094, 0.29923123168945315, 0.29905816650390626, 0.2991933288574219, 0.299072509765625, 0.2991349792480469, 0.2992476196289062, 0.29907559204101564, 0.2991206359863281, 0.2991155090332031, 0.2993326110839844, 0.2991851501464844, 0.29917901611328124, 0.29917593383789065, 0.2991595458984375, 0.2993602600097656, 0.2992435302734375, 0.2993489990234375, 0.299261962890625, 0.29966848754882813, 0.2992537536621094, 0.29918310546875, 0.2992353210449219, 0.2992762756347656, 0.29911859130859375, 0.29929266357421874, 0.2993029174804688, 0.2993029174804688, 0.2990868530273437, 0.29918206787109375, 0.2992179260253906, 0.2993879089355469, 0.29927423095703126, 0.299251708984375, 0.29920254516601563, 0.2991544189453125, 0.2992957458496094, 0.6418739013671875, 0.29907354736328123, 0.29900799560546876, 0.299040771484375, 0.298998779296875, 0.29912884521484373, 0.29905816650390626, 0.29907559204101564, 0.29908377075195314, 0.29907864379882815, 0.29897625732421873, 0.29901824951171874, 0.29899777221679685, 0.2992814025878906, 0.29921893310546877, 0.2990387268066406, 0.29944525146484374, 0.29907046508789065, 0.29900082397460936, 0.2991728515625, 0.298903564453125, 0.2992015380859375, 0.29904177856445313, 0.2990469055175781, 0.2990458984375, 0.2991728515625, 0.29911346435546876, 0.29913394165039064, 0.29911346435546876, 0.29922406005859375, 0.29911859130859375, 0.2991851501464844, 0.2991513671875, 0.29923019409179685, 0.29922509765625, 0.29916363525390627, 0.299209716796875, 0.29918719482421874, 0.29921383666992185, 0.2992547912597656, 0.2993960876464844, 0.2992209777832031, 0.29927218627929686, 0.2992117614746094, 0.2991728515625, 0.2992557983398437, 0.29905816650390626, 0.29917901611328124, 0.299298828125, 0.2992414855957031, 0.2998128662109375, 0.29929470825195315, 0.2991708068847656, 0.29912472534179685, 0.29926400756835936, 0.29932748413085936, 0.29922509765625, 0.2992752685546875, 0.29927935791015625, 0.29925274658203127, 0.2991441955566406, 0.29928652954101564, 0.29926705932617187, 0.6425958251953126, 0.29906124877929685, 0.299082763671875, 0.2990888977050781, 0.29896499633789064, 0.29904794311523436, 0.2992179260253906, 0.29917388916015625, 0.29889739990234376, 0.29929470825195315, 0.2990868530273437, 0.2990663757324219, 0.29902029418945314, 0.2996674499511719, 0.29909707641601563, 0.29932852172851565, 0.29918206787109375, 0.2994841613769531, 0.29911141967773436, 0.2992414855957031, 0.29906942749023435, 0.29909912109375, 0.29933978271484374, 0.29935205078125, 0.29904794311523436, 0.2990469055175781, 0.29906228637695315, 0.299072509765625, 0.2991544189453125, 0.2992015380859375, 0.29913394165039064, 0.2991595458984375, 0.29914727783203127, 0.29922509765625, 0.29901516723632815, 0.29917388916015625, 0.2992404479980469, 0.2990458984375, 0.2991011962890625, 0.29917593383789065, 0.29919540405273437, 0.2992261047363281, 0.29925274658203127, 0.29912677001953125, 0.2992271423339844, 0.2991493225097656, 0.29914111328125, 0.2990162048339844, 0.2993592224121094, 0.29924658203125, 0.29923635864257814, 0.2993960876464844, 0.29932235717773437, 0.29934796142578124, 0.2991697998046875, 0.29917593383789065, 0.2991964111328125, 0.29927117919921875, 0.2991544189453125, 0.29914727783203127, 0.29923941040039065, 0.29920050048828123, 0.2991964111328125, 0.6428948364257813, 0.2989619140625, 0.2990469055175781, 0.29888204956054687, 0.2990643310546875, 0.29899264526367186, 0.29902847290039064, 0.2990663757324219, 0.29907659912109374, 0.2990715026855469, 0.2991298522949219, 0.299156494140625, 0.29918923950195314, 0.2992066650390625, 0.29902542114257813, 0.2990448608398438, 0.2990888977050781, 0.2992261047363281, 0.29902542114257813, 0.29928652954101564, 0.299156494140625, 0.29922918701171874, 0.2991964111328125, 0.2992046203613281, 0.29915545654296877, 0.2990366821289063, 0.29951589965820313, 0.29911654663085935, 0.29921893310546877, 0.2991401062011719, 0.29907659912109374, 0.299171875, 0.29901513671875, 0.2992384033203125, 0.29911859130859375, 0.29911654663085935, 0.29927423095703126, 0.29912576293945314, 0.29905307006835935, 0.2991441955566406, 0.29913394165039064, 0.2993008728027344, 0.29917388916015625, 0.2992752685546875, 0.29923019409179685, 0.299146240234375, 0.2993377380371094, 0.2991933288574219, 0.2992384033203125, 0.29916775512695315, 0.29917388916015625, 0.299251708984375, 0.29923736572265625, 0.2992568359375, 0.2992281494140625, 0.2996858825683594, 0.29929165649414063, 0.29924249267578124, 0.29922406005859375, 0.29927423095703126, 0.29921893310546877, 0.299298828125, 0.2992353210449219, 0.6428385009765625, 0.2989793395996094, 0.29916671752929686, 0.29902542114257813, 0.2990192565917969, 0.2989906005859375, 0.29903564453125, 0.2990929870605469, 0.2991401062011719, 0.299040771484375, 0.29905307006835935, 0.2991708068847656, 0.2992015380859375, 0.29914727783203127, 0.2991994934082031, 0.299114501953125, 0.2990745544433594, 0.299109375, 0.2990602111816406, 0.2992599182128906, 0.29930804443359377, 0.2992455749511719, 0.2991718444824219, 0.2991984558105469, 0.29924249267578124, 0.299251708984375, 0.2989793395996094, 0.2992486267089844, 0.299177978515625, 0.2993100891113281, 0.2992537536621094, 0.29917593383789065, 0.29913702392578123, 0.2991974487304688, 0.29913189697265624, 0.29927423095703126, 0.29912371826171874, 0.2992557983398437, 0.2992568359375, 0.29929470825195315, 0.2991349792480469, 0.2990858154296875, 0.29928961181640623, 0.299208740234375, 0.29920867919921873, 0.2991718444824219, 0.29924453735351564, 0.2993510437011719, 0.2992557983398437, 0.2990797119140625, 0.2992424621582031, 0.2993326110839844, 0.29956402587890624, 0.2991626281738281, 0.29923431396484373, 0.2992117614746094, 0.29960498046875, 0.2993326110839844, 0.2993459167480469, 0.29935000610351564, 0.29927935791015625, 0.29934182739257814, 0.2992332763671875, 0.6429163818359375, 0.2990960693359375, 0.29910015869140627, 0.2990520324707031, 0.299109375, 0.2990458984375, 0.299030517578125, 0.2991022033691406, 0.29903564453125, 0.29908377075195314, 0.2990663757324219, 0.299156494140625, 0.29912677001953125, 0.29916363525390627, 0.2989916076660156, 0.2990663757324219, 0.29891278076171873, 0.29893939208984377, 0.2990469055175781, 0.29912576293945314, 0.2989956970214844, 0.298998779296875, 0.2990643310546875, 0.29916159057617187, 0.2990715026855469, 0.2994575500488281, 0.29900698852539065, 0.2995394592285156, 0.29913394165039064, 0.29909912109375, 0.29915341186523436, 0.29929165649414063, 0.29929983520507814, 0.2992281494140625, 0.2991523742675781, 0.2993172607421875, 0.29921484375, 0.29922406005859375, 0.29923431396484373, 0.2991708068847656, 0.29913906860351563, 0.29933465576171875, 0.2991575012207031, 0.299325439453125, 0.2992353210449219, 0.2993029174804688, 0.299177978515625, 0.29916876220703126, 0.2991513671875, 0.29921383666992185, 0.29926400756835936, 0.29923431396484373, 0.2992056274414063, 0.29919232177734373, 0.2990888977050781, 0.29924453735351564, 0.2991011962890625, 0.2991431579589844, 0.29923635864257814, 0.29907354736328123, 0.2992599182128906, 0.29916058349609376, 0.2992455749511719, 0.6419323120117187, 0.29938381958007815, 0.2990120849609375, 0.29897012329101563, 0.29900799560546876, 0.2991482849121094, 0.2989434814453125, 0.2991216735839844, 0.29890048217773435, 0.29918310546875, 0.29889022827148437, 0.2989854736328125, 0.29906228637695315, 0.29916876220703126, 0.2990223388671875, 0.29912371826171874, 0.2991022033691406, 0.29912677001953125, 0.29914520263671873, 0.29911962890625, 0.2989465637207031, 0.2991380615234375, 0.29913906860351563, 0.29906228637695315, 0.2993336181640625, 0.2991124572753906, 0.2991544189453125, 0.29918923950195314, 0.2996398010253906, 0.29912472534179685, 0.29916058349609376, 0.2991278076171875, 0.2992281494140625, 0.2991022033691406, 0.29903359985351563, 0.2992046203613281, 0.29924249267578124, 0.2990162048339844, 0.2991595458984375, 0.29906842041015624, 0.2990438537597656, 0.29918618774414063, 0.29923123168945315, 0.2992046203613281, 0.29913394165039064, 0.2991298522949219, 0.29950872802734374, 0.2992281494140625, 0.299219970703125, 0.2991749267578125, 0.2992066650390625, 0.29915341186523436, 0.29912677001953125, 0.29921484375, 0.2991482849121094, 0.29915545654296877, 0.29924966430664063, 0.29932748413085936, 0.2993008728027344, 0.2992179260253906, 0.2992629699707031, 0.2992414855957031, 0.299283447265625, 0.6432184448242187, 0.29901312255859375, 0.2996264953613281, 0.29940225219726563, 0.2994810791015625, 0.29907354736328123, 0.2989823913574219, 0.299082763671875, 0.2989260864257812, 0.29896499633789064, 0.2991544189453125, 0.2990653381347656, 0.29907659912109374, 0.29894247436523436, 0.2990100402832031, 0.2991728515625, 0.2991933288574219, 0.2991994934082031, 0.29903973388671873, 0.29916775512695315, 0.2990888977050781, 0.298977294921875, 0.2990520324707031, 0.29907559204101564, 0.2992732238769531, 0.2992599182128906, 0.29906842041015624, 0.2990243835449219, 0.2990950317382812, 0.29923019409179685, 0.2992824401855469, 0.29916876220703126, 0.2991974487304688, 0.29922305297851565, 0.299146240234375, 0.29922918701171874, 0.2990796813964844, 0.2992015380859375, 0.29915853881835935, 0.29912677001953125, 0.29899365234375, 0.2992353210449219, 0.29910324096679686, 0.2992015380859375, 0.2995189819335938, 0.29924966430664063, 0.2991206359863281, 0.29929779052734373, 0.2990796813964844, 0.29906329345703125, 0.29916159057617187, 0.2991278076171875, 0.29920870971679686, 0.2991708068847656, 0.29911859130859375, 0.29946676635742187, 0.29919232177734373, 0.29923941040039065, 0.2992332763671875, 0.2991329345703125, 0.29944729614257815, 0.2992957458496094, 0.2993489990234375]",tokens/s,3.2885173191969312,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-7b,google/recurrentgemma-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947032-7e6e7f640b336cdc4201f36f;528d7dc7-566c-44e7-a31c-5c01006485bb) Repository Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: google/recurrentgemma-7b is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",mixtral,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,t,t,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/t/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947555-76cfbf886e0c24c3793ef75c;7256b9b3-c008-47e1-8225-7da050aed701) Repository Not Found for url: https://huggingface.co/t/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: t is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-72B,Qwen/Qwen-72B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-30b,facebook/opt-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5973.917696,19264.96256,0.0,18618.515456,17568.553472,s,10,13.764649536132811,1.3764649536132811,0.0012577342375699305,1.3764523315429686,1.3778385620117186,1.378223907470703,1.3785321838378906,"[1.377372314453125, 1.3770921630859374, 1.3763685302734374, 1.376298095703125, 1.3755360107421875, 1.3746922607421874, 1.3765361328125, 1.3777529296875, 1.3786092529296874, 1.374391845703125]",tokens/s,185.98366731240685,kWh,1.6236069682571625e-05,8.897184396009834e-06,7.962850814718925e-05,0.00010476176222577072,tokens/kWh,2443639.6883845623,MB,5974.482944,19264.96256,0.0,18618.515456,18062.69184,s,10,779.381421875,77.9381421875,0.007875044022695678,77.94012890625,77.9475703125,77.9477109375,77.9478234375,"[77.943734375, 77.944453125, 77.9410390625, 77.9289140625, 77.93921875, 77.9252734375, 77.928296875, 77.9351015625, 77.9475390625, 77.9478515625]",tokens/s,0.8083333555531449,kWh,0.000920138058745199,0.0005043171009543584,0.004507198911311805,0.005931654071011363,tokens/kWh,10620.983497316176,,s,629,790.531482177735,1.2568068079137273,0.16350199051405948,1.2371015625,1.2377121093749999,1.237981787109375,2.6128517285156247,"[1.2371456298828125, 1.2373360595703125, 1.236654052734375, 1.237054443359375, 1.2368292236328124, 1.2368782958984375, 1.236432861328125, 1.2367574462890625, 1.23647998046875, 1.2365721435546875, 1.2365035400390625, 1.2363724365234374, 1.23660498046875, 1.2366171875, 1.2366141357421876, 1.2374722900390625, 1.2369039306640626, 1.2369398193359376, 1.236559814453125, 1.2371640625, 1.237080078125, 1.2374671630859375, 1.2371988525390625, 1.23757470703125, 1.2368660888671874, 1.237075927734375, 1.236621337890625, 1.23685791015625, 1.2372950439453125, 1.2372203369140624, 1.237316650390625, 1.23736572265625, 1.236768798828125, 1.237000244140625, 1.2370350341796874, 1.237432373046875, 1.23696435546875, 1.2374302978515626, 1.236896728515625, 1.2371517333984374, 1.23714453125, 1.2371876220703124, 1.237248046875, 1.237339111328125, 1.237443603515625, 1.238222900390625, 1.2375572509765624, 1.2377056884765625, 1.2377896728515625, 1.237611572265625, 1.2371927490234376, 1.23778564453125, 1.23741796875, 1.2386856689453125, 1.2373985595703125, 1.2382012939453124, 1.2375992431640626, 1.23772216796875, 1.2372900390625, 1.237518310546875, 1.2371087646484376, 1.2384522705078125, 2.61456591796875, 1.2365823974609376, 1.2371885986328126, 1.2365516357421875, 1.2370523681640626, 1.23684765625, 1.23732177734375, 1.23673291015625, 1.236569091796875, 1.237000244140625, 1.2365966796875, 1.2365301513671876, 1.2366724853515625, 1.23662744140625, 1.2375213623046875, 1.236641845703125, 1.2370841064453124, 1.2372664794921875, 1.236938720703125, 1.2367042236328125, 1.23693359375, 1.2367718505859375, 1.2372347412109375, 1.2369674072265624, 1.237148681640625, 1.2374088134765624, 1.2372254638671876, 1.2366766357421874, 1.236895751953125, 1.2366356201171875, 1.2376995849609376, 1.2373330078125, 1.2372940673828126, 1.237697509765625, 1.2371507568359374, 1.23709130859375, 1.23692333984375, 1.2365567626953125, 1.2381224365234376, 1.2373248291015626, 1.237265380859375, 1.237380126953125, 1.2378839111328126, 1.237655517578125, 1.2376995849609376, 1.2376207275390625, 1.2383272705078125, 1.2373668212890625, 1.2375316162109375, 1.236969482421875, 1.237759033203125, 1.237012451171875, 1.2372315673828125, 1.237107666015625, 1.2383385009765624, 1.23736474609375, 1.238202392578125, 1.2373841552734375, 1.237495849609375, 1.236918212890625, 1.2375511474609375, 1.2372091064453126, 1.2381573486328126, 2.613528564453125, 1.2368026123046876, 1.237248046875, 1.236695068359375, 1.236789306640625, 1.2363448486328126, 1.2372305908203125, 1.2371405029296876, 1.23635400390625, 1.2370186767578124, 1.2372930908203126, 1.2366981201171876, 1.2366981201171876, 1.236875244140625, 1.2371158447265624, 1.237064697265625, 1.2374578857421874, 1.2373402099609374, 1.237381103515625, 1.2369049072265625, 1.237244873046875, 1.2369202880859376, 1.2376524658203125, 1.23725927734375, 1.237086181640625, 1.2368763427734375, 1.2375880126953125, 1.2365947265625, 1.2366080322265625, 1.236884521484375, 1.2370555419921876, 1.2373524169921875, 1.2368486328125, 1.23666845703125, 1.23755517578125, 1.2367882080078125, 1.2370821533203125, 1.2367861328125, 1.2371220703125, 1.237390380859375, 1.2367943115234374, 1.2368077392578125, 1.2375213623046875, 1.237307373046875, 1.2370411376953125, 1.236955078125, 1.23774462890625, 1.237898193359375, 1.23749072265625, 1.2371199951171874, 1.2379156494140624, 1.23721630859375, 1.23736474609375, 1.23692138671875, 1.2372418212890626, 1.2374169921875, 1.2378419189453125, 1.2373719482421874, 1.2381265869140625, 1.2372490234375, 1.2375152587890625, 1.2375152587890625, 1.2377733154296875, 2.61330224609375, 1.236464599609375, 1.2373350830078125, 1.2362650146484375, 1.2365782470703126, 1.2362567138671876, 1.236462646484375, 1.2367861328125, 1.2370032958984376, 1.236317138671875, 1.2369561767578126, 1.2363653564453125, 1.2364073486328124, 1.236348876953125, 1.2365772705078124, 1.2372623291015625, 1.23702783203125, 1.2364676513671875, 1.236926513671875, 1.2371435546875, 1.2366837158203126, 1.2365496826171876, 1.2367615966796874, 1.236463623046875, 1.23673193359375, 1.2362720947265624, 1.237276611328125, 1.2363131103515625, 1.2365557861328125, 1.23633251953125, 1.236516845703125, 1.2369827880859374, 1.236938720703125, 1.2367340087890626, 1.237307373046875, 1.236959228515625, 1.2371302490234375, 1.2364442138671874, 1.2371834716796875, 1.237223388671875, 1.2366234130859375, 1.23711181640625, 1.23757666015625, 1.2375224609375, 1.237412841796875, 1.237212158203125, 1.2374599609375, 1.23757568359375, 1.2374476318359375, 1.2371087646484376, 1.2373248291015626, 1.2374466552734376, 1.2373330078125, 1.237053466796875, 1.2375992431640626, 1.2374599609375, 1.237856201171875, 1.2372305908203125, 1.23755419921875, 1.2379013671875, 1.23728076171875, 1.23702783203125, 1.237529541015625, 2.612791259765625, 1.2368978271484374, 1.236926513671875, 1.23746923828125, 1.2373995361328125, 1.2368927001953125, 1.236779052734375, 1.2369500732421874, 1.2370135498046875, 1.2366602783203124, 1.2365936279296874, 1.2367974853515624, 1.23652197265625, 1.2368712158203126, 1.23685791015625, 1.23747021484375, 1.2372664794921875, 1.2365885009765625, 1.236701171875, 1.237496826171875, 1.2371834716796875, 1.236927490234375, 1.2373565673828124, 1.2372347412109375, 1.2371251220703126, 1.23694287109375, 1.236715576171875, 1.2366837158203126, 1.236869140625, 1.2367718505859375, 1.237159912109375, 1.2366888427734375, 1.237242919921875, 1.2371209716796876, 1.2377938232421875, 1.237063720703125, 1.2370380859375, 1.236759521484375, 1.2368721923828125, 1.2370042724609376, 1.237781494140625, 1.2367298583984374, 1.237037109375, 1.237369873046875, 1.236832275390625, 1.23723779296875, 1.23782958984375, 1.2374998779296875, 1.2383262939453126, 1.2370718994140626, 1.237318603515625, 1.237338134765625, 1.23744970703125, 1.23728076171875, 1.237443603515625, 1.2372152099609375, 1.23852392578125, 1.23702685546875, 1.2371435546875, 1.237392333984375, 1.2373626708984375, 1.2368824462890624, 1.2372039794921874, 2.6118779296875, 1.236093994140625, 1.2369449462890625, 1.2365660400390626, 1.2365445556640624, 1.2363756103515624, 1.2363345947265625, 1.2364339599609375, 1.2370155029296874, 1.23645849609375, 1.236633544921875, 1.2368885498046875, 1.2372091064453126, 1.236169677734375, 1.2361656494140625, 1.2368782958984375, 1.2374937744140626, 1.2365496826171876, 1.2366817626953126, 1.2367042236328125, 1.237074951171875, 1.236305908203125, 1.2365179443359375, 1.2364881591796875, 1.237549072265625, 1.2372203369140624, 1.237097412109375, 1.236801513671875, 1.2373790283203125, 1.2362137451171875, 1.23672265625, 1.2365240478515624, 1.237179443359375, 1.2364052734375, 1.2366990966796876, 1.2363919677734374, 1.237823486328125, 1.2366787109375, 1.236928466796875, 1.2365772705078124, 1.2370238037109376, 1.2367032470703125, 1.23675341796875, 1.23696435546875, 1.237528564453125, 1.2371927490234376, 1.237063720703125, 1.2369151611328124, 1.2374527587890625, 1.23730224609375, 1.23713427734375, 1.236653076171875, 1.2375562744140625, 1.2370667724609374, 1.237286865234375, 1.2370831298828124, 1.2376053466796875, 1.23749072265625, 1.2370616455078125, 1.2367769775390625, 1.2379156494140624, 1.23741796875, 1.2374630126953126, 2.614128662109375, 1.23664794921875, 1.2367196044921875, 1.236210693359375, 1.2369776611328125, 1.2362813720703125, 1.2366080322265625, 1.236558837890625, 1.2371937255859375, 1.236516845703125, 1.23654248046875, 1.2362301025390625, 1.2368035888671876, 1.2363192138671875, 1.2365086669921874, 1.2364041748046875, 1.237464111328125, 1.2364073486328124, 1.2366151123046876, 1.236552734375, 1.23681787109375, 1.2362567138671876, 1.2368343505859376, 1.236569091796875, 1.236864990234375, 1.237021728515625, 1.236675537109375, 1.2362281494140626, 1.2371353759765624, 1.2368609619140625, 1.2373421630859376, 1.2366407470703125, 1.2369305419921874, 1.23761669921875, 1.2367359619140625, 1.236274169921875, 1.2373052978515624, 1.236569091796875, 1.237128173828125, 1.2364932861328124, 1.2365833740234375, 1.2369468994140624, 1.2372315673828125, 1.237242919921875, 1.2375859375, 1.23702685546875, 1.2371251220703126, 1.2370882568359376, 1.2373472900390625, 1.2377406005859375, 1.2373985595703125, 1.23673291015625, 1.2375357666015625, 1.2372633056640625, 1.2374620361328126, 1.2370565185546876, 1.237729248046875, 1.2382064208984376, 1.2377415771484375, 1.237181396484375, 1.2376064453125, 1.2374190673828125, 1.2376083984375, 2.615111572265625, 1.237117919921875, 1.2374158935546875, 1.236701171875, 1.2374415283203124, 1.2368609619140625, 1.236484130859375, 1.23654345703125, 1.2365833740234375, 1.237149658203125, 1.2369520263671876, 1.2363970947265626, 1.236864990234375, 1.2366663818359376, 1.23628955078125, 1.236557861328125, 1.2366448974609374, 1.2367513427734376, 1.2367135009765624, 1.2366356201171875, 1.2368138427734374, 1.237105712890625, 1.2369305419921874, 1.23692333984375, 1.2370943603515625, 1.236884521484375, 1.236874267578125, 1.2366561279296875, 1.2368978271484374, 1.2374415283203124, 1.23685791015625, 1.236886474609375, 1.2372674560546875, 1.2369991455078124, 1.2371927490234376, 1.23675244140625, 1.237037109375, 1.237190673828125, 1.2372828369140625, 1.2366243896484375, 1.2364605712890624, 1.236990966796875, 1.2372940673828126, 1.236875244140625, 1.2372366943359374, 1.2374476318359375, 1.2375469970703126, 1.237065673828125, 1.2372347412109375, 1.2374210205078124, 1.237712890625, 1.2368240966796875, 1.2371241455078126, 1.237074951171875, 1.2375950927734376, 1.23709130859375, 1.237880859375, 1.2373944091796876, 1.237981201171875, 1.2374844970703125, 1.237734375, 1.2376708984375, 1.23814501953125, 2.61652685546875, 1.2367667236328126, 1.2375408935546874, 1.2369193115234376, 1.2371661376953125, 1.236917236328125, 1.236917236328125, 1.2368045654296875, 1.2364564208984374, 1.2363919677734374, 1.2366192626953125, 1.2364359130859375, 1.236833251953125, 1.236763671875, 1.2370504150390624, 1.236716552734375, 1.236853759765625, 1.23675341796875, 1.2375880126953125, 1.2372418212890626, 1.23681689453125, 1.23717431640625, 1.237284912109375, 1.2368629150390624, 1.237185546875, 1.237042236328125, 1.237506103515625, 1.2368782958984375, 1.2369541015625, 1.2367821044921874, 1.2368568115234375, 1.2365977783203126, 1.2368077392578125, 1.23702880859375, 1.237760986328125, 1.2371527099609374, 1.2373759765625, 1.2369818115234374, 1.2376002197265625, 1.23715380859375, 1.237333984375, 1.2370933837890625, 1.237760986328125, 1.2375203857421875, 1.2373729248046874, 1.2379361572265626, 1.2377733154296875, 1.2396380615234375, 1.2375264892578124, 1.2372193603515624, 1.238393798828125, 1.2372664794921875, 1.2378358154296876, 1.2372296142578125, 1.2380703125, 1.2371998291015625, 1.2372296142578125, 1.2372623291015625, 1.2381142578125, 1.2372919921875, 1.237412841796875, 1.237328857421875, 1.237982177734375, 2.612875244140625, 1.236601806640625, 1.2374149169921875, 1.23660498046875, 1.2370257568359375, 1.2366500244140626, 1.2371998291015625, 1.2368629150390624, 1.23650048828125, 1.236716552734375, 1.2375950927734376, 1.2370103759765625, 1.236948974609375, 1.2368619384765625, 1.2370626220703125, 1.236580322265625, 1.237375, 1.2368363037109376, 1.237859375, 1.23702685546875, 1.2372919921875, 1.2366243896484375, 1.2376083984375, 1.2372490234375, 1.2372674560546875, 1.237201904296875, 1.237581787109375, 1.236959228515625, 1.2375869140625, 1.2364093017578126, 1.2370606689453125, 1.236990966796875, 1.2368035888671876, 1.2369039306640626, 1.2377037353515625, 1.2373677978515625, 1.2371865234375, 1.2370565185546876, 1.237560302734375, 1.237339111328125, 1.237200927734375, 1.2371015625, 1.2374056396484374, 1.2380692138671876, 1.237706787109375, 1.2376300048828126, 1.2378255615234375, 1.2381307373046875, 1.2376156005859376, 1.237675048828125, 1.23803955078125, 1.2377119140625, 1.2376309814453126, 1.2371661376953125, 1.2375614013671874, 1.237326904296875, 1.237645263671875, 1.2370780029296875, 1.23726953125, 1.2379893798828125, 1.23756640625, 1.237359619140625, 1.2375931396484374]",tokens/s,0.7956672367648763,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2_moe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.3b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1593.413632,2168.979456,0.0,1522.532352,1394.863616,s,10,0.7269834899902344,0.07269834899902344,0.001619466045435547,0.07219551849365236,0.07291627120971679,0.07522623252868652,0.07707420158386231,"[0.07753619384765625, 0.07240294647216797, 0.07195830535888671, 0.07201741027832032, 0.07219868469238282, 0.07238559722900391, 0.07224969482421875, 0.0720472640991211, 0.07219235229492188, 0.07199504089355468]",tokens/s,3521.40046541413,kWh,8.54159112599828e-07,4.6800335653610113e-07,3.956072309539255e-06,5.278234778675184e-06,tokens/kWh,48501063.468089044,MB,1593.413632,2168.979456,0.0,1522.532352,1491.576832,s,10,39.542891601562495,3.9542891601562493,0.0036513783354179346,3.953772216796875,3.959088134765625,3.95981103515625,3.96038935546875,"[3.953070556640625, 3.94737060546875, 3.958927490234375, 3.954074462890625, 3.960533935546875, 3.954389892578125, 3.951147705078125, 3.9574013671875, 3.952505615234375, 3.953469970703125]",tokens/s,15.932067041225338,kWh,4.6598860754740904e-05,2.5538881275543062e-05,0.00021100940521826724,0.0002831471472485512,tokens/kWh,222499.15145603626,,s,629,40.129339370727564,0.06379863174996428,0.00863131149913939,0.06270771026611328,0.06306017227172853,0.06335737533569336,0.135105078125,"[0.06258995056152344, 0.06262988662719726, 0.06317366409301758, 0.06343062210083007, 0.0626800651550293, 0.06264422225952149, 0.06254182434082031, 0.0628326416015625, 0.06308761596679688, 0.06257868957519531, 0.06275481414794921, 0.06261759948730469, 0.06253772735595703, 0.06245171356201172, 0.06250393676757812, 0.06248550415039063, 0.06258073425292969, 0.06268620681762695, 0.06277222442626954, 0.06267903900146485, 0.06256639862060547, 0.062445568084716796, 0.06283161544799805, 0.0629381103515625, 0.0626800651550293, 0.06272204971313476, 0.06268009567260742, 0.0627353286743164, 0.06258179092407226, 0.0626278076171875, 0.06261145782470703, 0.0627691535949707, 0.06278144073486328, 0.06262694549560546, 0.0627720947265625, 0.06271590423583985, 0.06270361709594727, 0.06266572952270508, 0.06262476730346679, 0.06249881744384766, 0.06259507369995117, 0.062635009765625, 0.06268620681762695, 0.06269030380249023, 0.06253875350952148, 0.06264115142822266, 0.06280601501464844, 0.06278041458129882, 0.06314918518066406, 0.06300454330444336, 0.06267903900146485, 0.06309990310668945, 0.0628961296081543, 0.06270463943481445, 0.06271078491210938, 0.06263091278076172, 0.06277939224243165, 0.0626872329711914, 0.06275993728637695, 0.06285721588134766, 0.06314803314208985, 0.06335497665405274, 0.13636700439453125, 0.06264934539794922, 0.06262895965576172, 0.06261443328857422, 0.062481407165527345, 0.06254079818725586, 0.06256537628173828, 0.06278764724731445, 0.06253664016723633, 0.06275487899780273, 0.06245369720458984, 0.06267084884643555, 0.06260121536254883, 0.062499839782714846, 0.062481407165527345, 0.0626769905090332, 0.06262083053588867, 0.06252425765991211, 0.06270259094238281, 0.0626800651550293, 0.06253977584838867, 0.06273638534545899, 0.06252550506591797, 0.06258272171020508, 0.06240156936645508, 0.06253155136108399, 0.06259711837768554, 0.06261759948730469, 0.0627589111328125, 0.062635009765625, 0.06261759948730469, 0.0626063346862793, 0.06266476821899414, 0.06288294219970703, 0.06292460632324219, 0.06281113433837891, 0.06268931198120117, 0.06255817413330078, 0.0626360969543457, 0.06275577545166015, 0.06273740768432617, 0.06285222244262695, 0.06274137496948243, 0.06278144073486328, 0.06278764724731445, 0.06265951919555664, 0.06258483123779297, 0.06254079818725586, 0.06256230545043945, 0.06256435012817382, 0.06267494583129883, 0.0626800651550293, 0.06244147109985351, 0.0625684471130371, 0.06246604919433594, 0.06269030380249023, 0.06255625534057617, 0.06258063888549804, 0.06253260803222656, 0.06271488189697266, 0.06271795272827148, 0.06275382232666016, 0.06277321624755859, 0.135088134765625, 0.06249881744384766, 0.06268115234375, 0.06262777709960937, 0.06268108749389649, 0.06259097671508788, 0.06252032089233399, 0.06275276947021484, 0.06258176040649414, 0.06306099319458008, 0.06357196807861328, 0.06311423873901367, 0.06305996704101563, 0.06302105712890625, 0.0628961296081543, 0.06278041458129882, 0.06301708984375, 0.06289702224731446, 0.06271692657470704, 0.06253055953979492, 0.0626769905090332, 0.06274252700805664, 0.06265753555297851, 0.0627589111328125, 0.06262988662719726, 0.06280499267578125, 0.06366105651855469, 0.06289817428588867, 0.06265446472167968, 0.06260531234741211, 0.06268825531005859, 0.06262579345703125, 0.06272000122070312, 0.062718017578125, 0.06275065612792968, 0.06375526428222657, 0.06339072036743164, 0.06318489456176758, 0.06284697723388671, 0.06286950302124024, 0.06294732666015625, 0.06302924728393555, 0.06290329742431641, 0.06290841674804687, 0.06274867248535156, 0.06270054244995117, 0.06260326385498047, 0.06307020950317382, 0.06319615936279296, 0.06273945617675782, 0.06282035064697265, 0.06274764633178712, 0.06273023986816406, 0.06279782485961914, 0.06276607894897461, 0.06296473693847657, 0.06282048034667968, 0.06263180923461914, 0.06286336135864258, 0.06268825531005859, 0.06258585739135743, 0.06267801666259766, 0.06266265487670898, 0.13510348510742187, 0.06255206298828125, 0.06261248016357422, 0.06254079818725586, 0.0625602569580078, 0.0624005126953125, 0.06260838317871094, 0.06272102355957031, 0.06269235229492187, 0.06258380889892579, 0.062476287841796874, 0.062453758239746096, 0.0626165771484375, 0.06266265487670898, 0.06258076858520507, 0.06258582305908203, 0.06277427291870118, 0.06258892822265626, 0.06257459259033203, 0.06266368103027344, 0.06275788879394531, 0.06257766342163086, 0.06263705444335937, 0.06270259094238281, 0.06265548706054687, 0.06267494583129883, 0.06270873641967774, 0.06272614288330078, 0.06291763305664062, 0.06346140670776367, 0.06309577560424805, 0.06272000122070312, 0.06276095962524414, 0.06291865539550781, 0.06295040130615234, 0.06280313491821289, 0.06290412902832031, 0.06265343856811524, 0.06270873641967774, 0.06311423873901367, 0.06278144073486328, 0.06290739059448242, 0.06271590423583985, 0.0627322883605957, 0.06283161544799805, 0.06280806350708008, 0.0626769905090332, 0.06273654556274413, 0.06261027145385742, 0.06262783813476562, 0.06267596817016602, 0.06271283340454102, 0.06290636825561523, 0.06313267135620117, 0.06274150466918946, 0.0627066879272461, 0.0630937614440918, 0.06273433685302734, 0.06281011199951173, 0.06344908905029296, 0.06316543960571289, 0.06293612670898438, 0.06281721496582031, 0.13536460876464843, 0.06317977523803711, 0.06290124893188477, 0.0626954231262207, 0.06268415832519532, 0.0627507209777832, 0.06271692657470704, 0.06280908966064454, 0.06288076782226562, 0.06278758239746093, 0.0627283821105957, 0.06276076889038086, 0.06268415832519532, 0.06270070266723633, 0.06266368103027344, 0.06276796722412109, 0.06262886428833007, 0.06274969482421874, 0.06288793563842773, 0.06282547378540039, 0.06275379180908203, 0.06282751846313477, 0.06297600173950195, 0.06367027282714843, 0.0630374412536621, 0.06330368041992188, 0.06353919982910156, 0.06282035064697265, 0.0626872329711914, 0.0630302734375, 0.06284185409545899, 0.06321971130371094, 0.0630835189819336, 0.06267801666259766, 0.06279270553588867, 0.06276095962524414, 0.06250086212158203, 0.06256639862060547, 0.06254182434082031, 0.06258380889892579, 0.06276831817626953, 0.06337311935424805, 0.06279782485961914, 0.0627457275390625, 0.06266252899169922, 0.06261145782470703, 0.0625602569580078, 0.06258892822265626, 0.06265241622924805, 0.06266470336914062, 0.06270566558837891, 0.06259609603881836, 0.06255206298828125, 0.06284185409545899, 0.06268825531005859, 0.06276716613769531, 0.06275795364379883, 0.06341414260864257, 0.06388326263427735, 0.06380652618408203, 0.06306707382202148, 0.06314905548095703, 0.06275174331665039, 0.13544960021972657, 0.06258995056152344, 0.06330879974365235, 0.06348287963867187, 0.06286028671264648, 0.06268620681762695, 0.06269747161865234, 0.06275788879394531, 0.06273638534545899, 0.06258790588378907, 0.0626115837097168, 0.06257958221435547, 0.06264115142822266, 0.06260838317871094, 0.06269952011108398, 0.06273945617675782, 0.06273023986816406, 0.0628039665222168, 0.06281318283081054, 0.06252153778076172, 0.06276076889038086, 0.06265139389038087, 0.06259916687011718, 0.06263603210449219, 0.06258995056152344, 0.06259609603881836, 0.06275481414794921, 0.0627701759338379, 0.06260531234741211, 0.06264831924438477, 0.06279065704345703, 0.06271500778198243, 0.06273932647705079, 0.0628930549621582, 0.06298931121826172, 0.06283980941772462, 0.0628674545288086, 0.0628223991394043, 0.06274662399291993, 0.06270873641967774, 0.06253567886352539, 0.062635009765625, 0.06272313690185546, 0.06269228744506836, 0.06259404754638671, 0.06261862564086915, 0.06267903900146485, 0.0628326416015625, 0.06273440170288086, 0.06275065612792968, 0.06262476730346679, 0.06263091278076172, 0.06274150466918946, 0.06266067123413085, 0.06255507278442383, 0.06263398361206055, 0.0629114875793457, 0.06271692657470704, 0.06265651321411132, 0.06285414505004883, 0.06412493133544922, 0.06333235168457031, 0.0629299201965332, 0.13567181396484376, 0.06303859329223632, 0.06263395309448243, 0.0628059196472168, 0.0626769905090332, 0.06251417541503906, 0.06277324676513672, 0.06280192184448243, 0.06316851043701172, 0.06299443054199219, 0.06279679870605469, 0.06267391967773438, 0.06262688064575195, 0.06257759857177735, 0.06261862564086915, 0.0626616325378418, 0.06265241622924805, 0.06269747161865234, 0.06272409439086914, 0.06263398361206055, 0.06282649612426758, 0.06256435012817382, 0.06266777420043945, 0.06273638534545899, 0.06271385574340821, 0.06276095962524414, 0.06284697723388671, 0.06270156860351563, 0.0627619857788086, 0.06273535919189453, 0.06288383865356445, 0.06301388931274414, 0.06270975875854493, 0.06286028671264648, 0.0627589111328125, 0.06260736083984375, 0.0625428810119629, 0.0626656951904297, 0.06253263854980469, 0.06288585662841797, 0.06271385574340821, 0.06278659057617188, 0.06279267120361329, 0.06256537628173828, 0.0627487678527832, 0.06268406295776367, 0.06256537628173828, 0.06272614288330078, 0.06244454574584961, 0.06260736083984375, 0.06265350341796876, 0.06256224060058593, 0.06254694366455078, 0.062473342895507815, 0.06256012725830078, 0.06260326385498047, 0.06257766342163086, 0.0626872329711914, 0.0630568962097168, 0.06270259094238281, 0.06283980941772462, 0.06249676895141602, 0.06253363037109375, 0.13510569763183594, 0.06262460708618164, 0.06262783813476562, 0.06268620681762695, 0.06295552062988281, 0.06267801666259766, 0.06268211364746094, 0.0633589744567871, 0.06321254348754883, 0.06287871932983398, 0.06267391967773438, 0.06282751846313477, 0.06274867248535156, 0.06257766342163086, 0.06270771026611328, 0.06292582321166992, 0.0626954231262207, 0.062448638916015625, 0.06295040130615234, 0.06269952011108398, 0.06277222442626954, 0.06258278274536133, 0.06267087936401367, 0.06306710433959961, 0.0640348129272461, 0.06342860794067383, 0.06335283279418945, 0.06278963088989258, 0.06278768157958985, 0.06267391967773438, 0.06256425476074219, 0.06301491165161133, 0.06266060638427734, 0.06295859146118164, 0.06358323287963867, 0.0631459846496582, 0.06284288024902343, 0.06266572952270508, 0.06276300811767578, 0.06267187118530274, 0.06277734375, 0.06265139389038087, 0.06269952011108398, 0.0625715217590332, 0.06255820846557616, 0.06272000122070312, 0.06264729690551758, 0.0627701759338379, 0.06263705444335937, 0.06260121536254883, 0.06267391967773438, 0.06268928146362304, 0.06277427291870118, 0.06268825531005859, 0.06276710510253906, 0.06274252700805664, 0.06257868957519531, 0.06275276947021484, 0.06275801467895507, 0.06274444961547851, 0.06268313598632813, 0.06284185409545899, 0.06305279922485352, 0.13531033325195313, 0.0626165771484375, 0.06254489517211914, 0.062481407165527345, 0.0625459213256836, 0.06263091278076172, 0.06260428619384766, 0.06268313598632813, 0.062561279296875, 0.0627589111328125, 0.06270463943481445, 0.06268115234375, 0.06256857681274414, 0.06257952117919922, 0.06262992095947266, 0.06276809692382812, 0.06270463943481445, 0.06270156860351563, 0.06268211364746094, 0.06272224044799804, 0.0625918083190918, 0.06260531234741211, 0.06275481414794921, 0.06272716903686523, 0.06261862564086915, 0.06270054244995117, 0.06322995376586914, 0.0634705924987793, 0.06288588714599609, 0.0626319351196289, 0.06268108749389649, 0.06265651321411132, 0.06272927856445312, 0.0626278076171875, 0.06303638458251953, 0.0628930549621582, 0.06273843383789063, 0.06298316955566406, 0.0630118408203125, 0.0629043197631836, 0.06288588714599609, 0.06289920043945313, 0.0627322883605957, 0.06266060638427734, 0.06274560165405274, 0.06261248016357422, 0.06254387283325195, 0.0627375030517578, 0.0627342414855957, 0.06259507369995117, 0.06277836990356446, 0.06282137680053711, 0.06286336135864258, 0.0628930549621582, 0.06285721588134766, 0.06268415832519532, 0.06269132614135742, 0.06267391967773438, 0.06272716903686523, 0.06263398361206055, 0.06249676895141602, 0.06264422225952149, 0.06282035064697265, 0.1352447967529297, 0.06257049560546875, 0.0626165771484375, 0.062635009765625, 0.06261043167114258, 0.06263603210449219, 0.06262271881103515, 0.0626769905090332, 0.06261862564086915, 0.06264934539794922, 0.06264115142822266, 0.06267494583129883, 0.06264934539794922, 0.06265871810913086, 0.0625621452331543, 0.06265753555297851, 0.06270873641967774, 0.062561279296875, 0.0625715217590332, 0.06256435012817382, 0.06260019302368164, 0.06258585739135743, 0.06280806350708008, 0.0626165771484375, 0.06258598327636719, 0.06276595306396485, 0.06267187118530274, 0.06274870300292969, 0.06262371063232422, 0.06266060638427734, 0.0625162239074707, 0.06264831924438477, 0.06270156860351563, 0.06272409439086914, 0.06258899307250977, 0.062462913513183595, 0.0625428466796875, 0.06272617721557618, 0.06352790451049804, 0.06381260681152344, 0.06301388931274414, 0.06282035064697265, 0.06302924728393555, 0.06276300811767578, 0.06272716903686523, 0.06267289733886719, 0.06295142364501953, 0.06284697723388671, 0.06279475021362305, 0.06278041458129882, 0.06289408111572266, 0.0628869743347168, 0.06277830505371093, 0.06278860855102539, 0.06306406402587891, 0.0634071044921875, 0.06291660690307617, 0.06275379180908203, 0.0626954231262207, 0.06266368103027344, 0.06279270553588867, 0.06277632141113282, 0.06267494583129883]",tokens/s,15.674317341461792,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.4b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1565.773824,2168.979456,0.0,1522.532352,1394.863616,s,10,0.7274297943115234,0.07274297943115235,0.0013986768503876123,0.07226521682739258,0.07347540283203124,0.07515016555786132,0.0764899757385254,"[0.0768249282836914, 0.07210610961914063, 0.07184393310546874, 0.07232908630371093, 0.07202118682861328, 0.07247756958007813, 0.0723966064453125, 0.07220134735107422, 0.07212579345703125, 0.07310323333740235]",tokens/s,3519.2399596759906,kWh,8.529549022372679e-07,4.6738028940643143e-07,3.933354465626244e-06,5.253689657269945e-06,tokens/kWh,48727659.359504156,MB,1566.101504,2168.979456,0.0,1522.532352,1491.576832,s,10,39.543352050781245,3.9543352050781246,0.008196721752012559,3.9515069580078124,3.9657108154296874,3.966758361816406,3.967596398925781,"[3.967805908203125, 3.948567138671875, 3.95064404296875, 3.945499267578125, 3.96494189453125, 3.96547802734375, 3.952369873046875, 3.9549228515625, 3.945201171875, 3.947921875]",tokens/s,15.931881525647071,kWh,4.658322652049964e-05,2.5530277081401715e-05,0.0002073834256987738,0.0002794969293006751,tokens/kWh,225404.98086197698,,s,629,40.12977773284911,0.0637993286690765,0.008641086270954917,0.06266368103027344,0.06314926147460938,0.06341548919677734,0.1351290490722656,"[0.06447001647949219, 0.06381260681152344, 0.06451712036132813, 0.06395187377929687, 0.06415462493896484, 0.06395904159545898, 0.06358937454223633, 0.06393247985839844, 0.06341020965576172, 0.06255913543701172, 0.06289203262329102, 0.06282035064697265, 0.06282547378540039, 0.062635009765625, 0.06270771026611328, 0.06300057601928712, 0.06288188934326172, 0.06253660964965821, 0.06260019302368164, 0.06271699142456055, 0.0629185905456543, 0.06360678482055664, 0.06323507308959961, 0.06260121536254883, 0.06290636825561523, 0.06293503952026368, 0.06285619354248047, 0.06276403045654297, 0.06258179092407226, 0.06296060943603515, 0.06260432052612305, 0.06311523056030273, 0.06329446411132812, 0.06290329742431641, 0.06268313598632813, 0.062635009765625, 0.06278656005859375, 0.06255001449584961, 0.06302822494506836, 0.06287564849853515, 0.06296575927734376, 0.06306713485717773, 0.06284902572631836, 0.06260432052612305, 0.06263395309448243, 0.06258073425292969, 0.06253977584838867, 0.06282854461669922, 0.06293913650512695, 0.0629483528137207, 0.062635009765625, 0.06271702575683594, 0.06260835266113281, 0.06260115051269531, 0.062458881378173826, 0.06255820846557616, 0.06286761474609374, 0.06274646377563477, 0.06261043167114258, 0.0626566390991211, 0.06248025512695313, 0.06259711837768554, 0.13514854431152343, 0.06287974548339843, 0.06256435012817382, 0.06253260803222656, 0.06251007843017578, 0.06260326385498047, 0.06248755264282226, 0.06260224151611328, 0.0625080337524414, 0.06253670501708984, 0.06258687973022461, 0.06260224151611328, 0.06252544021606446, 0.0625602569580078, 0.062499839782714846, 0.0625726089477539, 0.06289503860473633, 0.06260224151611328, 0.062561279296875, 0.06254694366455078, 0.06257561492919922, 0.06253158569335937, 0.06252134323120118, 0.06264012908935547, 0.06252441787719727, 0.06250188827514648, 0.06263296127319336, 0.06261248016357422, 0.06253260803222656, 0.06250092697143554, 0.062495681762695314, 0.062494720458984375, 0.06260326385498047, 0.06264831924438477, 0.06355766296386718, 0.0630865592956543, 0.0629678077697754, 0.06314086532592773, 0.06258278274536133, 0.06254796981811524, 0.06267903900146485, 0.06278860855102539, 0.0626237449645996, 0.06257459259033203, 0.06258687973022461, 0.06263091278076172, 0.0631982078552246, 0.06278153610229492, 0.06252124786376953, 0.062424064636230465, 0.06357913589477539, 0.06316953659057617, 0.06260224151611328, 0.06253875350952148, 0.06283571243286133, 0.06263091278076172, 0.06268825531005859, 0.062740478515625, 0.06261555099487305, 0.06264831924438477, 0.06265155029296875, 0.0625590705871582, 0.06258902359008789, 0.1349620819091797, 0.06290022277832032, 0.06273023986816406, 0.06258278274536133, 0.06256537628173828, 0.06241484832763672, 0.06243644714355469, 0.06253769683837891, 0.06264825439453126, 0.06266265487670898, 0.06263910293579102, 0.0626872329711914, 0.06254899215698242, 0.06250291061401367, 0.06315827178955079, 0.0630835189819336, 0.06262579345703125, 0.0625541114807129, 0.06296575927734376, 0.06356377410888672, 0.06273535919189453, 0.06261248016357422, 0.06268825531005859, 0.0627446403503418, 0.0627281265258789, 0.0624793586730957, 0.06259609603881836, 0.0625162239074707, 0.0626165771484375, 0.06249065780639648, 0.06313776016235352, 0.06331596755981446, 0.06296166229248047, 0.06251827239990235, 0.06264012908935547, 0.062561279296875, 0.0625602569580078, 0.06269747161865234, 0.06257459259033203, 0.06271078491210938, 0.06256038284301758, 0.06276697540283203, 0.06258380889892579, 0.06290636825561523, 0.06270566558837891, 0.06256332778930664, 0.062481407165527345, 0.06269132614135742, 0.0627322883605957, 0.06273023986816406, 0.06274867248535156, 0.06260326385498047, 0.06264934539794922, 0.06341632080078125, 0.06303948974609375, 0.06266265487670898, 0.06273331069946289, 0.06255615997314454, 0.06252851104736327, 0.06263091278076172, 0.06242508697509765, 0.06251929473876953, 0.06264524841308594, 0.13569229125976562, 0.06256332778930664, 0.06257161712646485, 0.06252329635620117, 0.06241689682006836, 0.06251827239990235, 0.0628070411682129, 0.06277529525756836, 0.06263296127319336, 0.06275276947021484, 0.06252441787719727, 0.0628039665222168, 0.06260121536254883, 0.0625541114807129, 0.06245785522460937, 0.0629299201965332, 0.06257561492919922, 0.06257766342163086, 0.06255615997314454, 0.06261145782470703, 0.06267084884643555, 0.062483455657958986, 0.06249574279785156, 0.06257049560546875, 0.0625797119140625, 0.06259097671508788, 0.06254899215698242, 0.06255513763427735, 0.06255923080444335, 0.06248448181152344, 0.06252236938476563, 0.06307942581176758, 0.06321664047241211, 0.06248038482666016, 0.06251110458374023, 0.062478336334228515, 0.06253158569335937, 0.06253260803222656, 0.06252748870849609, 0.06256332778930664, 0.06271283340454102, 0.06266368103027344, 0.06257356643676758, 0.06252032089233399, 0.06264217758178711, 0.0626165771484375, 0.06250291061401367, 0.06261151885986328, 0.06268204879760743, 0.06258483123779297, 0.06261558532714843, 0.06265241622924805, 0.06281110382080078, 0.06251638412475585, 0.06255599975585938, 0.06269132614135742, 0.06260224151611328, 0.06267187118530274, 0.06256332778930664, 0.06258483123779297, 0.06260224151611328, 0.06268211364746094, 0.0627701759338379, 0.13546188354492186, 0.06358937454223633, 0.06271692657470704, 0.0625797119140625, 0.0627845115661621, 0.06304460906982422, 0.06299238586425782, 0.06287257766723633, 0.06339686584472656, 0.06300262451171874, 0.0626688003540039, 0.06257459259033203, 0.06258687973022461, 0.06256435012817382, 0.06278144073486328, 0.06308249664306641, 0.06297600173950195, 0.06380134582519531, 0.06340934371948242, 0.06293689727783203, 0.06308863830566407, 0.06269644927978515, 0.06269747161865234, 0.0626104965209961, 0.06275372695922851, 0.06255308914184571, 0.06283878326416016, 0.06302105712890625, 0.06272204971313476, 0.06288281631469726, 0.06287155151367188, 0.06313369750976562, 0.06276710510253906, 0.06288998413085937, 0.0630978546142578, 0.06291558456420898, 0.0626237449645996, 0.062740478515625, 0.06290636825561523, 0.06285414505004883, 0.06296678543090821, 0.06321459197998047, 0.06271283340454102, 0.06288281631469726, 0.06283161544799805, 0.06350028610229493, 0.06359552001953125, 0.06299955368041993, 0.06314700698852539, 0.06274662399291993, 0.06401229095458984, 0.06346259307861328, 0.06288467025756836, 0.06280294418334961, 0.0630374412536621, 0.0629749755859375, 0.06288383865356445, 0.06269440078735351, 0.06262988662719726, 0.06266777420043945, 0.06251110458374023, 0.06259097671508788, 0.06276505661010742, 0.1356810302734375, 0.0628848648071289, 0.06297600173950195, 0.0627957763671875, 0.06275993728637695, 0.06265651321411132, 0.06285110473632813, 0.06305072021484374, 0.06309273529052735, 0.06269030380249023, 0.06300467300415039, 0.06298419189453125, 0.06283878326416016, 0.06258380889892579, 0.06298009490966797, 0.06349414443969727, 0.06279065704345703, 0.06271692657470704, 0.06281727981567382, 0.06321049499511719, 0.06390067291259766, 0.06274662399291993, 0.0630302734375, 0.0632360954284668, 0.06287462234497071, 0.06285107040405273, 0.06283366394042969, 0.06292787170410157, 0.06309171295166016, 0.06284697723388671, 0.0633908805847168, 0.06323696136474609, 0.06265651321411132, 0.06304665756225586, 0.06274252700805664, 0.06292582321166992, 0.06268108749389649, 0.06265359878540039, 0.06276182556152343, 0.06291046524047851, 0.062814208984375, 0.0628848648071289, 0.06260736083984375, 0.06319718551635742, 0.06301593780517578, 0.06291046524047851, 0.06317772674560547, 0.06293196868896485, 0.06287871932983398, 0.06329446411132812, 0.063172607421875, 0.06317670440673828, 0.06291251373291015, 0.06272000122070312, 0.0629749755859375, 0.06316953659057617, 0.06267801666259766, 0.06295257568359375, 0.06293081665039063, 0.06283468627929688, 0.06287475204467774, 0.06263283157348633, 0.06303846359252929, 0.13538819885253905, 0.06253769683837891, 0.06298009490966797, 0.06262271881103515, 0.06244147109985351, 0.06257459259033203, 0.06248448181152344, 0.062561279296875, 0.06243840026855469, 0.06266060638427734, 0.06255615997314454, 0.0625602569580078, 0.06251827239990235, 0.06253670501708984, 0.06262579345703125, 0.06250905609130859, 0.0625162239074707, 0.06275174331665039, 0.062491649627685546, 0.06252544021606446, 0.06253772735595703, 0.06270156860351563, 0.06256752014160157, 0.062464927673339846, 0.062461952209472656, 0.06248246383666992, 0.06255408096313476, 0.06254387283325195, 0.06258790588378907, 0.06255104064941407, 0.06267903900146485, 0.0632279052734375, 0.06326886367797852, 0.06286649703979492, 0.0625304946899414, 0.0626063346862793, 0.06283059310913086, 0.0628674545288086, 0.06294118499755859, 0.06314803314208985, 0.06268928146362304, 0.06283776092529297, 0.06278348922729492, 0.06264831924438477, 0.06287667083740234, 0.0631541748046875, 0.06334259033203125, 0.06290240097045899, 0.06362099075317383, 0.06321971130371094, 0.06279987335205078, 0.06298316955566406, 0.06268211364746094, 0.06257356643676758, 0.06284492874145507, 0.06280089569091797, 0.06280806350708008, 0.06302105712890625, 0.06263919830322266, 0.06264822387695312, 0.06268415832519532, 0.06266777420043945, 0.06285414505004883, 0.13541477966308593, 0.0627701759338379, 0.06268825531005859, 0.06313779067993164, 0.06299552154541016, 0.06270678329467773, 0.06255599975585938, 0.06287667083740234, 0.06264422225952149, 0.06314086532592773, 0.06269235229492187, 0.06259814453125, 0.06276095962524414, 0.0626063346862793, 0.06283878326416016, 0.06278553771972656, 0.06273334503173827, 0.06341424179077149, 0.06318694305419922, 0.06259199905395507, 0.06277734375, 0.0626984977722168, 0.06281625747680664, 0.06286131286621094, 0.06263097763061523, 0.06298515319824219, 0.06283161544799805, 0.06271283340454102, 0.06281216049194335, 0.06291353607177734, 0.06285619354248047, 0.06308147048950195, 0.06286028671264648, 0.06315520095825196, 0.06290636825561523, 0.0625715217590332, 0.0626319351196289, 0.06263808059692383, 0.06276403045654297, 0.06299955368041993, 0.06254387283325195, 0.06315929412841798, 0.0626698226928711, 0.06250086212158203, 0.06255417633056641, 0.06266566467285156, 0.06308454513549805, 0.06267801666259766, 0.06262271881103515, 0.06260224151611328, 0.0628930549621582, 0.06298419189453125, 0.06266675186157226, 0.06257561492919922, 0.06261043167114258, 0.0626954231262207, 0.06256947326660156, 0.06256742477416992, 0.06259814453125, 0.062483455657958986, 0.06245785522460937, 0.06260739135742187, 0.06276399993896484, 0.13507891845703124, 0.06250188827514648, 0.06251520156860352, 0.06254899215698242, 0.0627691535949707, 0.0625172462463379, 0.06258483123779297, 0.06251110458374023, 0.0627589111328125, 0.06260428619384766, 0.0625797119140625, 0.06265548706054687, 0.06242611312866211, 0.06266265487670898, 0.06277119827270508, 0.06264422225952149, 0.062453758239746096, 0.06272614288330078, 0.06254899215698242, 0.06250700759887695, 0.0625541114807129, 0.06259199905395507, 0.06264422225952149, 0.06261862564086915, 0.06245068740844727, 0.06270054244995117, 0.0625797119140625, 0.06258073425292969, 0.06257868957519531, 0.06262783813476562, 0.06285107040405273, 0.06257664108276367, 0.06262992095947266, 0.06257558441162109, 0.06262886428833007, 0.0626319351196289, 0.0626616325378418, 0.06258892822265626, 0.06262787246704102, 0.06260732650756835, 0.06287871932983398, 0.06262886428833007, 0.06252953720092773, 0.06264422225952149, 0.06258995056152344, 0.06258483123779297, 0.06291046524047851, 0.06279372787475586, 0.06252236938476563, 0.06269241714477539, 0.06262675094604492, 0.06250188827514648, 0.06257356643676758, 0.0625797119140625, 0.06252646255493165, 0.06253158569335937, 0.06251520156860352, 0.06253488159179688, 0.06273411178588867, 0.06257868957519531, 0.0625428466796875, 0.06268108749389649, 0.06285007858276367, 0.1364827880859375, 0.06258995056152344, 0.06280400085449218, 0.06276399993896484, 0.06260736083984375, 0.06255513763427735, 0.06256332778930664, 0.06250495910644531, 0.06252134323120118, 0.06254899215698242, 0.06257766342163086, 0.06255206298828125, 0.06252134323120118, 0.06252851104736327, 0.0626063346862793, 0.06365081787109375, 0.06285721588134766, 0.06258380889892579, 0.06250291061401367, 0.06255308914184571, 0.06253260803222656, 0.06257459259033203, 0.06257049560546875, 0.0626165771484375, 0.06249881744384766, 0.0625459213256836, 0.06259609603881836, 0.0625459213256836, 0.06249676895141602, 0.06287360000610352, 0.06255718231201172, 0.06255923080444335, 0.06253363037109375, 0.06260326385498047, 0.06264934539794922, 0.06255615997314454, 0.06262476730346679, 0.06248857498168945, 0.06258278274536133, 0.06264230346679688, 0.06293900680541992, 0.06301798248291016, 0.06250188827514648, 0.06278656005859375, 0.06277939224243165, 0.06267596817016602, 0.06271078491210938, 0.06272409439086914, 0.06257766342163086, 0.06339788818359375, 0.06294425582885742, 0.06258483123779297, 0.06268415832519532, 0.06261964797973633, 0.06261145782470703, 0.06269747161865234, 0.06256435012817382, 0.06262886428833007, 0.06264217758178711, 0.0625758399963379, 0.06268700790405274, 0.06271078491210938, 0.06260736083984375]",tokens/s,15.674146121300794,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,x,x,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/x/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947686-0d54fe341a5f551d4a1f4ae2;ff474500-8dcf-4df2-b0f5-baf8fe3d1b8e) Repository Not Found for url: https://huggingface.co/x/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: x is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-34B,01-ai/Yi-34B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.0,,,,MB,4753.522688,21498.42944,0.0,20851.982336,20236.731392,s,10,15.791625,1.5791625,0.0006504668109249951,1.579173889160156,1.5798716064453124,1.5800453002929689,1.5801842553710939,"[1.57879541015625, 1.5780565185546875, 1.5798330078125, 1.5797557373046875, 1.580218994140625, 1.57864208984375, 1.5789478759765625, 1.57939990234375, 1.578477294921875, 1.5794981689453125]",tokens/s,162.11124567610997,kWh,1.8641048173109693e-05,1.0215338307862111e-05,9.709499434260027e-05,0.00012595138082357207,tokens/kWh,2032530.3170641307,MB,4754.120704,21498.42944,0.0,20851.982336,20339.707392,s,10,881.8083671875002,88.18083671874999,0.002079438758836812,88.1809140625,88.18330625,88.18352421875001,88.18369859375001,"[88.1769296875, 88.179453125, 88.1832578125, 88.1811796875, 88.18275, 88.178796875, 88.1821796875, 88.1837421875, 88.1794296875, 88.1806484375]",tokens/s,0.7144409414137963,kWh,0.001040938318769137,0.0005705258692486495,0.0053753298280382,0.0069867940160559866,tokens/kWh,9017.011215046985,,s,629,894.6216553955076,1.4222919799610616,0.18759022057657465,1.39966162109375,1.400088818359375,1.4002253417968749,2.978684599609375,"[1.3990267333984374, 1.399194580078125, 1.39926318359375, 1.399057373046875, 1.39915771484375, 1.3993861083984376, 1.3993082275390625, 1.3993277587890625, 1.3993349609375, 1.3990625, 1.3992550048828125, 1.399257080078125, 1.3994239501953125, 1.3993123779296874, 1.3992008056640626, 1.399593017578125, 1.39961962890625, 1.3998203125, 1.3995447998046875, 1.39936865234375, 1.399487548828125, 1.399593994140625, 1.3995611572265625, 1.399668701171875, 1.39974658203125, 1.3998499755859375, 1.399363525390625, 1.39985302734375, 1.399152587890625, 1.399531494140625, 1.39940771484375, 1.399680908203125, 1.39953564453125, 1.399763916015625, 1.3996451416015625, 1.3997568359375, 1.3997650146484375, 1.39991455078125, 1.3995980224609375, 1.3999871826171875, 1.399814208984375, 1.40004248046875, 1.3995816650390625, 1.4001510009765625, 1.39960009765625, 1.400014892578125, 1.4001336669921876, 1.399931884765625, 1.3994854736328124, 1.40003125, 1.3995704345703126, 1.40002197265625, 1.399784423828125, 1.3999564208984374, 1.3997066650390626, 1.400405029296875, 1.3998858642578125, 1.399877685546875, 1.399904296875, 1.3998837890625, 1.3997188720703124, 1.4000732421875, 2.978333740234375, 1.3989600830078126, 1.39924169921875, 1.3988751220703124, 1.399287841796875, 1.3991710205078125, 1.399235595703125, 1.399609375, 1.399541748046875, 1.3992969970703124, 1.39930322265625, 1.399277587890625, 1.39953564453125, 1.399251953125, 1.3993912353515625, 1.399419921875, 1.3995018310546874, 1.3994639892578125, 1.399394287109375, 1.399310302734375, 1.3996768798828125, 1.399478271484375, 1.3996656494140625, 1.3994024658203126, 1.39964208984375, 1.3995662841796874, 1.3995765380859375, 1.39959912109375, 1.399552978515625, 1.3994024658203126, 1.3995858154296874, 1.39936669921875, 1.3997916259765626, 1.3996544189453124, 1.3998448486328126, 1.3994271240234375, 1.3996441650390625, 1.39966162109375, 1.399943115234375, 1.399889892578125, 1.4001827392578126, 1.39974658203125, 1.400034423828125, 1.3994228515625, 1.399857177734375, 1.399530517578125, 1.40224609375, 1.3999288330078126, 1.4000067138671874, 1.400026123046875, 1.400090576171875, 1.3997403564453126, 1.39998828125, 1.3997435302734376, 1.4000753173828124, 1.3996533203125, 1.4001356201171875, 1.39987353515625, 1.4000650634765626, 1.399835693359375, 1.40000048828125, 1.39968408203125, 1.4000137939453126, 2.979962890625, 1.39926220703125, 1.3990328369140625, 1.399584716796875, 1.3994219970703126, 1.3992283935546874, 1.3991546630859375, 1.3993482666015624, 1.3992652587890626, 1.39936669921875, 1.399351318359375, 1.3993861083984376, 1.399299072265625, 1.3993707275390626, 1.3993062744140625, 1.3993953857421875, 1.39961962890625, 1.399415771484375, 1.399525390625, 1.39930517578125, 1.39949365234375, 1.3997568359375, 1.3993184814453126, 1.3997650146484375, 1.3997353515625, 1.399690185546875, 1.4000291748046876, 1.399877685546875, 1.399784423828125, 1.3996329345703125, 1.3998212890625, 1.3994864501953126, 1.4001602783203124, 1.3998140869140625, 1.3999124755859376, 1.3998775634765626, 1.4000035400390625, 1.3994906005859375, 1.399784423828125, 1.39968408203125, 1.3998192138671874, 1.399498779296875, 1.4001407470703124, 1.3995120849609375, 1.3999288330078126, 1.3997454833984375, 1.39981103515625, 1.4027008056640624, 1.3998243408203126, 1.39981103515625, 1.4002513427734375, 1.39980078125, 1.3999759521484374, 1.399794677734375, 1.40002001953125, 1.39987353515625, 1.3999278564453126, 1.399804931640625, 1.400158203125, 1.399793701171875, 1.4000107421875, 1.400045654296875, 1.400123291015625, 2.980041748046875, 1.39945166015625, 1.399203857421875, 1.3994495849609374, 1.3992274169921874, 1.39907177734375, 1.399314453125, 1.399120849609375, 1.39966162109375, 1.399363525390625, 1.3993165283203124, 1.399487548828125, 1.4004613037109375, 1.3995233154296876, 1.399342041015625, 1.399341064453125, 1.3994598388671875, 1.3993349609375, 1.3996513671875, 1.3996400146484376, 1.399520263671875, 1.3995191650390626, 1.3995377197265626, 1.399234619140625, 1.3996871337890624, 1.4000189208984375, 1.3999349365234375, 1.39932470703125, 1.399783447265625, 1.4000445556640626, 1.399647216796875, 1.399568359375, 1.399568359375, 1.399731201171875, 1.399889892578125, 1.39970556640625, 1.39993603515625, 1.3996287841796875, 1.3998807373046875, 1.3998387451171874, 1.399732177734375, 1.3995458984375, 1.3997874755859374, 1.3995592041015625, 1.400785888671875, 1.3997117919921875, 1.3998121337890626, 1.3999656982421875, 1.3996810302734375, 1.3996943359375, 1.39987353515625, 1.399900146484375, 1.4000506591796875, 1.3997332763671875, 1.3998817138671875, 1.3996072998046876, 1.40021044921875, 1.39983251953125, 1.400130615234375, 1.4000435791015624, 1.400005615234375, 1.3997353515625, 1.4001796875, 2.9802998046875, 1.399120849609375, 1.399341064453125, 1.399108642578125, 1.39905126953125, 1.3995653076171874, 1.39922119140625, 1.399256103515625, 1.3993154296875, 1.3994423828125, 1.3993594970703125, 1.399393310546875, 1.3994976806640624, 1.399383056640625, 1.3993502197265626, 1.399436279296875, 1.399673828125, 1.401808837890625, 1.399751708984375, 1.3995008544921874, 1.39957958984375, 1.3996103515625, 1.3996278076171875, 1.3993154296875, 1.39953564453125, 1.399587890625, 1.3997158203125, 1.3994547119140626, 1.399677978515625, 1.39930322265625, 1.3997813720703125, 1.3996236572265626, 1.3997977294921875, 1.3994639892578125, 1.399583740234375, 1.3996553955078126, 1.39995751953125, 1.3994649658203124, 1.3997015380859374, 1.3995806884765625, 1.4000537109375, 1.3995079345703125, 1.40003125, 1.3995447998046875, 1.4000128173828126, 1.3996851806640624, 1.3999759521484374, 1.3998397216796874, 1.40012646484375, 1.399877685546875, 1.400088623046875, 1.3997568359375, 1.4000291748046876, 1.3996800537109375, 1.4001787109375, 1.399815185546875, 1.40000048828125, 1.4016307373046875, 1.400141845703125, 1.4000137939453126, 1.400014892578125, 1.3999698486328125, 1.4001131591796876, 2.978821044921875, 1.399046142578125, 1.3991793212890624, 1.3989376220703125, 1.39928369140625, 1.3996728515625, 1.3994056396484376, 1.399405517578125, 1.3993594970703125, 1.3993656005859374, 1.3992847900390626, 1.3991884765625, 1.3991322021484376, 1.3994342041015626, 1.3993819580078124, 1.3996124267578125, 1.39962060546875, 1.39949365234375, 1.39947216796875, 1.3994957275390625, 1.3995653076171874, 1.399456787109375, 1.3994700927734376, 1.3995662841796874, 1.399562255859375, 1.3996544189453124, 1.399804931640625, 1.39970361328125, 1.3997813720703125, 1.39945068359375, 1.3997384033203124, 1.399419921875, 1.3995765380859375, 1.3994117431640625, 1.400079345703125, 1.3999482421875, 1.399835693359375, 1.399540771484375, 1.399688232421875, 1.399657470703125, 1.3998336181640625, 1.3995345458984374, 1.39985205078125, 1.399656494140625, 1.3999964599609376, 1.39978857421875, 1.3996011962890624, 1.39962060546875, 1.3998602294921876, 1.3998612060546876, 1.4000189208984375, 1.3999698486328125, 1.3998602294921876, 1.399774169921875, 1.40016748046875, 1.399921630859375, 1.4004654541015624, 1.39996875, 1.4002933349609374, 1.3999073486328124, 1.4000814208984376, 1.3998212890625, 1.4002340087890626, 2.97885595703125, 1.3990830078125, 1.3992325439453126, 1.39894482421875, 1.3992386474609375, 1.3991240234375, 1.399192626953125, 1.399552978515625, 1.3998336181640625, 1.3991290283203126, 1.3995643310546875, 1.3993369140625, 1.3992908935546875, 1.3994813232421874, 1.3995396728515626, 1.3994075927734375, 1.399647216796875, 1.3993912353515625, 1.399774169921875, 1.399404541015625, 1.3995263671875, 1.399309326171875, 1.39955810546875, 1.4027039794921874, 1.3995570068359375, 1.3995970458984375, 1.399773193359375, 1.3994434814453125, 1.39992578125, 1.3998408203125, 1.39961962890625, 1.3993533935546876, 1.39991455078125, 1.399616455078125, 1.3995592041015625, 1.3996400146484376, 1.3997864990234374, 1.39940966796875, 1.399609375, 1.39965234375, 1.3998223876953124, 1.39985205078125, 1.4000179443359375, 1.399384033203125, 1.40019921875, 1.3997762451171876, 1.3997117919921875, 1.399884765625, 1.4000496826171875, 1.3995694580078124, 1.4001171875, 1.399783447265625, 1.40018896484375, 1.3996298828125, 1.400130615234375, 1.3999932861328126, 1.400088623046875, 1.4003466796875, 1.400564697265625, 1.3999073486328124, 1.399972900390625, 1.399690185546875, 1.400058837890625, 2.979527587890625, 1.3993922119140625, 1.39902978515625, 1.398983642578125, 1.39919775390625, 1.398992919921875, 1.3992396240234375, 1.3993533935546876, 1.3992376708984375, 1.3990655517578126, 1.399604248046875, 1.3992969970703124, 1.3993492431640624, 1.3994608154296875, 1.39930419921875, 1.3992017822265626, 1.401822265625, 1.39940869140625, 1.3995540771484376, 1.3994659423828124, 1.39966162109375, 1.3993226318359375, 1.3994906005859375, 1.39947216796875, 1.3996871337890624, 1.399563232421875, 1.39978955078125, 1.3996298828125, 1.399773193359375, 1.3996103515625, 1.3997169189453125, 1.3991597900390624, 1.3995765380859375, 1.399605224609375, 1.3999544677734375, 1.399837646484375, 1.3997568359375, 1.3994127197265624, 1.3997230224609376, 1.3997178955078124, 1.400048583984375, 1.399815185546875, 1.4001356201171875, 1.3998172607421875, 1.4001346435546875, 1.3995457763671875, 1.4000435791015624, 1.3997373046875, 1.3998131103515625, 1.3997435302734376, 1.4027857666015624, 1.400364013671875, 1.4001920166015625, 1.39983056640625, 1.4000352783203125, 1.4002769775390624, 1.400194091796875, 1.399773193359375, 1.4002216796875, 1.39990625, 1.4000352783203125, 1.399901123046875, 1.3998612060546876, 2.978325439453125, 1.3991455078125, 1.3992120361328124, 1.3990419921875, 1.3993450927734374, 1.3994271240234375, 1.3989150390625, 1.3993011474609376, 1.3993082275390625, 1.3992078857421875, 1.39926220703125, 1.399310302734375, 1.3993021240234376, 1.399226318359375, 1.3992540283203125, 1.3992283935546874, 1.399677978515625, 1.4018785400390625, 1.399798828125, 1.3992427978515625, 1.3995345458984374, 1.3994066162109375, 1.3994649658203124, 1.39955712890625, 1.3995816650390625, 1.399498779296875, 1.4000189208984375, 1.3997578125, 1.400258544921875, 1.39966162109375, 1.399711669921875, 1.399426025390625, 1.399445556640625, 1.3996800537109375, 1.3996759033203126, 1.3994976806640624, 1.400227783203125, 1.39970458984375, 1.399803955078125, 1.3998212890625, 1.399910400390625, 1.399972900390625, 1.399868408203125, 1.399245849609375, 1.40001171875, 1.3994486083984374, 1.399951416015625, 1.3996124267578125, 1.399826416015625, 1.3997291259765625, 1.400196044921875, 1.3996390380859376, 1.400005615234375, 1.3996943359375, 1.4000947265625, 1.399920654296875, 1.3999810791015626, 1.399846923828125, 1.40007421875, 1.3998878173828124, 1.400089599609375, 1.399841796875, 1.3999400634765624, 2.979295166015625, 1.3990625, 1.399267333984375, 1.39909521484375, 1.399299072265625, 1.3992110595703124, 1.399098388671875, 1.3994393310546875, 1.3993287353515624, 1.39915576171875, 1.39934619140625, 1.3993994140625, 1.399341064453125, 1.399320556640625, 1.3994598388671875, 1.3993870849609376, 1.3995867919921876, 1.399257080078125, 1.3995181884765624, 1.399752685546875, 1.3998980712890625, 1.3995858154296874, 1.39955615234375, 1.3992734375, 1.3995673828125, 1.39959912109375, 1.4034248046875, 1.3997086181640626, 1.39966162109375, 1.3998623046875, 1.399962646484375, 1.3994066162109375, 1.3994639892578125, 1.3996851806640624, 1.399741455078125, 1.3994925537109375, 1.3996871337890624, 1.3995704345703126, 1.40006396484375, 1.39987353515625, 1.399795654296875, 1.3996441650390625, 1.3998203125, 1.3995867919921876, 1.4001162109375, 1.3995396728515626, 1.3999329833984375, 1.3997076416015626, 1.3996749267578126, 1.3995120849609375, 1.3998345947265625, 1.39978955078125, 1.4000609130859376, 1.399593017578125, 1.39999951171875, 1.3997137451171875, 1.400164306640625, 1.4000711669921875, 1.4002811279296874, 1.3999185791015625, 1.399836669921875, 1.3998961181640626, 1.3999913330078124]",tokens/s,0.7030905145280909,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-12b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1627.56608,9251.06176,0.0,8604.614656,8168.771072,s,10,5.3975961303710935,0.5397596130371094,0.003354405434748526,0.5386120300292969,0.5400619018554688,0.5449371398925781,0.5488373303222657,"[0.5498123779296875, 0.5384815673828125, 0.5387099609375, 0.5385963134765624, 0.5388143310546875, 0.5385869750976563, 0.5386277465820313, 0.538978515625, 0.5385692749023437, 0.5384190673828125]",tokens/s,474.2852073713777,kWh,6.365189557535607e-06,3.487789578713617e-06,3.2651385770211595e-05,4.250436490646082e-05,tokens/kWh,6022910.836648851,MB,1627.56608,9251.06176,0.0,8604.614656,8459.203072,s,10,305.39571289062496,30.5395712890625,0.003338587488741805,30.5398291015625,30.543866015625,30.544282617187502,30.544615898437502,"[30.536814453125, 30.539501953125, 30.542396484375, 30.54099609375, 30.533814453125, 30.54015625, 30.5437734375, 30.54469921875, 30.53613671875, 30.537423828125]",tokens/s,2.062897327657083,kWh,0.00036051731153799785,0.00019759467733127933,0.0018429401424795864,0.0024010521313488635,tokens/kWh,26238.49735599362,,s,629,309.75817761230496,0.49246133165708217,0.0640358823451233,0.48475238037109375,0.48512091674804686,0.4852720764160156,1.0237376928710937,"[0.4851128234863281, 0.484463623046875, 0.48457626342773436, 0.4842936401367188, 0.4846950988769531, 0.484328369140625, 0.48442059326171877, 0.4845875244140625, 0.48425164794921877, 0.48418316650390625, 0.48424435424804685, 0.4845475769042969, 0.4846981201171875, 0.4848486328125, 0.4849991760253906, 0.4845537414550781, 0.48468685913085935, 0.4848087158203125, 0.48431924438476565, 0.4847984619140625, 0.4841820068359375, 0.4846735229492187, 0.4849541015625, 0.4847145080566406, 0.48478720092773436, 0.4847831115722656, 0.4845250549316406, 0.4846612548828125, 0.48453546142578124, 0.48448599243164064, 0.48476773071289064, 0.48466738891601563, 0.48499609375, 0.48479232788085935, 0.4846929931640625, 0.4845322265625, 0.48455474853515623, 0.4853309326171875, 0.4848721923828125, 0.4847052917480469, 0.48444415283203124, 0.4844861755371094, 0.48440725708007815, 0.48483123779296877, 0.4846654357910156, 0.48542913818359373, 0.48480050659179685, 0.4846243896484375, 0.48459161376953125, 0.4845578308105469, 0.48478106689453127, 0.4847411193847656, 0.48472372436523437, 0.485001220703125, 0.48507186889648435, 0.48492544555664063, 0.48468377685546876, 0.4850483093261719, 0.48506369018554685, 0.485032958984375, 0.48488037109375, 0.4847738952636719, 1.023762451171875, 0.4849448852539063, 0.48438885498046874, 0.48442678833007813, 0.48429052734375, 0.48424346923828127, 0.48442266845703125, 0.48424139404296873, 0.484305908203125, 0.4841062316894531, 0.48455291748046875, 0.4849344177246094, 0.4844451904296875, 0.48432537841796874, 0.4841359252929687, 0.484537353515625, 0.48479949951171875, 0.48459060668945314, 0.48483737182617187, 0.48442169189453127, 0.4847257080078125, 0.48504730224609377, 0.48487530517578126, 0.48515274047851564, 0.48484967041015625, 0.48470220947265624, 0.48463973999023435, 0.4846213073730469, 0.48479336547851565, 0.4847462158203125, 0.48437673950195315, 0.48511370849609375, 0.48517938232421876, 0.4850380859375, 0.48480255126953126, 0.4846223449707031, 0.48480972290039065, 0.48462750244140623, 0.48467465209960936, 0.4844481811523437, 0.4845475769042969, 0.4844993896484375, 0.4850247802734375, 0.4848732299804687, 0.4855572509765625, 0.48472576904296877, 0.4851455993652344, 0.48478106689453127, 0.4849326171875, 0.4849367065429688, 0.48475238037109375, 0.4848404541015625, 0.48540057373046874, 0.48511807250976563, 0.484824951171875, 0.48483737182617187, 0.484890625, 0.4848486328125, 0.48489471435546877, 0.4847267761230469, 0.4847001647949219, 0.48494183349609377, 0.4855644226074219, 1.0242620849609374, 0.48462643432617186, 0.48462643432617186, 0.48463156127929685, 0.48445849609375, 0.48447589111328127, 0.4845404052734375, 0.4847667236328125, 0.48514968872070313, 0.48485684204101565, 0.4845813903808594, 0.48436019897460936, 0.48452813720703125, 0.4842977294921875, 0.48436239624023436, 0.484593505859375, 0.48443902587890625, 0.4849367065429688, 0.48511386108398435, 0.48494293212890627, 0.4849499206542969, 0.4847278137207031, 0.48491213989257814, 0.4848353271484375, 0.48473190307617187, 0.48498379516601564, 0.4848138122558594, 0.48490191650390624, 0.48491720581054687, 0.4850462646484375, 0.48484762573242185, 0.48476263427734373, 0.48444415283203124, 0.48454962158203124, 0.4846571655273437, 0.48501043701171875, 0.48498379516601564, 0.4848742370605469, 0.48459161376953125, 0.48468890380859375, 0.4849018859863281, 0.4846612548828125, 0.48523876953125, 0.4847964172363281, 0.48484762573242185, 0.4850462646484375, 0.4849039306640625, 0.484890625, 0.48477285766601563, 0.48487115478515624, 0.4851322937011719, 0.4846376953125, 0.4847984619140625, 0.4847912902832031, 0.48461312866210937, 0.48469195556640626, 0.48474725341796876, 0.4849039306640625, 0.4848455810546875, 0.48471755981445314, 0.4853145751953125, 0.48505242919921876, 0.4852152404785156, 1.0237511596679687, 0.4845813903808594, 0.484674560546875, 0.4845168762207031, 0.48442471313476565, 0.48450765991210937, 0.48481997680664063, 0.48491928100585935, 0.48482302856445314, 0.48463665771484377, 0.48486810302734373, 0.48469195556640626, 0.484969482421875, 0.48452096557617186, 0.4844820556640625, 0.4845989074707031, 0.4846467895507813, 0.4846028747558594, 0.48464794921875, 0.48473193359375, 0.4849612426757812, 0.4844482421875, 0.4848619384765625, 0.48492544555664063, 0.4848302001953125, 0.4846612548828125, 0.48467864990234377, 0.4854251403808594, 0.4849141845703125, 0.48476467895507813, 0.4846448669433594, 0.48481280517578124, 0.4849725341796875, 0.4850073547363281, 0.48474725341796876, 0.484706298828125, 0.48484762573242185, 0.4849879150390625, 0.48495001220703127, 0.4850462646484375, 0.4847278137207031, 0.4846356506347656, 0.48476568603515624, 0.4846499938964844, 0.48468173217773436, 0.48474725341796876, 0.4846806945800781, 0.48446875, 0.4848978576660156, 0.48471142578125, 0.48454443359375, 0.484701171875, 0.48485784912109375, 0.48485067749023436, 0.4849469299316406, 0.4846356506347656, 0.484959228515625, 0.4846929931640625, 0.4850995178222656, 0.48494796752929686, 0.48506982421875, 0.48497048950195315, 0.4848271484375, 1.0239129638671876, 0.48441143798828123, 0.4843253479003906, 0.4840396728515625, 0.48423321533203123, 0.4844625854492188, 0.48446875, 0.4845035400390625, 0.4843397216796875, 0.48427825927734375, 0.48436837768554686, 0.4843345947265625, 0.4843695373535156, 0.4842781372070312, 0.4845189208984375, 0.48502374267578124, 0.48483428955078123, 0.48483123779296877, 0.4848721923828125, 0.484473876953125, 0.4847369995117187, 0.48441558837890625, 0.48453009033203126, 0.48442266845703125, 0.48444415283203124, 0.4850985107421875, 0.48467669677734376, 0.4845054931640625, 0.48460696411132814, 0.4846470947265625, 0.484604736328125, 0.48469607543945314, 0.48454144287109374, 0.48479949951171875, 0.4844564514160156, 0.48467864990234377, 0.4847698059082031, 0.48508941650390625, 0.48478921508789063, 0.4847901611328125, 0.4845803527832031, 0.4845721740722656, 0.4847738952636719, 0.48460391235351563, 0.4845598754882813, 0.4845404052734375, 0.48502578735351565, 0.4848404541015625, 0.48458547973632815, 0.48466738891601563, 0.48460595703125, 0.4845323791503906, 0.48464895629882815, 0.48465188598632813, 0.48453118896484376, 0.4849039306640625, 0.48532479858398436, 0.4854835205078125, 0.4854210510253906, 0.4849297180175781, 0.48490887451171877, 0.48485067749023436, 0.4849725341796875, 1.0237030639648437, 0.48430084228515624, 0.48472369384765623, 0.484505615234375, 0.4843929748535156, 0.4843499450683594, 0.48457122802734376, 0.4845177917480469, 0.48453118896484376, 0.4843642883300781, 0.4847298583984375, 0.48450048828125, 0.48484967041015625, 0.4847052917480469, 0.4847267761230469, 0.48490087890625, 0.4847636413574219, 0.48449127197265623, 0.48466226196289064, 0.48459878540039064, 0.4848619384765625, 0.48451788330078127, 0.484959228515625, 0.4854732666015625, 0.484720703125, 0.4847103271484375, 0.4844882202148437, 0.48460592651367185, 0.484664306640625, 0.48472372436523437, 0.4844422912597656, 0.484499267578125, 0.4844769287109375, 0.4849356689453125, 0.4848773193359375, 0.4848271484375, 0.4848056335449219, 0.48466226196289064, 0.4849407958984375, 0.4846714782714844, 0.48472576904296877, 0.48464077758789065, 0.48501760864257815, 0.484738037109375, 0.48531866455078126, 0.4846961059570313, 0.4847922973632813, 0.48471142578125, 0.48481280517578124, 0.48470220947265624, 0.4847196044921875, 0.4845189208984375, 0.4848404541015625, 0.48485784912109375, 0.48510260009765627, 0.4850206604003906, 0.4853340148925781, 0.48493978881835936, 0.48489471435546877, 0.48504730224609377, 0.485180419921875, 0.48511590576171876, 0.48520602416992187, 1.0243922119140625, 0.48468173217773436, 0.48460806274414064, 0.4843355407714844, 0.48428237915039063, 0.4844820861816406, 0.48434890747070314, 0.4841236572265625, 0.48429159545898437, 0.48419635009765627, 0.4846376953125, 0.4844554138183594, 0.48453427124023435, 0.4842885131835937, 0.4842874755859375, 0.4846080017089844, 0.4846929931640625, 0.484220947265625, 0.4846387939453125, 0.48425051879882813, 0.484850830078125, 0.48534207153320313, 0.485106689453125, 0.4851885986328125, 0.4850954284667969, 0.4850974731445313, 0.4848967590332031, 0.4847605895996094, 0.48466226196289064, 0.48488449096679687, 0.48467047119140627, 0.48521115112304686, 0.4849018859863281, 0.48526950073242187, 0.48462744140625, 0.48474008178710937, 0.48478515625, 0.4847831115722656, 0.4848895874023437, 0.48490087890625, 0.48472372436523437, 0.4848322448730469, 0.485602294921875, 0.4847738952636719, 0.484790283203125, 0.48467559814453126, 0.48474624633789065, 0.48482000732421876, 0.48483425903320315, 0.48479232788085935, 0.48475750732421874, 0.48511386108398435, 0.4851947631835937, 0.4854118347167969, 0.48519168090820314, 0.4850309753417969, 0.48520492553710937, 0.48500634765625, 0.48527154541015627, 0.4850821228027344, 0.48518350219726564, 0.4849245910644531, 0.48547006225585937, 1.0243656005859374, 0.4846735229492187, 0.48450662231445313, 0.48438168334960935, 0.48462744140625, 0.48433050537109373, 0.48432952880859376, 0.4840785217285156, 0.4846233520507813, 0.4842731628417969, 0.48474520874023436, 0.4844464111328125, 0.48422381591796876, 0.48430084228515624, 0.4843529968261719, 0.4843970642089844, 0.4848056335449219, 0.484200439453125, 0.48497357177734374, 0.48511386108398435, 0.48511181640625, 0.48489779663085936, 0.4850043029785156, 0.48496844482421875, 0.4846337280273437, 0.4848290710449219, 0.4845680541992187, 0.48447283935546875, 0.48490701293945315, 0.48505343627929687, 0.48479537963867186, 0.48505343627929687, 0.4847431640625, 0.48465921020507813, 0.4845383605957031, 0.48473394775390627, 0.4848517150878906, 0.4847196044921875, 0.48470635986328126, 0.48507708740234373, 0.48527243041992185, 0.485138427734375, 0.4851835632324219, 0.485160888671875, 0.4851619873046875, 0.4852643737792969, 0.48517837524414065, 0.48525311279296873, 0.4850380859375, 0.48525433349609376, 0.4850225219726563, 0.48546304321289063, 0.4848455810546875, 0.4848384094238281, 0.48485684204101565, 0.48498892211914063, 0.48504525756835937, 0.4848394165039063, 0.4849827880859375, 0.48483737182617187, 0.4856698913574219, 0.48520806884765627, 0.48518350219726564, 1.0238505859375, 0.48439596557617187, 0.4841891784667969, 0.4841809997558594, 0.48423526000976563, 0.484168701171875, 0.4845537414550781, 0.48420965576171876, 0.48464077758789065, 0.48427008056640625, 0.4843089904785156, 0.4840796203613281, 0.4843612060546875, 0.4842188720703125, 0.4842465209960938, 0.48442471313476565, 0.4848035888671875, 0.485148681640625, 0.484885498046875, 0.48418817138671877, 0.48475442504882815, 0.48424139404296873, 0.4845823974609375, 0.48438885498046874, 0.48448101806640625, 0.4845772705078125, 0.4848322448730469, 0.4848875427246094, 0.48491009521484374, 0.4847933349609375, 0.48446875, 0.4846838073730469, 0.4846100158691406, 0.48470733642578123, 0.48457931518554687, 0.48442471313476565, 0.4845168762207031, 0.4847759399414063, 0.48496435546875, 0.4848517150878906, 0.4846243896484375, 0.4848240661621094, 0.4848824462890625, 0.48478924560546877, 0.4848814086914062, 0.4848517150878906, 0.4848834533691406, 0.4850145263671875, 0.4851885986328125, 0.4852367248535156, 0.484790283203125, 0.48483428955078123, 0.48497357177734374, 0.485031005859375, 0.4849796142578125, 0.4849510498046875, 0.4850503540039062, 0.4848322448730469, 0.48533914184570315, 0.48524493408203123, 0.48505856323242186, 0.48500531005859376, 0.4850954284667969, 1.02354638671875, 0.4843765869140625, 0.48477902221679686, 0.48457421875, 0.484527099609375, 0.4844093322753906, 0.48481280517578124, 0.48447589111328127, 0.48447079467773435, 0.484173828125, 0.4843243408203125, 0.48434893798828127, 0.4843775939941406, 0.4841349182128906, 0.48461209106445313, 0.484822021484375, 0.48484454345703126, 0.484558837890625, 0.4846499938964844, 0.4843837585449219, 0.4847974548339844, 0.4843038635253906, 0.48449127197265623, 0.48472576904296877, 0.48492236328125, 0.4847267761230469, 0.48459161376953125, 0.48492236328125, 0.4844892272949219, 0.48471243286132815, 0.4845527038574219, 0.48458444213867186, 0.48447384643554686, 0.4846879272460938, 0.4844544067382813, 0.4850451965332031, 0.4849141845703125, 0.48485580444335935, 0.48480255126953126, 0.48471243286132815, 0.48479537963867186, 0.4847226867675781, 0.4847411193847656, 0.48468377685546876, 0.4848885803222656, 0.4849143676757813, 0.4848566284179687, 0.48492544555664063, 0.48482098388671874, 0.48483428955078123, 0.48497048950195315, 0.48491009521484374, 0.4849858703613281, 0.4848138122558594, 0.4847185974121094, 0.48535858154296874, 0.485391357421875, 0.4850247802734375, 0.4850247802734375, 0.4847687683105469, 0.484890625, 0.48487832641601564, 0.4849571838378906]",tokens/s,2.030616285414942,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-4.5B,facebook/xglm-4.5B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3047.153664,4364.6976,0.0,3718.250496,3446.424576,s,10,2.1815529632568356,0.2181552963256836,0.0017706188289431455,0.21749915313720702,0.22067105560302736,0.22127264633178712,0.22175391891479493,"[0.22187423706054688, 0.21916972351074218, 0.2163583984375, 0.21842672729492188, 0.21797715759277345, 0.21702114868164063, 0.21676541137695313, 0.216493408203125, 0.22053736877441407, 0.21692938232421874]",tokens/s,1173.4759793217129,kWh,2.562079446535584e-06,1.403905503529847e-06,1.1594441899658822e-05,1.5560426849724254e-05,tokens/kWh,16451990.840118667,MB,3047.153664,4364.6976,0.0,3718.250496,3674.351616,s,10,119.8149814453125,11.98149814453125,0.006852627135568722,11.98012158203125,11.9881150390625,11.99315029296875,11.997178496093749,"[11.998185546875, 11.981759765625, 11.98699609375, 11.9787255859375, 11.9747109375, 11.975310546875, 11.981517578125, 11.974818359375, 11.9780029296875, 11.9849541015625]",tokens/s,5.258107061407448,kWh,0.00014150099731118687,7.755380760533644e-05,0.000639868384825732,0.0008589231897422554,tokens/kWh,73347.65291283492,,s,629,121.58188554382322,0.19329393568175396,0.02592058515520968,0.19005850219726564,0.190696240234375,0.19105648498535155,0.40679104370117186,"[0.18986904907226562, 0.1910292510986328, 0.19020697021484376, 0.1898291473388672, 0.19039741516113282, 0.19016806030273437, 0.1906483154296875, 0.1904742431640625, 0.1901670379638672, 0.1903073272705078, 0.1907947540283203, 0.19089100646972657, 0.19013017272949218, 0.18995199584960937, 0.1898997802734375, 0.190623779296875, 0.1899601593017578, 0.19016499328613282, 0.19018240356445312, 0.1899335632324219, 0.1919129638671875, 0.19052543640136718, 0.19109274291992187, 0.19082240295410155, 0.19045478820800782, 0.19048345947265624, 0.19117465209960938, 0.19038211059570312, 0.19036463928222655, 0.19045068359375, 0.19171839904785157, 0.1905469512939453, 0.1910497283935547, 0.19182591247558595, 0.19049984741210937, 0.19061351013183594, 0.19151872253417968, 0.1904496612548828, 0.19127194213867188, 0.19031654357910155, 0.19062579345703126, 0.1902090301513672, 0.19005850219726564, 0.1901854705810547, 0.19026329040527343, 0.19069952392578124, 0.19007487487792968, 0.18997862243652344, 0.19004928588867187, 0.19016908264160157, 0.19011891174316406, 0.1900728302001953, 0.19013938903808594, 0.1898997802734375, 0.19048243713378907, 0.18986802673339845, 0.19002265930175782, 0.1915115509033203, 0.1902725067138672, 0.1899673614501953, 0.19018240356445312, 0.19001446533203126, 0.40962457275390624, 0.1898219451904297, 0.18988441467285155, 0.1897830352783203, 0.18981272888183592, 0.18987008666992186, 0.1900062713623047, 0.19017625427246093, 0.1898997802734375, 0.1900001220703125, 0.19027456665039064, 0.1896785888671875, 0.19002879333496095, 0.18977792358398438, 0.18995610046386718, 0.1901905975341797, 0.1898997802734375, 0.18986189270019532, 0.18995610046386718, 0.18983628845214845, 0.1908643798828125, 0.18992332458496095, 0.1910609893798828, 0.19052851867675782, 0.18997964477539062, 0.19003904724121093, 0.18978099060058592, 0.1902550964355469, 0.18992025756835937, 0.1900666809082031, 0.18974925231933593, 0.19018342590332032, 0.1899335632324219, 0.19004415893554688, 0.18987213134765624, 0.19002163696289062, 0.18979942321777343, 0.1899673614501953, 0.1898403778076172, 0.19078349304199219, 0.19052134704589843, 0.19099545288085937, 0.19032269287109374, 0.19073741149902343, 0.1903124542236328, 0.19026535034179687, 0.19029913330078124, 0.1919887390136719, 0.19038514709472656, 0.19012403869628905, 0.1904732208251953, 0.19025100708007814, 0.19037901306152344, 0.19070361328125, 0.19044352722167968, 0.19010047912597655, 0.18994688415527344, 0.19050700378417967, 0.19058790588378907, 0.1901957092285156, 0.1900963897705078, 0.19003085327148436, 0.1900349426269531, 0.4065853576660156, 0.19000320434570311, 0.189739013671875, 0.18990284729003906, 0.1898772430419922, 0.19047935485839843, 0.19061964416503907, 0.19013938903808594, 0.19109580993652345, 0.19012197875976564, 0.18996633911132813, 0.19018556213378907, 0.1901444091796875, 0.1901117401123047, 0.18993971252441405, 0.1900421142578125, 0.19017010498046874, 0.1906114501953125, 0.19011378479003907, 0.19067596435546874, 0.18996429443359375, 0.19014247131347656, 0.189844482421875, 0.19014553833007813, 0.18989669799804687, 0.19003187561035156, 0.1898260498046875, 0.19000729370117186, 0.19047219848632813, 0.1906411590576172, 0.1905479736328125, 0.19025613403320313, 0.19160371398925782, 0.191388671875, 0.19063603210449218, 0.19204608154296876, 0.19055616760253907, 0.19106405639648438, 0.19020697021484376, 0.19005746459960937, 0.19004518127441405, 0.18998988342285156, 0.19021311950683595, 0.190160888671875, 0.19023564147949218, 0.1898403778076172, 0.18989773559570314, 0.19060633850097655, 0.1900410919189453, 0.18986189270019532, 0.19028070068359376, 0.18992845153808594, 0.19001651000976563, 0.18993254089355469, 0.19041690063476563, 0.1903626251220703, 0.1898783416748047, 0.1900533142089844, 0.18996121215820314, 0.19023564147949218, 0.18989363098144532, 0.19110911560058594, 0.19087872314453125, 0.40846234130859377, 0.19015168762207033, 0.19006874084472655, 0.18998988342285156, 0.1899304962158203, 0.18986189270019532, 0.18988954162597657, 0.18994688415527344, 0.1900062713623047, 0.19030015563964844, 0.19064218139648437, 0.18984754943847656, 0.19032984924316407, 0.18983833312988282, 0.1903278045654297, 0.1903278045654297, 0.18994586181640624, 0.19019775390625, 0.19005337524414062, 0.19024485778808595, 0.19104051208496095, 0.19011378479003907, 0.18986495971679687, 0.18991615295410155, 0.19060429382324218, 0.18998066711425782, 0.19054591369628907, 0.18988954162597657, 0.18983833312988282, 0.189918212890625, 0.189981689453125, 0.19080601501464844, 0.19011788940429689, 0.18979737854003906, 0.18987110900878906, 0.18992434692382812, 0.1898803253173828, 0.18997042846679688, 0.189918212890625, 0.19009945678710938, 0.18996531677246092, 0.18992845153808594, 0.18997964477539062, 0.1900380096435547, 0.19071487426757813, 0.19046502685546876, 0.19001651000976563, 0.19011993408203126, 0.18998477172851563, 0.1905244140625, 0.18999090576171876, 0.19083673095703124, 0.1906728973388672, 0.19058790588378907, 0.19022950744628905, 0.19023564147949218, 0.19017010498046874, 0.19006361389160156, 0.19003289794921874, 0.18995916748046876, 0.18989260864257812, 0.19008819580078126, 0.1902520294189453, 0.40789605712890625, 0.1898639373779297, 0.19013938903808594, 0.190060546875, 0.18985983276367188, 0.18992230224609374, 0.1899857940673828, 0.18996429443359375, 0.1900943298339844, 0.19123814392089844, 0.19042611694335937, 0.19004722595214843, 0.1900595245361328, 0.1902458953857422, 0.18997145080566405, 0.19007693481445312, 0.18978816223144532, 0.19015679931640625, 0.18976768493652343, 0.18988441467285155, 0.18979942321777343, 0.18995199584960937, 0.18974208068847656, 0.19004928588867187, 0.1898260498046875, 0.19006976318359375, 0.18986495971679687, 0.19006771850585938, 0.189955078125, 0.190202880859375, 0.1897891845703125, 0.19011686706542968, 0.1903278045654297, 0.18998374938964843, 0.18985369873046876, 0.19003085327148436, 0.1897379913330078, 0.1902407684326172, 0.19045068359375, 0.19025100708007814, 0.19082957458496094, 0.19006463623046874, 0.1900912628173828, 0.19036466979980468, 0.18986700439453125, 0.19094937133789064, 0.18996121215820314, 0.1900380096435547, 0.1900789794921875, 0.19005746459960937, 0.18986189270019532, 0.18997862243652344, 0.1900789794921875, 0.18983322143554687, 0.18983322143554687, 0.18982298278808593, 0.18977491760253906, 0.1903492431640625, 0.19014041137695312, 0.18992536926269532, 0.19000729370117186, 0.19089308166503907, 0.19013833618164064, 0.40687103271484376, 0.1902571563720703, 0.1900728302001953, 0.19034112548828125, 0.1899673614501953, 0.18998272705078126, 0.18977894592285155, 0.189844482421875, 0.189876220703125, 0.19003289794921874, 0.18971340942382814, 0.19014247131347656, 0.18985983276367188, 0.18979122924804687, 0.18997042846679688, 0.18992742919921876, 0.18999603271484375, 0.1898455047607422, 0.19000831604003907, 0.18984652709960936, 0.189918212890625, 0.18983526611328125, 0.18977690124511717, 0.19012710571289063, 0.19007180786132813, 0.18988134765625, 0.19060838317871093, 0.19000933837890624, 0.1900595245361328, 0.18997964477539062, 0.1899683837890625, 0.19029093933105468, 0.19010662841796874, 0.18992332458496095, 0.18989260864257812, 0.18987930297851563, 0.1898455047607422, 0.1898751983642578, 0.1901475830078125, 0.18995301818847657, 0.18987930297851563, 0.18991719055175782, 0.18989363098144532, 0.19003289794921874, 0.19037799072265624, 0.19000729370117186, 0.19007487487792968, 0.19001242065429688, 0.19004928588867187, 0.18987110900878906, 0.19108659362792968, 0.19001548767089843, 0.1901957092285156, 0.18998681640625, 0.190455810546875, 0.1903697967529297, 0.1900380096435547, 0.19015679931640625, 0.19044761657714843, 0.19040357971191407, 0.19003596496582031, 0.19056332397460937, 0.19037184143066407, 0.4088299560546875, 0.19015782165527345, 0.19044557189941405, 0.19055410766601563, 0.190603271484375, 0.19021311950683595, 0.19014143371582032, 0.19054899597167968, 0.19041587829589843, 0.19031449890136717, 0.19022950744628905, 0.19018138122558595, 0.18990899658203125, 0.18977690124511717, 0.19039846801757812, 0.19112037658691405, 0.19013017272949218, 0.19058277893066405, 0.1902213134765625, 0.19103538513183593, 0.19020083618164063, 0.18990284729003906, 0.18996018981933593, 0.1905786895751953, 0.1900369873046875, 0.18989260864257812, 0.19007795715332032, 0.18976460266113282, 0.18982298278808593, 0.19013017272949218, 0.18985881042480468, 0.1900052490234375, 0.18992845153808594, 0.19005439758300782, 0.1903697967529297, 0.190171142578125, 0.19014349365234376, 0.19013119506835938, 0.1901107177734375, 0.19025920104980468, 0.18981785583496094, 0.18988236999511718, 0.1902725067138672, 0.1909381103515625, 0.18992950439453124, 0.1899437713623047, 0.18989260864257812, 0.19019673156738282, 0.18974822998046875, 0.1900185546875, 0.190055419921875, 0.1899735107421875, 0.18993766784667968, 0.1899304962158203, 0.1897830352783203, 0.19005133056640625, 0.18983013916015626, 0.19001446533203126, 0.18978201293945313, 0.18987008666992186, 0.18980659484863283, 0.19300352478027344, 0.1902725067138672, 0.40633856201171875, 0.18969190979003905, 0.18986087036132812, 0.19072511291503907, 0.19017727661132813, 0.190708740234375, 0.19001957702636718, 0.18996018981933593, 0.18989363098144532, 0.18967654418945312, 0.18981478881835936, 0.18968678283691406, 0.18957005310058594, 0.18973388671875, 0.1896785888671875, 0.18996940612792967, 0.18995712280273438, 0.19016806030273437, 0.1897891845703125, 0.19005235290527345, 0.18977792358398438, 0.19006259155273436, 0.18984652709960936, 0.1901598663330078, 0.18983322143554687, 0.19014247131347656, 0.1898260498046875, 0.19079782104492188, 0.1899356231689453, 0.19002163696289062, 0.18965811157226561, 0.1905674285888672, 0.19002879333496095, 0.19021005249023437, 0.1899366455078125, 0.190060546875, 0.19000218200683594, 0.19011891174316406, 0.1900482635498047, 0.19024281311035157, 0.18998681640625, 0.19006976318359375, 0.189918212890625, 0.19010662841796874, 0.19004415893554688, 0.19005850219726564, 0.18998783874511718, 0.18996018981933593, 0.19013325500488282, 0.19008511352539062, 0.18990386962890626, 0.18996940612792967, 0.19016294860839844, 0.19002061462402345, 0.19008204650878907, 0.1907578887939453, 0.19060633850097655, 0.19014349365234376, 0.19043122863769532, 0.19075584411621094, 0.19031552124023438, 0.1906524200439453, 0.19047731018066405, 0.4105738220214844, 0.18998988342285156, 0.1901782989501953, 0.19021311950683595, 0.19003187561035156, 0.19004928588867187, 0.18993971252441405, 0.19008409118652345, 0.18992230224609374, 0.1899745330810547, 0.18970419311523437, 0.19005133056640625, 0.18988954162597657, 0.1901598663330078, 0.19045068359375, 0.1913825225830078, 0.19023155212402343, 0.19000933837890624, 0.1899735107421875, 0.18993971252441405, 0.19123712158203124, 0.1901670379638672, 0.1900369873046875, 0.1900247039794922, 0.1898629150390625, 0.18995301818847657, 0.18981484985351563, 0.19017208862304688, 0.1898321990966797, 0.1900298309326172, 0.18986904907226562, 0.19023667907714845, 0.189949951171875, 0.19010354614257813, 0.18994483947753907, 0.18997247314453125, 0.18983628845214845, 0.19002572631835937, 0.1898424377441406, 0.19020390319824218, 0.18978611755371094, 0.1900380096435547, 0.1898567657470703, 0.19012197875976564, 0.19136921691894532, 0.19009536743164063, 0.1905745849609375, 0.19010047912597655, 0.19017216491699218, 0.18993458557128906, 0.18992025756835937, 0.18997247314453125, 0.1900349426269531, 0.18994073486328125, 0.18992236328125, 0.18995500183105468, 0.18991410827636718, 0.18988954162597657, 0.1898751983642578, 0.18996429443359375, 0.18981068420410158, 0.18988543701171876, 0.19000320434570311, 0.41045709228515626, 0.1903831024169922, 0.19026535034179687, 0.19064627075195312, 0.1904117736816406, 0.19001548767089843, 0.18999603271484375, 0.19001446533203126, 0.19034828186035158, 0.19011378479003907, 0.1900175323486328, 0.19005746459960937, 0.18993869018554688, 0.18976358032226562, 0.18989260864257812, 0.1899632568359375, 0.18984754943847656, 0.18984754943847656, 0.1897410583496094, 0.18984141540527344, 0.18965402221679686, 0.18991104125976563, 0.18997247314453125, 0.1900349426269531, 0.18976870727539064, 0.18987008666992186, 0.1900369873046875, 0.19005850219726564, 0.1898219451904297, 0.19005337524414062, 0.1898076171875, 0.19010047912597655, 0.19082546997070313, 0.1910118408203125, 0.19069541931152345, 0.19099545288085937, 0.19047731018066405, 0.19019366455078124, 0.1900912628173828, 0.19030528259277343, 0.19032371520996094, 0.19045376586914062, 0.1901465606689453, 0.19027046203613282, 0.19049574279785156, 0.19036058044433593, 0.19018853759765625, 0.19002265930175782, 0.19018342590332032, 0.19001651000976563, 0.18995199584960937, 0.1901957092285156, 0.19033599853515626, 0.19044248962402344, 0.19031449890136717, 0.190413818359375, 0.1907896270751953, 0.19037593078613282, 0.19011788940429689, 0.1903073272705078, 0.19021209716796875, 0.19087770080566407, 0.19055923461914062]",tokens/s,5.173468047370279,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-7.5B,facebook/xglm-7.5B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2225.68448,7030.177792,0.0,6383.730688,5962.94144,s,10,3.247838073730468,0.3247838073730469,0.002669732201933278,0.3239406127929687,0.3257877960205078,0.3291974716186523,0.33192521209716797,"[0.33260714721679685, 0.3240556945800781, 0.3235027770996094, 0.32382553100585937, 0.3242957763671875, 0.32316888427734375, 0.32463043212890624, 0.32503009033203123, 0.32338015747070314, 0.3233415832519531]",tokens/s,788.2166357695235,kWh,3.816169185236791e-06,2.090812159223142e-06,1.9102318149225834e-05,2.500929949368577e-05,tokens/kWh,10236192.343757316,MB,2226.806784,7030.177792,0.0,6383.730688,6214.526976,s,10,179.112119140625,17.9112119140625,0.0066513931679401265,17.910333984375,17.918248828124998,17.9208451171875,17.9229221484375,"[17.91038671875, 17.90147265625, 17.92344140625, 17.917671875, 17.9156640625, 17.90541796875, 17.903638671875, 17.91028125, 17.916681640625, 17.907462890625]",tokens/s,3.5173499315552887,kWh,0.00021145646716211005,0.00011589518937820569,0.0010366201653169667,0.0013639718218572826,tokens/kWh,46188.6374706881,,s,629,181.73886944580082,0.2889330197866467,0.03847545664840039,0.2842603454589844,0.284611572265625,0.2847313903808594,0.6077561499023438,"[0.28403302001953123, 0.2839080810546875, 0.28383026123046873, 0.28392755126953123, 0.28391015625, 0.28402484130859373, 0.2840862731933594, 0.28416204833984376, 0.2840729675292969, 0.2845931396484375, 0.2840954895019531, 0.2840504455566406, 0.28405145263671877, 0.28400946044921876, 0.28402484130859373, 0.2841497497558594, 0.28424600219726565, 0.2844241943359375, 0.2839889831542969, 0.28455731201171874, 0.2843402099609375, 0.2843392028808594, 0.2843873291015625, 0.2843729858398438, 0.2839920654296875, 0.2846771240234375, 0.2841231384277344, 0.28421734619140626, 0.28468429565429687, 0.28422964477539064, 0.2846033935546875, 0.284042236328125, 0.28408013916015623, 0.2840811462402344, 0.28398593139648437, 0.284052490234375, 0.28402072143554685, 0.2850621337890625, 0.2842081298828125, 0.28421017456054687, 0.2842275695800781, 0.28411288452148437, 0.2843719787597656, 0.28436172485351563, 0.28424395751953124, 0.28408218383789063, 0.28421630859375, 0.28422860717773435, 0.2841866149902344, 0.2842623901367187, 0.28403506469726564, 0.28413848876953124, 0.28445285034179685, 0.28439654541015624, 0.28415283203125, 0.2842920837402344, 0.2841364440917969, 0.28458905029296877, 0.28425729370117186, 0.28440576171875, 0.2842613830566406, 0.28429312133789064, 0.6086779174804687, 0.28401458740234375, 0.28422042846679685, 0.2841927795410156, 0.2839900207519531, 0.28401358032226565, 0.28428799438476565, 0.28408523559570314, 0.28423065185546875, 0.2840934448242188, 0.28421630859375, 0.28414053344726564, 0.2840791015625, 0.2841221008300781, 0.2842112121582031, 0.2838845520019531, 0.28405657958984376, 0.2839889831542969, 0.2841415710449219, 0.2840176696777344, 0.28402072143554685, 0.28411904907226565, 0.28417330932617185, 0.2840924072265625, 0.2844231567382812, 0.2840719299316406, 0.28406271362304686, 0.28398284912109373, 0.2841087951660156, 0.28407601928710935, 0.284073974609375, 0.28408218383789063, 0.28396646118164065, 0.28406170654296875, 0.28399411010742187, 0.2840309753417969, 0.284199951171875, 0.2842644348144531, 0.28587008666992186, 0.2842972106933594, 0.2842347412109375, 0.2841773986816406, 0.28408935546875, 0.28409036254882813, 0.28409036254882813, 0.28398593139648437, 0.28425729370117186, 0.2841630859375, 0.28412722778320315, 0.2840227966308594, 0.284126220703125, 0.2839500732421875, 0.2841559143066406, 0.28409036254882813, 0.28424395751953124, 0.28415283203125, 0.2842501220703125, 0.2840975341796875, 0.28405966186523435, 0.2842050476074219, 0.2842388610839844, 0.2840084533691406, 0.2841313171386719, 0.60780029296875, 0.28402072143554685, 0.2840381469726562, 0.28426751708984377, 0.28434124755859375, 0.28429107666015624, 0.2848491516113281, 0.28463412475585936, 0.28448153686523436, 0.284611572265625, 0.28430642700195313, 0.28432794189453126, 0.2842869873046875, 0.2842071533203125, 0.28421420288085936, 0.28421530151367186, 0.2846945190429688, 0.2844712829589844, 0.28464947509765626, 0.28460031127929686, 0.2846596984863281, 0.28472216796875, 0.2846791687011719, 0.2846730346679687, 0.2846412658691406, 0.28490853881835937, 0.2842603454589844, 0.2840115051269531, 0.28435455322265624, 0.2841784362792969, 0.2847723388671875, 0.284295166015625, 0.284368896484375, 0.2842480773925781, 0.28410983276367185, 0.28431463623046876, 0.2858157958984375, 0.28458905029296877, 0.2845972595214844, 0.2844804992675781, 0.28453887939453126, 0.284358642578125, 0.28464743041992185, 0.28459521484375, 0.2848624572753906, 0.28466790771484374, 0.28458087158203127, 0.28451019287109375, 0.2853294067382813, 0.28452352905273437, 0.2847836303710938, 0.2844354553222656, 0.28461669921875, 0.28452352905273437, 0.28475494384765626, 0.2846351318359375, 0.2847283325195312, 0.2845562744140625, 0.2847508544921875, 0.2841231384277344, 0.28411187744140626, 0.2841835632324219, 0.2841630859375, 0.6082191162109375, 0.28431463623046876, 0.284231689453125, 0.2839705505371094, 0.284199951171875, 0.2839285888671875, 0.28447540283203127, 0.284432373046875, 0.28420095825195313, 0.2841343994140625, 0.28416204833984376, 0.28421734619140626, 0.28409036254882813, 0.284548095703125, 0.2842112121582031, 0.2846085205078125, 0.28466995239257814, 0.28448666381835935, 0.2845296630859375, 0.2843996276855469, 0.2845265808105469, 0.2844712829589844, 0.28450201416015625, 0.2846402587890625, 0.28457061767578123, 0.284484619140625, 0.2844364929199219, 0.28601446533203123, 0.28461260986328124, 0.28454501342773436, 0.28448358154296877, 0.284506103515625, 0.284379150390625, 0.284653564453125, 0.28444158935546876, 0.28439141845703125, 0.28460443115234374, 0.28455117797851565, 0.2845030517578125, 0.28457266235351564, 0.28464434814453127, 0.28480511474609377, 0.2843299865722656, 0.284537841796875, 0.28456448364257814, 0.28433306884765625, 0.2846771240234375, 0.2843402099609375, 0.284358642578125, 0.2843248596191406, 0.2845460510253906, 0.28445901489257813, 0.2840914001464844, 0.28407501220703124, 0.2842081298828125, 0.28408319091796874, 0.2843525085449219, 0.2840227966308594, 0.28429107666015624, 0.2840914001464844, 0.28420199584960937, 0.2840811462402344, 0.2841968688964844, 0.608510986328125, 0.28391629028320314, 0.2841036682128906, 0.28394189453125, 0.283936767578125, 0.28384051513671876, 0.28407705688476564, 0.28411904907226565, 0.2842142639160156, 0.28393572998046873, 0.28398284912109373, 0.28401458740234375, 0.28433203125, 0.2845777893066406, 0.28429620361328123, 0.28427777099609375, 0.284579833984375, 0.2845030517578125, 0.284695556640625, 0.28470989990234374, 0.2844927978515625, 0.284790771484375, 0.28456549072265624, 0.2844917907714844, 0.2844436340332031, 0.2843555908203125, 0.2843658142089844, 0.2843105163574219, 0.28450714111328124, 0.28447540283203127, 0.28451431274414063, 0.28451019287109375, 0.2845132751464844, 0.2844303283691406, 0.2844139404296875, 0.28443341064453126, 0.2845696105957031, 0.284442626953125, 0.284537841796875, 0.28454296875, 0.28414053344726564, 0.2843095092773438, 0.28440676879882815, 0.28459213256835936, 0.28460748291015625, 0.2844549255371094, 0.28443441772460937, 0.2846382141113281, 0.28461669921875, 0.28461978149414063, 0.28473342895507814, 0.2844774475097656, 0.28459625244140624, 0.28435247802734376, 0.2845399169921875, 0.28423678588867185, 0.284337158203125, 0.2845614013671875, 0.284368896484375, 0.2842060852050781, 0.28424295043945313, 0.2841559143066406, 0.28408523559570314, 0.607415283203125, 0.2838773803710937, 0.2841559143066406, 0.2839756774902344, 0.28421835327148437, 0.2838353881835938, 0.2839920654296875, 0.28408319091796874, 0.2842623901367187, 0.284073974609375, 0.284179443359375, 0.28414053344726564, 0.28411700439453125, 0.2842552185058594, 0.28429312133789064, 0.284015625, 0.2841507873535156, 0.284073974609375, 0.2843135986328125, 0.2841989135742187, 0.284179443359375, 0.2841763916015625, 0.2840586242675781, 0.28434841918945314, 0.2840657958984375, 0.28445901489257813, 0.2842941589355469, 0.2839347229003906, 0.28448971557617186, 0.2842050476074219, 0.28420404052734377, 0.2841610107421875, 0.28399411010742187, 0.28389581298828126, 0.2842623901367187, 0.2839808044433594, 0.28423678588867185, 0.2839736328125, 0.28418765258789064, 0.2842746887207031, 0.28508261108398436, 0.284368896484375, 0.28412518310546875, 0.2841845703125, 0.284326904296875, 0.2841917419433594, 0.2842337341308594, 0.28425933837890627, 0.2845665283203125, 0.28422247314453125, 0.2843729858398438, 0.2841497497558594, 0.2842818603515625, 0.2842275695800781, 0.28451019287109375, 0.28440371704101564, 0.2843934631347656, 0.2840954895019531, 0.28438119506835935, 0.28410470581054686, 0.28450918579101564, 0.28428494262695314, 0.28430642700195313, 0.6090516357421875, 0.28385791015625, 0.2840289306640625, 0.28397259521484375, 0.2839705505371094, 0.28385281372070315, 0.28400436401367185, 0.2841221008300781, 0.2841241455078125, 0.2840401916503906, 0.2840361022949219, 0.28406784057617185, 0.2841907348632812, 0.28413031005859374, 0.2840914001464844, 0.28392141723632813, 0.28418252563476565, 0.28391015625, 0.28438119506835935, 0.2842326965332031, 0.2843084716796875, 0.2842900390625, 0.28427365112304687, 0.28421017456054687, 0.28412722778320315, 0.2842326965332031, 0.28428594970703125, 0.28390093994140625, 0.284358642578125, 0.28408935546875, 0.2842388610839844, 0.28434942626953125, 0.2840227966308594, 0.284221435546875, 0.28435455322265624, 0.284052490234375, 0.284295166015625, 0.28418252563476565, 0.2841221008300781, 0.28422860717773435, 0.2847897644042969, 0.2841968688964844, 0.28423577880859374, 0.2841917419433594, 0.2841815185546875, 0.28411492919921877, 0.28420404052734377, 0.28418252563476565, 0.28439859008789065, 0.28430438232421873, 0.2844211120605469, 0.2841231384277344, 0.28411492919921877, 0.28408013916015623, 0.28432794189453126, 0.2844549255371094, 0.2844804992675781, 0.2841036682128906, 0.2842419128417969, 0.2840186767578125, 0.284506103515625, 0.28411288452148437, 0.2842275695800781, 0.6092687377929688, 0.284000244140625, 0.28440576171875, 0.2841907348632812, 0.2844559326171875, 0.2841569213867188, 0.2844170227050781, 0.2843453369140625, 0.2843515014648437, 0.28420404052734377, 0.2840555419921875, 0.2839122009277344, 0.283947021484375, 0.28416204833984376, 0.2841006164550781, 0.28399102783203123, 0.28411904907226565, 0.2841221008300781, 0.2843105163574219, 0.2842275695800781, 0.28427877807617186, 0.2841559143066406, 0.2841661376953125, 0.28406988525390625, 0.28400436401367185, 0.28436376953125, 0.2844252014160156, 0.2840811462402344, 0.28420404052734377, 0.2841630859375, 0.28410470581054686, 0.2845409240722656, 0.28422247314453125, 0.284253173828125, 0.28418765258789064, 0.2841692199707031, 0.2841989135742187, 0.28424295043945313, 0.28429620361328123, 0.28432894897460936, 0.28434228515625, 0.28456448364257814, 0.28435354614257813, 0.2844211120605469, 0.28434942626953125, 0.2843443298339844, 0.28427365112304687, 0.2842470397949219, 0.2843924560546875, 0.284199951171875, 0.28450405883789065, 0.2842552185058594, 0.28428082275390626, 0.28446206665039064, 0.28429925537109374, 0.28440576171875, 0.2860349426269531, 0.284157958984375, 0.284410888671875, 0.2842685546875, 0.2846249084472656, 0.28443954467773436, 0.2845132751464844, 0.6078289794921875, 0.28433203125, 0.28478668212890623, 0.2845265808105469, 0.28432794189453126, 0.2844446716308594, 0.28443441772460937, 0.28434942626953125, 0.28433306884765625, 0.2850723876953125, 0.28425830078125, 0.2841241455078125, 0.28427981567382815, 0.2842419128417969, 0.28405453491210936, 0.284126220703125, 0.2842603454589844, 0.2840361022949219, 0.28432177734375, 0.2843945007324219, 0.2844272766113281, 0.284368896484375, 0.28438424682617186, 0.28434228515625, 0.28474163818359377, 0.28404837036132813, 0.28429107666015624, 0.28403109741210936, 0.2842213134765625, 0.28416000366210936, 0.2843719787597656, 0.28427981567382815, 0.28424600219726565, 0.28420199584960937, 0.2841569213867188, 0.28417022705078127, 0.28429824829101563, 0.28444158935546876, 0.28429312133789064, 0.28427264404296876, 0.2843084716796875, 0.284410888671875, 0.2847713317871094, 0.2843801574707031, 0.28458700561523437, 0.28438119506835935, 0.28638104248046875, 0.28452249145507813, 0.284611572265625, 0.2843770751953125, 0.28439859008789065, 0.28417230224609374, 0.2842347412109375, 0.2846392211914063, 0.28448971557617186, 0.2845910949707031, 0.2847088623046875, 0.2843473815917969, 0.2843740234375, 0.28406887817382814, 0.2844354553222656, 0.28429925537109374, 0.28433407592773435, 0.6076426391601563, 0.28393780517578127, 0.2841139221191406, 0.28413031005859374, 0.28396337890625, 0.2837719116210938, 0.2841507873535156, 0.28389068603515627, 0.2843750305175781, 0.28420199584960937, 0.2843576354980469, 0.28418252563476565, 0.2841692199707031, 0.2840442810058594, 0.28417022705078127, 0.28409857177734377, 0.2841978759765625, 0.2840791015625, 0.2843023376464844, 0.28412518310546875, 0.28425112915039064, 0.2842265625, 0.28411801147460936, 0.2841497497558594, 0.284147705078125, 0.28403302001953123, 0.2843176879882813, 0.2842142639160156, 0.28418765258789064, 0.2842060852050781, 0.28416000366210936, 0.28417434692382815, 0.28404327392578127, 0.28403506469726564, 0.28422247314453125, 0.28424295043945313, 0.28423678588867185, 0.28426751708984377, 0.28428082275390626, 0.2842060852050781, 0.2843166809082031, 0.2842900390625, 0.28427264404296876, 0.28428082275390626, 0.28465048217773437, 0.28445388793945314, 0.2844170227050781, 0.28445697021484373, 0.2844712829589844, 0.2843668518066406, 0.2845829162597656, 0.2842941589355469, 0.2843934631347656, 0.28445388793945314, 0.2845736999511719, 0.28444570922851564, 0.28444775390625, 0.2841446533203125, 0.2844979248046875, 0.2843033752441406, 0.2843934631347656, 0.28433407592773435, 0.28438119506835935]",tokens/s,3.4610097549197314,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-14B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4009.381888,12218.53184,0.0,11572.084736,11067.830272,s,10,6.230304809570312,0.6230304809570313,0.001216742381839673,0.6227249145507812,0.625022705078125,0.6253476257324219,0.6256075622558593,"[0.6223314208984375, 0.6219492797851562, 0.623067138671875, 0.6228473510742187, 0.6228085327148437, 0.6217056274414062, 0.6226412963867187, 0.6249505004882813, 0.6223311157226562, 0.6256725463867188]",tokens/s,410.8948242897535,kWh,7.348882986439599e-06,4.026913079488782e-06,3.961776045235301e-05,5.0993556518281394e-05,tokens/kWh,5020242.114476227,MB,4009.381888,12218.53184,0.0,11572.084736,11417.44384,s,10,338.039375,33.8039375,0.002081163339272258,33.80410546875,33.80615429687499,33.806391601562495,33.806581445312496,"[33.8018515625, 33.8005546875, 33.805953125, 33.8061015625, 33.80662890625, 33.8039609375, 33.80425, 33.8032109375, 33.80115234375, 33.8057109375]",tokens/s,1.8636882167942712,kWh,0.0003990108090970251,0.00021869259385011794,0.0021626746124912507,0.0027803780154383936,tokens/kWh,22658.789434452687,,s,629,343.1073381958008,0.5454806648581888,0.07408968048294812,0.5365196533203125,0.5368479614257813,0.536985595703125,1.1595506787109375,"[0.5361858520507813, 0.5362073364257812, 0.5362841796875, 0.5364111328125, 0.5360650634765625, 0.5361038818359375, 0.5362667236328125, 0.536321044921875, 0.5364100952148437, 0.5362626342773438, 0.5362349853515626, 0.53634765625, 0.5364408569335938, 0.5362196655273438, 0.5362616577148438, 0.5365176391601563, 0.5366251220703125, 0.53658935546875, 0.5364049682617188, 0.5366445922851563, 0.536431640625, 0.536553466796875, 0.5363967895507813, 0.5365227661132812, 0.5363916625976562, 0.5366077270507813, 0.5364869384765625, 0.5368197021484375, 0.536510498046875, 0.536553466796875, 0.5362565307617188, 0.5363148803710938, 0.53648486328125, 0.5367255249023437, 0.5364561767578125, 0.5369609985351562, 0.53667431640625, 0.5362073364257812, 0.5365841674804688, 0.53644287109375, 0.5365555419921875, 0.5366876220703125, 0.5368094482421875, 0.5368944702148437, 0.5367091064453124, 0.5365360717773437, 0.5365299072265625, 0.5365791015625, 0.536508544921875, 0.5366076049804688, 0.5366968383789062, 0.5368914184570313, 0.5367470092773438, 0.5367080688476562, 0.5367398681640625, 0.5366343383789063, 0.5366242065429687, 0.5366281127929687, 0.5367459716796875, 0.5371760864257813, 0.5366435546875, 0.5366405029296875, 1.1591527099609376, 0.5361038818359375, 0.5361018676757813, 0.536263671875, 0.5362094116210937, 0.5359912719726563, 0.5361182861328125, 0.5362841796875, 0.5365995483398438, 0.536662109375, 0.5365564575195313, 0.5362994995117187, 0.5364090576171875, 0.536268798828125, 0.5362012329101562, 0.536300537109375, 0.5364172973632813, 0.5365196533203125, 0.5369375610351562, 0.5364633178710938, 0.5365770263671875, 0.536489990234375, 0.536511474609375, 0.5364254760742188, 0.5364879150390625, 0.53650634765625, 0.5367684936523438, 0.5366251220703125, 0.5367716064453125, 0.5364961547851562, 0.5364869384765625, 0.5362063598632812, 0.536541259765625, 0.5363352661132812, 0.5366138916015625, 0.5362503662109375, 0.536637451171875, 0.5363988647460938, 0.5364029541015625, 0.536647705078125, 0.53635888671875, 0.5366128540039062, 0.5366681518554688, 0.5366998901367187, 0.5365596313476563, 0.5366507568359375, 0.53677978515625, 0.5365350341796875, 0.5365678100585938, 0.5364971313476562, 0.536750244140625, 0.5368533325195313, 0.5366978759765625, 0.5362718505859375, 0.5368770751953125, 0.5368719482421875, 0.53650634765625, 0.5365380859375, 0.5366179809570313, 0.536711181640625, 0.5368678588867187, 0.5365084228515625, 0.5365411376953125, 1.1604705810546876, 0.536459228515625, 0.5363988647460938, 0.5366630249023437, 0.5363927001953125, 0.5361377563476563, 0.536052734375, 0.53621044921875, 0.5363937377929687, 0.5364285278320312, 0.5365135498046875, 0.5362964477539063, 0.5364961547851562, 0.5361838989257812, 0.5362216186523437, 0.5362186279296876, 0.5362073364257812, 0.5364940795898437, 0.5364930419921875, 0.5364019165039062, 0.5366181030273437, 0.5363280639648438, 0.5363056640625, 0.5379686279296875, 0.5366077270507813, 0.5363896484375, 0.5363722534179688, 0.53621142578125, 0.5367080688476562, 0.5363896484375, 0.5365463256835937, 0.53640087890625, 0.5365811157226562, 0.5365125122070312, 0.536753173828125, 0.536416259765625, 0.5366016235351563, 0.5365422973632813, 0.5365462646484375, 0.5365678100585938, 0.5364786987304687, 0.53650634765625, 0.5365770263671875, 0.5364725952148437, 0.5364940795898437, 0.53674609375, 0.5368380737304688, 0.5385840454101563, 0.5366784057617188, 0.53697021484375, 0.53692724609375, 0.5369292602539063, 0.536827880859375, 0.5362872314453125, 0.5366261596679688, 0.5368565673828125, 0.537196533203125, 0.5369241333007813, 0.5368299560546875, 0.5368002319335937, 0.5368504028320312, 0.5364971313476562, 0.5366364135742188, 1.1599544677734375, 0.5360076904296875, 0.5364992065429688, 0.5362135009765625, 0.5361295166015625, 0.5361039428710938, 0.5363466186523438, 0.5364234008789063, 0.5364490356445313, 0.5364490356445313, 0.5363384399414063, 0.5363200073242187, 0.5377433471679688, 0.5363619995117187, 0.5364172973632813, 0.5363722534179688, 0.5364459228515625, 0.5362647094726563, 0.5363363647460937, 0.5366569213867187, 0.5368955078125, 0.5366435546875, 0.5365043334960937, 0.536322021484375, 0.5366005859375, 0.5361510620117188, 0.5364786987304687, 0.5361930541992187, 0.5367756958007812, 0.5365288696289062, 0.5366661376953125, 0.5365718994140625, 0.5365186767578125, 0.5364132080078124, 0.5367725830078125, 0.5362708740234375, 0.5365698852539063, 0.5366261596679688, 0.5365104370117187, 0.536580078125, 0.5365493774414063, 0.5365054321289062, 0.536596435546875, 0.5365155639648438, 0.5391400756835938, 0.536680419921875, 0.5366333618164062, 0.5368473510742188, 0.5367808227539063, 0.5367900390625, 0.5366754760742187, 0.5367847900390625, 0.5369497680664063, 0.5367030029296875, 0.5367142333984375, 0.5368402099609375, 0.5365791015625, 0.536537109375, 0.5366845703125, 0.5366978759765625, 0.5368914184570313, 0.5366712036132812, 0.5367449340820313, 1.160353759765625, 0.5361346435546875, 0.5365831909179688, 0.5365841674804688, 0.5365616455078125, 0.5362667236328125, 0.5360650024414062, 0.5360445556640625, 0.5363937377929687, 0.53633740234375, 0.536453125, 0.5361203002929688, 0.5364715576171875, 0.5362421264648437, 0.536171630859375, 0.5363198852539063, 0.5363650512695313, 0.5378069458007813, 0.5365338745117187, 0.5363650512695313, 0.5366364135742188, 0.5364306030273438, 0.5364429931640625, 0.536397705078125, 0.53661181640625, 0.53633740234375, 0.5363927001953125, 0.5363558349609375, 0.5372119140625, 0.5364357299804687, 0.5366210327148437, 0.5363937377929687, 0.5364910888671875, 0.5363844604492187, 0.5366077270507813, 0.5363722534179688, 0.5364838256835938, 0.5362329711914062, 0.5363148803710938, 0.5363414916992187, 0.536573974609375, 0.536474609375, 0.5364971923828125, 0.5366926879882813, 0.5367337036132812, 0.5366364135742188, 0.5366098022460938, 0.5364827880859375, 0.5366292724609375, 0.5366312866210937, 0.5369446411132812, 0.5368104858398437, 0.5367337036132812, 0.5364234008789063, 0.5366712036132812, 0.5366630249023437, 0.53658740234375, 0.5400728149414062, 0.5371002807617188, 0.537069580078125, 0.5373511962890625, 0.5366661376953125, 0.5367490844726562, 1.1589600830078124, 0.5360947265625, 0.536141845703125, 0.53627392578125, 0.5362769775390624, 0.5361336059570313, 0.536121337890625, 0.5363435668945312, 0.5363701782226562, 0.5363619995117187, 0.5364551391601563, 0.5362340087890625, 0.5364981689453125, 0.5366824951171875, 0.5364613037109375, 0.53637939453125, 0.5361807250976562, 0.5362708740234375, 0.5365606689453125, 0.5362247924804687, 0.5365718994140625, 0.5362657470703125, 0.5364121704101562, 0.5365299072265625, 0.5366445922851563, 0.5364019165039062, 0.5365278930664062, 0.536384521484375, 0.536816650390625, 0.5365125122070312, 0.5366333618164062, 0.5365258178710938, 0.5368606567382812, 0.53661181640625, 0.5364807739257812, 0.5361397705078125, 0.5365555419921875, 0.5365155639648438, 0.5399480590820313, 0.5366773681640625, 0.53646337890625, 0.5363404541015625, 0.5365657348632813, 0.5365616455078125, 0.5366026000976563, 0.5365616455078125, 0.5365657348632813, 0.5363281860351562, 0.5365985107421875, 0.5366835327148437, 0.5366210327148437, 0.5367255249023437, 0.5375068359375, 0.5364992065429688, 0.5366947631835938, 0.536764404296875, 0.5366251220703125, 0.5365504150390625, 0.5366343383789063, 0.53659033203125, 0.5368985595703125, 0.5366558837890625, 0.5366343383789063, 1.1597823486328125, 0.5358673706054687, 0.536205322265625, 0.5361622924804688, 0.536258544921875, 0.5363712158203126, 0.5364418334960938, 0.5364623413085937, 0.5364715576171875, 0.5363302612304688, 0.5364930419921875, 0.53625341796875, 0.5364490356445313, 0.5365145874023437, 0.53642138671875, 0.5365514526367188, 0.5367142333984375, 0.5362974853515625, 0.536384521484375, 0.53635888671875, 0.5364592895507813, 0.5362432250976562, 0.5363446044921875, 0.5386342163085938, 0.5366722412109375, 0.5365196533203125, 0.53634765625, 0.5361971435546875, 0.5368033447265625, 0.5364520874023437, 0.536658935546875, 0.5361612548828125, 0.5363824462890625, 0.5366333618164062, 0.53676953125, 0.5364285278320312, 0.5366610107421875, 0.5364459228515625, 0.5364572143554688, 0.536479736328125, 0.5364132080078124, 0.5366138916015625, 0.5366507568359375, 0.5371443481445313, 0.536655029296875, 0.53648779296875, 0.5365811157226562, 0.5365380859375, 0.5367193603515625, 0.536656982421875, 0.5365994873046875, 0.536816650390625, 0.536933349609375, 0.536574951171875, 0.5366651000976562, 0.5367971801757813, 0.5366210327148437, 0.53647265625, 0.5367152099609375, 0.5368822021484375, 0.536890380859375, 0.5368883056640625, 0.5370931396484375, 1.1623106689453124, 0.5358325805664063, 0.5361561889648437, 0.5362392578125, 0.536377197265625, 0.5361858520507813, 0.536184814453125, 0.5361663818359375, 0.536474609375, 0.5364551391601563, 0.5365575561523438, 0.536453125, 0.5364387817382813, 0.5364971313476562, 0.5363200073242187, 0.5364295654296874, 0.5377137451171875, 0.5364940185546875, 0.5364981689453125, 0.5364070434570313, 0.5366548461914062, 0.536290283203125, 0.5363271484375, 0.5363353881835937, 0.5365288696289062, 0.5366047973632813, 0.5365256958007812, 0.5362319946289062, 0.5367490234375, 0.5363404541015625, 0.5365657348632813, 0.536394775390625, 0.536468505859375, 0.536543212890625, 0.5367501220703125, 0.5364920043945313, 0.5366876220703125, 0.5363660278320312, 0.5365309448242187, 0.5366896362304687, 0.53644287109375, 0.53656884765625, 0.5368340454101562, 0.5368033447265625, 0.536943603515625, 0.536679443359375, 0.5365780639648438, 0.5364777221679687, 0.53671728515625, 0.53667431640625, 0.5367234497070312, 0.537006103515625, 0.536953857421875, 0.53675830078125, 0.5368831787109375, 0.5366773681640625, 0.5365708618164062, 0.53650537109375, 0.5366497802734375, 0.53669580078125, 0.536648681640625, 0.5364735717773438, 0.5366621704101563, 1.1597054443359376, 0.53639990234375, 0.5362175903320312, 0.5362780151367188, 0.5361448974609375, 0.536247314453125, 0.5360568237304687, 0.5364736938476562, 0.5365626220703125, 0.5363394775390625, 0.53640087890625, 0.5362821044921875, 0.5363189697265625, 0.5361725463867187, 0.536069091796875, 0.5361285400390625, 0.5363609619140625, 0.5378284301757813, 0.5366773071289063, 0.5363701782226562, 0.5366312866210937, 0.5362667236328125, 0.5362298583984375, 0.5362298583984375, 0.5367193603515625, 0.5366599731445313, 0.53675927734375, 0.5367686157226562, 0.5367100219726563, 0.536322021484375, 0.5364961547851562, 0.5364592895507813, 0.5364735717773438, 0.5364807739257812, 0.5365616455078125, 0.5365258178710938, 0.53671728515625, 0.5364623413085937, 0.5364080810546875, 0.53646435546875, 0.5363988647460938, 0.5365821533203124, 0.5366937866210938, 0.5366118774414063, 0.5366373901367187, 0.5368207397460938, 0.5365913696289063, 0.5362380981445313, 0.5364398193359375, 0.53650634765625, 0.536754150390625, 0.5364541625976562, 0.5366640625, 0.5365985107421875, 0.53686376953125, 0.5367234497070312, 0.5365729370117187, 0.5365166015625, 0.5366917114257812, 0.5367388305664063, 0.5368545532226563, 0.5365196533203125, 0.536605712890625, 1.1630111083984376, 0.535952392578125, 0.5362728881835938, 0.5364592895507813, 0.5362789916992188, 0.53621044921875, 0.5360670776367188, 0.5362063598632812, 0.5364869384765625, 0.5363455810546875, 0.5363486938476563, 0.5361018676757813, 0.5364193115234375, 0.5362063598632812, 0.5360137939453125, 0.5360752563476563, 0.5363312377929688, 0.536426513671875, 0.536796142578125, 0.53637939453125, 0.5366405029296875, 0.5363671264648437, 0.5363568725585938, 0.5364091186523438, 0.5364940185546875, 0.5363896484375, 0.5387694091796875, 0.5365647583007812, 0.5367736206054687, 0.5362626342773438, 0.536474609375, 0.5363302612304688, 0.536427490234375, 0.536369140625, 0.5367982177734375, 0.5363814697265625, 0.5368094482421875, 0.536711181640625, 0.5365145874023437, 0.5365894165039062, 0.536303466796875, 0.5364930419921875, 0.5365411987304688, 0.53646337890625, 0.536594482421875, 0.5366395874023437, 0.5366680297851563, 0.5364961547851562, 0.53675830078125, 0.5365463256835937, 0.5366353759765625, 0.53671630859375, 0.5367705688476563, 0.53673681640625, 0.5369097900390625, 0.536932373046875, 0.537027587890625, 0.5365985107421875, 0.5367613525390625, 0.536838134765625, 0.536995849609375, 0.5366098022460938, 0.5366384887695312]",tokens/s,1.8332455473192157,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,r,r,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/r/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947583-7e1a58972ccaa38011782a69;50332810-f5b3-4bd1-b8ab-7917023566ea) Repository Not Found for url: https://huggingface.co/r/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: r is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2123.460608,5971.116032,0.0,5324.668928,5080.876032,s,10,3.2550746459960944,0.3255074645996094,0.0008337963032000422,0.325276611328125,0.3257435028076172,0.32685052642822265,0.3277361453247071,"[0.32795755004882815, 0.32484524536132814, 0.32533059692382815, 0.3251536560058594, 0.32514990234375, 0.32549749755859375, 0.32518228149414063, 0.3252226257324219, 0.32538031005859375, 0.32535498046875]",tokens/s,786.4642991056838,kWh,3.8430350602314035e-06,2.105488517026383e-06,1.9587694881612944e-05,2.553621845887073e-05,tokens/kWh,10024976.89359605,MB,2123.460608,5971.116032,0.0,5324.668928,5290.118656,s,10,177.20532812500002,17.720532812500004,0.0052544305035837425,17.7196923828125,17.7276015625,17.7277421875,17.7278546875,"[17.71912890625, 17.71456640625, 17.720630859375, 17.7278828125, 17.71237890625, 17.727517578125, 17.716267578125, 17.719486328125, 17.7275703125, 17.7198984375]",tokens/s,3.5551978412048655,kWh,0.0002091554838338847,0.00011463415165342726,0.0010539822473069871,0.0013777718827942989,tokens/kWh,45726.00209566469,,s,629,179.85040585327167,0.2859306929304793,0.03863957620976894,0.2812538757324219,0.28160614013671875,0.2817001525878906,0.6063846411132813,"[0.28122930908203125, 0.28129177856445314, 0.2810245056152344, 0.2810921020507812, 0.2811351013183594, 0.28118630981445314, 0.28117401123046876, 0.281101318359375, 0.28111154174804687, 0.28105831909179685, 0.2810572814941406, 0.28108389282226565, 0.28105010986328127, 0.2811955261230469, 0.28121395874023436, 0.2812866516113281, 0.2815754089355469, 0.28128973388671874, 0.2816645202636719, 0.281312255859375, 0.28124160766601564, 0.28118630981445314, 0.2813624267578125, 0.28113613891601563, 0.28115045166015623, 0.28137777709960937, 0.2815621032714844, 0.28139520263671874, 0.28123544311523435, 0.281302001953125, 0.2815447082519531, 0.28124261474609374, 0.28110540771484377, 0.28135833740234373, 0.28128460693359375, 0.2810368041992187, 0.2815948791503906, 0.2811248779296875, 0.28113201904296875, 0.28118118286132815, 0.28119448852539064, 0.28112896728515624, 0.28108901977539064, 0.28126412963867187, 0.28096820068359374, 0.2810245056152344, 0.281270263671875, 0.28120883178710937, 0.28115045166015623, 0.2812313537597656, 0.2814156799316406, 0.28137677001953126, 0.281375732421875, 0.28129995727539064, 0.281628662109375, 0.2811781005859375, 0.28127743530273436, 0.28120779418945313, 0.281449462890625, 0.2811463623046875, 0.28092312622070315, 0.2812456970214844, 0.6060492553710938, 0.280764404296875, 0.2809722900390625, 0.2808719482421875, 0.281027587890625, 0.2810429382324219, 0.28127435302734377, 0.2810992736816406, 0.28099072265625, 0.2813102111816406, 0.28106854248046875, 0.28104193115234377, 0.28099172973632813, 0.28096408081054686, 0.28089447021484376, 0.281059326171875, 0.2810460205078125, 0.28098968505859373, 0.2810777587890625, 0.2809354248046875, 0.281017333984375, 0.2809866333007813, 0.2811197509765625, 0.2810849304199219, 0.2814791564941406, 0.28121600341796876, 0.28174029541015627, 0.2812938232421875, 0.28124774169921873, 0.28133477783203126, 0.2811064453125, 0.28119143676757813, 0.2810798034667969, 0.2810624084472656, 0.28098458862304687, 0.28118731689453125, 0.28110848999023436, 0.2811555786132813, 0.28107571411132815, 0.28158770751953127, 0.281459716796875, 0.2814412841796875, 0.2813644714355469, 0.2810142822265625, 0.2813040771484375, 0.28120574951171873, 0.28168295288085937, 0.28170138549804685, 0.2815539245605469, 0.2811822204589844, 0.2811094970703125, 0.28119143676757813, 0.28096307373046875, 0.2810716247558594, 0.28109722900390627, 0.2813061218261719, 0.2811678771972656, 0.2812630920410156, 0.2813839416503906, 0.2814310302734375, 0.281312255859375, 0.2810705871582031, 0.28164608764648436, 0.6065008544921875, 0.28089752197265627, 0.2808965148925781, 0.28090573120117185, 0.281059326171875, 0.28105831909179685, 0.2810101623535156, 0.28111566162109375, 0.28095489501953125, 0.2809876403808594, 0.2810449829101562, 0.2810992736816406, 0.28105831909179685, 0.28147406005859377, 0.2811781005859375, 0.28130303955078123, 0.28129791259765624, 0.2810439758300781, 0.2809374694824219, 0.2809610290527344, 0.2811955261230469, 0.28140542602539065, 0.281196533203125, 0.2814361572265625, 0.28143307495117187, 0.2812866516113281, 0.2814289855957031, 0.2812600402832031, 0.2813726806640625, 0.2812508239746094, 0.2812313537597656, 0.28151092529296873, 0.2815119323730469, 0.28151092529296873, 0.28148532104492185, 0.2814044189453125, 0.2812886962890625, 0.28121395874023436, 0.2811412353515625, 0.28146585083007813, 0.28120166015625, 0.2812876892089844, 0.28140032958984373, 0.28124261474609374, 0.2812620849609375, 0.2812119140625, 0.281275390625, 0.2814259338378906, 0.2816952209472656, 0.2817484741210938, 0.2815324096679688, 0.28149554443359376, 0.281486328125, 0.2813368225097656, 0.28129995727539064, 0.2814289855957031, 0.2814341125488281, 0.2812600402832031, 0.28163482666015627, 0.2814218139648437, 0.2814986267089844, 0.2813286437988281, 0.2812938232421875, 0.6064302368164063, 0.28105831909179685, 0.28143719482421875, 0.28149249267578125, 0.28150885009765625, 0.2818365478515625, 0.28147198486328123, 0.28145150756835935, 0.2814064636230469, 0.281459716796875, 0.28177203369140624, 0.2814310302734375, 0.281238525390625, 0.2812333984375, 0.28132659912109376, 0.28122213745117186, 0.2811781005859375, 0.28126412963867187, 0.28113409423828123, 0.2814412841796875, 0.28169830322265627, 0.2810572814941406, 0.28097537231445313, 0.28115045166015623, 0.281069580078125, 0.2811566162109375, 0.281143310546875, 0.2815662231445312, 0.2811402282714844, 0.28129995727539064, 0.28122113037109375, 0.28142385864257813, 0.2810705871582031, 0.28127435302734377, 0.2812467346191406, 0.2814709777832031, 0.28154061889648435, 0.2812989501953125, 0.281712646484375, 0.28118630981445314, 0.28149658203125, 0.2824161376953125, 0.28164913940429687, 0.28166656494140624, 0.28172903442382813, 0.28148532104492185, 0.28164813232421876, 0.2819051513671875, 0.2816860046386719, 0.28129074096679685, 0.2810828857421875, 0.28118014526367185, 0.28128564453125, 0.28141876220703127, 0.28150067138671875, 0.2815682678222656, 0.28134912109375, 0.28145562744140623, 0.2814617614746094, 0.2815119323730469, 0.28112896728515624, 0.28120065307617187, 0.2814361572265625, 0.6062673950195312, 0.2807910461425781, 0.2809088134765625, 0.2809866333007813, 0.28096511840820315, 0.2809466857910156, 0.28097024536132814, 0.2810449829101562, 0.28104702758789063, 0.2812518310546875, 0.2811535339355469, 0.2812518310546875, 0.28147406005859377, 0.28112896728515624, 0.28104806518554687, 0.2808985595703125, 0.28109722900390627, 0.2809774169921875, 0.2810019836425781, 0.2810368041992187, 0.28092007446289063, 0.28094259643554687, 0.280816650390625, 0.2810726318359375, 0.28107467651367185, 0.28106854248046875, 0.2810071105957031, 0.2813572998046875, 0.281196533203125, 0.28106341552734376, 0.28121908569335935, 0.2811473999023438, 0.28106137084960936, 0.2811832275390625, 0.28110540771484377, 0.28103372192382814, 0.2810624084472656, 0.281280517578125, 0.28099993896484377, 0.2810992736816406, 0.28094464111328127, 0.2814136352539062, 0.2813040771484375, 0.2811217956542969, 0.2810163269042969, 0.281491455078125, 0.28120574951171873, 0.28158462524414063, 0.2816952209472656, 0.28116070556640627, 0.2811617431640625, 0.28148736572265626, 0.28130712890625, 0.28105523681640626, 0.281343994140625, 0.28129278564453125, 0.28119244384765624, 0.2813644714355469, 0.2811852722167969, 0.28122213745117186, 0.2812518310546875, 0.28121600341796876, 0.2815703125, 0.6071398315429688, 0.2814771118164062, 0.28115966796875, 0.28129177856445314, 0.28113919067382814, 0.281417724609375, 0.28138290405273436, 0.28137777709960937, 0.28117913818359375, 0.28141671752929687, 0.28105831909179685, 0.2811975708007812, 0.2810941467285156, 0.28144537353515625, 0.28139620971679685, 0.28142385864257813, 0.2814464111328125, 0.2810378112792969, 0.2813409423828125, 0.2816624755859375, 0.28126412963867187, 0.2811781005859375, 0.2808565673828125, 0.2814422912597656, 0.28143820190429686, 0.28139111328125, 0.2813706359863281, 0.2814730224609375, 0.28143206787109376, 0.2816470947265625, 0.28146484375, 0.281670654296875, 0.2815037536621094, 0.2814761047363281, 0.2816030578613281, 0.2814474182128906, 0.28148019409179686, 0.2816225280761719, 0.28140338134765625, 0.28146380615234373, 0.2813716430664063, 0.28143719482421875, 0.2815867004394531, 0.28133273315429685, 0.28145150756835935, 0.28143002319335936, 0.2815672302246094, 0.2816778259277344, 0.28152935791015626, 0.28127435302734377, 0.28112896728515624, 0.28127435302734377, 0.2815170593261719, 0.281143310546875, 0.28146585083007813, 0.2816501770019531, 0.28121395874023436, 0.2810716247558594, 0.2812989501953125, 0.2811627502441406, 0.2813183898925781, 0.2815201416015625, 0.28156414794921875, 0.6065889282226562, 0.2809610290527344, 0.2809169921875, 0.28118014526367185, 0.2810624084472656, 0.28140237426757814, 0.28091595458984375, 0.2810408935546875, 0.2810378112792969, 0.28120269775390627, 0.2810142822265625, 0.2811064453125, 0.2812733459472656, 0.2811217956542969, 0.2809190368652344, 0.2811146240234375, 0.28121395874023436, 0.28103988647460937, 0.28125799560546877, 0.28095590209960936, 0.2810921020507812, 0.2812047424316406, 0.2810859375, 0.28157644653320313, 0.2811074523925781, 0.2813736877441406, 0.28132965087890627, 0.28149554443359376, 0.28099072265625, 0.2809395141601562, 0.2811760559082031, 0.2810900573730469, 0.2810798034667969, 0.28106036376953125, 0.28111770629882815, 0.2811985778808594, 0.2812600402832031, 0.28122930908203125, 0.28111358642578127, 0.2813102111816406, 0.2814115905761719, 0.28146484375, 0.28112384033203125, 0.28095281982421877, 0.28117300415039065, 0.2812620849609375, 0.28116378784179685, 0.28120065307617187, 0.28133377075195315, 0.2811207580566406, 0.28124160766601564, 0.28134808349609375, 0.2812538757324219, 0.2812600402832031, 0.281343994140625, 0.28151910400390623, 0.28132965087890627, 0.2814218139648437, 0.28138906860351565, 0.28175668334960935, 0.28138290405273436, 0.2815150146484375, 0.281712646484375, 0.6064854736328125, 0.28096517944335936, 0.280976318359375, 0.281059326171875, 0.28107366943359374, 0.28107366943359374, 0.2810449829101562, 0.28102859497070315, 0.28117196655273435, 0.2813102111816406, 0.2813982849121094, 0.28133477783203126, 0.2816522216796875, 0.28102041625976565, 0.281122802734375, 0.28104806518554687, 0.28105010986328127, 0.2810296325683594, 0.28088525390625, 0.2810900573730469, 0.28102554321289064, 0.28089547729492187, 0.28095489501953125, 0.2809866333007813, 0.28106137084960936, 0.2808616943359375, 0.281101318359375, 0.2810357666015625, 0.2813009948730469, 0.2810091552734375, 0.281481201171875, 0.2811463623046875, 0.28136038208007813, 0.28138290405273436, 0.28177407836914065, 0.2813921203613281, 0.281101318359375, 0.281275390625, 0.2812200927734375, 0.28148223876953127, 0.281270263671875, 0.28124774169921873, 0.2812549133300781, 0.281275390625, 0.28143515014648435, 0.28106341552734376, 0.2812938232421875, 0.2816450500488281, 0.28184884643554686, 0.2816512145996094, 0.2815047607421875, 0.28159896850585936, 0.2812528686523437, 0.281175048828125, 0.2812651672363281, 0.28133172607421875, 0.28128256225585935, 0.28144332885742185, 0.2814535827636719, 0.28138290405273436, 0.28144436645507814, 0.28169830322265627, 0.2818529357910156, 0.6073692016601563, 0.2816573486328125, 0.2816153564453125, 0.28132760620117186, 0.2814689331054688, 0.28154367065429686, 0.281027587890625, 0.2809866333007813, 0.28119143676757813, 0.2810900573730469, 0.280995849609375, 0.2812333984375, 0.2813255615234375, 0.28138494873046876, 0.2815784912109375, 0.28136959838867187, 0.2814412841796875, 0.28131329345703127, 0.2810378112792969, 0.2817525634765625, 0.2815733642578125, 0.28126617431640627, 0.2815447082519531, 0.2814975891113281, 0.28120883178710937, 0.2812549133300781, 0.2811269226074219, 0.28102041625976565, 0.2809354248046875, 0.2811125793457031, 0.28105523681640626, 0.28127743530273436, 0.2812518310546875, 0.28106854248046875, 0.28128256225585935, 0.2811463623046875, 0.28116378784179685, 0.2817177734375, 0.28164096069335937, 0.28217242431640627, 0.28151602172851564, 0.28213861083984376, 0.2816296997070312, 0.28145458984375, 0.28150271606445315, 0.28149249267578125, 0.28160614013671875, 0.28172491455078125, 0.2816174011230469, 0.28166656494140624, 0.28144024658203126, 0.2816296997070312, 0.2815784912109375, 0.2815047607421875, 0.28180685424804686, 0.281459716796875, 0.2812569580078125, 0.2812108764648438, 0.2812108764648438, 0.2811453552246094, 0.28124774169921873, 0.2810777587890625, 0.28122930908203125, 0.606845947265625, 0.2807613830566406, 0.28094561767578125, 0.2809241638183594, 0.28097637939453124, 0.2810091552734375, 0.2809774169921875, 0.2810460205078125, 0.28142385864257813, 0.28146585083007813, 0.2812518310546875, 0.28173208618164064, 0.28189797973632813, 0.2814361572265625, 0.28138189697265625, 0.28133273315429685, 0.2814044189453125, 0.28123544311523435, 0.28123544311523435, 0.28124774169921873, 0.2811883544921875, 0.28133377075195315, 0.2814422912597656, 0.28136651611328123, 0.28155084228515626, 0.28144436645507814, 0.28169012451171876, 0.2812231750488281, 0.28088116455078127, 0.2811125793457031, 0.2812108764648438, 0.2812108764648438, 0.28103884887695313, 0.2812651672363281, 0.28122213745117186, 0.28098968505859373, 0.2810654602050781, 0.28117300415039065, 0.28104806518554687, 0.2814894104003906, 0.281248779296875, 0.2813368225097656, 0.28116683959960936, 0.2811555786132813, 0.28160513305664064, 0.2811412353515625, 0.28160614013671875, 0.2813726806640625, 0.28156414794921875, 0.2810163269042969, 0.28116888427734377, 0.2811412353515625, 0.2812467346191406, 0.2811412353515625, 0.2812590026855469, 0.28136651611328123, 0.28124160766601564, 0.28138494873046876, 0.2813511657714844, 0.28120269775390627, 0.28121701049804687, 0.28180685424804686, 0.28130712890625]",tokens/s,3.4973510180074943,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm-20b,internlm/internlm-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4528.283648,14401.667072,0.0,13755.219968,13102.897664,s,10,9.33269903564453,0.9332699035644533,0.00015448895690955435,0.9332392883300782,0.9334599670410156,0.9335539276123047,0.933629096069336,"[0.9336478881835938, 0.933167236328125, 0.933120361328125, 0.9334390869140625, 0.9332063598632813, 0.9332603149414063, 0.9332708740234374, 0.933264404296875, 0.93321826171875, 0.933104248046875]",tokens/s,274.30435613776353,kWh,1.1028735475106673e-05,6.043266896995191e-06,5.577004461598811e-05,7.284204698808998e-05,tokens/kWh,3514453.6786817266,MB,4528.283648,14401.667072,0.0,13755.219968,13549.147136,s,10,524.42144921875,52.442144921875,0.009967477701246537,52.438642578125,52.456318749999994,52.4600734375,52.4630771875,"[52.4281875, 52.4350859375, 52.43659765625, 52.44311328125, 52.43927734375, 52.43641796875, 52.455484375, 52.4380078125, 52.44544921875, 52.463828125]",tokens/s,1.2013238606821561,kWh,0.0006190670299665495,0.00033930338568243315,0.0030674251483826186,0.004025795564031601,tokens/kWh,15649.080783652398,,s,629,531.9876053466794,0.8457672581028295,0.11092122656133056,0.8323583984375,0.8330481567382813,0.8332861450195312,1.7659684716796875,"[0.8313579711914062, 0.8317440185546875, 0.8323225708007812, 0.8315863037109374, 0.8320389404296875, 0.832083984375, 0.8326676635742187, 0.8317952270507812, 0.8321249389648437, 0.8320911254882812, 0.8323276977539062, 0.8324546508789062, 0.8319252319335938, 0.8317245483398438, 0.831773681640625, 0.8318924560546875, 0.832163818359375, 0.8326932373046875, 0.8329922485351563, 0.8320389404296875, 0.8324659423828125, 0.8322498779296875, 0.832300048828125, 0.83255908203125, 0.83230615234375, 0.8318515014648438, 0.8324822998046875, 0.8322550048828125, 0.8322651977539063, 0.8321341552734375, 0.8335053100585937, 0.8320194702148438, 0.8323236083984376, 0.8324403076171875, 0.8320040893554688, 0.8323276977539062, 0.8315811767578125, 0.8322826538085938, 0.8321331176757812, 0.8321412963867187, 0.8318597412109375, 0.832163818359375, 0.8326000366210937, 0.8319559936523437, 0.8320235595703125, 0.8320655517578125, 0.8319641723632812, 0.8321689453125, 0.8320347900390626, 0.8320112915039063, 0.8322191162109375, 0.8320297241210938, 0.8324844360351562, 0.8321637573242188, 0.8327239379882813, 0.8322109375, 0.8320347900390626, 0.8322089233398438, 0.8323307495117187, 0.8323174438476563, 0.8321361694335937, 0.8318699340820312, 1.7659464111328125, 0.8318555297851562, 0.8324342041015625, 0.8329185180664063, 0.8316907348632813, 0.831909912109375, 0.832985107421875, 0.8325570678710937, 0.8323553466796875, 0.8327239379882813, 0.8327966918945312, 0.8324331665039062, 0.8322734375, 0.8319293212890625, 0.83169482421875, 0.8320184326171876, 0.8320696411132813, 0.8321444091796875, 0.8323369140625, 0.8322160034179688, 0.832415771484375, 0.8321433715820312, 0.8326000366210937, 0.8321249389648437, 0.8324464721679687, 0.8321863403320312, 0.831916015625, 0.8327567138671875, 0.8324700317382813, 0.83228466796875, 0.83304345703125, 0.832120849609375, 0.8326297607421875, 0.8321444091796875, 0.8328713989257812, 0.8322191162109375, 0.8325652465820312, 0.8319252319335938, 0.8325980224609375, 0.8329686889648438, 0.8326942749023437, 0.8321341552734375, 0.83285400390625, 0.8321136474609375, 0.8323399658203126, 0.83188427734375, 0.8326942749023437, 0.8320061645507812, 0.8320921630859375, 0.8318525390625, 0.8316139526367188, 0.8324935913085938, 0.8317767944335938, 0.8318720092773437, 0.8321044311523438, 0.8321914672851562, 0.8326348876953125, 0.8322508544921875, 0.8321607666015625, 0.8321382446289063, 0.832120849609375, 0.8320347900390626, 0.8325232543945312, 1.76597705078125, 0.8317020263671875, 0.8320665893554687, 0.83231640625, 0.8325621948242188, 0.8322550048828125, 0.8323512573242188, 0.8322990112304688, 0.8318740234375, 0.832337890625, 0.8323931884765625, 0.8325806274414063, 0.8322304077148438, 0.8324198608398438, 0.8321146850585938, 0.83205224609375, 0.8326666259765625, 0.83201025390625, 0.8322027587890625, 0.8323727416992187, 0.8318381958007812, 0.83205224609375, 0.8321187744140625, 0.8327813110351563, 0.831984619140625, 0.8322181396484375, 0.8319641723632812, 0.8318515014648438, 0.8323706665039062, 0.8322283325195312, 0.8329133911132812, 0.8322713623046875, 0.832184326171875, 0.8324751586914062, 0.832373779296875, 0.832016357421875, 0.8323358764648437, 0.8315023193359375, 0.8321832885742187, 0.8315361328125, 0.8325693359375, 0.8319590454101562, 0.8328304443359374, 0.83196826171875, 0.832912353515625, 0.832174072265625, 0.8325908203125, 0.832859130859375, 0.8324310913085937, 0.8325765380859375, 0.8330537109375, 0.8326737670898438, 0.8323410034179688, 0.8321566772460938, 0.8322621459960937, 0.8320634765625, 0.8324454345703125, 0.83239013671875, 0.8320563354492188, 0.8328345336914063, 0.8329205932617187, 0.8323706665039062, 0.8332369995117187, 1.767393310546875, 0.8326871337890625, 0.8332984619140625, 0.833522705078125, 0.832300048828125, 0.832505859375, 0.8325478515625, 0.8334581909179688, 0.8323963012695312, 0.832363525390625, 0.8323583984375, 0.832294921875, 0.8329451904296875, 0.8321515502929687, 0.8320020751953126, 0.8317614135742187, 0.8324720458984375, 0.8322744140625, 0.8321873779296876, 0.8326461181640625, 0.8321198120117187, 0.8324597778320313, 0.8325017700195313, 0.8321382446289063, 0.8328632202148437, 0.8326102905273437, 0.8324126586914062, 0.8323450927734375, 0.8326195068359376, 0.83251611328125, 0.8328406982421875, 0.8327997436523438, 0.8319794921875, 0.8324822998046875, 0.8325867309570313, 0.8318956298828125, 0.8329409790039063, 0.8320880737304688, 0.8326871337890625, 0.83188525390625, 0.8321853637695312, 0.8318863525390625, 0.8330516357421875, 0.8324608154296875, 0.83209423828125, 0.8321802368164063, 0.8324567260742187, 0.8320593872070312, 0.8331837158203125, 0.8323727416992187, 0.83230517578125, 0.83211572265625, 0.8314910888671875, 0.8320409545898437, 0.83205224609375, 0.8324597778320313, 0.8319241943359375, 0.8318351440429688, 0.832489501953125, 0.8321669311523437, 0.8324730834960937, 0.8321730346679688, 0.8328417358398438, 1.765780517578125, 0.8319590454101562, 0.8320655517578125, 0.8327311401367188, 0.83169384765625, 0.83228466796875, 0.8326297607421875, 0.8324136962890625, 0.8330670166015625, 0.8324331665039062, 0.8326471557617188, 0.8329779052734375, 0.832232421875, 0.8320245971679687, 0.8318443603515625, 0.8329103393554688, 0.8324392700195312, 0.8321361694335937, 0.8322488403320313, 0.832505859375, 0.8328079223632813, 0.83231640625, 0.8328366088867187, 0.8321382446289063, 0.8319641723632812, 0.8325928955078125, 0.8323123168945312, 0.8327260131835937, 0.8329041748046875, 0.832090087890625, 0.8328939819335938, 0.8321361694335937, 0.8329819946289062, 0.8323153686523438, 0.8326205444335938, 0.831657958984375, 0.8321658935546875, 0.8320286865234375, 0.8322396240234375, 0.8324659423828125, 0.8324249877929687, 0.8320726928710938, 0.8326676635742187, 0.8323092651367188, 0.8325498657226562, 0.83219970703125, 0.8325662841796875, 0.8321484985351563, 0.8317286376953125, 0.8319539184570313, 0.8317685546875, 0.8323583984375, 0.8322529296875, 0.8322979736328125, 0.833328125, 0.832658447265625, 0.8331090087890625, 0.83231640625, 0.832385009765625, 0.8319334106445313, 0.8321494750976562, 0.8318720092773437, 0.83228466796875, 1.7662679443359375, 0.8315719604492188, 0.8317655029296875, 0.8327946166992187, 0.8321658935546875, 0.8324351806640625, 0.8329400024414062, 0.8327884521484376, 0.8325120239257813, 0.8324669189453126, 0.832374755859375, 0.8334530639648438, 0.8325560302734375, 0.83189453125, 0.8323328247070313, 0.8320993041992187, 0.8330505981445312, 0.832036865234375, 0.832100341796875, 0.8319580078125, 0.8322642211914062, 0.8325078735351562, 0.83236865234375, 0.8325703735351563, 0.8333148193359375, 0.8326871337890625, 0.8324014282226563, 0.8325028076171875, 0.83306396484375, 0.8321300659179688, 0.8325693359375, 0.8320604248046874, 0.8321412963867187, 0.8322304077148438, 0.8324966430664062, 0.8317327270507813, 0.8325089111328124, 0.8316979370117188, 0.8326195678710937, 0.83203271484375, 0.8327761840820312, 0.8324853515625, 0.8329891967773437, 0.8318760986328125, 0.8317901000976563, 0.832300048828125, 0.8324024047851563, 0.8322959594726562, 0.8324730834960937, 0.8319866943359375, 0.8320133056640625, 0.83179931640625, 0.8323881225585937, 0.83211572265625, 0.832268310546875, 0.831805419921875, 0.8321044311523438, 0.8319385375976562, 0.8317327270507813, 0.831857666015625, 0.8320460815429688, 0.8320205078125, 0.8327618408203125, 1.7665228271484374, 0.831910888671875, 0.8324802856445312, 0.8330178833007813, 0.83226318359375, 0.8326820068359375, 0.8331510009765625, 0.832668701171875, 0.8334458618164062, 0.8330250244140625, 0.8329000854492188, 0.8333363037109375, 0.833713134765625, 0.8330505981445312, 0.8325611572265625, 0.8321310424804688, 0.8324259643554688, 0.8325877685546875, 0.8318300170898437, 0.8329840698242188, 0.8322908325195313, 0.8324597778320313, 0.8325283813476563, 0.833333251953125, 0.8326563720703125, 0.83272705078125, 0.8329338989257813, 0.832542724609375, 0.83277001953125, 0.832626708984375, 0.8330393676757812, 0.8331970825195313, 0.832974853515625, 0.832189453125, 0.833412109375, 0.8327249755859375, 0.8326102905273437, 0.8318587036132813, 0.83251708984375, 0.8320819091796875, 0.8324710693359375, 0.8323573608398438, 0.8325888061523438, 0.8320963134765625, 0.832965576171875, 0.8322355346679687, 0.8332185668945312, 0.8328130493164062, 0.8324730834960937, 0.8323757934570313, 0.8323963012695312, 0.8320276489257813, 0.8321249389648437, 0.83226318359375, 0.8319487915039062, 0.8325037841796875, 0.8323809204101562, 0.832521240234375, 0.8322969360351562, 0.8325816040039062, 0.8326461181640625, 0.8322078857421875, 0.833112060546875, 1.7663426513671876, 0.8318351440429688, 0.8316497802734375, 0.8323031005859375, 0.8322713623046875, 0.8326748046875, 0.8330363159179688, 0.8327495727539063, 0.832236572265625, 0.8322642211914062, 0.8327792358398437, 0.8323338012695313, 0.8320542602539063, 0.831731689453125, 0.8316508178710937, 0.83219970703125, 0.8328826904296875, 0.8323594360351563, 0.83210546875, 0.832953369140625, 0.8320112915039063, 0.832300048828125, 0.832616455078125, 0.83243212890625, 0.8317685546875, 0.8323245849609375, 0.8317644653320313, 0.83255908203125, 0.8324342651367187, 0.8319262084960938, 0.832521240234375, 0.8319447021484375, 0.8325928955078125, 0.8322744140625, 0.8330813598632812, 0.8319201049804688, 0.8322651977539063, 0.8317777709960937, 0.8321976318359375, 0.8322488403320313, 0.8328857421875, 0.8322816162109375, 0.8330966796875, 0.8319600830078125, 0.832848876953125, 0.8319385375976562, 0.832932861328125, 0.8317828979492188, 0.8316876831054687, 0.832195556640625, 0.8318535766601562, 0.8323338012695313, 0.8324014282226563, 0.832490478515625, 0.8325181274414063, 0.83251708984375, 0.8322600708007812, 0.8324413452148437, 0.8330137329101562, 0.83291650390625, 0.8328233032226563, 0.8326328125, 0.8321453857421875, 1.766571044921875, 0.832021484375, 0.8320880737304688, 0.832911376953125, 0.8321464233398438, 0.8323573608398438, 0.8326389770507813, 0.8333762817382813, 0.833059814453125, 0.8324669189453126, 0.8320758056640625, 0.8325601196289063, 0.8327915649414063, 0.831662109375, 0.831847412109375, 0.8319241943359375, 0.83224267578125, 0.8321259765625, 0.831773681640625, 0.8320491333007812, 0.8316170043945312, 0.8325939331054687, 0.83281201171875, 0.8329584350585938, 0.8328816528320313, 0.8325785522460938, 0.8330475463867187, 0.8329441528320313, 0.8334028930664062, 0.83277001953125, 0.8334141235351562, 0.8328417358398438, 0.8325437622070313, 0.8329154663085937, 0.8323788452148437, 0.8332472534179688, 0.8331581420898437, 0.831705078125, 0.832637939453125, 0.8324515991210938, 0.8326246337890625, 0.832247802734375, 0.832574462890625, 0.8321085205078125, 0.8318924560546875, 0.8322437133789062, 0.8322754516601563, 0.83251708984375, 0.8326359252929687, 0.8321781616210937, 0.832015380859375, 0.8329093017578125, 0.8326461181640625, 0.8330363159179688, 0.8332636108398438, 0.8316968994140626, 0.8318546142578125, 0.832232421875, 0.8316713256835937, 0.8318187255859375, 0.8322529296875, 0.8320512084960937, 0.8323563232421874, 1.7667890625, 0.831552490234375, 0.8331336059570312, 0.8328754272460938, 0.8320747680664062, 0.8324157104492188, 0.8323963012695312, 0.8322908325195313, 0.8327106323242187, 0.8326226196289063, 0.8333742065429688, 0.83352783203125, 0.8330025024414063, 0.83291650390625, 0.8328980712890625, 0.8327598266601562, 0.8326246337890625, 0.8329461669921875, 0.8323553466796875, 0.8324710693359375, 0.8322416381835938, 0.8326625366210938, 0.8328673095703125, 0.833132568359375, 0.8329266967773438, 0.8332922973632813, 0.8332769165039062, 0.8331294555664063, 0.8333455810546875, 0.833387451171875, 0.8330004272460938, 0.832690185546875, 0.8327946166992187, 0.8329185180664063, 0.8331776123046875, 0.8324464721679687, 0.8326492309570312, 0.8316651611328125, 0.8323655395507813, 0.8318587036132813, 0.8321689453125, 0.83182080078125, 0.8324229125976562, 0.8319221801757812, 0.83211572265625, 0.8319805297851562, 0.8336906127929687, 0.8333352661132812, 0.8331602172851562, 0.8332513427734375, 0.8326502685546875, 0.83262158203125, 0.832278564453125, 0.833133544921875, 0.8331519775390624, 0.833059814453125, 0.833133544921875, 0.8326400146484375, 0.8330721435546875, 0.8333240356445313, 0.8327546997070312, 0.8329021606445313, 0.8327946166992187]",tokens/s,1.1823583739138064,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1769.34912,11891.376128,0.0,11244.929024,10437.174272,s,10,7.440513244628905,0.7440513244628907,0.0008051333046437837,0.7439403991699218,0.7448412414550781,0.7453177459716798,0.745698949584961,"[0.7457942504882813, 0.7435556030273438, 0.7447269287109375, 0.7431126708984375, 0.7447353515625, 0.7433367919921875, 0.7431660766601562, 0.7437805786132813, 0.7441002197265625, 0.7442047729492187]",tokens/s,344.0622865429331,kWh,8.784825413946122e-06,4.813721496793732e-06,4.2452196660142895e-05,5.605074357088275e-05,tokens/kWh,4567289.9892266,MB,1769.34912,11891.376128,0.0,11244.929024,10730.075136,s,10,411.34482031249996,41.134482031249995,0.004974161508721268,41.133431640625,41.14023203125,41.142840625,41.1449275,"[41.13965234375, 41.14544921875, 41.12939453125, 41.127875, 41.13319140625, 41.135828125, 41.13083984375, 41.1370546875, 41.13186328125, 41.133671875]",tokens/s,1.5315617673789768,kWh,0.0004856886855832168,0.00026619995115832355,0.0023717616791538577,0.003123650315895398,tokens/kWh,20168.710844299796,,s,629,417.38696643066413,0.6635722836735518,0.08835475259072602,0.652906494140625,0.6533408935546875,0.6534932250976563,1.3962570458984376,"[0.6527467651367187, 0.65278466796875, 0.652885009765625, 0.65274365234375, 0.6526473999023438, 0.6523862915039063, 0.652621826171875, 0.6530610961914063, 0.6526361694335937, 0.65248974609375, 0.6527897338867188, 0.6530089111328125, 0.6527088623046875, 0.6529024047851563, 0.6527999877929688, 0.6530201416015625, 0.65272216796875, 0.6532402954101563, 0.6529054565429687, 0.6530672607421875, 0.6527948608398437, 0.6526781616210937, 0.6528972778320312, 0.6534553833007812, 0.6526719970703125, 0.6530232543945312, 0.653286376953125, 0.6527815551757813, 0.6528092041015625, 0.652990478515625, 0.6529351806640625, 0.6529915161132812, 0.653464599609375, 0.6528297119140625, 0.65297509765625, 0.6530723876953125, 0.6528040771484375, 0.6527938842773438, 0.6534625244140625, 0.6530365600585938, 0.6535577392578125, 0.6534000854492188, 0.6530560302734375, 0.6531502685546875, 0.6528839111328125, 0.6528389282226562, 0.6530703125, 0.6533990478515626, 0.6529915161132812, 0.6528317260742188, 0.6531737670898438, 0.6530518798828125, 0.6527283325195312, 0.653496337890625, 0.6533304443359375, 0.6533273315429687, 0.6535270385742188, 0.6535403442382812, 0.653475830078125, 0.6533560791015625, 0.6531522216796875, 0.6534563598632812, 1.3965128173828125, 0.6527662353515625, 0.6527958984375, 0.6524364624023438, 0.6525255737304687, 0.6524774169921875, 0.6529208374023437, 0.652748779296875, 0.65314404296875, 0.6535782470703125, 0.6530027465820313, 0.6528818969726562, 0.6526925048828125, 0.6529013671875, 0.653107177734375, 0.6531942138671875, 0.6530672607421875, 0.6530396118164062, 0.6529607543945313, 0.6527958984375, 0.65289013671875, 0.6534953002929688, 0.6527354736328125, 0.6534369506835938, 0.6532301025390626, 0.6531849975585937, 0.653216796875, 0.6527754516601563, 0.6526781616210937, 0.6528737182617188, 0.6533191528320312, 0.653137939453125, 0.6527938842773438, 0.6530057983398437, 0.653048828125, 0.6530293579101563, 0.6533253173828125, 0.6530191650390625, 0.6530826416015625, 0.6537021484375, 0.6532034301757812, 0.6531942138671875, 0.6530181274414063, 0.6530048217773438, 0.6531112670898438, 0.653338623046875, 0.653370361328125, 0.6532393188476563, 0.6533990478515626, 0.6531123046875, 0.6532874145507812, 0.653106201171875, 0.6534471435546875, 0.6532372436523437, 0.6535567626953125, 0.6534932250976563, 0.6531686401367187, 0.6535045166015625, 0.6532474975585938, 0.6531184692382812, 0.6533038330078125, 0.6533877563476562, 0.6537277221679687, 1.398035400390625, 0.6525358276367188, 0.6527037353515625, 0.6530211791992188, 0.652685302734375, 0.6527416381835938, 0.6529177856445313, 0.6525440063476563, 0.65275390625, 0.6524580078125, 0.6523504638671875, 0.652569580078125, 0.6526484375, 0.6522930908203125, 0.6524733276367187, 0.6524334106445312, 0.65293310546875, 0.6525020141601563, 0.6529607543945313, 0.65254296875, 0.6530191650390625, 0.653095947265625, 0.6526617431640624, 0.6529495239257812, 0.6527191162109375, 0.652727294921875, 0.6527446899414062, 0.6529566650390625, 0.6530468139648438, 0.6528563232421875, 0.6526658325195313, 0.652663818359375, 0.6530242309570312, 0.6528040771484375, 0.6530416870117187, 0.6527467651367187, 0.6534533081054688, 0.6530631713867188, 0.6527078247070313, 0.652959716796875, 0.652927001953125, 0.6528020629882813, 0.6531942138671875, 0.65305908203125, 0.652990478515625, 0.652885009765625, 0.6527457275390625, 0.6529597778320313, 0.6528880615234375, 0.6532208862304687, 0.6528031005859375, 0.6532218627929688, 0.6532781982421875, 0.6527908325195313, 0.6528562622070313, 0.6530416870117187, 0.652859375, 0.6529771728515625, 0.6530160522460937, 0.65293310546875, 0.653043701171875, 0.6527866821289062, 0.6528706665039062, 1.3960069580078125, 0.6525593872070312, 0.6528092041015625, 0.6527579956054688, 0.6525819091796875, 0.6522286376953125, 0.6525307006835938, 0.652564453125, 0.652389404296875, 0.6527446899414062, 0.6526300048828125, 0.6527713012695312, 0.6525562744140625, 0.652705810546875, 0.6525819091796875, 0.6526351318359375, 0.65310205078125, 0.6526033935546875, 0.6533038330078125, 0.6530365600585938, 0.652516357421875, 0.65240576171875, 0.6525009765625, 0.65260546875, 0.6524815063476562, 0.6527232055664063, 0.6527365112304687, 0.6526914672851563, 0.6528818969726562, 0.6526607055664062, 0.6528573608398438, 0.65282763671875, 0.6525972290039063, 0.6530949096679688, 0.6533079223632813, 0.6527703247070312, 0.6528665771484375, 0.6527570190429688, 0.6526085205078125, 0.65305908203125, 0.6531604614257812, 0.6529658813476562, 0.65286962890625, 0.6528440551757813, 0.652632080078125, 0.6529740600585937, 0.6530457763671875, 0.6529075317382812, 0.6527887573242187, 0.6530682983398437, 0.6527017211914062, 0.65301708984375, 0.6527385864257812, 0.6529976196289062, 0.65310205078125, 0.6535454711914063, 0.6528880615234375, 0.6529730834960937, 0.6530068359375, 0.6530252685546875, 0.652854248046875, 0.6531235961914063, 0.6537083129882812, 1.398119384765625, 0.65293310546875, 0.65303857421875, 0.6526300048828125, 0.6527467651367187, 0.6525368041992188, 0.6528123168945312, 0.652611572265625, 0.6528132934570312, 0.6527293701171875, 0.6526064453125, 0.6525624389648438, 0.653022216796875, 0.6527446899414062, 0.6527017211914062, 0.653359130859375, 0.6527334594726563, 0.6524825439453125, 0.6526340942382812, 0.6526945190429687, 0.6525634765625, 0.6526668701171875, 0.6528880615234375, 0.6529412841796876, 0.6527098999023437, 0.6525542602539063, 0.652727294921875, 0.6529341430664063, 0.65318603515625, 0.6526863403320312, 0.6527262573242187, 0.6531788940429688, 0.6528440551757813, 0.6530509033203125, 0.6528675537109375, 0.6529351806640625, 0.6528031005859375, 0.65316552734375, 0.653005859375, 0.6529402465820312, 0.6529024047851563, 0.6528389282226562, 0.6527754516601563, 0.6529351806640625, 0.6533416748046875, 0.6532628784179687, 0.6529669189453124, 0.6530703125, 0.65284814453125, 0.65274365234375, 0.6526975708007813, 0.653169677734375, 0.6534840087890625, 0.652959716796875, 0.6528972778320312, 0.6531133422851563, 0.6529915161132812, 0.6528440551757813, 0.6532638549804688, 0.6533826293945313, 0.653318115234375, 0.6532761840820313, 0.653032470703125, 1.396304931640625, 0.6526607055664062, 0.6528460693359375, 0.6529412841796876, 0.6527395629882813, 0.6526822509765625, 0.652837890625, 0.6526986083984375, 0.6526095581054687, 0.6526044311523438, 0.6528993530273437, 0.6527232055664063, 0.6532402954101563, 0.6530662231445312, 0.6526239013671875, 0.6524539184570313, 0.6527129516601563, 0.6527109375, 0.65282763671875, 0.6532833251953125, 0.653000732421875, 0.6526310424804688, 0.652737548828125, 0.65278564453125, 0.65257470703125, 0.653043701171875, 0.6532413330078125, 0.6531768188476562, 0.6532413330078125, 0.6526648559570313, 0.6527979736328124, 0.6527559814453125, 0.6525931396484375, 0.6530263061523438, 0.6533355712890625, 0.652837890625, 0.6529290161132812, 0.652854248046875, 0.6528942260742188, 0.6532843627929688, 0.6530672607421875, 0.6533038330078125, 0.6530570678710937, 0.6535946044921875, 0.6530897827148437, 0.6533273315429687, 0.6531296997070313, 0.6530109252929688, 0.6527180786132812, 0.6536857299804687, 0.6528952026367187, 0.65280615234375, 0.6531348266601562, 0.6529710083007813, 0.6529607543945313, 0.6530099487304688, 0.653043701171875, 0.6529556274414062, 0.6532618408203125, 0.6531204833984375, 0.6531849975585937, 0.6530713500976563, 0.6529403076171875, 1.3961339111328126, 0.6530078735351562, 0.6526279907226562, 0.6524651489257812, 0.65278564453125, 0.6523176879882813, 0.6522777709960937, 0.652837890625, 0.6526074829101562, 0.65278564453125, 0.6526760864257812, 0.6527836303710938, 0.65282763671875, 0.6525460205078125, 0.6526873779296875, 0.6528081665039063, 0.6531000366210937, 0.6525419311523437, 0.6525849609375, 0.6524835815429687, 0.6529423217773438, 0.6528983154296875, 0.6524999389648437, 0.6530252685546875, 0.6525706176757813, 0.6533919067382813, 0.652591064453125, 0.6528839721679688, 0.6527866821289062, 0.6525234985351562, 0.6525593872070312, 0.6529781494140625, 0.6528173828125, 0.65263818359375, 0.6528880615234375, 0.652843017578125, 0.65278564453125, 0.6529412841796876, 0.6531727294921875, 0.652859375, 0.6534010620117188, 0.65289013671875, 0.6531348266601562, 0.6529403076171875, 0.6528173828125, 0.652906494140625, 0.6529945678710938, 0.6536222534179688, 0.6529812622070312, 0.6531532592773438, 0.6526484375, 0.6530867309570313, 0.6529454345703125, 0.6528583984375, 0.6533949584960937, 0.6535220336914063, 0.6530999145507812, 0.6530130004882813, 0.65289013671875, 0.6530621337890625, 0.6529996948242187, 0.6529505004882813, 0.6532177734375, 1.3966458740234375, 0.6525204467773438, 0.6525778198242187, 0.652927978515625, 0.6524282836914063, 0.6527579956054688, 0.6527825927734375, 0.6535157470703125, 0.65275390625, 0.6528399658203125, 0.6525614013671875, 0.6527999877929688, 0.6529197998046875, 0.652885986328125, 0.6527518920898437, 0.6526412963867188, 0.6525245361328125, 0.6526566162109375, 0.6527129516601563, 0.6526525268554687, 0.6529853515625, 0.6530518798828125, 0.6533673095703125, 0.6529362182617188, 0.65265869140625, 0.6525859985351562, 0.6527385864257812, 0.65299560546875, 0.6531829833984375, 0.6527109375, 0.6531573486328125, 0.6529669189453124, 0.6529403076171875, 0.6528173828125, 0.6531840209960937, 0.65339599609375, 0.6529423217773438, 0.6534061889648437, 0.6537799682617188, 0.6529351806640625, 0.6527119140625, 0.6531481323242188, 0.6529300537109375, 0.6530877685546875, 0.6532301025390626, 0.652896240234375, 0.653011962890625, 0.6526361694335937, 0.6528839721679688, 0.6531204833984375, 0.65299560546875, 0.6533201904296875, 0.6530570068359375, 0.65350146484375, 0.65318603515625, 0.6534410400390624, 0.6530877685546875, 0.6532843627929688, 0.6531849975585937, 0.653676513671875, 0.653001708984375, 0.65317578125, 0.6527201538085937, 1.397074951171875, 0.6525890502929688, 0.6529771728515625, 0.6529843139648438, 0.6529228515625, 0.6524180297851563, 0.6524927978515624, 0.65261669921875, 0.652579833984375, 0.6524293212890625, 0.6530365600585938, 0.6528051147460937, 0.6528235473632813, 0.6525880126953125, 0.65275390625, 0.6524876708984375, 0.652864501953125, 0.6530672607421875, 0.65260546875, 0.6535639038085937, 0.65280615234375, 0.652812255859375, 0.6528092041015625, 0.652943359375, 0.6526351318359375, 0.6530078735351562, 0.652906494140625, 0.6527969360351562, 0.652626953125, 0.6527314453125, 0.6525040283203125, 0.65293310546875, 0.6526105346679687, 0.6528685913085938, 0.6529197998046875, 0.6529515380859375, 0.652821533203125, 0.6530089111328125, 0.6527928466796875, 0.6528409423828125, 0.6529515380859375, 0.653402099609375, 0.6530344848632812, 0.6527191162109375, 0.6530764770507812, 0.65318603515625, 0.6530682983398437, 0.6530089111328125, 0.6533406982421875, 0.6529822998046875, 0.6532177734375, 0.6534010620117188, 0.6528839721679688, 0.6531163940429687, 0.6527764282226562, 0.6531154174804688, 0.6530263061523438, 0.6531287231445313, 0.6528675537109375, 0.6529710083007813, 0.6530610961914063, 0.6528153686523438, 0.652843017578125, 1.397327880859375, 0.6529044189453125, 0.6529126586914062, 0.6528338012695313, 0.6528132934570312, 0.6527037353515625, 0.6528184204101563, 0.6531676025390625, 0.6526679077148437, 0.6525787963867188, 0.6527026977539062, 0.652801025390625, 0.6524569702148437, 0.6524016723632813, 0.6524241943359375, 0.6528737182617188, 0.6528952026367187, 0.6526658325195313, 0.6528194580078125, 0.6528071899414063, 0.6525542602539063, 0.6527293701171875, 0.652859375, 0.6531840209960937, 0.6529013671875, 0.6527825927734375, 0.6534932250976563, 0.6527160034179688, 0.6529791870117188, 0.652732421875, 0.6533007202148438, 0.6534481811523437, 0.6530836181640625, 0.6526351318359375, 0.6527877197265625, 0.6526402587890625, 0.6525419311523437, 0.652747802734375, 0.6533416748046875, 0.6531266479492187, 0.65276416015625, 0.6529249267578126, 0.6530160522460937, 0.6528460693359375, 0.6529403076171875, 0.653253662109375, 0.6531358642578124, 0.6536539916992188, 0.653033447265625, 0.6529884033203125, 0.653033447265625, 0.6527457275390625, 0.6529013671875, 0.6532136840820313, 0.6529832763671874, 0.6531993408203125, 0.6529832763671874, 0.6528511962890625, 0.6531082153320312, 0.6527078857421875, 0.6528624877929687, 0.6531368408203125, 0.653422607421875]",tokens/s,1.506994828753209,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,m,m,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/m/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669472eb-48bc5af21b7c7df67be24ac8;57563f10-3036-4bd1-93b0-09a72af20a2c) Repository Not Found for url: https://huggingface.co/m/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: m is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2-large,openai-community/gpt2-large,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1367.928832,1531.445248,0.0,884.998144,666.952192,s,10,0.4843702735900879,0.04843702735900879,0.0018486341466953742,0.047788928985595704,0.04876051712036133,0.051361186981201165,0.053441722869873046,"[0.053961856842041016, 0.04779385757446289, 0.0479169921875, 0.04772713470458984, 0.04799852752685547, 0.04773673629760742, 0.04818259048461914, 0.04762985610961914, 0.04778400039672852, 0.04763872146606445]",tokens/s,5285.212862105722,kWh,5.648195593760758e-07,3.094879083021494e-07,2.3388550456854547e-06,3.2131625133636802e-06,tokens/kWh,79672285.15062188,MB,1367.928832,1531.445248,0.0,884.998144,733.635072,s,10,29.121262451171877,2.912126245117187,0.008322479694677684,2.9110189208984374,2.922088525390625,2.9236887939453124,2.9249690087890627,"[2.9252890625, 2.91219580078125, 2.903920654296875, 2.909842041015625, 2.908743408203125, 2.920819091796875, 2.899109619140625, 2.903197509765625, 2.92173291015625, 2.916412353515625]",tokens/s,21.633677491019903,kWh,3.435640520361997e-05,1.882867745846462e-05,0.00012513249693131887,0.00017831757959340348,tokens/kWh,353302.2383079193,,s,629,29.503953914642377,0.04690612705030578,0.005755441892799579,0.04607385635375977,0.04671242218017578,0.04766207962036133,0.09410207550048828,"[0.04772761535644531, 0.04748185729980469, 0.04854272079467774, 0.049107967376708986, 0.047712257385253906, 0.04755251312255859, 0.04751871871948242, 0.0470568962097168, 0.04799795150756836, 0.04801638412475586, 0.04734566497802734, 0.0461844482421875, 0.04627763366699219, 0.046077953338623044, 0.046176254272460936, 0.046047233581542966, 0.04612812805175781, 0.046412799835205076, 0.046263294219970705, 0.04549222564697265, 0.04595199966430664, 0.04604313659667969, 0.04676812744140625, 0.04580659103393555, 0.04656435012817383, 0.046312446594238284, 0.0475494384765625, 0.0463001594543457, 0.04598374557495117, 0.04581478500366211, 0.045992961883544924, 0.04593971252441406, 0.045830142974853515, 0.04590591812133789, 0.045992961883544924, 0.045914112091064455, 0.04580044937133789, 0.04587519836425781, 0.04574924850463867, 0.046271488189697264, 0.04615884780883789, 0.045791233062744144, 0.04590796661376953, 0.046124031066894534, 0.04597862243652344, 0.04583731079101563, 0.0460687370300293, 0.04605747222900391, 0.046908416748046876, 0.046031871795654294, 0.045791233062744144, 0.0457523193359375, 0.046255104064941405, 0.04629708862304688, 0.046034942626953124, 0.04602470397949219, 0.046139392852783206, 0.046077953338623044, 0.04625305557250976, 0.04604006576538086, 0.04619059371948242, 0.04611379241943359, 0.09411583709716796, 0.04609228897094726, 0.04593766403198242, 0.04619980621337891, 0.04602163314819336, 0.045963264465332034, 0.045894657135009766, 0.04591923141479492, 0.04594790267944336, 0.04597145462036133, 0.04602470397949219, 0.046203903198242184, 0.04597043228149414, 0.046104576110839846, 0.046124031066894534, 0.04618751907348633, 0.04618137741088867, 0.04639846420288086, 0.04634009552001953, 0.045930496215820314, 0.046045185089111325, 0.046089214324951173, 0.04593868637084961, 0.04619776153564453, 0.045985790252685545, 0.04610355377197266, 0.04593664169311523, 0.04943667221069336, 0.046357505798339846, 0.046129150390625, 0.045840385437011716, 0.046034942626953124, 0.04592230224609375, 0.04603596878051758, 0.04601139068603516, 0.046099456787109375, 0.04693299102783203, 0.04609843063354492, 0.04611993789672852, 0.04653158569335938, 0.04612505722045898, 0.046263328552246095, 0.04602364730834961, 0.046080001831054686, 0.04611993789672852, 0.046058494567871096, 0.04615270233154297, 0.046071807861328126, 0.04646297454833984, 0.04638617706298828, 0.04573798370361328, 0.046033920288085936, 0.04698214340209961, 0.04892160034179688, 0.046740478515625, 0.046118911743164064, 0.04595097732543945, 0.046192638397216795, 0.0459950065612793, 0.04599193572998047, 0.045949951171875, 0.04595916748046875, 0.04627763366699219, 0.09606553649902344, 0.046287872314453124, 0.046089214324951173, 0.04643532943725586, 0.046312446594238284, 0.04612710571289062, 0.04614246368408203, 0.046045185089111325, 0.04632064056396484, 0.04613529586791992, 0.04602470397949219, 0.04604415893554688, 0.046053375244140625, 0.046205951690673826, 0.04636671829223633, 0.04619776153564453, 0.04606259155273437, 0.04577587127685547, 0.04599705505371094, 0.04598681640625, 0.045930496215820314, 0.04595814514160156, 0.045969406127929685, 0.046020606994628906, 0.04592127990722656, 0.045987838745117186, 0.04611481475830078, 0.04602265548706055, 0.04600627136230469, 0.0460687370300293, 0.04591001510620117, 0.04592947387695313, 0.04599808120727539, 0.04619059371948242, 0.045932544708251956, 0.04596428680419922, 0.046074878692626955, 0.04609740829467773, 0.045879295349121094, 0.045911041259765625, 0.046255104064941405, 0.04627763366699219, 0.04596736145019531, 0.046025726318359376, 0.04601241683959961, 0.04639539337158203, 0.04597964859008789, 0.04597248077392578, 0.04595199966430664, 0.04599705505371094, 0.045982719421386715, 0.04606054306030274, 0.04599398422241211, 0.046083072662353515, 0.04602777481079102, 0.045873153686523435, 0.0459683837890625, 0.04597862243652344, 0.04616089630126953, 0.04598374557495117, 0.046033920288085936, 0.04592127990722656, 0.04643532943725586, 0.09415577697753906, 0.046094337463378904, 0.04597964859008789, 0.046173183441162106, 0.046071807861328126, 0.046072830200195314, 0.046265342712402346, 0.04615577697753906, 0.046292991638183595, 0.046071807861328126, 0.04598067092895508, 0.04600012969970703, 0.04619878387451172, 0.0461578254699707, 0.046192638397216795, 0.04623155212402344, 0.04596633529663086, 0.04736716842651367, 0.04621823883056641, 0.046064640045166014, 0.046461952209472655, 0.04609843063354492, 0.04690739059448242, 0.049091583251953126, 0.046077953338623044, 0.04619059371948242, 0.04608512115478516, 0.04598476791381836, 0.04604006576538086, 0.04629094314575195, 0.046083072662353515, 0.04605132675170898, 0.046023681640625, 0.046189567565917966, 0.04600320053100586, 0.0460769271850586, 0.04607385635375977, 0.046033920288085936, 0.046148609161376954, 0.04600320053100586, 0.04597555160522461, 0.046048255920410154, 0.046069759368896485, 0.04609638214111328, 0.046036991119384765, 0.046034942626953124, 0.04619980621337891, 0.04627558517456055, 0.046159870147705076, 0.046089214324951173, 0.04592537689208984, 0.04608102416992187, 0.04709580612182617, 0.0461475830078125, 0.04593868637084961, 0.04587417602539062, 0.04603596878051758, 0.045987838745117186, 0.04595199966430664, 0.04589056015014648, 0.046050304412841796, 0.04609331130981445, 0.04593052673339844, 0.09485820770263671, 0.04626943969726562, 0.045897727966308595, 0.04621721649169922, 0.046023681640625, 0.04651212692260742, 0.04619776153564453, 0.04616908645629883, 0.046036991119384765, 0.045963264465332034, 0.04602982330322265, 0.04626227188110352, 0.04607385635375977, 0.04600729751586914, 0.04616806411743164, 0.04592947387695313, 0.046017536163330076, 0.04603289413452148, 0.046050304412841796, 0.04612607955932617, 0.04597862243652344, 0.04604927825927734, 0.04658995056152344, 0.046511104583740234, 0.04616294479370117, 0.0464189453125, 0.04604108810424805, 0.04615475082397461, 0.04598681640625, 0.046066688537597655, 0.04604006576538086, 0.04618751907348633, 0.04600831985473633, 0.045987838745117186, 0.046031871795654294, 0.046058494567871096, 0.04608204650878906, 0.04592844772338867, 0.04689920043945312, 0.04626432037353516, 0.04617113494873047, 0.046148609161376954, 0.04671180725097656, 0.046072830200195314, 0.046124031066894534, 0.046020606994628906, 0.04605235290527344, 0.046002174377441404, 0.045868030548095705, 0.04596121597290039, 0.04760371017456055, 0.04643942260742188, 0.04631347274780274, 0.0461475830078125, 0.04598886489868164, 0.04591308975219727, 0.046018558502197264, 0.04619571304321289, 0.04611174392700195, 0.046064640045166014, 0.04617420959472656, 0.04624486541748047, 0.04614144134521484, 0.09419673919677735, 0.046064640045166014, 0.04605132675170898, 0.04619161605834961, 0.046094337463378904, 0.046069759368896485, 0.04614144134521484, 0.04608512115478516, 0.046107646942138675, 0.046266368865966793, 0.046047233581542966, 0.04615580749511719, 0.04618646240234375, 0.04862464141845703, 0.048295936584472655, 0.04648550415039063, 0.046243839263916016, 0.04602470397949219, 0.04619878387451172, 0.04603801727294922, 0.04627558517456055, 0.04622643280029297, 0.046058494567871096, 0.046189567565917966, 0.04683161544799805, 0.046663681030273435, 0.046148609161376954, 0.046086143493652344, 0.04605440139770508, 0.04608512115478516, 0.04614246368408203, 0.04609228897094726, 0.045982719421386715, 0.04653977584838867, 0.046071807861328126, 0.04730879974365235, 0.04610662460327149, 0.046091262817382815, 0.046080001831054686, 0.04609535980224609, 0.045900798797607424, 0.0460871696472168, 0.04632371139526367, 0.04605644989013672, 0.04589670562744141, 0.04579328155517578, 0.046015487670898435, 0.04814131164550781, 0.04694732666015625, 0.04609740829467773, 0.045914112091064455, 0.046257152557373046, 0.04611276626586914, 0.046714881896972656, 0.047659008026123044, 0.047631359100341795, 0.04771430587768555, 0.046124031066894534, 0.04602675247192383, 0.04619776153564453, 0.046069759368896485, 0.046166015625, 0.04602675247192383, 0.09467289733886719, 0.04602470397949219, 0.04588748931884765, 0.04632985687255859, 0.046072830200195314, 0.046031871795654294, 0.045795326232910154, 0.04597248077392578, 0.046077953338623044, 0.045879295349121094, 0.04592230224609375, 0.045917182922363284, 0.04582092666625977, 0.04595302581787109, 0.04614451217651367, 0.04603801727294922, 0.04598988723754883, 0.04607590484619141, 0.0459233283996582, 0.04584447860717773, 0.04578303909301758, 0.04602675247192383, 0.04581683349609375, 0.0460134391784668, 0.045720577239990234, 0.04590796661376953, 0.04575539016723633, 0.04597760009765625, 0.046077953338623044, 0.0459417610168457, 0.0458260498046875, 0.04575539016723633, 0.04584243011474609, 0.04588032150268555, 0.04597964859008789, 0.04591206359863281, 0.04581990432739258, 0.045876224517822264, 0.04589977645874024, 0.045963264465332034, 0.04609331130981445, 0.04597452926635742, 0.04594278335571289, 0.045748222351074216, 0.04570521545410156, 0.04605132675170898, 0.045848575592041016, 0.04699545669555664, 0.04946944046020508, 0.04609740829467773, 0.04591923141479492, 0.04608204650878906, 0.0458526725769043, 0.045864959716796876, 0.04584960174560547, 0.045902847290039066, 0.04611174392700195, 0.04634726333618164, 0.045917182922363284, 0.04591820907592774, 0.04574310302734375, 0.04574720001220703, 0.04603289413452148, 0.09397248077392578, 0.04591308975219727, 0.045876224517822264, 0.045873153686523435, 0.04609638214111328, 0.04610662460327149, 0.04603903961181641, 0.045818878173828126, 0.04593561553955078, 0.046017536163330076, 0.04622848129272461, 0.04587212753295898, 0.046475265502929686, 0.04664524841308594, 0.046017536163330076, 0.046301185607910154, 0.04600831985473633, 0.0457891845703125, 0.0460052490234375, 0.0461475830078125, 0.046202880859375, 0.046306304931640625, 0.046094337463378904, 0.04605644989013672, 0.04595609664916992, 0.046186496734619144, 0.04595199966430664, 0.04596121597290039, 0.04593868637084961, 0.04591513442993164, 0.04606259155273437, 0.04601958465576172, 0.04601036834716797, 0.04605644989013672, 0.04603596878051758, 0.04611993789672852, 0.0460769271850586, 0.046083072662353515, 0.046025726318359376, 0.046020606994628906, 0.04614553451538086, 0.046042110443115236, 0.0459315185546875, 0.045848575592041016, 0.04592230224609375, 0.0461578254699707, 0.04604620742797851, 0.0460871696472168, 0.04599808120727539, 0.046371841430664064, 0.04625100708007813, 0.046166015625, 0.04601651382446289, 0.045946880340576174, 0.04634931182861328, 0.04658995056152344, 0.0460656623840332, 0.04613631820678711, 0.046153728485107424, 0.0460134391784668, 0.04631654357910156, 0.04598067092895508, 0.04602777481079102, 0.0941496353149414, 0.04598374557495117, 0.04621721649169922, 0.046235649108886716, 0.04609535980224609, 0.046140415191650394, 0.04597452926635742, 0.045982719421386715, 0.04594790267944336, 0.04617113494873047, 0.045810688018798826, 0.04623155212402344, 0.0483870735168457, 0.04797337722778321, 0.04690739059448242, 0.04624588775634766, 0.04622438430786133, 0.04626432037353516, 0.046284801483154295, 0.04622848129272461, 0.045985790252685545, 0.046033920288085936, 0.046080001831054686, 0.04636159896850586, 0.046023681640625, 0.04627251052856445, 0.04595097732543945, 0.04610662460327149, 0.04621619033813477, 0.04612812805175781, 0.0464793586730957, 0.046134273529052736, 0.046209022521972655, 0.046031871795654294, 0.04598886489868164, 0.04612812805175781, 0.04604108810424805, 0.04666777420043945, 0.04782489776611328, 0.046284801483154295, 0.046050304412841796, 0.04626227188110352, 0.04635443115234375, 0.046053375244140625, 0.04602265548706055, 0.04597145462036133, 0.04616294479370117, 0.046002174377441404, 0.046066688537597655, 0.04952576065063476, 0.04819558334350586, 0.04763033676147461, 0.04593868637084961, 0.0460871696472168, 0.046132225036621094, 0.046258174896240234, 0.04609638214111328, 0.04617932891845703, 0.04610559844970703, 0.04662681579589844, 0.04747980880737305, 0.04609535980224609, 0.04589056015014648, 0.09406668853759766, 0.04607590484619141, 0.046089214324951173, 0.04612710571289062, 0.04599398422241211, 0.04605235290527344, 0.04597555160522461, 0.04599398422241211, 0.04587519836425781, 0.04573081588745117, 0.04591513442993164, 0.04592844772338867, 0.04643942260742188, 0.047736831665039066, 0.04612710571289062, 0.04607385635375977, 0.046176254272460936, 0.04589670562744141, 0.045846527099609374, 0.04583321762084961, 0.045666305541992185, 0.04590182495117188, 0.04591308975219727, 0.04597145462036133, 0.04612710571289062, 0.0459683837890625, 0.04592639923095703, 0.046047233581542966, 0.04619161605834961, 0.04764364624023437, 0.04800614547729492, 0.04641996765136719, 0.046355457305908204, 0.04638924789428711, 0.046050304412841796, 0.04619673538208008, 0.0463902702331543, 0.046258174896240234, 0.046020606994628906, 0.045930496215820314, 0.04596121597290039, 0.046034942626953124, 0.04614963150024414, 0.04616191864013672, 0.046529537200927736, 0.045999103546142575, 0.04599091339111328, 0.04595097732543945, 0.046132225036621094, 0.04605644989013672, 0.04642303848266602, 0.04626227188110352, 0.0461475830078125, 0.04602265548706055, 0.046311424255371096, 0.045987838745117186, 0.04756377410888672, 0.047664127349853515, 0.047685630798339845, 0.04609535980224609, 0.047375358581542966, 0.04710707092285156, 0.04709580612182617]",tokens/s,21.319176467661084,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-65b,huggyllama/llama-65b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,l,l,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/l/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475e8-5d6ca15a5b96d9fa760d1d9f;11b5bf16-ffb4-461c-828a-fe04c75d9aea) Repository Not Found for url: https://huggingface.co/l/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: l is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,B,B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694770d-5c578cee2d3148bb3a5be43f;79722596-3736-437c-8dc2-d197607ffce4) Repository Not Found for url: https://huggingface.co/B/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: B is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-30b,huggyllama/llama-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6464.26624,20389.036032,0.0,19742.588928,18821.63968,s,10,15.258250244140626,1.5258250244140625,0.0010269221092581188,1.5262846069335936,1.5269408081054687,1.526962286376953,1.5269794689941405,"[1.5246351318359375, 1.5240728759765625, 1.526193603515625, 1.5263756103515624, 1.5264324951171875, 1.5248045654296876, 1.52693603515625, 1.5250081787109375, 1.5269837646484374, 1.5268079833984376]",tokens/s,167.77808457972267,kWh,1.8007315645615262e-05,9.86796610589507e-06,8.861226533419808e-05,0.00011648754708570838,tokens/kWh,2197659.8048857716,MB,6465.37216,20389.036032,0.0,19742.588928,19408.231424,s,10,843.705375,84.3705375,0.0015637994596501652,84.3710234375,84.37186875,84.37254375,84.37308375,"[84.3683359375, 84.371453125, 84.369984375, 84.3685703125, 84.3684453125, 84.3716015625, 84.37321875, 84.37090625, 84.37171875, 84.371140625]",tokens/s,0.7467061591257493,kWh,0.0009960811819632847,0.0005459406254329828,0.0049663336119526,0.006508355419348867,tokens/kWh,9679.864718620865,,s,629,856.0999078369142,1.3610491380555072,0.1812830872804389,1.339193359375,1.3396885986328124,1.3398347900390626,2.8647079199218752,"[1.3387735595703125, 1.338798095703125, 1.338828857421875, 1.338649658203125, 1.3390601806640625, 1.33893115234375, 1.3386219482421875, 1.3388001708984374, 1.3383956298828126, 1.3390531005859374, 1.3383782958984376, 1.339083740234375, 1.33874072265625, 1.338852294921875, 1.3385789794921874, 1.338776611328125, 1.33884619140625, 1.33890869140625, 1.3388114013671875, 1.3390673828125, 1.339135009765625, 1.339087890625, 1.339387939453125, 1.3392384033203124, 1.338987548828125, 1.3393541259765624, 1.3395517578125, 1.3389229736328125, 1.3395609130859376, 1.3392435302734376, 1.339230224609375, 1.3394185791015625, 1.339250732421875, 1.34011181640625, 1.33899365234375, 1.3395128173828126, 1.3390970458984375, 1.3395609130859376, 1.3391441650390625, 1.33953125, 1.3393223876953124, 1.339494384765625, 1.3395968017578126, 1.339252685546875, 1.339851806640625, 1.3392220458984374, 1.338913818359375, 1.33936328125, 1.338956787109375, 1.3396387939453125, 1.33920458984375, 1.339419677734375, 1.3390233154296876, 1.3395333251953125, 1.33912060546875, 1.3392076416015626, 1.339463623046875, 1.3394647216796876, 1.3391492919921875, 1.339851806640625, 1.3393438720703126, 1.3401549072265626, 2.8639150390625, 1.3386312255859374, 1.3387008056640626, 1.3389075927734375, 1.3390029296875, 1.3390223388671876, 1.3388739013671875, 1.338809326171875, 1.3388953857421875, 1.3384857177734375, 1.33920458984375, 1.3387161865234376, 1.3385543212890625, 1.339083740234375, 1.3390377197265626, 1.338830810546875, 1.3391851806640624, 1.3388431396484375, 1.338967041015625, 1.339189208984375, 1.3392425537109376, 1.33872021484375, 1.3398814697265624, 1.3388389892578125, 1.3390264892578125, 1.33906640625, 1.3393551025390624, 1.33914013671875, 1.3390111083984375, 1.3396162109375, 1.339509765625, 1.3393131103515625, 1.3395384521484375, 1.338988525390625, 1.33957421875, 1.338723388671875, 1.33932958984375, 1.33941455078125, 1.3394544677734375, 1.3391964111328125, 1.3396182861328125, 1.339810791015625, 1.339447265625, 1.3396551513671875, 1.3394462890625, 1.33994287109375, 1.33901513671875, 1.3390848388671874, 1.33921484375, 1.3389793701171875, 1.33957421875, 1.3392803955078125, 1.339946044921875, 1.3392813720703125, 1.3395855712890625, 1.3390704345703126, 1.339895751953125, 1.3391114501953125, 1.3394339599609375, 1.339272216796875, 1.3397811279296874, 1.339568115234375, 1.3398077392578125, 2.86584228515625, 1.338702880859375, 1.3386527099609375, 1.3387642822265624, 1.3389127197265625, 1.338978271484375, 1.3391278076171875, 1.33850927734375, 1.338903564453125, 1.3386434326171874, 1.3391278076171875, 1.338777587890625, 1.3390806884765625, 1.338962890625, 1.3387509765625, 1.3388359375, 1.3388953857421875, 1.339046875, 1.3393111572265626, 1.338902587890625, 1.339177978515625, 1.3389425048828125, 1.3392598876953126, 1.33912060546875, 1.3387806396484374, 1.3390919189453125, 1.33914013671875, 1.3391605224609375, 1.3391943359375, 1.339378662109375, 1.33893115234375, 1.3391912841796876, 1.33947900390625, 1.3392230224609376, 1.3398056640625, 1.33899462890625, 1.3393275146484376, 1.3392803955078125, 1.339484130859375, 1.3392783203125, 1.3394462890625, 1.33957421875, 1.3395609130859376, 1.3394801025390626, 1.33958447265625, 1.339513916015625, 1.3392752685546876, 1.3390264892578125, 1.339620361328125, 1.33916259765625, 1.3399132080078124, 1.338903564453125, 1.3393961181640626, 1.3390694580078124, 1.3396910400390625, 1.339209716796875, 1.3395650634765626, 1.3389117431640625, 1.3395272216796874, 1.3393275146484376, 1.3397554931640625, 1.3395762939453124, 1.339979736328125, 2.866313232421875, 1.3386588134765625, 1.33855029296875, 1.338829833984375, 1.3388861083984376, 1.3389742431640625, 1.3394063720703124, 1.338588134765625, 1.338799072265625, 1.3387366943359376, 1.339303955078125, 1.3389906005859376, 1.3386998291015626, 1.33884619140625, 1.338892333984375, 1.338714111328125, 1.3391851806640624, 1.33901513671875, 1.338904541015625, 1.338956787109375, 1.3390643310546875, 1.3394503173828125, 1.3391063232421876, 1.33880322265625, 1.3388912353515625, 1.3389598388671875, 1.33922607421875, 1.33920458984375, 1.339071533203125, 1.3395968017578126, 1.3392794189453125, 1.3394534912109375, 1.3394647216796876, 1.339219970703125, 1.339368408203125, 1.3388984375, 1.339767822265625, 1.33918408203125, 1.3391800537109375, 1.3390858154296874, 1.339509765625, 1.3394871826171875, 1.3393592529296876, 1.3395333251953125, 1.3394810791015626, 1.33973095703125, 1.3389476318359375, 1.339046875, 1.3393448486328126, 1.3389967041015625, 1.3391861572265624, 1.33945654296875, 1.3394012451171875, 1.3390244140625, 1.339673583984375, 1.339378662109375, 1.339400146484375, 1.3391707763671874, 1.33928759765625, 1.33911865234375, 1.3395557861328125, 1.3395240478515624, 1.340043212890625, 2.865788818359375, 1.338735595703125, 1.3389066162109375, 1.3385635986328126, 1.338608642578125, 1.3390111083984375, 1.339255859375, 1.338724365234375, 1.3388779296875, 1.3388370361328126, 1.3392291259765625, 1.3385594482421874, 1.3391697998046874, 1.339193359375, 1.3391800537109375, 1.3386669921875, 1.33893017578125, 1.338861572265625, 1.3391278076171875, 1.339068359375, 1.3390633544921875, 1.33892919921875, 1.339236328125, 1.33882568359375, 1.3389813232421874, 1.3389393310546875, 1.3391226806640626, 1.339250732421875, 1.3390048828125, 1.3397442626953124, 1.339109375, 1.33918212890625, 1.339093017578125, 1.339167724609375, 1.339484130859375, 1.3391072998046876, 1.3395968017578126, 1.3391636962890625, 1.3392640380859375, 1.3391912841796876, 1.3396346435546875, 1.339157470703125, 1.3395015869140625, 1.3398385009765625, 1.339810791015625, 1.339937744140625, 1.3393828125, 1.3391236572265626, 1.339030517578125, 1.33901513671875, 1.3394134521484375, 1.3393009033203125, 1.3396500244140626, 1.3390592041015625, 1.339536376953125, 1.3393009033203125, 1.3393223876953124, 1.3389005126953124, 1.3395281982421876, 1.3390233154296876, 1.3395128173828126, 1.339588623046875, 1.3396275634765624, 2.864490478515625, 1.33890966796875, 1.3389219970703126, 1.3388123779296874, 1.33880322265625, 1.339356201171875, 1.33897314453125, 1.3387509765625, 1.3389219970703126, 1.33873974609375, 1.3391083984375, 1.3387724609375, 1.338978271484375, 1.3387581787109375, 1.3393807373046875, 1.338904541015625, 1.33939501953125, 1.338829833984375, 1.338857421875, 1.33894140625, 1.3390069580078126, 1.3390899658203126, 1.339236328125, 1.33903564453125, 1.338861572265625, 1.33894140625, 1.3391063232421876, 1.339324462890625, 1.3390848388671874, 1.33943603515625, 1.3390970458984375, 1.339124755859375, 1.3393212890625, 1.3395076904296874, 1.3394974365234376, 1.3393377685546874, 1.3394759521484374, 1.339377685546875, 1.339156494140625, 1.339356201171875, 1.3393653564453125, 1.3396387939453125, 1.33968798828125, 1.339790283203125, 1.3392589111328126, 1.3397279052734374, 1.3393182373046875, 1.3393111572265626, 1.33930908203125, 1.3389864501953126, 1.3400135498046875, 1.33928857421875, 1.3395855712890625, 1.3390643310546875, 1.3398231201171875, 1.3391063232421876, 1.33926708984375, 1.3388851318359376, 1.3394166259765625, 1.3390797119140625, 1.3397349853515625, 1.3397667236328126, 1.340010498046875, 2.8668046875, 1.3387796630859374, 1.3388114013671875, 1.3390531005859374, 1.338902587890625, 1.33897119140625, 1.338851318359375, 1.338472412109375, 1.339231201171875, 1.3388472900390624, 1.3392537841796874, 1.338567626953125, 1.3390284423828125, 1.3389189453125, 1.33905615234375, 1.3390008544921874, 1.3392169189453125, 1.338852294921875, 1.33916259765625, 1.33907666015625, 1.339177001953125, 1.339326416015625, 1.3392864990234374, 1.3392640380859375, 1.3392056884765624, 1.3391002197265625, 1.33907861328125, 1.339273193359375, 1.3390673828125, 1.33952001953125, 1.3391390380859376, 1.339272216796875, 1.339442138671875, 1.3394052734375, 1.339989990234375, 1.3387755126953125, 1.3395640869140626, 1.339282470703125, 1.339346923828125, 1.3391226806640626, 1.3394903564453124, 1.339451416015625, 1.3395855712890625, 1.33996337890625, 1.3394903564453124, 1.33991015625, 1.3390499267578124, 1.3391903076171876, 1.3392547607421874, 1.3390797119140625, 1.3395701904296875, 1.3391851806640624, 1.3394493408203125, 1.3391697998046874, 1.339715576171875, 1.3394759521484374, 1.33954052734375, 1.339400146484375, 1.3395291748046876, 1.3388974609375, 1.339968505859375, 1.3394339599609375, 1.339884521484375, 2.86479248046875, 1.33873974609375, 1.3388267822265625, 1.3386802978515624, 1.3387724609375, 1.339109375, 1.338945556640625, 1.3384324951171875, 1.3390970458984375, 1.3386895751953125, 1.33935302734375, 1.338798095703125, 1.33876220703125, 1.3390264892578125, 1.33920361328125, 1.3387489013671876, 1.33927734375, 1.33878173828125, 1.33928955078125, 1.3388359375, 1.339081787109375, 1.3391390380859376, 1.33903662109375, 1.3391513671875, 1.3390130615234375, 1.339061279296875, 1.3394892578125, 1.3394073486328124, 1.339377685546875, 1.3394586181640624, 1.3392025146484374, 1.3394595947265624, 1.339346923828125, 1.33927734375, 1.3396971435546876, 1.338962890625, 1.339621337890625, 1.3394871826171875, 1.3394083251953126, 1.339189208984375, 1.339341796875, 1.339619384765625, 1.3395169677734375, 1.3394974365234376, 1.3392138671875, 1.3396182861328125, 1.3390694580078124, 1.3390755615234375, 1.3394451904296876, 1.3390479736328125, 1.3395548095703125, 1.33966748046875, 1.33979541015625, 1.338840087890625, 1.3394554443359374, 1.3393428955078126, 1.3395015869140625, 1.33895068359375, 1.33945654296875, 1.339009033203125, 1.339716552734375, 1.339294677734375, 1.339874267578125, 2.866694091796875, 1.3386065673828125, 1.3389056396484376, 1.3387703857421875, 1.339292724609375, 1.3392005615234375, 1.3390181884765624, 1.3385860595703125, 1.338851318359375, 1.3387099609375, 1.339536376953125, 1.338692626953125, 1.338902587890625, 1.338755126953125, 1.33916259765625, 1.33890966796875, 1.3389742431640625, 1.3389322509765624, 1.338814453125, 1.3388349609375, 1.339125732421875, 1.3390284423828125, 1.3392169189453125, 1.338978271484375, 1.339071533203125, 1.3389271240234375, 1.33914208984375, 1.3393756103515626, 1.33911865234375, 1.3396243896484374, 1.3393060302734374, 1.3391749267578126, 1.33947705078125, 1.33936328125, 1.3395711669921875, 1.33897119140625, 1.3393408203125, 1.3391595458984376, 1.3392864990234374, 1.3391553955078126, 1.33945751953125, 1.3394871826171875, 1.3398292236328124, 1.3396009521484376, 1.3397862548828126, 1.3397012939453126, 1.339236328125, 1.339188232421875, 1.3396080322265624, 1.3392691650390625, 1.3396070556640625, 1.3392127685546875, 1.339663330078125, 1.3393858642578125, 1.3397279052734374, 1.3394267578125, 1.3395640869140626, 1.3387694091796876, 1.3395650634765626, 1.339087890625, 1.3397032470703125, 1.33975341796875, 1.3395496826171875, 2.866512939453125, 1.3388277587890625, 1.3388861083984376, 1.3388072509765625, 1.338724365234375, 1.338999755859375, 1.338935302734375, 1.338356689453125, 1.3389527587890624, 1.3386751708984375, 1.33907763671875, 1.3385963134765626, 1.339193359375, 1.3389588623046875, 1.339072509765625, 1.3387969970703124, 1.3390582275390626, 1.3389609375, 1.338987548828125, 1.3386219482421875, 1.339282470703125, 1.3390704345703126, 1.3397750244140625, 1.3388165283203124, 1.3392066650390626, 1.3392445068359375, 1.3393131103515625, 1.3392794189453125, 1.33899365234375, 1.33977294921875, 1.3392374267578124, 1.33928759765625, 1.339493408203125, 1.33914111328125, 1.33935205078125, 1.3391513671875, 1.3394493408203125, 1.33918408203125, 1.33922607421875, 1.3393336181640625, 1.339473876953125, 1.339430908203125, 1.3396910400390625, 1.33973095703125, 1.33939306640625, 1.339778076171875, 1.33920361328125, 1.3393643798828125, 1.3393028564453124, 1.3390458984375, 1.339556884765625, 1.3393028564453124, 1.3395323486328126, 1.3388912353515625, 1.339695068359375, 1.3392691650390625, 1.339388916015625, 1.33899462890625, 1.3395076904296874, 1.3392169189453125, 1.339893798828125, 1.3394339599609375, 1.3402828369140625]",tokens/s,0.7347273305860742,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1521.430528,9028.763648,0.0,8382.316544,7939.414528,s,10,6.218267333984374,0.6218267333984375,0.0004770982832280632,0.6217969665527344,0.6224341186523438,0.6225213500976562,0.6225911352539062,"[0.6217969360351563, 0.6210209350585938, 0.62213427734375, 0.6217969970703126, 0.6224147338867188, 0.6212723388671875, 0.6226085815429687, 0.621549072265625, 0.62214404296875, 0.6215294189453126]",tokens/s,411.69024464563694,kWh,7.338066895802817e-06,4.020057256961612e-06,3.6193803464835236e-05,4.755192761759966e-05,tokens/kWh,5383588.275509796,MB,1521.430528,9028.763648,0.0,8382.316544,8233.863168,s,10,338.43778125,33.843778125,0.0013552140881092556,33.84355078125,33.845710937499994,33.846115234375,33.846438671875,"[33.84651953125, 33.841234375, 33.8433828125, 33.84334765625, 33.84382421875, 33.8434609375, 33.8430625, 33.84562109375, 33.8436875, 33.843640625]",tokens/s,1.8614942979271762,kWh,0.00039956607235802546,0.00021899780824242458,0.001967199104803751,0.002585762985404201,tokens/kWh,24364.18200570381,,s,629,343.496522644043,0.5460994000700207,0.07391453593931693,0.5371781005859375,0.5375225708007813,0.5375885375976562,1.1592381884765623,"[0.5369210815429688, 0.5370623779296875, 0.5371392211914062, 0.5369835815429688, 0.53686474609375, 0.5375529174804687, 0.5370460205078125, 0.5372835693359375, 0.53686376953125, 0.5371975708007812, 0.5368473510742188, 0.5369712524414062, 0.53699072265625, 0.5368893432617188, 0.5368330078125, 0.5370715942382812, 0.5368258666992187, 0.537079833984375, 0.5368657836914063, 0.5374955444335937, 0.5370132446289062, 0.5371371459960937, 0.537027587890625, 0.537459716796875, 0.5372498168945312, 0.5375764770507813, 0.5370029907226562, 0.5371658325195312, 0.5370715942382812, 0.5372415771484375, 0.5371064453125, 0.537275390625, 0.5371279296875, 0.53736962890625, 0.5370880126953125, 0.5392077026367188, 0.5371586303710938, 0.537544677734375, 0.5371760864257813, 0.5371627807617188, 0.5369999389648438, 0.5372794799804688, 0.53701123046875, 0.5375109252929687, 0.5372661743164062, 0.5375068359375, 0.5368340454101562, 0.5373255615234375, 0.5375150146484375, 0.5374638061523438, 0.5370859375, 0.5377791748046875, 0.5373870239257813, 0.5374535522460937, 0.5371586303710938, 0.537486328125, 0.5372631225585938, 0.5373409423828125, 0.536896484375, 0.5375723266601562, 0.5375610961914062, 0.5377925415039062, 1.1586846923828125, 0.536827880859375, 0.53707568359375, 0.536806396484375, 0.5369395141601563, 0.5368842163085937, 0.5370869750976562, 0.5367859497070312, 0.5369302978515625, 0.5368023071289062, 0.5369395141601563, 0.53701220703125, 0.5369476928710938, 0.5369476928710938, 0.5368053588867188, 0.5369108276367187, 0.5370009765625, 0.5367675170898437, 0.5372344360351563, 0.5369047241210938, 0.5369569091796875, 0.5370296020507812, 0.5376030883789062, 0.537175048828125, 0.5371135864257812, 0.5372149658203125, 0.5373921508789062, 0.537069580078125, 0.5371586303710938, 0.5371791381835938, 0.5374085083007812, 0.5370337524414063, 0.5372272338867188, 0.5370992431640625, 0.5373767700195312, 0.5371340942382813, 0.537354248046875, 0.5371893920898437, 0.5370818481445313, 0.5371954956054688, 0.5373982543945313, 0.537143310546875, 0.5371924438476563, 0.5372395629882812, 0.5374095458984375, 0.5372323608398437, 0.53741259765625, 0.5371054077148437, 0.5375467529296875, 0.537296875, 0.5371259155273438, 0.5373399047851563, 0.5373255615234375, 0.5372876586914063, 0.5374627685546876, 0.537302001953125, 0.5375221557617188, 0.5374146728515625, 0.537290771484375, 0.5369384765625, 0.5374259033203125, 0.5370941162109375, 0.5374801635742188, 1.1598203125, 0.5367603149414063, 0.5371893920898437, 0.5369210815429688, 0.5369088134765625, 0.5373604125976562, 0.5370675048828125, 0.5367152709960937, 0.5370040283203125, 0.5368074340820312, 0.5371443481445313, 0.5369425659179687, 0.536964111328125, 0.5369425659179687, 0.5373358154296874, 0.5367838745117187, 0.5369446411132812, 0.536690673828125, 0.5372200927734375, 0.537027587890625, 0.5372323608398437, 0.5369384765625, 0.5372631225585938, 0.5370634155273437, 0.53734912109375, 0.5370214233398437, 0.5374269409179687, 0.537228271484375, 0.537343994140625, 0.5374361572265625, 0.5375610961914062, 0.53707470703125, 0.5372272338867188, 0.5370460205078125, 0.5373193969726563, 0.5371781005859375, 0.5374432983398437, 0.53701220703125, 0.5372723388671875, 0.5370408935546875, 0.5371268920898438, 0.5370531616210937, 0.5373347778320312, 0.5371248779296875, 0.537586669921875, 0.5371300048828125, 0.537654296875, 0.5371514892578125, 0.5374361572265625, 0.53711669921875, 0.5374402465820313, 0.5375354614257812, 0.5372446899414063, 0.5373900756835938, 0.5379215087890625, 0.5371904296875, 0.5374985961914063, 0.5372784423828125, 0.5373060913085937, 0.5369763793945312, 0.5373317260742188, 0.5371934814453125, 0.5375242309570313, 1.1596431884765626, 0.537079833984375, 0.5370859375, 0.5369579467773438, 0.5369405517578125, 0.5370132446289062, 0.5368135375976563, 0.5368197021484375, 0.5371340942382813, 0.5368299560546875, 0.537027587890625, 0.5368944702148437, 0.536858642578125, 0.537133056640625, 0.5366619873046875, 0.5366865844726563, 0.5369948120117187, 0.5368719482421875, 0.53720166015625, 0.53732763671875, 0.5373296508789063, 0.536933349609375, 0.5372149658203125, 0.5371637573242187, 0.5373726806640625, 0.5372989501953125, 0.5373132934570313, 0.537218017578125, 0.5372088623046875, 0.5372794799804688, 0.5373890380859375, 0.53732861328125, 0.5371401977539062, 0.5372794799804688, 0.5374791870117187, 0.5371074829101562, 0.5375508422851563, 0.537153564453125, 0.53741259765625, 0.5371668701171874, 0.5375590209960938, 0.5372293090820313, 0.5374197998046875, 0.5371443481445313, 0.537290771484375, 0.5372149658203125, 0.5373388671875, 0.5370634155273437, 0.5374054565429688, 0.5371781005859375, 0.537359375, 0.5371135864257812, 0.5373624267578125, 0.5373634643554688, 0.537343994140625, 0.5371259155273438, 0.5374617309570312, 0.5372876586914063, 0.5372252197265625, 0.5370081176757813, 0.5374115600585937, 0.5373173828125, 0.5376419677734375, 1.1601981201171876, 0.5369671630859375, 0.53709619140625, 0.536859619140625, 0.5369835815429688, 0.5369948120117187, 0.537111572265625, 0.5371135864257812, 0.537122802734375, 0.5367367553710938, 0.5370224609375, 0.53692724609375, 0.5369282836914062, 0.5368514404296875, 0.5369262084960937, 0.5368616943359374, 0.5370419311523438, 0.5367521362304688, 0.5371740112304687, 0.5369917602539063, 0.53711669921875, 0.5368514404296875, 0.5371494140625, 0.5370664672851563, 0.5374791870117187, 0.5369579467773438, 0.5375027465820312, 0.53725390625, 0.537206787109375, 0.5370787963867187, 0.5372631225585938, 0.537186279296875, 0.5373511962890625, 0.536911865234375, 0.5374259033203125, 0.5371300048828125, 0.5373572998046875, 0.5372333984375, 0.5373767700195312, 0.53711767578125, 0.537101318359375, 0.5371392211914062, 0.5373849487304687, 0.537196533203125, 0.5374248657226562, 0.537291748046875, 0.537628662109375, 0.5370921020507813, 0.5378457641601563, 0.5372886962890625, 0.537544677734375, 0.5370931396484375, 0.5372692260742188, 0.5375344848632813, 0.5373634643554688, 0.537049072265625, 0.5379348754882812, 0.537359375, 0.537417724609375, 0.5372149658203125, 0.5373470458984375, 0.5372640991210937, 0.537776123046875, 1.1591290283203124, 0.5370183715820313, 0.5369866333007812, 0.5369559326171875, 0.5367449340820313, 0.5368370971679688, 0.5370859375, 0.5366517944335938, 0.5370706176757812, 0.5367122192382813, 0.5372364501953125, 0.537037841796875, 0.536901611328125, 0.53682177734375, 0.5367777099609375, 0.5369733276367188, 0.5370460205078125, 0.5368627319335938, 0.537175048828125, 0.536958984375, 0.5372866821289063, 0.5369815063476563, 0.5371473999023437, 0.5371279296875, 0.537228271484375, 0.537275390625, 0.537818115234375, 0.5368893432617188, 0.5372498168945312, 0.537396240234375, 0.53743408203125, 0.5370992431640625, 0.5373737182617188, 0.5371709594726563, 0.5374638061523438, 0.5370091552734375, 0.5375682373046875, 0.5371555786132812, 0.5374832763671875, 0.5372149658203125, 0.5375477905273438, 0.5371084594726563, 0.5371883544921875, 0.5371709594726563, 0.5375508422851563, 0.53734912109375, 0.53739111328125, 0.536933349609375, 0.5373092041015625, 0.5372200927734375, 0.5374228515625, 0.5370470581054687, 0.5374443359375, 0.53736962890625, 0.5375170288085938, 0.5373737182617188, 0.5375262451171875, 0.5373737182617188, 0.5371361083984375, 0.5370286254882812, 0.537544677734375, 0.53734912109375, 0.5375324096679688, 1.1603978271484374, 0.5370029907226562, 0.5370439453125, 0.5368330078125, 0.5368340454101562, 0.5369241333007813, 0.5371443481445313, 0.5367808227539063, 0.5371156616210937, 0.5371259155273438, 0.5373265991210937, 0.5367879638671875, 0.5371043701171875, 0.5369712524414062, 0.5371494140625, 0.5367828369140625, 0.5370142822265624, 0.53704296875, 0.537080810546875, 0.5369548950195312, 0.5374095458984375, 0.536922119140625, 0.5371945190429688, 0.5370634155273437, 0.5373092041015625, 0.5371812133789062, 0.5372149658203125, 0.5369886474609376, 0.5373204345703125, 0.5371617431640625, 0.5373245239257812, 0.5371146240234375, 0.5374085083007812, 0.5368780517578124, 0.537259033203125, 0.5370132446289062, 0.537322509765625, 0.537133056640625, 0.5373726806640625, 0.5375467529296875, 0.5372682495117187, 0.5370460205078125, 0.5374935302734375, 0.5372200927734375, 0.5374873657226562, 0.537375732421875, 0.537486328125, 0.5369569091796875, 0.53739111328125, 0.536975341796875, 0.5371084594726563, 0.5371074829101562, 0.537296875, 0.5373081665039062, 0.5374371948242187, 0.5375897827148437, 0.5375836181640625, 0.5372528686523438, 0.5377105712890625, 0.5370880126953125, 0.537407470703125, 0.5371996459960937, 0.5373665161132812, 1.159329833984375, 0.5370040283203125, 0.5371094970703125, 0.5368319702148437, 0.5370142822265624, 0.537343994140625, 0.5372098388671875, 0.5367787475585938, 0.5370869750976562, 0.5367879638671875, 0.5369508056640625, 0.5369579467773438, 0.5370931396484375, 0.5371401977539062, 0.53704296875, 0.5368760375976562, 0.5370439453125, 0.53686474609375, 0.5371422729492188, 0.5370449829101562, 0.5373317260742188, 0.5370921020507813, 0.53709619140625, 0.5370767211914063, 0.53741259765625, 0.5371023559570313, 0.537332763671875, 0.53699072265625, 0.5378631591796875, 0.537359375, 0.5373737182617188, 0.5374351196289062, 0.5373634643554688, 0.5369784545898437, 0.5374801635742188, 0.5370203857421875, 0.5374566650390625, 0.5370767211914063, 0.53732763671875, 0.5371781005859375, 0.5375303955078125, 0.5372026977539063, 0.5373399047851563, 0.5371443481445313, 0.5373880615234375, 0.5372661743164062, 0.5376419677734375, 0.5373153076171875, 0.5373716430664063, 0.5373572998046875, 0.5373480834960938, 0.5371678466796875, 0.5375610961914062, 0.5374166870117187, 0.5374402465820313, 0.5372200927734375, 0.5375303955078125, 0.537248779296875, 0.5372272338867188, 0.5369139404296875, 0.537380859375, 0.5375416259765625, 0.5376737060546875, 1.1597496337890625, 0.5370234985351563, 0.5370040283203125, 0.5368883056640625, 0.5369508056640625, 0.53684326171875, 0.537059326171875, 0.5368995971679688, 0.5370982666015625, 0.536680419921875, 0.5369630737304687, 0.5371197509765625, 0.5370623779296875, 0.5367716064453125, 0.5370408935546875, 0.53697021484375, 0.537101318359375, 0.5368340454101562, 0.5372395629882812, 0.5368790893554688, 0.5372938232421876, 0.5370296020507812, 0.5371617431640625, 0.5371443481445313, 0.5372364501953125, 0.5371135864257812, 0.5374904174804688, 0.53725390625, 0.5373788452148438, 0.5371945190429688, 0.5373143310546875, 0.5370408935546875, 0.5373296508789063, 0.5370306396484374, 0.5374832763671875, 0.5369671630859375, 0.53739111328125, 0.5371576538085937, 0.5374033813476562, 0.53720166015625, 0.5370347290039063, 0.5370234985351563, 0.5374044189453125, 0.5371248779296875, 0.537554931640625, 0.53709619140625, 0.5375733642578125, 0.5371156616210937, 0.5374361572265625, 0.5371023559570313, 0.5373634643554688, 0.5371883544921875, 0.5374238891601563, 0.5374843139648438, 0.5376952514648438, 0.537164794921875, 0.537650146484375, 0.5375375366210937, 0.5373173828125, 0.5370890502929687, 0.5378785400390625, 0.5373317260742188, 0.537486328125, 1.1592806396484374, 0.5368944702148437, 0.537196533203125, 0.5367838745117187, 0.5367684936523438, 0.5368023071289062, 0.537007080078125, 0.5368237915039062, 0.5371094970703125, 0.5366548461914062, 0.5371351318359375, 0.5369047241210938, 0.5369794311523437, 0.5369262084960937, 0.53705419921875, 0.5368207397460938, 0.5370982666015625, 0.5368780517578124, 0.5370337524414063, 0.5370634155273437, 0.5371883544921875, 0.5370511474609375, 0.5371791381835938, 0.5369774169921875, 0.537122802734375, 0.5371504516601563, 0.5378980102539063, 0.537133056640625, 0.5372262573242188, 0.537112548828125, 0.537691162109375, 0.5373613891601563, 0.5372446899414063, 0.5371791381835938, 0.5375897827148437, 0.5370818481445313, 0.5373501586914062, 0.5370582885742188, 0.53737060546875, 0.5371812133789062, 0.5374996337890625, 0.5370828857421875, 0.5374638061523438, 0.5371709594726563, 0.5374658813476563, 0.5373173828125, 0.5374299926757813, 0.5371105346679688, 0.5374197998046875, 0.5372886962890625, 0.5372548828125, 0.5371709594726563, 0.5375467529296875, 0.5373778076171875, 0.5374791870117187, 0.5373296508789063, 0.5375191040039062, 0.5372354736328125, 0.5372640991210937, 0.537049072265625, 0.5375396118164063, 0.5374320678710938, 0.5373870239257813]",tokens/s,1.8311684647003463,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,5028.081664,8173.125632,0.0,7526.678528,6833.744896,s,10,3.26147134399414,0.3261471343994141,0.0004409501692482163,0.3262998352050781,0.3266359405517578,0.32663985443115234,0.326642985534668,"[0.3264150085449219, 0.3254004821777344, 0.326524169921875, 0.32663507080078125, 0.32664376831054687, 0.3256611022949219, 0.32650796508789065, 0.3257033386230469, 0.3257957763671875, 0.32618466186523437]",tokens/s,784.92181288489,kWh,3.8486035547376105e-06,2.1088648073688792e-06,2.01936272659971e-05,2.615109562810359e-05,tokens/kWh,9789264.803302791,MB,5028.081664,8173.125632,0.0,7526.678528,7110.584832,s,10,177.0117890625,17.70117890625,0.0018849237304151378,17.7014580078125,17.703122265625,17.704050390625,17.704792890625,"[17.7017734375, 17.6988359375, 17.701845703125, 17.701814453125, 17.702916015625, 17.704978515625, 17.70087109375, 17.701142578125, 17.69869921875, 17.698912109375]",tokens/s,3.5590849814955385,kWh,0.00020889549900607397,0.00011449215478764955,0.0010727857193390082,0.0013961733731327316,tokens/kWh,45123.3358351769,,s,629,179.6651919555665,0.285636235223476,0.03881150448396202,0.28092312622070315,0.28114656982421876,0.28127252807617187,0.6073619189453126,"[0.2810716247558594, 0.28097842407226564, 0.2807705688476563, 0.28086477661132814, 0.28075418090820314, 0.28107284545898437, 0.28095672607421873, 0.2811484069824219, 0.2811556396484375, 0.2810254821777344, 0.2809948120117188, 0.28088116455078127, 0.28087808227539063, 0.28109619140625, 0.2810828857421875, 0.2810512084960938, 0.28083807373046876, 0.2809333801269531, 0.2807726135253906, 0.2809671630859375, 0.2808340454101563, 0.2806732788085938, 0.28127130126953126, 0.2812733459472656, 0.280880126953125, 0.28080947875976564, 0.28092312622070315, 0.280748046875, 0.2808985595703125, 0.2808719482421875, 0.28096307373046875, 0.28107571411132815, 0.280943603515625, 0.28092312622070315, 0.2808719787597656, 0.28081967163085936, 0.2808186950683594, 0.281025634765625, 0.281087890625, 0.281322509765625, 0.28115252685546877, 0.2808883056640625, 0.28102041625976565, 0.28091290283203124, 0.2809108581542969, 0.2808330383300781, 0.2808821716308594, 0.28100811767578127, 0.2808965148925781, 0.2810798034667969, 0.2807940979003906, 0.28092312622070315, 0.2808330383300781, 0.2809354248046875, 0.28095489501953125, 0.2808739929199219, 0.28079513549804686, 0.2808279113769531, 0.2809620361328125, 0.2811197509765625, 0.280922119140625, 0.28079205322265627, 0.6080081787109375, 0.28076544189453123, 0.280838134765625, 0.28076031494140624, 0.28081253051757815, 0.2807132263183594, 0.28089547729492187, 0.2808545227050781, 0.2807480773925781, 0.2809906921386719, 0.280911865234375, 0.28095590209960936, 0.28086578369140625, 0.28108901977539064, 0.2810091552734375, 0.28119961547851563, 0.2811514892578125, 0.280869873046875, 0.28105319213867186, 0.28088626098632813, 0.28103884887695313, 0.28089959716796875, 0.28075518798828125, 0.28093438720703123, 0.28087295532226564, 0.28100927734375, 0.2809219970703125, 0.28087091064453124, 0.280838134765625, 0.2807982177734375, 0.28106341552734376, 0.2812600402832031, 0.28098046875, 0.28088626098632813, 0.2808821716308594, 0.2809999694824219, 0.2808719177246094, 0.2809323425292969, 0.28095590209960936, 0.28091390991210935, 0.280911865234375, 0.2806722412109375, 0.28075726318359373, 0.28089752197265627, 0.280853515625, 0.28107672119140625, 0.2811269226074219, 0.28113018798828127, 0.28134176635742186, 0.28091290283203124, 0.28086480712890627, 0.2808719177246094, 0.2811617431640625, 0.2807859191894531, 0.2810091552734375, 0.28094259643554687, 0.28108901977539064, 0.2808760375976562, 0.28075418090820314, 0.28086477661132814, 0.2808832092285156, 0.28084735107421877, 0.2807152709960937, 0.6078546142578125, 0.28070706176757815, 0.28101324462890626, 0.2809610290527344, 0.2807173156738281, 0.2806036376953125, 0.2808186950683594, 0.2807275390625, 0.2807459716796875, 0.28081765747070314, 0.28090777587890625, 0.28082278442382813, 0.28080331420898436, 0.2808493957519531, 0.28080435180664065, 0.28077981567382815, 0.2807377624511719, 0.28094259643554687, 0.2809610290527344, 0.28080230712890625, 0.2811473999023438, 0.2808586730957031, 0.2810807800292969, 0.2825359497070313, 0.28085760498046874, 0.28076235961914064, 0.280943603515625, 0.28124774169921873, 0.28127847290039065, 0.28103988647460937, 0.28092620849609373, 0.2809927673339844, 0.28098458862304687, 0.2810777587890625, 0.28099993896484377, 0.28095693969726565, 0.28086578369140625, 0.28130712890625, 0.28111053466796876, 0.2808883056640625, 0.2807859191894531, 0.2808258666992188, 0.2808832092285156, 0.28082073974609373, 0.28086782836914065, 0.28088116455078127, 0.28091595458984375, 0.2825093078613281, 0.2810675048828125, 0.2808412170410156, 0.280953857421875, 0.2808637390136719, 0.28111770629882815, 0.280880126953125, 0.2813460388183594, 0.2811760559082031, 0.28108084106445314, 0.28080953979492185, 0.2807018737792969, 0.28099172973632813, 0.28095281982421877, 0.28108389282226565, 0.28077362060546873, 0.608311279296875, 0.28081048583984375, 0.2809405517578125, 0.2806405029296875, 0.28076031494140624, 0.28073370361328126, 0.28086578369140625, 0.2808135681152344, 0.28088116455078127, 0.280952880859375, 0.28101626586914064, 0.2809241638183594, 0.28168295288085937, 0.2808330383300781, 0.28111053466796876, 0.2809692077636719, 0.2810429382324219, 0.28080947875976564, 0.2810460205078125, 0.28084530639648436, 0.2808330383300781, 0.28081253051757815, 0.2807982177734375, 0.2809302978515625, 0.28086477661132814, 0.2809169921875, 0.2808565673828125, 0.280958984375, 0.2808299560546875, 0.28117913818359375, 0.28106341552734376, 0.28076235961914064, 0.280943603515625, 0.28079000854492187, 0.2809374694824219, 0.2807408752441406, 0.2809620361328125, 0.28110452270507813, 0.28091583251953123, 0.2808842163085937, 0.2811627502441406, 0.2810449829101562, 0.280825927734375, 0.2808196411132812, 0.28327322387695314, 0.28112588500976565, 0.2808965148925781, 0.2809743347167969, 0.2809743347167969, 0.28070501708984374, 0.280880126953125, 0.2807848815917969, 0.28094976806640626, 0.28081253051757815, 0.28092312622070315, 0.28089959716796875, 0.28097125244140625, 0.2808299560546875, 0.28092935180664064, 0.2811114807128906, 0.2811207580566406, 0.2812037048339844, 0.28112896728515624, 0.6081239013671875, 0.28064358520507815, 0.281069580078125, 0.2810849304199219, 0.2808268737792969, 0.2807080993652344, 0.2809927673339844, 0.2810705871582031, 0.2809989013671875, 0.2809968566894531, 0.28100302124023435, 0.2809395141601562, 0.280853515625, 0.2807992248535156, 0.28090777587890625, 0.280985595703125, 0.28104193115234377, 0.2819112854003906, 0.28102859497070315, 0.28089959716796875, 0.28095590209960936, 0.28086782836914065, 0.2809641418457031, 0.2810326843261719, 0.2808555603027344, 0.2808555603027344, 0.2807705688476563, 0.28092312622070315, 0.28085964965820315, 0.2809231567382813, 0.2809599609375, 0.28101223754882815, 0.28098458862304687, 0.280995849609375, 0.28102554321289064, 0.2809692077636719, 0.2812591247558594, 0.28121075439453125, 0.28093646240234377, 0.2810716247558594, 0.28083712768554686, 0.28087808227539063, 0.28104806518554687, 0.2810040283203125, 0.28094873046875, 0.2809456787109375, 0.28094680786132814, 0.28089434814453124, 0.281069580078125, 0.28089447021484376, 0.2810828857421875, 0.2811248779296875, 0.2812682189941406, 0.2808401794433594, 0.28089752197265627, 0.2809354248046875, 0.2809825134277344, 0.28154788208007814, 0.2807090148925781, 0.28145867919921874, 0.28125799560546877, 0.28101119995117185, 0.28075726318359373, 0.607119384765625, 0.28083096313476563, 0.28100607299804686, 0.28079928588867187, 0.28110943603515626, 0.2810675048828125, 0.28095489501953125, 0.2810941467285156, 0.28082891845703123, 0.2809333801269531, 0.28096307373046875, 0.28083917236328126, 0.28091494750976564, 0.28112588500976565, 0.28135220336914063, 0.2809314270019531, 0.2810141906738281, 0.28090060424804686, 0.28100506591796875, 0.28073983764648436, 0.2808986206054688, 0.28088619995117187, 0.2810705871582031, 0.28108697509765623, 0.28090264892578126, 0.28086578369140625, 0.28082891845703123, 0.2808259582519531, 0.2808493041992188, 0.2809292907714844, 0.28081048583984375, 0.28089752197265627, 0.28099172973632813, 0.2809354248046875, 0.28101229858398435, 0.2810070495605469, 0.28085861206054685, 0.28089959716796875, 0.28375860595703123, 0.28100811767578127, 0.2811023254394531, 0.2808770446777344, 0.28098458862304687, 0.2810849304199219, 0.2813665771484375, 0.28089950561523436, 0.28091802978515623, 0.280869873046875, 0.28100607299804686, 0.2809487915039062, 0.28107769775390623, 0.28094772338867186, 0.28119961547851563, 0.2809252014160156, 0.2810787658691406, 0.2808965148925781, 0.28122726440429685, 0.28111770629882815, 0.28107571411132815, 0.2812405700683594, 0.2811535339355469, 0.28105523681640626, 0.28082073974609373, 0.607952880859375, 0.28060671997070313, 0.2809661560058594, 0.2806609802246094, 0.2808463439941406, 0.2806804504394531, 0.28079205322265627, 0.2808760375976562, 0.2808392333984375, 0.28082785034179686, 0.2810624084472656, 0.28129486083984373, 0.28122213745117186, 0.2807715759277344, 0.2808842163085937, 0.28091802978515623, 0.2810572814941406, 0.2808985595703125, 0.28099172973632813, 0.2808565673828125, 0.2809518127441406, 0.28080126953125, 0.28089447021484376, 0.2825502624511719, 0.2808985595703125, 0.28085861206054685, 0.280816650390625, 0.280848388671875, 0.28089447021484376, 0.28097125244140625, 0.28085861206054685, 0.28095590209960936, 0.2809477844238281, 0.2808728942871094, 0.2808985595703125, 0.2808268737792969, 0.28089547729492187, 0.28095077514648437, 0.28085861206054685, 0.2809968566894531, 0.2809774169921875, 0.2807982177734375, 0.28089959716796875, 0.28099172973632813, 0.2807982177734375, 0.2809169921875, 0.281101318359375, 0.28097842407226564, 0.2811545715332031, 0.2810491027832031, 0.28117196655273435, 0.2810101623535156, 0.2810798034667969, 0.280890380859375, 0.2809333801269531, 0.28083917236328126, 0.28120578002929686, 0.28119549560546875, 0.2808186950683594, 0.2811064453125, 0.2810828857421875, 0.2810245056152344, 0.28082073974609373, 0.6070692749023437, 0.2808114624023437, 0.28095693969726565, 0.2807562255859375, 0.28089752197265627, 0.280748046875, 0.2808279113769531, 0.28082891845703123, 0.28091494750976564, 0.28085043334960935, 0.2809415588378906, 0.28091390991210935, 0.28088644409179686, 0.2808758850097656, 0.2809313354492188, 0.2808616943359375, 0.2821949462890625, 0.2810019836425781, 0.28163482666015627, 0.2812569580078125, 0.2809241638183594, 0.281143310546875, 0.2809333801269531, 0.2809456787109375, 0.28096511840820315, 0.2810408935546875, 0.28102041625976565, 0.28100506591796875, 0.28084530639648436, 0.28107571411132815, 0.28093438720703123, 0.28092724609375, 0.280890380859375, 0.28085043334960935, 0.28082073974609373, 0.28086782836914065, 0.280764404296875, 0.28092724609375, 0.280929443359375, 0.2809577941894531, 0.2809302978515625, 0.28088934326171877, 0.28073779296875, 0.28088626098632813, 0.2807859191894531, 0.2808637390136719, 0.28086782836914065, 0.2808883056640625, 0.28105419921875, 0.2811023254394531, 0.2812333984375, 0.28084326171875, 0.2809989013671875, 0.28085147094726565, 0.28113101196289064, 0.2810880126953125, 0.280985595703125, 0.28092620849609373, 0.28081048583984375, 0.2810357666015625, 0.28111666870117186, 0.2810572814941406, 0.2808555603027344, 0.6074562377929688, 0.280658935546875, 0.28088729858398437, 0.28080230712890625, 0.2807451171875, 0.28069366455078126, 0.280728515625, 0.28076031494140624, 0.28095077514648437, 0.2811463623046875, 0.28098458862304687, 0.28073883056640625, 0.2808392333984375, 0.2808042907714844, 0.2809539489746094, 0.28077252197265623, 0.28087808227539063, 0.28191949462890625, 0.28118118286132815, 0.2807510986328125, 0.280943603515625, 0.28087091064453124, 0.2808258666992188, 0.28086782836914065, 0.2809599914550781, 0.28128973388671874, 0.28111566162109375, 0.2807930908203125, 0.2808934326171875, 0.2809313354492188, 0.2811085510253906, 0.28094970703125, 0.280985595703125, 0.2808299560546875, 0.280943603515625, 0.2810040283203125, 0.28105624389648437, 0.28103884887695313, 0.28102859497070315, 0.2809405517578125, 0.280806396484375, 0.28071218872070314, 0.2808770446777344, 0.2809866333007813, 0.280911865234375, 0.28092825317382814, 0.2808463439941406, 0.280869873046875, 0.28091494750976564, 0.2807848815917969, 0.2809037780761719, 0.2807929992675781, 0.2809415588378906, 0.28072653198242187, 0.28112896728515624, 0.2808504638671875, 0.2809825134277344, 0.2808032836914062, 0.2806886291503906, 0.28093954467773435, 0.2810111694335938, 0.28101837158203125, 0.2809968566894531, 0.607963134765625, 0.28109722900390627, 0.28084225463867185, 0.2807828369140625, 0.28078900146484376, 0.28078900146484376, 0.28086383056640624, 0.28084625244140626, 0.2809241638183594, 0.2809098205566406, 0.28088525390625, 0.28086782836914065, 0.28103271484375, 0.28082382202148437, 0.28085964965820315, 0.28094158935546876, 0.2811105041503906, 0.28084225463867185, 0.28108901977539064, 0.2807848815917969, 0.28083917236328126, 0.28080230712890625, 0.28073779296875, 0.28079718017578126, 0.2807562255859375, 0.2808330383300781, 0.2826495971679687, 0.2808985595703125, 0.280853515625, 0.28077566528320314, 0.28073883056640625, 0.2808842163085937, 0.2811269226074219, 0.2812651672363281, 0.28103167724609374, 0.28106341552734376, 0.2807930908203125, 0.2809354248046875, 0.2808637390136719, 0.2806599731445312, 0.28091494750976564, 0.28076446533203125, 0.2810346984863281, 0.2811269226074219, 0.2809743347167969, 0.280764404296875, 0.28090167236328123, 0.280933349609375, 0.2809263000488281, 0.28092303466796875, 0.28106341552734376, 0.28090060424804686, 0.2809794616699219, 0.280806396484375, 0.2810941467285156, 0.28091290283203124, 0.2808883056640625, 0.280875, 0.28072357177734375, 0.28083596801757815, 0.2809948120117188, 0.28083712768554686, 0.28070196533203123]",tokens/s,3.5009563797731067,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,M,M,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/M/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474bf-179427da3cac7fd0111dc10f;95772b2e-bf35-4802-87fd-d9a400864aa7) Repository Not Found for url: https://huggingface.co/M/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: M is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1676.177408,4268.228608,0.0,3621.781504,3321.971712,s,10,1.6303114166259767,0.16303114166259766,0.0014855553893376725,0.1625515365600586,0.16322620849609373,0.16535033264160157,0.16704963195800782,"[0.16747445678710937, 0.16237094116210937, 0.16265267944335937, 0.16234512329101564, 0.16255308532714843, 0.16254998779296875, 0.1624799346923828, 0.16259532165527343, 0.16253570556640626, 0.16275418090820312]",tokens/s,1570.2521456287582,kWh,1.9194689088611194e-06,1.0517794335100916e-06,9.200464349613846e-06,1.2171712691985057e-05,tokens/kWh,21032372.88607488,MB,1676.177408,4268.228608,0.0,3621.781504,3433.426944,s,10,89.18589453124999,8.918589453124998,0.003483044267064813,8.918495605468749,8.92059248046875,8.924199072265624,8.927084345703125,"[8.9278056640625, 8.9183505859375, 8.9187119140625, 8.9195224609375, 8.9155, 8.91659765625, 8.914703125, 8.916271484375, 8.919791015625, 8.918640625]",tokens/s,7.063897304738625,kWh,0.00010528309944336133,5.77030712029591e-05,0.0004983249138925768,0.0006613110845388973,tokens/kWh,95265.30172093984,,s,629,90.50344046020498,0.14388464302099374,0.019322348053028862,0.1415372772216797,0.14169886474609375,0.14178304443359374,0.3041433935546875,"[0.14497587585449218, 0.1427097625732422, 0.14158746337890624, 0.14148812866210939, 0.14156903076171876, 0.14189260864257813, 0.14160794067382812, 0.14144204711914063, 0.14149119567871093, 0.14156288146972656, 0.1414563903808594, 0.1415720977783203, 0.14143283081054686, 0.14152499389648437, 0.14146969604492188, 0.1415792694091797, 0.1414625244140625, 0.14151884460449218, 0.14139903259277345, 0.14155162048339845, 0.14151271057128906, 0.14151065063476562, 0.14155264282226562, 0.1415905303955078, 0.14144921875, 0.14151065063476562, 0.1415895080566406, 0.14145330810546874, 0.1416171569824219, 0.14158029174804687, 0.1416273956298828, 0.14155366516113282, 0.14146047973632814, 0.14153114318847657, 0.14232780456542968, 0.1416427459716797, 0.14155775451660157, 0.14144921875, 0.1415546875, 0.14158335876464845, 0.14166426086425782, 0.1415485382080078, 0.14161920166015626, 0.14154240417480468, 0.14157107543945313, 0.14170623779296876, 0.14162944030761718, 0.1416468505859375, 0.14151577758789063, 0.14161305236816407, 0.14158746337890624, 0.14160794067382812, 0.14159461975097656, 0.14160896301269532, 0.14161305236816407, 0.14158848571777344, 0.14158848571777344, 0.14162124633789064, 0.1415679931640625, 0.14169395446777344, 0.14148915100097656, 0.1415925750732422, 0.30438092041015624, 0.1415485382080078, 0.14159770202636718, 0.14151577758789063, 0.14156390380859374, 0.1416038360595703, 0.14147276306152343, 0.14156903076171876, 0.14147482299804687, 0.1418618927001953, 0.14164070129394532, 0.14143487548828124, 0.14178713989257813, 0.14153523254394532, 0.1415167999267578, 0.14152601623535158, 0.1414307861328125, 0.14148812866210939, 0.1416243133544922, 0.1415301055908203, 0.14159359741210936, 0.14152499389648437, 0.14159974670410155, 0.14171852111816408, 0.14149017333984376, 0.14144511413574218, 0.14141337585449218, 0.14154342651367188, 0.14152088928222656, 0.1413140411376953, 0.14151577758789063, 0.14147071838378905, 0.14148300170898437, 0.14152088928222656, 0.14153216552734374, 0.14141542053222655, 0.14148403930664064, 0.14155775451660157, 0.14149119567871093, 0.14151065063476562, 0.1415167999267578, 0.14179020690917968, 0.1415403594970703, 0.14150245666503905, 0.1415055389404297, 0.14153829956054687, 0.14152192687988283, 0.14155877685546875, 0.14158642578125, 0.14158029174804687, 0.14149632263183592, 0.14163148498535155, 0.1417154541015625, 0.14155775451660157, 0.14163046264648438, 0.14160179138183593, 0.1416273956298828, 0.1415792694091797, 0.14167961120605468, 0.14154240417480468, 0.14167961120605468, 0.14160691833496095, 0.1415557098388672, 0.304289794921875, 0.14148915100097656, 0.14144204711914063, 0.14148710632324218, 0.141412353515625, 0.14147789001464844, 0.14149427795410155, 0.14196018981933595, 0.1417164764404297, 0.14151475524902343, 0.14151577758789063, 0.14153523254394532, 0.14158233642578125, 0.14179942321777345, 0.14165298461914064, 0.1419427795410156, 0.14168473815917967, 0.14143693542480468, 0.14152908325195312, 0.14181376647949218, 0.1416591339111328, 0.1414983673095703, 0.141559814453125, 0.14165402221679688, 0.14154547119140626, 0.14148812866210939, 0.14143693542480468, 0.14155775451660157, 0.14152703857421875, 0.14154547119140626, 0.14151373291015626, 0.14147789001464844, 0.14146867370605468, 0.1415895080566406, 0.14155264282226562, 0.14148300170898437, 0.1414666290283203, 0.14170726013183593, 0.14153932189941407, 0.1415557098388672, 0.14151271057128906, 0.1414850616455078, 0.14149734497070313, 0.14143898010253905, 0.14152499389648437, 0.1415362548828125, 0.14144613647460938, 0.14150656127929687, 0.14175436401367186, 0.14163865661621095, 0.14162022399902344, 0.141486083984375, 0.14145433044433595, 0.14152088928222656, 0.14158438110351562, 0.14167449951171876, 0.14157107543945313, 0.14166835021972657, 0.1414993896484375, 0.14147276306152343, 0.1415895080566406, 0.141549560546875, 0.1417533416748047, 0.30400408935546874, 0.14170623779296876, 0.14167654418945314, 0.14153318786621094, 0.14148403930664064, 0.14157618713378906, 0.1416171569824219, 0.14165811157226563, 0.14134783935546874, 0.1414625244140625, 0.14155264282226562, 0.14146560668945313, 0.14148915100097656, 0.1417574462890625, 0.14158848571777344, 0.14157005310058593, 0.14158029174804687, 0.14164480590820314, 0.14155264282226562, 0.1414645690917969, 0.14155162048339845, 0.14157414245605468, 0.14202879333496093, 0.14152294921875, 0.14156492614746094, 0.1417523193359375, 0.1416243133544922, 0.14163763427734374, 0.1415659484863281, 0.14157618713378906, 0.14173695373535156, 0.14155059814453125, 0.14172781372070312, 0.1416007080078125, 0.14155877685546875, 0.14158335876464845, 0.14161305236816407, 0.1415372772216797, 0.1415413818359375, 0.14153114318847657, 0.14172877502441406, 0.14174412536621095, 0.14153829956054687, 0.14144613647460938, 0.14159359741210936, 0.14159974670410155, 0.14154444885253906, 0.14151065063476562, 0.14152908325195312, 0.14151167297363282, 0.1415679931640625, 0.14146047973632814, 0.14159359741210936, 0.14148812866210939, 0.14152703857421875, 0.14161920166015626, 0.14151373291015626, 0.14157516479492188, 0.14157414245605468, 0.14150041198730468, 0.14154240417480468, 0.1414666290283203, 0.141623291015625, 0.30416690063476565, 0.1414072265625, 0.14142463684082032, 0.14148710632324218, 0.14149017333984376, 0.14138470458984376, 0.14141644287109376, 0.14143589782714844, 0.1414819793701172, 0.14145741271972656, 0.14155366516113282, 0.14139085388183595, 0.14144717407226562, 0.1414625244140625, 0.14144204711914063, 0.14151884460449218, 0.14149427795410155, 0.1414645690917969, 0.14148403930664064, 0.14145228576660157, 0.14165093994140626, 0.14162637329101563, 0.14162944030761718, 0.14166835021972657, 0.14152806091308595, 0.14146560668945313, 0.14141030883789063, 0.14148915100097656, 0.1417021484375, 0.14176051330566405, 0.14143693542480468, 0.14147276306152343, 0.14167039489746094, 0.14154240417480468, 0.14152088928222656, 0.1415905303955078, 0.14147789001464844, 0.14142054748535157, 0.1414307861328125, 0.14158131408691407, 0.14142874145507814, 0.14151271057128906, 0.1415413818359375, 0.14140313720703124, 0.14146047973632814, 0.14149427795410155, 0.14150245666503905, 0.14151167297363282, 0.14143589782714844, 0.14151065063476562, 0.14147482299804687, 0.14160896301269532, 0.14150758361816407, 0.14153421020507811, 0.1415239715576172, 0.14148403930664064, 0.1414430694580078, 0.14163865661621095, 0.14163558959960937, 0.14152088928222656, 0.14163148498535155, 0.14173593139648438, 0.14158233642578125, 0.30421502685546875, 0.141412353515625, 0.14141542053222655, 0.14144921875, 0.14142771911621094, 0.14149734497070313, 0.1416161346435547, 0.14151475524902343, 0.1413560333251953, 0.1413949432373047, 0.14141542053222655, 0.1415557098388672, 0.14144819641113282, 0.1413560333251953, 0.1416110076904297, 0.14143898010253905, 0.14156492614746094, 0.14146047973632814, 0.14152294921875, 0.14155366516113282, 0.14167654418945314, 0.1415413818359375, 0.141370361328125, 0.14149427795410155, 0.14149734497070313, 0.14148095703125, 0.1416591339111328, 0.14163558959960937, 0.14141952514648437, 0.14144819641113282, 0.14152806091308595, 0.14152908325195312, 0.1414307861328125, 0.14147482299804687, 0.1415485382080078, 0.14189056396484376, 0.14152499389648437, 0.14137139892578124, 0.1417502746582031, 0.14172467041015624, 0.14155162048339845, 0.14148915100097656, 0.14162124633789064, 0.1414430694580078, 0.14147993469238282, 0.14165196228027344, 0.1415679931640625, 0.14158029174804687, 0.14145843505859376, 0.14155366516113282, 0.1416048583984375, 0.14153421020507811, 0.14206668090820312, 0.14159974670410155, 0.14157107543945313, 0.1415608367919922, 0.141517822265625, 0.14151884460449218, 0.14149530029296875, 0.14152499389648437, 0.1415679931640625, 0.14150860595703124, 0.14152806091308595, 0.30408294677734377, 0.141370361328125, 0.1414563903808594, 0.14136729431152345, 0.141591552734375, 0.14147378540039063, 0.1414082489013672, 0.14145535278320312, 0.1414307861328125, 0.141380615234375, 0.14141952514648437, 0.1414430694580078, 0.14141030883789063, 0.141380615234375, 0.14151475524902343, 0.14153932189941407, 0.14146867370605468, 0.14147993469238282, 0.14151577758789063, 0.14133351135253908, 0.14147482299804687, 0.14159666442871094, 0.1414256591796875, 0.14156492614746094, 0.1414635467529297, 0.14139903259277345, 0.14151271057128906, 0.14146047973632814, 0.14148710632324218, 0.14142463684082032, 0.14141644287109376, 0.1415413818359375, 0.1415925750732422, 0.1417502746582031, 0.1415546875, 0.1414297637939453, 0.1414676513671875, 0.14156390380859374, 0.1414993896484375, 0.14152192687988283, 0.1415045166015625, 0.14168063354492189, 0.14154649353027343, 0.1414645690917969, 0.14149530029296875, 0.14168063354492189, 0.1416038360595703, 0.14158335876464845, 0.1415403594970703, 0.14147686767578124, 0.14149325561523438, 0.14149119567871093, 0.14146867370605468, 0.1415301055908203, 0.14150143432617188, 0.1415301055908203, 0.14144102478027343, 0.1417205810546875, 0.141549560546875, 0.14160691833496095, 0.14154547119140626, 0.14149632263183592, 0.141591552734375, 0.30429901123046876, 0.14135296630859376, 0.1415167999267578, 0.14147174072265625, 0.14151475524902343, 0.1415372772216797, 0.14157618713378906, 0.14140928649902343, 0.14128742980957032, 0.14145126342773437, 0.14141542053222655, 0.14179122924804688, 0.14151986694335938, 0.1414072265625, 0.1414266815185547, 0.14143589782714844, 0.14139596557617187, 0.1413887939453125, 0.1413765106201172, 0.1413877716064453, 0.14146560668945313, 0.14148915100097656, 0.14143693542480468, 0.14141439819335938, 0.1414666290283203, 0.14136524963378908, 0.14150860595703124, 0.14143693542480468, 0.14154649353027343, 0.14150962829589844, 0.1414072265625, 0.1415055389404297, 0.1415659484863281, 0.14147686767578124, 0.14143898010253905, 0.14151884460449218, 0.14152806091308595, 0.14144102478027343, 0.14139085388183595, 0.1416980438232422, 0.14162022399902344, 0.14158848571777344, 0.14157618713378906, 0.14145843505859376, 0.14154342651367188, 0.14155264282226562, 0.14155366516113282, 0.1414635467529297, 0.1417769012451172, 0.14163967895507812, 0.14177587890625, 0.14185061645507813, 0.1417502746582031, 0.14160691833496095, 0.14157516479492188, 0.14163967895507812, 0.14168780517578125, 0.14160076904296875, 0.14145741271972656, 0.1415720977783203, 0.1417021484375, 0.14169497680664062, 0.141623291015625, 0.3043932189941406, 0.14138674926757813, 0.1415905303955078, 0.1414676513671875, 0.14144921875, 0.141486083984375, 0.1415485382080078, 0.14147584533691407, 0.14140313720703124, 0.14150349426269532, 0.14157618713378906, 0.1415372772216797, 0.14156288146972656, 0.14166732788085937, 0.14153216552734374, 0.14158642578125, 0.14144613647460938, 0.14195916748046875, 0.14173184204101563, 0.14158029174804687, 0.14154751586914063, 0.14147584533691407, 0.14136524963378908, 0.14153216552734374, 0.14151577758789063, 0.14156288146972656, 0.14148095703125, 0.14161509704589845, 0.14165606689453125, 0.14160076904296875, 0.1415608367919922, 0.14154444885253906, 0.1414625244140625, 0.1414502410888672, 0.14165811157226563, 0.1415679931640625, 0.1417093048095703, 0.14149734497070313, 0.14153421020507811, 0.14200831604003905, 0.14153932189941407, 0.1415301055908203, 0.1415679931640625, 0.141517822265625, 0.14153523254394532, 0.1416048583984375, 0.1418076171875, 0.14162538146972656, 0.14154135131835938, 0.1415362548828125, 0.141623291015625, 0.14155775451660157, 0.14150349426269532, 0.14170317077636718, 0.1419806671142578, 0.14172467041015624, 0.14162637329101563, 0.14149119567871093, 0.14174105834960937, 0.1416243133544922, 0.14153216552734374, 0.1416161346435547, 0.1416161346435547, 0.3044331665039062, 0.14145843505859376, 0.14152601623535158, 0.14156185913085936, 0.1415403594970703, 0.1417881622314453, 0.14151373291015626, 0.14151373291015626, 0.14139801025390625, 0.14137753295898436, 0.14149427795410155, 0.14144204711914063, 0.1414072265625, 0.14147071838378905, 0.141380615234375, 0.14147686767578124, 0.1415167999267578, 0.14168984985351563, 0.14150758361816407, 0.14167654418945314, 0.14175538635253906, 0.14158029174804687, 0.1414983673095703, 0.1415167999267578, 0.1418629150390625, 0.1415403594970703, 0.14156903076171876, 0.14149017333984376, 0.14153932189941407, 0.14153114318847657, 0.14156390380859374, 0.1415362548828125, 0.1416099853515625, 0.14153829956054687, 0.1415239715576172, 0.14153829956054687, 0.14159666442871094, 0.141517822265625, 0.1414635467529297, 0.14164070129394532, 0.14158746337890624, 0.14160588073730468, 0.14158848571777344, 0.14156390380859374, 0.1414676513671875, 0.14149427795410155, 0.1415045166015625, 0.14155366516113282, 0.14161407470703125, 0.1415362548828125, 0.14157618713378906, 0.14149017333984376, 0.1416468505859375, 0.14166937255859374, 0.14155162048339845, 0.14169395446777344, 0.14159359741210936, 0.1415608367919922, 0.1416468505859375, 0.14159564208984374, 0.14165708923339843, 0.14199296569824219, 0.14165606689453125]",tokens/s,6.950012030499274,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-9b,google/recurrentgemma-9b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neox-20b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1995.948032,14573.633536,0.0,13927.186432,13297.868288,s,10,9.726644958496093,0.9726644958496093,0.001470256191763031,0.9722392578125001,0.9731499938964844,0.9750727386474609,0.9766109344482421,"[0.9769954833984374, 0.972049072265625, 0.9718085327148438, 0.9719012451171875, 0.9727227172851562, 0.9721474609375, 0.9718590698242188, 0.9723438720703125, 0.9723310546875, 0.9724864501953125]",tokens/s,263.1945558744667,kWh,1.148645200512626e-05,6.293412133709353e-06,5.6456030013282444e-05,7.423589415211805e-05,tokens/kWh,3448466.579730635,MB,1995.948032,14573.633536,0.0,13927.186432,13715.58912,s,10,531.501453125,53.1501453125,0.0027882908815321447,53.149787109375,53.153380078125004,53.1545455078125,53.155477851562495,"[53.1496328125, 53.1557109375, 53.14994140625, 53.14481640625, 53.15312109375, 53.1502109375, 53.14915234375, 53.15184375, 53.14849609375, 53.14852734375]",tokens/s,1.1853213124740691,kWh,0.0006273780893963396,0.0003438592968039847,0.003092011710981116,0.00406324909718144,tokens/kWh,15504.833322599225,,s,629,539.4080047607424,0.8575643954860767,0.11547190033109747,0.8436449584960938,0.8441182373046875,0.8442511352539062,1.8157820361328125,"[0.8431185913085938, 0.8432476196289063, 0.8431298828125, 0.8430336303710938, 0.8434237670898438, 0.8434442138671875, 0.8438660888671875, 0.843346923828125, 0.843388916015625, 0.8436725463867187, 0.8434135131835937, 0.8432742309570312, 0.8438046875, 0.8433489990234375, 0.8436347045898438, 0.8433489990234375, 0.8437616577148438, 0.843526123046875, 0.843630615234375, 0.8435374145507812, 0.8432906494140625, 0.8436500244140624, 0.8434339599609375, 0.8433561401367188, 0.8435138549804687, 0.8434534301757812, 0.8430612182617188, 0.8433284912109374, 0.8435302124023437, 0.8442194213867188, 0.8438497314453125, 0.8439951171875, 0.8438067016601563, 0.8436111450195313, 0.8435906372070312, 0.8431011962890625, 0.8438005981445312, 0.8434718627929687, 0.8432588500976562, 0.8433213500976563, 0.8436848754882813, 0.8438005981445312, 0.8441753540039062, 0.843388916015625, 0.8441149291992187, 0.8440074462890625, 0.8434247436523438, 0.8434769897460938, 0.8441436157226563, 0.8437800903320313, 0.84383642578125, 0.8438671264648437, 0.8442429809570312, 0.844307373046875, 0.8441671752929687, 0.8443064575195313, 0.8440238037109375, 0.8440484008789062, 0.8437933959960937, 0.84384765625, 0.8442705688476563, 0.8439121704101562, 1.8161376953125, 0.8440411987304688, 0.84381591796875, 0.8435302124023437, 0.8432291870117188, 0.8433182983398437, 0.8433438720703125, 0.8434452514648437, 0.8439777221679687, 0.8439224243164063, 0.8437749633789062, 0.8435108032226563, 0.84354150390625, 0.8439132080078126, 0.8439654541015625, 0.84356201171875, 0.843662353515625, 0.8435425415039063, 0.843546630859375, 0.8437319946289062, 0.8441723022460937, 0.8438139038085938, 0.8435978393554687, 0.8433623657226562, 0.8434840698242188, 0.8435753173828126, 0.8438958129882812, 0.8432906494140625, 0.8433777465820312, 0.8436724853515625, 0.843588623046875, 0.8432128295898438, 0.8435517578125, 0.8438692016601562, 0.8436121826171875, 0.8433530883789062, 0.8436602783203125, 0.8439736328125, 0.8440064086914062, 0.843831298828125, 0.8436930541992187, 0.8438692016601562, 0.8436121826171875, 0.8439971923828125, 0.844031982421875, 0.843620361328125, 0.8441149291992187, 0.8433602294921875, 0.8435384521484375, 0.8440452880859375, 0.8439592895507813, 0.8441415405273438, 0.8437657470703125, 0.8440852661132813, 0.8435281982421875, 0.8438958129882812, 0.8441958618164063, 0.8441405639648437, 0.8436326293945312, 0.8438568725585938, 0.844073974609375, 0.8444938354492187, 0.84371044921875, 1.8157906494140625, 0.8436807861328125, 0.8433377075195313, 0.8438292236328125, 0.8433981323242188, 0.8434708251953125, 0.843304931640625, 0.8434012451171875, 0.8435609741210938, 0.843452392578125, 0.8434370727539062, 0.8428523559570312, 0.8430847778320313, 0.8436029663085938, 0.8434739379882813, 0.8434872436523437, 0.8435425415039063, 0.8436459350585938, 0.8434564819335938, 0.84366748046875, 0.8440350952148438, 0.8437114868164063, 0.8432906494140625, 0.8433837890625, 0.8434677734375, 0.8439091186523437, 0.8436387939453125, 0.8436643676757812, 0.8435497436523437, 0.8435220336914062, 0.8438169555664062, 0.8434186401367187, 0.8442880249023438, 0.844421142578125, 0.8437227783203125, 0.8438600463867187, 0.8438169555664062, 0.8443893432617188, 0.843303955078125, 0.84392138671875, 0.8436572265625, 0.8437626953125, 0.8437698364257813, 0.843994140625, 0.8437114868164063, 0.8439388427734374, 0.8433704833984375, 0.8434053344726562, 0.8436080932617187, 0.8436879272460938, 0.8436408081054687, 0.8442009887695312, 0.8435067138671875, 0.8435159301757813, 0.8434472045898438, 0.843720703125, 0.8441487426757812, 0.8439746704101563, 0.843356201171875, 0.8435680541992188, 0.8437749633789062, 0.8437933959960937, 0.8436572265625, 1.815563232421875, 0.8428861694335937, 0.8429475708007812, 0.8434381103515625, 0.8433325805664063, 0.8431533813476563, 0.8433141479492188, 0.843599853515625, 0.8437606201171876, 0.8434135131835937, 0.8433479614257813, 0.8432282104492187, 0.842903564453125, 0.8429793090820312, 0.8429895629882812, 0.8431687622070313, 0.84349951171875, 0.8432711791992188, 0.8429312133789062, 0.8433325805664063, 0.8439244995117188, 0.8436909790039062, 0.8437001953125, 0.8434237670898438, 0.843093017578125, 0.8430018310546875, 0.8432005004882812, 0.8433950805664062, 0.8438323364257813, 0.843757568359375, 0.8435281982421875, 0.8435609130859375, 0.8437217407226563, 0.8442838745117187, 0.843631591796875, 0.8435230712890625, 0.84339404296875, 0.843241455078125, 0.8432896118164063, 0.8436449584960938, 0.8445450439453125, 0.8434298706054687, 0.8436654052734375, 0.8436173095703124, 0.8443709716796876, 0.843557861328125, 0.8439869384765625, 0.843989990234375, 0.8438855590820312, 0.844310546875, 0.844205078125, 0.8444201049804687, 0.844240966796875, 0.84375341796875, 0.8436070556640625, 0.8438251342773437, 0.8438190307617187, 0.8435978393554687, 0.8435138549804687, 0.843673583984375, 0.8436613159179688, 0.8436776733398438, 0.8435179443359375, 1.81639990234375, 0.8430151977539062, 0.8432547607421875, 0.8433377075195313, 0.84330908203125, 0.8429946899414062, 0.8434237670898438, 0.84320458984375, 0.8429342651367188, 0.8432435302734375, 0.8439091186523437, 0.843641845703125, 0.843641845703125, 0.843599853515625, 0.8436459350585938, 0.8437514038085937, 0.8435712280273437, 0.8441661376953125, 0.8434984741210938, 0.8434667358398438, 0.8432772827148437, 0.8436807861328125, 0.8438077392578125, 0.8437514038085937, 0.843704345703125, 0.8433192749023437, 0.84349951171875, 0.8435343627929688, 0.8436275024414063, 0.8436920776367187, 0.843832275390625, 0.8435650634765625, 0.8435016479492188, 0.8437759399414062, 0.84383642578125, 0.8437616577148438, 0.8432291870117188, 0.8433869018554687, 0.84356298828125, 0.8438374633789063, 0.84379443359375, 0.84417431640625, 0.8436500244140624, 0.8438046875, 0.8440913696289063, 0.8438374633789063, 0.8441630859375, 0.8437453002929688, 0.8441589965820312, 0.8440924682617188, 0.8436674194335938, 0.8440043334960937, 0.84363671875, 0.8438681640625, 0.8435732421875, 0.8441507568359375, 0.8437391357421875, 0.844494873046875, 0.8441487426757812, 0.844494873046875, 0.8441651000976562, 0.8440760498046875, 0.844099609375, 1.816141845703125, 0.84352001953125, 0.8430673828125, 0.8429649658203126, 0.84295166015625, 0.8433756713867188, 0.8434175415039062, 0.842998779296875, 0.8431738891601562, 0.8431216430664062, 0.84381591796875, 0.8435067138671875, 0.8433837890625, 0.8434349975585937, 0.8430427856445313, 0.8431524047851563, 0.8435067138671875, 0.8436797485351563, 0.843303955078125, 0.8438825073242188, 0.8438651123046875, 0.84369921875, 0.8441528930664063, 0.8443033447265625, 0.84363671875, 0.8439562377929688, 0.843526123046875, 0.843272216796875, 0.8434606323242188, 0.8440719604492187, 0.8440975341796875, 0.843572265625, 0.8436346435546875, 0.8438486938476563, 0.8436602783203125, 0.8435496826171875, 0.8438405151367188, 0.8437135620117188, 0.8441384887695312, 0.8438497314453125, 0.8435189819335938, 0.8436981201171875, 0.8434892578125, 0.8434811401367187, 0.8435609130859375, 0.8436377563476563, 0.8438262329101562, 0.8434861450195312, 0.8435753173828126, 0.8440452880859375, 0.8437453002929688, 0.84392041015625, 0.8438241577148438, 0.8440350952148438, 0.8442060546875, 0.8438917236328125, 0.8438026123046874, 0.8437391357421875, 0.8439552001953124, 0.843683837890625, 0.8440555419921875, 0.8440719604492187, 0.8438886108398438, 1.81580810546875, 0.84373291015625, 0.8434923706054688, 0.8433582153320313, 0.8434872436523437, 0.8433633422851563, 0.8437135620117188, 0.8435947265625, 0.843630615234375, 0.84322412109375, 0.8433182373046875, 0.84330908203125, 0.8436694946289063, 0.8435087280273438, 0.8432926635742187, 0.8434800415039062, 0.8431738891601562, 0.8434032592773437, 0.8438568725585938, 0.8436213989257813, 0.843905029296875, 0.8435343627929688, 0.8437340087890625, 0.8435670776367188, 0.8438589477539062, 0.8437166137695312, 0.8437166137695312, 0.8432803955078125, 0.8435404663085937, 0.84352099609375, 0.8439459838867187, 0.8439562377929688, 0.8435661010742187, 0.8437401733398437, 0.8433828125, 0.8435609741210938, 0.844031005859375, 0.8439613647460937, 0.8436787109375, 0.8438087768554687, 0.8435015869140625, 0.8437667846679687, 0.8437033081054688, 0.8438599853515625, 0.8438302612304688, 0.8441067504882812, 0.8434892578125, 0.8433930053710937, 0.8440831909179688, 0.84379443359375, 0.84368896484375, 0.8435394287109375, 0.8436613159179688, 0.843779052734375, 0.8433223876953125, 0.843947021484375, 0.84392041015625, 0.8436193237304688, 0.8434677734375, 0.8435343627929688, 0.8439715576171875, 0.8437462768554688, 0.843341796875, 1.8157598876953125, 0.8431011962890625, 0.84295166015625, 0.843736083984375, 0.84347802734375, 0.8432702026367187, 0.8435444946289062, 0.8436592407226563, 0.843430908203125, 0.8431565551757813, 0.8435650024414062, 0.8432220458984375, 0.843082763671875, 0.843303955078125, 0.8433858642578125, 0.8436664428710937, 0.8439736328125, 0.8438436279296875, 0.8431328735351562, 0.8435537719726562, 0.8439019775390625, 0.8431114501953125, 0.84352099609375, 0.8433080444335938, 0.8436336669921874, 0.8437145385742187, 0.8436162719726562, 0.8435537719726562, 0.8435108032226563, 0.84348828125, 0.843747314453125, 0.843704345703125, 0.8439664916992188, 0.8435322875976563, 0.8432496337890625, 0.8435968017578125, 0.8435005493164063, 0.8437514038085937, 0.843683837890625, 0.8433837890625, 0.8435128173828125, 0.8434902954101563, 0.8436295776367188, 0.8442552490234375, 0.84404736328125, 0.8440278930664062, 0.8441088256835938, 0.8438517456054687, 0.8439060668945313, 0.8441436157226563, 0.8441538696289063, 0.8438190307617187, 0.8438517456054687, 0.8440360717773437, 0.8438190307617187, 0.8445142822265626, 0.8443043823242188, 0.8439183349609375, 0.843662353515625, 0.843994140625, 0.8443341064453125, 0.844411865234375, 0.8440555419921875, 1.8159554443359376, 0.84311962890625, 0.8435333251953125, 0.8436285400390625, 0.8436408081054687, 0.8433080444335938, 0.8431104125976563, 0.8432169189453125, 0.8432178955078125, 0.8430847778320313, 0.8433602294921875, 0.8431595458984374, 0.84301416015625, 0.8431728515625, 0.8436295776367188, 0.8440350952148438, 0.8438087768554687, 0.8439695434570312, 0.8433275146484375, 0.8437340087890625, 0.8442603759765624, 0.84341552734375, 0.8436377563476563, 0.8435496826171875, 0.8435261840820313, 0.8440032348632812, 0.8439695434570312, 0.8438619995117187, 0.8437145385742187, 0.8435999145507812, 0.8435957641601562, 0.84347802734375, 0.8436561889648437, 0.8442142944335937, 0.843883544921875, 0.8435773315429688, 0.8431503295898437, 0.8436459350585938, 0.8438855590820312, 0.84381591796875, 0.8435477294921875, 0.8435875244140625, 0.8433909912109375, 0.8435056762695312, 0.8436285400390625, 0.84402587890625, 0.8434974975585937, 0.8435076904296875, 0.8435281982421875, 0.8437545166015625, 0.8437965087890625, 0.8441384887695312, 0.8437114868164063, 0.8440791625976563, 0.84364794921875, 0.8435906372070312, 0.84402685546875, 0.8438773803710937, 0.8437708740234375, 0.8438139038085938, 0.8437135620117188, 0.8435722045898437, 0.8436848754882813, 1.8161705322265624, 0.8432752685546875, 0.8431646728515625, 0.8434606323242188, 0.8435271606445313, 0.8435394287109375, 0.8431052856445312, 0.8432537841796875, 0.843114501953125, 0.8433561401367188, 0.8437586059570312, 0.843177978515625, 0.84295166015625, 0.8431022338867188, 0.8434739379882813, 0.8434718627929687, 0.8433766479492187, 0.8437586059570312, 0.8430592041015625, 0.8431902465820312, 0.8432210083007813, 0.8433745727539063, 0.8437852172851562, 0.8434534301757812, 0.84333056640625, 0.8434984741210938, 0.8441036987304688, 0.8432763671875, 0.8437544555664063, 0.8438240966796875, 0.843915283203125, 0.8432598876953125, 0.8433869018554687, 0.8440064086914062, 0.8440443115234375, 0.8435343627929688, 0.8433541259765625, 0.8437227783203125, 0.843462646484375, 0.84398388671875, 0.8435947265625, 0.843884521484375, 0.84383642578125, 0.8434349975585937, 0.8436602783203125, 0.8441395263671875, 0.8442510986328124, 0.844169189453125, 0.843779052734375, 0.844031982421875, 0.843662353515625, 0.8443965454101563, 0.8441180419921875, 0.8441190185546875, 0.8439132080078126, 0.8437667846679687, 0.843546630859375, 0.8442511596679687, 0.8439039916992187, 0.8437278442382813, 0.8434872436523437, 0.8439613037109375, 0.8438170166015625]",tokens/s,1.166093188177652,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-6B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3689.066496,5211.947008,0.0,4565.499904,4315.13088,s,10,2.8045252990722656,0.2804525299072266,0.00062484693400047,0.28048956298828126,0.2810666198730469,0.2813779449462891,0.2816270050048828,"[0.2808427429199219, 0.27973049926757815, 0.2806927490234375, 0.28070648193359377, 0.2809974365234375, 0.2796501770019531, 0.28168927001953126, 0.2797050476074219, 0.28022451782226565, 0.280286376953125]",tokens/s,912.8104498992559,kWh,3.3089337525544346e-06,1.8130049195709337e-06,1.64667107042228e-05,2.1588649376348166e-05,tokens/kWh,11858083.177749202,MB,3689.066496,5211.947008,0.0,4565.499904,4383.673344,s,10,151.17197265625,15.117197265625,0.001595355493039014,15.11665625,15.1191974609375,15.12004208984375,15.120717792968751,"[15.12088671875, 15.1161455078125, 15.117458984375, 15.116115234375, 15.11771484375, 15.1162314453125, 15.1165712890625, 15.1167412109375, 15.11509765625, 15.119009765625]",tokens/s,4.167439168320951,kWh,0.0001783895491781058,9.777224420422193e-05,0.0008703265265075908,0.0011464883198899188,tokens/kWh,54950.40717558205,,s,629,153.45473150634766,0.24396618681454318,0.03336199246270589,0.23990885925292968,0.24012165222167967,0.24032051086425782,0.5203096752929688,"[0.2403778533935547, 0.2398525695800781, 0.23982998657226562, 0.2397706298828125, 0.2398392333984375, 0.23967234802246093, 0.23975010681152345, 0.2397655029296875, 0.24011878967285155, 0.24025497436523438, 0.23989144897460937, 0.23997952270507814, 0.2401607666015625, 0.24013926696777343, 0.2398750762939453, 0.23990885925292968, 0.2398269500732422, 0.2398586883544922, 0.23992626953125, 0.23986483764648436, 0.23992735290527345, 0.23978182983398438, 0.23988531494140625, 0.24013722229003906, 0.24008090209960936, 0.2400860137939453, 0.23997235107421874, 0.23982182312011718, 0.23994367980957032, 0.23997235107421874, 0.23994265747070312, 0.23988742065429688, 0.24012896728515626, 0.23988223266601563, 0.23986892700195311, 0.23992422485351564, 0.24000306701660157, 0.2398924865722656, 0.239994873046875, 0.2410373077392578, 0.2400675811767578, 0.2399129638671875, 0.23988429260253907, 0.2399201354980469, 0.24005427551269531, 0.2403461151123047, 0.24001434326171875, 0.2399201354980469, 0.24022221374511718, 0.23999282836914063, 0.24007986450195312, 0.24014335632324219, 0.24005938720703124, 0.24000408935546874, 0.23999693298339844, 0.24004095458984376, 0.2400010223388672, 0.2400849914550781, 0.24011570739746094, 0.23999795532226562, 0.23993344116210938, 0.23986175537109375, 0.5203558349609375, 0.23969587707519532, 0.2398719940185547, 0.23987814331054688, 0.23991194152832032, 0.2397716827392578, 0.23996514892578125, 0.24009933471679687, 0.239783935546875, 0.239931396484375, 0.23986892700195311, 0.2399078369140625, 0.2397890625, 0.23978291320800782, 0.23977984619140624, 0.23988018798828126, 0.2398935089111328, 0.23988429260253907, 0.24012083435058593, 0.23986688232421874, 0.23980953979492187, 0.23979212951660156, 0.2397962188720703, 0.23999795532226562, 0.23985664367675782, 0.239963134765625, 0.23987306213378906, 0.23991395568847657, 0.24004095458984376, 0.24035328674316406, 0.239815673828125, 0.23985049438476563, 0.2398709716796875, 0.23984434509277344, 0.240005126953125, 0.23993241882324218, 0.24054681396484376, 0.23979519653320314, 0.23975117492675782, 0.2398013458251953, 0.2398709716796875, 0.23993959045410157, 0.2398719940185547, 0.23984332275390624, 0.23986073303222658, 0.24000921630859376, 0.24060928344726562, 0.24000717163085938, 0.23999591064453124, 0.24008294677734374, 0.2398709716796875, 0.23996517944335938, 0.23989561462402345, 0.2399784393310547, 0.23985356140136718, 0.2398924865722656, 0.24010342407226562, 0.23997541809082032, 0.23987814331054688, 0.23996723937988282, 0.240005126953125, 0.24007168579101562, 0.23989453125, 0.5209968872070313, 0.23973683166503906, 0.23968972778320313, 0.2400696563720703, 0.2396651153564453, 0.23987916564941406, 0.23976039123535156, 0.23983616638183594, 0.23984127807617187, 0.23996109008789063, 0.23985049438476563, 0.24, 0.23975833129882812, 0.23992320251464844, 0.2399805450439453, 0.2399303741455078, 0.23978086853027344, 0.23998873901367188, 0.23990885925292968, 0.24003071594238282, 0.2398750762939453, 0.24009727478027343, 0.2400245819091797, 0.24043827819824218, 0.23983103942871092, 0.24015359497070313, 0.24030924987792968, 0.24007577514648437, 0.23983103942871092, 0.2399498291015625, 0.24010751342773437, 0.239889404296875, 0.23988636779785155, 0.23984637451171875, 0.2397655029296875, 0.24004095458984376, 0.2399139862060547, 0.23993446350097655, 0.23987814331054688, 0.2399692840576172, 0.2399129638671875, 0.23998976135253905, 0.23990272521972655, 0.2400747528076172, 0.23984538269042968, 0.24001741027832033, 0.23984640502929688, 0.24032051086425782, 0.2399457244873047, 0.24007069396972655, 0.23992726135253906, 0.240005126953125, 0.23995391845703126, 0.23994367980957032, 0.23995802307128905, 0.23991500854492187, 0.24000819396972656, 0.2399805450439453, 0.24000306701660157, 0.24007373046875, 0.2401116180419922, 0.2400511932373047, 0.23992732238769532, 0.5211043701171875, 0.23985052490234374, 0.23974703979492187, 0.2398177947998047, 0.23999276733398436, 0.23998873901367188, 0.23975628662109374, 0.23989453125, 0.23987405395507813, 0.23979008483886718, 0.2395924530029297, 0.23982595825195313, 0.24075465393066406, 0.23995603942871094, 0.23985760498046876, 0.23985971069335937, 0.23988735961914062, 0.2398719940185547, 0.23996517944335938, 0.23984844970703126, 0.2397696075439453, 0.23981158447265624, 0.2398392333984375, 0.23985664367675782, 0.23992831420898436, 0.239994873046875, 0.23993959045410157, 0.2399139862060547, 0.24002560424804686, 0.23980339050292968, 0.23986483764648436, 0.23979315185546876, 0.23978291320800782, 0.23999591064453124, 0.23983616638183594, 0.23977880859375, 0.2398023681640625, 0.23979110717773439, 0.23977267456054688, 0.2399252471923828, 0.23989657592773436, 0.24022425842285156, 0.24046182250976564, 0.2399764404296875, 0.23983821105957032, 0.24021197509765624, 0.23990988159179688, 0.23981158447265624, 0.23983001708984375, 0.24002867126464844, 0.23998565673828126, 0.23988838195800782, 0.24006040954589844, 0.24036863708496095, 0.23994371032714842, 0.24007778930664062, 0.23996723937988282, 0.24000306701660157, 0.24007986450195312, 0.23987712097167968, 0.239994873046875, 0.239963134765625, 0.23997952270507814, 0.5213009643554688, 0.23983001708984375, 0.23982899475097658, 0.23997541809082032, 0.23994061279296874, 0.23986073303222658, 0.239857666015625, 0.23986688232421874, 0.23975935363769532, 0.2398955535888672, 0.23973785400390624, 0.23990476989746093, 0.23977574157714843, 0.2398924865722656, 0.2398760986328125, 0.23988018798828126, 0.23983821105957032, 0.24103424072265625, 0.2399866943359375, 0.2399938507080078, 0.23992320251464844, 0.2398935089111328, 0.2399498291015625, 0.24020684814453125, 0.23982797241210937, 0.23987303161621093, 0.23994265747070312, 0.2401648712158203, 0.2398904266357422, 0.2397777862548828, 0.23993650817871093, 0.2398709716796875, 0.23988018798828126, 0.23994163513183595, 0.23988531494140625, 0.23996109008789063, 0.23981471252441405, 0.23982687377929687, 0.23970611572265624, 0.23990885925292968, 0.23984844970703126, 0.23992428588867187, 0.2398299560546875, 0.23997337341308594, 0.24029286193847657, 0.2405806121826172, 0.2399815673828125, 0.23986790466308594, 0.239972412109375, 0.23992518615722655, 0.23981875610351563, 0.2398802185058594, 0.23986070251464844, 0.23986892700195311, 0.2398760986328125, 0.23995802307128905, 0.24007481384277343, 0.24067578125, 0.23984434509277344, 0.2399129638671875, 0.24007986450195312, 0.2402672576904297, 0.2400849914550781, 0.5201909790039062, 0.23994776916503907, 0.2396968994140625, 0.2398023681640625, 0.23982899475097658, 0.23996517944335938, 0.23963749694824218, 0.23974400329589843, 0.23974911499023438, 0.23987712097167968, 0.23980035400390626, 0.23988429260253907, 0.23991087341308595, 0.23987405395507813, 0.23973683166503906, 0.23989657592773436, 0.23971737670898438, 0.23987814331054688, 0.23985356140136718, 0.2399272918701172, 0.23986277770996095, 0.23987814331054688, 0.2400133056640625, 0.2400235595703125, 0.23996723937988282, 0.24009523010253905, 0.2400133056640625, 0.24005223083496094, 0.23984742736816406, 0.23986277770996095, 0.24005941772460937, 0.23992521667480468, 0.23985459899902345, 0.23984947204589843, 0.24013209533691407, 0.2402590789794922, 0.23980953979492187, 0.23992933654785156, 0.24046694946289063, 0.23999897766113282, 0.23994674682617187, 0.240216064453125, 0.24031744384765624, 0.24002867126464844, 0.23994061279296874, 0.23988429260253907, 0.24000723266601562, 0.23993440246582032, 0.2398197784423828, 0.23996620178222655, 0.2398392333984375, 0.2399385528564453, 0.23983206176757813, 0.23992115783691406, 0.23999591064453124, 0.23996723937988282, 0.23992422485351564, 0.24003890991210938, 0.23988223266601563, 0.24004197692871093, 0.24005427551269531, 0.23986688232421874, 0.23987303161621093, 0.5225390014648438, 0.23981875610351563, 0.23979315185546876, 0.23980953979492187, 0.2397081604003906, 0.23985562133789062, 0.2397112274169922, 0.23981158447265624, 0.23976556396484375, 0.23979922485351562, 0.23977471923828125, 0.23988735961914062, 0.23971328735351563, 0.23974400329589843, 0.2397337646484375, 0.23986688232421874, 0.2403031005859375, 0.24, 0.23979212951660156, 0.2399518737792969, 0.24010035705566407, 0.2398167724609375, 0.23980947875976563, 0.2414950408935547, 0.24010546875, 0.23994061279296874, 0.23981875610351563, 0.23991194152832032, 0.23982182312011718, 0.24000819396972656, 0.24010240173339845, 0.2399550018310547, 0.23980230712890624, 0.23984844970703126, 0.23968255615234374, 0.23978291320800782, 0.23979827880859375, 0.2398924865722656, 0.23988223266601563, 0.2397696075439453, 0.23988327026367187, 0.24003379821777343, 0.2399252471923828, 0.23987303161621093, 0.23980339050292968, 0.24008908081054686, 0.23982797241210937, 0.2397532196044922, 0.23991909790039062, 0.24007986450195312, 0.23986277770996095, 0.2398719940185547, 0.23978291320800782, 0.24007270812988282, 0.24017100524902343, 0.23988735961914062, 0.23990885925292968, 0.2400911407470703, 0.24032768249511718, 0.2399805450439453, 0.24003173828125, 0.24032051086425782, 0.24008090209960936, 0.5199175415039062, 0.23988735961914062, 0.23981056213378907, 0.23968768310546876, 0.23967027282714845, 0.23986892700195311, 0.23981056213378907, 0.23983512878417967, 0.2398085174560547, 0.23995494079589844, 0.23984538269042968, 0.23982386779785156, 0.23981875610351563, 0.23989759826660156, 0.24007781982421875, 0.24029592895507812, 0.2409441223144531, 0.23982080078125, 0.23992115783691406, 0.2403461151123047, 0.24001126098632813, 0.23998976135253905, 0.23987405395507813, 0.23995391845703126, 0.23986892700195311, 0.23998873901367188, 0.23998873901367188, 0.23987916564941406, 0.23979315185546876, 0.23976345825195314, 0.23986076354980468, 0.24014128112792968, 0.2398392333984375, 0.23983103942871092, 0.23984844970703126, 0.2400552978515625, 0.2399006652832031, 0.23979827880859375, 0.23985049438476563, 0.24005427551269531, 0.23995391845703126, 0.23992115783691406, 0.23981875610351563, 0.24004710388183595, 0.23992115783691406, 0.23981260681152344, 0.23980339050292968, 0.23988429260253907, 0.23983616638183594, 0.24006962585449218, 0.2398924865722656, 0.2398719940185547, 0.23988327026367187, 0.2399550018310547, 0.24008082580566406, 0.24018328857421875, 0.24004812622070312, 0.24004812622070312, 0.239963134765625, 0.23990579223632813, 0.2403225555419922, 0.2400430145263672, 0.23988223266601563, 0.5207296142578125, 0.23983206176757813, 0.23972761535644532, 0.2398638153076172, 0.23969692993164063, 0.23994569396972656, 0.23972557067871095, 0.23981875610351563, 0.2398515167236328, 0.23985049438476563, 0.23972659301757812, 0.23985459899902345, 0.24005938720703124, 0.24018328857421875, 0.23991091918945312, 0.23990885925292968, 0.24021197509765624, 0.24111308288574218, 0.2398085174560547, 0.23978291320800782, 0.23995391845703126, 0.2401853485107422, 0.23982591247558593, 0.23990374755859376, 0.23981465148925782, 0.23993241882324218, 0.23984127807617187, 0.2397665252685547, 0.2398341064453125, 0.23991603088378907, 0.23988531494140625, 0.23983718872070312, 0.2398638153076172, 0.24002047729492187, 0.23981260681152344, 0.23993446350097655, 0.23970098876953125, 0.23996109008789063, 0.2399518737792969, 0.24001536560058595, 0.2397644805908203, 0.23991500854492187, 0.23984538269042968, 0.23986585998535156, 0.2396743621826172, 0.23986994934082032, 0.23976856994628906, 0.23987303161621093, 0.2397706298828125, 0.23988018798828126, 0.23983103942871092, 0.23991705322265625, 0.23990272521972655, 0.23994163513183595, 0.24011468505859376, 0.23999078369140625, 0.24000408935546874, 0.2400511932373047, 0.24006349182128905, 0.23988432312011718, 0.23994979858398438, 0.239889404296875, 0.23994061279296874, 0.5206292724609375, 0.2397777862548828, 0.2398085174560547, 0.23981773376464843, 0.23988429260253907, 0.23986178588867188, 0.23979417419433594, 0.2399385223388672, 0.23975833129882812, 0.2398525390625, 0.2398935089111328, 0.24011776733398438, 0.2398935089111328, 0.2399488067626953, 0.24001536560058595, 0.24023347473144532, 0.24003788757324218, 0.23994265747070312, 0.23981056213378907, 0.24012492370605468, 0.24007168579101562, 0.23998258972167968, 0.23982489013671876, 0.23999078369140625, 0.23994776916503907, 0.24004812622070312, 0.241833984375, 0.23985049438476563, 0.23989964294433594, 0.23984947204589843, 0.23972761535644532, 0.24009523010253905, 0.24031642150878907, 0.2398760986328125, 0.23976345825195314, 0.23986277770996095, 0.23985459899902345, 0.23983001708984375, 0.2398197784423828, 0.23988838195800782, 0.2399938507080078, 0.24, 0.23984742736816406, 0.240110595703125, 0.24010855102539064, 0.24039321899414062, 0.2399385528564453, 0.23988633728027345, 0.2398709716796875, 0.23997747802734376, 0.23985356140136718, 0.23993650817871093, 0.2399447021484375, 0.24004205322265626, 0.24003884887695312, 0.23985562133789062, 0.24004608154296875, 0.24009420776367188, 0.23995802307128905, 0.24000306701660157, 0.24003993225097656, 0.24007577514648437, 0.2399006652832031]",tokens/s,4.098928679654178,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,/,/,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: / does not appear to have a file named config.json. Checkout 'https://huggingface.co///tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6210.260992,7055.343616,0.0,6408.896512,6098.739712,s,10,4.279645782470704,0.42796457824707035,0.0005593245447652133,0.4277575378417969,0.4286687561035156,0.42885357360839843,0.4290014276123047,"[0.4275655212402344, 0.42783905029296876, 0.42729730224609375, 0.42840765380859375, 0.428627685546875, 0.427676025390625, 0.42752056884765627, 0.428287353515625, 0.42738623046875, 0.42903839111328124]",tokens/s,598.1803471880035,kWh,5.048784510129028e-06,2.7665064322491163e-06,2.4794672613500057e-05,3.26099635558782e-05,tokens/kWh,7850361.425928487,MB,6210.260992,7055.343616,0.0,6408.896512,6157.953024,s,10,235.09618749999998,23.509618749999998,0.0012595072409445369,23.509406249999998,23.5114091796875,23.51148388671875,23.51154365234375,"[23.50916796875, 23.509130859375, 23.507298828125, 23.508712890625, 23.508748046875, 23.51155859375, 23.511392578125, 23.509669921875, 23.51086328125, 23.50964453125]",tokens/s,2.679754217622096,kWh,0.00027756352315760327,0.0001521284417659126,0.0013340981089442967,0.0017637900738678128,tokens/kWh,35718.53642528296,,s,629,238.5749162597658,0.3792923946896115,0.05084076188471288,0.3731507263183594,0.37334281005859377,0.3735038024902344,0.8008048754882812,"[0.3732080688476562, 0.3730780029296875, 0.3730810852050781, 0.37292440795898435, 0.37326849365234377, 0.37307186889648436, 0.37314663696289063, 0.37291622924804685, 0.3731578979492188, 0.3729930114746094, 0.3734118347167969, 0.37305035400390624, 0.3731650695800781, 0.37292340087890624, 0.37317120361328127, 0.3731005554199219, 0.3731650695800781, 0.37304934692382813, 0.37309747314453123, 0.3731312561035156, 0.3733893127441406, 0.37327462768554687, 0.3730882568359375, 0.3729346618652344, 0.37309439086914065, 0.37311386108398437, 0.37305856323242187, 0.3731015625, 0.3731005554199219, 0.37298175048828125, 0.37313638305664065, 0.3729284973144531, 0.37317633056640626, 0.37328897094726565, 0.3731036071777344, 0.37316094970703123, 0.37328076171875, 0.3730554809570312, 0.37310565185546873, 0.3731179504394531, 0.3733811340332031, 0.3731671142578125, 0.37309133911132814, 0.3732705383300781, 0.3731312561035156, 0.3731097717285156, 0.37328076171875, 0.37323468017578126, 0.3732152404785156, 0.3732725830078125, 0.3731374206542969, 0.3732234802246094, 0.37307589721679685, 0.37328793334960936, 0.37320703125, 0.37330841064453124, 0.37322445678710936, 0.37333810424804686, 0.37332171630859373, 0.37317733764648436, 0.3731732482910156, 0.3732490234375, 0.8009871215820312, 0.37333505249023435, 0.37299404907226563, 0.3729971313476563, 0.37340570068359374, 0.37328793334960936, 0.37288858032226563, 0.37309133911132814, 0.3729848327636719, 0.37314764404296874, 0.37289166259765627, 0.3730513916015625, 0.3732152404785156, 0.37308621215820315, 0.3730554809570312, 0.37328591918945314, 0.37298480224609376, 0.3728322448730469, 0.37288858032226563, 0.37303909301757815, 0.3731015625, 0.3734876098632812, 0.3730401306152344, 0.37324594116210935, 0.373106689453125, 0.3731865539550781, 0.37314151000976564, 0.37302987670898435, 0.3732254638671875, 0.37307186889648436, 0.37301043701171877, 0.37304217529296874, 0.37334527587890626, 0.37311590576171877, 0.3730882568359375, 0.373185546875, 0.37310565185546873, 0.37387469482421876, 0.37318246459960935, 0.37328793334960936, 0.3730780029296875, 0.3730687866210938, 0.3731885986328125, 0.3731087341308594, 0.37335556030273437, 0.3732705078125, 0.3730831298828125, 0.3730677795410156, 0.3733760070800781, 0.37326641845703123, 0.37328897094726565, 0.37296844482421876, 0.3733094482421875, 0.3731671142578125, 0.37319064331054685, 0.3732940673828125, 0.3732715454101562, 0.3733114929199219, 0.3732971496582031, 0.3731578979492188, 0.37335140991210936, 0.37319064331054685, 0.37305035400390624, 0.8007680053710937, 0.3731671142578125, 0.37287115478515626, 0.3731046447753906, 0.37296435546875, 0.37311590576171877, 0.3727196044921875, 0.3730145263671875, 0.3731374206542969, 0.3730985107421875, 0.3728568420410156, 0.37312716674804686, 0.3730053100585938, 0.37314047241210935, 0.3730554809570312, 0.37310772705078127, 0.3731169128417969, 0.3729151916503906, 0.372927490234375, 0.37301657104492186, 0.37318350219726565, 0.373501953125, 0.3730124816894531, 0.3735449523925781, 0.37311590576171877, 0.373043212890625, 0.37314251708984375, 0.3731589050292969, 0.37302783203125, 0.37303909301757815, 0.37303704833984375, 0.3731619873046875, 0.3731046447753906, 0.37303091430664065, 0.37307186889648436, 0.37319985961914065, 0.3731179504394531, 0.3730350036621094, 0.37315277099609373, 0.3731312561035156, 0.37315277099609373, 0.37339340209960936, 0.3731015625, 0.37323776245117185, 0.3731599426269531, 0.3731128234863281, 0.3731937255859375, 0.37312408447265627, 0.3732305908203125, 0.37319985961914065, 0.3733421936035156, 0.3732418518066406, 0.3733534851074219, 0.373148681640625, 0.3731650695800781, 0.3731537780761719, 0.37313433837890625, 0.37315277099609373, 0.37320294189453124, 0.37319168090820315, 0.3732234191894531, 0.37321319580078127, 0.3731814270019531, 0.8016783447265625, 0.3732008972167969, 0.37310772705078127, 0.37303604125976564, 0.37309133911132814, 0.3731507263183594, 0.37292544555664064, 0.3730473022460937, 0.37297357177734375, 0.3731589050292969, 0.37297457885742186, 0.37307699584960935, 0.37298892211914064, 0.3731087341308594, 0.37291928100585936, 0.37309747314453123, 0.3734814758300781, 0.3731107788085937, 0.37312921142578126, 0.3731107788085937, 0.373064697265625, 0.3731005554199219, 0.3730677795410156, 0.37321624755859373, 0.37303192138671876, 0.3729459228515625, 0.37312921142578126, 0.37362380981445314, 0.3736708984375, 0.3731230773925781, 0.3730134887695313, 0.37328897094726565, 0.3731169128417969, 0.3731312561035156, 0.3731087341308594, 0.37309234619140624, 0.373032958984375, 0.3732090759277344, 0.37307699584960935, 0.37311898803710936, 0.37305856323242187, 0.37314151000976564, 0.37311386108398437, 0.37317938232421877, 0.3735777282714844, 0.373285888671875, 0.3730687866210938, 0.37312716674804686, 0.37326028442382814, 0.37316915893554686, 0.37328179931640626, 0.37309439086914065, 0.37309747314453123, 0.3731374206542969, 0.37349169921875, 0.37324798583984375, 0.37313330078125, 0.37298379516601565, 0.3733196716308594, 0.3731261291503906, 0.37324697875976565, 0.3732305908203125, 0.3732357177734375, 0.8020367431640625, 0.3730831298828125, 0.37295513916015627, 0.37298074340820314, 0.37294488525390623, 0.37317529296875, 0.3729490051269531, 0.373243896484375, 0.37304934692382813, 0.3731097717285156, 0.3729971313476563, 0.37312716674804686, 0.37314663696289063, 0.3731455993652344, 0.37314968872070314, 0.37305035400390624, 0.37300634765625, 0.37323162841796875, 0.37325006103515623, 0.3732787170410156, 0.37298379516601565, 0.3730206604003906, 0.3730124816894531, 0.3732725830078125, 0.3729930114746094, 0.37306369018554686, 0.37321829223632813, 0.373106689453125, 0.37307699584960935, 0.37313534545898436, 0.3731169128417969, 0.3728875427246094, 0.3730513916015625, 0.37305856323242187, 0.3730903015136719, 0.37302886962890625, 0.37321829223632813, 0.37333709716796876, 0.37323876953125, 0.3732428894042969, 0.3732152404785156, 0.37314663696289063, 0.3731722106933594, 0.37318246459960935, 0.37324594116210935, 0.3732203369140625, 0.3731445617675781, 0.3730882568359375, 0.3731036071777344, 0.37331045532226564, 0.3732971496582031, 0.37316915893554686, 0.3732838439941406, 0.373170166015625, 0.3732203369140625, 0.37314764404296874, 0.3732561950683594, 0.3732285461425781, 0.37336474609375, 0.3734241333007812, 0.3732285461425781, 0.37331558227539063, 0.37341082763671873, 0.8008192138671875, 0.3731537780761719, 0.3729490051269531, 0.3731722106933594, 0.3728486328125, 0.37320498657226564, 0.3729776611328125, 0.37345382690429685, 0.37316299438476563, 0.37307699584960935, 0.3730483093261719, 0.37314968872070314, 0.37296435546875, 0.37352346801757813, 0.3729213562011719, 0.3730483093261719, 0.37297357177734375, 0.3730882568359375, 0.37315277099609373, 0.3732305908203125, 0.37476864624023437, 0.3735941162109375, 0.3732490234375, 0.37320294189453124, 0.37308416748046874, 0.37313433837890625, 0.37309234619140624, 0.3731558532714844, 0.37313433837890625, 0.3730145263671875, 0.373001220703125, 0.37291622924804685, 0.3731251220703125, 0.3731097717285156, 0.3731036071777344, 0.37313330078125, 0.37301657104492186, 0.37316915893554686, 0.37326028442382814, 0.3732715454101562, 0.37318246459960935, 0.3732090759277344, 0.3732561950683594, 0.37324594116210935, 0.3733391418457031, 0.37328485107421877, 0.3731107788085937, 0.37339852905273435, 0.37339544677734376, 0.37350503540039065, 0.37321829223632813, 0.37319781494140625, 0.3731671142578125, 0.3730677795410156, 0.3731875915527344, 0.3731445617675781, 0.3732213745117188, 0.37312408447265627, 0.3731660766601563, 0.37319476318359374, 0.3737794494628906, 0.37323263549804686, 0.373138427734375, 0.8008683471679687, 0.3731507263183594, 0.3730595703125, 0.37318350219726565, 0.372990966796875, 0.3731230773925781, 0.37294488525390623, 0.3730247802734375, 0.3730350036621094, 0.37301556396484375, 0.37292645263671875, 0.37320703125, 0.3731435546875, 0.3733483581542969, 0.37306369018554686, 0.37319064331054685, 0.37317733764648436, 0.37296743774414065, 0.3731036071777344, 0.3730093994140625, 0.37298587036132813, 0.3731640319824219, 0.37479833984375, 0.37319064331054685, 0.3733125, 0.3731199951171875, 0.3731148681640625, 0.373222412109375, 0.37292645263671875, 0.37314047241210935, 0.3729407958984375, 0.3731517333984375, 0.3729623107910156, 0.3731589050292969, 0.3731578979492188, 0.373185546875, 0.373222412109375, 0.3731374206542969, 0.3735080871582031, 0.37351629638671874, 0.37323876953125, 0.37323468017578126, 0.3731015625, 0.3731660766601563, 0.3731865539550781, 0.373096435546875, 0.3731885986328125, 0.3730247802734375, 0.3732367248535156, 0.37322750854492187, 0.373796875, 0.3730247802734375, 0.37314663696289063, 0.3732643737792969, 0.37317428588867185, 0.37375588989257813, 0.37332992553710936, 0.3731722106933594, 0.3731589050292969, 0.37317938232421877, 0.373212158203125, 0.37326849365234377, 0.37335244750976565, 0.80138134765625, 0.37311590576171877, 0.3728486328125, 0.3731302490234375, 0.3730831298828125, 0.3731087341308594, 0.3730544738769531, 0.3732490234375, 0.37309439086914065, 0.3732695007324219, 0.3730985107421875, 0.37333505249023435, 0.37291622924804685, 0.37313638305664065, 0.3729623107910156, 0.372990966796875, 0.37310772705078127, 0.37303604125976564, 0.37300634765625, 0.3731773681640625, 0.37315582275390624, 0.37308721923828125, 0.3732561950683594, 0.373043212890625, 0.37327667236328127, 0.3731517333984375, 0.373106689453125, 0.373212158203125, 0.3733309326171875, 0.3735859069824219, 0.373148681640625, 0.37302169799804685, 0.37313638305664065, 0.37306674194335937, 0.3730452575683594, 0.3731445617675781, 0.3729623107910156, 0.37312820434570315, 0.3735152587890625, 0.3732142028808594, 0.37327462768554687, 0.3731619873046875, 0.37321115112304687, 0.37318450927734376, 0.3730882568359375, 0.3731927185058594, 0.3731322937011719, 0.3731619873046875, 0.37333197021484377, 0.37327462768554687, 0.37304934692382813, 0.37325515747070315, 0.37335244750976565, 0.3730247802734375, 0.3731005554199219, 0.37331353759765623, 0.37335140991210936, 0.37335757446289064, 0.3732643737792969, 0.37328692626953125, 0.37321011352539063, 0.37358694458007813, 0.3731374206542969, 0.800611328125, 0.3731507263183594, 0.3735572509765625, 0.373285888671875, 0.37302374267578126, 0.37313534545898436, 0.3731374206542969, 0.37296331787109377, 0.37312716674804686, 0.37298074340820314, 0.3729541015625, 0.37317938232421877, 0.3731005554199219, 0.37316094970703123, 0.37308621215820315, 0.37306573486328126, 0.37290292358398436, 0.373423095703125, 0.37339340209960936, 0.3730483093261719, 0.37310772705078127, 0.37330227661132814, 0.37319476318359374, 0.3731537780761719, 0.3731230773925781, 0.37313946533203124, 0.3732295532226563, 0.37302783203125, 0.3731537780761719, 0.3735255126953125, 0.373106689453125, 0.37300634765625, 0.373074951171875, 0.3731148681640625, 0.37321319580078127, 0.37321728515625, 0.3734394836425781, 0.3732971496582031, 0.3732418518066406, 0.3731732482910156, 0.37319168090820315, 0.37337088012695313, 0.3732561950683594, 0.37321319580078127, 0.3733145751953125, 0.3732695007324219, 0.3732213745117188, 0.3731312561035156, 0.37326028442382814, 0.3731537780761719, 0.3732295532226563, 0.3731005554199219, 0.37324594116210935, 0.37309951782226564, 0.3731435546875, 0.37312408447265627, 0.37325006103515623, 0.3732408447265625, 0.37334014892578127, 0.373291015625, 0.37328897094726565, 0.373180419921875, 0.373243896484375, 0.8022302856445312, 0.3732367248535156, 0.3730473022460937, 0.37313638305664065, 0.3729766540527344, 0.373064697265625, 0.37281484985351565, 0.3731517333984375, 0.3731517333984375, 0.37317120361328127, 0.3729776611328125, 0.3731445617675781, 0.37313330078125, 0.37301556396484375, 0.3731087341308594, 0.37299609375, 0.3729981384277344, 0.3730073547363281, 0.3732428894042969, 0.3732244873046875, 0.3732152099609375, 0.3731445617675781, 0.37313330078125, 0.3734200439453125, 0.3730196533203125, 0.37302169799804685, 0.37305856323242187, 0.3733114929199219, 0.37323468017578126, 0.373148681640625, 0.3729070129394531, 0.3729428405761719, 0.37319476318359374, 0.3731937255859375, 0.3731722106933594, 0.37321115112304687, 0.37312203979492187, 0.37307699584960935, 0.37318450927734376, 0.373254150390625, 0.37303909301757815, 0.37332171630859373, 0.37332992553710936, 0.3732735900878906, 0.37309234619140624, 0.373327880859375, 0.37318246459960935, 0.3731937255859375, 0.373138427734375, 0.3731312561035156, 0.3730073547363281, 0.3731507263183594, 0.3735469970703125, 0.3731732482910156, 0.37316915893554686, 0.3732090759277344, 0.3731619873046875, 0.3731087341308594, 0.3732336730957031, 0.37324594116210935, 0.3736606750488281, 0.3738367919921875, 0.37335244750976565]",tokens/s,2.6364884031443228,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-160m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1280.995328,1017.643008,0.0,371.195904,315.446272,s,10,0.19319747543334959,0.01931974754333496,0.0010467105269549052,0.01894753646850586,0.019827580642700193,0.021101390457153316,0.022120438308715823,"[0.022375200271606447, 0.01901312065124512, 0.018929792404174806, 0.018751968383789064, 0.019248479843139647, 0.018965280532836915, 0.019544511795043944, 0.018915008544921875, 0.018772640228271485, 0.018681472778320312]",tokens/s,13250.690746645725,kWh,2.25981147787691e-07,1.238256752321744e-07,5.593843438318166e-07,9.091911668516819e-07,tokens/kWh,281568947.58059365,MB,1281.323008,1017.643008,0.0,371.195904,340.902912,s,10,11.583821777343749,1.1583821777343748,0.009627584898594657,1.1564221801757812,1.16910693359375,1.1740381469726562,1.1779831176757813,"[1.1789693603515625, 1.1680111083984375, 1.1652188720703125, 1.14978955078125, 1.1497177734375, 1.1605277099609375, 1.14636669921875, 1.15310693359375, 1.1523763427734375, 1.1597374267578124]",tokens/s,54.38619586086756,kWh,1.370763023194169e-05,7.511351751950323e-06,3.022333472675601e-05,5.144231671064802e-05,tokens/kWh,1224672.6824991468,,s,629,11.732324380874624,0.018652344007749816,0.002332081824858889,0.018243648529052733,0.01894564514160156,0.01906585578918457,0.03724599380493164,"[0.021345279693603517, 0.02056822395324707, 0.018622304916381834, 0.018869312286376953, 0.018895904541015626, 0.01879747200012207, 0.01884569549560547, 0.018906112670898437, 0.01901055908203125, 0.01845964813232422, 0.018405376434326173, 0.018534400939941405, 0.018283519744873047, 0.018355199813842774, 0.018320383071899413, 0.018226175308227538, 0.01817398452758789, 0.017952735900878907, 0.018078720092773438, 0.018127872467041017, 0.018137088775634767, 0.018027519226074217, 0.018348031997680665, 0.01796403121948242, 0.01798041534423828, 0.017889280319213868, 0.01796505546569824, 0.018174976348876954, 0.01842995262145996, 0.01819647979736328, 0.018330623626708984, 0.018799615859985352, 0.018984960556030273, 0.019307519912719725, 0.019362815856933592, 0.018956287384033203, 0.01905971145629883, 0.018949119567871094, 0.018910207748413087, 0.01904128074645996, 0.018909183502197266, 0.018541568756103514, 0.019268608093261717, 0.02164851188659668, 0.019189632415771485, 0.0190699520111084, 0.018994176864624023, 0.019017728805541992, 0.01874028778076172, 0.018768831253051756, 0.01828659248352051, 0.01800294494628906, 0.018103391647338866, 0.018309024810791014, 0.018288639068603514, 0.018249727249145507, 0.018296831130981444, 0.01827020835876465, 0.018159616470336915, 0.018174976348876954, 0.018149375915527344, 0.018314239501953124, 0.03768937683105469, 0.018380767822265626, 0.01881395149230957, 0.018351104736328124, 0.018108415603637695, 0.018318336486816408, 0.018051071166992186, 0.01820979118347168, 0.018351104736328124, 0.018297855377197265, 0.01827436828613281, 0.018240447998046874, 0.018114559173583983, 0.018911359786987304, 0.018926464080810546, 0.018877439498901367, 0.018922496795654296, 0.01882624053955078, 0.018942975997924806, 0.019012672424316406, 0.019114944458007814, 0.018929664611816405, 0.018882560729980468, 0.018909183502197266, 0.018893823623657227, 0.01883545684814453, 0.018930688858032226, 0.019140640258789064, 0.018999263763427733, 0.018945024490356444, 0.01903104019165039, 0.01900032043457031, 0.01904332733154297, 0.018966527938842775, 0.019555328369140625, 0.019763200759887696, 0.019224576950073242, 0.018750463485717773, 0.018890752792358398, 0.018163711547851562, 0.018000896453857423, 0.017994752883911135, 0.01820159912109375, 0.018122751235961913, 0.018229248046875, 0.018174976348876954, 0.018365440368652345, 0.018112512588500978, 0.01814630317687988, 0.018116607666015624, 0.01814630317687988, 0.01823846435546875, 0.01822003173828125, 0.01822822380065918, 0.01809715270996094, 0.01807257652282715, 0.01807360076904297, 0.01816985511779785, 0.018189311981201172, 0.018229248046875, 0.0181790714263916, 0.018077695846557617, 0.018066432952880858, 0.03762995147705078, 0.018239488601684572, 0.018173952102661133, 0.018126911163330078, 0.018182079315185548, 0.01829478454589844, 0.018241535186767577, 0.01802444839477539, 0.018283519744873047, 0.01821696090698242, 0.01819443130493164, 0.018512895584106445, 0.01808076858520508, 0.018274303436279296, 0.01821183967590332, 0.018199552536010744, 0.018395135879516602, 0.018157567977905274, 0.018331743240356444, 0.018150304794311522, 0.01825382423400879, 0.01842790412902832, 0.018110464096069336, 0.018165760040283203, 0.018052095413208007, 0.018263200759887695, 0.018966367721557617, 0.018345983505249023, 0.018093055725097656, 0.018099199295043944, 0.017991680145263672, 0.018292736053466797, 0.018103296279907227, 0.018127872467041017, 0.01846272087097168, 0.018257919311523436, 0.018172927856445312, 0.018128896713256838, 0.018699264526367186, 0.019384319305419923, 0.018778112411499022, 0.019094528198242186, 0.018982912063598634, 0.018769920349121092, 0.018692096710205077, 0.018780160903930664, 0.018891775131225585, 0.018884607315063476, 0.019056640625, 0.018760704040527345, 0.01886412811279297, 0.018914304733276367, 0.018719743728637696, 0.018747392654418944, 0.01879449653625488, 0.018683904647827147, 0.018913280487060546, 0.01885798454284668, 0.019105791091918945, 0.018896896362304686, 0.018958335876464845, 0.018868288040161132, 0.018834367752075195, 0.03720499038696289, 0.017994752883911135, 0.0180633602142334, 0.01810246467590332, 0.018297664642333983, 0.018044927597045898, 0.01820979118347168, 0.01815449523925781, 0.018136064529418947, 0.018220064163208007, 0.01806947135925293, 0.018532352447509767, 0.018326528549194337, 0.01820467185974121, 0.01804902458190918, 0.018113567352294923, 0.018221023559570313, 0.018256895065307616, 0.01828556823730469, 0.018092031478881835, 0.02020966339111328, 0.019123199462890626, 0.01904025650024414, 0.018780160903930664, 0.01865830421447754, 0.018556928634643553, 0.018364416122436524, 0.01815260887145996, 0.01814313507080078, 0.018269119262695314, 0.018164735794067383, 0.018215936660766603, 0.017910911560058595, 0.01787481689453125, 0.01821286392211914, 0.01820057678222656, 0.018172927856445312, 0.018020351409912108, 0.01806540870666504, 0.018712575912475587, 0.018587648391723634, 0.017889280319213868, 0.01821696090698242, 0.01816985511779785, 0.018085887908935547, 0.018095104217529297, 0.01798761558532715, 0.018116575241088867, 0.01822003173828125, 0.0180849609375, 0.017928096771240236, 0.01814227294921875, 0.018178016662597656, 0.01807561683654785, 0.01817087936401367, 0.0182476806640625, 0.018051071166992186, 0.017951744079589844, 0.018018304824829103, 0.01820476722717285, 0.017925024032592773, 0.01824665641784668, 0.018471935272216796, 0.038201343536376955, 0.019075071334838867, 0.019009536743164062, 0.018894975662231445, 0.018753408432006836, 0.018868223190307617, 0.01863065528869629, 0.018965503692626954, 0.018865152359008788, 0.018891775131225585, 0.01866444778442383, 0.018408447265625, 0.018060287475585936, 0.017885183334350584, 0.017976320266723633, 0.017949695587158202, 0.01811155128479004, 0.01834592056274414, 0.018148351669311523, 0.017930240631103517, 0.017978368759155275, 0.0182609920501709, 0.01817190361022949, 0.018254911422729492, 0.018199487686157225, 0.018199583053588868, 0.017978336334228514, 0.01819340705871582, 0.018198528289794923, 0.01797340774536133, 0.0180928955078125, 0.018215936660766603, 0.01821286392211914, 0.018172927856445312, 0.018160640716552736, 0.018123775482177733, 0.01808076858520508, 0.018069503784179687, 0.018173952102661133, 0.01807257652282715, 0.01820979118347168, 0.018010112762451173, 0.01825382423400879, 0.01825279998779297, 0.01800601577758789, 0.018143232345581056, 0.018050048828125, 0.01795686340332031, 0.01807257652282715, 0.018137088775634767, 0.018118656158447266, 0.018051071166992186, 0.017949695587158202, 0.018066495895385743, 0.018194368362426758, 0.01843404769897461, 0.01803775978088379, 0.017875999450683595, 0.01807766342163086, 0.01803059196472168, 0.01820467185974121, 0.018163711547851562, 0.018373632431030275, 0.037416961669921874, 0.018315263748168945, 0.01838489532470703, 0.018367584228515626, 0.018121631622314453, 0.018227231979370116, 0.01852310371398926, 0.018521087646484375, 0.019975168228149414, 0.01922355270385742, 0.018580480575561522, 0.018808832168579103, 0.018928640365600585, 0.01879347229003906, 0.018755712509155274, 0.01847488021850586, 0.018259967803955078, 0.018225151062011717, 0.01827737617492676, 0.018280448913574218, 0.018578432083129884, 0.018981887817382814, 0.01879449653625488, 0.018777088165283205, 0.018954240798950195, 0.018790399551391602, 0.01884262466430664, 0.018937856674194335, 0.018939903259277344, 0.018922496795654296, 0.01882009506225586, 0.018137088775634767, 0.01798963165283203, 0.018159616470336915, 0.018094079971313477, 0.018282495498657226, 0.01803264045715332, 0.017977344512939454, 0.01803980827331543, 0.01808076858520508, 0.018320383071899413, 0.01829478454589844, 0.018257919311523436, 0.018310144424438478, 0.017977344512939454, 0.018115583419799804, 0.01820876884460449, 0.018452640533447265, 0.017978208541870117, 0.018363391876220703, 0.018113536834716795, 0.018053119659423827, 0.018121728897094725, 0.01816985511779785, 0.018192384719848635, 0.018215936660766603, 0.018172927856445312, 0.01824460792541504, 0.018326528549194337, 0.01824460792541504, 0.018246816635131835, 0.018262880325317383, 0.018293760299682618, 0.03905228805541992, 0.018197504043579102, 0.018062335968017578, 0.01804083251953125, 0.01804902458190918, 0.018176000595092775, 0.018295808792114256, 0.017986560821533205, 0.018333696365356447, 0.018181119918823242, 0.01824358367919922, 0.018193536758422852, 0.018217920303344726, 0.018208703994750976, 0.018136064529418947, 0.018336864471435548, 0.018207647323608397, 0.018132991790771484, 0.017987583160400392, 0.01828659248352051, 0.01802342414855957, 0.01806540870666504, 0.01798041534423828, 0.01827123260498047, 0.018158592224121094, 0.01825279998779297, 0.018174976348876954, 0.01807155227661133, 0.018310144424438478, 0.01829478454589844, 0.01805414390563965, 0.01807155227661133, 0.018274303436279296, 0.01821900749206543, 0.01820569610595703, 0.018152448654174806, 0.018167903900146484, 0.018721696853637695, 0.01816268730163574, 0.018124799728393554, 0.017999872207641602, 0.018158592224121094, 0.01822412872314453, 0.01817190361022949, 0.018019327163696287, 0.017936544418334963, 0.017980255126953126, 0.018255903244018556, 0.017989599227905273, 0.018241632461547853, 0.01825987243652344, 0.018539520263671876, 0.018529279708862305, 0.018309247970581054, 0.01804889678955078, 0.018128896713256838, 0.01839411163330078, 0.01815350341796875, 0.01822319984436035, 0.01798643112182617, 0.01789030456542969, 0.01817094421386719, 0.018261951446533205, 0.0376627197265625, 0.01943654441833496, 0.01903308868408203, 0.018584575653076172, 0.018528255462646484, 0.018967552185058592, 0.01887539291381836, 0.01881804847717285, 0.018651136398315428, 0.01829478454589844, 0.01781760025024414, 0.01783296012878418, 0.017933311462402343, 0.018304000854492186, 0.018899967193603515, 0.018166784286499024, 0.018104352951049806, 0.017926111221313476, 0.01844633674621582, 0.01827737617492676, 0.018300928115844727, 0.018282495498657226, 0.018314239501953124, 0.018314239501953124, 0.01830297660827637, 0.018214975357055664, 0.018388927459716795, 0.018646015167236327, 0.01819443130493164, 0.017946624755859376, 0.018058240890502928, 0.017987583160400392, 0.018267135620117187, 0.01808896064758301, 0.01830297660827637, 0.01825382423400879, 0.01807257652282715, 0.018144256591796876, 0.01823846435546875, 0.018239488601684572, 0.01830297660827637, 0.01802239990234375, 0.018226175308227538, 0.01816166305541992, 0.01818435287475586, 0.018342784881591797, 0.018327520370483397, 0.018268320083618166, 0.018170719146728517, 0.018379776000976563, 0.018341888427734376, 0.018197568893432617, 0.018314176559448243, 0.018314239501953124, 0.018317312240600587, 0.018132991790771484, 0.01810758399963379, 0.018072383880615234, 0.018077695846557617, 0.018281471252441405, 0.018387968063354493, 0.018068479537963866, 0.017932287216186525, 0.037222400665283206, 0.018480127334594726, 0.018143232345581056, 0.018041856765747072, 0.018266111373901366, 0.01818726348876953, 0.01836953544616699, 0.018258943557739257, 0.01836953544616699, 0.018282495498657226, 0.018149375915527344, 0.018415615081787108, 0.018137088775634767, 0.01807360076904297, 0.01810534477233887, 0.018094079971313477, 0.018118656158447266, 0.01843097686767578, 0.01861529541015625, 0.01822719955444336, 0.01824051284790039, 0.01816985511779785, 0.01846681594848633, 0.018869247436523438, 0.018137088775634767, 0.018048063278198242, 0.018235328674316407, 0.018192384719848635, 0.01823232078552246, 0.018298879623413086, 0.018140159606933593, 0.01807360076904297, 0.01808793640136719, 0.018168832778930662, 0.018542591094970702, 0.018525184631347655, 0.018155519485473632, 0.01807161521911621, 0.017998783111572266, 0.018185216903686522, 0.017945600509643556, 0.018742271423339844, 0.018907136917114258, 0.01886310386657715, 0.01881088066101074, 0.01864816093444824, 0.01880668830871582, 0.01886412811279297, 0.018655231475830078, 0.017969215393066406, 0.018292671203613282, 0.017846368789672853, 0.018097055435180663, 0.018155519485473632, 0.018289663314819335, 0.01828659248352051, 0.018322431564331054, 0.018144256591796876, 0.018168832778930662, 0.018215936660766603, 0.01809715270996094, 0.018126848220825196, 0.018100223541259765, 0.03725516891479492, 0.018487295150756835, 0.018094079971313477, 0.018165760040283203, 0.018243648529052733, 0.018313152313232422, 0.018050048828125, 0.017924095153808595, 0.01808291244506836, 0.018131872177124024, 0.01863680076599121, 0.0184453125, 0.01882009506225586, 0.019468448638916017, 0.01891004753112793, 0.018972671508789063, 0.018988031387329102, 0.01880678367614746, 0.018761728286743166, 0.018769920349121092, 0.018964479446411133, 0.018885631561279297, 0.01905356788635254, 0.01882828712463379, 0.01894812774658203, 0.018978784561157227, 0.018922496795654296, 0.018893888473510742, 0.018397119522094725, 0.018312192916870116, 0.01841049575805664, 0.018309120178222657, 0.018355199813842774, 0.018215967178344727, 0.018113504409790038, 0.018373632431030275, 0.017963008880615236, 0.01823641586303711, 0.018147327423095702, 0.01879859161376953, 0.018380800247192384, 0.018332672119140626, 0.018139135360717772, 0.018008064270019532, 0.018236448287963867, 0.01829680061340332, 0.01824051284790039, 0.01799577522277832, 0.01802444839477539, 0.01838591957092285, 0.018339839935302735, 0.01810534477233887, 0.01785651206970215, 0.017928192138671875, 0.018020511627197266, 0.01837552070617676, 0.01826304054260254, 0.018059263229370116, 0.01823744010925293, 0.01820159912109375, 0.018020351409912108, 0.018190336227416993, 0.018371583938598633]",tokens/s,53.61256470417404,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-6.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2111.238144,5989.9904,0.0,5343.543296,5028.4416,s,10,3.233366729736328,0.3233366729736328,0.0033406601214661987,0.3222906799316406,0.32357587890625,0.3284577087402344,0.3323631726074219,"[0.3333395385742188, 0.32179965209960937, 0.32208477783203127, 0.3221396789550781, 0.32241891479492185, 0.32226861572265625, 0.32247674560546874, 0.3220350341796875, 0.32249102783203126, 0.322312744140625]",tokens/s,791.7443995623598,kWh,3.809069366090828e-06,2.0868637380544895e-06,1.9419850605315037e-05,2.5315783709460352e-05,tokens/kWh,10112268.41475717,MB,2111.238144,5989.9904,0.0,5343.543296,5239.773184,s,10,177.759330078125,17.7759330078125,0.00539873067631103,17.776914062499998,17.780858398437502,17.78267333984375,17.78412529296875,"[17.78448828125, 17.780142578125, 17.780455078125, 17.77858203125, 17.77524609375, 17.77921875, 17.772978515625, 17.7653359375, 17.77097265625, 17.77191015625]",tokens/s,3.544117767113072,kWh,0.0002097472764841385,0.00011495934078383015,0.0010507334221832726,0.0013754400394512412,tokens/kWh,45803.52337651526,,s,629,180.37106585693388,0.28675845128288324,0.03830342544136477,0.2821273498535156,0.28249927368164063,0.28266066284179686,0.6044239672851563,"[0.28208843994140625, 0.2816143493652344, 0.28174029541015627, 0.2818191223144531, 0.281841796875, 0.28234329223632815, 0.28247866821289064, 0.28213650512695315, 0.2821478271484375, 0.28248574829101564, 0.28239974975585935, 0.28189089965820313, 0.2819306640625, 0.2821160888671875, 0.2824786071777344, 0.2824530029296875, 0.28217037963867186, 0.28215603637695313, 0.2821754760742187, 0.2821601257324219, 0.28203213500976565, 0.28210791015625, 0.2820915222167969, 0.2822574157714844, 0.2826567687988281, 0.28246527099609375, 0.28229937744140626, 0.2824048767089844, 0.2822717590332031, 0.28209765625, 0.282181640625, 0.2824407043457031, 0.2823282470703125, 0.28210977172851565, 0.282134521484375, 0.28219802856445314, 0.2821457824707031, 0.2820218811035156, 0.2823475341796875, 0.28210891723632814, 0.28254104614257813, 0.2825953369140625, 0.28246432495117185, 0.282409912109375, 0.28244174194335936, 0.2821725158691406, 0.28213546752929686, 0.2819011535644531, 0.2821539001464844, 0.28217568969726564, 0.28210360717773436, 0.2820946044921875, 0.28238848876953127, 0.2819573669433594, 0.28211404418945313, 0.2819933166503906, 0.28195733642578125, 0.2820904235839844, 0.2821160888671875, 0.2821734313964844, 0.28238027954101563, 0.28221337890625, 0.6041272583007813, 0.28180377197265627, 0.28192050170898436, 0.28203109741210936, 0.2822051696777344, 0.28212326049804687, 0.2817904663085937, 0.2819010620117188, 0.28161639404296873, 0.28195944213867186, 0.2817013549804688, 0.28198095703125, 0.2819296875, 0.282176513671875, 0.2822379455566406, 0.2823495788574219, 0.282250244140625, 0.28226763916015624, 0.2821877746582031, 0.28203826904296875, 0.2818416748046875, 0.2819532775878906, 0.28200244140625, 0.28207513427734376, 0.282038330078125, 0.28255328369140625, 0.2826588134765625, 0.28228302001953126, 0.2822430725097656, 0.2822901611328125, 0.28207513427734376, 0.2827202453613281, 0.28219091796875, 0.2818016662597656, 0.28206491088867186, 0.2818314208984375, 0.2819798889160156, 0.2825041809082031, 0.2824970092773437, 0.28281240844726563, 0.2824867858886719, 0.2822584228515625, 0.2821826477050781, 0.28282675170898436, 0.2823198852539063, 0.282239990234375, 0.2824007568359375, 0.28243557739257813, 0.28269363403320313, 0.28250933837890624, 0.28244680786132814, 0.2821959533691406, 0.28258917236328124, 0.2825420837402344, 0.28256768798828125, 0.28236703491210935, 0.2824303894042969, 0.28212542724609374, 0.2822542114257813, 0.2821201782226562, 0.28227789306640627, 0.28234445190429686, 0.2823323669433594, 0.6044700927734376, 0.2817679443359375, 0.28177407836914065, 0.2822266845703125, 0.28175668334960935, 0.28163482666015627, 0.2817423400878906, 0.28189901733398437, 0.28187954711914065, 0.28172097778320315, 0.28181591796875, 0.2820700073242188, 0.28192666625976565, 0.2816399230957031, 0.2817362060546875, 0.28181298828125, 0.2816307067871094, 0.28175668334960935, 0.28156927490234374, 0.28206500244140625, 0.282412109375, 0.2820504150390625, 0.2818754577636719, 0.28281857299804686, 0.28224615478515624, 0.2822686767578125, 0.2820690002441406, 0.28191845703125, 0.2822512512207031, 0.28209869384765623, 0.2820894775390625, 0.2821273498535156, 0.2821611633300781, 0.28232498168945314, 0.2822451171875, 0.2823833618164063, 0.28242840576171874, 0.28225433349609375, 0.282576904296875, 0.28276327514648436, 0.282498046875, 0.2824468383789063, 0.28238027954101563, 0.2824765319824219, 0.2825287780761719, 0.28259634399414063, 0.28277658081054685, 0.2829609069824219, 0.28298138427734376, 0.28278271484375, 0.28267111206054685, 0.2823157653808594, 0.28224615478515624, 0.28225637817382815, 0.2821846923828125, 0.2825994262695313, 0.2826752014160156, 0.2823681640625, 0.2823616943359375, 0.2828748779296875, 0.282387451171875, 0.28251852416992185, 0.28242431640625, 0.604927001953125, 0.2821109619140625, 0.28196966552734376, 0.28192666625976565, 0.28178140258789064, 0.2820749816894531, 0.28208743286132815, 0.2823157653808594, 0.2820751647949219, 0.2824621887207031, 0.2823690185546875, 0.2819020690917969, 0.2826956787109375, 0.28207821655273435, 0.2817505187988281, 0.28206796264648437, 0.2821632080078125, 0.282365966796875, 0.2828114013671875, 0.28293734741210935, 0.28228521728515626, 0.2823125305175781, 0.28213861083984376, 0.282239990234375, 0.2822051696777344, 0.28221234130859374, 0.2824673156738281, 0.2822973937988281, 0.2820873718261719, 0.28209356689453124, 0.28235675048828124, 0.28199627685546874, 0.2819942321777344, 0.2818836975097656, 0.2820146484375, 0.28175668334960935, 0.28190618896484376, 0.28169830322265627, 0.2817607727050781, 0.2820966491699219, 0.28200244140625, 0.2818232421875, 0.28187750244140625, 0.2817146911621094, 0.2823198852539063, 0.2825646057128906, 0.2824007568359375, 0.28234649658203126, 0.282166259765625, 0.28203314208984376, 0.28210687255859374, 0.2821058654785156, 0.28243045043945314, 0.2823445129394531, 0.28234454345703125, 0.28226544189453123, 0.28244174194335936, 0.28198910522460935, 0.2824427490234375, 0.2826649475097656, 0.2825635986328125, 0.28235162353515625, 0.28271615600585936, 0.6050764770507813, 0.2824765319824219, 0.282239990234375, 0.28196453857421877, 0.2820085754394531, 0.2821048278808594, 0.28219186401367186, 0.2823638916015625, 0.2818447265625, 0.2817147216796875, 0.28185186767578124, 0.2819164123535156, 0.2817607727050781, 0.281776123046875, 0.28234136962890627, 0.282102783203125, 0.282218505859375, 0.2824847412109375, 0.2821795959472656, 0.2820413513183594, 0.28206491088867186, 0.2821734619140625, 0.2823700256347656, 0.2823157653808594, 0.2824038391113281, 0.28242031860351563, 0.28219381713867187, 0.28210089111328124, 0.2820626831054687, 0.2819921875, 0.28228402709960937, 0.2822102966308594, 0.2819850158691406, 0.28219290161132815, 0.28233319091796877, 0.28209356689453124, 0.28235467529296876, 0.2823075866699219, 0.28208843994140625, 0.28219390869140626, 0.2819031066894531, 0.2821048278808594, 0.2821119995117187, 0.28196148681640626, 0.2821611633300781, 0.28222055053710937, 0.28210891723632814, 0.282287109375, 0.28205056762695313, 0.28214886474609374, 0.28230450439453125, 0.28225637817382815, 0.2821191711425781, 0.2820997009277344, 0.28205978393554687, 0.2820423583984375, 0.28210891723632814, 0.28235162353515625, 0.28193280029296874, 0.2820771789550781, 0.28224920654296876, 0.28226763916015624, 0.28205157470703124, 0.6045245361328125, 0.2818734130859375, 0.28171270751953126, 0.2818794860839844, 0.28213043212890626, 0.2820054931640625, 0.2818191223144531, 0.28199014282226564, 0.282397705078125, 0.2819779052734375, 0.2819819030761719, 0.2818518981933594, 0.28193280029296874, 0.28213253784179687, 0.2824437255859375, 0.28258203125, 0.2823127136230469, 0.2826015625, 0.28251434326171876, 0.2822348937988281, 0.2819430541992187, 0.2821242980957031, 0.2821734313964844, 0.2825594787597656, 0.282144775390625, 0.28232498168945314, 0.28224819946289065, 0.28221746826171873, 0.28216217041015623, 0.28231475830078123, 0.28227685546875, 0.28261376953125, 0.28248779296875, 0.28229428100585935, 0.28233114624023437, 0.2821038208007812, 0.28219610595703126, 0.2821446533203125, 0.2821191711425781, 0.2823833618164063, 0.282498046875, 0.28261376953125, 0.2821549987792969, 0.28219903564453125, 0.2824509582519531, 0.2823638916015625, 0.28233319091796877, 0.28229632568359375, 0.28253387451171874, 0.2824120178222656, 0.28219290161132815, 0.2819850158691406, 0.2822574157714844, 0.2821622619628906, 0.28178012084960935, 0.2820464782714844, 0.282387451171875, 0.2820341796875, 0.28221234130859374, 0.28221951293945313, 0.28213150024414063, 0.28217544555664065, 0.28202410888671875, 0.6049083862304687, 0.2820301513671875, 0.28173715209960937, 0.28217242431640627, 0.28183551025390624, 0.2818027648925781, 0.2818345642089844, 0.28181396484375, 0.28173721313476563, 0.2817689514160156, 0.28174542236328126, 0.2820126647949219, 0.281923583984375, 0.28178738403320314, 0.28179559326171877, 0.2828103637695312, 0.28205874633789063, 0.2821672973632813, 0.281965576171875, 0.28202597045898437, 0.28192462158203124, 0.28203826904296875, 0.28191232299804686, 0.28244479370117187, 0.28209765625, 0.2819430541992187, 0.28198196411132814, 0.2820720520019531, 0.282029052734375, 0.2821376037597656, 0.28201983642578127, 0.2819522705078125, 0.281923583984375, 0.28191436767578126, 0.28214990234375, 0.2819594116210937, 0.28215090942382814, 0.28206491088867186, 0.282461181640625, 0.28227789306640627, 0.28218572998046876, 0.28224203491210936, 0.28214886474609374, 0.2820700073242188, 0.28204544067382814, 0.28215603637695313, 0.28231475830078123, 0.28252056884765625, 0.2822738037109375, 0.28217037963867186, 0.2826618957519531, 0.28251544189453126, 0.28231781005859374, 0.28235467529296876, 0.2827120666503906, 0.28251751708984374, 0.28266702270507815, 0.28215704345703124, 0.28202496337890626, 0.28209869384765623, 0.2819358825683594, 0.28205670166015623, 0.281975830078125, 0.6043053588867188, 0.28190411376953123, 0.28174951171875, 0.28164608764648436, 0.28167678833007814, 0.2816675720214844, 0.28167474365234374, 0.2820045166015625, 0.281871337890625, 0.281625732421875, 0.28212109375, 0.28176809692382815, 0.2816162109375, 0.281734130859375, 0.28169625854492186, 0.28201165771484377, 0.28182119750976564, 0.281744384765625, 0.2821959533691406, 0.281923583984375, 0.28191845703125, 0.2822645874023437, 0.2820546569824219, 0.281965576171875, 0.2817331237792969, 0.28167373657226563, 0.28183450317382813, 0.28208026123046875, 0.28205056762695313, 0.281881591796875, 0.28187136840820315, 0.28195431518554687, 0.2817976379394531, 0.28180889892578126, 0.2819501953125, 0.2818437194824219, 0.28233932495117187, 0.28224716186523435, 0.282144775390625, 0.2821181335449219, 0.28202496337890626, 0.2820997009277344, 0.282092529296875, 0.28205670166015623, 0.28218572998046876, 0.2821898193359375, 0.2820721130371094, 0.2819910888671875, 0.28197479248046875, 0.28180990600585937, 0.28254721069335936, 0.2821273498535156, 0.281965576171875, 0.28245196533203126, 0.28217242431640627, 0.2820670166015625, 0.28219692993164064, 0.2824058837890625, 0.28218673706054687, 0.28217156982421876, 0.2820585632324219, 0.28222772216796876, 0.2820218811035156, 0.604822509765625, 0.2817781677246094, 0.2820003967285156, 0.2817679443359375, 0.28173825073242187, 0.2817177734375, 0.28158770751953127, 0.28191848754882814, 0.28220721435546875, 0.281891845703125, 0.2818559875488281, 0.28181607055664065, 0.2816942138671875, 0.28171160888671876, 0.28265478515625, 0.2822983093261719, 0.282181640625, 0.2823321533203125, 0.28181607055664065, 0.2818529968261719, 0.2817955322265625, 0.28184884643554686, 0.2817362060546875, 0.2819798889160156, 0.28242431640625, 0.2823710632324219, 0.28191949462890625, 0.2820423583984375, 0.28238644409179686, 0.2820577392578125, 0.28205056762695313, 0.28225946044921874, 0.28214373779296875, 0.2821488952636719, 0.28217544555664065, 0.282144775390625, 0.2822738037109375, 0.2819491882324219, 0.28210891723632814, 0.28215090942382814, 0.28207821655273435, 0.2822297668457031, 0.2820556945800781, 0.28251751708984374, 0.2820904846191406, 0.28208126831054686, 0.2820444030761719, 0.28211111450195314, 0.2820811462402344, 0.28227685546875, 0.282419189453125, 0.282071044921875, 0.2823291015625, 0.2822328186035156, 0.2820792236328125, 0.28188980102539063, 0.2820423583984375, 0.28194610595703123, 0.2819584045410156, 0.2820167541503906, 0.28234136962890627, 0.2825953369140625, 0.2823321533203125, 0.6048419799804687, 0.28182119750976564, 0.28181707763671876, 0.28184375, 0.28174026489257814, 0.2820075378417969, 0.28185089111328127, 0.2820351867675781, 0.28181607055664065, 0.2821959533691406, 0.28178738403320314, 0.282038330078125, 0.2819358215332031, 0.2820792236328125, 0.282429443359375, 0.2821683349609375, 0.28193280029296874, 0.28188262939453124, 0.2819737548828125, 0.28205361938476564, 0.2820782775878906, 0.282061767578125, 0.28200140380859373, 0.2819164123535156, 0.28227481079101563, 0.28193704223632815, 0.2823832092285156, 0.28191845703125, 0.2820126647949219, 0.2818959350585937, 0.2817884216308594, 0.28236083984375, 0.2822287292480469, 0.28201165771484377, 0.2821396484375, 0.28211508178710937, 0.28208026123046875, 0.28185089111328127, 0.281965576171875, 0.2819532775878906, 0.28200140380859373, 0.2820137023925781, 0.28240896606445315, 0.282215576171875, 0.28230230712890625, 0.2822021179199219, 0.2822195739746094, 0.2820577392578125, 0.2821047668457031, 0.28217138671875, 0.28273150634765626, 0.28209869384765623, 0.2823219299316406, 0.282203125, 0.28209356689453124, 0.2822574157714844, 0.28228302001953126, 0.2820444030761719, 0.28200454711914064, 0.2824068603515625, 0.28221133422851563, 0.2823987121582031, 0.28231680297851564]",tokens/s,3.4872555473997657,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-13b,facebook/opt-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3022.389248,9083.2896,0.0,8436.842496,7852.108288,s,10,5.9893687744140625,0.5989368774414061,0.0010817410698978982,0.5985766296386719,0.6007097412109376,0.600758740234375,0.600797939453125,"[0.6008077392578125, 0.5977017211914063, 0.5984900512695313, 0.5986632080078125, 0.5995237426757812, 0.5980740356445312, 0.5994751586914062, 0.6006988525390625, 0.598103759765625, 0.5978305053710937]",tokens/s,427.42400683959295,kWh,7.062685820791457e-06,3.870019301436567e-06,3.420657965281989e-05,4.513928477504791e-05,tokens/kWh,5671334.875503204,MB,3022.389248,9083.2896,0.0,8436.842496,8144.46336,s,10,338.15904687499994,33.815904687499994,0.0031936379131207214,33.8166328125,33.81803671875,33.820293750000005,33.822099375,"[33.81753515625, 33.8162421875, 33.8170234375, 33.82255078125, 33.817078125, 33.81721484375, 33.81378515625, 33.814609375, 33.80980078125, 33.81320703125]",tokens/s,1.8630286719280904,kWh,0.00039918900789486043,0.00021879025994337367,0.001940078888663186,0.00255805815650142,tokens/kWh,24628.056183899753,,s,629,343.0109296264647,0.5453273920929489,0.07115736921046896,0.5367357177734375,0.537089453125,0.5372461059570313,1.1351591015625,"[0.5365933837890625, 0.5366200561523438, 0.5368822021484375, 0.5369497680664063, 0.53684326171875, 0.5369620361328125, 0.5369968872070312, 0.5367408447265625, 0.5366998901367187, 0.5368370971679688, 0.5365309448242187, 0.5365258178710938, 0.5368033447265625, 0.5368893432617188, 0.5366149291992187, 0.5364408569335938, 0.5364981689453125, 0.5365698852539063, 0.5372774658203125, 0.5369559326171875, 0.5364572143554688, 0.5366394653320312, 0.5365975341796875, 0.5365391235351562, 0.5370562744140625, 0.5366886596679687, 0.5365206909179687, 0.5364408569335938, 0.5361643676757812, 0.5366210327148437, 0.5366282348632813, 0.5370562744140625, 0.5370828857421875, 0.536669189453125, 0.53669580078125, 0.5370859375, 0.5368524780273437, 0.5367060546875, 0.536943603515625, 0.5369456787109375, 0.53661083984375, 0.5367787475585938, 0.5365883178710937, 0.5371555786132812, 0.5366517944335938, 0.5366241455078125, 0.5369098510742187, 0.5368678588867187, 0.5366630249023437, 0.537280517578125, 0.53671728515625, 0.537079833984375, 0.536690673828125, 0.5365913696289063, 0.53675927734375, 0.536748046875, 0.53699072265625, 0.5369190673828125, 0.5369805297851562, 0.5367162475585937, 0.5364859008789062, 0.5372303466796875, 1.135531005859375, 0.5362565307617188, 0.5364490356445313, 0.5367982788085938, 0.5364509887695312, 0.5369559326171875, 0.53673779296875, 0.5368739624023438, 0.5364623413085937, 0.53644287109375, 0.5366824951171875, 0.5365667724609375, 0.5366773681640625, 0.5362861938476563, 0.5370439453125, 0.5367122192382813, 0.53698046875, 0.536816650390625, 0.5371658325195312, 0.5364418334960938, 0.5368995971679688, 0.5366784057617188, 0.5367275390625, 0.53713818359375, 0.53676953125, 0.53669482421875, 0.53676953125, 0.5366773681640625, 0.5365125122070312, 0.5363312377929688, 0.5364387817382813, 0.5366312866210937, 0.5368657836914063, 0.5368872680664063, 0.5370286254882812, 0.5369815063476563, 0.5371740112304687, 0.5365247802734375, 0.5365964965820312, 0.5365238037109376, 0.5367039794921875, 0.5365565185546874, 0.53701123046875, 0.5368094482421875, 0.5371187133789063, 0.5368494262695312, 0.5368370971679688, 0.536754150390625, 0.5368831787109375, 0.53654833984375, 0.536700927734375, 0.5365770263671875, 0.53699072265625, 0.537016357421875, 0.537343994140625, 0.536742919921875, 0.5368104858398437, 0.5368565673828125, 0.5371300048828125, 0.5366200561523438, 0.5369108276367187, 0.5368668212890625, 0.5370398559570313, 1.1356416015625, 0.5361796875, 0.536300537109375, 0.5365238037109376, 0.5366159057617188, 0.5365463256835937, 0.5364602661132812, 0.5365288696289062, 0.5369026489257812, 0.5369508056640625, 0.5370511474609375, 0.53676953125, 0.5367767333984375, 0.5365330200195313, 0.5367388305664063, 0.5370460205078125, 0.5367828369140625, 0.5367982177734375, 0.5365442504882812, 0.5365339965820313, 0.53661083984375, 0.5364418334960938, 0.5365841674804688, 0.5368094482421875, 0.5369917602539063, 0.53697021484375, 0.5370460205078125, 0.5372047119140625, 0.5368955078125, 0.5366200561523438, 0.536880126953125, 0.5366241455078125, 0.5368657836914063, 0.5366753540039062, 0.5370614013671875, 0.537154541015625, 0.53673779296875, 0.5365780639648438, 0.5368975219726563, 0.536685546875, 0.5369159545898438, 0.53671630859375, 0.536642578125, 0.536627197265625, 0.5367521362304688, 0.5368770751953125, 0.5369968872070312, 0.5369180297851562, 0.5369456787109375, 0.5367265014648438, 0.5367869262695313, 0.5364602661132812, 0.5370511474609375, 0.5370715942382812, 0.5371156616210937, 0.5367500610351562, 0.536732666015625, 0.5369139404296875, 0.5371371459960937, 0.5364725952148437, 0.5368955078125, 0.53642138671875, 0.5370726318359375, 1.1359068603515625, 0.53663232421875, 0.5365892944335937, 0.5365872802734375, 0.5368790893554688, 0.5366282348632813, 0.5366619873046875, 0.5370848999023438, 0.53686376953125, 0.5363875732421876, 0.5365667724609375, 0.5364869384765625, 0.5366046752929687, 0.5364653930664063, 0.53659033203125, 0.536573974609375, 0.536679443359375, 0.5369784545898437, 0.53692724609375, 0.5369579467773438, 0.5369937744140625, 0.5366517944335938, 0.5366998901367187, 0.5370194091796875, 0.5367930908203125, 0.5368197021484375, 0.5372518310546875, 0.5370255126953125, 0.5368473510742188, 0.536742919921875, 0.537049072265625, 0.5367900390625, 0.5372794799804688, 0.5371586303710938, 0.5368944702148437, 0.5368411865234375, 0.536795166015625, 0.5370859375, 0.5374085083007812, 0.5369364624023437, 0.5368370971679688, 0.5368944702148437, 0.536995849609375, 0.5367408447265625, 0.5371668701171874, 0.5375498046875, 0.53707568359375, 0.537218017578125, 0.5370296020507812, 0.5364931030273438, 0.5365636596679687, 0.5363967895507813, 0.5368872680664063, 0.536690673828125, 0.5370029907226562, 0.5366722412109375, 0.5370316772460938, 0.5372682495117187, 0.5376676025390625, 0.53673779296875, 0.5367070922851562, 0.5365841674804688, 0.5369292602539063, 1.136673828125, 0.5362677612304687, 0.5363886108398438, 0.5364111328125, 0.5363712158203126, 0.5364623413085937, 0.5366210327148437, 0.5367296142578125, 0.5363507080078125, 0.5362708740234375, 0.5366333618164062, 0.5367357177734375, 0.5365964965820312, 0.536501220703125, 0.5367255249023437, 0.5365411987304688, 0.5365401611328126, 0.5364346923828125, 0.53724365234375, 0.5370071411132813, 0.5368851928710937, 0.5366640625, 0.5366497192382812, 0.5366998901367187, 0.5367736206054687, 0.5367070922851562, 0.5370224609375, 0.5368555297851563, 0.5365883178710937, 0.5366220703125, 0.5368955078125, 0.5366917114257812, 0.5368780517578124, 0.5369302978515625, 0.5369405517578125, 0.5367684936523438, 0.5365913696289063, 0.5373737182617188, 0.5368043823242188, 0.5366046752929687, 0.5367193603515625, 0.5365288696289062, 0.5365811157226562, 0.5363753051757812, 0.536732666015625, 0.5366732788085937, 0.5365821533203124, 0.5368473510742188, 0.5368053588867188, 0.5372323608398437, 0.5385635986328124, 0.53684326171875, 0.5375037231445312, 0.5370337524414063, 0.5368411865234375, 0.5370951538085937, 0.5368627319335938, 0.5369774169921875, 0.53707470703125, 0.5367285766601563, 0.5367337036132812, 0.5365309448242187, 0.5372631225585938, 1.1351868896484374, 0.5363712158203126, 0.5369497680664063, 0.5366998901367187, 0.5366732788085937, 0.5367122192382813, 0.5365278930664062, 0.5367357177734375, 0.53650537109375, 0.5364469604492188, 0.5371289672851562, 0.53652685546875, 0.53686376953125, 0.536542236328125, 0.5369415893554688, 0.53675927734375, 0.53675927734375, 0.5366353759765625, 0.5368145751953125, 0.5366712036132812, 0.536748046875, 0.5372477416992187, 0.5367316284179687, 0.53680126953125, 0.5366865844726563, 0.536585205078125, 0.5367510986328125, 0.5367255249023437, 0.5370203857421875, 0.5368648071289063, 0.53686572265625, 0.5366517944335938, 0.5369989013671875, 0.5364920043945313, 0.536543212890625, 0.5364786987304687, 0.53659033203125, 0.5366405029296875, 0.5369200439453125, 0.5370460205078125, 0.5371361083984375, 0.5369241333007813, 0.5368770751953125, 0.5365073852539063, 0.5367449340820313, 0.5367777099609375, 0.5367817993164062, 0.5368463134765625, 0.5373737182617188, 0.5366149291992187, 0.5367705688476563, 0.5365073852539063, 0.536932373046875, 0.5369026489257812, 0.5366445922851563, 0.5366732788085937, 0.536732666015625, 0.5367736206054687, 0.5370890502929687, 0.5369149169921875, 0.5369845581054687, 0.5368831787109375, 0.5371412353515626, 1.13647314453125, 0.536322021484375, 0.5368985595703125, 0.5365084228515625, 0.536648681640625, 0.5366630249023437, 0.5366661376953125, 0.536784912109375, 0.5365309448242187, 0.5365145874023437, 0.5367070922851562, 0.5364786987304687, 0.5372979125976562, 0.5371156616210937, 0.5369088134765625, 0.5367941284179687, 0.5369456787109375, 0.537248779296875, 0.536406005859375, 0.5363824462890625, 0.536932373046875, 0.5367705688476563, 0.5366824951171875, 0.5366712036132812, 0.536521728515625, 0.536479736328125, 0.5368289184570313, 0.5366415405273437, 0.5369467163085937, 0.53639990234375, 0.5367418823242187, 0.5367920532226562, 0.536958984375, 0.5368033447265625, 0.5365708618164062, 0.5368186645507812, 0.5367992553710937, 0.5364777221679687, 0.5367572631835937, 0.53728564453125, 0.5368729248046875, 0.5366998901367187, 0.53677978515625, 0.5366241455078125, 0.5368914184570313, 0.5368442993164062, 0.5367131958007813, 0.5365841674804688, 0.5365565185546874, 0.536447998046875, 0.5369978637695313, 0.5365084228515625, 0.5366548461914062, 0.5365964965820312, 0.5366661376953125, 0.5364141845703125, 0.536427490234375, 0.5366702270507813, 0.5372672119140625, 0.5367091064453124, 0.5366599731445313, 0.53648388671875, 0.5370326538085938, 1.137913818359375, 0.5365401611328126, 0.5367470092773438, 0.5368084716796875, 0.5372507934570312, 0.5369815063476563, 0.5367900390625, 0.5368514404296875, 0.5368463134765625, 0.5364961547851562, 0.5368576049804688, 0.5364623413085937, 0.5370050659179687, 0.5367142333984375, 0.5364469604492188, 0.5366619873046875, 0.5364869384765625, 0.5366784057617188, 0.5366149291992187, 0.5366282348632813, 0.5367654418945312, 0.5363967895507813, 0.5367510986328125, 0.5368125610351563, 0.5371719970703125, 0.5368463134765625, 0.5370245361328125, 0.53690673828125, 0.5369036865234375, 0.5366261596679688, 0.5368145751953125, 0.536796142578125, 0.536859619140625, 0.5366098022460938, 0.5368422241210937, 0.5367316284179687, 0.536880126953125, 0.5368760375976562, 0.536791015625, 0.5367131958007813, 0.537228271484375, 0.5371300048828125, 0.5368923950195312, 0.53656884765625, 0.5367070922851562, 0.5365667724609375, 0.5364910278320313, 0.5365136108398437, 0.53657080078125, 0.536531982421875, 0.5370162963867188, 0.5362380981445313, 0.536748046875, 0.5366261596679688, 0.536431640625, 0.5366773681640625, 0.5365125122070312, 0.536595458984375, 0.5368053588867188, 0.5363660888671875, 0.5367767333984375, 0.5366865844726563, 0.5367777099609375, 1.135087646484375, 0.53614794921875, 0.5363538208007812, 0.5362349853515626, 0.537260009765625, 0.5366087646484375, 0.5364121704101562, 0.5365718994140625, 0.53648486328125, 0.5363978271484375, 0.5366445922851563, 0.5364940795898437, 0.53667431640625, 0.53669580078125, 0.5371084594726563, 0.537091064453125, 0.5367521362304688, 0.536953857421875, 0.53661083984375, 0.5366292724609375, 0.5365258178710938, 0.5364295654296874, 0.5366241455078125, 0.5371084594726563, 0.5364920043945313, 0.5364398193359375, 0.5364592895507813, 0.5364756469726563, 0.5365391235351562, 0.5363937377929687, 0.5366968383789062, 0.5368135375976563, 0.5369395141601563, 0.5370839233398438, 0.5367306518554688, 0.5365125122070312, 0.5366026000976563, 0.5364039916992187, 0.5366507568359375, 0.5364111328125, 0.5368453369140626, 0.5365258178710938, 0.5371688842773438, 0.5364777221679687, 0.5367296142578125, 0.536753173828125, 0.5363681030273437, 0.536500244140625, 0.536791015625, 0.5365411987304688, 0.5366671142578125, 0.5363015747070312, 0.5369712524414062, 0.5370439453125, 0.5368361206054687, 0.53667431640625, 0.536796142578125, 0.5369292602539063, 0.5368729858398438, 0.5364070434570313, 0.5368627319335938, 0.5364019165039062, 0.5369180297851562, 1.1349053955078126, 0.5362841796875, 0.5364306030273438, 0.5363804321289063, 0.53644287109375, 0.5366896362304687, 0.536711181640625, 0.5370603637695313, 0.5366435546875, 0.5363978271484375, 0.5367152709960937, 0.5364715576171875, 0.5365698852539063, 0.5363619995117187, 0.5365545043945312, 0.536859619140625, 0.5366333618164062, 0.5362913208007812, 0.5365985107421875, 0.5365770263671875, 0.5366517944335938, 0.536268798828125, 0.5365647583007812, 0.5366333618164062, 0.5368402099609375, 0.5367551879882813, 0.5367930908203125, 0.536680419921875, 0.5365391235351562, 0.5365780639648438, 0.53667431640625, 0.536511474609375, 0.5368923950195312, 0.5371422729492188, 0.53675927734375, 0.5366835327148437, 0.5367470092773438, 0.5367285766601563, 0.536784912109375, 0.536658935546875, 0.5368872680664063, 0.5368934326171875, 0.5368780517578124, 0.5366578979492187, 0.5371740112304687, 0.5367787475585938, 0.5368709106445313, 0.5370081176757813, 0.5368657836914063, 0.5366077270507813, 0.5366098022460938, 0.5364981689453125, 0.5374617309570312, 0.5367838745117187, 0.5367265014648438, 0.5366978759765625, 0.5371709594726563, 0.5369917602539063, 0.5367817993164062, 0.536437744140625, 0.5367030029296875, 0.5366896362304687, 0.5373952026367188]",tokens/s,1.833760809560716,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-6.7b,facebook/opt-6.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2029.686784,5274.861568,0.0,4628.414464,4279.64672,s,10,3.174773986816406,0.3174773986816406,0.0009221487872443522,0.3173043212890625,0.31849222106933595,0.31901463470458985,0.319432565612793,"[0.31953704833984375, 0.31614645385742185, 0.31721881103515626, 0.3171442565917969, 0.31738983154296874, 0.3167364807128906, 0.3175615539550781, 0.31837612915039065, 0.31800189208984375, 0.3166615295410156]",tokens/s,806.356613299302,kWh,3.736858639038272e-06,2.0476319108638563e-06,1.8145144724437956e-05,2.392963527434008e-05,tokens/kWh,10698031.836469762,MB,2029.686784,5274.861568,0.0,4628.414464,4463.185408,s,10,176.95450000000002,17.69545,0.0031517961497735305,17.6950830078125,17.699231054687502,17.70004228515625,17.700691269531248,"[17.69897265625, 17.69905078125, 17.700853515625, 17.69500390625, 17.695162109375, 17.69576171875, 17.693421875, 17.69222265625, 17.693814453125, 17.690236328125]",tokens/s,3.5602372361256704,kWh,0.00020892207810655237,0.00011450671390637579,0.0009965308336823604,0.0013199596256952884,tokens/kWh,47728.732586661325,,s,629,179.5270961608886,0.2854166870602364,0.03770346789831642,0.28084429931640625,0.2811535339355469,0.2813114379882813,0.5979956518554688,"[0.2810900573730469, 0.28075418090820314, 0.2808637390136719, 0.28086273193359373, 0.2813634643554688, 0.2807715759277344, 0.2808360900878906, 0.28084429931640625, 0.28089447021484376, 0.28069683837890624, 0.2808883056640625, 0.28103372192382814, 0.28076544189453123, 0.28069683837890624, 0.2809046936035156, 0.28098458862304687, 0.2806855773925781, 0.28079000854492187, 0.2813388671875, 0.2808258666992188, 0.2808616943359375, 0.28091802978515623, 0.2808821716308594, 0.28074496459960935, 0.28068453979492186, 0.28067019653320313, 0.28085964965820315, 0.28079205322265627, 0.2806651000976563, 0.28080743408203124, 0.2807859191894531, 0.2809405517578125, 0.28102041625976565, 0.28240179443359376, 0.28073675537109377, 0.2808053894042969, 0.28098355102539063, 0.28075518798828125, 0.2811678771972656, 0.2814289855957031, 0.28092312622070315, 0.2808555603027344, 0.28077566528320314, 0.2810408935546875, 0.28091595458984375, 0.2808340454101563, 0.28091189575195313, 0.2809783935546875, 0.28075726318359373, 0.28088116455078127, 0.2808842163085937, 0.28079718017578126, 0.2806927490234375, 0.28096408081054686, 0.28156112670898437, 0.28095278930664064, 0.28083203125, 0.281001953125, 0.28085964965820315, 0.28099172973632813, 0.28073165893554686, 0.28094259643554687, 0.59812353515625, 0.2807715759277344, 0.28079205322265627, 0.2807306213378906, 0.28069989013671875, 0.28109515380859373, 0.280732666015625, 0.2807408752441406, 0.28080743408203124, 0.28074188232421876, 0.2810009460449219, 0.2807080993652344, 0.28133273315429685, 0.28084326171875, 0.28075518798828125, 0.28082382202148437, 0.28070196533203123, 0.2806036376953125, 0.28080230712890625, 0.28076544189453123, 0.28069989013671875, 0.28076031494140624, 0.28054937744140623, 0.28094772338867186, 0.2809251708984375, 0.28090264892578126, 0.2812037048339844, 0.2809169921875, 0.2808821716308594, 0.28092312622070315, 0.2808821716308594, 0.2807029724121094, 0.28090673828125, 0.2810491027832031, 0.28080126953125, 0.2807142333984375, 0.28088626098632813, 0.2810163269042969, 0.28109619140625, 0.2811351013183594, 0.28115045166015623, 0.2812467346191406, 0.2808637390136719, 0.2808412170410156, 0.2813102111816406, 0.28072039794921877, 0.28143719482421875, 0.2813716430664063, 0.2811709289550781, 0.28095489501953125, 0.280875, 0.2809036865234375, 0.28120269775390627, 0.2809466857910156, 0.2809661560058594, 0.28132965087890627, 0.28103067016601563, 0.28087808227539063, 0.28130508422851563, 0.2808392028808594, 0.28099169921875, 0.28102554321289064, 0.2814218139648437, 0.5983283081054688, 0.280806396484375, 0.28079000854492187, 0.28083917236328126, 0.28077362060546873, 0.28097125244140625, 0.2809374694824219, 0.28083096313476563, 0.2809302978515625, 0.2808637390136719, 0.28075418090820314, 0.28077362060546873, 0.28114227294921873, 0.2807705688476563, 0.28075314331054685, 0.28077362060546873, 0.28073675537109377, 0.280890380859375, 0.28105523681640626, 0.28109722900390627, 0.28098458862304687, 0.28080126953125, 0.28088626098632813, 0.2811689453125, 0.2808769836425781, 0.2808493957519531, 0.28083917236328126, 0.28073370361328126, 0.280880126953125, 0.2808493957519531, 0.2811535339355469, 0.28096511840820315, 0.28092108154296874, 0.2810409240722656, 0.281107421875, 0.28079000854492187, 0.2810408935546875, 0.2809927673339844, 0.2809743347167969, 0.28115866088867186, 0.28111154174804687, 0.2810992736816406, 0.28116583251953126, 0.28090573120117185, 0.2810828857421875, 0.2810828857421875, 0.2809743347167969, 0.2810828857421875, 0.281702392578125, 0.28085964965820315, 0.2809661560058594, 0.2809671630859375, 0.2809518127441406, 0.2811023254394531, 0.281312255859375, 0.281206787109375, 0.2811064453125, 0.2809405517578125, 0.28098355102539063, 0.2809098205566406, 0.28094259643554687, 0.2807930908203125, 0.2810654602050781, 0.5982269287109375, 0.28070199584960936, 0.2806517333984375, 0.2808186950683594, 0.2806579284667969, 0.2811094970703125, 0.2807715759277344, 0.2807982177734375, 0.28059237670898435, 0.2807500915527344, 0.28073675537109377, 0.2805841979980469, 0.2806558837890625, 0.2806814575195313, 0.2806732788085938, 0.2806876220703125, 0.28078387451171877, 0.28072659301757813, 0.2806312255859375, 0.28082278442382813, 0.28084326171875, 0.28062823486328126, 0.28076544189453123, 0.280748046875, 0.28071014404296873, 0.2810214538574219, 0.2813992919921875, 0.28084530639648436, 0.28090264892578126, 0.2808401794433594, 0.2808299560546875, 0.2809927673339844, 0.28081253051757815, 0.28067636108398436, 0.2807152709960937, 0.2807992248535156, 0.2808186950683594, 0.2809610290527344, 0.2807982177734375, 0.280875, 0.280995849609375, 0.2812569580078125, 0.2808719482421875, 0.2807510986328125, 0.2810491027832031, 0.28073165893554686, 0.280985595703125, 0.28093548583984373, 0.2809241027832031, 0.280806396484375, 0.28093646240234377, 0.2808463439941406, 0.2809794616699219, 0.28087808227539063, 0.2808883056640625, 0.2814617614746094, 0.28086782836914065, 0.28073165893554686, 0.2811760559082031, 0.2809938049316406, 0.28129177856445314, 0.28095187377929687, 0.2817914123535156, 0.5984921875, 0.28099789428710936, 0.28095077514648437, 0.281122802734375, 0.2807726135253906, 0.2808883056640625, 0.28075418090820314, 0.28093646240234377, 0.28081253051757815, 0.28075213623046874, 0.2807726135253906, 0.28081253051757815, 0.28140032958984373, 0.28087808227539063, 0.28151806640625, 0.2811494445800781, 0.2811781005859375, 0.2809241638183594, 0.2809599914550781, 0.28065176391601565, 0.2806476745605469, 0.28059033203125, 0.28050125122070313, 0.2807224426269531, 0.28059039306640626, 0.2806568298339844, 0.2806446228027344, 0.2807173156738281, 0.280627197265625, 0.28063540649414065, 0.2808340454101563, 0.2807080993652344, 0.2810368041992187, 0.2810357666015625, 0.28083712768554686, 0.2806732788085938, 0.2807879638671875, 0.2809333801269531, 0.2808832092285156, 0.280869873046875, 0.2805882873535156, 0.28103067016601563, 0.2808279113769531, 0.2807982177734375, 0.2809129638671875, 0.28075820922851563, 0.28076953125, 0.2810152893066406, 0.28108184814453124, 0.2806855773925781, 0.2812528686523437, 0.2812149658203125, 0.28091494750976564, 0.28111154174804687, 0.28087908935546874, 0.2808330383300781, 0.2809251708984375, 0.28099172973632813, 0.28070401000976564, 0.2810091552734375, 0.2808401794433594, 0.2807623901367188, 0.2810029907226563, 0.5976668090820313, 0.28066201782226563, 0.280774658203125, 0.28086578369140625, 0.28072857666015627, 0.2810163879394531, 0.28058001708984376, 0.2806947937011719, 0.28056781005859377, 0.2807726135253906, 0.28080230712890625, 0.280553466796875, 0.28076544189453123, 0.280690673828125, 0.2808268737792969, 0.280875, 0.28081048583984375, 0.28086477661132814, 0.28081048583984375, 0.2810245056152344, 0.2807193603515625, 0.2807080993652344, 0.2806855773925781, 0.2810071105957031, 0.2810624084472656, 0.28088525390625, 0.28093646240234377, 0.2807060546875, 0.28088116455078127, 0.2806405029296875, 0.28068658447265626, 0.2808965148925781, 0.28075930786132813, 0.2807490539550781, 0.28122213745117186, 0.280764404296875, 0.28102655029296875, 0.28092825317382814, 0.28138290405273436, 0.28117196655273435, 0.28144537353515625, 0.2809876403808594, 0.281027587890625, 0.28075424194335935, 0.2808401184082031, 0.28082278442382813, 0.28102655029296875, 0.28107366943359374, 0.28075314331054685, 0.28084735107421877, 0.28093438720703123, 0.28076544189453123, 0.28106341552734376, 0.28107879638671873, 0.28101837158203125, 0.2814535827636719, 0.28100811767578127, 0.28086477661132814, 0.2809016418457031, 0.28101119995117185, 0.2808832092285156, 0.28088528442382815, 0.28095895385742187, 0.598540283203125, 0.2806599731445312, 0.2808401794433594, 0.2807408752441406, 0.28097842407226564, 0.2807705688476563, 0.28113101196289064, 0.28089547729492187, 0.28100607299804686, 0.28068453979492186, 0.2810439758300781, 0.28067019653320313, 0.28120269775390627, 0.2807859191894531, 0.280658935546875, 0.2809333801269531, 0.28086578369140625, 0.2808279113769531, 0.28084530639648436, 0.2808913879394531, 0.28075314331054685, 0.28059237670898435, 0.28081561279296874, 0.28066815185546873, 0.28071832275390624, 0.2806855773925781, 0.28078182983398436, 0.2810224914550781, 0.2808012390136719, 0.28073370361328126, 0.28072857666015627, 0.2806651000976563, 0.2808084411621094, 0.280742919921875, 0.2807459716796875, 0.2807408752441406, 0.28083096313476563, 0.280958984375, 0.2808985595703125, 0.2808555603027344, 0.2810992736816406, 0.2811351013183594, 0.2806947937011719, 0.28073370361328126, 0.2807859191894531, 0.2808637390136719, 0.2812098693847656, 0.2812231750488281, 0.28102041625976565, 0.2809169921875, 0.2809938049316406, 0.28092007446289063, 0.2809825134277344, 0.2808616943359375, 0.28068453979492186, 0.28086782836914065, 0.2807234497070312, 0.28062619018554685, 0.2807685241699219, 0.28067123413085937, 0.2807296142578125, 0.2808002624511719, 0.28117300415039065, 0.5992601318359375, 0.2805698547363281, 0.2806220703125, 0.28086578369140625, 0.2806927490234375, 0.28068658447265626, 0.28074188232421876, 0.28050225830078124, 0.28068658447265626, 0.2806220703125, 0.28081460571289063, 0.2807357482910156, 0.28070706176757815, 0.28100311279296875, 0.28070492553710935, 0.2808493957519531, 0.2806118469238281, 0.2809036865234375, 0.2807828369140625, 0.2809046936035156, 0.2806640625, 0.28067636108398436, 0.28069888305664065, 0.28089959716796875, 0.2806876220703125, 0.28073165893554686, 0.28076544189453123, 0.2807173156738281, 0.2807705688476563, 0.2804951171875, 0.2809938049316406, 0.2808279113769531, 0.28095693969726565, 0.28122726440429685, 0.2810163269042969, 0.28069989013671875, 0.2808842163085937, 0.28082278442382813, 0.28080126953125, 0.28084429931640625, 0.28069580078125, 0.2806753234863281, 0.28080230712890625, 0.2806804504394531, 0.2807798461914062, 0.2811206970214844, 0.28091802978515623, 0.28079718017578126, 0.28101937866210935, 0.2810828857421875, 0.2809466857910156, 0.2809190368652344, 0.2809415588378906, 0.28108389282226565, 0.28117913818359375, 0.28109515380859373, 0.2810357666015625, 0.2808545227050781, 0.280890380859375, 0.2808606872558594, 0.28100811767578127, 0.28085760498046874, 0.28095489501953125, 0.5989181518554687, 0.28075518798828125, 0.28063436889648435, 0.2807193603515625, 0.2805350341796875, 0.2809671630859375, 0.2804613037109375, 0.28068453979492186, 0.28063641357421876, 0.2805770263671875, 0.2807633972167969, 0.28062924194335936, 0.2807562255859375, 0.2807296142578125, 0.2805565490722656, 0.2806087646484375, 0.2806476745605469, 0.2805893249511719, 0.28073983764648436, 0.28069171142578125, 0.2810378112792969, 0.28060671997070313, 0.28059442138671875, 0.28090673828125, 0.28125799560546877, 0.28063436889648435, 0.28085861206054685, 0.280511474609375, 0.28059442138671875, 0.2806200256347656, 0.2808002624511719, 0.2806661071777344, 0.280890380859375, 0.28054629516601565, 0.2807828369140625, 0.28066302490234374, 0.280732666015625, 0.2807224426269531, 0.28073165893554686, 0.2807142333984375, 0.28113101196289064, 0.280958984375, 0.28107366943359374, 0.2807439270019531, 0.2809518127441406, 0.28086578369140625, 0.28080435180664065, 0.2811535339355469, 0.2808248291015625, 0.28094064331054686, 0.2808831176757812, 0.2809313354492188, 0.2811975708007812, 0.281122802734375, 0.2807705688476563, 0.2809292907714844, 0.281385986328125, 0.2810009460449219, 0.2827796630859375, 0.28104193115234377, 0.2813173828125, 0.2812630920410156, 0.2812651672363281, 0.597570556640625, 0.2809108581542969, 0.28094259643554687, 0.28096307373046875, 0.280585205078125, 0.2806241149902344, 0.28071218872070314, 0.28067840576171876, 0.2805749816894531, 0.2805186767578125, 0.28062612915039065, 0.280669189453125, 0.2806609802246094, 0.2807214050292969, 0.28059954833984374, 0.28069888305664065, 0.28063540649414065, 0.28063128662109377, 0.2805401611328125, 0.28073983764648436, 0.28051763916015626, 0.28082278442382813, 0.2806200256347656, 0.2806640625, 0.28071218872070314, 0.2807879638671875, 0.28067123413085937, 0.2807459716796875, 0.2807715759277344, 0.2807060546875, 0.28080743408203124, 0.28084326171875, 0.28085247802734375, 0.2809169921875, 0.2808770446777344, 0.28057907104492186, 0.28081048583984375, 0.28083712768554686, 0.28081765747070314, 0.28080743408203124, 0.28084326171875, 0.2808401794433594, 0.28075314331054685, 0.2806026306152344, 0.28084640502929686, 0.28075103759765624, 0.2807500915527344, 0.2811566162109375, 0.2810798034667969, 0.28084429931640625, 0.2807982177734375, 0.28074188232421876, 0.28069989013671875, 0.28078695678710935, 0.280806396484375, 0.2809016418457031, 0.28089447021484376, 0.2807982177734375, 0.28089547729492187, 0.28093438720703123, 0.2809241638183594, 0.2807132568359375, 0.28090365600585937]",tokens/s,3.50364938469401,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1415.028736,1613.234176,0.0,966.787072,857.647616,s,10,0.6064277153015137,0.06064277153015137,0.0005360740203387311,0.06047083282470703,0.0607635929107666,0.061500197029113766,0.06208948032379151,"[0.06223680114746094, 0.06054751968383789, 0.060445377349853516, 0.06039302444458008, 0.06052438354492187, 0.06041523361206055, 0.06038729476928711, 0.06038188934326172, 0.06059990310668945, 0.060496288299560545]",tokens/s,4221.44294432054,kWh,7.132483155053942e-07,3.908248181578091e-07,3.0210064328674308e-06,4.125079566530634e-06,tokens/kWh,62059409.005607806,MB,1415.323648,1613.234176,0.0,966.787072,888.374272,s,10,32.58626342773437,3.258626342773437,0.022443080457647806,3.2567353515625,3.28173505859375,3.29157529296875,3.29944748046875,"[3.23838671875, 3.249800048828125, 3.2428310546875, 3.27954833984375, 3.278740478515625, 3.263670654296875, 3.23083203125, 3.30141552734375, 3.269190673828125, 3.231847900390625]",tokens/s,19.333299793550527,kWh,3.788478694387389e-05,2.0760127218265596e-05,0.00015591334293673197,0.00021455825709887146,tokens/kWh,293626.5462436559,,s,629,33.078812648773194,0.05258952726355039,0.0071681337276366264,0.05231718444824219,0.05284106216430664,0.0530991096496582,0.11080524047851563,"[0.05068697738647461, 0.051525630950927735, 0.05200588989257812, 0.052103168487548826, 0.052073471069335936, 0.05199052810668945, 0.05201715087890625, 0.05012582397460937, 0.052483070373535154, 0.05346918487548828, 0.052569087982177735, 0.05195673751831055, 0.05133107376098633, 0.051763198852539063, 0.05237145614624023, 0.052596736907958984, 0.051773441314697265, 0.05259366226196289, 0.05216972732543945, 0.052529151916503904, 0.052765697479248044, 0.0515491828918457, 0.04983910369873047, 0.05230284881591797, 0.0522977294921875, 0.05245542526245117, 0.05235302352905274, 0.05288140869140625, 0.05037875366210937, 0.050211841583251954, 0.05019955062866211, 0.050116607666015625, 0.04986470413208008, 0.051664894104003906, 0.052329471588134766, 0.05205196762084961, 0.05258649444580078, 0.052342784881591796, 0.05034086227416992, 0.050369537353515625, 0.05033062362670898, 0.04984115219116211, 0.05033062362670898, 0.05038694381713867, 0.05068288040161133, 0.05038796615600586, 0.05106585693359375, 0.05185126495361328, 0.051507198333740234, 0.051432449340820315, 0.051535873413085936, 0.04977151870727539, 0.0497786865234375, 0.05021593475341797, 0.05030400085449219, 0.04981248092651367, 0.05093273544311523, 0.05149388885498047, 0.051681278228759765, 0.05255782318115235, 0.05168230438232422, 0.04980633544921875, 0.11058585357666016, 0.04979097747802735, 0.049904640197753904, 0.05267865753173828, 0.05265817642211914, 0.050579456329345705, 0.05008486557006836, 0.04976230239868164, 0.04998553466796875, 0.04978483200073242, 0.049890304565429686, 0.049855487823486325, 0.04997119903564453, 0.052187137603759766, 0.05042892837524414, 0.0507852783203125, 0.05044940948486328, 0.050223102569580076, 0.05026406478881836, 0.05023436737060547, 0.050184192657470705, 0.05034905624389648, 0.05034393692016602, 0.05225164794921875, 0.052517887115478515, 0.05013708877563477, 0.050223102569580076, 0.05145907211303711, 0.05279743957519531, 0.05248819351196289, 0.051158016204833984, 0.05059993743896484, 0.05127782440185547, 0.05255782318115235, 0.052775936126708986, 0.052316192626953126, 0.05245539093017578, 0.050318336486816405, 0.05116108703613281, 0.05267660903930664, 0.054093822479248044, 0.05301964950561523, 0.052506622314453126, 0.052410369873046876, 0.05212876892089844, 0.051972095489501956, 0.05219839859008789, 0.05250252914428711, 0.05223628616333008, 0.05237760162353516, 0.053710849761962894, 0.05283942413330078, 0.05223526382446289, 0.0523581428527832, 0.05287628936767578, 0.05238272094726563, 0.05229875183105469, 0.05228646469116211, 0.05243494415283203, 0.05242777633666992, 0.05363916778564453, 0.05273190307617188, 0.052566017150878906, 0.11094220733642578, 0.05019033432006836, 0.050956287384033204, 0.05254553604125976, 0.05244825744628906, 0.05204684829711914, 0.05245439910888672, 0.05242367935180664, 0.05231206512451172, 0.05263564682006836, 0.05255782318115235, 0.0524318733215332, 0.052716545104980465, 0.052664321899414064, 0.05250252914428711, 0.05235507202148437, 0.05257011032104492, 0.05230899047851562, 0.050320384979248046, 0.05015961456298828, 0.050748416900634766, 0.052381694793701174, 0.052342784881591796, 0.05246771240234375, 0.05037055969238281, 0.05060300827026367, 0.05248716735839844, 0.05240217590332031, 0.05265203094482422, 0.050683902740478515, 0.0501288948059082, 0.050293758392333986, 0.050490367889404295, 0.05036441421508789, 0.050032638549804685, 0.05148364639282227, 0.0502845458984375, 0.05041561508178711, 0.050303009033203124, 0.05023433685302734, 0.05023231887817383, 0.050206718444824217, 0.0507586555480957, 0.05252710342407227, 0.052517921447753906, 0.05146723175048828, 0.05027635192871094, 0.050748416900634766, 0.05018009567260742, 0.050216960906982425, 0.051141632080078124, 0.05246361541748047, 0.05256499099731445, 0.05231718444824219, 0.05246566390991211, 0.05212160110473633, 0.05244927978515625, 0.05036646270751953, 0.05015552139282226, 0.05051801681518555, 0.052411392211914064, 0.05209395217895508, 0.05238886260986328, 0.11298611450195313, 0.0523765754699707, 0.05231513595581055, 0.05312307357788086, 0.05240217590332031, 0.052104190826416014, 0.053207038879394535, 0.05267865753173828, 0.05237760162353516, 0.052574207305908206, 0.05244416046142578, 0.052373504638671874, 0.05249331283569336, 0.05246464157104492, 0.050260990142822266, 0.05041971206665039, 0.0502927360534668, 0.05025689697265625, 0.05030604934692383, 0.05012684631347656, 0.05252608108520508, 0.052446208953857425, 0.052754432678222656, 0.05061939239501953, 0.0504453125, 0.050482177734375, 0.05023027038574219, 0.052479999542236325, 0.05250559997558594, 0.052446208953857425, 0.052877311706542966, 0.05242675018310547, 0.052441089630126954, 0.050579456329345705, 0.052395008087158204, 0.052908031463623044, 0.05234790420532227, 0.052558849334716794, 0.05271142578125, 0.05265203094482422, 0.052590591430664066, 0.053103614807128906, 0.05225676727294922, 0.05123072052001953, 0.05249126434326172, 0.05229568099975586, 0.051487743377685545, 0.05287936019897461, 0.05262745666503906, 0.05251583862304687, 0.05263872146606445, 0.05307699203491211, 0.05070438385009766, 0.05263052749633789, 0.052421630859375, 0.052670463562011716, 0.051538944244384766, 0.05237247848510742, 0.052279296875, 0.05085184097290039, 0.05279641723632812, 0.051361793518066405, 0.052721664428710936, 0.1127936019897461, 0.05269606399536133, 0.05232844924926758, 0.05220454406738281, 0.05260697555541992, 0.05229875183105469, 0.052217857360839844, 0.05261414337158203, 0.053215232849121094, 0.052416511535644535, 0.05246771240234375, 0.052311038970947264, 0.05242675018310547, 0.05270016098022461, 0.052348926544189454, 0.05273395156860351, 0.050767871856689455, 0.051264511108398435, 0.05222707366943359, 0.05251379013061523, 0.05266636657714844, 0.05070336151123047, 0.050182144165039064, 0.05242675018310547, 0.052324352264404295, 0.05240217590332031, 0.052327423095703124, 0.05314252853393555, 0.05281792068481445, 0.05065523147583008, 0.050270206451416014, 0.05028966522216797, 0.05028966522216797, 0.05036236953735351, 0.050283519744873044, 0.0518205451965332, 0.05236326217651367, 0.05251686477661133, 0.05257113647460938, 0.052819969177246094, 0.05247795104980469, 0.05360537719726562, 0.05272063827514648, 0.052255744934082034, 0.052201473236083984, 0.052383743286132815, 0.05026508712768555, 0.05025996780395508, 0.05021491241455078, 0.05033267211914062, 0.05140070343017578, 0.053119998931884765, 0.05229568099975586, 0.05256294250488281, 0.05291929626464844, 0.05241856002807617, 0.05234175872802734, 0.050427902221679685, 0.05264179229736328, 0.05267251205444336, 0.053569534301757815, 0.053510143280029294, 0.05232230377197265, 0.11092787170410157, 0.05015961456298828, 0.05025689697265625, 0.05018624114990235, 0.05173452758789063, 0.05220454406738281, 0.052337696075439456, 0.05243593597412109, 0.05226291275024414, 0.052590591430664066, 0.052490238189697266, 0.05240524673461914, 0.05285171127319336, 0.05051801681518555, 0.05058150482177735, 0.051422206878662106, 0.05263052749633789, 0.052741119384765625, 0.052395008087158204, 0.05244518280029297, 0.05238988876342773, 0.05300121688842773, 0.05050572967529297, 0.05062246322631836, 0.05045145416259766, 0.05044224166870117, 0.05186150360107422, 0.05226496124267578, 0.05252505493164063, 0.05279129409790039, 0.05262745666503906, 0.050383872985839843, 0.05048422241210938, 0.050427902221679685, 0.05287321472167969, 0.052603904724121096, 0.052410369873046876, 0.05239807891845703, 0.05242777633666992, 0.05248819351196289, 0.05239603042602539, 0.052393985748291017, 0.050290687561035156, 0.05049753570556641, 0.05035007858276367, 0.05136076736450195, 0.05246156692504883, 0.052350975036621096, 0.053114879608154295, 0.05045555114746094, 0.05034700775146484, 0.05047500610351562, 0.05049753570556641, 0.051848190307617184, 0.0525035514831543, 0.05285273742675781, 0.05243084716796875, 0.05331148910522461, 0.05238784027099609, 0.05285068893432617, 0.05247180938720703, 0.05247078323364258, 0.052446208953857425, 0.11184844970703126, 0.052255744934082034, 0.052190208435058595, 0.05280767822265625, 0.05235200119018555, 0.05249433517456055, 0.05231001663208008, 0.052621311187744144, 0.05276364898681641, 0.05246156692504883, 0.05265919876098633, 0.050348033905029295, 0.05070131301879883, 0.050411518096923826, 0.05027840042114258, 0.05043814468383789, 0.05031628799438476, 0.050299903869628904, 0.050255870819091795, 0.050270206451416014, 0.05240422439575195, 0.051282943725585936, 0.050713600158691405, 0.05041049575805664, 0.050339839935302735, 0.050323455810546876, 0.050283519744873044, 0.05053747177124023, 0.05309132766723633, 0.052590591430664066, 0.05257932662963867, 0.05262335968017578, 0.05248921585083008, 0.052585472106933595, 0.052499454498291014, 0.050531326293945314, 0.05124607849121094, 0.050500606536865236, 0.05043711853027344, 0.05168332672119141, 0.052348926544189454, 0.052261886596679685, 0.05278003311157226, 0.050457599639892575, 0.05321932983398438, 0.05246054458618164, 0.05041254425048828, 0.0507770881652832, 0.050407424926757816, 0.05213798522949219, 0.05028761672973633, 0.050288639068603515, 0.050329601287841794, 0.050293758392333986, 0.050539520263671874, 0.050344959259033206, 0.05049856185913086, 0.050283519744873044, 0.05032755279541016, 0.05024460983276367, 0.05046988677978516, 0.05064089584350586, 0.05021286392211914, 0.11070054626464844, 0.051236862182617186, 0.05164031982421875, 0.0504535026550293, 0.05021388626098633, 0.049906688690185545, 0.04987596893310547, 0.050718719482421876, 0.051402751922607424, 0.05298691177368164, 0.052868064880371095, 0.05224857711791992, 0.05240729522705078, 0.052896766662597655, 0.052563968658447265, 0.052450302124023435, 0.051983360290527345, 0.05299814224243164, 0.05269606399536133, 0.05262335968017578, 0.052147201538085934, 0.05280767822265625, 0.052896766662597655, 0.05286604690551758, 0.05257625579833984, 0.05250559997558594, 0.05259366226196289, 0.05280460739135742, 0.05344255828857422, 0.05301862335205078, 0.05267865753173828, 0.05266124725341797, 0.052847614288330076, 0.05269606399536133, 0.05267763137817383, 0.05209395217895508, 0.052613121032714844, 0.052563968658447265, 0.05275852966308594, 0.05285580825805664, 0.052739070892333983, 0.05248409652709961, 0.053553150177001956, 0.053324798583984374, 0.05259366226196289, 0.0524769287109375, 0.05248102569580078, 0.052759552001953126, 0.05250867080688477, 0.05276774215698242, 0.052209663391113284, 0.053119998931884765, 0.05265919876098633, 0.052313087463378906, 0.05252608108520508, 0.05309542465209961, 0.05207244873046875, 0.05267763137817383, 0.05230899047851562, 0.052552703857421876, 0.05267660903930664, 0.053953536987304686, 0.05299507141113281, 0.11095552062988281, 0.05265817642211914, 0.05082521438598633, 0.05250457763671875, 0.053101566314697264, 0.05249331283569336, 0.05254553604125976, 0.05229363250732422, 0.05200384140014649, 0.0526827507019043, 0.05235609436035156, 0.052596736907958984, 0.0525404167175293, 0.05349785614013672, 0.05272678375244141, 0.05302579116821289, 0.05258342361450195, 0.052636672973632816, 0.05229875183105469, 0.052125694274902344, 0.05250764846801758, 0.052424705505371094, 0.05266739273071289, 0.052673534393310545, 0.052721664428710936, 0.05257011032104492, 0.052569087982177735, 0.052206592559814455, 0.052482048034667966, 0.052787200927734375, 0.05234175872802734, 0.05268479919433594, 0.05274009704589844, 0.052603904724121096, 0.05298995208740234, 0.052951038360595705, 0.05245439910888672, 0.05220454406738281, 0.05257932662963867, 0.05074534225463867, 0.05037977600097656, 0.05015961456298828, 0.05009305572509765, 0.05020569610595703, 0.05031219100952149, 0.050179073333740234, 0.05018316650390625, 0.04992512130737305, 0.05010227203369141, 0.050344959259033206, 0.050164737701416016, 0.05014323043823242, 0.05017497634887695, 0.050383872985839843, 0.052975616455078124, 0.05244723129272461, 0.052585472106933595, 0.05270425415039062, 0.050473983764648435, 0.05030297470092773, 0.0519024658203125, 0.05262335968017578, 0.05269401550292969, 0.11084595489501953, 0.05019647979736328, 0.05005311965942383, 0.05010636901855469, 0.05016371154785156, 0.05063987350463867, 0.05035212707519531, 0.050233345031738284, 0.05042278289794922, 0.05059481430053711, 0.05039308929443359, 0.050361343383789066, 0.050135040283203126, 0.05026303863525391, 0.0501473274230957, 0.05010636901855469, 0.05054873657226563, 0.0503818244934082, 0.050269184112548826, 0.05045145416259766, 0.05013913726806641, 0.0501473274230957, 0.05020467376708984, 0.05027123260498047, 0.05005209732055664, 0.049772544860839846, 0.050026496887207034, 0.05001420974731445, 0.050078720092773435, 0.052018177032470705, 0.052732929229736325, 0.052604927062988284, 0.05247180938720703, 0.052364288330078126, 0.05277798461914063, 0.05299097442626953, 0.052790271759033204, 0.05264588928222656, 0.05258137512207031, 0.05290086364746094, 0.052519935607910156, 0.052245502471923826, 0.05247180938720703, 0.050441215515136716, 0.05024358367919922, 0.05013708877563477, 0.050049022674560545, 0.050336769104003906, 0.05134745788574219, 0.0526295051574707, 0.05250969696044922, 0.05249740982055664, 0.05265919876098633, 0.05255168151855469, 0.05279334259033203, 0.0526561279296875, 0.05274214553833008, 0.05259980773925781, 0.052566017150878906, 0.05260800170898437, 0.0528353271484375, 0.05259468841552734, 0.05210521697998047]",tokens/s,19.015192796629233,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-2.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2253.570048,3223.846912,0.0,2577.399808,2343.72864,s,10,1.3723616943359374,0.1372361694335938,0.0018598136588802992,0.13653044891357424,0.1377961654663086,0.14028405380249023,0.14227436447143554,"[0.14277194213867186, 0.13682864379882811, 0.1365476531982422, 0.13650685119628905, 0.13653759765625, 0.13643171691894532, 0.13652330017089845, 0.13651174926757811, 0.13724330139160157, 0.1364589385986328]",tokens/s,1865.397446289653,kWh,1.616744625496793e-06,8.856929542530819e-07,7.888752557244189e-06,1.0391190136994063e-05,tokens/kWh,24636254.040680565,MB,2253.570048,3223.846912,0.0,2577.399808,2494.101504,s,10,75.36123681640625,7.5361236816406265,0.004981997199837172,7.5358115234375,7.540136376953125,7.544030590820312,7.547145961914063,"[7.5479248046875, 7.53186181640625, 7.5337919921875, 7.5378310546875, 7.53927099609375, 7.5315849609375, 7.53790966796875, 7.53067822265625, 7.53224755859375, 7.5381357421875]",tokens/s,8.359735410590394,kWh,8.890214763290892e-05,4.872346309915833e-05,0.0004225679251411545,0.0005601935358732218,tokens/kWh,112461.13345773703,,s,629,76.46840225219744,0.12157138672845352,0.016299311265059787,0.11956121826171875,0.11992084350585937,0.12007895202636719,0.25658138916015627,"[0.12279296112060546, 0.12202700805664063, 0.12076032257080078, 0.11977523040771484, 0.11941689300537109, 0.11947206115722656, 0.1196789779663086, 0.11936460876464844, 0.11953868865966796, 0.11958380889892578, 0.11972499084472656, 0.11959193420410157, 0.11942707061767578, 0.11939942169189453, 0.1196042251586914, 0.11935641479492187, 0.11956428527832032, 0.11942400360107422, 0.11945267486572266, 0.11970976257324219, 0.11980076599121094, 0.11977113342285156, 0.11970047760009765, 0.11957965087890625, 0.1193881607055664, 0.1195335693359375, 0.11957453155517578, 0.11950905609130859, 0.11946591949462891, 0.11967488098144531, 0.11972505950927734, 0.1194751968383789, 0.11955302429199219, 0.1194229736328125, 0.11971174621582031, 0.11953868865966796, 0.11963187408447265, 0.11966361236572266, 0.1199319076538086, 0.11959500885009766, 0.11955404663085938, 0.11961856079101563, 0.11979571533203125, 0.11975782775878906, 0.11975782775878906, 0.11962060546875, 0.1196759033203125, 0.1196728286743164, 0.11968102264404297, 0.1199288330078125, 0.120089599609375, 0.1198623046875, 0.11982537841796875, 0.11985817718505859, 0.12002918243408203, 0.11968927764892578, 0.11962054443359375, 0.11966464233398437, 0.12037324523925781, 0.11999747467041015, 0.11959907531738281, 0.11960832214355469, 0.25711410522460937, 0.11949362945556641, 0.11924172973632813, 0.1192816619873047, 0.11924275207519532, 0.11943730926513672, 0.11949362945556641, 0.12017254638671875, 0.1198090591430664, 0.11952944183349609, 0.11945471954345703, 0.11946905517578126, 0.11933695983886719, 0.11952025604248047, 0.11947929382324218, 0.11967692565917969, 0.11947724914550781, 0.11945574188232422, 0.11941683197021484, 0.12012850952148438, 0.1195182113647461, 0.11937382507324219, 0.11941683197021484, 0.1195315170288086, 0.11947622680664062, 0.11958067321777344, 0.11945062255859375, 0.11933491516113282, 0.11933081817626953, 0.1194117431640625, 0.12000559997558594, 0.119657470703125, 0.11936153411865234, 0.11940045166015625, 0.11947315216064452, 0.11944876861572265, 0.11941356658935547, 0.11953766632080078, 0.11951615905761719, 0.1197127685546875, 0.11957965087890625, 0.11945471954345703, 0.11951923370361328, 0.11956428527832032, 0.11948236846923828, 0.11956121826171875, 0.11985612487792968, 0.11977728271484375, 0.11946598052978516, 0.11948134613037109, 0.11950694274902343, 0.11979878234863281, 0.11952333068847656, 0.11966361236572266, 0.11964947509765625, 0.11963065338134765, 0.1195345916748047, 0.11953254699707032, 0.11956326293945313, 0.11959910583496093, 0.11956227111816406, 0.11954377746582032, 0.1196011505126953, 0.25658367919921876, 0.11948441314697265, 0.11925094604492187, 0.11938918304443359, 0.11934719848632812, 0.11948134613037109, 0.11968819427490235, 0.11994316864013672, 0.11939635467529297, 0.119370849609375, 0.11936656188964843, 0.11942400360107422, 0.11929293060302734, 0.11941580963134765, 0.11985100555419922, 0.11986022186279296, 0.11955916595458985, 0.1197138214111328, 0.11949769592285156, 0.11935846710205078, 0.1194434585571289, 0.11939532470703125, 0.11936972808837891, 0.11970252990722656, 0.11938925170898437, 0.11950188446044922, 0.1195498275756836, 0.11963597106933593, 0.11956531524658204, 0.11941273498535156, 0.1195888671875, 0.11971891021728516, 0.11946495819091797, 0.1195335693359375, 0.11948748779296875, 0.11968409729003907, 0.11956735992431641, 0.11995442962646484, 0.11951718139648437, 0.11991244506835938, 0.11950495910644532, 0.11954067230224609, 0.11947724914550781, 0.11948236846923828, 0.11949568176269532, 0.11959398651123047, 0.11955097961425781, 0.12007526397705078, 0.11955315399169922, 0.1201212158203125, 0.11977932739257813, 0.11956121826171875, 0.11944048309326172, 0.11968297576904297, 0.11956531524658204, 0.11967078399658203, 0.11964313507080078, 0.11966668701171874, 0.11970355224609375, 0.11965542602539063, 0.1196021728515625, 0.11969741058349609, 0.11973939514160156, 0.25658367919921876, 0.11943218994140625, 0.11936358642578125, 0.11929497528076172, 0.11943833923339844, 0.11950080108642579, 0.1195335693359375, 0.11952333068847656, 0.11929395294189453, 0.11940863800048829, 0.11935539245605468, 0.11934515380859376, 0.11978854370117188, 0.11964927673339844, 0.11952230072021484, 0.11956428527832032, 0.11950182342529297, 0.1194751968383789, 0.11932780456542968, 0.11937071990966797, 0.11937382507324219, 0.11939836883544921, 0.11935849761962891, 0.11942601776123046, 0.11933900451660157, 0.1197475814819336, 0.11972710418701171, 0.1196042251586914, 0.11971993255615235, 0.12010598754882812, 0.11962982177734376, 0.11999129486083984, 0.11969229125976563, 0.11977120208740234, 0.12012844848632813, 0.11976703643798828, 0.11956326293945313, 0.11958386993408203, 0.11959078216552735, 0.11964313507080078, 0.11960012817382812, 0.11969542694091796, 0.11951712036132812, 0.11949568176269532, 0.11978034973144532, 0.11964006042480468, 0.11952947235107422, 0.119731201171875, 0.11984998321533204, 0.12007833862304687, 0.11960832214355469, 0.11948441314697265, 0.11979264068603515, 0.11995033264160156, 0.11996774291992188, 0.119970947265625, 0.11999116516113281, 0.12010291290283204, 0.12055244445800781, 0.11983872222900391, 0.11955609893798828, 0.11957453155517578, 0.11963801574707031, 0.2566635437011719, 0.1196933135986328, 0.11943218994140625, 0.11961446380615234, 0.11974041748046875, 0.11990835571289063, 0.11996672058105469, 0.11966668701171874, 0.11973222351074218, 0.1196943359375, 0.11967385864257812, 0.11957865905761719, 0.1195796127319336, 0.11946803283691407, 0.11948851013183594, 0.11976601409912109, 0.11980595397949219, 0.11952127838134766, 0.11938201904296875, 0.11941171264648437, 0.119439453125, 0.11953756713867188, 0.11935846710205078, 0.11954483032226562, 0.11989299011230468, 0.11955404663085938, 0.11950694274902343, 0.11954380798339843, 0.11948134613037109, 0.1195888671875, 0.11943321228027344, 0.11970054626464843, 0.11962464141845704, 0.11957862091064453, 0.11954585266113281, 0.11957965087890625, 0.11949260711669922, 0.11977728271484375, 0.11947622680664062, 0.11970764923095703, 0.11956940460205077, 0.11956428527832032, 0.11946495819091797, 0.11956956481933594, 0.11992355346679688, 0.12027801513671875, 0.11977011108398437, 0.11966361236572266, 0.11942912292480469, 0.11952336120605468, 0.11954172515869141, 0.11952537536621094, 0.11946495819091797, 0.12023308563232422, 0.12010688018798828, 0.11982454681396484, 0.12009967803955078, 0.12045721435546874, 0.11982438659667968, 0.11975065612792969, 0.11957453155517578, 0.11985305786132812, 0.11961753845214844, 0.25637579345703126, 0.119455810546875, 0.11957036590576171, 0.11972198486328126, 0.11944755554199218, 0.11946598052978516, 0.11943730926513672, 0.11991961669921875, 0.11936870574951172, 0.11947417449951171, 0.11943526458740235, 0.1197127685546875, 0.11946701049804688, 0.11943936157226563, 0.11992166137695312, 0.1197649917602539, 0.11938918304443359, 0.11940249633789063, 0.11943526458740235, 0.11952751922607421, 0.11925392150878907, 0.11938201904296875, 0.11936153411865234, 0.11949772644042969, 0.119947265625, 0.1195315170288086, 0.1195335693359375, 0.11950284576416016, 0.1193338851928711, 0.11934925079345703, 0.11939020538330078, 0.1194598388671875, 0.11930828857421875, 0.11948748779296875, 0.11974966430664062, 0.119636962890625, 0.11950694274902343, 0.11955097961425781, 0.11938098907470703, 0.11953971099853515, 0.11937484741210938, 0.11948544311523437, 0.11952742767333985, 0.11945779418945313, 0.11950796508789062, 0.11954073333740234, 0.11956531524658204, 0.11958579254150391, 0.11943116760253907, 0.11956735992431641, 0.1195335693359375, 0.11963910675048828, 0.11957241821289062, 0.1196410903930664, 0.11964723205566406, 0.11965030670166016, 0.11982540893554687, 0.11982131195068359, 0.11968614196777344, 0.11965650939941407, 0.11964717102050781, 0.11973334503173828, 0.11958876800537109, 0.25716326904296877, 0.11956735992431641, 0.11953561401367188, 0.11939020538330078, 0.11937811279296875, 0.11948834991455078, 0.11943011474609375, 0.11950592041015624, 0.11960524749755859, 0.1198018569946289, 0.11938201904296875, 0.11931954956054687, 0.11941990661621094, 0.11943321228027344, 0.11938406372070312, 0.11938304138183593, 0.11935231781005859, 0.11944755554199218, 0.1195345916748047, 0.11930931091308594, 0.11947417449951171, 0.11996876525878906, 0.11962982177734376, 0.11996774291992188, 0.11944755554199218, 0.11952025604248047, 0.11950694274902343, 0.11944960021972656, 0.11991654205322265, 0.11981721496582032, 0.11988172912597657, 0.11997388458251954, 0.11996774291992188, 0.12025138854980469, 0.12046028900146484, 0.11968204498291016, 0.11947212982177734, 0.11961753845214844, 0.11954176330566406, 0.11965235137939453, 0.1201080322265625, 0.11973324584960937, 0.11961241912841797, 0.11960012817382812, 0.12011622619628906, 0.11965542602539063, 0.11961856079101563, 0.11966156768798829, 0.11952127838134766, 0.11955916595458985, 0.11950182342529297, 0.11940045166015625, 0.11949568176269532, 0.11976191711425781, 0.11985100555419922, 0.11981005096435547, 0.11961241912841797, 0.11961446380615234, 0.11958995056152344, 0.11969631958007812, 0.11966780853271484, 0.11961341094970702, 0.11961542510986328, 0.25657550048828126, 0.11951308441162109, 0.1193021469116211, 0.11938713836669922, 0.11949056243896485, 0.11946701049804688, 0.11932364654541015, 0.11948441314697265, 0.11934617614746093, 0.11942195129394531, 0.11925401306152343, 0.11931238555908204, 0.11950489807128906, 0.11952742767333985, 0.11936153411865234, 0.1194967041015625, 0.11996057891845703, 0.1194260482788086, 0.11928781127929687, 0.1195203857421875, 0.11966349029541015, 0.11949874877929688, 0.11941478729248046, 0.11949772644042969, 0.11953766632080078, 0.11941683197021484, 0.11936358642578125, 0.11943116760253907, 0.11964620971679688, 0.11958271789550781, 0.11950694274902343, 0.11947318267822266, 0.11948028564453125, 0.11948953247070312, 0.11947929382324218, 0.11949362945556641, 0.11936358642578125, 0.11982438659667968, 0.1195224609375, 0.11956822204589844, 0.11946598052978516, 0.11948953247070312, 0.11942912292480469, 0.11946393585205078, 0.11949362945556641, 0.11950387573242187, 0.11957247924804687, 0.119552001953125, 0.11948544311523437, 0.11965440368652344, 0.11955404663085938, 0.11960012817382812, 0.11957759857177734, 0.11988585662841797, 0.11977110290527344, 0.11971891021728516, 0.1196042251586914, 0.11978240203857422, 0.11966464233398437, 0.1196072998046875, 0.11976294708251953, 0.11973324584960937, 0.11964620971679688, 0.25741824340820313, 0.11954380798339843, 0.11936768341064453, 0.11953049468994141, 0.1192591323852539, 0.11941478729248046, 0.11940966033935548, 0.11954278564453125, 0.11947833251953124, 0.11963590240478515, 0.11948236846923828, 0.11944652557373046, 0.11945574188232422, 0.11946905517578126, 0.11932978820800781, 0.11979987335205078, 0.11971270751953125, 0.11958383941650391, 0.11939830780029297, 0.11951718139648437, 0.11938623809814453, 0.11939110565185547, 0.1193912353515625, 0.11955104064941406, 0.11979666900634765, 0.11949362945556641, 0.11937484741210938, 0.11942707061767578, 0.11950796508789062, 0.11943424224853516, 0.11936768341064453, 0.1195335693359375, 0.11948953247070312, 0.11946205139160156, 0.11937673950195313, 0.11945779418945313, 0.11933286285400391, 0.11957052612304687, 0.11931536102294922, 0.12007936096191406, 0.11969741058349609, 0.11958386993408203, 0.11947917175292969, 0.11948748779296875, 0.11946393585205078, 0.11949468994140625, 0.11946595001220703, 0.11993087768554687, 0.12006195068359375, 0.119657470703125, 0.11943116760253907, 0.11957247924804687, 0.11944755554199218, 0.11965132904052735, 0.11948441314697265, 0.11961138916015625, 0.11967385864257812, 0.11955712127685547, 0.11954073333740234, 0.1199626235961914, 0.11966464233398437, 0.11971788787841797, 0.11966873931884765, 0.2570526733398438, 0.11956940460205077, 0.11955097961425781, 0.11950182342529297, 0.11928883361816406, 0.11945267486572266, 0.11937586975097657, 0.11960012817382812, 0.1193359375, 0.11992063903808593, 0.11958271789550781, 0.11954585266113281, 0.11936153411865234, 0.11937996673583984, 0.11928371429443359, 0.11957759857177734, 0.11925504302978515, 0.11939740753173828, 0.11996463775634765, 0.1196011505126953, 0.11932978820800781, 0.11937484741210938, 0.1196933135986328, 0.120015869140625, 0.11962470245361329, 0.11967078399658203, 0.12002201843261719, 0.11981212615966796, 0.11991139221191406, 0.11990838623046875, 0.11960316467285156, 0.11964627075195312, 0.11956832122802734, 0.11950284576416016, 0.11954688262939453, 0.11969023895263672, 0.11947110748291015, 0.11961650848388672, 0.11970355224609375, 0.11963801574707031, 0.11959295654296875, 0.11960626983642578, 0.11963085174560546, 0.11949056243896485, 0.11958067321777344, 0.11956121826171875, 0.12041318511962891, 0.1197158432006836, 0.11977216339111328, 0.11970355224609375, 0.11955302429199219, 0.11970150756835937, 0.11978854370117188, 0.1197127685546875, 0.11981116485595703, 0.11972291564941406, 0.11971481323242188, 0.11953766632080078, 0.1200558090209961, 0.12006092834472656, 0.11984281921386719, 0.11991961669921875, 0.11984793853759766]",tokens/s,8.225619752398137,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-0.5B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1437.908992,1686.634496,0.0,1040.187392,943.920128,s,10,0.5238378219604493,0.05238378219604491,0.0018158504279850891,0.05266659164428711,0.05332404327392578,0.05517968559265136,0.05666419944763183,"[0.05703532791137695, 0.05271660614013672, 0.050931137084960935, 0.05273948669433594, 0.052776065826416016, 0.05080355072021484, 0.05291167831420898, 0.05055753707885742, 0.0526165771484375, 0.05074985504150391]",tokens/s,4887.008712771575,kWh,6.088895273031102e-07,3.336432492087811e-07,1.6420631693201565e-06,2.584595945832048e-06,tokens/kWh,99048363.98618858,MB,1437.908992,1686.634496,0.0,1040.187392,943.922688,s,10,31.707487548828126,3.170748754882813,0.04356273353539371,3.1844680175781246,3.2267539306640622,3.2280119750976564,3.229018410644531,"[3.1792919921875, 3.18964404296875, 3.122859619140625, 3.14457177734375, 3.22927001953125, 3.2024580078125, 3.11270654296875, 3.10644921875, 3.226474365234375, 3.193761962890625]",tokens/s,19.869123942091843,kWh,3.769182716755524e-05,2.065693203498629e-05,8.894795374707187e-05,0.0001472967129496134,tokens/kWh,427708.11879251344,,s,629,32.120498149871814,0.05106597480106808,0.006352288562250764,0.050735103607177735,0.05162414016723633,0.05194997634887695,0.1004990884399414,"[0.051929088592529295, 0.052547584533691405, 0.05038284683227539, 0.05206425476074219, 0.05013913726806641, 0.052421630859375, 0.05297459030151367, 0.05258649444580078, 0.05288857650756836, 0.053152767181396485, 0.0515780143737793, 0.05130633544921875, 0.049448959350585936, 0.049372161865234375, 0.04905267333984375, 0.04951968002319336, 0.04933420944213867, 0.04883148956298828, 0.048927745819091796, 0.048935935974121096, 0.04930559921264648, 0.04900147247314453, 0.04899942398071289, 0.05019340896606445, 0.05121638488769531, 0.05134950256347656, 0.05120716857910156, 0.05134233474731445, 0.04927590560913086, 0.04933951950073242, 0.04899116897583008, 0.05134841537475586, 0.051582977294921874, 0.0515728645324707, 0.051668865203857425, 0.05168435287475586, 0.05142937469482422, 0.05160556793212891, 0.05093270492553711, 0.05166998291015625, 0.05191372680664062, 0.05103206253051758, 0.05120630264282226, 0.05126435089111328, 0.04942540740966797, 0.049279998779296875, 0.04903424072265625, 0.04948992156982422, 0.04865644836425781, 0.049594303131103516, 0.04932825469970703, 0.04877401733398438, 0.04911513519287109, 0.04918272018432617, 0.04899942398071289, 0.04911820983886719, 0.048743423461914064, 0.048827392578125, 0.04877619171142578, 0.04878131103515625, 0.05173759841918945, 0.051784702301025394, 0.10507878112792969, 0.05136588668823242, 0.051558399200439455, 0.05102182388305664, 0.0507955207824707, 0.051751937866210934, 0.051504127502441405, 0.05121023941040039, 0.05126870346069336, 0.05119171142578125, 0.051560447692871096, 0.049914878845214845, 0.0511723518371582, 0.051244033813476565, 0.04966809463500976, 0.051130367279052735, 0.0510300178527832, 0.05010131072998047, 0.0505230712890625, 0.05080575942993164, 0.048704513549804686, 0.050479103088378906, 0.05142732620239258, 0.05124095916748047, 0.051214336395263675, 0.0507064323425293, 0.04938137435913086, 0.04965283203125, 0.05087017440795898, 0.05105152130126953, 0.05139564895629883, 0.05137913513183594, 0.05137510299682617, 0.0503900146484375, 0.04899430465698242, 0.048968704223632815, 0.05189324951171875, 0.051558399200439455, 0.05163315200805664, 0.0514969596862793, 0.051194881439208986, 0.051231742858886715, 0.050931713104248044, 0.051454975128173826, 0.05142015838623047, 0.05378559875488281, 0.05206118392944336, 0.049410049438476565, 0.04887756729125976, 0.04926259231567383, 0.049192958831787106, 0.049189888000488284, 0.049342464447021485, 0.0506695671081543, 0.051732479095458986, 0.04996198272705078, 0.04914176177978516, 0.049463294982910154, 0.048996353149414064, 0.04941721725463867, 0.04927385711669922, 0.049588222503662106, 0.0490885124206543, 0.10047180938720703, 0.04911206436157227, 0.04938444900512695, 0.04944486236572266, 0.049279998779296875, 0.04927078247070313, 0.048879615783691405, 0.04949094390869141, 0.04921753692626953, 0.04931071853637695, 0.049468414306640625, 0.04889395141601562, 0.049372161865234375, 0.049240062713623044, 0.04957491302490234, 0.04958003234863281, 0.052634624481201174, 0.05199462509155273, 0.050667518615722655, 0.05093478393554687, 0.049285118103027346, 0.04941619110107422, 0.049486846923828126, 0.049446910858154294, 0.0486247673034668, 0.049124225616455075, 0.04918374252319336, 0.049653759002685545, 0.049355777740478515, 0.04944793701171875, 0.04895743942260742, 0.04926054382324219, 0.049448959350585936, 0.049460224151611325, 0.04889395141601562, 0.04957900619506836, 0.04899225616455078, 0.04940697479248047, 0.04947455978393555, 0.04907724761962891, 0.049040382385253906, 0.049056766510009765, 0.04890828704833984, 0.04899123382568359, 0.049465343475341796, 0.04914483261108398, 0.048489471435546876, 0.04910182571411133, 0.04959641647338867, 0.04859596633911133, 0.048901119232177735, 0.048965633392333986, 0.04966400146484375, 0.04938956832885742, 0.04894822311401367, 0.049516544342041016, 0.04925439834594727, 0.05023231887817383, 0.051724288940429686, 0.051318782806396485, 0.051294208526611325, 0.05127167892456055, 0.0511539192199707, 0.10458624267578125, 0.05103424072265625, 0.04957990264892578, 0.04953702545166016, 0.04939263916015625, 0.0498524169921875, 0.05100851058959961, 0.0519444465637207, 0.05148169708251953, 0.05065718460083008, 0.048737281799316405, 0.04985343933105469, 0.049225727081298826, 0.04911420822143555, 0.04943657684326172, 0.049259521484375, 0.04897382354736328, 0.04901990509033203, 0.04856422424316406, 0.04885606384277344, 0.04930252838134765, 0.049189888000488284, 0.04928102493286133, 0.05113350296020508, 0.05119174575805664, 0.05095219039916992, 0.05084979248046875, 0.05053235244750977, 0.049259521484375, 0.05072895812988281, 0.05093888092041016, 0.04939980697631836, 0.04907417678833008, 0.048827392578125, 0.049175647735595705, 0.04910684967041016, 0.04911820983886719, 0.05118668746948242, 0.05142630386352539, 0.05128704071044922, 0.051146751403808595, 0.05066547012329101, 0.05085200119018555, 0.04894192123413086, 0.0490967025756836, 0.04928921508789062, 0.049173503875732424, 0.04941312026977539, 0.05171507263183594, 0.05151948928833008, 0.050830337524414064, 0.050359294891357424, 0.049414142608642575, 0.04948070526123047, 0.04955033493041992, 0.04907827377319336, 0.04898406219482422, 0.049006591796875, 0.049588222503662106, 0.049255424499511716, 0.04880179214477539, 0.049396736145019535, 0.04970905685424805, 0.10343730926513672, 0.05142937469482422, 0.051953662872314454, 0.05141708755493164, 0.05386751937866211, 0.05212876892089844, 0.05214822387695312, 0.051966976165771485, 0.05175603103637695, 0.051879936218261716, 0.05215948867797852, 0.05060505676269531, 0.051435520172119144, 0.05160038375854492, 0.051264511108398435, 0.051192832946777345, 0.05120102310180664, 0.05150822448730469, 0.05232643127441406, 0.05109756851196289, 0.0514068489074707, 0.05076582336425781, 0.050781185150146485, 0.05130553436279297, 0.05119379043579102, 0.050948097229003904, 0.051286014556884765, 0.04969881439208984, 0.051197952270507815, 0.05117747116088867, 0.05157904052734375, 0.05129609680175781, 0.051343360900878904, 0.05155123138427734, 0.05155942535400391, 0.05148057556152344, 0.05181644821166992, 0.051553279876708984, 0.05142118453979492, 0.05133824157714844, 0.05126860809326172, 0.05179596710205078, 0.0513361930847168, 0.05147545623779297, 0.051710975646972655, 0.051846145629882816, 0.05109145736694336, 0.05133011245727539, 0.05132793426513672, 0.050549758911132815, 0.050869247436523435, 0.050735103607177735, 0.05085491180419922, 0.05329209518432617, 0.05132281494140625, 0.05120307159423828, 0.04932710266113281, 0.051784702301025394, 0.051111934661865234, 0.049312801361083985, 0.04914070510864258, 0.04898099136352539, 0.04937932968139649, 0.10050969696044922, 0.04924415969848633, 0.049242145538330076, 0.048876510620117185, 0.04960768127441406, 0.051149822235107424, 0.05071155166625976, 0.05101260757446289, 0.05106175994873047, 0.05134950256347656, 0.05115289688110351, 0.05111296081542969, 0.04888371276855469, 0.05089177703857422, 0.05081497573852539, 0.05115903854370117, 0.050840576171875, 0.051057662963867184, 0.04928921508789062, 0.050941951751708986, 0.050628608703613284, 0.05097081756591797, 0.05168415832519531, 0.050974720001220705, 0.04895129776000977, 0.04917657470703125, 0.049397758483886715, 0.05164236831665039, 0.05147238540649414, 0.0513361930847168, 0.051492862701416016, 0.05156351852416992, 0.05129830551147461, 0.051135486602783206, 0.051187713623046874, 0.05118361663818359, 0.05160857772827149, 0.05151846313476562, 0.049844223022460936, 0.0514600944519043, 0.051214336395263675, 0.05132492828369141, 0.04930867385864258, 0.05110784149169922, 0.05108428955078125, 0.05117337417602539, 0.051179649353027344, 0.05090700912475586, 0.0515491828918457, 0.050945022583007815, 0.050928638458251956, 0.05111500930786133, 0.05069209671020508, 0.0512624626159668, 0.05140787124633789, 0.05191065597534179, 0.05136300659179688, 0.05117123031616211, 0.05129001617431641, 0.05154099273681641, 0.05122867202758789, 0.050609153747558595, 0.05151948928833008, 0.10486579132080077, 0.05137203216552735, 0.051394561767578124, 0.05134643173217773, 0.05116211318969727, 0.05115289688110351, 0.05058560180664062, 0.04980841445922852, 0.04953494262695313, 0.048538623809814455, 0.048830463409423826, 0.04926259231567383, 0.04883148956298828, 0.04857958221435547, 0.048483390808105466, 0.049074111938476564, 0.04858265686035156, 0.04890009689331055, 0.049324031829833984, 0.049140735626220705, 0.048723968505859375, 0.04911417770385742, 0.04926969528198242, 0.04872294235229492, 0.048849918365478515, 0.04848844909667969, 0.04883967971801758, 0.049070079803466796, 0.048699424743652346, 0.04919087982177734, 0.049002494812011715, 0.048530433654785154, 0.0484505615234375, 0.04874956893920898, 0.04873635101318359, 0.048854942321777346, 0.04877926254272461, 0.049018878936767575, 0.04882636642456055, 0.048909313201904295, 0.04843027114868164, 0.04886508941650391, 0.048756736755371094, 0.04891545486450195, 0.04922777557373047, 0.05107712173461914, 0.050715648651123046, 0.050917377471923826, 0.0509194221496582, 0.05118668746948242, 0.04981760025024414, 0.04906905746459961, 0.04907622528076172, 0.0492042236328125, 0.051912704467773435, 0.048840705871582034, 0.04887449645996094, 0.04872499084472656, 0.04937420654296875, 0.04883967971801758, 0.049111038208007815, 0.049102848052978515, 0.049116161346435545, 0.1001698226928711, 0.04850579071044922, 0.04882838439941406, 0.04917145538330078, 0.049105918884277344, 0.049396736145019535, 0.04928921508789062, 0.04910489654541016, 0.04888070297241211, 0.049036224365234374, 0.05072588729858398, 0.052067424774169924, 0.05134223937988281, 0.0503633918762207, 0.05108019256591797, 0.04954111862182617, 0.048677886962890625, 0.049205249786376956, 0.048899070739746094, 0.04895129776000977, 0.04937625503540039, 0.0489697265625, 0.049107967376708986, 0.049387584686279296, 0.04905055999755859, 0.04933222579956055, 0.04920217514038086, 0.04908031845092774, 0.048936958312988284, 0.04892979049682617, 0.048828414916992184, 0.04901068878173828, 0.04903833770751953, 0.04883660888671875, 0.0488007698059082, 0.04926668930053711, 0.049408000946044923, 0.04904243087768555, 0.04862566375732422, 0.04907929611206055, 0.04882329559326172, 0.04904345703125, 0.049209342956542966, 0.04878643035888672, 0.04917452621459961, 0.04919500732421875, 0.049345535278320314, 0.04891558456420898, 0.04865932846069336, 0.04895334243774414, 0.04934041595458984, 0.048765983581542965, 0.04916630554199219, 0.049696769714355465, 0.049111038208007815, 0.04899532699584961, 0.04923699188232422, 0.04907724761962891, 0.049556545257568356, 0.05111603164672852, 0.04872390365600586, 0.048791553497314455, 0.05162188720703125, 0.10469171142578125, 0.051119102478027346, 0.05126758575439453, 0.05170073699951172, 0.051171329498291014, 0.05089996719360351, 0.05120819091796875, 0.05126144027709961, 0.049786880493164064, 0.051506175994873046, 0.05125641632080078, 0.05091625595092773, 0.05129324722290039, 0.051713985443115236, 0.05184515380859375, 0.05110371017456055, 0.05220249557495117, 0.05139148712158203, 0.051194881439208986, 0.05122768020629883, 0.05123376083374023, 0.05161369705200195, 0.05140070343017578, 0.05122048187255859, 0.05149388885498047, 0.050912254333496096, 0.05115596771240234, 0.0513361930847168, 0.051552257537841796, 0.05136896133422852, 0.052001792907714846, 0.052086784362792966, 0.05117542266845703, 0.05125222396850586, 0.05092761611938477, 0.05135974502563476, 0.05078220748901367, 0.051253246307373046, 0.04979824066162109, 0.05109852981567383, 0.050917377471923826, 0.05130752182006836, 0.05124300765991211, 0.05087846374511719, 0.05147238540649414, 0.05099008178710938, 0.05069107055664063, 0.05127065658569336, 0.051310592651367185, 0.050841598510742186, 0.05093888092041016, 0.0513546257019043, 0.05143961715698242, 0.05082521438598633, 0.05070438385009766, 0.05133004760742187, 0.05116723251342774, 0.05117030334472656, 0.05118259048461914, 0.051211265563964846, 0.051095550537109374, 0.05088256072998047, 0.05118975830078125, 0.10232115173339844, 0.05094400024414063, 0.05082624053955078, 0.04983193588256836, 0.05093888092041016, 0.05125120162963867, 0.049135616302490234, 0.04898099136352539, 0.050260990142822266, 0.051146751403808595, 0.05083135986328125, 0.05111808013916016, 0.05124505615234375, 0.05091123199462891, 0.051179519653320314, 0.05130035018920898, 0.05077503967285156, 0.04879052734375, 0.04911308670043945, 0.04909260940551758, 0.04835737609863281, 0.051388416290283206, 0.051081214904785156, 0.05128704071044922, 0.05099321746826172, 0.04935673522949219, 0.048890880584716793, 0.04913663864135742, 0.05050572967529297, 0.05135564804077149, 0.051231742858886715, 0.05157376098632813, 0.05130649566650391, 0.051073024749755856, 0.051062782287597655, 0.051525630950927735, 0.05160243225097656, 0.05099724960327148, 0.05087948989868164, 0.05102182388305664, 0.050953216552734375, 0.051166206359863284, 0.05078937530517578, 0.04997324752807617, 0.05106995010375977, 0.050754558563232424, 0.05141196823120117, 0.051130367279052735, 0.05131468963623047, 0.05130854415893555, 0.05141401672363281, 0.05036646270751953, 0.04931379318237305, 0.04899430465698242, 0.049756160736083986, 0.05071155166625976, 0.05171200180053711, 0.05092156982421875, 0.05073091125488281, 0.05098393630981445, 0.05193318557739258, 0.051824737548828125, 0.05136886215209961]",tokens/s,19.582510740186326,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-1.8B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1856.221184,3368.5504,0.0,2722.103296,2585.357312,s,10,0.7366494750976563,0.07366494750976563,0.00039249671689789645,0.0736723518371582,0.07419290008544921,0.07419320220947266,0.07419344390869141,"[0.0741935043334961, 0.07335641479492187, 0.07308262634277343, 0.07368495941162109, 0.07417286682128907, 0.07325129699707031, 0.07419283294677734, 0.07332640075683594, 0.07372882843017578, 0.07365974426269531]",tokens/s,3475.1942226805027,kWh,8.657666441394562e-07,4.743867474013832e-07,4.119346361168371e-06,5.4594997527092105e-06,tokens/kWh,46890743.03427949,MB,1856.221184,3368.5504,0.0,2722.103296,2628.769792,s,10,38.86898974609376,3.8868989746093745,0.002142874021588634,3.886506591796875,3.8892139404296877,3.890647985839844,3.891795222167969,"[3.89208203125, 3.884625, 3.88758349609375, 3.88604248046875, 3.886436767578125, 3.885375, 3.888895263671875, 3.886576416015625, 3.88693505859375, 3.884438232421875]",tokens/s,16.20829365814206,kWh,4.582713047034936e-05,2.5112934640191582e-05,0.00021524919024462234,0.0002861892553551633,tokens/kWh,220134.050531759,,s,629,39.468826690673836,0.06274853209964042,0.008805392613180215,0.061639678955078124,0.06181806030273437,0.06226268157958985,0.1355356140136719,"[0.0625162239074707, 0.06246809768676758, 0.062304256439208984, 0.06238105773925781, 0.06236467361450195, 0.06246092987060547, 0.062456832885742185, 0.06226432037353516, 0.061895679473876954, 0.06161510467529297, 0.061515777587890626, 0.06170009613037109, 0.06151987075805664, 0.06168473434448242, 0.06160793685913086, 0.061649921417236325, 0.061518848419189455, 0.061574142456054685, 0.062078079223632815, 0.06155251312255859, 0.061625343322753906, 0.061636608123779295, 0.06158028793334961, 0.061625343322753906, 0.06154547119140625, 0.06160076904296875, 0.06159564971923828, 0.06160076904296875, 0.061606910705566405, 0.06164582443237305, 0.061652992248535154, 0.061623294830322264, 0.06156185531616211, 0.06175743865966797, 0.061557758331298826, 0.061669376373291014, 0.06161100769042969, 0.061769729614257814, 0.061658111572265625, 0.06219878387451172, 0.0616703987121582, 0.061666305541992185, 0.061620223999023435, 0.0616734733581543, 0.06161510467529297, 0.06164684677124024, 0.061663230895996096, 0.06168985748291016, 0.06160179138183594, 0.06177382278442383, 0.06160179138183594, 0.06164582443237305, 0.06184550476074219, 0.06161100769042969, 0.061652992248535154, 0.06158848190307617, 0.06170828628540039, 0.06169190216064453, 0.061652992248535154, 0.061575233459472654, 0.061744064331054685, 0.06192236709594726, 0.13562771606445312, 0.06159257507324219, 0.061623294830322264, 0.06195609664916992, 0.06166732788085937, 0.06157209777832031, 0.06155878448486328, 0.06166527938842774, 0.06160793685913086, 0.06156083297729492, 0.061618209838867184, 0.06155465698242187, 0.061639678955078124, 0.06154035186767578, 0.06164787292480469, 0.061722625732421876, 0.06158950424194336, 0.06161305618286133, 0.06162435150146484, 0.06246294403076172, 0.0619683837890625, 0.0616099853515625, 0.06166220855712891, 0.06152601623535156, 0.06164889526367188, 0.06153734588623047, 0.06161401748657227, 0.06158233642578125, 0.06157004928588867, 0.06159769439697266, 0.06160179138183594, 0.06163455963134765, 0.061584384918212894, 0.061551616668701174, 0.061639678955078124, 0.06158848190307617, 0.061601951599121095, 0.06156272125244141, 0.06161612701416016, 0.06156697463989258, 0.06195609664916992, 0.06161510467529297, 0.06171657562255859, 0.061641632080078126, 0.061723648071289064, 0.061636608123779295, 0.06167552185058594, 0.06159564971923828, 0.0615997428894043, 0.061645889282226564, 0.061612991333007815, 0.06159667205810547, 0.06162227249145508, 0.061636608123779295, 0.06173286437988281, 0.061914112091064455, 0.06161305618286133, 0.06163455963134765, 0.06170214462280273, 0.06166425704956055, 0.06158643341064453, 0.06162944030761719, 0.06158540725708008, 0.13527247619628907, 0.061581279754638674, 0.06155878448486328, 0.06152499389648437, 0.06166835021972656, 0.061590526580810545, 0.061517822265625, 0.06159872055053711, 0.061587455749511716, 0.06171955108642578, 0.06164070510864258, 0.061568000793457034, 0.06157721710205078, 0.06150348663330078, 0.06161203384399414, 0.06168169784545898, 0.06163759994506836, 0.061608959197998046, 0.06161407852172852, 0.06154240036010742, 0.06161920166015625, 0.062476287841796874, 0.06166835021972656, 0.06163046264648438, 0.06195814514160156, 0.06177587127685547, 0.0623902702331543, 0.061707263946533204, 0.06162124633789062, 0.0615731201171875, 0.06163251113891602, 0.061565025329589844, 0.061674400329589846, 0.06159564971923828, 0.0616519660949707, 0.06163763046264648, 0.06163455963134765, 0.06162944030761719, 0.0616734733581543, 0.06159667205810547, 0.0616703987121582, 0.061571071624755856, 0.06169702529907226, 0.06159462356567383, 0.06166425704956055, 0.06162636947631836, 0.06164889526367188, 0.06272614288330078, 0.06170521545410156, 0.06171955108642578, 0.06169702529907226, 0.06160281753540039, 0.061656063079833984, 0.06173286437988281, 0.062260223388671876, 0.061813758850097655, 0.061811710357666014, 0.061819969177246095, 0.06171744155883789, 0.061764606475830076, 0.06167244720458984, 0.061655040740966796, 0.061584384918212894, 0.13583973693847656, 0.06158643341064453, 0.06156083297729492, 0.06164070510864258, 0.06155263900756836, 0.06152703857421875, 0.06155059051513672, 0.061587455749511716, 0.06175641632080078, 0.061603839874267576, 0.06168678283691406, 0.061625343322753906, 0.06214553451538086, 0.0615813102722168, 0.06157926559448242, 0.06165913772583008, 0.06169401550292969, 0.06158636856079101, 0.061620223999023435, 0.06160588836669922, 0.06167244720458984, 0.061709312438964846, 0.06159769439697266, 0.061652992248535154, 0.06162124633789062, 0.061636608123779295, 0.061606910705566405, 0.06158950424194336, 0.06163251113891602, 0.061591552734375, 0.06161203384399414, 0.061639678955078124, 0.06177280044555664, 0.06168988800048828, 0.06166422271728516, 0.06160588836669922, 0.06171443176269531, 0.061841407775878904, 0.06170521545410156, 0.061625343322753906, 0.06257766342163086, 0.06173388671875, 0.061682689666748045, 0.061551616668701174, 0.0617154541015625, 0.06164787292480469, 0.06163763046264648, 0.061587455749511716, 0.06166732788085937, 0.06187228775024414, 0.06169481658935547, 0.06167552185058594, 0.06157209777832031, 0.06177996826171875, 0.06175129699707031, 0.06170214462280273, 0.061555744171142575, 0.06177276611328125, 0.06169497680664063, 0.061618175506591794, 0.061625343322753906, 0.06185369491577149, 0.06161920166015625, 0.13637632751464843, 0.062094337463378904, 0.061722625732421876, 0.06158950424194336, 0.06156083297729492, 0.061636608123779295, 0.06153113555908203, 0.061567039489746095, 0.06163654327392578, 0.0615813102722168, 0.0616703987121582, 0.06159360122680664, 0.061620223999023435, 0.061590526580810545, 0.06161305618286133, 0.06163763046264648, 0.06162227249145508, 0.06240870285034179, 0.06161920166015625, 0.06155878448486328, 0.06172671890258789, 0.0615599365234375, 0.06163238525390625, 0.06171136093139649, 0.06158540725708008, 0.06151987075805664, 0.06161407852172852, 0.06159564971923828, 0.0616099853515625, 0.0615997428894043, 0.0616827507019043, 0.061606849670410156, 0.06166527938842774, 0.06172774505615235, 0.06173183822631836, 0.06160793685913086, 0.06163455963134765, 0.061603839874267576, 0.061603839874267576, 0.06159360122680664, 0.06163148880004883, 0.0615731201171875, 0.061639678955078124, 0.06152601623535156, 0.06165302276611328, 0.06166934585571289, 0.06161407852172852, 0.061620223999023435, 0.06162636947631836, 0.06263603210449219, 0.06173593521118164, 0.06169295883178711, 0.061610977172851564, 0.06161305618286133, 0.06162124633789062, 0.06166835021972656, 0.061700126647949216, 0.06224483108520508, 0.06181785583496094, 0.06161612701416016, 0.06189977645874024, 0.061739105224609375, 0.061621150970458984, 0.13536972045898438, 0.06163455963134765, 0.06161731338500977, 0.06172252655029297, 0.06154950332641602, 0.061603839874267576, 0.06166016006469727, 0.061590526580810545, 0.06159769439697266, 0.06160281753540039, 0.06174310302734375, 0.06155878448486328, 0.0615813102722168, 0.06159769439697266, 0.06164582443237305, 0.06159257507324219, 0.061636608123779295, 0.06157209777832031, 0.06174720001220703, 0.06168166351318359, 0.061584384918212894, 0.06155878448486328, 0.06153948974609375, 0.06161494445800781, 0.06175129699707031, 0.06155878448486328, 0.06163251113891602, 0.06156492614746094, 0.061671424865722656, 0.06155878448486328, 0.06164889526367188, 0.0617625617980957, 0.06167859268188477, 0.06308761596679688, 0.061780990600585936, 0.061655040740966796, 0.061669376373291014, 0.06156185531616211, 0.06179635238647461, 0.06155263900756836, 0.061687808990478515, 0.06156595230102539, 0.0617523193359375, 0.061723648071289064, 0.061685760498046874, 0.06160588836669922, 0.0616049919128418, 0.061594497680664065, 0.061568000793457034, 0.061666305541992185, 0.06168371200561523, 0.061661182403564455, 0.061633537292480466, 0.061652992248535154, 0.06165094375610351, 0.06170111846923828, 0.06174515151977539, 0.06168166351318359, 0.06168985748291016, 0.06164684677124024, 0.061617153167724606, 0.06170320129394531, 0.06162019348144531, 0.13634867858886718, 0.061669376373291014, 0.06157619094848633, 0.061677566528320314, 0.06161100769042969, 0.06153526306152344, 0.06168368148803711, 0.06178713607788086, 0.06175539016723633, 0.061590526580810545, 0.061674495697021485, 0.06164377593994141, 0.06158643341064453, 0.06159564971923828, 0.06164377593994141, 0.06164787292480469, 0.061636608123779295, 0.06153420639038086, 0.06174105453491211, 0.06166835021972656, 0.06171443176269531, 0.06157823944091797, 0.061693950653076174, 0.0633589744567871, 0.06182400131225586, 0.06165708923339844, 0.06162124633789062, 0.061742080688476565, 0.06158233642578125, 0.061774848937988285, 0.061881343841552736, 0.061818878173828126, 0.06159360122680664, 0.06161612701416016, 0.06182809448242187, 0.06172876739501953, 0.06173183822631836, 0.061664287567138674, 0.061742080688476565, 0.06162838363647461, 0.061633537292480466, 0.06159462356567383, 0.06164070510864258, 0.061852737426757814, 0.061847488403320314, 0.0616099853515625, 0.06166220855712891, 0.06165708923339844, 0.06167552185058594, 0.061625343322753906, 0.061797374725341796, 0.06176358413696289, 0.06170828628540039, 0.061644798278808595, 0.06157823944091797, 0.061695999145507815, 0.061557758331298826, 0.06290022277832032, 0.06170828628540039, 0.06167552185058594, 0.06157004928588867, 0.061685760498046874, 0.061639678955078124, 0.13560012817382813, 0.06154956817626953, 0.06159257507324219, 0.061664321899414065, 0.06175942230224609, 0.061708446502685546, 0.061510494232177734, 0.061656063079833984, 0.06162636947631836, 0.06158441543579102, 0.061638622283935546, 0.0615546875, 0.06163455963134765, 0.06155168151855469, 0.06161196899414063, 0.06161407852172852, 0.06238719940185547, 0.06159769439697266, 0.06166016006469727, 0.061658111572265625, 0.06163455963134765, 0.06155059051513672, 0.06164684677124024, 0.061532161712646485, 0.061644798278808595, 0.061692928314208986, 0.061917182922363284, 0.061932544708251956, 0.061709312438964846, 0.06181990432739258, 0.06227046585083008, 0.06178303909301758, 0.06163455963134765, 0.06159257507324219, 0.061641727447509766, 0.061695999145507815, 0.061706432342529295, 0.06160879898071289, 0.06169392013549805, 0.061598751068115236, 0.06168060684204101, 0.061641727447509766, 0.06170009613037109, 0.061723648071289064, 0.061636608123779295, 0.061666305541992185, 0.06164582443237305, 0.061813758850097655, 0.06163148880004883, 0.06166220855712891, 0.06170009613037109, 0.06167859268188477, 0.06173491287231445, 0.06168678283691406, 0.061613086700439454, 0.06166217422485352, 0.06156185531616211, 0.061712383270263675, 0.061704193115234375, 0.06167660903930664, 0.06163347244262695, 0.06173388671875, 0.06157926559448242, 0.1358909454345703, 0.061585472106933596, 0.06161913681030273, 0.06158643341064453, 0.06191007995605469, 0.06163654327392578, 0.06151379013061523, 0.06163552093505859, 0.06162739181518555, 0.06161305618286133, 0.061639678955078124, 0.061499393463134766, 0.06164582443237305, 0.06164070510864258, 0.06162944030761719, 0.061644798278808595, 0.06170009613037109, 0.06242816162109375, 0.06164787292480469, 0.06159878540039063, 0.06164985656738281, 0.06165094375610351, 0.06169702529907226, 0.06156595230102539, 0.06164889526367188, 0.06171750259399414, 0.06167244720458984, 0.06157209777832031, 0.06165200042724609, 0.06158233642578125, 0.061629409790039065, 0.06162124633789062, 0.06156288146972656, 0.061585472106933596, 0.06165599822998047, 0.06158540725708008, 0.06170111846923828, 0.06161616134643555, 0.06170723342895508, 0.06167244720458984, 0.06189977645874024, 0.06173183822631836, 0.061659168243408204, 0.06166115188598633, 0.06170431900024414, 0.06161600112915039, 0.061656063079833984, 0.061663230895996096, 0.06173081588745117, 0.06170828628540039, 0.0616734733581543, 0.06315827178955079, 0.06174924850463867, 0.061710334777832034, 0.06160486221313476, 0.06162944030761719, 0.06163558578491211, 0.06182092666625977, 0.06171955108642578, 0.061692928314208986, 0.06157823944091797, 0.061656063079833984, 0.06159769439697266, 0.13598208618164062, 0.06162636947631836, 0.06159462356567383, 0.06156492614746094, 0.06158643341064453, 0.061563934326171875, 0.06156079864501953, 0.06168678283691406, 0.06158339309692383, 0.06161507034301758, 0.06163558578491211, 0.0615618896484375, 0.06162019348144531, 0.061518848419189455, 0.06167244720458984, 0.06163046264648438, 0.06163763046264648, 0.06160588836669922, 0.06163148880004883, 0.06158540725708008, 0.06164889526367188, 0.06164892959594727, 0.061594593048095704, 0.06151168060302734, 0.06163251113891602, 0.06157926559448242, 0.0629678077697754, 0.06161305618286133, 0.06163558578491211, 0.06159360122680664, 0.06161203384399414, 0.061655040740966796, 0.061587455749511716, 0.06164275360107422, 0.06164889526367188, 0.06159872055053711, 0.061656063079833984, 0.06163455963134765, 0.061687808990478515, 0.0616099853515625, 0.061692928314208986, 0.061608959197998046, 0.06170111846923828, 0.06162739181518555, 0.06164889526367188, 0.06160179138183594, 0.06163251113891602, 0.06161407852172852, 0.061652030944824215, 0.061599681854248044, 0.06173183822631836, 0.06154444885253906, 0.06162636947631836, 0.061669376373291014, 0.06157622528076172, 0.06165910339355469, 0.06154550552368164, 0.06167855834960938, 0.06169702529907226, 0.061652992248535154, 0.061699073791503904, 0.06180044937133789, 0.06164179229736328]",tokens/s,15.936627782974552,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-70m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1261.637632,849.870848,0.0,203.423744,184.496128,s,17,0.17485814380645753,0.010285773165085737,0.00037563721208276434,0.010130240440368652,0.01052425594329834,0.010747910118103027,0.011344103355407715,"[0.011493151664733886, 0.010499360084533692, 0.010041152000427246, 0.009956831932067872, 0.010006912231445312, 0.010346112251281738, 0.009984383583068848, 0.009944864273071289, 0.010130240440368652, 0.009979711532592774, 0.010490943908691406, 0.010454976081848144, 0.010418208122253417, 0.010456480026245118, 0.010127615928649903, 0.010561599731445312, 0.00996560001373291]",tokens/s,24888.746416163664,kWh,1.2139904369049537e-07,6.652100946554738e-08,2.4138651262492293e-07,4.293065657809657e-07,tokens/kWh,596310469.9652146,MB,1261.637632,851.968,0.0,205.520896,193.845248,s,17,10.188014709472657,0.5992949829101564,0.011125281074285412,0.5964969482421875,0.6084711547851562,0.6141686157226562,0.6287335766601563,"[0.6323748168945312, 0.5964969482421875, 0.58991943359375, 0.5873424682617188, 0.5893992919921875, 0.5909405517578125, 0.5882907104492188, 0.5963427734375, 0.596510498046875, 0.6055858764648437, 0.6071626586914063, 0.60624658203125, 0.601777587890625, 0.591243408203125, 0.6096170654296875, 0.6077072143554687, 0.5910568237304688]",tokens/s,105.12352313392331,kWh,7.166678264381489e-06,3.925900720735089e-06,1.3022382268317864e-05,2.4114961253434435e-05,tokens/kWh,2612486.0553540215,,s,1070,10.340461556434642,0.009663982763023021,0.001305082475990629,0.009412112236022948,0.009785753726959228,0.009943039894104003,0.019666043491363524,"[0.010911744117736816, 0.010866687774658204, 0.010523648262023925, 0.010123264312744141, 0.009848832130432129, 0.009869407653808594, 0.00979043197631836, 0.009719743728637695, 0.009810943603515625, 0.009999360084533691, 0.010017855644226074, 0.010062784194946288, 0.009790464401245117, 0.009972736358642579, 0.009938943862915038, 0.010136575698852538, 0.009849920272827148, 0.009934783935546875, 0.00982630443572998, 0.009851903915405273, 0.00973414421081543, 0.009752703666687011, 0.009774975776672364, 0.009871359825134277, 0.009935872077941894, 0.010239999771118164, 0.010145792007446289, 0.009951231956481933, 0.00981606388092041, 0.010084351539611817, 0.009994239807128906, 0.00991648006439209, 0.009799615859985351, 0.009880576133728027, 0.010081279754638671, 0.01010585594177246, 0.009939007759094239, 0.010016703605651855, 0.010094592094421387, 0.010392576217651368, 0.010156031608581542, 0.010460160255432128, 0.010478591918945313, 0.010440704345703124, 0.010198016166687012, 0.009943039894104003, 0.00983347225189209, 0.009822208404541016, 0.00962662410736084, 0.009855999946594238, 0.009984000205993653, 0.009794560432434082, 0.009593855857849122, 0.009891872406005859, 0.010372063636779786, 0.010437631607055664, 0.010254336357116698, 0.010322943687438964, 0.009884672164916992, 0.009700351715087891, 0.009703424453735352, 0.009771007537841797, 0.020754432678222655, 0.009673727989196777, 0.009648127555847168, 0.009766912460327149, 0.009620479583740234, 0.00939417552947998, 0.009347071647644043, 0.009350144386291503, 0.00931942367553711, 0.009363455772399902, 0.009371647834777832, 0.009589759826660157, 0.009731072425842285, 0.009654272079467773, 0.009706496238708496, 0.009527392387390136, 0.009569184303283691, 0.009534655570983886, 0.00955577564239502, 0.009561087608337402, 0.009579520225524902, 0.009649151802062989, 0.009664511680603028, 0.00963584041595459, 0.009668607711791993, 0.009732159614562988, 0.009711551666259765, 0.009711615562438965, 0.009577471733093262, 0.009675775527954102, 0.009696255683898926, 0.009372672080993653, 0.009350144386291503, 0.00942899227142334, 0.00940236759185791, 0.009387007713317871, 0.009388031959533692, 0.009456640243530273, 0.009355263710021973, 0.009340000152587891, 0.00929372787475586, 0.009387007713317871, 0.009407487869262696, 0.009308159828186035, 0.009246720314025878, 0.009382975578308106, 0.009208767890930177, 0.00930611228942871, 0.009246720314025878, 0.009332736015319825, 0.009255935668945312, 0.009422847747802734, 0.00935321617126465, 0.009372672080993653, 0.009167872428894042, 0.009252863883972168, 0.009236479759216308, 0.009357312202453612, 0.009281536102294922, 0.009356287956237793, 0.009391136169433593, 0.009366496086120606, 0.009346048355102539, 0.019708927154541016, 0.009375743865966797, 0.009451519966125489, 0.009347071647644043, 0.009370623588562011, 0.009382911682128906, 0.009334783554077148, 0.00931430435180664, 0.009341952323913574, 0.009341952323913574, 0.009366527557373047, 0.00932044792175293, 0.009264127731323242, 0.009269248008728028, 0.009349120140075684, 0.009348095893859864, 0.009327615737915039, 0.009439231872558594, 0.009350144386291503, 0.00939724826812744, 0.009245696067810059, 0.009276415824890137, 0.009383935928344727, 0.009375743865966797, 0.009276415824890137, 0.009266176223754884, 0.009253888130187989, 0.009290752410888671, 0.009406463623046875, 0.009283583641052246, 0.009348095893859864, 0.00934620761871338, 0.009371552467346191, 0.009292736053466796, 0.009371647834777832, 0.009331711769104004, 0.009242624282836913, 0.009376832008361816, 0.009284543991088866, 0.009398271560668945, 0.009430015563964844, 0.009251839637756347, 0.009210880279541016, 0.009234432220458985, 0.009245696067810059, 0.00921395206451416, 0.009324543952941895, 0.009590784072875976, 0.009646080017089843, 0.009550880432128907, 0.00958460807800293, 0.009577471733093262, 0.009636863708496094, 0.009585663795471192, 0.009547776222229003, 0.009457856178283692, 0.009244480133056641, 0.009248767852783203, 0.009324543952941895, 0.009371647834777832, 0.009340928077697755, 0.009206784248352052, 0.009331711769104004, 0.019590143203735352, 0.00929792022705078, 0.009379839897155762, 0.00932147216796875, 0.009327615737915039, 0.009371647834777832, 0.009377792358398437, 0.0093953275680542, 0.009288576126098633, 0.009415679931640625, 0.00934502410888672, 0.009284607887268067, 0.009366527557373047, 0.009369695663452148, 0.00926095962524414, 0.009280511856079102, 0.009271295547485351, 0.009226240158081055, 0.009318400382995605, 0.009316351890563965, 0.009384960174560546, 0.009366527557373047, 0.009368576049804688, 0.009284607887268067, 0.009215999603271484, 0.009456640243530273, 0.009430015563964844, 0.009275391578674316, 0.009323519706726074, 0.009393152236938476, 0.00924995231628418, 0.0093274564743042, 0.009398271560668945, 0.00935321617126465, 0.009335807800292969, 0.009333919525146485, 0.0091810884475708, 0.009347007751464844, 0.009307135581970214, 0.00931942367553711, 0.009300992012023926, 0.009384960174560546, 0.009308159828186035, 0.009247743606567382, 0.009250816345214843, 0.009175040245056153, 0.009282560348510742, 0.009383935928344727, 0.009333760261535644, 0.009327615737915039, 0.009396224021911622, 0.009441280364990234, 0.009340928077697755, 0.009230367660522461, 0.009220064163208008, 0.009356287956237793, 0.00923852825164795, 0.009202688217163087, 0.009193471908569336, 0.0092293119430542, 0.00941875171661377, 0.009357312202453612, 0.009250816345214843, 0.01965875244140625, 0.00931430435180664, 0.009220095634460449, 0.009342975616455078, 0.009354271888732911, 0.009334752082824707, 0.009273471832275391, 0.009350015640258788, 0.009266176223754884, 0.009247743606567382, 0.009387007713317871, 0.009375743865966797, 0.00932249641418457, 0.009379839897155762, 0.009273344039916993, 0.009369664192199707, 0.009447360038757324, 0.009468928337097168, 0.009360383987426758, 0.009371647834777832, 0.009342975616455078, 0.009248767852783203, 0.009249919891357422, 0.009213824272155762, 0.009275391578674316, 0.009395199775695801, 0.00931123161315918, 0.00940544033050537, 0.009250816345214843, 0.009200639724731445, 0.009272319793701172, 0.009265151977539063, 0.009337856292724609, 0.009388031959533692, 0.009343999862670899, 0.009350144386291503, 0.009373696327209472, 0.009437184333801269, 0.009348095893859864, 0.009389056205749511, 0.009372672080993653, 0.009370623588562011, 0.009356287956237793, 0.009382911682128906, 0.009368576049804688, 0.009345120429992675, 0.009244576454162597, 0.009273344039916993, 0.009225215911865235, 0.009333760261535644, 0.009232383728027344, 0.009242624282836913, 0.009327615737915039, 0.009374719619750976, 0.009369600296020507, 0.009351167678833008, 0.009392127990722657, 0.009407487869262696, 0.009523200035095216, 0.009554944038391112, 0.009595904350280762, 0.009680895805358887, 0.009552895545959473, 0.020339712142944336, 0.009644031524658203, 0.009885696411132813, 0.009729023933410644, 0.009660415649414063, 0.009690112113952636, 0.009602047920227052, 0.009342975616455078, 0.009227295875549317, 0.009250816345214843, 0.00950166416168213, 0.009341952323913574, 0.009300992012023926, 0.009358336448669433, 0.009335807800292969, 0.009275391578674316, 0.009215999603271484, 0.009217023849487305, 0.00918835163116455, 0.009331775665283202, 0.009347007751464844, 0.009333760261535644, 0.009294848442077636, 0.009361408233642577, 0.00932249641418457, 0.00941055965423584, 0.009275391578674316, 0.00920473575592041, 0.009327615737915039, 0.009366527557373047, 0.009342975616455078, 0.009315327644348144, 0.009274368286132812, 0.009229375839233398, 0.009287615776062012, 0.009252863883972168, 0.009232383728027344, 0.009292799949645996, 0.009474047660827637, 0.00936143970489502, 0.00931222438812256, 0.00929792022705078, 0.009371647834777832, 0.009359359741210938, 0.009288703918457031, 0.009252863883972168, 0.009237631797790528, 0.009249664306640626, 0.009207807540893554, 0.009252863883972168, 0.009324543952941895, 0.009409536361694336, 0.009271295547485351, 0.009374719619750976, 0.0094269437789917, 0.009356351852416992, 0.009292736053466796, 0.009335807800292969, 0.009549823760986328, 0.009687040328979492, 0.009541728019714356, 0.009591711997985839, 0.009619487762451171, 0.01968227195739746, 0.009340928077697755, 0.009360383987426758, 0.009415679931640625, 0.009406463623046875, 0.009339903831481934, 0.009368576049804688, 0.009359359741210938, 0.009362431526184082, 0.009348095893859864, 0.009336895942687988, 0.009256896018981933, 0.00929792022705078, 0.009265151977539063, 0.009289728164672852, 0.009377792358398437, 0.00931123161315918, 0.009391103744506836, 0.009392127990722657, 0.00932147216796875, 0.00933683204650879, 0.009317376136779786, 0.0093306884765625, 0.009316351890563965, 0.009342975616455078, 0.009232383728027344, 0.009324543952941895, 0.00939724826812744, 0.009391103744506836, 0.009371647834777832, 0.009390080451965332, 0.009346048355102539, 0.009333760261535644, 0.009440256118774413, 0.009191424369812011, 0.009429023742675782, 0.009371616363525391, 0.009274368286132812, 0.009294848442077636, 0.009236479759216308, 0.009253888130187989, 0.009182208061218262, 0.009290752410888671, 0.009316351890563965, 0.009357312202453612, 0.009241600036621094, 0.009281536102294922, 0.009242624282836913, 0.009637887954711915, 0.00943513584136963, 0.009378815650939941, 0.009387007713317871, 0.009357407569885253, 0.009363360404968261, 0.009355263710021973, 0.009255935668945312, 0.009341952323913574, 0.009283583641052246, 0.009284607887268067, 0.0092293119430542, 0.009365504264831542, 0.009262080192565919, 0.009300992012023926, 0.019544063568115236, 0.009267200469970703, 0.00939724826812744, 0.009363455772399902, 0.00934102439880371, 0.009280415534973144, 0.009210880279541016, 0.009309184074401856, 0.009378848075866699, 0.009357279777526855, 0.00942899227142334, 0.009329728126525879, 0.0093121919631958, 0.009388031959533692, 0.009389056205749511, 0.009361408233642577, 0.009377792358398437, 0.009347071647644043, 0.009305088043212891, 0.009376768112182618, 0.009246720314025878, 0.009189375877380371, 0.009258015632629395, 0.009220064163208008, 0.009277440071105958, 0.009354240417480468, 0.009602047920227052, 0.009688063621520996, 0.009801728248596191, 0.009681920051574706, 0.009703424453735352, 0.00962662410736084, 0.009589759826660157, 0.009738240242004394, 0.009396224021911622, 0.00940544033050537, 0.009363455772399902, 0.00930611228942871, 0.009525247573852539, 0.009644031524658203, 0.009682975769042968, 0.009679840087890626, 0.009343999862670899, 0.009266176223754884, 0.009486335754394531, 0.009622528076171874, 0.00972390365600586, 0.009661439895629884, 0.00973209571838379, 0.009678848266601562, 0.009646080017089843, 0.00960307216644287, 0.009368576049804688, 0.009504768371582031, 0.009693344116210938, 0.0096080322265625, 0.009750592231750487, 0.009656255722045898, 0.009678848266601562, 0.009458720207214355, 0.009249759674072265, 0.009259008407592773, 0.009280511856079102, 0.019861536026000978, 0.009240575790405273, 0.009305055618286134, 0.009374719619750976, 0.00934502410888672, 0.009362431526184082, 0.00935321617126465, 0.009206784248352052, 0.009218144416809081, 0.00926095962524414, 0.009246720314025878, 0.009347071647644043, 0.009347071647644043, 0.009331711769104004, 0.009189375877380371, 0.009342975616455078, 0.009225215911865235, 0.009323519706726074, 0.009215104103088378, 0.009234304428100587, 0.009296895980834961, 0.009271295547485351, 0.00932249641418457, 0.009347071647644043, 0.009337856292724609, 0.009261055946350098, 0.009417728424072265, 0.009400320053100587, 0.009350144386291503, 0.009351167678833008, 0.009333760261535644, 0.009271295547485351, 0.010095616340637208, 0.010153984069824219, 0.010415103912353516, 0.009862144470214844, 0.009659392356872559, 0.009738240242004394, 0.009684032440185546, 0.009734080314636231, 0.009677824020385742, 0.009647104263305664, 0.00933683204650879, 0.00934502410888672, 0.009362431526184082, 0.009366527557373047, 0.009486335754394531, 0.009784319877624511, 0.009628671646118164, 0.009696255683898926, 0.00961961555480957, 0.00959164810180664, 0.009567232131958007, 0.009527296066284179, 0.009551872253417968, 0.009637887954711915, 0.009553919792175293, 0.009684991836547852, 0.0096594877243042, 0.009428895950317383, 0.009254912376403808, 0.009351167678833008, 0.009276415824890137, 0.01960550308227539, 0.009250816345214843, 0.009326592445373535, 0.009286656379699706, 0.00932044792175293, 0.009388031959533692, 0.009334783554077148, 0.009377792358398437, 0.009350144386291503, 0.009350144386291503, 0.009569279670715332, 0.009575424194335937, 0.009660415649414063, 0.009657343864440919, 0.009765888214111328, 0.009672703742980958, 0.009691136360168457, 0.009643008232116699, 0.009527296066284179, 0.00919654369354248, 0.009363455772399902, 0.009502911567687988, 0.009749312400817872, 0.00960307216644287, 0.009644031524658203, 0.009830400466918946, 0.009744383811950684, 0.009757696151733398, 0.009738240242004394, 0.009719807624816895, 0.009658368110656738, 0.00964406394958496, 0.009748448371887207, 0.009730048179626465, 0.009751551628112793, 0.00969222354888916, 0.009738176345825196, 0.00963584041595459, 0.009711615562438965, 0.009842687606811524, 0.009677824020385742, 0.009669631958007812, 0.009605119705200196, 0.009622528076171874, 0.009583616256713867, 0.009658368110656738, 0.009611328125, 0.009697216033935547, 0.00972697639465332, 0.009737215995788574, 0.009674752235412597, 0.009654272079467773, 0.009568256378173828, 0.009687040328979492, 0.00970751953125, 0.009687040328979492, 0.009731072425842285, 0.009693183898925782, 0.00970137596130371, 0.009573375701904297, 0.009566207885742188, 0.009696255683898926, 0.009664511680603028, 0.02067967987060547, 0.009663488388061523, 0.009758720397949219, 0.00973209571838379, 0.009641983985900878, 0.009729023933410644, 0.009630720138549804, 0.00970137596130371, 0.009589823722839355, 0.009628607749938964, 0.00971782398223877, 0.009698240280151368, 0.010265600204467774, 0.010380288124084473, 0.009821184158325195, 0.009741312026977538, 0.009804800033569335, 0.009655296325683594, 0.0097259521484375, 0.009705471992492675, 0.00974233627319336, 0.009804800033569335, 0.009377920150756835, 0.009438079833984375, 0.009407487869262696, 0.00960102367401123, 0.009637887954711915, 0.009696255683898926, 0.009460736274719238, 0.009399295806884766, 0.009360383987426758, 0.009401344299316406, 0.009467040061950684, 0.009481056213378906, 0.009657343864440919, 0.009589759826660157, 0.009741312026977538, 0.00959488010406494, 0.009444416046142578, 0.009655232429504395, 0.00962764835357666, 0.009620479583740234, 0.009662464141845703, 0.009220095634460449, 0.009453568458557129, 0.009790464401245117, 0.009606143951416016, 0.009607168197631836, 0.009527296066284179, 0.009628671646118164, 0.009737279891967774, 0.009751487731933593, 0.009566207885742188, 0.009700351715087891, 0.009674752235412597, 0.009549856185913086, 0.009618399620056152, 0.009678848266601562, 0.009565183639526367, 0.009500672340393066, 0.009404416084289552, 0.009399295806884766, 0.009602047920227052, 0.020521984100341797, 0.00961023998260498, 0.009696255683898926, 0.009662464141845703, 0.009760767936706542, 0.009738240242004394, 0.00971878433227539, 0.00961740779876709, 0.00942188835144043, 0.009391039848327636, 0.009613311767578125, 0.009671680450439453, 0.009700351715087891, 0.009655296325683594, 0.009686016082763671, 0.009746591567993164, 0.00959062385559082, 0.009759743690490723, 0.009660415649414063, 0.009588735580444336, 0.009549823760986328, 0.009571359634399415, 0.009645024299621581, 0.009553919792175293, 0.009669631958007812, 0.00967686367034912, 0.009422783851623534, 0.009442463874816894, 0.009650015830993652, 0.009600000381469726, 0.009699328422546387, 0.009531392097473144, 0.009637920379638672, 0.009662431716918945, 0.009639936447143555, 0.009700351715087891, 0.009724991798400879, 0.009711551666259765, 0.009720831871032716, 0.009659392356872559, 0.009691136360168457, 0.009590784072875976, 0.009333760261535644, 0.009351231575012208, 0.009719743728637695, 0.009785344123840332, 0.009651200294494629, 0.009589759826660157, 0.00959488010406494, 0.009553919792175293, 0.009579520225524902, 0.009606143951416016, 0.00986742401123047, 0.009605024337768555, 0.009572287559509278, 0.009700351715087891, 0.009671680450439453, 0.00951807975769043, 0.009555968284606933, 0.009416704177856445, 0.009352191925048828, 0.009396224021911622, 0.009743359565734864, 0.020304960250854494, 0.009272255897521973, 0.009270272254943847, 0.009450495719909668, 0.009754624366760254, 0.009703424453735352, 0.009683967590332031, 0.009730048179626465, 0.009612383842468262, 0.00958249568939209, 0.009631744384765625, 0.009559200286865235, 0.009672543525695802, 0.009933823585510254, 0.009722880363464356, 0.009702400207519531, 0.009340928077697755, 0.009174015998840332, 0.009109503746032714, 0.009194496154785157, 0.009262080192565919, 0.009587712287902832, 0.009782272338867188, 0.009771007537841797, 0.009674752235412597, 0.009753631591796876, 0.009627679824829101, 0.010376128196716308, 0.01012224006652832, 0.009943039894104003, 0.009832448005676269, 0.009698304176330566, 0.009648127555847168, 0.009772031784057618, 0.009472000122070312, 0.009484288215637206, 0.009396224021911622, 0.009357376098632813, 0.009392064094543457, 0.009409536361694336, 0.009391103744506836, 0.009500672340393066, 0.00932249641418457, 0.009361408233642577, 0.009408512115478516, 0.009372672080993653, 0.00941260814666748, 0.009391103744506836, 0.009227264404296874, 0.009234432220458985, 0.009332736015319825, 0.009267200469970703, 0.009390080451965332, 0.009346048355102539, 0.009522175788879395, 0.009719807624816895, 0.009680895805358887, 0.009605119705200196, 0.00951296043395996, 0.009424896240234374, 0.00955084800720215, 0.009846783638000489, 0.009645055770874024, 0.02061311912536621, 0.009917440414428711, 0.009706496238708496, 0.00973414421081543, 0.009494527816772461, 0.009666560173034668, 0.009375743865966797, 0.009366527557373047, 0.009371647834777832, 0.009288703918457031, 0.009380864143371583, 0.00928767967224121, 0.00940544033050537, 0.009233407974243164, 0.009266176223754884, 0.009395199775695801, 0.009445376396179199, 0.009369600296020507, 0.009540608406066894, 0.009250816345214843, 0.00921292781829834, 0.009283583641052246, 0.009246720314025878, 0.00924783992767334, 0.009335712432861328, 0.00930303955078125, 0.00939417552947998, 0.009391103744506836, 0.00932249641418457, 0.009371647834777832, 0.009441311836242677, 0.009311200141906738, 0.009385984420776367, 0.009400320053100587, 0.009300992012023926, 0.009331711769104004, 0.00953446388244629, 0.009369600296020507, 0.009409536361694336, 0.009272319793701172, 0.009252863883972168, 0.009424896240234374, 0.00941055965423584, 0.009277440071105958, 0.009355392456054688, 0.009197440147399902, 0.009298944473266601, 0.00932044792175293, 0.00932044792175293, 0.00935321617126465, 0.009389056205749511, 0.009289728164672852, 0.009365504264831542, 0.009389056205749511, 0.009281536102294922, 0.009370623588562011, 0.009404416084289552, 0.00936451244354248, 0.009368543624877929, 0.009368576049804688, 0.009292799949645996, 0.009374879837036132, 0.009288543701171876, 0.019937280654907227, 0.009368576049804688, 0.00928767967224121, 0.00950169563293457, 0.009681920051574706, 0.009675775527954102, 0.009705504417419434, 0.009678815841674805, 0.009354240417480468, 0.009362431526184082, 0.009389087677001954, 0.009475040435791015, 0.009702400207519531, 0.009689087867736817, 0.00972697639465332, 0.00974233627319336, 0.009761792182922363, 0.009636863708496094, 0.009674752235412597, 0.009757696151733398, 0.00992255973815918, 0.009644031524658203, 0.009646080017089843, 0.009799679756164551, 0.00971673583984375, 0.009679871559143067, 0.009669631958007812, 0.009608192443847656, 0.009644031524658203, 0.009660415649414063, 0.009776127815246583, 0.00962662410736084, 0.00967187213897705, 0.009733951568603516, 0.009645055770874024, 0.009597951889038087, 0.009724927902221679, 0.00982630443572998, 0.009757696151733398, 0.009950207710266114, 0.009700351715087891, 0.009695232391357422, 0.009640959739685059, 0.009892864227294922, 0.009774080276489258, 0.00973414421081543, 0.009776127815246583, 0.009776127815246583, 0.009764863967895507, 0.009713664054870605, 0.009648127555847168, 0.009801728248596191, 0.009660415649414063, 0.009804800033569335, 0.009576640129089355, 0.009676608085632324, 0.009699328422546387, 0.009733119964599609, 0.00974028778076172, 0.009774080276489258, 0.009724927902221679, 0.009613311767578125, 0.009398271560668945, 0.020773887634277344, 0.00973516845703125, 0.009793536186218262, 0.009673727989196777, 0.009703424453735352, 0.00959488010406494, 0.009671680450439453, 0.00984985637664795, 0.00973516845703125, 0.00972390365600586, 0.009727999687194825, 0.009650336265563966, 0.009594719886779785, 0.009562111854553223, 0.009675775527954102, 0.009752575874328612, 0.009779199600219727, 0.00982425594329834, 0.009712639808654786, 0.009749504089355468, 0.00974847984313965, 0.009879551887512206, 0.00973516845703125, 0.009793536186218262, 0.009755647659301758, 0.009762816429138184, 0.009690112113952636, 0.009789440155029297, 0.00980684757232666, 0.009739263534545899, 0.00980070400238037, 0.009744383811950684, 0.009757696151733398, 0.009751551628112793, 0.009760767936706542, 0.009761792182922363, 0.00973414421081543, 0.009699328422546387, 0.009677824020385742, 0.009662495613098145, 0.009616352081298829, 0.009733119964599609, 0.009870335578918457, 0.009743359565734864, 0.009653247833251954, 0.009338879585266113, 0.009451519966125489, 0.009313280105590821, 0.009375743865966797, 0.00941055965423584, 0.00940544033050537, 0.009315327644348144, 0.009270272254943847, 0.009373696327209472, 0.009367551803588867, 0.009751551628112793, 0.009605119705200196, 0.00942086410522461, 0.0093951358795166, 0.009385984420776367, 0.009290752410888671, 0.009502719879150391, 0.009425919532775879, 0.019588127136230468, 0.009389023780822753, 0.009697279930114745, 0.00962662410736084, 0.009714688301086426, 0.009566399574279785, 0.009552703857421876, 0.009581664085388183, 0.009323488235473633, 0.009383872032165527, 0.0094136323928833, 0.009281536102294922, 0.009354240417480468, 0.009455615997314454, 0.00922111988067627, 0.009296895980834961, 0.00939724826812744, 0.00941977596282959, 0.00924073600769043, 0.009238368034362792, 0.009290752410888671, 0.009350144386291503, 0.009267200469970703, 0.009326592445373535, 0.009364480018615723, 0.009417728424072265, 0.009677824020385742, 0.009464832305908203, 0.009338879585266113, 0.00931123161315918, 0.00933683204650879, 0.009389056205749511, 0.009329792022705077, 0.009380736351013184, 0.009296895980834961, 0.009531392097473144, 0.009411616325378418, 0.009301983833312988, 0.009293824195861817, 0.009309184074401856, 0.009269248008728028, 0.009373696327209472, 0.009243647575378417, 0.009277440071105958, 0.00940236759185791, 0.009389056205749511, 0.009318400382995605, 0.009334783554077148, 0.009404416084289552, 0.00932863998413086, 0.009211903572082519, 0.009362431526184082, 0.009458687782287598, 0.009359359741210938, 0.009433088302612304, 0.009392127990722657, 0.00929587173461914, 0.009430015563964844, 0.009306240081787109, 0.009257887840270996, 0.00937980842590332, 0.009325568199157714, 0.009350144386291503]",tokens/s,103.47700575649483,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-2b,google/gemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1980.145664,3246.915584,0.0,2598.371328,2556.089856,s,10,0.4063665580749511,0.040636655807495106,0.00010508203553272105,0.040596735000610354,0.040744424819946286,0.04079558849334717,0.04083651943206787,"[0.040718849182128904, 0.04054150390625, 0.040553215026855466, 0.040607231140136715, 0.040846752166748046, 0.04053583908081055, 0.040521408081054686, 0.04072246551513672, 0.04073305511474609, 0.040586238861083986]",tokens/s,6299.730991957828,kWh,4.793952896311366e-07,2.626851240318781e-07,1.975063433400812e-06,2.7171438470638266e-06,tokens/kWh,94216579.7650486,MB,1997.287424,3249.012736,0.0,2600.46848,2556.092416,s,10,13.681971557617189,1.3681971557617187,0.029423374682480397,1.3622496337890624,1.4048746215820314,1.4109450622558595,1.415801414794922,"[1.3544793701171876, 1.37500390625, 1.4170155029296876, 1.403525634765625, 1.399611328125, 1.3170169677734376, 1.3397244873046874, 1.3510950927734375, 1.36462939453125, 1.359869873046875]",tokens/s,46.04599544348994,kWh,1.604954519842441e-05,8.792615560114726e-06,3.62168004533987e-05,6.105896121193783e-05,tokens/kWh,1031789.580915482,,s,630,13.680238584518438,0.02171466441987053,0.0007279431252994025,0.02173030471801758,0.022509567260742186,0.022732338619232177,0.023418561897277833,"[0.02163609504699707, 0.022198272705078126, 0.0216627197265625, 0.02148659133911133, 0.02144972801208496, 0.02166169548034668, 0.021511167526245118, 0.02173030471801758, 0.02088243293762207, 0.0206561279296875, 0.021901311874389647, 0.02169139289855957, 0.021559295654296876, 0.021615615844726564, 0.02149580764770508, 0.021725183486938478, 0.021405696868896484, 0.021865472793579102, 0.021707775115966797, 0.021893119812011717, 0.021816320419311523, 0.02164019203186035, 0.023621631622314454, 0.023038976669311522, 0.02194534492492676, 0.021796863555908205, 0.021849088668823242, 0.02147532844543457, 0.021787647247314454, 0.021525503158569336, 0.020947967529296875, 0.02067558479309082, 0.02102579116821289, 0.02173030471801758, 0.021782655715942383, 0.02408639907836914, 0.022594560623168947, 0.022478847503662108, 0.021881856918334962, 0.020970495223999023, 0.020770816802978515, 0.020909055709838868, 0.02106982421875, 0.020782079696655274, 0.020749311447143554, 0.020884479522705078, 0.020666368484497072, 0.020822015762329102, 0.021756927490234376, 0.02165350341796875, 0.021635072708129883, 0.02145382308959961, 0.021987327575683592, 0.021884927749633788, 0.020883455276489257, 0.020741119384765624, 0.0206376953125, 0.020975616455078124, 0.02067046356201172, 0.020617216110229493, 0.020790271759033203, 0.020728832244873048, 0.020832256317138673, 0.021013504028320314, 0.020806655883789063, 0.02063974380493164, 0.022732799530029296, 0.022768640518188478, 0.022701055526733398, 0.022540288925170897, 0.022203392028808593, 0.022425600051879883, 0.02234982490539551, 0.02304819107055664, 0.022403072357177735, 0.02246553611755371, 0.022657024383544923, 0.022624256134033204, 0.02229555130004883, 0.022320127487182616, 0.02233241653442383, 0.022320127487182616, 0.022537216186523438, 0.022178815841674804, 0.02204569625854492, 0.0223242244720459, 0.02247372817993164, 0.02102579116821289, 0.020736000061035157, 0.020727807998657227, 0.020876287460327148, 0.020776960372924806, 0.020972543716430665, 0.020813823699951172, 0.021045248031616212, 0.021003263473510742, 0.020724735260009765, 0.020904960632324218, 0.020718591690063477, 0.022350847244262697, 0.022161407470703123, 0.0224716796875, 0.022198272705078126, 0.02223411178588867, 0.02208460807800293, 0.02205081558227539, 0.022163455963134765, 0.022129663467407225, 0.022329343795776366, 0.022174720764160157, 0.022345727920532226, 0.022395904541015626, 0.020985855102539062, 0.021222400665283202, 0.020931583404541015, 0.021145599365234375, 0.02088140869140625, 0.020975616455078124, 0.021037055969238282, 0.02069811248779297, 0.022125568389892578, 0.022452224731445314, 0.022196224212646484, 0.02208051109313965, 0.022424575805664062, 0.02204979133605957, 0.022837247848510742, 0.022787071228027343, 0.022296575546264647, 0.022155263900756835, 0.02229043197631836, 0.022286336898803712, 0.022155263900756835, 0.022196224212646484, 0.022410240173339844, 0.02285875129699707, 0.02332569694519043, 0.022640640258789063, 0.022608896255493165, 0.022313983917236328, 0.02224332809448242, 0.022160383224487306, 0.022351871490478514, 0.022460416793823244, 0.02208768081665039, 0.02225971221923828, 0.022076416015625, 0.021995519638061522, 0.022345727920532226, 0.022559743881225586, 0.023053312301635744, 0.023658496856689453, 0.022525951385498046, 0.022280191421508787, 0.02229350471496582, 0.022188032150268554, 0.022483968734741212, 0.02244812774658203, 0.02224742317199707, 0.022475776672363282, 0.022595584869384764, 0.02246553611755371, 0.02243174362182617, 0.02226380729675293, 0.021971967697143553, 0.02241535949707031, 0.02244095993041992, 0.022353919982910156, 0.022382591247558595, 0.022167552947998048, 0.022418432235717774, 0.02266009521484375, 0.022619136810302733, 0.02291814422607422, 0.022162431716918944, 0.02223411178588867, 0.022452224731445314, 0.022169599533081053, 0.022379520416259766, 0.02247987174987793, 0.022731775283813475, 0.022459392547607423, 0.02225663948059082, 0.026366975784301756, 0.02263654327392578, 0.022303743362426756, 0.022321151733398437, 0.022387712478637696, 0.022040576934814454, 0.02108006477355957, 0.021122047424316406, 0.02122444725036621, 0.020923391342163086, 0.020699136734008788, 0.020961280822753905, 0.021165056228637694, 0.022018047332763673, 0.022145023345947267, 0.022368255615234374, 0.02251366424560547, 0.022396928787231447, 0.022076416015625, 0.02262118339538574, 0.022320127487182616, 0.022165504455566407, 0.02209791946411133, 0.022130687713623046, 0.022157312393188477, 0.02220953559875488, 0.021958656311035156, 0.022401023864746093, 0.022359039306640623, 0.022202367782592772, 0.022509567260742186, 0.022390783309936522, 0.022312959671020507, 0.02188800048828125, 0.022380544662475587, 0.022076416015625, 0.022401023864746093, 0.022419456481933595, 0.02231091117858887, 0.02246451187133789, 0.022099967956542968, 0.02229555130004883, 0.022288383483886717, 0.022091775894165038, 0.02395955276489258, 0.022212608337402344, 0.022384639739990234, 0.022214656829833986, 0.022352895736694335, 0.023152639389038086, 0.025578496932983398, 0.02293350410461426, 0.02249113655090332, 0.022421503067016603, 0.02262835121154785, 0.022956031799316406, 0.022253568649291993, 0.022166528701782227, 0.022370304107666016, 0.022313983917236328, 0.022402048110961914, 0.02249113655090332, 0.022576128005981445, 0.022347776412963868, 0.022816768646240236, 0.022428672790527345, 0.022038528442382813, 0.02227097511291504, 0.022342655181884767, 0.020945920944213867, 0.020744192123413087, 0.020700159072875975, 0.02068172836303711, 0.021006336212158205, 0.021403648376464843, 0.022458368301391602, 0.022817792892456053, 0.022154239654541014, 0.022304767608642577, 0.022924287796020508, 0.022738943099975584, 0.02209587287902832, 0.022240255355834963, 0.022961151123046874, 0.022573055267333983, 0.022633472442626954, 0.022509567260742186, 0.02265292739868164, 0.022495231628417968, 0.022354944229125977, 0.022576128005981445, 0.02232729530334473, 0.022363136291503907, 0.022098943710327147, 0.02206719970703125, 0.02208358383178711, 0.023430143356323242, 0.02226483154296875, 0.0228853759765625, 0.02209689521789551, 0.021933055877685546, 0.022381568908691408, 0.023085056304931642, 0.0223191032409668, 0.022965248107910157, 0.02241535949707031, 0.02208051109313965, 0.021983232498168945, 0.022624256134033204, 0.022418432235717774, 0.022286367416381837, 0.022016992568969728, 0.021992448806762696, 0.02209587287902832, 0.022195199966430663, 0.02251263999938965, 0.0210565128326416, 0.021009408950805664, 0.022191104888916017, 0.022519807815551757, 0.02231500816345215, 0.022271999359130858, 0.022221824645996095, 0.02224844741821289, 0.022154239654541014, 0.02212761688232422, 0.02271129608154297, 0.02253004837036133, 0.022335487365722655, 0.022399999618530272, 0.02226483154296875, 0.022187007904052734, 0.021021696090698243, 0.02086502456665039, 0.020669439315795898, 0.02064691162109375, 0.021807104110717773, 0.02249932861328125, 0.023390207290649414, 0.0208855037689209, 0.02061516761779785, 0.020695039749145508, 0.02084659194946289, 0.020996095657348633, 0.02084864044189453, 0.021001216888427734, 0.020722688674926756, 0.02069708824157715, 0.020973567962646485, 0.020915199279785156, 0.02083430480957031, 0.020740095138549804, 0.02087833595275879, 0.02082713508605957, 0.02079641532897949, 0.02080460739135742, 0.020758527755737305, 0.020924415588378906, 0.020847616195678712, 0.02086297607421875, 0.020782079696655274, 0.020764671325683593, 0.020801536560058592, 0.020969472885131835, 0.020760576248168947, 0.020969472885131835, 0.02083328056335449, 0.020786176681518553, 0.02087424087524414, 0.020806655883789063, 0.020875263214111327, 0.020685823440551757, 0.020754432678222655, 0.020752384185791017, 0.020768768310546876, 0.020699136734008788, 0.020737024307250978, 0.020702207565307617, 0.021552127838134767, 0.020740095138549804, 0.020759552001953126, 0.020717567443847656, 0.02110873603820801, 0.020813823699951172, 0.020745216369628908, 0.020747264862060546, 0.02079641532897949, 0.02085478401184082, 0.02088755226135254, 0.020764671325683593, 0.020540416717529295, 0.020676607131958007, 0.020745216369628908, 0.02069606399536133, 0.021011455535888672, 0.021941247940063476, 0.021703680038452147, 0.02166476821899414, 0.021839872360229492, 0.021695487976074217, 0.02168217658996582, 0.020710399627685547, 0.020867071151733398, 0.022208511352539064, 0.022800384521484376, 0.021807104110717773, 0.021756927490234376, 0.021560319900512694, 0.021873664855957032, 0.02168934440612793, 0.02166988754272461, 0.02172313690185547, 0.021783552169799804, 0.02183475112915039, 0.02166374397277832, 0.021710847854614256, 0.021779455184936524, 0.02168320083618164, 0.02194534492492676, 0.02191257667541504, 0.021729280471801758, 0.021725183486938478, 0.021744640350341796, 0.02166579246520996, 0.020751359939575196, 0.020914176940917968, 0.020661247253417968, 0.020802560806274413, 0.020779008865356444, 0.020816896438598635, 0.020930559158325195, 0.021013504028320314, 0.02069708824157715, 0.020823040008544923, 0.020716543197631835, 0.020736000061035157, 0.020990976333618162, 0.02064076805114746, 0.020745216369628908, 0.020714496612548827, 0.020809728622436522, 0.021008384704589843, 0.020742143630981445, 0.02086092758178711, 0.020641792297363282, 0.0208353271484375, 0.020839424133300782, 0.020916223526000977, 0.021110784530639647, 0.020787200927734374, 0.02083737564086914, 0.020784128189086915, 0.02105241584777832, 0.020711423873901368, 0.02089472007751465, 0.02087116813659668, 0.02083737564086914, 0.02187571144104004, 0.020891647338867187, 0.020907007217407226, 0.021019647598266602, 0.021313535690307618, 0.021707775115966797, 0.0218787841796875, 0.02149171257019043, 0.0216944637298584, 0.02165043258666992, 0.021570560455322265, 0.020948991775512696, 0.020977664947509765, 0.020742143630981445, 0.02085478401184082, 0.02048307228088379, 0.02065100860595703, 0.020904960632324218, 0.020990976333618162, 0.020794368743896483, 0.02049843215942383, 0.02062335968017578, 0.02066739273071289, 0.021733375549316408, 0.021761024475097656, 0.020552703857421875, 0.020694015502929687, 0.020766719818115235, 0.021311487197875977, 0.0224399356842041, 0.022958080291748048, 0.02164735984802246, 0.021734399795532225, 0.021827583312988282, 0.02186444854736328, 0.021785600662231445, 0.021737472534179687, 0.021738496780395508, 0.021566463470458985, 0.021929983139038087, 0.021602304458618164, 0.021687295913696288, 0.02170675277709961, 0.021789695739746092, 0.021940223693847655, 0.021600255966186522, 0.021955583572387697, 0.021594112396240234, 0.021700607299804688, 0.021513216018676756, 0.021558271408081055, 0.02163302421569824, 0.02145382308959961, 0.021832704544067383, 0.02185318374633789, 0.02167807960510254, 0.021824512481689453, 0.02172313690185547, 0.021600255966186522, 0.02169343948364258, 0.02145894432067871, 0.021361663818359376, 0.02144972801208496, 0.021407743453979493, 0.02171392059326172, 0.021612543106079102, 0.02188287925720215, 0.021581823348999024, 0.022191104888916017, 0.02191155242919922, 0.02051481628417969, 0.020801536560058592, 0.021557247161865235, 0.021643264770507813, 0.02210508728027344, 0.021742591857910155, 0.02165452766418457, 0.021755903244018555, 0.02170675277709961, 0.02190028762817383, 0.02170572853088379, 0.021737472534179687, 0.021781503677368166, 0.02171494483947754, 0.021699583053588867, 0.021695487976074217, 0.02185420799255371, 0.02169036865234375, 0.02167091178894043, 0.02205388832092285, 0.021758975982666014, 0.021387264251708983, 0.021332992553710937, 0.021375999450683594, 0.021614591598510743, 0.02187468719482422, 0.02168627166748047, 0.021630975723266603, 0.021789695739746092, 0.02192076873779297, 0.021760000228881835, 0.021779455184936524, 0.021721088409423828, 0.021618688583374023, 0.021639167785644533, 0.021588991165161133, 0.02164019203186035, 0.02163817596435547, 0.02165551948547363, 0.02166886329650879, 0.021644287109375, 0.0216627197265625, 0.02186854362487793, 0.021619712829589844, 0.02144972801208496, 0.02167193603515625, 0.02171801567077637, 0.02147225570678711, 0.02083635139465332, 0.02125721549987793, 0.02180607986450195, 0.02151628875732422, 0.02168524742126465, 0.021765119552612306, 0.022042623519897463, 0.021752832412719726, 0.021724159240722657, 0.02201907157897949, 0.021570560455322265, 0.021448703765869142, 0.020537343978881836, 0.021359615325927735, 0.021543935775756837, 0.02044211196899414, 0.02084556770324707, 0.020791296005249024, 0.021793792724609375, 0.02169036865234375, 0.02170982360839844, 0.02188800048828125, 0.021377023696899415, 0.021756927490234376, 0.022245376586914063, 0.022648832321166993, 0.022607872009277344, 0.021946367263793946, 0.021738496780395508, 0.02183884811401367, 0.021704704284667968, 0.02172211265563965, 0.02124799919128418, 0.021309440612792968, 0.021599231719970705, 0.021753856658935547, 0.022042623519897463, 0.021481472015380858, 0.021397504806518555, 0.022153215408325197, 0.02284236717224121, 0.02232729530334473, 0.02182963180541992, 0.02181427192687988, 0.02183065605163574, 0.021572608947753907, 0.021583871841430666, 0.022114303588867186, 0.02182246398925781, 0.021014528274536134, 0.02062848091125488, 0.020806655883789063, 0.020798463821411133, 0.02089369583129883, 0.020914176940917968, 0.02099404716491699, 0.02171392059326172, 0.021619712829589844, 0.02169856071472168, 0.02165043258666992, 0.021535743713378908, 0.021562368392944335, 0.022064128875732423, 0.021720064163208007, 0.022189056396484375, 0.02189107131958008, 0.021737472534179687, 0.02167398452758789, 0.021719039916992186, 0.020997119903564454, 0.021102592468261717, 0.02082611274719238]",tokens/s,46.051828417156,,,,,,MB,1834.06592,2779.250688,0.0,2149.5808,2147.522048,s,1,8.5471484375,8.5471484375,0.0,8.5471484375,8.5471484375,8.5471484375,8.5471484375,[8.5471484375],,kWh,2.0237048329859577e-05,1.1075761541798995e-05,2.7843911163998036e-05,5.915672103565661e-05, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,s,s,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/s/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947354-40f4b7fc76b8ec6878c70cbf;ca00d18a-73e4-4cfe-b07a-45787bf2c052) Repository Not Found for url: https://huggingface.co/s/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: s is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-40b,tiiuae/falcon-40b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 105, in run _ = backend.generate(self.inputs, self.config.generate_kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 400, in generate return self.pretrained_model.generate(**inputs, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 1914, in generate result = self._sample( File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 2651, in _sample outputs = self( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 900, in forward transformer_outputs = self.transformer( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 797, in forward outputs = block( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 477, in forward mlp_output = self.mlp(mlp_layernorm_out) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 409, in forward x = self.act(self.dense_h_to_4h(x)) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/auto_gptq/nn_modules/qlinear/qlinear_cuda_old.py"", line 314, in forward ).to(torch.int16 if self.bits == 8 else torch.int8) torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-7b,google/gemma-7b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1841.31584,7019.692032,0.0,6371.147776,6308.565504,s,10,1.3136222534179687,0.1313622253417969,8.207828410841184e-05,0.13137908935546874,0.13145328979492185,0.13146728363037108,0.13147847869873047,"[0.13134970092773438, 0.13143008422851563, 0.13122621154785155, 0.13139634704589845, 0.1314812774658203, 0.13138873291015624, 0.13136944580078125, 0.13145018005371092, 0.13129183959960938, 0.13123843383789063]",tokens/s,1948.8098601702493,kWh,1.5535538484938756e-06,8.512708269886807e-07,6.390939456181827e-06,8.795764131664383e-06,tokens/kWh,29104918.704949204,MB,1876.877312,7021.789184,0.0,6373.244928,6309.223424,s,10,20.129480834960937,2.0129480834960938,0.0053349894763728084,2.010189880371094,2.021866662597656,2.0219719665527345,2.022056209716797,"[2.00925146484375, 2.010943115234375, 2.0094366455078125, 2.015591064453125, 2.0090806884765624, 2.0220772705078125, 2.0161739501953124, 2.02184326171875, 2.008358154296875, 2.0067252197265626]",tokens/s,31.297379458779396,kWh,2.37839480224785e-05,1.3034254062747913e-05,7.324695758741844e-05,0.00011006515967264485,tokens/kWh,572388.2124677257,,s,630,20.12762109184265,0.03194860490768675,0.0005119588656906425,0.03182489585876465,0.032560229873657226,0.032789248085021976,0.03360792469024658,"[0.032835582733154296, 0.032247806549072264, 0.03287142562866211, 0.031735807418823245, 0.032048126220703126, 0.03200307083129883, 0.0317071361541748, 0.031715328216552735, 0.031631359100341795, 0.03168767929077149, 0.031703039169311525, 0.031716352462768556, 0.031676416397094724, 0.03159552001953125, 0.032438270568847655, 0.03202150344848633, 0.031801343917846676, 0.0319866886138916, 0.03189452743530274, 0.03181875228881836, 0.03198361587524414, 0.03158220863342285, 0.031693824768066405, 0.031527936935424807, 0.031541248321533204, 0.03145011138916016, 0.0314839038848877, 0.03172147178649903, 0.03158835220336914, 0.03151872062683105, 0.03161907196044922, 0.03175833511352539, 0.0320819206237793, 0.032612350463867186, 0.032048126220703126, 0.03171737670898438, 0.03256729507446289, 0.03242598342895508, 0.03208294296264649, 0.031955968856811526, 0.03159145545959473, 0.03161084747314453, 0.03201945495605469, 0.03234304046630859, 0.03212492752075195, 0.03265433502197266, 0.032314369201660156, 0.031710208892822264, 0.03170918464660644, 0.03192934417724609, 0.03191910362243652, 0.03162112045288086, 0.0318023681640625, 0.03160678482055664, 0.0315863037109375, 0.031940607070922854, 0.03176959991455078, 0.032105472564697264, 0.03149007987976074, 0.03188732719421387, 0.031904767990112305, 0.03156377601623535, 0.031765504837036135, 0.03244543838500977, 0.032075775146484374, 0.03172147178649903, 0.03167027282714844, 0.03209523010253906, 0.03174297523498535, 0.031899744033813474, 0.031320991516113283, 0.03136716842651367, 0.03262464141845703, 0.03165593528747559, 0.0317071361541748, 0.031888383865356446, 0.03188121604919433, 0.03175628852844238, 0.0317890567779541, 0.03186175918579102, 0.03174604797363281, 0.031591424942016604, 0.03182489585876465, 0.03162112045288086, 0.03198975944519043, 0.031817728042602536, 0.031703039169311525, 0.03167231941223145, 0.031710208892822264, 0.03172454452514648, 0.03140505599975586, 0.03215769577026367, 0.032246784210205076, 0.032140289306640625, 0.031893503189086916, 0.03225804901123047, 0.0315361270904541, 0.03162419128417969, 0.03148902320861816, 0.03154022407531738, 0.031474687576293944, 0.031884288787841795, 0.03211775970458984, 0.031905792236328126, 0.03215871810913086, 0.032710655212402344, 0.032261119842529294, 0.03192934417724609, 0.03269836807250977, 0.03220479965209961, 0.03235123062133789, 0.0317071361541748, 0.03219968032836914, 0.032456703186035156, 0.03214745712280274, 0.03155046463012695, 0.0322426872253418, 0.03194777679443359, 0.032123905181884765, 0.03163545608520508, 0.03211673736572265, 0.03156889533996582, 0.031715328216552735, 0.03256115341186523, 0.03184639930725098, 0.032039936065673826, 0.032023551940917966, 0.031513599395751955, 0.031663103103637694, 0.03190784072875977, 0.032008190155029294, 0.03155353546142578, 0.03155353546142578, 0.0323870735168457, 0.03183718490600586, 0.03174502372741699, 0.031714303970336914, 0.03208396911621094, 0.031971328735351565, 0.031886335372924804, 0.03180646324157715, 0.03194879913330078, 0.0319498233795166, 0.03151155281066895, 0.031459327697753905, 0.031888383865356446, 0.03176345634460449, 0.03135078430175781, 0.031319040298461914, 0.031285247802734374, 0.03205222320556641, 0.031492095947265625, 0.03139891242980957, 0.032366592407226565, 0.034411518096923825, 0.032696319580078126, 0.03205734252929687, 0.03168563270568848, 0.03177267265319824, 0.03201126480102539, 0.03159552001953125, 0.03215769577026367, 0.03200307083129883, 0.03202969741821289, 0.03357593536376953, 0.03236454391479492, 0.031221759796142577, 0.03128422355651855, 0.03242086410522461, 0.032007167816162106, 0.03153305625915527, 0.031938560485839845, 0.03155353546142578, 0.03246182250976563, 0.03175833511352539, 0.031270912170410156, 0.03136409568786621, 0.03181875228881836, 0.031853567123413085, 0.031666175842285156, 0.031661056518554685, 0.0323768310546875, 0.03203276824951172, 0.03223961639404297, 0.03144601631164551, 0.03156582450866699, 0.03191398429870605, 0.032228351593017575, 0.03183103942871094, 0.032024574279785153, 0.03169177627563476, 0.031749120712280275, 0.03199180793762207, 0.031286272048950195, 0.03198873519897461, 0.03142860794067383, 0.03176345634460449, 0.03199283218383789, 0.03147980880737305, 0.031732736587524416, 0.03182489585876465, 0.03156991958618164, 0.03300556945800781, 0.03310182571411133, 0.031784959793090824, 0.03170508766174317, 0.031987712860107424, 0.03322675323486328, 0.03275468826293945, 0.032336894989013674, 0.032107521057128906, 0.031834112167358396, 0.03146854400634766, 0.031704063415527346, 0.03171641540527344, 0.03192518424987793, 0.031732736587524416, 0.03162112045288086, 0.03163750457763672, 0.03158527946472168, 0.03215359878540039, 0.03184332847595215, 0.03181977653503418, 0.03205120086669922, 0.03202969741821289, 0.0317071361541748, 0.031752191543579104, 0.03188019180297851, 0.03147980880737305, 0.031920127868652344, 0.03452108764648437, 0.03348889541625977, 0.03259904098510742, 0.03179417610168457, 0.031882240295410154, 0.031922176361083986, 0.03182592010498047, 0.03199897575378418, 0.03163443183898926, 0.03267891311645508, 0.033620990753173825, 0.031954944610595705, 0.03178598403930664, 0.031866880416870115, 0.03187507247924805, 0.031507455825805664, 0.03163545608520508, 0.031821823120117186, 0.03186483192443847, 0.03138150405883789, 0.0314654712677002, 0.03188019180297851, 0.03211673736572265, 0.03171737670898438, 0.0317890567779541, 0.031645696640014646, 0.031833087921142575, 0.031699968338012696, 0.03196108818054199, 0.032791553497314455, 0.032094207763671875, 0.03184537506103516, 0.031764480590820314, 0.03190169525146484, 0.0317255687713623, 0.03156172752380371, 0.03157708740234375, 0.03193036842346191, 0.031492095947265625, 0.03119923210144043, 0.03146854400634766, 0.03142451286315918, 0.0318023681640625, 0.03174604797363281, 0.031848447799682614, 0.03177676773071289, 0.031937536239624024, 0.03165286445617676, 0.031735807418823245, 0.031939584732055666, 0.03157094383239746, 0.03177984046936035, 0.03196928024291992, 0.03256320190429687, 0.03188531112670898, 0.031527936935424807, 0.03173990440368652, 0.03189043235778809, 0.03172249603271484, 0.031834112167358396, 0.03162214469909668, 0.03196723175048828, 0.03417292785644531, 0.03166720008850098, 0.03167231941223145, 0.03160780715942383, 0.03179520034790039, 0.03141836738586426, 0.031853567123413085, 0.03176652717590332, 0.031631359100341795, 0.032317440032958986, 0.03249663925170899, 0.03165184020996094, 0.03153919982910156, 0.03162623977661133, 0.03171225547790527, 0.03150233650207519, 0.032121856689453124, 0.03213926315307617, 0.032072704315185545, 0.0317573127746582, 0.03253247833251953, 0.03319398498535156, 0.03258367919921875, 0.03144704055786133, 0.0317706241607666, 0.03267583847045898, 0.03246182250976563, 0.03171225547790527, 0.032535552978515625, 0.032361473083496094, 0.03232563018798828, 0.032007167816162106, 0.03220889663696289, 0.03196313667297363, 0.032985088348388675, 0.032677886962890625, 0.03256012725830078, 0.03297689437866211, 0.032645118713378905, 0.031676416397094724, 0.03193548774719238, 0.03184127998352051, 0.03191193580627441, 0.031458303451538085, 0.03157401657104492, 0.031801343917846676, 0.03205734252929687, 0.03373056030273437, 0.03278643035888672, 0.03189043235778809, 0.03233894348144531, 0.0319180793762207, 0.031681535720825195, 0.03245260620117187, 0.0316753921508789, 0.03187302398681641, 0.032780288696289066, 0.031513599395751955, 0.03162112045288086, 0.03304755020141602, 0.03238809585571289, 0.031692800521850584, 0.03216998291015625, 0.03150028800964356, 0.03175935935974121, 0.03243212890625, 0.032718849182128903, 0.03278438568115234, 0.031783935546875, 0.03173785591125488, 0.031492095947265625, 0.03213824081420898, 0.03180851173400879, 0.03191193580627441, 0.031677440643310545, 0.03160985565185547, 0.03246899032592773, 0.0326297607421875, 0.032010238647460935, 0.03197337532043457, 0.03179212760925293, 0.031615999221801756, 0.031647743225097655, 0.03168358421325684, 0.03179110336303711, 0.03180031967163086, 0.032023551940917966, 0.03160678482055664, 0.03207167816162109, 0.03215871810913086, 0.03195699119567871, 0.03171225547790527, 0.03186073684692383, 0.03192831993103027, 0.031936511993408204, 0.03284787368774414, 0.03198054313659668, 0.032486400604248046, 0.03151667213439941, 0.03174195289611816, 0.03189760017395019, 0.03186483192443847, 0.03183206367492676, 0.03162623977661133, 0.03151667213439941, 0.032173057556152344, 0.032089088439941404, 0.03212083053588867, 0.03143168067932129, 0.031833087921142575, 0.03167334365844727, 0.031514623641967776, 0.03158527946472168, 0.03172249603271484, 0.03276902389526367, 0.032059391021728514, 0.03216896057128906, 0.03209011077880859, 0.031888383865356446, 0.03193548774719238, 0.03291545486450195, 0.03238092803955078, 0.03133132743835449, 0.03202252960205078, 0.03280588912963867, 0.03194675254821777, 0.03263385772705078, 0.03207884979248047, 0.03149516868591309, 0.032949249267578126, 0.03271680068969727, 0.03142758369445801, 0.031541248321533204, 0.03197644805908203, 0.03180646324157715, 0.032476158142089845, 0.03224576187133789, 0.03215155029296875, 0.032892929077148435, 0.0326297607421875, 0.031719423294067385, 0.03176959991455078, 0.0317573127746582, 0.031643648147583005, 0.031780864715576174, 0.03181875228881836, 0.0323164176940918, 0.03150028800964356, 0.03164057540893555, 0.0383631362915039, 0.03297792053222656, 0.031339519500732424, 0.03165184020996094, 0.03277926254272461, 0.033808383941650394, 0.03274956893920898, 0.03171123123168945, 0.0315043830871582, 0.031768575668334964, 0.03192831993103027, 0.031849472045898435, 0.031575040817260744, 0.0319815673828125, 0.03212492752075195, 0.03181977653503418, 0.03348582458496094, 0.033413120269775394, 0.03183103942871094, 0.03182489585876465, 0.031545343399047854, 0.03164262390136719, 0.03183616065979004, 0.03193139266967773, 0.03159654426574707, 0.03155763244628906, 0.031665151596069335, 0.03171225547790527, 0.031887359619140625, 0.03197235107421875, 0.031719423294067385, 0.03239014434814453, 0.03244236755371094, 0.03253350448608398, 0.03158937644958496, 0.03266457748413086, 0.031704063415527346, 0.031718399047851564, 0.031921152114868165, 0.032486400604248046, 0.031503360748291014, 0.0315996150970459, 0.03199180793762207, 0.03172863960266113, 0.03175935935974121, 0.031660032272338864, 0.03194470405578613, 0.03156480026245117, 0.03169484710693359, 0.03182284736633301, 0.03192831993103027, 0.03249049758911133, 0.032723968505859374, 0.031821823120117186, 0.03191500854492187, 0.03273625564575195, 0.0316753921508789, 0.03209523010253906, 0.03168563270568848, 0.031529983520507815, 0.03153715133666992, 0.03194777679443359, 0.03129958343505859, 0.032366592407226565, 0.03223859024047852, 0.03224371337890625, 0.03175424003601074, 0.03181670379638672, 0.03177984046936035, 0.032710655212402344, 0.03184435272216797, 0.031498239517211916, 0.031730688095092774, 0.03198361587524414, 0.03153305625915527, 0.031904767990112305, 0.03157606315612793, 0.03177574348449707, 0.031893503189086916, 0.03209625625610352, 0.031903743743896484, 0.03306598281860352, 0.0328642578125, 0.031765504837036135, 0.03172454452514648, 0.032024574279785153, 0.031677440643310545, 0.031768575668334964, 0.03173785591125488, 0.031749120712280275, 0.03199078369140625, 0.03295948791503906, 0.03194777679443359, 0.03204608154296875, 0.031632383346557616, 0.031736831665039066, 0.03165593528747559, 0.031664127349853514, 0.031953920364379884, 0.03168358421325684, 0.031341567993164066, 0.03138047981262207, 0.03158527946472168, 0.031903743743896484, 0.03159040069580078, 0.03164057540893555, 0.0318791675567627, 0.03174195289611816, 0.03151667213439941, 0.03172249603271484, 0.03188121604919433, 0.031923200607299806, 0.031681535720825195, 0.03172659111022949, 0.03191910362243652, 0.03199180793762207, 0.03172659111022949, 0.03155046463012695, 0.0322242546081543, 0.03161702346801758, 0.031731712341308595, 0.03172761535644531, 0.031835136413574217, 0.03167231941223145, 0.03191296005249023, 0.032449535369873043, 0.03158323287963867, 0.03184025573730469, 0.03178700828552246, 0.032363521575927735, 0.03171123123168945, 0.03178291130065918, 0.03200614547729492, 0.031734783172607424, 0.03194572830200195, 0.03156070327758789, 0.03180031967163086, 0.031902719497680664, 0.032396289825439455, 0.03312844848632813, 0.03212799835205078, 0.031942655563354495, 0.031734783172607424, 0.0317388801574707, 0.031953920364379884, 0.03181670379638672, 0.03162521553039551, 0.03159552001953125, 0.03161702346801758, 0.03183923149108887, 0.03153919982910156, 0.031699968338012696, 0.03181875228881836, 0.032263168334960936, 0.03194367980957031, 0.03167231941223145, 0.03165593528747559, 0.03169075202941894, 0.03156480026245117, 0.031486976623535154, 0.03146342468261719, 0.03194470405578613, 0.0316866569519043, 0.03237580871582031, 0.032873470306396486, 0.031850496292114255, 0.03178700828552246, 0.03169587135314941, 0.031514623641967776, 0.031649791717529296, 0.03252326583862305, 0.031768575668334964, 0.03168563270568848, 0.031681535720825195, 0.03153715133666992, 0.03201228713989258, 0.03159040069580078, 0.031545343399047854, 0.03174092864990234, 0.0317071361541748, 0.03141222381591797, 0.031643648147583005, 0.03188019180297851, 0.031703039169311525, 0.03181875228881836, 0.03216896057128906, 0.032118785858154295, 0.032143360137939454, 0.03214438247680664]",tokens/s,31.300271260339215,,,,,,MB,4748.365824,6422.003712,0.0,5792.333824,5786.358272,s,1,11.0886728515625,11.0886728515625,0.0,11.0886728515625,11.0886728515625,11.0886728515625,11.0886728515625,[11.0886728515625],,kWh,5.021991096527643e-05,2.750872009994756e-05,7.062394538799588e-05,0.00014835257645321988, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-125m,facebook/opt-125m,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1209.851904,860.356608,0.0,213.909504,170.743808,s,10,0.21458252906799316,0.021458252906799317,0.0009176038191057469,0.021231232643127443,0.022485773277282715,0.023175878620147704,0.023727962894439698,"[0.023865983963012694, 0.02233241653442383, 0.02098579216003418, 0.02126335906982422, 0.020986751556396486, 0.020608287811279297, 0.021352832794189452, 0.020724639892578126, 0.021218944549560546, 0.021243520736694336]",tokens/s,11930.141801939671,kWh,2.491309991356923e-07,1.364816915194847e-07,5.220565579958238e-07,9.076692486510008e-07,tokens/kWh,282041063.28431106,MB,1210.146816,860.356608,0.0,213.909504,191.397888,s,10,12.535274047851564,1.2535274047851561,0.004613685911633795,1.2543497924804687,1.2572148803710939,1.2594189025878906,1.261182120361328,"[1.25672509765625, 1.2616229248046875, 1.2560738525390625, 1.250372802734375, 1.2558843994140625, 1.2451822509765624, 1.246894287109375, 1.254228271484375, 1.25381884765625, 1.2544713134765626]",tokens/s,50.25817525768227,kWh,1.457295602385761e-05,7.985667985845601e-06,2.8242883120603563e-05,5.080150713030678e-05,tokens/kWh,1240120.6885142967,,s,629,12.703058958053585,0.020195642222660713,0.002593500772864669,0.019974143981933593,0.02013140411376953,0.02028482551574707,0.04095452789306642,"[0.022434816360473633, 0.02209382438659668, 0.02190745544433594, 0.01978982353210449, 0.01945088005065918, 0.01955331230163574, 0.019496927261352538, 0.019700735092163087, 0.01956153678894043, 0.019431360244750978, 0.019491840362548828, 0.019486719131469727, 0.01945907211303711, 0.0194467830657959, 0.019471359252929688, 0.019529727935791014, 0.02009600067138672, 0.019932159423828123, 0.019558399200439454, 0.0195020809173584, 0.02042265510559082, 0.02025164794921875, 0.019449855804443358, 0.019536895751953123, 0.019615743637084963, 0.019369983673095705, 0.01941606330871582, 0.019744768142700195, 0.02036735916137695, 0.020571136474609376, 0.020370431900024414, 0.020058176040649415, 0.020072383880615233, 0.020133888244628906, 0.020016128540039063, 0.01963417625427246, 0.019953664779663087, 0.019336191177368164, 0.01977244758605957, 0.019965919494628906, 0.020068351745605468, 0.020000768661499024, 0.019991552352905274, 0.019984384536743165, 0.020000768661499024, 0.019945472717285157, 0.020182016372680665, 0.020002815246582033, 0.01942835235595703, 0.019518463134765626, 0.019596288681030274, 0.019482624053955077, 0.019999744415283204, 0.0196495361328125, 0.019482624053955077, 0.019358720779418945, 0.019687423706054686, 0.019772415161132813, 0.019895296096801757, 0.020178943634033202, 0.020023296356201172, 0.019778560638427735, 0.043030529022216796, 0.019971071243286134, 0.020099071502685546, 0.020082687377929686, 0.020065280914306642, 0.01999564743041992, 0.0200581111907959, 0.0200581111907959, 0.01998847961425781, 0.020196352005004883, 0.020063295364379882, 0.01976211166381836, 0.019543039321899415, 0.019745792388916016, 0.02000486373901367, 0.02007244873046875, 0.0200898551940918, 0.019999744415283204, 0.02001919937133789, 0.020134912490844727, 0.019711999893188475, 0.019350528717041016, 0.020504575729370117, 0.021005311965942384, 0.020295679092407228, 0.02004172706604004, 0.020059135437011717, 0.019970048904418947, 0.0200130558013916, 0.019752960205078125, 0.019511295318603517, 0.0201278076171875, 0.020109247207641602, 0.02003660774230957, 0.019931135177612306, 0.02005299186706543, 0.01979801559448242, 0.019727392196655272, 0.019975135803222657, 0.019969024658203126, 0.02002943992614746, 0.02018611145019531, 0.019990528106689453, 0.02003763198852539, 0.02004172706604004, 0.019555328369140625, 0.01984921646118164, 0.019914751052856446, 0.02004172706604004, 0.02006118392944336, 0.020123647689819335, 0.020110336303710938, 0.020290559768676757, 0.020099071502685546, 0.019973119735717772, 0.0200949764251709, 0.02004991912841797, 0.0202608642578125, 0.019983360290527344, 0.020184064865112306, 0.020017152786254884, 0.020050943374633787, 0.020114431381225584, 0.04143206405639648, 0.02002124786376953, 0.020074495315551756, 0.02003763198852539, 0.020060159683227538, 0.019933183670043944, 0.020076543807983398, 0.0200447998046875, 0.020172800064086914, 0.02007049560546875, 0.01966582489013672, 0.01967411231994629, 0.01947238349914551, 0.019975168228149414, 0.0200263671875, 0.020101119995117187, 0.020059135437011717, 0.020143104553222657, 0.019992639541625976, 0.020023296356201172, 0.020031423568725587, 0.019854335784912108, 0.02003558349609375, 0.019772415161132813, 0.01969049644470215, 0.019506175994873046, 0.019775487899780272, 0.019940351486206053, 0.02003763198852539, 0.020006912231445313, 0.020109312057495117, 0.019802112579345704, 0.019538944244384765, 0.019536895751953123, 0.01962291145324707, 0.019940351486206053, 0.020009983062744142, 0.02007347106933594, 0.021360639572143555, 0.02005401611328125, 0.020107263565063475, 0.02001817512512207, 0.020115455627441405, 0.02005299186706543, 0.02007347106933594, 0.0200100154876709, 0.020063199996948243, 0.019801088333129883, 0.019951616287231445, 0.02002227210998535, 0.020122623443603514, 0.02006630325317383, 0.02003455924987793, 0.019737632751464843, 0.01933001518249512, 0.019522560119628905, 0.01924710464477539, 0.019606527328491212, 0.019551231384277345, 0.01971609687805176, 0.020091903686523437, 0.020033632278442383, 0.02007753562927246, 0.04174739074707031, 0.020033536911010744, 0.020092927932739257, 0.020016191482543945, 0.020022207260131836, 0.02003660774230957, 0.020134912490844727, 0.019984384536743165, 0.02003865623474121, 0.020074495315551756, 0.01970790481567383, 0.019569664001464843, 0.019557376861572266, 0.019895296096801757, 0.020039680480957032, 0.0200949764251709, 0.019976192474365235, 0.02010316848754883, 0.020113407135009767, 0.02023321533203125, 0.02002943992614746, 0.02006425666809082, 0.019947519302368166, 0.019899391174316407, 0.019851264953613282, 0.02008166313171387, 0.020137983322143553, 0.020017152786254884, 0.019984384536743165, 0.020050943374633787, 0.020071487426757812, 0.019770336151123048, 0.019463136672973634, 0.019760128021240234, 0.019409919738769533, 0.01984921646118164, 0.01940787124633789, 0.019688447952270507, 0.01961369514465332, 0.01984716796875, 0.020039680480957032, 0.019990528106689453, 0.020057088851928712, 0.019922943115234376, 0.019823711395263673, 0.019549087524414064, 0.019777536392211914, 0.019357696533203125, 0.019335168838500977, 0.019326976776123047, 0.019198976516723632, 0.019478527069091797, 0.01925734329223633, 0.01985945510864258, 0.019922943115234376, 0.019974143981933593, 0.019895296096801757, 0.02004787254333496, 0.02009702491760254, 0.020000768661499024, 0.0193832950592041, 0.01925324821472168, 0.019704864501953124, 0.04105315017700195, 0.019918848037719726, 0.020001792907714845, 0.020039680480957032, 0.020017152786254884, 0.020077632904052733, 0.020019136428833007, 0.019999744415283204, 0.019736608505249022, 0.020039648056030274, 0.019973119735717772, 0.020174848556518556, 0.02009702491760254, 0.02007142448425293, 0.01985945510864258, 0.01983692741394043, 0.020109312057495117, 0.02008678436279297, 0.02003046417236328, 0.019956735610961913, 0.020024320602416993, 0.020017152786254884, 0.019917823791503905, 0.019528703689575197, 0.019747840881347657, 0.019982336044311523, 0.019979263305664064, 0.020007936477661133, 0.019979263305664064, 0.02007961654663086, 0.020009983062744142, 0.0200130558013916, 0.019770368576049805, 0.019703807830810546, 0.019509248733520508, 0.019549184799194336, 0.019709951400756837, 0.019950592041015625, 0.02001919937133789, 0.020057088851928712, 0.020000768661499024, 0.020106239318847655, 0.02002943992614746, 0.02004787254333496, 0.020050943374633787, 0.0196177921295166, 0.019706880569458008, 0.020151296615600587, 0.019710975646972655, 0.019620864868164063, 0.019385343551635743, 0.0198604793548584, 0.01999667167663574, 0.02009600067138672, 0.019933183670043944, 0.019976192474365235, 0.020000768661499024, 0.02001408004760742, 0.019977216720581056, 0.019964927673339843, 0.01983795166015625, 0.02008166313171387, 0.02007756805419922, 0.040700927734375, 0.019975168228149414, 0.02002841567993164, 0.020001792907714845, 0.020011007308959963, 0.019663871765136717, 0.01944268798828125, 0.019895296096801757, 0.01984409523010254, 0.020091903686523437, 0.020148223876953125, 0.019998720169067383, 0.01948569679260254, 0.019598335266113282, 0.01983078384399414, 0.019548160552978516, 0.019491840362548828, 0.019384319305419923, 0.01944576072692871, 0.019359743118286133, 0.019522560119628905, 0.019345407485961915, 0.019406848907470704, 0.01937919998168945, 0.019406848907470704, 0.01948467254638672, 0.019374080657958984, 0.019515392303466796, 0.019405824661254883, 0.019406879425048828, 0.019398624420166016, 0.01925632095336914, 0.019272703170776367, 0.019409919738769533, 0.019711040496826173, 0.01980614471435547, 0.02000588798522949, 0.019389440536499023, 0.019722240447998047, 0.019966976165771484, 0.01990656089782715, 0.02006220817565918, 0.01990553665161133, 0.02022400093078613, 0.020323328018188477, 0.02104319953918457, 0.020198400497436524, 0.02022400093078613, 0.020063232421875, 0.02009600067138672, 0.02004582405090332, 0.019987455368041994, 0.020170816421508787, 0.01999558448791504, 0.019843072891235353, 0.019506240844726564, 0.01976006317138672, 0.019430400848388672, 0.019744768142700195, 0.019991552352905274, 0.01998028755187988, 0.019548160552978516, 0.01964543914794922, 0.041998367309570316, 0.020786144256591796, 0.020048896789550782, 0.02007961654663086, 0.019992576599121094, 0.020023296356201172, 0.020059135437011717, 0.02001817512512207, 0.01965158462524414, 0.019506175994873046, 0.019896320343017578, 0.01999564743041992, 0.019981311798095702, 0.019949567794799804, 0.01998028755187988, 0.01945292854309082, 0.01945292854309082, 0.019985408782958985, 0.020007936477661133, 0.019962879180908204, 0.019954687118530275, 0.019778560638427735, 0.019224576950073242, 0.019475456237792968, 0.019993600845336915, 0.019968000411987305, 0.019812351226806642, 0.020057088851928712, 0.01964646339416504, 0.019397632598876953, 0.01991372871398926, 0.019952703475952148, 0.019851200103759764, 0.019372032165527343, 0.019911680221557617, 0.01967820739746094, 0.019612672805786133, 0.020040735244750977, 0.019954656600952147, 0.019991552352905274, 0.019974143981933593, 0.01982975959777832, 0.01942835235595703, 0.01983692741394043, 0.019773439407348634, 0.019991552352905274, 0.01960038375854492, 0.019833856582641602, 0.019854335784912108, 0.019727359771728514, 0.019973119735717772, 0.019573759078979493, 0.01947340774536133, 0.019224576950073242, 0.01924095916748047, 0.019353599548339845, 0.0194150390625, 0.019607551574707033, 0.01982975959777832, 0.019899391174316407, 0.01939356803894043, 0.01964543914794922, 0.019381216049194336, 0.040610816955566405, 0.0194652156829834, 0.01946931266784668, 0.019449855804443358, 0.019408895492553712, 0.01949292755126953, 0.019445695877075196, 0.019397632598876953, 0.019951616287231445, 0.01919795227050781, 0.019353599548339845, 0.02003660774230957, 0.019968000411987305, 0.02063974380493164, 0.01982771110534668, 0.020032575607299805, 0.020040639877319334, 0.019999744415283204, 0.02000588798522949, 0.02001919937133789, 0.02004582405090332, 0.02012057685852051, 0.019572736740112305, 0.01941913604736328, 0.020001792907714845, 0.0198287353515625, 0.020075519561767577, 0.019894271850585937, 0.020106239318847655, 0.019948543548583983, 0.0202926082611084, 0.01999564743041992, 0.019956735610961913, 0.019772415161132813, 0.019929088592529298, 0.0200447998046875, 0.020091936111450194, 0.020130783081054687, 0.020000768661499024, 0.02002124786376953, 0.02000486373901367, 0.02000588798522949, 0.01978268814086914, 0.019957727432250976, 0.02010316848754883, 0.019979263305664064, 0.02008678436279297, 0.02027622413635254, 0.02017791938781738, 0.01999564743041992, 0.02000486373901367, 0.019953664779663087, 0.01992192077636719, 0.020091903686523437, 0.01998028755187988, 0.019986431121826173, 0.019932159423828123, 0.019960832595825196, 0.019644416809082032, 0.020009983062744142, 0.020002815246582033, 0.020063232421875, 0.019991552352905274, 0.04192870330810547, 0.01977350425720215, 0.020017087936401366, 0.020040704727172853, 0.019991552352905274, 0.01946419143676758, 0.019949567794799804, 0.019958784103393554, 0.020050943374633787, 0.02002022361755371, 0.019985408782958985, 0.02008678436279297, 0.019975168228149414, 0.02004684829711914, 0.02002124786376953, 0.01983078384399414, 0.01947238349914551, 0.019739648818969727, 0.019952640533447266, 0.019974143981933593, 0.019982336044311523, 0.019978271484375, 0.019625951766967773, 0.019471359252929688, 0.020188159942626953, 0.02011238479614258, 0.01988096046447754, 0.019216384887695313, 0.019689472198486328, 0.019965951919555663, 0.02002124786376953, 0.019743743896484374, 0.019912704467773438, 0.020059135437011717, 0.019904512405395508, 0.019993600845336915, 0.01962700843811035, 0.01987174415588379, 0.019390464782714844, 0.01962700843811035, 0.019517440795898438, 0.019606527328491212, 0.019923967361450197, 0.019409919738769533, 0.019606527328491212, 0.019393535614013673, 0.019870719909667968, 0.0196997127532959, 0.019591167449951173, 0.02051584053039551, 0.0202608642578125, 0.02005504035949707, 0.019986431121826173, 0.019973119735717772, 0.019992576599121094, 0.021796863555908205, 0.020336639404296874, 0.020229120254516602, 0.019713024139404296, 0.019899391174316407, 0.019611648559570313, 0.0195830078125, 0.019956703186035155, 0.04130105590820313, 0.019470272064208986, 0.019773439407348634, 0.020060159683227538, 0.02007756805419922, 0.019951616287231445, 0.020108287811279296, 0.01965875244140625, 0.019655679702758787, 0.020025344848632814, 0.020091903686523437, 0.019728384017944335, 0.019486719131469727, 0.020142080307006836, 0.021193727493286133, 0.020296703338623046, 0.020110336303710938, 0.02011859130859375, 0.019941312789916992, 0.019999744415283204, 0.019960832595825196, 0.01985638427734375, 0.019668991088867188, 0.01940281677246094, 0.020005823135375977, 0.020445184707641603, 0.020056095123291016, 0.019942367553710937, 0.020105215072631837, 0.020145151138305666, 0.02002739143371582, 0.01963007926940918, 0.019540992736816407, 0.02004684829711914, 0.020135936737060548, 0.020165632247924805, 0.020067327499389647, 0.01988096046447754, 0.0198154239654541, 0.019499008178710937, 0.019975168228149414, 0.019982336044311523, 0.02000383949279785, 0.020116479873657226, 0.02002841567993164, 0.01944576072692871, 0.01982771110534668, 0.019991552352905274, 0.020139007568359374, 0.01976323127746582, 0.01951638412475586, 0.020011007308959963, 0.019886079788208007, 0.0198604793548584, 0.019398656845092774, 0.019910655975341796, 0.020059135437011717, 0.02003046417236328, 0.019528703689575197, 0.01964646339416504, 0.0194969596862793, 0.01946828842163086, 0.020074527740478517]",tokens/s,49.51563257928686,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,databricks/dbrx-base,databricks/dbrx-base,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",dbrx,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-350m,facebook/opt-350m,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1281.970176,1017.643008,0.0,371.195904,277.410816,s,10,0.40465283584594725,0.04046528358459473,0.0012749464270020827,0.040339471817016595,0.041213354873657224,0.04256080570220947,0.04363876636505127,"[0.04390825653076172, 0.039191009521484375, 0.04020032119750976, 0.04062038421630859, 0.04001875305175781, 0.04091392135620117, 0.04051433563232422, 0.03929123306274414, 0.03951599884033203, 0.040478622436523434]",tokens/s,6326.4106246733445,kWh,4.743588816529138e-07,2.5992338141804797e-07,1.2597421947630295e-06,1.994024457833991e-06,tokens/kWh,128383580.7500977,MB,1281.970176,1017.643008,0.0,371.195904,323.048448,s,10,24.280882568359374,2.428088256835937,0.01672270399851807,2.436138427734375,2.4378572509765624,2.4385178588867187,2.4390463452148436,"[2.426797119140625, 2.4161357421875, 2.43644775390625, 2.436491455078125, 2.4358291015625, 2.439178466796875, 2.381922119140625, 2.4365849609375, 2.433785400390625, 2.43771044921875]",tokens/s,25.94633857423941,kWh,2.789970010339496e-05,1.5289993593269173e-05,6.758836843923807e-05,0.0001107780621359022,tokens/kWh,568704.65853349,,s,629,24.602083320617677,0.03911301004867675,0.004804808080024372,0.03870412826538086,0.0389910530090332,0.03930890274047851,0.07752167083740236,"[0.039656448364257815, 0.038916095733642575, 0.03911679840087891, 0.038441982269287106, 0.03871846389770508, 0.03863347244262695, 0.03846553421020508, 0.038747135162353515, 0.038983680725097655, 0.038621185302734375, 0.039468032836914066, 0.03973324966430664, 0.040008705139160154, 0.03956224060058594, 0.038986751556396484, 0.03861708831787109, 0.03892736053466797, 0.038964225769042966, 0.03865497589111328, 0.03835289764404297, 0.03786240005493164, 0.03894784164428711, 0.03873689651489258, 0.038623233795166016, 0.03889459228515625, 0.03893350219726562, 0.038599681854248044, 0.038431808471679686, 0.03866719818115234, 0.03852288055419922, 0.03881881713867188, 0.037525505065917966, 0.03853823852539062, 0.03861196899414063, 0.03871027374267578, 0.0388218879699707, 0.03872870254516601, 0.038642688751220705, 0.03880550384521484, 0.0386693115234375, 0.037972991943359374, 0.03834265518188477, 0.038626304626464845, 0.03872358322143555, 0.03853311920166016, 0.038572032928466796, 0.03861913681030273, 0.03886796951293945, 0.039011329650878904, 0.038809600830078124, 0.03837952041625976, 0.037607425689697264, 0.03740979385375977, 0.03724185562133789, 0.03723164749145508, 0.03744559860229492, 0.037335041046142575, 0.037253120422363284, 0.03730022430419922, 0.037302272796630856, 0.03739648056030274, 0.037308414459228514, 0.0768358383178711, 0.03727462387084961, 0.03721932983398438, 0.03744255828857422, 0.03722444915771484, 0.03723263931274414, 0.03723468780517578, 0.037351425170898435, 0.03726028823852539, 0.037222400665283206, 0.03719782257080078, 0.037326847076416016, 0.03750092697143555, 0.038975486755371096, 0.03851468658447266, 0.038324222564697266, 0.03836415863037109, 0.03865702438354492, 0.03859251022338867, 0.03796889495849609, 0.038454273223876956, 0.03858124923706055, 0.03827609634399414, 0.039785472869873044, 0.03924787139892578, 0.03859251022338867, 0.03877068710327149, 0.03864780807495117, 0.038196224212646485, 0.03844095993041992, 0.03861913681030273, 0.038670337677001954, 0.038452224731445314, 0.037917697906494144, 0.03871744155883789, 0.038529022216796875, 0.038520832061767575, 0.038778881072998046, 0.03852799987792969, 0.038389759063720705, 0.03772422409057617, 0.03858425521850586, 0.03871641540527344, 0.03861094284057617, 0.03887411117553711, 0.03873996734619141, 0.03890790557861328, 0.03827711868286133, 0.038902782440185545, 0.03904307174682617, 0.0387922248840332, 0.038702049255371095, 0.03786137771606445, 0.038809600830078124, 0.03896934509277344, 0.03885977554321289, 0.038787071228027346, 0.038757377624511716, 0.03866009521484375, 0.038470657348632815, 0.038882305145263675, 0.03882393646240234, 0.038712318420410154, 0.07939891052246094, 0.03869286346435547, 0.038795265197753906, 0.03887513732910156, 0.03879423904418945, 0.039034881591796876, 0.03891302490234375, 0.038836223602294925, 0.03861708831787109, 0.03800678253173828, 0.03891097640991211, 0.03804876708984375, 0.038882305145263675, 0.038168575286865236, 0.037981182098388674, 0.03827097702026367, 0.03884646224975586, 0.038865921020507815, 0.0377077751159668, 0.03886284637451172, 0.03846460723876953, 0.0388955192565918, 0.0387583999633789, 0.038612991333007815, 0.038899711608886715, 0.038785022735595705, 0.03849932861328125, 0.037820415496826174, 0.038653953552246094, 0.03862220764160156, 0.038809600830078124, 0.03883724975585937, 0.0387512321472168, 0.03888844680786133, 0.03887411117553711, 0.038833152770996096, 0.03888947296142578, 0.03813888168334961, 0.03830380630493164, 0.038789054870605466, 0.038876190185546874, 0.038718433380126954, 0.03883520126342774, 0.03773132705688476, 0.03853110504150391, 0.03896828842163086, 0.03829248046875, 0.037789695739746096, 0.038752254486083985, 0.03887206268310547, 0.03885158538818359, 0.038711296081542966, 0.038781951904296875, 0.03914342498779297, 0.03878400039672852, 0.038970367431640625, 0.038795265197753906, 0.03885772705078125, 0.03893145751953125, 0.03871027374267578, 0.038882305145263675, 0.03935232162475586, 0.03893657684326172, 0.0801976318359375, 0.040052734375, 0.039428096771240234, 0.038870014190673825, 0.038866943359375, 0.03884646224975586, 0.03879219055175781, 0.038886398315429685, 0.038757377624511716, 0.04078496170043945, 0.039140289306640624, 0.03867238235473633, 0.03890687942504883, 0.038779903411865234, 0.03772723388671875, 0.03863865661621094, 0.038687679290771486, 0.03894681549072266, 0.03893964767456055, 0.03887411117553711, 0.03868371200561523, 0.03804358291625977, 0.03752959823608398, 0.03767091369628906, 0.03757567977905273, 0.03858227157592774, 0.038712318420410154, 0.038975486755371096, 0.03836723327636719, 0.03893862533569336, 0.038735870361328126, 0.038797374725341796, 0.038236095428466794, 0.03860889434814453, 0.03884236907958984, 0.03882495880126953, 0.038738975524902346, 0.03886486434936524, 0.03886489486694336, 0.038742015838623044, 0.03873894500732422, 0.03862015914916992, 0.038100990295410156, 0.03866624069213867, 0.03854131317138672, 0.038796287536621094, 0.0379607048034668, 0.03861708831787109, 0.038790145874023435, 0.03870515060424805, 0.03848908615112305, 0.03781836700439453, 0.0387665901184082, 0.038441982269287106, 0.037978111267089845, 0.038556671142578124, 0.03888127899169922, 0.03868569564819336, 0.03868876647949219, 0.03892428970336914, 0.037594112396240234, 0.038866943359375, 0.038779903411865234, 0.07831346893310547, 0.03814604949951172, 0.03882700729370117, 0.038877185821533204, 0.039695358276367186, 0.03878604888916016, 0.0389826545715332, 0.038836223602294925, 0.038972415924072266, 0.03871744155883789, 0.03882393646240234, 0.03850649642944336, 0.03882495880126953, 0.0381921272277832, 0.03886796951293945, 0.038828033447265625, 0.039008255004882815, 0.0389222412109375, 0.038781951904296875, 0.03867750549316406, 0.038834175109863284, 0.03868876647949219, 0.03847577667236328, 0.03872358322143555, 0.03866726303100586, 0.03881062316894531, 0.03909939193725586, 0.038662143707275394, 0.038950912475585936, 0.038830078125, 0.038580257415771486, 0.038977504730224606, 0.03872870254516601, 0.038736961364746095, 0.03875628662109375, 0.038795265197753906, 0.038596607208251955, 0.03853414535522461, 0.03887206268310547, 0.03856076812744141, 0.03790950393676758, 0.038529022216796875, 0.03870412826538086, 0.03858432006835937, 0.037351425170898435, 0.03753881454467774, 0.038594558715820314, 0.038742015838623044, 0.038214656829833986, 0.038109184265136715, 0.03885363388061523, 0.03869696044921875, 0.038675457000732424, 0.038441982269287106, 0.03867750549316406, 0.03830476760864258, 0.0388587532043457, 0.038814720153808595, 0.038749183654785156, 0.038161407470703124, 0.03876147079467773, 0.03878297424316406, 0.03930521774291992, 0.07981977844238282, 0.03822796630859375, 0.03854131317138672, 0.03871027374267578, 0.03872153472900391, 0.03880550384521484, 0.038801406860351564, 0.0385873908996582, 0.03875635147094727, 0.03867852783203125, 0.03861606216430664, 0.038575103759765625, 0.03855052947998047, 0.03796489715576172, 0.03806198501586914, 0.03942092895507812, 0.04028108978271484, 0.038964225769042966, 0.03882393646240234, 0.03866419219970703, 0.03899084854125977, 0.03872051239013672, 0.037768192291259765, 0.03894169616699219, 0.0388935661315918, 0.03912704086303711, 0.03989913558959961, 0.038953983306884765, 0.03872972869873047, 0.03805184173583984, 0.037454849243164064, 0.03857100677490234, 0.038653953552246094, 0.03874508666992187, 0.03873689651489258, 0.038778881072998046, 0.03867340850830078, 0.03877580642700195, 0.03796480178833008, 0.03889152145385742, 0.0387665901184082, 0.03850137710571289, 0.03892633438110352, 0.03906969451904297, 0.0388403205871582, 0.03877171325683594, 0.03902873611450195, 0.03871744155883789, 0.03862015914916992, 0.03813683319091797, 0.038904830932617186, 0.03887308883666992, 0.038991870880126955, 0.03880243301391602, 0.03870207977294922, 0.03907174301147461, 0.03927449417114258, 0.038986751556396484, 0.0388218879699707, 0.03859763336181641, 0.03830579376220703, 0.03789209747314453, 0.03869081497192383, 0.07953612518310547, 0.03946086502075195, 0.03886796951293945, 0.03824127960205078, 0.037698593139648434, 0.037787647247314454, 0.03757564926147461, 0.03742924880981445, 0.037425151824951174, 0.03743027114868164, 0.037174270629882815, 0.037351425170898435, 0.0374200325012207, 0.037800960540771485, 0.037493759155273435, 0.037550079345703126, 0.03741593551635742, 0.037563392639160156, 0.037478462219238284, 0.037314495086669924, 0.037454849243164064, 0.037424129486083986, 0.03731763076782227, 0.03743129730224609, 0.03770265579223633, 0.03746201705932617, 0.03763411331176758, 0.03753977584838867, 0.037443584442138675, 0.03744255828857422, 0.0373196792602539, 0.03894784164428711, 0.03799244689941406, 0.03865497589111328, 0.03867750549316406, 0.038719486236572266, 0.03785830307006836, 0.038100990295410156, 0.03767705535888672, 0.03843379211425781, 0.038870014190673825, 0.03885055923461914, 0.0385054702758789, 0.03881881713867188, 0.03787366485595703, 0.03811635208129883, 0.03767193603515625, 0.03761459350585938, 0.03747123336791992, 0.037459968566894535, 0.03746105575561524, 0.037547969818115236, 0.037591041564941405, 0.03749990463256836, 0.03776716613769531, 0.037759998321533206, 0.03740467071533203, 0.037466110229492186, 0.03745587158203125, 0.03762176132202148, 0.03740467071533203, 0.03756851196289063, 0.037424129486083986, 0.07716556549072266, 0.03832524871826172, 0.03913113784790039, 0.03907583999633789, 0.03930316925048828, 0.04006604766845703, 0.03922431945800781, 0.03863961410522461, 0.03853311920166016, 0.03850035095214844, 0.038386688232421876, 0.03758899307250976, 0.0377077751159668, 0.03966054534912109, 0.03961654281616211, 0.039029727935791014, 0.038882305145263675, 0.03892940902709961, 0.038949951171875, 0.038799297332763674, 0.03883827209472656, 0.03873177719116211, 0.038470657348632815, 0.03772825622558594, 0.03750096130371094, 0.03739542388916016, 0.03849523162841797, 0.038932479858398435, 0.03892736053466797, 0.038724609375, 0.03894784164428711, 0.03870003128051758, 0.03879731369018555, 0.03885772705078125, 0.039008255004882815, 0.03877580642700195, 0.03863449478149414, 0.03875020980834961, 0.038730751037597655, 0.038609920501708986, 0.03889152145385742, 0.03879935836791992, 0.03799859237670898, 0.03885055923461914, 0.03883827209472656, 0.03868364715576172, 0.0378419189453125, 0.03827097702026367, 0.038882366180419924, 0.03889350509643555, 0.03880550384521484, 0.03875328063964844, 0.0384983024597168, 0.03806719970703125, 0.03889766311645508, 0.038747135162353515, 0.03880652618408203, 0.03879731369018555, 0.038317054748535154, 0.03869696044921875, 0.038836223602294925, 0.038951934814453124, 0.03869081497192383, 0.07766015625, 0.03868057632446289, 0.03878092956542969, 0.03884236907958984, 0.03863961410522461, 0.03917420959472656, 0.03880441665649414, 0.03875942230224609, 0.03831193542480469, 0.03883724975585937, 0.03871334457397461, 0.038863872528076174, 0.03870003128051758, 0.0387061767578125, 0.03883929443359375, 0.03847679901123047, 0.0389939193725586, 0.039126014709472655, 0.03876249694824219, 0.03862835311889649, 0.038225921630859375, 0.037928958892822266, 0.038201343536376955, 0.038752254486083985, 0.03788288116455078, 0.038316032409667966, 0.03892838287353516, 0.03883827209472656, 0.038575103759765625, 0.03866624069213867, 0.038742015838623044, 0.03868569564819336, 0.038523902893066404, 0.03863142395019531, 0.03812351989746094, 0.03848396682739258, 0.0384266242980957, 0.0380579833984375, 0.03916595077514649, 0.03902873611450195, 0.03880038452148438, 0.03798527908325195, 0.03868979263305664, 0.03873484802246094, 0.03874303817749023, 0.03897139358520508, 0.03858534240722656, 0.03883724975585937, 0.03884134292602539, 0.03871027374267578, 0.038441982269287106, 0.03866726303100586, 0.038435840606689455, 0.037664768218994144, 0.03777433776855469, 0.03874611282348633, 0.03870412826538086, 0.039122943878173826, 0.03954585647583008, 0.0387061767578125, 0.03868569564819336, 0.038558719635009765, 0.03892326354980469, 0.0795125732421875, 0.03869388961791992, 0.038509567260742186, 0.03903078460693359, 0.03869900894165039, 0.03888844680786133, 0.03870924758911133, 0.03882495880126953, 0.03866828918457031, 0.03871334457397461, 0.03749068832397461, 0.0382371826171875, 0.038708225250244144, 0.03870412826538086, 0.038577152252197267, 0.039311359405517575, 0.03893862533569336, 0.03851878356933594, 0.03875328063964844, 0.03947212982177734, 0.03978035354614258, 0.038626304626464845, 0.03877171325683594, 0.038569984436035154, 0.0387512321472168, 0.038697982788085936, 0.03871027374267578, 0.038152191162109376, 0.03879423904418945, 0.0386324462890625, 0.03985612869262695, 0.038866943359375, 0.038002784729003904, 0.03856582260131836, 0.03872560119628906, 0.038675457000732424, 0.038768638610839845, 0.03867750549316406, 0.03897651290893555, 0.03865599822998047, 0.03887104034423828, 0.03846963119506836, 0.038752254486083985, 0.0383109130859375, 0.039003135681152344, 0.03877273559570313, 0.03880755233764648, 0.038665214538574216, 0.0388853759765625, 0.038697982788085936, 0.03744563293457031, 0.038452224731445314, 0.03876761627197266, 0.038814720153808595, 0.03867750549316406, 0.03863961410522461, 0.03885977554321289, 0.03878604888916016, 0.03861920166015625, 0.039180225372314456, 0.038986751556396484, 0.03813785552978516, 0.037392383575439454]",tokens/s,25.56694048234806,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,-,-,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 106, in _inner_fn validate_repo_id(arg_value) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '-'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '-'. Please provide either the path to a local folder or the repo_id of a model on the Hub. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2298.540032,9284.616192,0.0,8638.169088,8363.188736,s,10,5.526136901855469,0.5526136901855468,0.0002628817383197989,0.5525141296386719,0.5529180480957031,0.5531123138427734,0.5532677264404297,"[0.5533065795898438, 0.5525081176757812, 0.5524452514648438, 0.55255322265625, 0.5528748779296875, 0.5525088500976563, 0.5524155883789063, 0.552413818359375, 0.5525911865234375, 0.5525194091796874]",tokens/s,463.25309080570344,kWh,6.531027325412684e-06,3.5787167265976e-06,3.100617977568273e-05,4.111592382769302e-05,tokens/kWh,6226298.138717122,MB,2298.540032,9284.616192,0.0,8638.169088,8449.785856,s,10,301.67122265625,30.167122265625,0.0012415904249981412,30.16695703125,30.168381445312498,30.16885869140625,30.16924048828125,"[30.168275390625, 30.16455078125, 30.166400390625, 30.16693359375, 30.167787109375, 30.16698046875, 30.16680078125, 30.1679296875, 30.1693359375, 30.166228515625]",tokens/s,2.0883662500280176,kWh,0.00035616224810306786,0.0001952077097484193,0.0017049994590277123,0.0022563694168791994,tokens/kWh,27920.959896334596,,s,629,306.16545477294915,0.4867495306406189,0.06563372511763432,0.4788428649902344,0.47908988037109373,0.4792323974609375,1.03138162109375,"[0.4784271240234375, 0.47828582763671873, 0.478529541015625, 0.47840972900390627, 0.47870770263671875, 0.47852340698242185, 0.4786473083496094, 0.47859405517578124, 0.4784639892578125, 0.4786431884765625, 0.4783697814941406, 0.4786186218261719, 0.4788193359375, 0.47874969482421875, 0.47876199340820313, 0.4787384338378906, 0.4787742614746094, 0.4787302551269531, 0.47860122680664063, 0.4788387756347656, 0.4785848388671875, 0.478803955078125, 0.4787855224609375, 0.4786134948730469, 0.4786749572753906, 0.4788223876953125, 0.4788060302734375, 0.4788715515136719, 0.4788848571777344, 0.4789462890625, 0.47869338989257815, 0.4788428649902344, 0.4786431884765625, 0.4789278869628906, 0.47880499267578125, 0.47879681396484375, 0.4789411926269531, 0.47895550537109377, 0.47890841674804685, 0.4794869689941406, 0.4789268493652344, 0.47888998413085937, 0.4788910217285156, 0.47921151733398437, 0.4790456237792969, 0.47904153442382813, 0.4787353515625, 0.47892581176757815, 0.4790650939941406, 0.4789421997070312, 0.4789872741699219, 0.4788848571777344, 0.47894732666015627, 0.47904971313476563, 0.47907122802734375, 0.4790650939941406, 0.4806400146484375, 0.479309814453125, 0.4792709045410156, 0.47899853515625, 0.4794736633300781, 0.47900875854492186, 1.0315438232421874, 0.47856231689453127, 0.47872921752929687, 0.4785367126464844, 0.47857974243164064, 0.47850082397460936, 0.4785848388671875, 0.4785377197265625, 0.47838616943359374, 0.4786954345703125, 0.4788858947753906, 0.4787466125488281, 0.4786759643554688, 0.47882034301757814, 0.47867391967773437, 0.4788377685546875, 0.4787261352539062, 0.47857049560546877, 0.4786687927246094, 0.47842919921875, 0.47868109130859376, 0.478698486328125, 0.47885516357421876, 0.4785643615722656, 0.4784803771972656, 0.47882342529296873, 0.47890533447265626, 0.47887051391601565, 0.47880908203125, 0.47893707275390623, 0.47887359619140624, 0.47871487426757814, 0.47875686645507814, 0.478887939453125, 0.4788961181640625, 0.47882342529296873, 0.4788695068359375, 0.47886129760742185, 0.47879986572265626, 0.4789125061035156, 0.47878964233398436, 0.47886233520507815, 0.4789329833984375, 0.4789135437011719, 0.47898828125, 0.4790179748535156, 0.47884494018554685, 0.4787742614746094, 0.47878656005859377, 0.47891763305664065, 0.478951416015625, 0.47888076782226563, 0.4787640380859375, 0.47908453369140624, 0.4789401550292969, 0.4789954528808594, 0.4788858947753906, 0.47927294921875, 0.4789647216796875, 0.479072265625, 0.47892071533203123, 0.4790271911621094, 0.47881524658203123, 1.0313779296875, 0.47838516235351564, 0.4784660339355469, 0.4784814147949219, 0.47867083740234373, 0.47848345947265625, 0.47859405517578124, 0.4786851806640625, 0.4785920104980469, 0.4787169189453125, 0.4787712097167969, 0.4786053161621094, 0.4786759643554688, 0.4787609558105469, 0.47876504516601565, 0.47863092041015626, 0.47854592895507814, 0.4786124877929688, 0.4788162536621094, 0.47868109130859376, 0.47875994873046873, 0.47859405517578124, 0.4786421813964844, 0.4786677856445313, 0.47890228271484375, 0.47881524658203123, 0.47880908203125, 0.4787609558105469, 0.47869439697265626, 0.47884185791015627, 0.4788746337890625, 0.47900570678710935, 0.47914495849609373, 0.47896575927734375, 0.47862579345703127, 0.47886746215820314, 0.47872921752929687, 0.4792709045410156, 0.4789821472167969, 0.47892889404296873, 0.4788695068359375, 0.4789135437011719, 0.47898828125, 0.47902822875976564, 0.4788111267089844, 0.47889715576171876, 0.47898110961914064, 0.4787333068847656, 0.479003662109375, 0.47910501098632813, 0.47886746215820314, 0.47887258911132813, 0.4789544982910156, 0.4791152648925781, 0.47906304931640625, 0.47886233520507815, 0.47912551879882814, 0.4789678039550781, 0.4792432556152344, 0.479162353515625, 0.4789043273925781, 0.478993408203125, 0.479236083984375, 1.0312386474609374, 0.4784445495605469, 0.478593017578125, 0.4784056396484375, 0.4785633239746094, 0.4786134948730469, 0.47855206298828123, 0.47859814453125, 0.47865957641601564, 0.4785151977539063, 0.47858175659179686, 0.47880703735351565, 0.47883160400390623, 0.4787814331054687, 0.4786124877929688, 0.47854693603515625, 0.4785745849609375, 0.47859405517578124, 0.47886233520507815, 0.4787957763671875, 0.47878656005859377, 0.4787056579589844, 0.4788633728027344, 0.4787660827636719, 0.47880908203125, 0.4788940734863281, 0.47880499267578125, 0.47865240478515625, 0.47888385009765627, 0.4787179565429687, 0.4788029479980469, 0.4787640380859375, 0.4789852294921875, 0.47870770263671875, 0.47897189331054685, 0.4788408203125, 0.4787804260253906, 0.4789268493652344, 0.4789278869628906, 0.4789821472167969, 0.4789043273925781, 0.47910604858398437, 0.4788787231445312, 0.4787886047363281, 0.4789852294921875, 0.47903640747070314, 0.4790446166992188, 0.4789688415527344, 0.4789688415527344, 0.47895040893554686, 0.479162353515625, 0.47893914794921877, 0.4789995422363281, 0.4787752990722656, 0.47897805786132813, 0.4787742614746094, 0.47914187622070314, 0.47977471923828124, 0.47922686767578127, 0.47901492309570315, 0.47906918334960935, 0.4790947875976562, 0.4791275634765625, 1.03180908203125, 0.4784035949707031, 0.47866265869140623, 0.47841281127929686, 0.4787589111328125, 0.4786001892089844, 0.4785090637207031, 0.47860940551757813, 0.47880908203125, 0.4787886047363281, 0.47858380126953126, 0.4786431884765625, 0.47865139770507814, 0.47895654296875, 0.4786503601074219, 0.47856845092773437, 0.47853875732421874, 0.478677001953125, 0.4787435607910156, 0.4786186218261719, 0.47880908203125, 0.47881524658203123, 0.47884799194335936, 0.4786954345703125, 0.47880908203125, 0.4788367309570313, 0.4787240905761719, 0.478814208984375, 0.47901492309570315, 0.4790681457519531, 0.478966796875, 0.4787814331054687, 0.4787691650390625, 0.47897601318359373, 0.4788520812988281, 0.47886233520507815, 0.4788439025878906, 0.47902923583984375, 0.4789964904785156, 0.47884494018554685, 0.4790456237792969, 0.4788869018554687, 0.4789903259277344, 0.47903335571289063, 0.47911935424804686, 0.47891763305664065, 0.47892376708984374, 0.478814208984375, 0.47901593017578126, 0.47891558837890624, 0.4789493713378906, 0.47956582641601564, 0.47903335571289063, 0.4789770202636719, 0.4791163024902344, 0.47881011962890624, 0.47908657836914065, 0.4789903259277344, 0.4789626770019531, 0.4789217224121094, 0.4791429138183594, 0.47901388549804685, 0.4790466613769531, 1.03149462890625, 0.4785080261230469, 0.4785172424316406, 0.4784793701171875, 0.4785643615722656, 0.4786360168457031, 0.4785028991699219, 0.47847732543945315, 0.4784803771972656, 0.47856741333007813, 0.47851211547851563, 0.47862579345703127, 0.47859609985351564, 0.47869338989257815, 0.4789063720703125, 0.47874765014648435, 0.47883160400390623, 0.47864523315429686, 0.47888076782226563, 0.4786800537109375, 0.4788009033203125, 0.47877734375, 0.4789319763183594, 0.47870361328125, 0.47875686645507814, 0.478782470703125, 0.4788387756347656, 0.47877017211914064, 0.4787640380859375, 0.47883981323242186, 0.47877838134765627, 0.47885516357421876, 0.4790384521484375, 0.47879782104492186, 0.47875686645507814, 0.47890328979492186, 0.47885415649414065, 0.4789483642578125, 0.47891558837890624, 0.478929931640625, 0.4788592529296875, 0.478993408203125, 0.47897805786132813, 0.47899444580078127, 0.47900875854492186, 0.4792207336425781, 0.47882034301757814, 0.47910604858398437, 0.47904766845703123, 0.47891659545898435, 0.47897906494140624, 0.4789421997070312, 0.479025146484375, 0.4789483642578125, 0.4790323181152344, 0.478983154296875, 0.47898110961914064, 0.4791879577636719, 0.4792545166015625, 0.47925863647460937, 0.47902310180664065, 0.47898828125, 0.4789903259277344, 1.031383056640625, 0.4783892517089844, 0.4785151977539063, 0.4784803771972656, 0.47863192749023437, 0.478666748046875, 0.47848858642578124, 0.47869235229492185, 0.47852133178710937, 0.4786473083496094, 0.47876708984375, 0.47859710693359375, 0.4786145324707031, 0.478772216796875, 0.47863397216796877, 0.4785827941894531, 0.47874252319335936, 0.4787384338378906, 0.4789678039550781, 0.478677001953125, 0.4788797302246094, 0.4787937316894531, 0.47879473876953127, 0.47871282958984374, 0.4788643798828125, 0.47881829833984374, 0.47877017211914064, 0.47878451538085937, 0.47873638916015626, 0.4789678039550781, 0.4787804260253906, 0.4788439025878906, 0.4788275146484375, 0.4788848571777344, 0.47880499267578125, 0.4788377685546875, 0.4787179565429687, 0.478993408203125, 0.4789350280761719, 0.47889715576171876, 0.4788920288085938, 0.47890841674804685, 0.47900775146484376, 0.4788848571777344, 0.47891763305664065, 0.4789493713378906, 0.478929931640625, 0.47877734375, 0.47950439453125, 0.4789401550292969, 0.47904153442382813, 0.4788582458496094, 0.47912139892578126, 0.4790384521484375, 0.4790886535644531, 0.4788275146484375, 0.47918899536132814, 0.47900057983398436, 0.47918695068359374, 0.47895550537109377, 0.47908352661132814, 0.47899853515625, 0.47900775146484376, 1.0314906005859374, 0.4784117736816406, 0.4784998474121094, 0.4785909729003906, 0.4786124877929688, 0.47852340698242185, 0.47861553955078123, 0.47855410766601564, 0.47858074951171875, 0.4786268310546875, 0.4790302734375, 0.4785653686523437, 0.4787742614746094, 0.47880908203125, 0.47854693603515625, 0.47861553955078123, 0.4786534423828125, 0.47881524658203123, 0.4788920288085938, 0.4787660827636719, 0.4789852294921875, 0.47866470336914063, 0.4787517395019531, 0.47871282958984374, 0.47876708984375, 0.478708740234375, 0.47882650756835937, 0.47904766845703123, 0.4787609558105469, 0.47877630615234373, 0.4787353515625, 0.47879986572265626, 0.47907839965820315, 0.47881216430664064, 0.4788848571777344, 0.4787814331054687, 0.4788009033203125, 0.4791347351074219, 0.478824462890625, 0.4789319763183594, 0.47891558837890624, 0.47898828125, 0.4789360656738281, 0.47913983154296874, 0.47936102294921873, 0.47899444580078127, 0.47895245361328126, 0.47893093872070314, 0.4791521301269531, 0.4788592529296875, 0.47931494140625, 0.47884698486328126, 0.4789647216796875, 0.47889715576171876, 0.47893707275390623, 0.4791009216308594, 0.47912652587890625, 0.478993408203125, 0.47899237060546873, 0.4790046691894531, 0.4790753173828125, 0.4790743103027344, 0.47904153442382813, 1.0314127197265626, 0.47849163818359375, 0.4787855224609375, 0.4784496765136719, 0.4784537658691406, 0.47850497436523437, 0.47853363037109375, 0.478951416015625, 0.47864422607421875, 0.4788439025878906, 0.4785858459472656, 0.47849063110351564, 0.4787107849121094, 0.4788111267089844, 0.47884494018554685, 0.47887051391601565, 0.4786217041015625, 0.4785500183105469, 0.47877734375, 0.47857049560546877, 0.47862579345703127, 0.4786882629394531, 0.47878964233398436, 0.4788029479980469, 0.47881829833984374, 0.4789647216796875, 0.47877838134765627, 0.47884185791015627, 0.4789329833984375, 0.47874560546875, 0.47895245361328126, 0.47892276000976564, 0.47901593017578126, 0.47887564086914064, 0.47891763305664065, 0.4786473083496094, 0.4786964416503906, 0.4789350280761719, 0.47882546997070313, 0.4788992004394531, 0.4789637145996094, 0.4788920288085938, 0.47891046142578125, 0.4790743103027344, 0.4789186706542969, 0.4796549072265625, 0.47901492309570315, 0.4787834777832031, 0.4792678527832031, 0.4789698486328125, 0.4789698486328125, 0.47908657836914065, 0.4790435791015625, 0.47905587768554686, 0.4791572570800781, 0.479056884765625, 0.47902310180664065, 0.479182861328125, 0.4795002746582031, 0.4791152648925781, 0.47939071655273435, 0.4790599670410156, 0.4792709045410156, 1.03176708984375, 0.47858175659179686, 0.4787589111328125, 0.4786298828125, 0.47847833251953126, 0.4784895935058594, 0.4785551452636719, 0.4785028991699219, 0.4787159423828125, 0.4787353210449219, 0.47884698486328126, 0.478455810546875, 0.47882650756835937, 0.4786124877929688, 0.4787220458984375, 0.47868621826171875, 0.478487548828125, 0.47876300048828124, 0.47892889404296873, 0.478519287109375, 0.478993408203125, 0.47877017211914064, 0.47866574096679687, 0.47873126220703127, 0.47863397216796877, 0.47874252319335936, 0.47853466796875, 0.47869235229492185, 0.4788387756347656, 0.478824462890625, 0.4789125061035156, 0.47859814453125, 0.47890533447265626, 0.47881216430664064, 0.47880499267578125, 0.4787691650390625, 0.4788715515136719, 0.4790118408203125, 0.47884494018554685, 0.4788009033203125, 0.47875482177734374, 0.4795422668457031, 0.4790374450683594, 0.4788326416015625, 0.4790487060546875, 0.4788592529296875, 0.47907635498046874, 0.479003662109375, 0.4788869018554687, 0.4789493713378906, 0.47889715576171876, 0.47882034301757814, 0.4789483642578125, 0.4790957946777344, 0.4789432373046875, 0.4787261352539062, 0.4790548400878906, 0.47909786987304687, 0.47897601318359373, 0.4790456237792969, 0.47898419189453123, 0.47903640747070314, 0.4792985534667969]",tokens/s,2.054444713452284,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,v,v,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/v/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947770-7cb34ef65a4068882d2d536d;8a7b24ef-add0-4894-bdb8-aae10c56e45d) Repository Not Found for url: https://huggingface.co/v/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: v is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/polyglot-ko-12.8b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1713.102848,9527.885824,0.0,8881.43872,8497.503744,s,10,6.004689697265624,0.6004689697265626,0.0037883958409191793,0.5992971496582031,0.600893603515625,0.6063460632324219,0.6107080310058594,"[0.6117985229492188, 0.5989653930664063, 0.5995690307617187, 0.5989999389648437, 0.5993511962890625, 0.59927587890625, 0.5991549072265625, 0.5996819458007813, 0.5993184204101563, 0.598574462890625]",tokens/s,426.33343754062014,kWh,7.079479429456923e-06,3.879212977549554e-06,3.633569900317732e-05,4.72943914101838e-05,tokens/kWh,5412903.99065958,MB,1713.102848,9527.885824,0.0,8881.43872,8809.107968,s,10,338.81120703125,33.881120703125,0.00504383387537354,33.880923828125,33.89004296875,33.890078125,33.89010625,"[33.874671875, 33.87607421875, 33.87705859375, 33.89011328125, 33.89003515625, 33.881625, 33.88046875, 33.88137890625, 33.8817265625, 33.8780546875]",tokens/s,1.8594426244639908,kWh,0.0003999592958887419,0.0002192124882849427,0.002043376464765222,0.002662548248938906,tokens/kWh,23661.543044377548,,s,629,343.6660711669921,0.5463689525707348,0.07119980037941932,0.5377752075195312,0.5381727905273437,0.538346044921875,1.13687111328125,"[0.5377894287109375, 0.537975830078125, 0.537593994140625, 0.5374237060546875, 0.5375098876953125, 0.5377188110351563, 0.5376123046875, 0.5373972778320313, 0.5376962280273437, 0.5376707763671875, 0.5374944458007812, 0.5374822387695313, 0.537680908203125, 0.5373788452148438, 0.5376798706054687, 0.5377044677734375, 0.537375732421875, 0.5372364501953125, 0.5373317260742188, 0.53785498046875, 0.5379942626953125, 0.5375283203125, 0.5374924926757813, 0.5380740966796875, 0.5376583862304688, 0.537656494140625, 0.5372721557617187, 0.5376123046875, 0.5376337890625, 0.5376337890625, 0.5381683349609375, 0.5377353515625, 0.5374534301757813, 0.5378262939453125, 0.5376533813476563, 0.5377985229492187, 0.537618408203125, 0.5374607543945312, 0.5377321166992187, 0.5377003784179688, 0.537692138671875, 0.5376666259765625, 0.5377525024414063, 0.5376000366210938, 0.5374658203125, 0.5374218139648438, 0.5376399536132812, 0.537691162109375, 0.5378232421875, 0.53787646484375, 0.53770751953125, 0.5377679443359376, 0.537944091796875, 0.5380311279296875, 0.5375631103515625, 0.5379481811523438, 0.5379205322265626, 0.5380884399414062, 0.537955322265625, 0.5378222045898438, 0.537945068359375, 0.5377310791015625, 1.13672802734375, 0.5371688842773438, 0.5374771118164062, 0.5373153076171875, 0.5378058471679688, 0.537469970703125, 0.5374105834960937, 0.5376839599609375, 0.5377300415039062, 0.5376091918945313, 0.5374852905273437, 0.5376030883789062, 0.5379328002929687, 0.53739111328125, 0.537533447265625, 0.5376716918945312, 0.5374893798828125, 0.5374535522460937, 0.5373399047851563, 0.5375529174804687, 0.5375784912109375, 0.537818115234375, 0.5375806274414062, 0.5377720336914062, 0.5376480712890624, 0.5376552734375, 0.537692138671875, 0.5376276245117187, 0.537417724609375, 0.53751806640625, 0.53743310546875, 0.5378631591796875, 0.5376983032226562, 0.537439208984375, 0.5376133422851562, 0.5375211791992187, 0.5378202514648438, 0.5378395385742187, 0.5376624755859375, 0.5378785400390625, 0.5378508911132812, 0.5378088989257812, 0.5378846435546875, 0.5377854614257812, 0.5378568725585937, 0.537764892578125, 0.537965576171875, 0.537591796875, 0.53781298828125, 0.5381519165039063, 0.5380567016601563, 0.537865234375, 0.5380128173828125, 0.5382132568359375, 0.5380352172851562, 0.5378539428710938, 0.537697265625, 0.5379563598632813, 0.5380536499023437, 0.5380802612304687, 0.5379072265625, 0.53788671875, 0.5380403442382813, 1.137741943359375, 0.5373377075195312, 0.537417724609375, 0.5375621337890625, 0.5376215209960937, 0.5374719848632813, 0.5373521728515624, 0.5373992919921875, 0.5376082153320313, 0.5377372436523438, 0.53844482421875, 0.5377269287109375, 0.53746484375, 0.53788671875, 0.5378457641601563, 0.5378252563476562, 0.5375570068359375, 0.537964599609375, 0.5377279663085938, 0.5376399536132812, 0.5375825805664063, 0.5375682373046875, 0.5376276245117187, 0.537987060546875, 0.5376552734375, 0.5373245239257812, 0.537575439453125, 0.5376082153320313, 0.537511962890625, 0.5377874145507813, 0.537697265625, 0.5377362060546875, 0.537933837890625, 0.53804345703125, 0.5376634521484375, 0.5375457153320312, 0.5379471435546875, 0.5374924926757813, 0.5377310791015625, 0.5375201416015625, 0.5374453735351562, 0.5379194946289062, 0.5376430053710938, 0.5376573486328124, 0.5373368530273438, 0.53756005859375, 0.5374924926757813, 0.537692138671875, 0.5376522216796875, 0.5380936889648438, 0.5382481079101562, 0.5378232421875, 0.5379747924804688, 0.5378704833984375, 0.5377442016601562, 0.5382697143554688, 0.5379501953125, 0.53785498046875, 0.537649169921875, 0.5377894287109375, 0.5380720825195312, 0.5379522705078125, 0.53809765625, 1.1369267578125, 0.5372252197265625, 0.5373941650390625, 0.5373245239257812, 0.5375713500976562, 0.5378836669921875, 0.5380730590820313, 0.5380228881835938, 0.537596923828125, 0.5380730590820313, 0.538130615234375, 0.5378906860351562, 0.5374976196289063, 0.5373030395507813, 0.5378058471679688, 0.5378785400390625, 0.5375692749023437, 0.53774951171875, 0.537796630859375, 0.5379122924804688, 0.5375498046875, 0.5379522705078125, 0.5375242309570313, 0.5378119506835938, 0.5379164428710937, 0.5381160888671875, 0.5376716918945312, 0.5375376586914062, 0.5377227783203125, 0.5379921875, 0.5379625244140624, 0.5379276733398437, 0.537828369140625, 0.5384007568359375, 0.5379686279296875, 0.5379328002929687, 0.5378948974609375, 0.5376102294921875, 0.5375160522460938, 0.5374822387695313, 0.5373900756835938, 0.5376798706054687, 0.5378785400390625, 0.5381048583984375, 0.5387028198242187, 0.5381212768554687, 0.53798193359375, 0.5386199340820312, 0.5383372802734375, 0.538345458984375, 0.53829833984375, 0.5383598022460937, 0.5383628540039063, 0.5382809448242187, 0.538261474609375, 0.5381314697265625, 0.538346435546875, 0.5383291015625, 0.5383372802734375, 0.5382225952148437, 0.538205322265625, 0.538443603515625, 0.5383833618164062, 1.1378831787109376, 0.53816015625, 0.5378447265625, 0.5375396118164063, 0.5376614379882813, 0.537628662109375, 0.5379430541992187, 0.5378416748046875, 0.5378529052734375, 0.5382522583007813, 0.5379993896484375, 0.5378948974609375, 0.5379225463867188, 0.5379563598632813, 0.5377781982421875, 0.5380618286132812, 0.5377566528320312, 0.5381171264648438, 0.5376819458007812, 0.5375068359375, 0.5382154541015625, 0.5381283569335937, 0.5378191528320313, 0.537923583984375, 0.5382164306640626, 0.537933837890625, 0.5377720336914062, 0.5378590698242187, 0.5378048095703125, 0.5379420166015625, 0.53798193359375, 0.5381181640625, 0.5380464477539062, 0.5382677001953124, 0.5382921752929688, 0.5386199340820312, 0.5380147094726563, 0.53793896484375, 0.53852978515625, 0.5376952514648438, 0.5376829223632813, 0.5375570068359375, 0.5374474487304688, 0.5378897705078125, 0.537759765625, 0.5376685791015625, 0.53747509765625, 0.5375396728515625, 0.537587646484375, 0.5377771606445313, 0.5375201416015625, 0.5378365478515625, 0.5379717407226563, 0.5379000244140625, 0.5378662109375, 0.5377505493164062, 0.5379501953125, 0.5386025390625, 0.5381856689453125, 0.5382420654296876, 0.5382481689453125, 0.5381694946289063, 0.5384302978515625, 1.137417236328125, 0.537755615234375, 0.5377638549804687, 0.537565185546875, 0.537865234375, 0.5377056884765625, 0.538043212890625, 0.537860107421875, 0.5379215087890625, 0.5378385620117188, 0.537759765625, 0.5380361938476562, 0.53837109375, 0.5379583740234375, 0.5377536010742188, 0.5377874145507813, 0.538029052734375, 0.5380249633789063, 0.5378191528320313, 0.5378436889648438, 0.537871337890625, 0.5379901733398438, 0.537913330078125, 0.5382000732421875, 0.5376716918945312, 0.5378314819335938, 0.5378006591796874, 0.5379829711914063, 0.5377003784179688, 0.5376644897460937, 0.5377372436523438, 0.537501708984375, 0.53743310546875, 0.5375283203125, 0.5373952026367188, 0.537802734375, 0.5376041259765625, 0.5374310302734375, 0.5380433959960937, 0.53746484375, 0.537617431640625, 0.5376113891601563, 0.5376439208984375, 0.5377556762695312, 0.5377802124023437, 0.5378068237304687, 0.5380116577148437, 0.53781298828125, 0.5378160400390625, 0.53802392578125, 0.5378560180664063, 0.5379573974609375, 0.5378928833007812, 0.537975830078125, 0.5377576904296875, 0.5376358642578125, 0.5376010131835938, 0.5376224975585937, 0.537802734375, 0.5376368408203125, 0.5378877563476563, 0.537744384765625, 0.5379686279296875, 1.1372103271484375, 0.5373317260742188, 0.5373572998046875, 0.5373849487304687, 0.5373972778320313, 0.5373501586914062, 0.5372815551757812, 0.53732763671875, 0.5375364990234375, 0.53756005859375, 0.5374146728515625, 0.5371791381835938, 0.5372692260742188, 0.5373347778320312, 0.5375836181640625, 0.5374187622070312, 0.5374832763671875, 0.5378908081054687, 0.5377750854492187, 0.5380557250976562, 0.537629638671875, 0.5375713500976562, 0.5379921875, 0.538049560546875, 0.5376368408203125, 0.5373839111328125, 0.5378007202148437, 0.5378959350585938, 0.5376051025390625, 0.5375907592773438, 0.5377833251953125, 0.537554931640625, 0.537712646484375, 0.5375109252929687, 0.5375662231445313, 0.538124267578125, 0.5377392578125, 0.5375979614257812, 0.5376829223632813, 0.5376051025390625, 0.5379962768554688, 0.5384540405273438, 0.53785498046875, 0.5381908569335937, 0.5377752075195312, 0.5381784057617187, 0.5380269775390625, 0.5380269775390625, 0.5380280151367187, 0.5380403442382813, 0.53798193359375, 0.5380321044921875, 0.5379860229492187, 0.5381437377929688, 0.5385277709960937, 0.5381406860351563, 0.5383895263671875, 0.5383884887695313, 0.538029052734375, 0.5383792724609375, 0.5381334838867188, 0.5379317626953125, 0.5378877563476563, 1.1378472900390626, 0.5374423828125, 0.5374617309570312, 0.5374913940429688, 0.53783447265625, 0.5375938720703125, 0.5373726806640625, 0.5375887451171875, 0.5376819458007812, 0.5379512329101562, 0.53809765625, 0.5376819458007812, 0.5376450805664063, 0.5376747436523438, 0.53831884765625, 0.537776123046875, 0.5376450805664063, 0.5374740600585938, 0.537998291015625, 0.5376849975585938, 0.5375508422851563, 0.53762353515625, 0.5378109741210938, 0.5378836669921875, 0.537648193359375, 0.5376808471679687, 0.5375723266601562, 0.5379501953125, 0.5378468017578125, 0.5380546264648437, 0.53767578125, 0.5377259521484375, 0.537976806640625, 0.5376716918945312, 0.5375672607421875, 0.5377464599609375, 0.5379266357421875, 0.538218505859375, 0.5376644897460937, 0.53783447265625, 0.5375999755859375, 0.5378160400390625, 0.5380167846679688, 0.5376522827148438, 0.53743505859375, 0.5375324096679688, 0.538018798828125, 0.5380086059570313, 0.53783349609375, 0.5377086181640625, 0.5378477172851562, 0.53817138671875, 0.5377085571289062, 0.53774951171875, 0.53800244140625, 0.53814990234375, 0.5378795776367188, 0.5378109741210938, 0.5377607421875, 0.5380249633789063, 0.5378458862304687, 0.538063720703125, 0.5384693603515625, 1.13754833984375, 0.5374893798828125, 0.53802392578125, 0.5372427368164062, 0.5372097778320313, 0.5373184204101562, 0.5377669067382812, 0.5375252685546875, 0.5373952026367188, 0.53753955078125, 0.5380198364257812, 0.5373778076171875, 0.5375139770507813, 0.5375057983398438, 0.5376082153320313, 0.537470947265625, 0.53746484375, 0.5380781860351562, 0.5377566528320312, 0.5379645385742188, 0.537596923828125, 0.5383046264648438, 0.537652099609375, 0.5377576904296875, 0.538166259765625, 0.5378385620117188, 0.5376798706054687, 0.5372784423828125, 0.5378119506835938, 0.5377904663085937, 0.537565185546875, 0.5376204833984375, 0.5377208251953125, 0.5376890869140625, 0.5376195068359375, 0.5373746948242187, 0.537818115234375, 0.5377556762695312, 0.5376327514648438, 0.5380269775390625, 0.5376880493164062, 0.5377731323242188, 0.537704345703125, 0.5381930541992187, 0.5383238525390625, 0.53776708984375, 0.5378650512695312, 0.5382686767578125, 0.5380055541992188, 0.537850830078125, 0.5379707641601562, 0.5379737548828125, 0.5378006591796874, 0.5379032592773437, 0.5378773803710938, 0.537881591796875, 0.5381334838867188, 0.5380546264648437, 0.538640380859375, 0.5381510620117187, 0.5381610717773437, 0.5382276611328125, 0.538387451171875, 1.13655908203125, 0.5378468017578125, 0.5378641967773438, 0.5373972778320313, 0.5375006713867188, 0.5374412841796875, 0.5373532104492188, 0.5374955444335937, 0.537385986328125, 0.5375907592773438, 0.5380833129882813, 0.5375027465820312, 0.5377505493164062, 0.5376768188476563, 0.5380423583984375, 0.5378088989257812, 0.5375723266601562, 0.53749658203125, 0.5374801635742188, 0.5374977416992187, 0.5379398193359375, 0.5376450805664063, 0.5375631103515625, 0.5377402954101562, 0.5377925415039062, 0.537544677734375, 0.5381519775390625, 0.5373532104492188, 0.5373778076171875, 0.5380618286132812, 0.5379471435546875, 0.5382748413085937, 0.537807861328125, 0.5377310791015625, 0.5377495727539062, 0.5378518676757813, 0.53772900390625, 0.5376665649414063, 0.5376215209960937, 0.5379573974609375, 0.5377197875976563, 0.5376573486328124, 0.5376256103515625, 0.5376368408203125, 0.5376685791015625, 0.537650146484375, 0.5375631103515625, 0.53787646484375, 0.5377013549804688, 0.5379491577148438, 0.5377208251953125, 0.5376143188476562, 0.5376430053710938, 0.5385759887695313, 0.5379674682617187, 0.5378468017578125, 0.5377587280273437, 0.53793896484375, 0.537975830078125, 0.5378754272460937, 0.5377883911132812, 0.5380433959960937, 0.5380689697265625]",tokens/s,1.8302650531200098,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2,openai-community/gpt2,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1290.141696,893.91104,0.0,247.463936,189.067776,s,10,0.17335734748840334,0.017335734748840335,0.0006986572357890928,0.017282976150512695,0.017675709533691405,0.01844868698120117,0.019067068939208984,"[0.019221664428710938, 0.01659644889831543, 0.017503936767578124, 0.01656208038330078, 0.01697455978393555, 0.017311616897583006, 0.01723129653930664, 0.01738979148864746, 0.017264448165893554, 0.017301504135131835]",tokens/s,14767.184876148673,kWh,1.9831383332754588e-07,1.0866644055836607e-07,4.57388975157767e-07,7.643692490436789e-07,tokens/kWh,334916665.3685871,MB,1290.141696,893.91104,0.0,247.463936,209.72544,s,10,10.436258666992186,1.0436258666992186,0.010111977487859941,1.0485770874023437,1.0494609252929687,1.050062371826172,1.0505435290527345,"[1.0226334228515626, 1.0244058837890626, 1.050663818359375, 1.046568603515625, 1.048908203125, 1.04754736328125, 1.0486011962890625, 1.0490499267578124, 1.0493272705078125, 1.048552978515625]",tokens/s,60.366460826863644,kWh,1.2123845675536542e-05,6.643003766727856e-06,2.4958020246038906e-05,4.3724869688303304e-05,tokens/kWh,1440827.621651047,,s,629,10.57114009952544,0.016806264069197854,0.002093122475857818,0.0166246395111084,0.016762265777587892,0.01684336700439453,0.03366842239379886,"[0.0176629753112793, 0.017868799209594728, 0.01615564727783203, 0.01593958377838135, 0.01593958377838135, 0.01584332847595215, 0.01585049629211426, 0.015973376274108886, 0.015890432357788087, 0.015871999740600586, 0.01590272045135498, 0.015851519584655763, 0.01586176013946533, 0.015874048233032227, 0.0158341121673584, 0.01598464012145996, 0.015884287834167482, 0.01589145565032959, 0.015879167556762695, 0.01635430335998535, 0.016563199996948243, 0.01657142448425293, 0.016606176376342773, 0.016712703704833985, 0.016513023376464844, 0.016590848922729492, 0.01646080017089844, 0.016466943740844727, 0.016539648056030275, 0.016448511123657226, 0.016493568420410155, 0.016873472213745116, 0.017076223373413087, 0.017175552368164062, 0.017912832260131836, 0.016334848403930666, 0.016071680068969727, 0.016046079635620117, 0.016097280502319337, 0.01587712001800537, 0.01589964771270752, 0.015855615615844726, 0.015866880416870118, 0.016, 0.015978495597839357, 0.01580851173400879, 0.015851519584655763, 0.01581670379638672, 0.01593958377838135, 0.01594265556335449, 0.015951871871948242, 0.015827967643737794, 0.015838208198547362, 0.015857664108276368, 0.015928319931030274, 0.015857664108276368, 0.015780863761901857, 0.015846400260925292, 0.015830016136169432, 0.01585868835449219, 0.01580031967163086, 0.01600716781616211, 0.03281612777709961, 0.015912960052490235, 0.015828991889953615, 0.01584537601470947, 0.01580031967163086, 0.015820832252502443, 0.015781855583190917, 0.015782912254333495, 0.01584537601470947, 0.015941632270812987, 0.015981568336486816, 0.015823871612548827, 0.015827967643737794, 0.015830016136169432, 0.015791104316711425, 0.015830016136169432, 0.01580851173400879, 0.015788031578063966, 0.01579417610168457, 0.01577779197692871, 0.015791104316711425, 0.015927295684814453, 0.01576857566833496, 0.015823904037475585, 0.015766495704650878, 0.01576857566833496, 0.01576038360595703, 0.015887359619140624, 0.01580953598022461, 0.015804415702819825, 0.015751168251037596, 0.01620992088317871, 0.01657651138305664, 0.016671743392944336, 0.01661030387878418, 0.01659699249267578, 0.016531455993652345, 0.01659699249267578, 0.01657241630554199, 0.016523263931274415, 0.01658880043029785, 0.01663385581970215, 0.016664575576782227, 0.016541696548461913, 0.016542720794677734, 0.01662566375732422, 0.01663692855834961, 0.01662873649597168, 0.01658470344543457, 0.01660211181640625, 0.01660108757019043, 0.01682329559326172, 0.016644096374511717, 0.016726015090942382, 0.016631807327270508, 0.01664204788208008, 0.01677824020385742, 0.016652288436889647, 0.01665023994445801, 0.01662668800354004, 0.016664575576782227, 0.016706560134887697, 0.018386943817138672, 0.03456409454345703, 0.016761856079101564, 0.0165980167388916, 0.016696319580078126, 0.01661337661743164, 0.016709632873535156, 0.01657344055175781, 0.016691200256347655, 0.01660927963256836, 0.0168089599609375, 0.01662259292602539, 0.01663692855834961, 0.016693248748779296, 0.016867328643798828, 0.016676864624023437, 0.016776191711425782, 0.016703487396240235, 0.016655359268188476, 0.01661030387878418, 0.01677107238769531, 0.016653312683105468, 0.01677824020385742, 0.01663692855834961, 0.016663551330566406, 0.016681983947753908, 0.01680486488342285, 0.016677888870239257, 0.016865280151367186, 0.01675468826293945, 0.016883712768554687, 0.016670719146728515, 0.016719871520996094, 0.016915456771850586, 0.016685056686401366, 0.016695295333862305, 0.0172042236328125, 0.01613209533691406, 0.016484352111816408, 0.0166430721282959, 0.01661337661743164, 0.01660825538635254, 0.016729087829589845, 0.01662259292602539, 0.016673791885375978, 0.01658470344543457, 0.01659699249267578, 0.01658060836791992, 0.016684032440185546, 0.016668672561645507, 0.016849920272827147, 0.016669696807861328, 0.01657344055175781, 0.0166430721282959, 0.01660620880126953, 0.016679935455322266, 0.01681817626953125, 0.016763904571533202, 0.016678911209106445, 0.016291839599609375, 0.016350208282470705, 0.01640140724182129, 0.016780288696289062, 0.01658982467651367, 0.032780288696289066, 0.015847423553466796, 0.01586995220184326, 0.016199680328369142, 0.016530431747436524, 0.01659903907775879, 0.016520191192626953, 0.016704511642456055, 0.01655705642700195, 0.01670966339111328, 0.01667580795288086, 0.01656729507446289, 0.016672767639160157, 0.016649215698242188, 0.01657756805419922, 0.01667683219909668, 0.01662054443359375, 0.0166297607421875, 0.016652288436889647, 0.016715776443481444, 0.016690208435058595, 0.01671881675720215, 0.016662527084350585, 0.01659187126159668, 0.016660480499267577, 0.016702463150024414, 0.016734207153320312, 0.016631807327270508, 0.016649215698242188, 0.01662668800354004, 0.01657651138305664, 0.0165928955078125, 0.01660211181640625, 0.01664102363586426, 0.016755712509155272, 0.01660620880126953, 0.01657753562927246, 0.016578559875488282, 0.016538623809814454, 0.01663795280456543, 0.016549888610839843, 0.016681983947753908, 0.01657344055175781, 0.01660723114013672, 0.01663488006591797, 0.016661504745483398, 0.0166748161315918, 0.01660416030883789, 0.016704511642456055, 0.016594944000244142, 0.016739328384399413, 0.016781312942504883, 0.016680959701538087, 0.016887807846069337, 0.016635904312133788, 0.016587776184082033, 0.01660416030883789, 0.017123327255249024, 0.016730112075805666, 0.016656383514404297, 0.01661952018737793, 0.016679935455322266, 0.01663488006591797, 0.033999870300292966, 0.016693248748779296, 0.0166246395111084, 0.01663385581970215, 0.016559104919433593, 0.016686080932617187, 0.01657344055175781, 0.016861183166503906, 0.016689151763916017, 0.01661440086364746, 0.01660211181640625, 0.016712703704833985, 0.016664575576782227, 0.016639999389648438, 0.016566272735595702, 0.01666662406921387, 0.016730112075805666, 0.016750591278076172, 0.016558080673217773, 0.016583711624145507, 0.016715744018554687, 0.0166246395111084, 0.016611328125, 0.016748544692993163, 0.01682841682434082, 0.016564224243164064, 0.01659596824645996, 0.016544767379760742, 0.016571392059326173, 0.0166297607421875, 0.01678233528137207, 0.01658572769165039, 0.016587776184082033, 0.01660723114013672, 0.01682841682434082, 0.016683008193969725, 0.01680384063720703, 0.016679935455322266, 0.016562175750732423, 0.016552959442138672, 0.01654374313354492, 0.016672767639160157, 0.016587776184082033, 0.016647167205810547, 0.016582656860351562, 0.01658060836791992, 0.016675840377807616, 0.01665843200683594, 0.016724992752075195, 0.016664575576782227, 0.01662566375732422, 0.01662668800354004, 0.016733184814453125, 0.01666662406921387, 0.016645120620727538, 0.0165928955078125, 0.01658880043029785, 0.01663488006591797, 0.016555007934570314, 0.016547840118408205, 0.01661337661743164, 0.01660620880126953, 0.01662054443359375, 0.03440639877319336, 0.01659903907775879, 0.016659456253051756, 0.016648191452026367, 0.016559104919433593, 0.01657651138305664, 0.016587776184082033, 0.01661644744873047, 0.01676697540283203, 0.01660313606262207, 0.01660416030883789, 0.016558080673217773, 0.016709632873535156, 0.01660211181640625, 0.016653312683105468, 0.016664575576782227, 0.016570367813110352, 0.016704511642456055, 0.016742399215698242, 0.01682636833190918, 0.016648191452026367, 0.016582656860351562, 0.01655193519592285, 0.016547840118408205, 0.016590848922729492, 0.01660006332397461, 0.016673791885375978, 0.01665126419067383, 0.016548864364624022, 0.016526336669921874, 0.016540672302246092, 0.016578559875488282, 0.016707584381103514, 0.016541696548461913, 0.01659903907775879, 0.016635904312133788, 0.016540672302246092, 0.01664204788208008, 0.016648191452026367, 0.0166430721282959, 0.01658060836791992, 0.01659187126159668, 0.016561151504516602, 0.016546815872192384, 0.016673791885375978, 0.01660211181640625, 0.016761856079101564, 0.01660313606262207, 0.01661337661743164, 0.01665843200683594, 0.016727039337158203, 0.016615423202514648, 0.016548864364624022, 0.01660927963256836, 0.01663692855834961, 0.016594944000244142, 0.016563199996948243, 0.016691200256347655, 0.016559104919433593, 0.016562175750732423, 0.01664204788208008, 0.016623615264892578, 0.016647167205810547, 0.034320384979248046, 0.01662668800354004, 0.01662873649597168, 0.016719871520996094, 0.01658060836791992, 0.01659391975402832, 0.016541696548461913, 0.016769023895263673, 0.01661952018737793, 0.016732160568237304, 0.016673791885375978, 0.016645120620727538, 0.016639999389648438, 0.01678335952758789, 0.016663551330566406, 0.016677888870239257, 0.01665843200683594, 0.016671743392944336, 0.016571392059326173, 0.0166297607421875, 0.0165928955078125, 0.0165980167388916, 0.016716800689697265, 0.016712703704833985, 0.01656934356689453, 0.0165928955078125, 0.016582656860351562, 0.0165928955078125, 0.016675840377807616, 0.016615423202514648, 0.01664102363586426, 0.016548864364624022, 0.016684032440185546, 0.016732160568237304, 0.01683865547180176, 0.016715776443481444, 0.016680959701538087, 0.01660825538635254, 0.016655359268188476, 0.016570367813110352, 0.016696319580078126, 0.01660620880126953, 0.01664204788208008, 0.01656524848937988, 0.01658060836791992, 0.016925695419311524, 0.016958463668823243, 0.016635904312133788, 0.0166246395111084, 0.01660723114013672, 0.016542720794677734, 0.015812607765197755, 0.016108543395996093, 0.016539648056030275, 0.016955392837524414, 0.01660108757019043, 0.016710655212402344, 0.01660518455505371, 0.016663551330566406, 0.01662566375732422, 0.01680998420715332, 0.01680384063720703, 0.01657753562927246, 0.034348033905029295, 0.016601119995117188, 0.01664508819580078, 0.01661440086364746, 0.016578559875488282, 0.016726015090942382, 0.01659187126159668, 0.016656383514404297, 0.016692224502563476, 0.016729087829589845, 0.01663795280456543, 0.016776191711425782, 0.01664204788208008, 0.016749631881713866, 0.016670656204223634, 0.0166430721282959, 0.016963584899902344, 0.016668672561645507, 0.01663488006591797, 0.01660825538635254, 0.01659903907775879, 0.01660006332397461, 0.01660620880126953, 0.016537599563598633, 0.01657548713684082, 0.01660313606262207, 0.016751615524291993, 0.016710655212402344, 0.01659903907775879, 0.016712703704833985, 0.01664204788208008, 0.01659391975402832, 0.016664575576782227, 0.01669327926635742, 0.016682975769042967, 0.016630783081054687, 0.01677724838256836, 0.01666761589050293, 0.01660108757019043, 0.0165928955078125, 0.0166297607421875, 0.01656729507446289, 0.01660723114013672, 0.016558080673217773, 0.01661644744873047, 0.016696319580078126, 0.01658367919921875, 0.01661952018737793, 0.01663283157348633, 0.016555007934570314, 0.016644096374511717, 0.01663488006591797, 0.01663385581970215, 0.01677926445007324, 0.016644096374511717, 0.016756736755371093, 0.0166297607421875, 0.016649215698242188, 0.01656729507446289, 0.016653312683105468, 0.01655705642700195, 0.01661030387878418, 0.016627712249755858, 0.03435212707519531, 0.01662156867980957, 0.01663795280456543, 0.016692224502563476, 0.016611328125, 0.01661235237121582, 0.0166246395111084, 0.01662054443359375, 0.016759807586669923, 0.01684480094909668, 0.01637887954711914, 0.016338943481445312, 0.016481279373168945, 0.016728063583374024, 0.01662668800354004, 0.016659456253051756, 0.016670719146728515, 0.016752639770507814, 0.01661440086364746, 0.01664204788208008, 0.016842752456665038, 0.01684377670288086, 0.016652288436889647, 0.016669696807861328, 0.016548864364624022, 0.016702463150024414, 0.016708608627319335, 0.01660518455505371, 0.016676864624023437, 0.01662054443359375, 0.016660480499267577, 0.016559104919433593, 0.016678911209106445, 0.016579584121704103, 0.016738304138183592, 0.016615423202514648, 0.016837631225585938, 0.016656383514404297, 0.016630783081054687, 0.01664102363586426, 0.01663795280456543, 0.016648191452026367, 0.01661030387878418, 0.0166246395111084, 0.01662668800354004, 0.016688127517700196, 0.01663795280456543, 0.016702463150024414, 0.01684889602661133, 0.016638975143432617, 0.016704511642456055, 0.01662259292602539, 0.016684032440185546, 0.01656012725830078, 0.01660825538635254, 0.01663692855834961, 0.01660620880126953, 0.016578559875488282, 0.01658163261413574, 0.01662054443359375, 0.01682431983947754, 0.01662054443359375, 0.016586751937866212, 0.034361343383789066, 0.01664614486694336, 0.016710655212402344, 0.016623615264892578, 0.016571392059326173, 0.016660480499267577, 0.0166297607421875, 0.016574464797973632, 0.01662566375732422, 0.01658982467651367, 0.01659596824645996, 0.01680179214477539, 0.016695295333862305, 0.016713727951049806, 0.016659456253051756, 0.01664614486694336, 0.016721920013427736, 0.016632863998413086, 0.0166409912109375, 0.016559104919433593, 0.01660620880126953, 0.016704511642456055, 0.01681612777709961, 0.016563199996948243, 0.016623615264892578, 0.0166297607421875, 0.016761856079101564, 0.016652288436889647, 0.01665126419067383, 0.01660211181640625, 0.01662873649597168, 0.016561151504516602, 0.016660480499267577, 0.016574464797973632, 0.016579584121704103, 0.01662156867980957, 0.01659596824645996, 0.01676697540283203, 0.01654374313354492, 0.016647167205810547, 0.016544767379760742, 0.01659596824645996, 0.01655705642700195, 0.01661235237121582, 0.01660927963256836, 0.016630783081054687, 0.0166430721282959, 0.016574464797973632, 0.016720895767211915, 0.016700416564941405, 0.016671743392944336, 0.016638975143432617, 0.01660620880126953, 0.01660211181640625, 0.01657344055175781, 0.016545791625976563, 0.01658880043029785, 0.016717824935913086, 0.016690176010131837, 0.016655359268188476, 0.016661504745483398, 0.0166430721282959, 0.01665433692932129]",tokens/s,59.50162367332891,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2066.477056,5918.687232,0.0,5272.240128,4952.958464,s,10,3.428465393066406,0.3428465393066406,0.00152391664111749,0.3423181762695312,0.34322522277832035,0.3452934127807617,0.34694796478271483,"[0.3473616027832031, 0.34186956787109374, 0.34222543334960936, 0.34233709716796873, 0.34217922973632814, 0.34229925537109374, 0.3422772216796875, 0.342765625, 0.3424889221191406, 0.34266143798828125]",tokens/s,746.6897595575103,kWh,4.046318431695302e-06,2.21678597459686e-06,1.971443243819667e-05,2.597753684448883e-05,tokens/kWh,9854667.959187621,MB,2066.477056,5918.687232,0.0,5272.240128,5143.594496,s,10,184.393216796875,18.439321679687502,0.003590093572348542,18.438658203125,18.4433947265625,18.44458212890625,18.44553205078125,"[18.432912109375, 18.441150390625, 18.438736328125, 18.443130859375, 18.441658203125, 18.438216796875, 18.4381484375, 18.44576953125, 18.4349140625, 18.438580078125]",tokens/s,3.416611581184134,kWh,0.00021766151862012017,0.00011929517512044185,0.0010666273255234098,0.001403584019263972,tokens/kWh,44885.09354291216,,s,629,187.18106442260736,0.29758515806455876,0.040726593842247215,0.2926499938964844,0.2930679809570313,0.2932052062988281,0.6354166967773438,"[0.293278564453125, 0.29247601318359373, 0.2923058166503906, 0.29223013305664064, 0.2922680358886719, 0.2924718017578125, 0.2922956848144531, 0.2923519897460938, 0.29298379516601564, 0.2926889343261719, 0.29237142944335937, 0.29257122802734375, 0.29259970092773435, 0.2925189208984375, 0.2925424499511719, 0.29259365844726565, 0.2922536926269531, 0.2925445251464844, 0.2925598754882813, 0.29246163940429687, 0.2923171081542969, 0.2923233337402344, 0.29250048828125, 0.2923868103027344, 0.2926090087890625, 0.292917236328125, 0.29247897338867185, 0.2926632995605469, 0.29247589111328126, 0.29342208862304686, 0.29266226196289064, 0.2927052917480469, 0.2924011535644531, 0.2923366394042969, 0.29241650390625, 0.2924400634765625, 0.2923397216796875, 0.29241241455078126, 0.2923663330078125, 0.29263772583007813, 0.2923826904296875, 0.29259365844726565, 0.2928322448730469, 0.29275955200195314, 0.29236941528320315, 0.2926931457519531, 0.2926539306640625, 0.2926663818359375, 0.29248614501953124, 0.29253018188476565, 0.2926827392578125, 0.29239602661132813, 0.29258648681640625, 0.2927667236328125, 0.29287628173828123, 0.29269827270507814, 0.2926457214355469, 0.29259365844726565, 0.2924769287109375, 0.29272186279296875, 0.2929887390136719, 0.29275442504882815, 0.6360555419921875, 0.2924472351074219, 0.29280972290039065, 0.29230181884765627, 0.29240936279296875, 0.2924502868652344, 0.2925241394042969, 0.29257415771484374, 0.292496337890625, 0.2927329406738281, 0.292959228515625, 0.29253530883789064, 0.292595703125, 0.293138427734375, 0.29269827270507814, 0.29260272216796873, 0.292463623046875, 0.2923858032226562, 0.2926192626953125, 0.29290496826171875, 0.2925475769042969, 0.29264077758789064, 0.2931568603515625, 0.2925025329589844, 0.2925158996582031, 0.29259051513671874, 0.29273907470703125, 0.2925117492675781, 0.2926295166015625, 0.2927206420898438, 0.2925977478027344, 0.29241363525390623, 0.29239788818359375, 0.2929305725097656, 0.29315585327148436, 0.29316403198242186, 0.2932654113769531, 0.292505615234375, 0.2926141357421875, 0.2926981201171875, 0.2925404052734375, 0.2924974365234375, 0.29254458618164064, 0.29265911865234373, 0.2925598754882813, 0.29278515625, 0.292936767578125, 0.293139404296875, 0.29275442504882815, 0.2925281982421875, 0.2925997314453125, 0.2926253967285156, 0.29267660522460937, 0.29289984130859376, 0.2930616455078125, 0.2928465881347656, 0.29279437255859375, 0.29256500244140626, 0.29270220947265624, 0.29285067749023436, 0.29275955200195314, 0.2928384094238281, 0.29287939453125, 0.6352352905273437, 0.29248001098632814, 0.2923376770019531, 0.29262847900390626, 0.2931302490234375, 0.29265924072265626, 0.2930104064941406, 0.29230096435546876, 0.29219635009765627, 0.29237545776367185, 0.2922874145507813, 0.2921257019042969, 0.2925506591796875, 0.2924062805175781, 0.29241549682617185, 0.2923028564453125, 0.292558837890625, 0.2927861633300781, 0.29267864990234377, 0.2923939819335937, 0.29246881103515626, 0.2925239562988281, 0.29261517333984377, 0.2927984619140625, 0.2923868103027344, 0.29236019897460935, 0.29260696411132814, 0.2927605895996094, 0.29285888671875, 0.2926499938964844, 0.2925035400390625, 0.292527099609375, 0.29254861450195313, 0.2925506591796875, 0.29252301025390626, 0.29260491943359374, 0.2926796875, 0.2923315124511719, 0.29303704833984373, 0.29306777954101565, 0.29307904052734374, 0.2926592102050781, 0.29266226196289064, 0.29259060668945314, 0.2925700988769531, 0.29257318115234376, 0.2926776428222656, 0.2928179321289063, 0.2927421569824219, 0.292632568359375, 0.29274420166015624, 0.29306777954101565, 0.29299932861328126, 0.29284756469726564, 0.2926744689941406, 0.292969482421875, 0.29320703125, 0.29295614624023436, 0.29316915893554685, 0.292969482421875, 0.29315277099609377, 0.29303091430664063, 0.29291213989257814, 0.6355333251953125, 0.29241650390625, 0.29253118896484376, 0.2927421569824219, 0.29291827392578124, 0.2927247314453125, 0.292811767578125, 0.2928834533691406, 0.29267660522460937, 0.2931619873046875, 0.29328897094726564, 0.2929244079589844, 0.2929315795898437, 0.2926265563964844, 0.292572021484375, 0.2924277648925781, 0.29242059326171876, 0.2924421081542969, 0.29259674072265623, 0.2926161804199219, 0.29238784790039063, 0.2928404541015625, 0.2925148010253906, 0.2926100463867187, 0.29250149536132813, 0.29261209106445313, 0.29253631591796875, 0.2926510925292969, 0.29277481079101564, 0.29280255126953125, 0.2927052917480469, 0.2925772705078125, 0.2927615966796875, 0.292463623046875, 0.29271038818359374, 0.29259674072265623, 0.29252301025390626, 0.29261517333984377, 0.2926070251464844, 0.2928649597167969, 0.29277706909179685, 0.29262838745117187, 0.292664306640625, 0.2937200622558594, 0.2934118347167969, 0.2926612548828125, 0.2927308654785156, 0.29281689453125, 0.2927115478515625, 0.2926969604492187, 0.2925475769042969, 0.29285479736328124, 0.2927923583984375, 0.2927165222167969, 0.2926981201171875, 0.2928107604980469, 0.29340170288085937, 0.2926724243164063, 0.29287850952148436, 0.2928177490234375, 0.2927779846191406, 0.2927912902832031, 0.2929930114746094, 0.6350858764648437, 0.2924308166503906, 0.2922455139160156, 0.2920877990722656, 0.2925393981933594, 0.29258648681640625, 0.2922557373046875, 0.29224447631835937, 0.2924472351074219, 0.29249945068359373, 0.29246258544921877, 0.2922127380371094, 0.2926018676757812, 0.29283941650390627, 0.29291741943359373, 0.29270205688476564, 0.292294677734375, 0.2924738159179687, 0.2923591613769531, 0.29229891967773436, 0.29237347412109377, 0.2925013732910156, 0.2928199768066406, 0.29267864990234377, 0.2924658203125, 0.2926784973144531, 0.29304730224609377, 0.2925465698242187, 0.29257626342773435, 0.29274725341796876, 0.29252096557617185, 0.29242166137695313, 0.29274826049804686, 0.2925342712402344, 0.29233477783203127, 0.2925617370605469, 0.2926317138671875, 0.29251364135742186, 0.2931742858886719, 0.29268890380859375, 0.2928885803222656, 0.2925813903808594, 0.29272372436523436, 0.29271755981445313, 0.2929438781738281, 0.29284866333007814, 0.2926878356933594, 0.29328076171875, 0.2932234191894531, 0.29306060791015626, 0.2931517333984375, 0.2930093994140625, 0.2932254638671875, 0.2929786987304687, 0.29299200439453127, 0.2929766540527344, 0.29335040283203123, 0.29337396240234376, 0.2931353454589844, 0.2929326171875, 0.29344256591796875, 0.29306878662109376, 0.29311386108398435, 0.6355117797851563, 0.29235302734375, 0.2926448669433594, 0.2922659912109375, 0.29251092529296874, 0.2925115661621094, 0.2924820556640625, 0.29248001098632814, 0.29242266845703124, 0.29256600952148437, 0.2927718505859375, 0.29263461303710936, 0.29259674072265623, 0.2923765869140625, 0.29229159545898437, 0.29254144287109374, 0.29240423583984376, 0.2931824645996094, 0.292853759765625, 0.292811767578125, 0.29267660522460937, 0.29269195556640626, 0.292555908203125, 0.29255975341796875, 0.2925548095703125, 0.2924277038574219, 0.2925732116699219, 0.2926192321777344, 0.2926305236816406, 0.2924913635253906, 0.2928894958496094, 0.29259674072265623, 0.2925006408691406, 0.2924912414550781, 0.29267135620117185, 0.2926581726074219, 0.2927615966796875, 0.2925753173828125, 0.29241845703125, 0.29259060668945314, 0.2926172180175781, 0.29243902587890624, 0.2925670471191406, 0.2926581726074219, 0.29257028198242185, 0.2925023803710938, 0.292716552734375, 0.29320602416992186, 0.29293060302734375, 0.29283221435546875, 0.29268392944335936, 0.29330108642578123, 0.2931211853027344, 0.293278564453125, 0.29262643432617186, 0.2928179321289063, 0.2932090759277344, 0.292632568359375, 0.29257626342773435, 0.29280255126953125, 0.2929326171875, 0.29271661376953123, 0.29275027465820314, 0.6354872436523438, 0.2924564514160156, 0.29231103515625, 0.29236941528320315, 0.29238885498046874, 0.29247589111328126, 0.2923315124511719, 0.2923714599609375, 0.2922659912109375, 0.29245242309570313, 0.29246456909179686, 0.29241241455078126, 0.29235302734375, 0.29252813720703125, 0.29243289184570315, 0.2923612060546875, 0.29241754150390625, 0.2923050537109375, 0.292347900390625, 0.2925259094238281, 0.2923438110351563, 0.2927687683105469, 0.2928895874023438, 0.29336474609375, 0.2926161804199219, 0.2922557373046875, 0.2924984436035156, 0.2923561096191406, 0.29264083862304685, 0.2923150634765625, 0.292595703125, 0.29266943359375, 0.2924473571777344, 0.2924307250976563, 0.2929234008789062, 0.2926448669433594, 0.29265509033203124, 0.29248101806640625, 0.2924697570800781, 0.2925250549316406, 0.2929940490722656, 0.29275238037109375, 0.29250048828125, 0.2926376953125, 0.292810791015625, 0.29270318603515627, 0.292885498046875, 0.29278106689453126, 0.2928179321289063, 0.29269094848632815, 0.29277389526367187, 0.293043212890625, 0.2927984619140625, 0.292959228515625, 0.29287115478515624, 0.29310772705078125, 0.2932572021484375, 0.2935623779296875, 0.29308108520507814, 0.29316403198242186, 0.29307595825195315, 0.29301144409179686, 0.2931189880371094, 0.6358077392578125, 0.29256600952148437, 0.29241854858398436, 0.29228543090820314, 0.29296844482421874, 0.2927032470703125, 0.2924513244628906, 0.29246875, 0.29260491943359374, 0.2924748840332031, 0.2928773193359375, 0.2927605895996094, 0.2927452697753906, 0.2928168334960938, 0.292716552734375, 0.29266842651367186, 0.29281585693359374, 0.2927298583984375, 0.2926673889160156, 0.29288449096679686, 0.29264077758789064, 0.2926950378417969, 0.29252401733398437, 0.2924769287109375, 0.29275341796875, 0.2928465881347656, 0.29309234619140623, 0.2931906433105469, 0.29284359741210936, 0.29280352783203123, 0.29268890380859375, 0.29269912719726565, 0.29285272216796876, 0.29296127319335935, 0.2931067504882813, 0.29279226684570314, 0.2927431640625, 0.29258343505859374, 0.29299609375, 0.2927206420898438, 0.292767822265625, 0.29279226684570314, 0.2928179321289063, 0.29286810302734373, 0.2929326171875, 0.29274520874023435, 0.2928824462890625, 0.2927861633300781, 0.2929141845703125, 0.29255679321289063, 0.29254144287109374, 0.29328384399414065, 0.2925475769042969, 0.2926253967285156, 0.2927503356933594, 0.2931937255859375, 0.2928988037109375, 0.29273190307617186, 0.2927637329101562, 0.29320181274414064, 0.29339443969726564, 0.2932039794921875, 0.2929940490722656, 0.6357186279296875, 0.29252096557617185, 0.292544677734375, 0.29248599243164064, 0.2928281555175781, 0.29291009521484374, 0.29270733642578123, 0.2926346435546875, 0.29270028686523436, 0.29254742431640623, 0.292418701171875, 0.2920887145996094, 0.2923376770019531, 0.2923315124511719, 0.29216973876953123, 0.29252197265625, 0.2925322265625, 0.2928395080566406, 0.2926448974609375, 0.29247491455078123, 0.29254742431640623, 0.2924841003417969, 0.292537353515625, 0.2922291259765625, 0.292495361328125, 0.292527099609375, 0.2924871826171875, 0.2923028564453125, 0.29248818969726564, 0.2926878662109375, 0.29267660522460937, 0.29300430297851565, 0.29281484985351564, 0.29222195434570314, 0.2926858215332031, 0.29246054077148437, 0.2925025329589844, 0.2925393981933594, 0.2928045959472656, 0.293030029296875, 0.2926396179199219, 0.2926561279296875, 0.2929510498046875, 0.2927226867675781, 0.29264895629882814, 0.2924830627441406, 0.29269403076171874, 0.2925424499511719, 0.2927831115722656, 0.29255783081054687, 0.29252197265625, 0.29266943359375, 0.29268890380859375, 0.29278720092773436, 0.2925803527832031, 0.29264691162109374, 0.29269708251953125, 0.29253530883789064, 0.29270947265625, 0.29269802856445315, 0.292853759765625, 0.2928721923828125, 0.29299609375, 0.6360217895507813, 0.2929571838378906, 0.2924503784179687, 0.29245843505859376, 0.29246566772460936, 0.2925631103515625, 0.29215216064453126, 0.2923765869140625, 0.29237966918945313, 0.2926622314453125, 0.2929162292480469, 0.2926827392578125, 0.2928773193359375, 0.2927227783203125, 0.292234130859375, 0.2926326293945313, 0.2926365966796875, 0.29317120361328125, 0.2927421569824219, 0.29262237548828124, 0.2922700500488281, 0.2925608825683594, 0.2923345947265625, 0.2925794372558594, 0.29243075561523435, 0.29244415283203123, 0.2931354064941406, 0.2925557556152344, 0.2926438293457031, 0.29270733642578123, 0.2925619201660156, 0.29240524291992187, 0.29263665771484376, 0.29271664428710936, 0.29287118530273437, 0.2930113220214844, 0.292600830078125, 0.29243203735351564, 0.2922883605957031, 0.2924421081542969, 0.2924769287109375, 0.29246054077148437, 0.292389892578125, 0.29279232788085935, 0.2929776611328125, 0.2926243896484375, 0.29287628173828123, 0.2926858215332031, 0.29282098388671873, 0.29262753295898436, 0.2925987243652344, 0.2927278137207031, 0.29246771240234376, 0.29290802001953126, 0.2930595703125, 0.2929305725097656, 0.2931046447753906, 0.29298175048828123, 0.292853759765625, 0.29277902221679686, 0.2929141845703125, 0.29295614624023436, 0.29296435546875]",tokens/s,3.3603826430855057,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-410m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1355.640832,1313.34144,0.0,666.894336,583.411712,s,10,0.3753043823242187,0.03753043823242187,0.0017061726371702826,0.03732486343383789,0.038417790222167965,0.04030316772460937,0.0418114697265625,"[0.04218854522705078, 0.03567526245117188, 0.03605964660644531, 0.03759164810180664, 0.03732332611083984, 0.03643900680541992, 0.03732640075683594, 0.037700160980224606, 0.03799881744384766, 0.03700156784057617]",tokens/s,6821.130049551251,kWh,4.375063655553041e-07,2.397299215873419e-07,1.3726420446149002e-06,2.0498783317575464e-06,tokens/kWh,124885460.77781504,MB,1355.640832,1313.34144,0.0,666.894336,644.020224,s,10,23.046878906249997,2.3046878906250003,0.010530589688708434,2.310258544921875,2.3126857177734372,2.313240197753906,2.3136837817382814,"[2.311134521484375, 2.282283935546875, 2.28828759765625, 2.3125625, 2.311003662109375, 2.313794677734375, 2.311868896484375, 2.307242431640625, 2.309513427734375, 2.299187255859375]",tokens/s,27.335588587188372,kWh,2.6983760501499532e-05,1.4787944706284982e-05,7.386716814719235e-05,0.00011563887335497687,tokens/kWh,544799.4966762499,,s,629,23.341892585754387,0.037109527163361515,0.004422100805265259,0.03662847900390625,0.03704197158813476,0.03741410675048828,0.07203065734863284,"[0.035879936218261715, 0.03652710342407227, 0.036673534393310545, 0.03687936019897461, 0.03612268829345703, 0.03798419189453125, 0.03842559814453125, 0.037560382843017576, 0.038442943572998045, 0.036365310668945314, 0.037185535430908204, 0.036550655364990234, 0.03583078384399414, 0.03694694519042969, 0.03779174423217774, 0.037651454925537106, 0.037125118255615236, 0.03663359832763672, 0.03691929626464844, 0.0362608642578125, 0.036383743286132815, 0.03656806564331055, 0.03676160049438477, 0.03685171127319336, 0.03665203094482422, 0.036334590911865236, 0.0366376953125, 0.03631923294067383, 0.036729854583740236, 0.03656294250488281, 0.03668172836303711, 0.03625983810424805, 0.03639603042602539, 0.036574207305908206, 0.036863998413085936, 0.036544513702392575, 0.036560897827148435, 0.036261886596679685, 0.0364288330078125, 0.03603152084350586, 0.036614078521728516, 0.03667967987060547, 0.036686847686767575, 0.03632844924926758, 0.03665407943725586, 0.036160511016845705, 0.03701862335205078, 0.036318206787109376, 0.03648409652709961, 0.03649433517456055, 0.03591987228393555, 0.036713470458984376, 0.03633868789672851, 0.03641856002807617, 0.03654870223999023, 0.036613025665283204, 0.036326400756835936, 0.036843521118164066, 0.036278270721435545, 0.036585472106933595, 0.03630387115478516, 0.03623219299316406, 0.07103282928466798, 0.03485388946533203, 0.0347248649597168, 0.035108863830566404, 0.03509862518310547, 0.03478015899658203, 0.03513241577148438, 0.03518463897705078, 0.03530956649780274, 0.03479449462890625, 0.03498495864868164, 0.035130367279052735, 0.03459481430053711, 0.03486822509765625, 0.03480473709106445, 0.0363059196472168, 0.035458206176757816, 0.03472880172729492, 0.037623809814453124, 0.037416961669921874, 0.036972545623779295, 0.03635200119018555, 0.03666329574584961, 0.03677801513671875, 0.03643286514282226, 0.03608063888549805, 0.03639910507202149, 0.03655379104614258, 0.03633145523071289, 0.03641139221191406, 0.03648409652709961, 0.03645753479003906, 0.03661203384399414, 0.03655372619628906, 0.036703262329101566, 0.03689878463745117, 0.036653057098388675, 0.03629363250732422, 0.0367646713256836, 0.03653222274780273, 0.03689267349243164, 0.03652403259277344, 0.036391937255859375, 0.036729854583740236, 0.036588542938232424, 0.03617996978759765, 0.036708351135253905, 0.03844095993041992, 0.03687833786010742, 0.0367534065246582, 0.03680153656005859, 0.03652710342407227, 0.03646771240234375, 0.03656294250488281, 0.03664896011352539, 0.03679743957519531, 0.03657932662963867, 0.036597824096679686, 0.036764606475830075, 0.03685068893432617, 0.036675582885742186, 0.03703910446166992, 0.03671244812011719, 0.07131033325195313, 0.0348171501159668, 0.034966400146484375, 0.03515084838867188, 0.03504947280883789, 0.035148799896240236, 0.03495116806030273, 0.03530752182006836, 0.03618815994262695, 0.03583180618286133, 0.036429824829101565, 0.036746238708496096, 0.03651686477661133, 0.03638886260986328, 0.03627315139770508, 0.03682099151611328, 0.03655680084228516, 0.03652505493164063, 0.03661209487915039, 0.03641548919677735, 0.036465663909912106, 0.03628851318359375, 0.03663564682006836, 0.03638579177856445, 0.03676774215698242, 0.03656512069702148, 0.0366242561340332, 0.03668377685546875, 0.03650252914428711, 0.036977664947509765, 0.036348926544189454, 0.03617484664916992, 0.0358737907409668, 0.03630499267578125, 0.03663759994506836, 0.036116481781005856, 0.03590655899047852, 0.03667763137817383, 0.036582401275634766, 0.03663564682006836, 0.03637964630126953, 0.03645542526245117, 0.0366110725402832, 0.036580352783203124, 0.03642060852050781, 0.03667251205444336, 0.036450302124023434, 0.036241409301757815, 0.03650559997558594, 0.035737598419189456, 0.03617587280273438, 0.036582401275634766, 0.036708351135253905, 0.03638681411743164, 0.03687014389038086, 0.03681792068481445, 0.037059585571289064, 0.037009471893310546, 0.03683116912841797, 0.03663257598876953, 0.03653836822509766, 0.03680460739135742, 0.03676671981811523, 0.07476121520996094, 0.036734977722167966, 0.03669094467163086, 0.03636019134521484, 0.03656294250488281, 0.03658342361450195, 0.036819969177246094, 0.03642572784423828, 0.036560897827148435, 0.03648819351196289, 0.03648716735839844, 0.036776065826416016, 0.036683647155761716, 0.03653017425537109, 0.03601919937133789, 0.036030494689941406, 0.03646358489990234, 0.03705344009399414, 0.0367564811706543, 0.037028865814208986, 0.03644723129272461, 0.03841535949707031, 0.03753881454467774, 0.03693056106567383, 0.03657932662963867, 0.036241409301757815, 0.036604927062988284, 0.036397056579589845, 0.036435966491699216, 0.03657318496704102, 0.036587520599365236, 0.036606975555419925, 0.03623731231689453, 0.03642367935180664, 0.03631411361694336, 0.036944896697998046, 0.03647999954223633, 0.036850753784179686, 0.036499393463134765, 0.03657011032104492, 0.03669510269165039, 0.03658438491821289, 0.03695001602172852, 0.03663270568847656, 0.03635494232177734, 0.036596736907958984, 0.03721011352539062, 0.03652710342407227, 0.03677798461914063, 0.03775590515136719, 0.037362686157226564, 0.037087230682373046, 0.036805633544921876, 0.036760574340820314, 0.0365865592956543, 0.036950977325439456, 0.03668172836303711, 0.036603904724121096, 0.03699302291870117, 0.036676769256591794, 0.03656585693359375, 0.03657932662963867, 0.03695001602172852, 0.07426457977294922, 0.03659571075439453, 0.03641139221191406, 0.03670943832397461, 0.036706241607666015, 0.03663052749633789, 0.03669401550292969, 0.03667865753173828, 0.036647937774658204, 0.03653222274780273, 0.03715891265869141, 0.03657625579833984, 0.03671142578125, 0.03600588989257812, 0.036898815155029296, 0.036296798706054685, 0.036683681488037106, 0.036462593078613284, 0.03666124725341797, 0.03696844863891602, 0.03650048065185547, 0.03650457763671875, 0.03650559997558594, 0.03646156692504883, 0.03740982437133789, 0.0369837760925293, 0.03661004638671875, 0.03638988876342773, 0.03660595321655274, 0.03637152099609375, 0.0366069107055664, 0.036760574340820314, 0.036805633544921876, 0.03635200119018555, 0.03690496063232422, 0.036939777374267575, 0.036633663177490235, 0.03697657775878906, 0.03657011032104492, 0.03658860778808594, 0.03654137420654297, 0.03666124725341797, 0.037074081420898436, 0.036469600677490235, 0.03672371292114258, 0.03642367935180664, 0.0369172477722168, 0.03655372619628906, 0.03650867080688477, 0.036498432159423826, 0.037064704895019535, 0.036811775207519534, 0.036483070373535154, 0.03680361557006836, 0.03691523361206055, 0.03660486221313477, 0.03713433456420898, 0.0365588493347168, 0.036877311706542966, 0.03642879867553711, 0.036311038970947264, 0.03691929626464844, 0.037266433715820314, 0.07231078338623047, 0.03545600128173828, 0.0361973762512207, 0.036348926544189454, 0.03648614501953125, 0.03696332931518555, 0.03681792068481445, 0.0367534065246582, 0.03653222274780273, 0.03669708633422852, 0.03669305419921875, 0.036628414154052734, 0.03664588928222656, 0.036825088500976565, 0.0366192626953125, 0.03630284881591797, 0.03681075286865235, 0.036746238708496096, 0.03674524688720703, 0.0365700798034668, 0.03599871826171875, 0.036734977722167966, 0.036803585052490234, 0.03670425415039062, 0.036705280303955076, 0.03671654510498047, 0.037028865814208986, 0.03733196640014649, 0.036705280303955076, 0.03640524673461914, 0.03664691162109375, 0.03685273742675781, 0.03743231964111328, 0.03712102508544922, 0.03689574432373047, 0.03719680023193359, 0.03839692687988281, 0.03721420669555664, 0.036805633544921876, 0.036775936126708986, 0.03689267349243164, 0.036429824829101565, 0.03629584121704101, 0.036797279357910155, 0.03661619186401367, 0.03638886260986328, 0.03702783966064453, 0.036763713836669924, 0.03662022399902344, 0.03649228668212891, 0.036782081604003904, 0.03670943832397461, 0.03677484893798828, 0.037125118255615236, 0.036915199279785156, 0.03764534378051758, 0.036789215087890625, 0.03653030395507813, 0.036683647155761716, 0.036675582885742186, 0.03653529739379883, 0.03642060852050781, 0.0367749137878418, 0.07448268890380859, 0.037364734649658206, 0.03663974380493164, 0.036640766143798825, 0.036689918518066404, 0.036332542419433594, 0.036566017150878906, 0.03655475234985352, 0.03644211196899414, 0.03668787384033203, 0.03665206527709961, 0.03657827377319336, 0.03700940704345703, 0.03664486312866211, 0.037817344665527344, 0.036803585052490234, 0.03686707305908203, 0.036827136993408206, 0.03720191955566406, 0.03696640014648438, 0.03661721420288086, 0.0366561279296875, 0.036947967529296875, 0.03726243209838867, 0.036662174224853517, 0.03674726486206055, 0.03662847900390625, 0.03632128143310547, 0.036722686767578124, 0.036751361846923826, 0.0367749137878418, 0.03662847900390625, 0.036789249420166016, 0.03681484985351562, 0.03640729522705078, 0.03652608108520508, 0.036170753479003906, 0.0367534065246582, 0.036201473236083984, 0.03642367935180664, 0.03683430480957031, 0.036587520599365236, 0.03666739273071289, 0.03632844924926758, 0.03636019134521484, 0.0369244155883789, 0.03647180938720703, 0.03628646469116211, 0.03655987167358398, 0.036741119384765625, 0.036441089630126954, 0.03647283172607422, 0.03648614501953125, 0.03655168151855469, 0.03670425415039062, 0.03662335968017578, 0.03659775924682617, 0.03648921585083008, 0.03693056106567383, 0.036877311706542966, 0.03659366226196289, 0.03682918548583984, 0.03728076934814453, 0.07459532928466797, 0.03663872146606445, 0.03683020782470703, 0.036759552001953126, 0.036125694274902344, 0.03650876617431641, 0.036785057067871094, 0.03703705596923828, 0.037082111358642575, 0.0363397102355957, 0.03700838470458984, 0.036347904205322266, 0.03688550567626953, 0.03657011032104492, 0.036395008087158204, 0.03655475234985352, 0.03666124725341797, 0.036416511535644534, 0.036863998413085936, 0.036557823181152346, 0.03657628631591797, 0.036175838470458986, 0.03641139221191406, 0.03650668716430664, 0.03668268966674805, 0.036604927062988284, 0.03665817642211914, 0.03649228668212891, 0.036647937774658204, 0.035955711364746096, 0.036209663391113284, 0.03589324951171875, 0.036765697479248044, 0.03657318496704102, 0.03697049713134765, 0.03668070220947266, 0.036997119903564454, 0.03711795043945312, 0.03787571334838867, 0.037082111358642575, 0.036744190216064454, 0.037059585571289064, 0.0366192626953125, 0.03680255889892578, 0.03654246520996094, 0.03559833526611328, 0.035659774780273434, 0.036397056579589845, 0.03662335968017578, 0.03649228668212891, 0.03666534423828125, 0.03685887908935547, 0.03707392120361328, 0.036880382537841795, 0.036691967010498046, 0.035915775299072264, 0.03681689453125, 0.03593318557739258, 0.03673907089233398, 0.03676160049438477, 0.03672576141357422, 0.03676979064941406, 0.036751361846923826, 0.07499673461914062, 0.03750912094116211, 0.03742105484008789, 0.036563968658447264, 0.036923393249511716, 0.036736000061035154, 0.03690598297119141, 0.03644518280029297, 0.03664281463623047, 0.03659980773925781, 0.03663564682006836, 0.036657150268554685, 0.03683327865600586, 0.036310016632080076, 0.03660083389282227, 0.03654860687255859, 0.0364769287109375, 0.03663872146606445, 0.03670220947265625, 0.03670425415039062, 0.03665817642211914, 0.03661414337158203, 0.036468734741210936, 0.036523006439208985, 0.03629568099975586, 0.03698995208740234, 0.03718860626220703, 0.036592735290527346, 0.036276126861572264, 0.03672780990600586, 0.036506622314453126, 0.03644825744628906, 0.03649945449829101, 0.036478977203369144, 0.036232223510742186, 0.03654038238525391, 0.036674560546875, 0.036603904724121096, 0.036805633544921876, 0.03661312103271484, 0.0366929931640625, 0.03685068893432617, 0.03621478271484375, 0.03703910446166992, 0.03681075286865235, 0.036674560546875, 0.036751361846923826, 0.03650457763671875, 0.03661209487915039, 0.03638988876342773, 0.0363694076538086, 0.036770816802978515, 0.036536319732666016, 0.03663359832763672, 0.03691110229492187, 0.036640766143798825, 0.03666841506958008, 0.036380672454833986, 0.03698995208740234, 0.03657011032104492, 0.0366376953125, 0.03661414337158203, 0.03671039962768555, 0.0741048355102539, 0.03667251205444336, 0.03667660903930664, 0.03663359832763672, 0.036534271240234374, 0.03634483337402344, 0.036893695831298826, 0.036549633026123046, 0.03674009704589844, 0.03668070220947266, 0.03635302352905274, 0.0366561279296875, 0.036705280303955076, 0.036689918518066404, 0.03700121688842774, 0.036915199279785156, 0.03671449661254883, 0.036563968658447264, 0.034473983764648435, 0.03458355331420898, 0.034985984802246094, 0.03528499221801758, 0.03512841415405273, 0.034746273040771485, 0.03503308868408203, 0.03523379135131836, 0.03520409774780273, 0.03676876831054687, 0.036634624481201174, 0.03648614501953125, 0.03609600067138672, 0.03650867080688477, 0.03644416046142578, 0.03657734298706055, 0.03598944091796875, 0.03677798461914063, 0.03691417694091797, 0.03661619186401367, 0.036721664428710936, 0.036603904724121096, 0.03657625579833984, 0.036746238708496096, 0.03682515335083008, 0.03706156921386719, 0.03660083389282227, 0.037147647857666014, 0.0368721923828125, 0.03668172836303711, 0.03661004638671875, 0.03752755355834961, 0.03676979064941406, 0.03687526321411133, 0.03750400161743164, 0.037838848114013675, 0.03719379043579102, 0.03667859268188477, 0.037438465118408204, 0.03693363189697266, 0.03649433517456055, 0.03671551895141602, 0.03680255889892578, 0.03664588928222656, 0.0364400634765625]",tokens/s,26.947257926457944,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,.,.,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: . does not appear to have a file named config.json. Checkout 'https://huggingface.co/./tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,a,a,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/a/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475df-6a23622f73b94c8d1eb9c374;7383a8b3-d090-46f7-b414-7d3d5c8d30ac) Repository Not Found for url: https://huggingface.co/a/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: a is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-7B,Qwen/Qwen-7B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-66b,facebook/opt-66b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1606.115328,7751.59808,0.0,7105.150976,6339.650048,s,10,3.398825378417969,0.3398825378417969,0.0001796787239087705,0.3398072967529297,0.34014054260253906,0.34015884857177736,0.34017349334716795,"[0.3401331481933594, 0.340136474609375, 0.3396676330566406, 0.3397496337890625, 0.339798583984375, 0.3398160095214844, 0.3398270568847656, 0.33977096557617187, 0.33974871826171876, 0.3401771545410156]",tokens/s,753.2013901789765,kWh,4.014880232237004e-06,2.1994003784311643e-06,2.0678386913066762e-05,2.6892667523734932e-05,tokens/kWh,9519323.427996106,MB,1606.115328,7751.59808,0.0,7105.150976,6492.977664,s,10,191.87401171875,19.187401171875003,0.0005743862691443143,19.187277343749997,19.188323046875,19.1883529296875,19.1883768359375,"[19.18681640625, 19.1883828125, 19.186537109375, 19.186984375, 19.187267578125, 19.1878203125, 19.187234375, 19.187365234375, 19.18831640625, 19.187287109375]",tokens/s,3.2834045338222118,kWh,0.00022652148161773333,0.00012415257496371852,0.0011781508221495336,0.0015288248787309856,tokens/kWh,41208.12061371849,,s,629,194.62795996093757,0.3094244196517289,0.04037499038373234,0.3045498962402344,0.30476737670898435,0.30489190673828126,0.6443736816406249,"[0.30475674438476563, 0.3042539367675781, 0.30429183959960937, 0.30432766723632815, 0.3043932189941406, 0.30428466796875, 0.30440243530273436, 0.30426931762695314, 0.3042979736328125, 0.30441677856445315, 0.30461236572265626, 0.3044607849121094, 0.304363525390625, 0.3047966613769531, 0.30441473388671875, 0.30442291259765625, 0.3044607849121094, 0.3044700012207031, 0.30437991333007813, 0.3044259948730469, 0.30444134521484373, 0.3044208679199219, 0.3044259948730469, 0.3045458068847656, 0.3044618225097656, 0.30449151611328124, 0.30450177001953127, 0.30444338989257813, 0.30464102172851565, 0.30468814086914064, 0.3046911926269531, 0.30451815795898435, 0.3048734741210937, 0.30446591186523436, 0.30462872314453127, 0.30454373168945315, 0.30467071533203127, 0.3045621643066406, 0.30447921752929685, 0.30443109130859375, 0.3044239501953125, 0.30453350830078124, 0.30460107421875, 0.3046000671386719, 0.30463079833984374, 0.30458367919921875, 0.30481304931640624, 0.30464102172851565, 0.30491546630859373, 0.30471578979492187, 0.3046144104003906, 0.3046277160644531, 0.30457550048828125, 0.30456832885742186, 0.30468814086914064, 0.30470245361328124, 0.3046748046875, 0.30466049194335937, 0.30459597778320313, 0.304690185546875, 0.30472601318359377, 0.3046666259765625, 0.64500634765625, 0.304763916015625, 0.3044136962890625, 0.3045724182128906, 0.30427749633789064, 0.30443008422851564, 0.3044013977050781, 0.3044116516113281, 0.30428262329101563, 0.30454373168945315, 0.30441677856445315, 0.3044894714355469, 0.3045038146972656, 0.3043870849609375, 0.3044822998046875, 0.30467892456054685, 0.3047976989746094, 0.30445977783203126, 0.30481304931640624, 0.3045252990722656, 0.30444338989257813, 0.30444442749023437, 0.30442495727539065, 0.3045580749511719, 0.3046277160644531, 0.30449972534179687, 0.3045252990722656, 0.3043420104980469, 0.3045877685546875, 0.30458367919921875, 0.30439630126953127, 0.3044566955566406, 0.3048796081542969, 0.30451608276367187, 0.30490008544921876, 0.3046451110839844, 0.3045519409179688, 0.304500732421875, 0.30461029052734373, 0.30453863525390623, 0.30451507568359376, 0.30459085083007814, 0.30464102172851565, 0.30447308349609375, 0.3045222473144531, 0.30469940185546873, 0.30460519409179687, 0.30456320190429687, 0.3047188415527344, 0.30492364501953123, 0.3045458068847656, 0.30499737548828126, 0.3044700012207031, 0.30495437622070315, 0.304606201171875, 0.30459597778320313, 0.30468402099609376, 0.3046666259765625, 0.30475775146484374, 0.30444134521484373, 0.3046533203125, 0.30475979614257814, 0.3046666259765625, 0.644221923828125, 0.30472601318359377, 0.3043768310546875, 0.30464102172851565, 0.30431845092773435, 0.3043645324707031, 0.3043645324707031, 0.30440447998046877, 0.30438296508789064, 0.30432257080078123, 0.30430209350585935, 0.3044085693359375, 0.3043870849609375, 0.3043512268066406, 0.30444134521484373, 0.30434100341796877, 0.30433279418945314, 0.3048509521484375, 0.30440756225585935, 0.30436044311523436, 0.304584716796875, 0.304505859375, 0.3044065246582031, 0.304505859375, 0.3044423828125, 0.3047055358886719, 0.3044843444824219, 0.3046451110839844, 0.30447308349609375, 0.30453350830078124, 0.3045089416503906, 0.30458880615234374, 0.3047055358886719, 0.3044894714355469, 0.3047690124511719, 0.3045877685546875, 0.3047823486328125, 0.3045222473144531, 0.3046082458496094, 0.30447412109375, 0.30453350830078124, 0.30452633666992185, 0.30465432739257814, 0.30454373168945315, 0.30453863525390623, 0.3045529479980469, 0.3045672912597656, 0.30466867065429687, 0.30456832885742186, 0.30453350830078124, 0.3046830139160156, 0.3045898132324219, 0.3047526550292969, 0.30457138061523437, 0.3045396423339844, 0.30459902954101564, 0.3050967102050781, 0.3045928955078125, 0.304869384765625, 0.30459393310546873, 0.30474957275390624, 0.30460519409179687, 0.304648193359375, 0.6444441528320313, 0.3045222473144531, 0.3046420593261719, 0.30442495727539065, 0.3043133544921875, 0.3046400146484375, 0.30432461547851564, 0.3043481750488281, 0.304405517578125, 0.3047004089355469, 0.30430413818359375, 0.30436557006835935, 0.3045478515625, 0.3045089416503906, 0.3043420104980469, 0.3045191650390625, 0.3044188232421875, 0.3044925537109375, 0.30435736083984377, 0.3046574096679687, 0.3043819580078125, 0.30489190673828126, 0.30441265869140627, 0.30437374877929685, 0.30438296508789064, 0.3044751281738281, 0.30437786865234373, 0.304458740234375, 0.3044208679199219, 0.30458367919921875, 0.30448025512695315, 0.30448538208007814, 0.3044945983886719, 0.3045591125488281, 0.3045928955078125, 0.30496563720703124, 0.30453555297851564, 0.30449868774414063, 0.3048529968261719, 0.3045877685546875, 0.3043932189941406, 0.3047137145996094, 0.30466253662109377, 0.3045191650390625, 0.3044822998046875, 0.30458367919921875, 0.3046911926269531, 0.3045621643066406, 0.3046400146484375, 0.3045928955078125, 0.3045191650390625, 0.304542724609375, 0.3050680236816406, 0.3045539855957031, 0.30495437622070315, 0.3046635437011719, 0.30473727416992186, 0.30457855224609376, 0.3047034912109375, 0.3045928955078125, 0.304648193359375, 0.304648193359375, 0.3046358947753906, 0.6444646606445312, 0.30448843383789065, 0.30429901123046876, 0.3041771545410156, 0.30473214721679687, 0.30434100341796877, 0.30440447998046877, 0.30466867065429687, 0.30458880615234374, 0.304468994140625, 0.3043092346191406, 0.30449868774414063, 0.3044474792480469, 0.30434713745117187, 0.30449151611328124, 0.3043891296386719, 0.3043973083496094, 0.3046860656738281, 0.30452120971679686, 0.3044700012207031, 0.30440243530273436, 0.3046553649902344, 0.30435226440429686, 0.3047424011230469, 0.3046697082519531, 0.3044976501464844, 0.3044771728515625, 0.3045498962402344, 0.3044638671875, 0.3046031494140625, 0.3045252990722656, 0.30449972534179687, 0.3045140380859375, 0.30445159912109376, 0.3045304260253906, 0.3045539855957031, 0.3044874267578125, 0.3049830322265625, 0.30450994873046877, 0.3045396423339844, 0.30475775146484374, 0.3045222473144531, 0.30458880615234374, 0.3045089416503906, 0.3045529479980469, 0.3044700012207031, 0.30457754516601565, 0.30464102172851565, 0.304869384765625, 0.3045724182128906, 0.30462872314453127, 0.3046973571777344, 0.304616455078125, 0.3048714294433594, 0.304637939453125, 0.30467071533203127, 0.30475775146484374, 0.3047106628417969, 0.304637939453125, 0.30467684936523437, 0.30463897705078125, 0.3046072387695313, 0.3046400146484375, 0.644495361328125, 0.30448333740234373, 0.30435736083984377, 0.3042928771972656, 0.3043502197265625, 0.30474343872070314, 0.30459185791015625, 0.304427001953125, 0.30459393310546873, 0.3044505615234375, 0.30435226440429686, 0.30443521118164063, 0.30451608276367187, 0.3044618225097656, 0.30436044311523436, 0.30443826293945314, 0.30443109130859375, 0.3045048217773437, 0.30441778564453126, 0.30472909545898436, 0.30432257080078123, 0.30451815795898435, 0.30475161743164064, 0.3044198303222656, 0.30478744506835936, 0.30471578979492187, 0.3044474792480469, 0.30443521118164063, 0.3045458068847656, 0.30457855224609376, 0.30445773315429686, 0.30441473388671875, 0.30459902954101564, 0.3044894714355469, 0.3044669494628906, 0.30454373168945315, 0.30460211181640623, 0.3046277160644531, 0.3049144287109375, 0.30460415649414063, 0.3044566955566406, 0.304785400390625, 0.304716796875, 0.30463284301757815, 0.30456524658203127, 0.30466049194335937, 0.3045693359375, 0.3046133728027344, 0.3046246337890625, 0.3046369323730469, 0.304564208984375, 0.3045898132324219, 0.3046144104003906, 0.30452838134765625, 0.30464102172851565, 0.30493798828125, 0.3047250061035156, 0.3049830322265625, 0.3047127075195312, 0.304606201171875, 0.3046133728027344, 0.3046174621582031, 0.30467379760742186, 0.6443817138671875, 0.30435531616210937, 0.30422219848632814, 0.3042764892578125, 0.3044116516113281, 0.30445773315429686, 0.30447308349609375, 0.30473626708984375, 0.30443008422851564, 0.30441265869140627, 0.30463897705078125, 0.3045314636230469, 0.30438092041015624, 0.3043932189941406, 0.30443212890625, 0.3043665771484375, 0.304400390625, 0.304837646484375, 0.3044454345703125, 0.30445977783203126, 0.30457958984375, 0.3045242919921875, 0.30442291259765625, 0.30445159912109376, 0.3047331848144531, 0.30453863525390623, 0.304869384765625, 0.3046031494140625, 0.3044607849121094, 0.3046297607421875, 0.30459085083007814, 0.3044566955566406, 0.30446795654296877, 0.30453350830078124, 0.3045222473144531, 0.3045601196289062, 0.304532470703125, 0.3045089416503906, 0.3045877685546875, 0.3045867614746094, 0.3047331848144531, 0.30458367919921875, 0.30455706787109377, 0.30482125854492187, 0.30450177001953127, 0.3045498962402344, 0.30447103881835935, 0.30464715576171875, 0.30456524658203127, 0.30449868774414063, 0.30496563720703124, 0.304679931640625, 0.3046369323730469, 0.3045458068847656, 0.3045693359375, 0.3046277160644531, 0.30489190673828126, 0.30474343872070314, 0.3046533203125, 0.3046860656738281, 0.30468402099609376, 0.30468197631835936, 0.30458367919921875, 0.6444154663085937, 0.3043891296386719, 0.3043133544921875, 0.30430514526367186, 0.30449151611328124, 0.30438296508789064, 0.30441574096679686, 0.3043512268066406, 0.3043614807128906, 0.30452633666992185, 0.3043502197265625, 0.304421875, 0.3047782287597656, 0.3045242919921875, 0.304427001953125, 0.3044331665039062, 0.3043891296386719, 0.3044638671875, 0.304400390625, 0.3045027770996094, 0.30462667846679686, 0.30457037353515626, 0.3045928955078125, 0.3045498962402344, 0.3043819580078125, 0.3048796081542969, 0.30445159912109376, 0.30474649047851565, 0.3044751281738281, 0.30451507568359376, 0.30451815795898435, 0.3044085693359375, 0.30458572387695315, 0.3044669494628906, 0.3044843444824219, 0.30457650756835936, 0.3044894714355469, 0.3045560302734375, 0.3046533203125, 0.304584716796875, 0.3045447692871094, 0.30480078125, 0.30474957275390624, 0.3044894714355469, 0.30452633666992185, 0.3049359436035156, 0.3046000671386719, 0.3044976501464844, 0.30457958984375, 0.30448333740234373, 0.30450686645507813, 0.3046092834472656, 0.3045928955078125, 0.30478643798828126, 0.3046492309570312, 0.3046574096679687, 0.3046973571777344, 0.3045980224609375, 0.30497381591796874, 0.3045119934082031, 0.30507928466796874, 0.304822265625, 0.30474649047851565, 0.64435302734375, 0.30439013671875, 0.3046666259765625, 0.30432461547851564, 0.30434100341796877, 0.304294921875, 0.304331787109375, 0.3043788757324219, 0.30436248779296876, 0.3043665771484375, 0.30476287841796873, 0.30451608276367187, 0.30432257080078123, 0.30437478637695314, 0.3048458251953125, 0.3043512268066406, 0.3044894714355469, 0.30464614868164064, 0.3044894714355469, 0.3044085693359375, 0.3044669494628906, 0.3044331665039062, 0.30443008422851564, 0.3045816345214844, 0.3044423828125, 0.3044290466308594, 0.30440756225585935, 0.3048161315917969, 0.304532470703125, 0.3049717712402344, 0.3045038146972656, 0.3045027770996094, 0.3044331665039062, 0.30450177001953127, 0.3045826416015625, 0.3046082458496094, 0.30457855224609376, 0.3047208862304687, 0.3044700012207031, 0.30459597778320313, 0.30450994873046877, 0.30466253662109377, 0.3046072387695313, 0.30487655639648437, 0.3046246337890625, 0.304611328125, 0.304711669921875, 0.30482022094726563, 0.3044925537109375, 0.3044607849121094, 0.3047280578613281, 0.30459902954101564, 0.30459698486328124, 0.3045816345214844, 0.30468914794921875, 0.30466867065429687, 0.30472705078125, 0.3048253479003906, 0.3050352783203125, 0.3046133728027344, 0.3048192138671875, 0.3045826416015625, 0.30507211303710935, 0.645001220703125, 0.30450177001953127, 0.3042662353515625, 0.30435531616210937, 0.30431130981445315, 0.3043143615722656, 0.3043717041015625, 0.30475057983398435, 0.3044505615234375, 0.3044505615234375, 0.3045580749511719, 0.3043348388671875, 0.30459085083007814, 0.3044546508789063, 0.3043645324707031, 0.3044464721679688, 0.3043932189941406, 0.3045805969238281, 0.3044566955566406, 0.30447412109375, 0.3044208679199219, 0.30441473388671875, 0.30437274169921874, 0.3045509033203125, 0.30446490478515625, 0.30469528198242185, 0.3044034423828125, 0.3043870849609375, 0.30474649047851565, 0.30448025512695315, 0.30467379760742186, 0.30461236572265626, 0.304427001953125, 0.30441061401367187, 0.3044751281738281, 0.304510986328125, 0.3045898132324219, 0.30455502319335936, 0.3045447692871094, 0.3045478515625, 0.30445773315429686, 0.3046195068359375, 0.30470449829101565, 0.3048529968261719, 0.3047669677734375, 0.304763916015625, 0.30464306640625, 0.30459393310546873, 0.30501580810546874, 0.30453863525390623, 0.3045222473144531, 0.3046563720703125, 0.3047004089355469, 0.3045509033203125, 0.30455502319335936, 0.30465228271484374, 0.3047208862304687, 0.30474853515625, 0.304763916015625, 0.30464715576171875, 0.30462362670898435, 0.304964599609375, 0.30475979614257814]",tokens/s,3.2318069825437337,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-2.7B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2227.417088,2835.873792,0.0,2189.426688,1980.544,s,10,1.3431249694824217,0.13431249694824218,0.00016976460720745715,0.13426190185546874,0.1345952926635742,0.13459715347290038,0.13459864212036132,"[0.13459487915039062, 0.1344338836669922, 0.13431983947753906, 0.13417459106445312, 0.13427513122558593, 0.134223876953125, 0.13424867248535155, 0.1342010955810547, 0.13459901428222656, 0.1340539855957031]",tokens/s,1906.002835303185,kWh,1.5869179853686583e-06,8.695571624630247e-07,7.304120658107038e-06,9.760595805938721e-06,tokens/kWh,26227907.09602377,MB,2227.417088,2835.873792,0.0,2189.426688,2079.896576,s,10,71.6286376953125,7.162863769531251,0.0009929712278992876,7.162750732421875,7.164086962890625,7.1643530517578125,7.164565922851562,"[7.16402783203125, 7.16269091796875, 7.16257666015625, 7.16257177734375, 7.16219677734375, 7.1631484375, 7.1607333984375, 7.162810546875, 7.16326220703125, 7.164619140625]",tokens/s,8.79536481874523,kWh,8.451719946441828e-05,4.632082367843031e-05,0.00039402639485050625,0.0005248644179933549,tokens/kWh,120030.99817827166,,s,629,72.7229952392579,0.11561684457751639,0.01603320272501616,0.11368243408203126,0.11382031249999999,0.11393679199218751,0.24855517639160157,"[0.11376640319824219, 0.11381964874267578, 0.11391590118408203, 0.11374899291992188, 0.11394866943359375, 0.11374285125732422, 0.1136332778930664, 0.11374079895019532, 0.1137479705810547, 0.11381043243408204, 0.1135810546875, 0.11372032165527343, 0.11352473449707032, 0.11377766418457032, 0.11381759643554687, 0.11395891571044922, 0.11366092681884765, 0.11379302215576172, 0.11358924865722657, 0.11374591827392579, 0.11360870361328125, 0.1137479705810547, 0.11358719635009766, 0.11377254486083985, 0.11350732421875, 0.11383910369873047, 0.11355750274658204, 0.11367021179199219, 0.11355538940429688, 0.11375923156738281, 0.11367731475830078, 0.11386982727050782, 0.11374285125732422, 0.1137623062133789, 0.11354521942138672, 0.11367526245117188, 0.11352166748046875, 0.113691650390625, 0.11351654052734375, 0.11375007629394532, 0.11354720306396485, 0.11372134399414062, 0.11353190612792968, 0.11368959808349609, 0.11354316711425781, 0.11370700836181641, 0.11365990447998046, 0.11374082946777343, 0.11356771087646485, 0.11373158264160156, 0.11355852508544922, 0.1137448959350586, 0.11359334564208984, 0.11376742553710938, 0.11359334564208984, 0.11371929931640624, 0.11354930877685547, 0.11374591827392579, 0.11360358428955078, 0.11374387359619141, 0.11368243408203126, 0.11421900939941407, 0.24901119995117188, 0.11363330841064453, 0.11352880096435547, 0.11360460662841797, 0.11360870361328125, 0.11376640319824219, 0.11367731475830078, 0.11351347351074219, 0.11369574737548828, 0.11355955505371093, 0.1136527328491211, 0.11353292846679687, 0.11367935943603516, 0.11351961517333985, 0.11367833709716797, 0.11353804779052734, 0.11372032165527343, 0.11352985382080077, 0.11369676971435547, 0.11358924865722657, 0.11374285125732422, 0.1136527328491211, 0.11376127624511718, 0.11353702545166015, 0.11371520233154297, 0.1134919662475586, 0.11378790283203125, 0.11356063842773438, 0.11368851470947265, 0.11352166748046875, 0.11365068817138672, 0.11356979370117187, 0.11404595184326172, 0.11391999816894531, 0.11370188903808594, 0.11352883148193359, 0.11368959808349609, 0.11357286071777344, 0.11374387359619141, 0.11366502380371094, 0.11398758697509766, 0.11360972595214844, 0.11380838775634766, 0.1136599349975586, 0.11374384307861328, 0.11355852508544922, 0.11405619049072266, 0.11359129333496094, 0.113723388671875, 0.11360562896728515, 0.11376435089111328, 0.11356985473632812, 0.11376223754882812, 0.113617919921875, 0.11377152252197266, 0.11376435089111328, 0.11395481872558594, 0.11368755340576171, 0.11381145477294922, 0.11368755340576171, 0.11379612731933594, 0.11375100708007813, 0.11379203033447266, 0.24874493408203124, 0.11367935943603516, 0.11357901000976563, 0.11386777496337891, 0.11357593536376953, 0.11366297912597656, 0.1135401611328125, 0.113640380859375, 0.11357081604003906, 0.11369881439208984, 0.11358822631835938, 0.11372134399414062, 0.11354316711425781, 0.11381043243408204, 0.11357389068603516, 0.11365586853027344, 0.11357279968261719, 0.11366297912597656, 0.11357183837890625, 0.11369779205322265, 0.11358207702636719, 0.11372748565673828, 0.11366502380371094, 0.1137807388305664, 0.11359750366210937, 0.11369670104980469, 0.11356364440917968, 0.11366604614257812, 0.11352678680419923, 0.11370393371582031, 0.11381862640380859, 0.11388825225830078, 0.11366502380371094, 0.11369983673095703, 0.11359129333496094, 0.1136332778930664, 0.11352063751220703, 0.1136732177734375, 0.11353292846679687, 0.11368959808349609, 0.11359334564208984, 0.11371014404296875, 0.11367929840087891, 0.11378380584716796, 0.11361280059814453, 0.11372748565673828, 0.11357901000976563, 0.1139415054321289, 0.11366194915771484, 0.1138155517578125, 0.11359846496582031, 0.11384217834472657, 0.11365682983398437, 0.11375411224365234, 0.11363533020019531, 0.11381043243408204, 0.11377664184570313, 0.11394258880615235, 0.11371001434326172, 0.11375718688964843, 0.11371110534667969, 0.11376844787597656, 0.11369676971435547, 0.2486507568359375, 0.11369471740722656, 0.11368243408203126, 0.11367327880859375, 0.11359635162353515, 0.11374079895019532, 0.11367731475830078, 0.11356774139404296, 0.1137080307006836, 0.11370700836181641, 0.11375615692138671, 0.11352371215820313, 0.11415961456298829, 0.11352985382080077, 0.11370291137695313, 0.11356063842773438, 0.11391993713378906, 0.11357901000976563, 0.11369983673095703, 0.11361382293701172, 0.11373158264160156, 0.1135626220703125, 0.11374591827392579, 0.11358310699462891, 0.1137797088623047, 0.1134919662475586, 0.11370598602294922, 0.11353702545166015, 0.1136885757446289, 0.11354009246826172, 0.11367935943603516, 0.11358310699462891, 0.11376537322998047, 0.11355443572998047, 0.11374694061279297, 0.11354112243652344, 0.11375411224365234, 0.11354214477539062, 0.11373977661132813, 0.11356364440917968, 0.11368038177490235, 0.11359129333496094, 0.11375718688964843, 0.11355238342285157, 0.11393433380126954, 0.11378380584716796, 0.11381657409667968, 0.11368141174316407, 0.11375513458251953, 0.11364454650878907, 0.11372032165527343, 0.11360972595214844, 0.11375718688964843, 0.11366194915771484, 0.11378688049316406, 0.11361484527587891, 0.11378790283203125, 0.11356979370117187, 0.11374387359619141, 0.1136332778930664, 0.1137940444946289, 0.11358003234863281, 0.11374694061279297, 0.24854631042480468, 0.11360665893554688, 0.11360256195068359, 0.11373670196533203, 0.11358617401123047, 0.11365580749511718, 0.11354316711425781, 0.11364556884765625, 0.11355340576171875, 0.11373056030273437, 0.11354214477539062, 0.11365990447998046, 0.11354828643798828, 0.11361382293701172, 0.11356364440917968, 0.11366400146484375, 0.1137100830078125, 0.11430502319335938, 0.11362406158447266, 0.11373977661132813, 0.11357901000976563, 0.113691650390625, 0.11363225555419922, 0.11385855865478516, 0.11374899291992188, 0.11366194915771484, 0.1135810546875, 0.1136885757446289, 0.11357389068603516, 0.11367731475830078, 0.113606689453125, 0.11391075134277344, 0.11361996459960938, 0.113728515625, 0.11356364440917968, 0.11371929931640624, 0.1135851821899414, 0.11367727661132812, 0.11362303924560548, 0.11370598602294922, 0.11374591827392579, 0.11368550109863282, 0.11362406158447266, 0.113797119140625, 0.11365068817138672, 0.11368243408203126, 0.1135615997314453, 0.11383500671386719, 0.11361894226074219, 0.11370089721679688, 0.11358204650878906, 0.11371826934814454, 0.11363433837890625, 0.11367523193359375, 0.11362713623046874, 0.1137448959350586, 0.11363737487792969, 0.11378790283203125, 0.11363123321533203, 0.113797119140625, 0.11367628479003906, 0.11375923156738281, 0.11370700836181641, 0.24855862426757813, 0.11360355377197266, 0.11355340576171875, 0.11363945770263671, 0.11358102416992187, 0.11405619049072266, 0.11393843078613282, 0.11354521942138672, 0.11368755340576171, 0.11362105560302735, 0.11367417907714844, 0.11353497314453125, 0.11372953796386719, 0.11354009246826172, 0.11371520233154297, 0.11351757049560547, 0.11371932983398438, 0.11350422668457032, 0.11374285125732422, 0.11357286071777344, 0.11371929931640624, 0.11360358428955078, 0.11372646331787109, 0.11355136108398438, 0.11370598602294922, 0.11350425720214843, 0.11370598602294922, 0.11359334564208984, 0.11383500671386719, 0.11356877136230469, 0.11368959808349609, 0.11364761352539063, 0.11369676971435547, 0.1135626220703125, 0.11373977661132813, 0.1135810546875, 0.11374079895019532, 0.11351757049560547, 0.11397529602050781, 0.11357491302490234, 0.113833984375, 0.11360256195068359, 0.11380121612548828, 0.1136363525390625, 0.11374591827392579, 0.11356877136230469, 0.11405619049072266, 0.11398246765136719, 0.1137786865234375, 0.11365171051025391, 0.11382272338867187, 0.11369779205322265, 0.11389030456542969, 0.11360358428955078, 0.1138001937866211, 0.11357389068603516, 0.1137418212890625, 0.11359027099609376, 0.1138001937866211, 0.11371110534667969, 0.11379814147949219, 0.1136527328491211, 0.11378380584716796, 0.24867840576171876, 0.11365682983398437, 0.11354112243652344, 0.1136701431274414, 0.11360460662841797, 0.11366706848144531, 0.11359232330322265, 0.11367526245117188, 0.11354828643798828, 0.11370700836181641, 0.11354630279541016, 0.11374995422363281, 0.11352678680419923, 0.1136394271850586, 0.11351859283447266, 0.11360256195068359, 0.11357798767089844, 0.11363533020019531, 0.1135810546875, 0.11367833709716797, 0.11360262298583984, 0.11374073791503907, 0.11362611389160156, 0.11374694061279297, 0.11359129333496094, 0.11363225555419922, 0.11355750274658204, 0.11368243408203126, 0.11358207702636719, 0.11381350708007812, 0.1137100830078125, 0.11370086669921875, 0.11357491302490234, 0.11367935943603516, 0.113512451171875, 0.11372441864013672, 0.11366400146484375, 0.11377561950683594, 0.11353907012939453, 0.11368755340576171, 0.11358207702636719, 0.11366297912597656, 0.1136015396118164, 0.11366297912597656, 0.11354316711425781, 0.11370598602294922, 0.11357798767089844, 0.1137623062133789, 0.11355750274658204, 0.11372646331787109, 0.11357798767089844, 0.11369574737548828, 0.1136363525390625, 0.11368550109863282, 0.1136537628173828, 0.11375308990478515, 0.11364454650878907, 0.11376332855224609, 0.11369267272949218, 0.11385139465332031, 0.11367526245117188, 0.11379714965820313, 0.11366191864013672, 0.2486835174560547, 0.1136885757446289, 0.11358924865722657, 0.11362611389160156, 0.11362406158447266, 0.11371110534667969, 0.11371628570556641, 0.11369055938720703, 0.11371724700927735, 0.11368038177490235, 0.11373465728759766, 0.11358003234863281, 0.11369369506835937, 0.11352371215820313, 0.11369676971435547, 0.11350323486328125, 0.11401522827148437, 0.11351961517333985, 0.1137080307006836, 0.11349708557128907, 0.11377049255371094, 0.11358310699462891, 0.11373158264160156, 0.11366095733642578, 0.11386978912353515, 0.11351347351074219, 0.11371315002441407, 0.11356979370117187, 0.11377356719970703, 0.113691650390625, 0.11380121612548828, 0.11359744262695312, 0.11369983673095703, 0.11355545806884766, 0.11369574737548828, 0.11354828643798828, 0.1137100830078125, 0.11352985382080077, 0.11366297912597656, 0.11351449584960938, 0.11379199981689453, 0.1135964126586914, 0.1137479705810547, 0.11361484527587891, 0.1137797088623047, 0.11368141174316407, 0.11379199981689453, 0.11357593536376953, 0.11372441864013672, 0.11356671905517578, 0.113691650390625, 0.1135994873046875, 0.11382579040527344, 0.11373056030273437, 0.11392921447753906, 0.11360768127441406, 0.11375718688964843, 0.11360460662841797, 0.11380633544921875, 0.11378278350830077, 0.11394252777099609, 0.11368243408203126, 0.11380531311035157, 0.24890879821777342, 0.11367935943603516, 0.11359750366210937, 0.11366700744628906, 0.11354009246826172, 0.11369369506835937, 0.1135646743774414, 0.11363839721679687, 0.11361280059814453, 0.11369369506835937, 0.11357695770263672, 0.11363737487792969, 0.11357286071777344, 0.11372236633300781, 0.11358822631835938, 0.11395276641845703, 0.11386982727050782, 0.11401830291748047, 0.11369881439208984, 0.113728515625, 0.11375923156738281, 0.11362406158447266, 0.1135626220703125, 0.11371212768554688, 0.11375001525878906, 0.11368966674804687, 0.11355027008056641, 0.11368755340576171, 0.11353907012939453, 0.11368755340576171, 0.11364966583251954, 0.11381970977783203, 0.11360870361328125, 0.11376947021484375, 0.11367314910888672, 0.11368550109863282, 0.11354828643798828, 0.11368550109863282, 0.11352166748046875, 0.1137418212890625, 0.11360358428955078, 0.11367632293701171, 0.11358512115478515, 0.11374285125732422, 0.11360870361328125, 0.11365478515625, 0.11362611389160156, 0.11391180419921874, 0.11370905303955078, 0.11375206756591796, 0.11360768127441406, 0.11384320068359376, 0.11360972595214844, 0.11375718688964843, 0.1137448959350586, 0.11372748565673828, 0.11360768127441406, 0.11376640319824219, 0.11386470031738281, 0.11390873718261718, 0.11371520233154297, 0.11384012603759766, 0.11381247711181641, 0.24840602111816407, 0.11358009338378906, 0.11359430694580078, 0.11371212768554688, 0.11367526245117188, 0.11381043243408204, 0.11362815856933593, 0.11352166748046875, 0.11368755340576171, 0.1136015396118164, 0.1136711654663086, 0.11353292846679687, 0.11384627532958984, 0.11378585815429687, 0.11376640319824219, 0.11352268981933594, 0.11379302215576172, 0.1135093765258789, 0.11372441864013672, 0.11362822723388671, 0.11376121520996094, 0.11370291137695313, 0.11379302215576172, 0.11358617401123047, 0.11376025390625, 0.11351039886474609, 0.11448524475097656, 0.11355545806884766, 0.11372236633300781, 0.1136332778930664, 0.11380121612548828, 0.11363225555419922, 0.11369471740722656, 0.1135308837890625, 0.11370700836181641, 0.11357901000976563, 0.11373670196533203, 0.11362406158447266, 0.11382579040527344, 0.11358924865722657, 0.11383296203613281, 0.11380838775634766, 0.11389746856689453, 0.11375001525878906, 0.113723388671875, 0.11357901000976563, 0.113728515625, 0.11370700836181641, 0.11388416290283203, 0.11359232330322265, 0.11375411224365234, 0.11365682983398437, 0.11379097747802734, 0.11373056030273437, 0.1140357437133789, 0.11380016326904296, 0.11396403503417969, 0.11366604614257812, 0.1137807388305664, 0.11362207794189454, 0.11381037139892577, 0.11360768127441406, 0.11375308990478515]",tokens/s,8.64925871013147,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,1,1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/1/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947827-265eef1f129d922e74619ed6;c88f8c2c-9f8c-4325-8024-406e07593569) Repository Not Found for url: https://huggingface.co/1/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-7b,tiiuae/falcon-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1481, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1572, in _check_and_enable_flash_attn_2 raise ValueError( ValueError: FalconForCausalLM does not support Flash Attention 2.0 yet. Please request to add support where the model is hosted, on its model hub page: https://huggingface.co//tmp/tmpf3j99m06/no_weights_model/discussions/new or in the Transformers GitHub repo: https://github.com/huggingface/transformers/issues/new ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4118.462464,5287.44448,0.0,4640.997376,4330.668544,s,10,3.198638458251953,0.31986384582519534,0.0010414384981667266,0.31984342956542966,0.32109922180175776,0.32110626678466797,0.3211119027709961,"[0.31871585083007814, 0.32094384765625, 0.31872210693359376, 0.31898590087890627, 0.3198691711425781, 0.3184337158203125, 0.31981768798828125, 0.320939208984375, 0.3211133117675781, 0.32109765625]",tokens/s,800.3405303264666,kWh,3.758956124592159e-06,2.0597393240023246e-06,1.869149064762099e-05,2.451018609621547e-05,tokens/kWh,10444637.139639182,MB,4118.462464,5287.44448,0.0,4640.997376,4515.667456,s,10,175.24420703125003,17.524420703125003,0.0015038867693539047,17.524218750000003,17.5263189453125,17.526761035156248,17.52711470703125,"[17.526220703125, 17.5231015625, 17.527203125, 17.522798828125, 17.52478515625, 17.52365234375, 17.52528515625, 17.52256640625, 17.525375, 17.52321875]",tokens/s,3.5949833131297555,kWh,0.00020693968945389822,0.00011342005025165543,0.0010026636597691928,0.0013230233994747467,tokens/kWh,47618.20541119047,,s,629,177.84587469482406,0.28274383894248684,0.03805270523867711,0.27815731811523436,0.27831808471679687,0.27843297729492184,0.5974869262695313,"[0.2782863464355469, 0.2779576416015625, 0.278139892578125, 0.2781542358398438, 0.27818701171875, 0.2780078125, 0.2780887145996094, 0.27825048828125, 0.2781737060546875, 0.27795660400390626, 0.27808255004882815, 0.2781337585449219, 0.2782597045898437, 0.2780682373046875, 0.278076416015625, 0.27815936279296877, 0.27807949829101564, 0.27803750610351563, 0.27818496704101564, 0.27820440673828123, 0.27828939819335935, 0.27808154296875, 0.2783221740722656, 0.2781972351074219, 0.27828939819335935, 0.2780426330566406, 0.2782474365234375, 0.27815115356445314, 0.2782443542480469, 0.27812966918945314, 0.27824844360351564, 0.27823410034179685, 0.278192138671875, 0.27812353515625, 0.2781757507324219, 0.2781767578125, 0.27821466064453126, 0.2781388854980469, 0.2782740478515625, 0.2782474365234375, 0.2783907775878906, 0.2781747131347656, 0.278213623046875, 0.27813479614257813, 0.2781890563964844, 0.2782054443359375, 0.27834060668945315, 0.2782494812011719, 0.27826791381835936, 0.2781634521484375, 0.2782423095703125, 0.2781941833496094, 0.27816754150390627, 0.2781051025390625, 0.27813784790039064, 0.2783365173339844, 0.2782494812011719, 0.27823007202148436, 0.278236083984375, 0.27824639892578124, 0.2782371826171875, 0.27838668823242185, 0.599498779296875, 0.2780405883789063, 0.27799038696289063, 0.27804672241210937, 0.27807537841796875, 0.278002685546875, 0.27792691040039064, 0.2779658203125, 0.27797708129882814, 0.27801089477539065, 0.27793304443359373, 0.278181884765625, 0.2780989379882812, 0.2781317138671875, 0.2779873352050781, 0.2780405883789063, 0.27799038696289063, 0.27803750610351563, 0.27818496704101564, 0.2782443542480469, 0.2780999755859375, 0.2780477294921875, 0.2779596862792969, 0.2780641174316406, 0.27814093017578123, 0.27813479614257813, 0.2779473876953125, 0.2779862976074219, 0.27849215698242186, 0.2783109130859375, 0.2780006408691406, 0.2781685791015625, 0.2780159912109375, 0.27819622802734373, 0.27800473022460936, 0.2781419372558594, 0.2782095336914063, 0.278139892578125, 0.2781808776855469, 0.2781440124511719, 0.2782791748046875, 0.27829144287109375, 0.27804364013671873, 0.2783303527832031, 0.27811431884765625, 0.27809588623046877, 0.27827301025390627, 0.27833447265625, 0.27831808471679687, 0.2782095336914063, 0.2783221740722656, 0.27832525634765626, 0.2782023620605469, 0.2782791748046875, 0.2780692443847656, 0.278223876953125, 0.2782822265625, 0.2782843017578125, 0.278086669921875, 0.27830169677734373, 0.27828326416015625, 0.2781757507324219, 0.2781951904296875, 0.5972797241210938, 0.278181884765625, 0.27797503662109374, 0.27807437133789065, 0.2781481018066406, 0.2785935363769531, 0.27815115356445314, 0.2780415954589844, 0.2780426330566406, 0.27796990966796875, 0.27794638061523436, 0.2780631103515625, 0.27804568481445313, 0.2781419372558594, 0.2779852905273438, 0.2780979309082031, 0.27797708129882814, 0.2782310485839844, 0.27858432006835937, 0.27852801513671877, 0.27819314575195314, 0.2780692443847656, 0.27805902099609375, 0.2782637939453125, 0.2782218322753906, 0.278223876953125, 0.27796173095703125, 0.2782095336914063, 0.2780631103515625, 0.2781521911621094, 0.27807333374023435, 0.27829144287109375, 0.2782689208984375, 0.27826483154296877, 0.2780702819824219, 0.27833343505859376, 0.2782156677246094, 0.27824127197265625, 0.2781204833984375, 0.2782197570800781, 0.27825665283203127, 0.27865805053710935, 0.278181884765625, 0.27834368896484374, 0.2782474365234375, 0.2781951904296875, 0.27816754150390627, 0.27826174926757813, 0.2783006591796875, 0.2784194641113281, 0.2780559387207031, 0.2782791748046875, 0.27817062377929686, 0.27826791381835936, 0.2785535888671875, 0.27827609252929686, 0.278213623046875, 0.278287353515625, 0.278139892578125, 0.27827096557617187, 0.27832421875, 0.27824026489257814, 0.278302734375, 0.5975675048828125, 0.27800473022460936, 0.27799038696289063, 0.2780426330566406, 0.2780979309082031, 0.2780487670898438, 0.278002685546875, 0.27813580322265624, 0.27803851318359374, 0.27799655151367186, 0.27796890258789064, 0.27797708129882814, 0.27799655151367186, 0.27817266845703126, 0.27788595581054687, 0.27818292236328124, 0.27807949829101564, 0.2780968933105469, 0.2778961791992188, 0.2782248840332031, 0.2780928039550781, 0.2779934692382813, 0.27804672241210937, 0.27817166137695315, 0.27844198608398435, 0.27823309326171874, 0.2780631103515625, 0.27873587036132813, 0.278139892578125, 0.278181884765625, 0.27800473022460936, 0.2782525329589844, 0.27819110107421874, 0.2782320556640625, 0.2780415954589844, 0.2780907592773437, 0.2780498046875, 0.2780948486328125, 0.2780702819824219, 0.27808563232421873, 0.2780579833984375, 0.27810406494140627, 0.27798220825195313, 0.2784460754394531, 0.2780282897949219, 0.27806719970703125, 0.2782033996582031, 0.2781634521484375, 0.27819931030273437, 0.278265869140625, 0.2780999755859375, 0.27819931030273437, 0.2781808776855469, 0.27829351806640623, 0.27804568481445313, 0.27819314575195314, 0.2782054443359375, 0.2781214599609375, 0.2781460571289063, 0.27821978759765625, 0.2782689208984375, 0.27820748901367187, 0.27839590454101565, 0.5986314086914063, 0.2779955139160156, 0.2779934692382813, 0.2780477294921875, 0.27818496704101564, 0.2780887145996094, 0.2780159912109375, 0.278086669921875, 0.27812863159179685, 0.2779811706542969, 0.277939208984375, 0.27809588623046877, 0.2780610656738281, 0.27805490112304687, 0.2779852905273438, 0.27809381103515624, 0.278002685546875, 0.2780948486328125, 0.27802420043945314, 0.27817062377929686, 0.27817984008789065, 0.2781481018066406, 0.27805184936523436, 0.2781603698730469, 0.27810406494140627, 0.27812966918945314, 0.2779504699707031, 0.27823614501953126, 0.27807537841796875, 0.27818496704101564, 0.27801089477539065, 0.27824639892578124, 0.27826174926757813, 0.27823309326171874, 0.2781890563964844, 0.2786130065917969, 0.27832012939453127, 0.2780692443847656, 0.27823513793945315, 0.2781481018066406, 0.27836007690429687, 0.278192138671875, 0.2781440124511719, 0.2783109130859375, 0.27816549682617187, 0.27817880249023436, 0.2781562805175781, 0.27825357055664063, 0.2782853088378906, 0.2783088684082031, 0.27805490112304687, 0.27821774291992185, 0.2783375244140625, 0.27827508544921875, 0.2781112365722656, 0.27818597412109375, 0.2782791748046875, 0.27834878540039065, 0.2782515258789062, 0.2782843017578125, 0.27832525634765626, 0.27826995849609376, 0.2782822265625, 0.596843505859375, 0.27809588623046877, 0.27798220825195313, 0.27794638061523436, 0.27807333374023435, 0.2780569458007813, 0.2779648132324219, 0.27848193359375, 0.27803237915039064, 0.2779914245605469, 0.27780914306640625, 0.27796685791015624, 0.27810098266601563, 0.2780487670898438, 0.2779525146484375, 0.2781634521484375, 0.27802725219726565, 0.27810098266601563, 0.27794842529296876, 0.2782443542480469, 0.2781112365722656, 0.27802420043945314, 0.2780006408691406, 0.27815936279296877, 0.27825457763671874, 0.27819009399414063, 0.27797607421875, 0.2783078308105469, 0.27816754150390627, 0.27826174926757813, 0.27806002807617186, 0.27823410034179685, 0.2781603698730469, 0.278139892578125, 0.278066162109375, 0.2782218322753906, 0.27822796630859375, 0.2780313720703125, 0.2780968933105469, 0.27828326416015625, 0.27814093017578123, 0.27810714721679686, 0.2780415954589844, 0.27877169799804685, 0.27826483154296877, 0.27813784790039064, 0.27809381103515624, 0.2782853088378906, 0.27819931030273437, 0.2782525329589844, 0.27820440673828123, 0.2781839294433594, 0.2781767578125, 0.2782003173828125, 0.27814910888671873, 0.2783088684082031, 0.2781317138671875, 0.2781327209472656, 0.27802215576171874, 0.27833139038085936, 0.2786385803222656, 0.27829144287109375, 0.2782320556640625, 0.598614013671875, 0.2782054443359375, 0.27787774658203124, 0.27800985717773435, 0.2781419372558594, 0.27807949829101564, 0.2779596862792969, 0.27814501953125, 0.27807949829101564, 0.2780159912109375, 0.27796786499023435, 0.2780712890625, 0.2780405883789063, 0.2782515258789062, 0.27796685791015624, 0.278582275390625, 0.27811224365234377, 0.2780682373046875, 0.27798016357421873, 0.27817779541015625, 0.2780948486328125, 0.2780682373046875, 0.2780569458007813, 0.27831808471679687, 0.2780477294921875, 0.2781747131347656, 0.27801907348632815, 0.27813580322265624, 0.2781481018066406, 0.27813067626953125, 0.27826995849609376, 0.27831195068359377, 0.27821261596679686, 0.2783068237304688, 0.278066162109375, 0.27801907348632815, 0.27857614135742187, 0.27815115356445314, 0.2780702819824219, 0.2782105712890625, 0.27823822021484373, 0.278213623046875, 0.2780057678222656, 0.2782863464355469, 0.27815731811523436, 0.27815731811523436, 0.27811019897460937, 0.2782525329589844, 0.27829248046875, 0.27865292358398436, 0.2781532287597656, 0.27865496826171876, 0.27821261596679686, 0.2782494812011719, 0.2780498046875, 0.27819622802734373, 0.2781327209472656, 0.27826483154296877, 0.2780559387207031, 0.2783354797363281, 0.27823410034179685, 0.27827609252929686, 0.27823410034179685, 0.5994219360351563, 0.27807333374023435, 0.27835086059570313, 0.2780334167480469, 0.2780498046875, 0.27802420043945314, 0.2778890380859375, 0.2780139465332031, 0.27811224365234377, 0.27798220825195313, 0.27774362182617185, 0.2780610656738281, 0.2780088195800781, 0.27805184936523436, 0.27796173095703125, 0.27803750610351563, 0.2779873352050781, 0.27811328125, 0.2778306579589844, 0.2781440124511719, 0.278066162109375, 0.2780692443847656, 0.2779381713867187, 0.2784471130371094, 0.27798016357421873, 0.2783211669921875, 0.27794638061523436, 0.27829248046875, 0.27817880249023436, 0.2781665344238281, 0.278002685546875, 0.2782085266113281, 0.27816549682617187, 0.2781583251953125, 0.2779443054199219, 0.27813784790039064, 0.2780887145996094, 0.27800167846679685, 0.2784716796875, 0.27815115356445314, 0.2781337585449219, 0.27812966918945314, 0.2782371826171875, 0.27828121948242185, 0.27816754150390627, 0.27813784790039064, 0.27805184936523436, 0.27825457763671874, 0.2781808776855469, 0.27884747314453123, 0.27812863159179685, 0.278223876953125, 0.27812966918945314, 0.27817266845703126, 0.27808050537109374, 0.27827609252929686, 0.2781603698730469, 0.2782689208984375, 0.27807537841796875, 0.2783631286621094, 0.27827609252929686, 0.2781470642089844, 0.27817266845703126, 0.59964208984375, 0.2780498046875, 0.27801190185546876, 0.278118408203125, 0.2781603698730469, 0.2780948486328125, 0.2779371643066406, 0.2780354614257812, 0.27807437133789065, 0.2778419189453125, 0.2779832458496094, 0.2781214599609375, 0.27814093017578123, 0.27803851318359374, 0.27801702880859375, 0.2781890563964844, 0.27814297485351563, 0.27809588623046877, 0.27804364013671873, 0.2782105712890625, 0.27819110107421874, 0.27810098266601563, 0.2780559387207031, 0.27815731811523436, 0.27818292236328124, 0.27819827270507813, 0.27798834228515623, 0.2782371826171875, 0.2781388854980469, 0.2783160400390625, 0.27808563232421873, 0.278508544921875, 0.278265869140625, 0.278192138671875, 0.27808154296875, 0.2781665344238281, 0.2782167053222656, 0.2780569458007813, 0.27818292236328124, 0.2782689208984375, 0.27824331665039065, 0.27820748901367187, 0.27803033447265624, 0.2783057861328125, 0.27820440673828123, 0.2782423095703125, 0.2782597045898437, 0.27829861450195315, 0.278245361328125, 0.27833343505859376, 0.27811019897460937, 0.27825357055664063, 0.2783078308105469, 0.27828939819335935, 0.2780917663574219, 0.27822283935546877, 0.27825457763671874, 0.27847885131835937, 0.2783088684082031, 0.2783139953613281, 0.2784849853515625, 0.2782597045898437, 0.27825357055664063, 0.5996759033203125, 0.27808563232421873, 0.27793408203125, 0.27804568481445313, 0.2780579833984375, 0.27797607421875, 0.27798220825195313, 0.27805902099609375, 0.278086669921875, 0.2780498046875, 0.2779084777832031, 0.278076416015625, 0.27807437133789065, 0.27802520751953125, 0.2778480529785156, 0.2780989379882812, 0.2781051025390625, 0.2780712890625, 0.278044677734375, 0.27825665283203127, 0.2782033996582031, 0.27797607421875, 0.2780569458007813, 0.27826791381835936, 0.2781317138671875, 0.27831808471679687, 0.27803750610351563, 0.27817062377929686, 0.2781214599609375, 0.27823513793945315, 0.2780989379882812, 0.2782003173828125, 0.27824844360351564, 0.2781337585449219, 0.27802215576171874, 0.27807437133789065, 0.27814501953125, 0.27820645141601563, 0.2780979309082031, 0.27818597412109375, 0.2781695861816406, 0.27815731811523436, 0.27800372314453126, 0.27832525634765626, 0.27814093017578123, 0.27812762451171874, 0.2781757507324219, 0.27833242797851565, 0.27819110107421874, 0.2783999938964844, 0.27811431884765625, 0.2782023620605469, 0.2781941833496094, 0.27828839111328124, 0.2781317138671875, 0.27836517333984373, 0.27819622802734373, 0.27817984008789065, 0.27813784790039064, 0.27834573364257814, 0.27821978759765625, 0.2783170471191406, 0.278245361328125]",tokens/s,3.5367702572766255,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1481, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1572, in _check_and_enable_flash_attn_2 raise ValueError( ValueError: FalconForCausalLM does not support Flash Attention 2.0 yet. Please request to add support where the model is hosted, on its model hub page: https://huggingface.co//tmp/tmp12pq3sg7/no_weights_model/discussions/new or in the Transformers GitHub repo: https://github.com/huggingface/transformers/issues/new ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,8,8,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/8/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694767e-6b25197b7762651f41b6f220;e0215042-6538-4168-a15d-c5271fca1c3b) Repository Not Found for url: https://huggingface.co/8/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 8 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-4B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3172.405248,5144.838144,0.0,4498.39104,4272.10752,s,10,1.8810809478759767,0.18810809478759766,0.0028927869374899347,0.18818106079101563,0.19015416717529296,0.19233800888061522,0.19408508224487303,"[0.1945218505859375, 0.18966886901855468, 0.18433584594726563, 0.18503318786621092, 0.1869307861328125, 0.18577548217773437, 0.18623052978515625, 0.18943133544921875, 0.1896436462402344, 0.18950941467285157]",tokens/s,1360.9196366007668,kWh,2.17960071082067e-06,1.1943239682659623e-06,1.0742791422508284e-05,1.4116716101594918e-05,tokens/kWh,18134529.175030794,MB,3172.405248,5144.838144,0.0,4498.39104,4389.692928,s,10,101.45235449218751,10.14523544921875,0.008094456132404506,10.1435234375,10.15168349609375,10.158200146484376,10.163413466796875,"[10.143037109375, 10.1502353515625, 10.143029296875, 10.133310546875, 10.1417294921875, 10.1489921875, 10.144009765625, 10.146396484375, 10.164716796875, 10.1368974609375]",tokens/s,6.209811523383759,kWh,0.00011970674630818945,6.560752182746e-05,0.000571738535673288,0.0007570528038089374,tokens/kWh,83217.44491669533,,s,629,102.97204946899423,0.16370755082510993,0.022361333811055876,0.16086630249023437,0.16189583435058594,0.1623234619140625,0.34738719970703125,"[0.16596377563476564, 0.16316517639160155, 0.16106597900390626, 0.1608028106689453, 0.1604884490966797, 0.1603522491455078, 0.16041165161132812, 0.16060313415527344, 0.160648193359375, 0.16073829650878907, 0.1606727752685547, 0.16043519592285158, 0.16044441223144532, 0.16092672729492188, 0.16096255493164063, 0.16088677978515625, 0.16064102172851563, 0.16056626892089843, 0.1609780731201172, 0.16083747863769532, 0.16074137878417968, 0.16059494018554688, 0.16061952209472657, 0.16051609802246095, 0.1604812774658203, 0.16096870422363282, 0.16113465881347655, 0.1606542663574219, 0.16038809204101562, 0.1603389434814453, 0.16060006713867186, 0.16078028869628908, 0.16065228271484375, 0.1608038330078125, 0.16081925964355467, 0.16049452209472656, 0.1607157745361328, 0.16065023803710937, 0.16165478515625, 0.16108953857421876, 0.16108851623535156, 0.16154623413085936, 0.1608970184326172, 0.16140492248535157, 0.16103321838378906, 0.16073011779785157, 0.16048947143554687, 0.16055705261230468, 0.1603072052001953, 0.16096156311035156, 0.1610546875, 0.16076800537109376, 0.16162918090820313, 0.16092364501953124, 0.16091859436035155, 0.1609225616455078, 0.16058982849121095, 0.16053146362304688, 0.1607475128173828, 0.1609248046875, 0.16074534606933594, 0.16072294616699218, 0.35113882446289063, 0.16108647155761718, 0.1606656036376953, 0.1608765411376953, 0.16129638671875, 0.16056422424316405, 0.16044236755371094, 0.16037283325195312, 0.16051190185546876, 0.16061337280273438, 0.16130252075195312, 0.16052735900878906, 0.16117350769042968, 0.1609001007080078, 0.16073114013671874, 0.16075776672363282, 0.1604997100830078, 0.16101274108886718, 0.160753662109375, 0.16152371215820313, 0.1608785858154297, 0.16062156677246095, 0.1606307830810547, 0.162260986328125, 0.1612032012939453, 0.16133016967773436, 0.16173875427246093, 0.16111103820800782, 0.16097080993652343, 0.16156871032714842, 0.16141824340820313, 0.16127590942382813, 0.16150224304199218, 0.16117141723632813, 0.16126361083984375, 0.16160563659667967, 0.16161279296875, 0.1615380554199219, 0.16099539184570313, 0.16141305541992187, 0.1616506805419922, 0.1611356201171875, 0.16180224609375, 0.16090835571289064, 0.16078533935546874, 0.16067071533203126, 0.16360960388183593, 0.1609707794189453, 0.16134754943847657, 0.16097894287109374, 0.1607598114013672, 0.16175410461425782, 0.16108749389648438, 0.16113670349121093, 0.16049862670898438, 0.1607106628417969, 0.16076287841796874, 0.16077311706542968, 0.161080322265625, 0.16047718811035155, 0.1605928955078125, 0.16215347290039062, 0.1610045471191406, 0.3474370422363281, 0.16077516174316406, 0.16101484680175782, 0.16134136962890624, 0.16100250244140624, 0.1607710723876953, 0.160542724609375, 0.1607710723876953, 0.16172032165527345, 0.1607352294921875, 0.16101487731933595, 0.16078326416015626, 0.16060928344726563, 0.160822265625, 0.16088473510742188, 0.16038604736328124, 0.16048538208007812, 0.16068301391601564, 0.1605550079345703, 0.1608970184326172, 0.16055194091796876, 0.16085401916503905, 0.16079769897460938, 0.16302490234375, 0.1613844451904297, 0.16102400207519532, 0.16083148193359376, 0.16091136169433592, 0.16121241760253907, 0.16083148193359376, 0.16069119262695314, 0.16062258911132812, 0.1604331512451172, 0.160505859375, 0.16076698303222656, 0.16176640319824218, 0.1606594543457031, 0.16035533142089844, 0.1603819580078125, 0.16041267395019532, 0.16187596130371093, 0.16084786987304686, 0.16047103881835936, 0.1604188232421875, 0.16047821044921876, 0.160901123046875, 0.1617786865234375, 0.16289382934570312, 0.1606983642578125, 0.16134553527832032, 0.1617838134765625, 0.1610977325439453, 0.16131788635253907, 0.16220979309082031, 0.16074546813964843, 0.1603625030517578, 0.16098098754882811, 0.16206130981445313, 0.16112844848632812, 0.16104039001464843, 0.16068199157714844, 0.16091136169433592, 0.1605928955078125, 0.34764801025390624, 0.16071987915039063, 0.160542724609375, 0.1604567108154297, 0.16062774658203124, 0.16069526672363282, 0.16097792053222656, 0.16044749450683593, 0.16077420043945312, 0.16061228942871095, 0.16055909729003906, 0.16054988098144532, 0.16121241760253907, 0.1604147186279297, 0.16036146545410157, 0.16029592895507813, 0.16044338989257811, 0.16081304931640625, 0.1606973419189453, 0.1608263702392578, 0.16053453063964843, 0.1604874267578125, 0.16042906188964845, 0.16045878601074218, 0.16051519775390624, 0.16081494140625, 0.16077311706542968, 0.1609697265625, 0.16058995056152345, 0.16090509033203124, 0.16086119079589845, 0.1604945983886719, 0.16053555297851563, 0.16118783569335937, 0.16089190673828124, 0.1606155242919922, 0.16076585388183592, 0.16063999938964843, 0.16163839721679688, 0.16198655700683592, 0.16100965881347656, 0.16248320007324218, 0.1607209014892578, 0.16048434448242188, 0.16137420654296875, 0.16105165100097657, 0.1610260467529297, 0.16144589233398438, 0.1613465576171875, 0.16080178833007813, 0.16114892578125, 0.16077926635742187, 0.1615687713623047, 0.16114585876464843, 0.16065228271484375, 0.16037989807128905, 0.16079667663574218, 0.16094720458984374, 0.16085708618164063, 0.16056422424316405, 0.1605191650390625, 0.16067481994628907, 0.1608140869140625, 0.348548095703125, 0.160782470703125, 0.1608221435546875, 0.16101890563964844, 0.16050889587402345, 0.16203366088867188, 0.1614254150390625, 0.1611304931640625, 0.16075776672363282, 0.1606492156982422, 0.16059187316894533, 0.16067088317871095, 0.16073814392089844, 0.16075161743164063, 0.1609001007080078, 0.1605683135986328, 0.1603409881591797, 0.1608448028564453, 0.1620367431640625, 0.16093388366699218, 0.16047514343261718, 0.1610639343261719, 0.16107621765136718, 0.16080793762207032, 0.16104754638671875, 0.16069842529296874, 0.16078329467773436, 0.1608765411376953, 0.1605560302734375, 0.16062361145019532, 0.16060415649414062, 0.16117759704589843, 0.161364990234375, 0.16065023803710937, 0.16050277709960936, 0.16067686462402345, 0.16168960571289062, 0.16091751098632812, 0.16216677856445313, 0.1613824005126953, 0.16105783081054686, 0.16061231994628905, 0.1628958740234375, 0.16152677917480468, 0.1611315155029297, 0.16175001525878907, 0.16139776611328124, 0.1609758758544922, 0.16094822692871094, 0.1607188415527344, 0.16054681396484374, 0.16048953247070313, 0.16077203369140625, 0.16100863647460936, 0.16047103881835936, 0.16086221313476562, 0.161259521484375, 0.16178688049316406, 0.16065023803710937, 0.16041062927246094, 0.16035752868652345, 0.1610740203857422, 0.16080589294433595, 0.34698956298828126, 0.16068505859375, 0.16083148193359376, 0.16093798828125, 0.16111001586914062, 0.16114585876464843, 0.16074649047851564, 0.16042086791992188, 0.16039833068847656, 0.16055091857910156, 0.16060517883300782, 0.1610321960449219, 0.1608775634765625, 0.16060108947753907, 0.16048434448242188, 0.16054476928710937, 0.16240025329589844, 0.16061756896972657, 0.16082627868652344, 0.16225177001953126, 0.1610198974609375, 0.16131173706054688, 0.16213912963867189, 0.16081715393066406, 0.16086630249023437, 0.1621800994873047, 0.1608970184326172, 0.16071781921386719, 0.16138552856445312, 0.161666015625, 0.16099734497070312, 0.16233779907226562, 0.16063795471191405, 0.16112127685546876, 0.1623019561767578, 0.16089907836914064, 0.1612584991455078, 0.16255282592773437, 0.16064614868164062, 0.1614264373779297, 0.16175514221191406, 0.16068914794921876, 0.1618903045654297, 0.16195481872558593, 0.16324607849121095, 0.16110079956054688, 0.16109465026855468, 0.16097894287109374, 0.1609707489013672, 0.16085708618164063, 0.16062054443359375, 0.16064306640625, 0.16069427490234375, 0.16089599609375, 0.1605611572265625, 0.16022528076171874, 0.16039117431640626, 0.1605437469482422, 0.16102201843261718, 0.16096044921875, 0.16057650756835937, 0.1606727752685547, 0.16121856689453126, 0.347259033203125, 0.16257212829589843, 0.161649658203125, 0.1608765411376953, 0.16062567138671874, 0.16099839782714845, 0.16054066467285155, 0.16041574096679687, 0.16108659362792968, 0.16073715209960937, 0.1608099822998047, 0.16053861999511718, 0.1603082275390625, 0.16065126037597657, 0.16179916381835938, 0.1609144287109375, 0.1605683135986328, 0.16063388061523437, 0.1607075500488281, 0.16191897583007814, 0.16079676818847657, 0.1605272674560547, 0.16047821044921876, 0.1607772216796875, 0.16065843200683594, 0.1608038330078125, 0.16053861999511718, 0.16077619934082032, 0.1609318389892578, 0.16097894287109374, 0.16071987915039063, 0.16067173767089843, 0.1634027557373047, 0.16140083312988282, 0.1609553985595703, 0.16144178771972656, 0.16075059509277342, 0.16058470153808593, 0.16266854858398438, 0.16108236694335937, 0.16209613037109374, 0.1612441864013672, 0.1614571228027344, 0.16123802185058594, 0.16100146484375, 0.1612247009277344, 0.16170700073242186, 0.16109671020507813, 0.16054681396484374, 0.1611673583984375, 0.16195993041992188, 0.16106906127929688, 0.1602775115966797, 0.16063385009765624, 0.16070246887207032, 0.16066764831542968, 0.16114277648925782, 0.16096563720703125, 0.16060006713867186, 0.16063487243652344, 0.16096563720703125, 0.1608816680908203, 0.160468994140625, 0.3517286376953125, 0.1612779541015625, 0.16152986145019532, 0.1611366424560547, 0.16047616577148438, 0.1605754852294922, 0.16058265686035156, 0.16050277709960936, 0.16067173767089843, 0.1607188415527344, 0.16074957275390625, 0.16027955627441406, 0.16078848266601561, 0.16217292785644533, 0.16087551879882814, 0.1603031005859375, 0.16115097045898438, 0.1610321960449219, 0.16084889221191406, 0.16069119262695314, 0.16040345764160155, 0.1605017547607422, 0.1612779541015625, 0.16086630249023437, 0.1606594543457031, 0.16096563720703125, 0.16087347412109376, 0.16070246887207032, 0.16086221313476562, 0.16086936950683595, 0.16119500732421874, 0.16074342346191406, 0.16085504150390625, 0.16065536499023436, 0.16047923278808593, 0.16026725769042968, 0.16125645446777342, 0.16103321838378906, 0.1607393341064453, 0.16045260620117188, 0.161512451171875, 0.16250367736816407, 0.16151142883300781, 0.1619886016845703, 0.161438720703125, 0.16269926452636718, 0.1615636444091797, 0.16217088317871095, 0.16145613098144532, 0.16248013305664064, 0.16126976013183594, 0.1618769989013672, 0.16133734130859376, 0.16058470153808593, 0.16045571899414063, 0.16039628601074218, 0.16080995178222657, 0.16079872131347656, 0.16097383117675781, 0.16078950500488282, 0.16050790405273438, 0.16119091796875, 0.1617100830078125, 0.35163751220703127, 0.16112229919433593, 0.16252723693847657, 0.1608816680908203, 0.16075672912597655, 0.16225177001953126, 0.1607034912109375, 0.16088677978515625, 0.16057862854003907, 0.16204588317871094, 0.16104447937011718, 0.16042803955078125, 0.1610639343261719, 0.16163533020019533, 0.1608982391357422, 0.16035411071777345, 0.1615545349121094, 0.16128399658203124, 0.1610301513671875, 0.16108253479003906, 0.1611549072265625, 0.16097383117675781, 0.16054681396484374, 0.16061952209472657, 0.16153701782226562, 0.16118374633789062, 0.16097894287109374, 0.16133836364746093, 0.16182275390625, 0.16134346008300782, 0.1622650909423828, 0.16095333862304687, 0.1607782440185547, 0.16229376220703126, 0.16196914672851562, 0.162008056640625, 0.1610045471191406, 0.16096563720703125, 0.16234291076660157, 0.1608826904296875, 0.16214527893066405, 0.16107929992675782, 0.16051712036132812, 0.16124723815917968, 0.16159333801269532, 0.16185548400878907, 0.1611919403076172, 0.16106906127929688, 0.1606267852783203, 0.1612256317138672, 0.16137936401367187, 0.16147145080566405, 0.16130355834960938, 0.16224563598632813, 0.16153701782226562, 0.16227328491210938, 0.16146534729003906, 0.16244749450683593, 0.16149388122558594, 0.1615800323486328, 0.16125030517578126, 0.1608028106689453, 0.16187802124023437, 0.3506954345703125, 0.16262042236328125, 0.16163737487792967, 0.1622353973388672, 0.16098098754882811, 0.16104141235351563, 0.16184632873535157, 0.1610331573486328, 0.16143052673339844, 0.16238182067871093, 0.16295423889160157, 0.16046080017089845, 0.16043431091308594, 0.16040127563476564, 0.16057752990722657, 0.16053350830078125, 0.1608151092529297, 0.16075059509277342, 0.16083456420898437, 0.16041778564453124, 0.16046182250976562, 0.16106291198730469, 0.16092877197265626, 0.160795654296875, 0.1604638671875, 0.16119821166992188, 0.1610740509033203, 0.16081202697753907, 0.16059187316894533, 0.16082841491699218, 0.1604638671875, 0.16157388305664064, 0.16113357543945311, 0.16050688171386718, 0.1607188415527344, 0.1605990447998047, 0.16191795349121094, 0.16066978454589845, 0.16049551391601563, 0.16055705261230468, 0.1606103057861328, 0.16081202697753907, 0.16079461669921874, 0.16039628601074218, 0.16046592712402344, 0.16066867065429688, 0.1608099822998047, 0.16062567138671874, 0.16078746032714844, 0.1605242919921875, 0.16046182250976562, 0.16043724060058595, 0.1605550079345703, 0.16131277465820312, 0.16086732482910157, 0.16031651306152345, 0.1604217987060547, 0.16053146362304688, 0.16203468322753906, 0.16080178833007813, 0.1604085693359375, 0.1604669494628906, 0.16046284484863282]",tokens/s,6.108453733256983,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm2-20b,internlm/internlm2-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4136.935424,14749.794304,0.0,14103.3472,13629.69856,s,10,9.02560711669922,0.902560711669922,0.000612965786976805,0.9027658081054688,0.9031981323242187,0.9032143920898438,0.9032273999023438,"[0.9016975708007813, 0.9029518432617187, 0.902392822265625, 0.9014104614257813, 0.902623779296875, 0.902083984375, 0.9032306518554688, 0.9029078369140625, 0.9031136474609375, 0.9031945190429688]",tokens/s,283.6374292498813,kWh,1.0651105490547641e-05,5.83640614995602e-06,5.4634557596503854e-05,7.112206923700751e-05,tokens/kWh,3599445.330350336,MB,4136.935424,14749.794304,0.0,14103.3472,13753.431552,s,10,494.9608085937499,49.496080859375,0.002785826230997306,49.49606640625,49.49910390625,49.49948359375,49.49978734375,"[49.49400390625, 49.49986328125, 49.49425, 49.49901953125, 49.4939921875, 49.4989609375, 49.49203515625, 49.4978828125, 49.4927734375, 49.49802734375]",tokens/s,1.2728280483255119,kWh,0.0005843741707531392,0.0003202885164435247,0.0030688244967242836,0.003973487183920947,tokens/kWh,15855.090776417963,,s,629,502.2990524902344,0.7985676510178606,0.10724988784928462,0.78563427734375,0.785832568359375,0.785927978515625,1.688332783203125,"[0.7856670532226563, 0.7856537475585937, 0.78578076171875, 0.785564697265625, 0.7858001708984375, 0.7859896240234375, 0.7855390625, 0.7857366943359375, 0.785544189453125, 0.78569677734375, 0.7857059936523437, 0.7855216674804687, 0.7855195922851562, 0.7856240844726563, 0.7854848022460937, 0.7856148681640625, 0.7856056518554687, 0.78549609375, 0.7856895751953125, 0.7856517333984375, 0.7853731689453125, 0.7856527099609375, 0.7854766235351562, 0.7855298461914062, 0.7856107788085938, 0.7853660278320312, 0.7856578369140625, 0.7855462646484375, 0.7858595581054687, 0.7859732666015625, 0.7856209716796875, 0.7855739135742188, 0.7854458618164063, 0.7855697631835937, 0.7854059448242188, 0.7858093872070312, 0.7855872192382812, 0.7856486206054687, 0.7856015625, 0.7857489624023437, 0.7856537475585937, 0.7857029418945313, 0.7855789794921875, 0.7856885986328125, 0.7857725219726562, 0.7858309326171875, 0.7857029418945313, 0.78544384765625, 0.7854325561523438, 0.785459228515625, 0.7855206298828125, 0.7856834716796876, 0.7855615844726562, 0.7855247192382813, 0.7855728759765624, 0.7855503540039063, 0.785586181640625, 0.785564697265625, 0.7855349731445312, 0.7854827270507813, 0.7855390625, 0.7856773071289063, 1.6888248291015624, 0.7857295532226563, 0.7856199951171875, 0.7861985473632812, 0.786135009765625, 0.7857930297851563, 0.7858483276367187, 0.78550732421875, 0.7857633056640625, 0.7856773071289063, 0.7858472900390625, 0.7857469482421875, 0.7857919921875, 0.7856895751953125, 0.7857786865234375, 0.7857192993164063, 0.7857008666992188, 0.7857213745117188, 0.7858944091796874, 0.7857172241210938, 0.7862794189453125, 0.7854325561523438, 0.7856260986328125, 0.7855718383789062, 0.7855728759765624, 0.785681396484375, 0.7856732177734375, 0.78578173828125, 0.785544189453125, 0.7856670532226563, 0.7857407836914062, 0.785839111328125, 0.7854520263671875, 0.7857162475585937, 0.7858134765625, 0.7855687866210938, 0.7855380249023437, 0.7856455688476562, 0.7857223510742187, 0.7853823852539062, 0.7856486206054687, 0.7856987915039062, 0.7856906127929687, 0.7856466064453125, 0.7857029418945313, 0.7858892822265625, 0.7855923461914063, 0.7855697631835937, 0.785723388671875, 0.7855739135742188, 0.7856998291015626, 0.7855298461914062, 0.7857899780273437, 0.7856824340820312, 0.7860562133789063, 0.7859261474609375, 0.7857274780273438, 0.7858278198242188, 0.7857213745117188, 0.7855564575195313, 0.7856865234375, 0.7854458618164063, 0.785544189453125, 1.6881787109375, 0.7855462646484375, 0.7854254150390625, 0.7856937255859375, 0.7855431518554687, 0.7859138793945313, 0.7857838134765625, 0.7855564575195313, 0.7854929809570312, 0.7854868774414062, 0.78550732421875, 0.7855851440429688, 0.7855943603515625, 0.7854776611328125, 0.785723388671875, 0.7857858276367188, 0.78559130859375, 0.7857264404296875, 0.7853916015625, 0.78569677734375, 0.7856404418945313, 0.785744873046875, 0.7855687866210938, 0.785565673828125, 0.7855831298828125, 0.785671142578125, 0.785912841796875, 0.7855390625, 0.7860275268554687, 0.7856271362304688, 0.7856854858398438, 0.7856404418945313, 0.7855953979492187, 0.7856301879882812, 0.7855943603515625, 0.7856527099609375, 0.7856117553710937, 0.7856527099609375, 0.7856609497070313, 0.78549609375, 0.7854663696289063, 0.7855001831054688, 0.7858145141601562, 0.7855810546875, 0.7855585327148438, 0.7856035766601562, 0.785412109375, 0.7855328979492188, 0.7855994873046875, 0.7854366455078124, 0.7854827270507813, 0.7854642944335938, 0.7855001831054688, 0.7855615844726562, 0.7857531127929688, 0.7855943603515625, 0.7856373901367187, 0.7854243774414063, 0.7856046142578125, 0.785412109375, 0.785460205078125, 0.785564697265625, 0.785776611328125, 1.68856982421875, 0.7857612915039063, 0.7860531005859375, 0.7857489624023437, 0.7855810546875, 0.7859046630859375, 0.7856035766601562, 0.7855032348632812, 0.7856107788085938, 0.7856087036132813, 0.785554443359375, 0.78552880859375, 0.7857244262695312, 0.7857172241210938, 0.7856517333984375, 0.7857838134765625, 0.7856537475585937, 0.785744873046875, 0.785701904296875, 0.7856619262695312, 0.78554833984375, 0.7857325439453124, 0.785607666015625, 0.7855472412109376, 0.7857203369140625, 0.7855298461914062, 0.7858052978515625, 0.7855984497070313, 0.786050048828125, 0.7860950927734375, 0.7857909545898437, 0.78570703125, 0.7854264526367187, 0.7855697631835937, 0.7858247680664062, 0.7856301879882812, 0.7858472900390625, 0.785775634765625, 0.7856005249023438, 0.7854346313476562, 0.7856199951171875, 0.7856926879882813, 0.7856414794921875, 0.7855953979492187, 0.7855503540039063, 0.7858790283203125, 0.7858217163085938, 0.785617919921875, 0.7856998291015626, 0.7856537475585937, 0.7856793823242187, 0.78588720703125, 0.7856588745117188, 0.78582373046875, 0.7854663696289063, 0.7857141723632812, 0.7857520751953125, 0.7857960815429688, 0.7857459106445313, 0.7856987915039062, 0.7856732177734375, 0.7857039184570312, 0.7856773071289063, 1.6883927001953125, 0.7856506958007813, 0.785954833984375, 0.7856537475585937, 0.785870849609375, 0.7856486206054687, 0.78550732421875, 0.785491943359375, 0.7856783447265625, 0.7855195922851562, 0.7855780029296875, 0.7856005249023438, 0.7854642944335938, 0.785649658203125, 0.7857428588867188, 0.7857049560546875, 0.7856260986328125, 0.7855523681640625, 0.7857162475585937, 0.7855462646484375, 0.785533935546875, 0.7855831298828125, 0.7855513305664062, 0.78548583984375, 0.7855924072265625, 0.7860223388671875, 0.7856895751953125, 0.785892333984375, 0.7856629638671875, 0.7855984497070313, 0.7857469482421875, 0.7856087036132813, 0.78538134765625, 0.7856517333984375, 0.7856240844726563, 0.7855800170898437, 0.785523681640625, 0.785607666015625, 0.7855994873046875, 0.785460205078125, 0.7853875122070313, 0.7859578857421875, 0.7857244262695312, 0.7857100830078125, 0.7855943603515625, 0.7855380249023437, 0.7855728759765624, 0.7855636596679687, 0.785671142578125, 0.7856301879882812, 0.7855820922851563, 0.7855247192382813, 0.7853988037109375, 0.78573876953125, 0.7856425170898438, 0.7855421142578125, 0.7854929809570312, 0.785554443359375, 0.785617919921875, 0.7855810546875, 0.78557080078125, 0.7856015625, 0.7855308837890626, 1.6881654052734374, 0.785986572265625, 0.7857725219726562, 0.785681396484375, 0.7856875610351562, 0.7857326049804687, 0.7854827270507813, 0.7858995361328125, 0.785512451171875, 0.7859599609375, 0.78569677734375, 0.7856138305664062, 0.7859158935546875, 0.7855380249023437, 0.7857664184570312, 0.7856363525390625, 0.78573974609375, 0.7855943603515625, 0.7854837646484375, 0.7858770141601562, 0.7858534545898438, 0.7856527099609375, 0.7857673950195313, 0.785701904296875, 0.78571826171875, 0.7856937255859375, 0.785723388671875, 0.7857049560546875, 0.7857786865234375, 0.78567626953125, 0.78550732421875, 0.7855165405273438, 0.785639404296875, 0.785681396484375, 0.785671142578125, 0.78561279296875, 0.785597412109375, 0.785597412109375, 0.785860595703125, 0.7856691284179688, 0.7856260986328125, 0.7857827758789062, 0.7856097412109375, 0.7857059936523437, 0.7855872192382812, 0.7856793823242187, 0.78563330078125, 0.7856025390625, 0.7858749389648437, 0.7857479858398437, 0.7861299438476562, 0.7858616333007813, 0.7855697631835937, 0.7856957397460937, 0.7857090454101563, 0.7855452270507812, 0.7856035766601562, 0.785554443359375, 0.7856875610351562, 0.7854796752929688, 0.78563427734375, 0.78559130859375, 0.7857735595703125, 1.689107421875, 0.7859568481445313, 0.7854633178710938, 0.7857489624023437, 0.7854500122070313, 0.7855748901367188, 0.7855841064453125, 0.7854325561523438, 0.785364990234375, 0.7855134887695312, 0.7855923461914063, 0.7854417724609375, 0.7855872192382812, 0.7855933227539063, 0.7856640014648437, 0.7856046142578125, 0.7856199951171875, 0.7856046142578125, 0.7855687866210938, 0.7855800170898437, 0.7857827758789062, 0.785617919921875, 0.7855574951171875, 0.7853885498046875, 0.7860039672851562, 0.7857428588867188, 0.7858729248046875, 0.7855841064453125, 0.7858892822265625, 0.7855677490234375, 0.7854991455078125, 0.7855953979492187, 0.7854049072265625, 0.785418212890625, 0.7855267944335937, 0.7856363525390625, 0.7856138305664062, 0.7856260986328125, 0.78543359375, 0.7857049560546875, 0.7854735107421875, 0.78591796875, 0.7854837646484375, 0.7854417724609375, 0.7855677490234375, 0.7854407958984375, 0.7856199951171875, 0.7854428100585937, 0.7854049072265625, 0.7854028930664062, 0.7856814575195312, 0.7854918823242187, 0.7854663696289063, 0.7857715454101563, 0.7855831298828125, 0.7855503540039063, 0.7855053100585937, 0.785522705078125, 0.7854776611328125, 0.7859138793945313, 0.7855789794921875, 0.7855697631835937, 0.7855186157226562, 1.6891494140625, 0.7856895751953125, 0.7856978149414062, 0.7856025390625, 0.7856803588867187, 0.7856476440429687, 0.7855513305664062, 0.7856650390625, 0.7856721801757812, 0.7856588745117188, 0.78567626953125, 0.7859148559570313, 0.7856363525390625, 0.7856158447265625, 0.7857469482421875, 0.7857572021484375, 0.7857090454101563, 0.7858565063476562, 0.7855933227539063, 0.7855319213867188, 0.7855841064453125, 0.7854028930664062, 0.7857295532226563, 0.7856721801757812, 0.7857797241210938, 0.7856363525390625, 0.7856506958007813, 0.785522705078125, 0.78592919921875, 0.7856660766601562, 0.7857633056640625, 0.7855820922851563, 0.7856506958007813, 0.7856609497070313, 0.78570703125, 0.785597412109375, 0.7857223510742187, 0.785533935546875, 0.7856619262695312, 0.7856292114257812, 0.7856250610351563, 0.7855595703125, 0.7856046142578125, 0.78550732421875, 0.7856885986328125, 0.7856978149414062, 0.7858226928710937, 0.7856414794921875, 0.7857049560546875, 0.7860797729492187, 0.7857520751953125, 0.7855165405273438, 0.7855513305664062, 0.7857213745117188, 0.7858052978515625, 0.785713134765625, 0.7857407836914062, 0.7855810546875, 0.7856527099609375, 0.7856292114257812, 0.7854663696289063, 0.7855923461914063, 0.7859107666015624, 1.688943603515625, 0.7857203369140625, 0.7857029418945313, 0.7854673461914062, 0.7854929809570312, 0.7855677490234375, 0.7855810546875, 0.785523681640625, 0.7854888916015625, 0.7856066284179688, 0.7856998291015626, 0.78554931640625, 0.785723388671875, 0.7854213256835938, 0.7857090454101563, 0.7855195922851562, 0.7855728759765624, 0.7853885498046875, 0.785575927734375, 0.785554443359375, 0.7854254150390625, 0.7855042724609375, 0.7856691284179688, 0.78578173828125, 0.7856906127929687, 0.7857623291015625, 0.7856466064453125, 0.7855678100585938, 0.7856107177734375, 0.7855892333984374, 0.7855574951171875, 0.7854950561523437, 0.785517578125, 0.7854991455078125, 0.7854254150390625, 0.7855145263671875, 0.7853291625976563, 0.7855257568359375, 0.7857694702148438, 0.7857090454101563, 0.7863091430664062, 0.7855769653320313, 0.7857192993164063, 0.7854325561523438, 0.7855401000976563, 0.7855923461914063, 0.7854929809570312, 0.7857305297851562, 0.7855308837890626, 0.7855677490234375, 0.785607666015625, 0.7855810546875, 0.7856209716796875, 0.7856803588867187, 0.7855401000976563, 0.785607666015625, 0.7856056518554687, 0.7857469482421875, 0.7856005249023438, 0.7855739135742188, 0.7854561157226563, 0.785712158203125, 0.7856117553710937, 1.689271240234375, 0.7855697631835937, 0.785701904296875, 0.7856476440429687, 0.7856373901367187, 0.7858298950195313, 0.78565478515625, 0.7856097412109375, 0.7855032348632812, 0.785712158203125, 0.7857643432617187, 0.7857592163085938, 0.785797119140625, 0.7856486206054687, 0.78573876953125, 0.7856558227539062, 0.7857049560546875, 0.7854940185546875, 0.7857745971679687, 0.785649658203125, 0.78567529296875, 0.7856578369140625, 0.78559130859375, 0.7855748901367188, 0.7856957397460937, 0.785891357421875, 0.7856845092773438, 0.7862579345703125, 0.78563427734375, 0.7857673950195313, 0.7857100830078125, 0.7855042724609375, 0.7855165405273438, 0.785638427734375, 0.7856220092773437, 0.785776611328125, 0.7856466064453125, 0.78575, 0.7855370483398437, 0.7856466064453125, 0.7857469482421875, 0.7858298950195313, 0.7856312255859375, 0.7856087036132813, 0.7856148681640625, 0.7856721801757812, 0.78567529296875, 0.785575927734375, 0.7858770141601562, 0.7855718383789062, 0.785817626953125, 0.785671142578125, 0.7854981079101563, 0.7856742553710937, 0.7855472412109376, 0.7856056518554687, 0.7859906616210938, 0.785713134765625, 0.7856875610351562, 0.7857039184570312, 0.7856486206054687, 0.7856517333984375, 0.7855247192382813]",tokens/s,1.2522420595492343,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,i,i,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/i/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694750c-02ee5ebe4b0b380c5a697e30;0683d816-68df-4493-8dbb-90fd6b13a215) Repository Not Found for url: https://huggingface.co/i/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: i is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciLM-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4455.288832,5279.055872,0.0,4632.608768,4516.927488,s,10,3.3255285949707036,0.33255285949707036,0.0006116279298725202,0.3322843627929688,0.33356247253417964,0.3336091781616211,0.33364654266357424,"[0.33224661254882815, 0.3336558837890625, 0.331931884765625, 0.3325700988769531, 0.33355209350585935, 0.3323221130371094, 0.33304788208007813, 0.33208120727539064, 0.33191845703125, 0.3322023620605469]",tokens/s,769.8024319717366,kWh,3.923025171816563e-06,2.149659766268263e-06,1.9569379454776487e-05,2.5642064392861312e-05,tokens/kWh,9983595.551349983,MB,4455.288832,5279.055872,0.0,4632.608768,4542.985728,s,10,182.78126953125005,18.278126953125003,0.0013731582791758545,18.2774638671875,18.27981328125,18.2802826171875,18.2806580859375,"[18.27690234375, 18.277482421875, 18.276583984375, 18.27702734375, 18.279267578125, 18.279708984375, 18.280751953125, 18.2774453125, 18.27909375, 18.277005859375]",tokens/s,3.446742664692397,kWh,0.00021572090168046272,0.00011823291111423331,0.0010555826473328304,0.0013895364601275266,tokens/kWh,45338.86069763012,,s,629,185.4838190307617,0.2948868347070933,0.039585982570168536,0.29006643676757815,0.29028372802734376,0.29046333007812497,0.6229831396484375,"[0.29052005004882814, 0.29005209350585937, 0.28997119140625, 0.2900060119628906, 0.2900234375, 0.2899681396484375, 0.2898585510253906, 0.28995175170898435, 0.2901667785644531, 0.2899374084472656, 0.29001727294921875, 0.2898985595703125, 0.2900223388671875, 0.29007461547851565, 0.2898780212402344, 0.289976318359375, 0.2901616516113281, 0.29010739135742186, 0.289976318359375, 0.2900326538085938, 0.28989645385742185, 0.289912841796875, 0.29008486938476563, 0.2902568969726563, 0.2902476806640625, 0.2901258239746094, 0.2900480041503906, 0.2902445983886719, 0.29131365966796874, 0.2901616516113281, 0.28996197509765625, 0.2900203552246094, 0.29023538208007815, 0.29016064453125, 0.28999578857421876, 0.289965087890625, 0.2903387756347656, 0.29040127563476564, 0.29008792114257814, 0.28995379638671875, 0.2900346984863281, 0.290008056640625, 0.2900060119628906, 0.2901719055175781, 0.29013504028320314, 0.2901954650878906, 0.28998861694335937, 0.290113525390625, 0.29007257080078125, 0.29009100341796873, 0.2899773559570312, 0.290044921875, 0.290039794921875, 0.2901381225585937, 0.2902077331542969, 0.29008587646484374, 0.2901862487792969, 0.29000396728515626, 0.2901258239746094, 0.29014117431640624, 0.2900428771972656, 0.2900613098144531, 0.6243963012695313, 0.2899455871582031, 0.2900899963378906, 0.28997427368164064, 0.29001010131835936, 0.29006744384765626, 0.2899844970703125, 0.2899937133789062, 0.29003570556640623, 0.289902587890625, 0.28983502197265626, 0.29000909423828125, 0.2900428771972656, 0.2902036437988281, 0.2900889587402344, 0.29003057861328124, 0.2899363708496094, 0.2902159423828125, 0.2900838317871094, 0.2901381225585937, 0.29003057861328124, 0.2899834899902344, 0.29002239990234374, 0.2899701843261719, 0.2900950927734375, 0.2901893005371094, 0.2903603210449219, 0.2905016174316406, 0.28998245239257814, 0.289939453125, 0.29009100341796873, 0.2900705261230469, 0.28992715454101564, 0.29002444458007814, 0.2900264892578125, 0.2900111389160156, 0.2901166076660156, 0.29233355712890624, 0.29009100341796873, 0.29002444458007814, 0.29003057861328124, 0.2901893005371094, 0.28990771484375, 0.2899210205078125, 0.2900705261230469, 0.29008792114257814, 0.2901258239746094, 0.29020468139648437, 0.29028460693359376, 0.29011962890625, 0.2900367431640625, 0.29000396728515626, 0.29000704956054685, 0.29012786865234375, 0.2902896728515625, 0.29010943603515627, 0.2900418701171875, 0.28995892333984374, 0.2899937133789062, 0.2901309509277344, 0.2901084289550781, 0.29044635009765624, 0.2901299438476562, 0.623004638671875, 0.2900111389160156, 0.29009100341796873, 0.29016268920898436, 0.2898974609375, 0.2899773559570312, 0.2899844970703125, 0.29003372192382815, 0.29001516723632814, 0.28989337158203127, 0.2899292297363281, 0.28989950561523437, 0.2899568786621094, 0.28991079711914064, 0.28997528076171875, 0.289912841796875, 0.2900531311035156, 0.29006539916992186, 0.29008587646484374, 0.29004391479492186, 0.290008056640625, 0.2900203552246094, 0.2901247863769531, 0.291373046875, 0.28988314819335936, 0.2900060119628906, 0.29005007934570315, 0.2899752502441406, 0.2901391296386719, 0.2901422119140625, 0.290165771484375, 0.2900387878417969, 0.29022720336914065, 0.2900490112304687, 0.2900428771972656, 0.290187255859375, 0.29010943603515627, 0.2901084289550781, 0.2901033020019531, 0.29014321899414064, 0.29015451049804686, 0.2901063537597656, 0.2899087219238281, 0.29018521118164065, 0.2900071105957031, 0.29007046508789064, 0.28995379638671875, 0.29059896850585937, 0.29010833740234376, 0.2900705261230469, 0.290155517578125, 0.2901033020019531, 0.2902630310058594, 0.2903203735351563, 0.29001214599609376, 0.2899650573730469, 0.2900326538085938, 0.2901667785644531, 0.290376708984375, 0.2900705261230469, 0.2901422119140625, 0.29006439208984375, 0.29001010131835936, 0.6232053833007812, 0.2903050231933594, 0.2904811401367188, 0.29017498779296874, 0.29008587646484374, 0.2901800842285156, 0.29010943603515627, 0.290039794921875, 0.28998245239257814, 0.2899281921386719, 0.28999578857421876, 0.28996914672851565, 0.28995379638671875, 0.28996096801757815, 0.289902587890625, 0.2899834899902344, 0.2899435424804688, 0.2899640197753906, 0.2899783630371094, 0.28986163330078124, 0.289934326171875, 0.2900346984863281, 0.29005731201171875, 0.29017694091796875, 0.2901719055175781, 0.2901033020019531, 0.28997427368164064, 0.28996096801757815, 0.2900316162109375, 0.290060302734375, 0.2898892822265625, 0.2899896240234375, 0.29219635009765627, 0.28995892333984374, 0.29016781616210935, 0.2899455871582031, 0.2899937133789062, 0.2903142395019531, 0.2900869140625, 0.290092041015625, 0.29016781616210935, 0.29009100341796873, 0.29015655517578126, 0.2901033020019531, 0.2900623474121094, 0.29007461547851565, 0.29017498779296874, 0.29015142822265627, 0.2901463012695312, 0.2902589416503906, 0.2900418701171875, 0.2900807800292969, 0.2900060119628906, 0.29007974243164064, 0.29006539916992186, 0.2900807800292969, 0.2901176452636719, 0.29003271484375, 0.29015545654296876, 0.2902056884765625, 0.28998040771484374, 0.2900807800292969, 0.29005517578125, 0.6243174438476562, 0.29002752685546873, 0.2899148864746094, 0.2899650573730469, 0.2900367431640625, 0.29005209350585937, 0.2902138977050781, 0.2903408508300781, 0.2899844970703125, 0.2901033020019531, 0.29003775024414064, 0.2900982360839844, 0.29001010131835936, 0.28997732543945315, 0.29017391967773437, 0.290044921875, 0.2902210693359375, 0.291198974609375, 0.2899834899902344, 0.2900346984863281, 0.2899814453125, 0.290008056640625, 0.29013504028320314, 0.2901524353027344, 0.29007470703125, 0.29010626220703123, 0.2900511169433594, 0.2902937316894531, 0.29031015014648437, 0.28999066162109377, 0.2899148864746094, 0.2900480041503906, 0.2898452453613281, 0.2902005615234375, 0.29009408569335937, 0.2900316162109375, 0.2900326538085938, 0.29015142822265627, 0.2899978332519531, 0.2900838317871094, 0.2902548522949219, 0.29015756225585937, 0.2900029296875, 0.290260986328125, 0.29050674438476565, 0.2899527587890625, 0.28992410278320313, 0.290018310546875, 0.2899650573730469, 0.29005108642578126, 0.29015756225585937, 0.29239706420898437, 0.2900869140625, 0.29006439208984375, 0.2900111389160156, 0.290039794921875, 0.2899927062988281, 0.29044635009765624, 0.29006439208984375, 0.2900807800292969, 0.29005517578125, 0.2900633544921875, 0.2901053466796875, 0.623309814453125, 0.2899916687011719, 0.289912841796875, 0.2900326538085938, 0.29004391479492186, 0.2899005432128906, 0.28998757934570313, 0.29000506591796876, 0.29008480834960937, 0.2899455871582031, 0.28993228149414063, 0.2900869140625, 0.2900029296875, 0.29019033813476564, 0.29021185302734376, 0.2902528076171875, 0.2900644226074219, 0.2900531005859375, 0.2901842041015625, 0.2899476623535156, 0.29019134521484374, 0.29009408569335937, 0.29002444458007814, 0.2901053466796875, 0.29008792114257814, 0.2899261474609375, 0.290092041015625, 0.29001522827148435, 0.2900705261230469, 0.29001318359375, 0.28998757934570313, 0.28989645385742185, 0.29005517578125, 0.28997119140625, 0.29245748901367186, 0.29004898071289065, 0.29008587646484374, 0.29017599487304685, 0.2903797607421875, 0.2899220581054687, 0.289976318359375, 0.2901258239746094, 0.29028350830078126, 0.2900838317871094, 0.29005108642578126, 0.29015142822265627, 0.2902528076171875, 0.29017498779296874, 0.290064453125, 0.2905128173828125, 0.29020468139648437, 0.29012991333007815, 0.2902794189453125, 0.29039105224609374, 0.29022515869140625, 0.29018316650390624, 0.2902138977050781, 0.29034597778320315, 0.29046783447265623, 0.2901360778808594, 0.29008282470703123, 0.2900111389160156, 0.2900428771972656, 0.6237982788085937, 0.29002957153320313, 0.29031527709960936, 0.290376708984375, 0.29013504028320314, 0.2899927062988281, 0.2901104736328125, 0.290081787109375, 0.2900234375, 0.2900469665527344, 0.2899681396484375, 0.290155517578125, 0.290008056640625, 0.2899814453125, 0.28999679565429687, 0.28993023681640623, 0.28999884033203127, 0.28999679565429687, 0.290239501953125, 0.2903961486816406, 0.2900009460449219, 0.2900059509277344, 0.29024359130859373, 0.29199359130859376, 0.29012173461914065, 0.2900418701171875, 0.29023333740234375, 0.29014016723632813, 0.2901585998535156, 0.28996102905273435, 0.2901912841796875, 0.29026815795898436, 0.2900234375, 0.2901176452636719, 0.29016268920898436, 0.290187255859375, 0.2900060119628906, 0.2901811218261719, 0.2902364196777344, 0.2901043090820313, 0.29011865234375, 0.29019647216796873, 0.28995379638671875, 0.29007666015625, 0.2899855346679687, 0.29004391479492186, 0.2901247863769531, 0.29018829345703123, 0.29011968994140624, 0.29006643676757815, 0.2902312927246094, 0.29032858276367185, 0.2900613098144531, 0.2901790771484375, 0.290271240234375, 0.2901176452636719, 0.29005413818359377, 0.290008056640625, 0.29005517578125, 0.2902445983886719, 0.29077505493164063, 0.2902640686035156, 0.29032345581054686, 0.6229278564453125, 0.2901022644042969, 0.2901391296386719, 0.28989950561523437, 0.28996710205078124, 0.29005413818359377, 0.2900234375, 0.29001522827148435, 0.2902763671875, 0.2899005432128906, 0.29005108642578126, 0.29018829345703123, 0.2899558410644531, 0.29001318359375, 0.28997528076171875, 0.2898739318847656, 0.2912461242675781, 0.29005615234375, 0.2901104736328125, 0.29017498779296874, 0.2899630126953125, 0.2899834899902344, 0.29011456298828125, 0.2902497253417969, 0.2903848876953125, 0.29008486938476563, 0.2899200134277344, 0.2899773559570312, 0.2899425354003906, 0.2899630126953125, 0.29008486938476563, 0.29015655517578126, 0.29015142822265627, 0.2901033020019531, 0.29018316650390624, 0.2900807800292969, 0.28997222900390623, 0.2899691772460937, 0.2900111083984375, 0.29000607299804687, 0.28989535522460935, 0.28999884033203127, 0.2899722900390625, 0.2900120849609375, 0.2900316162109375, 0.2899814453125, 0.28995379638671875, 0.2900029296875, 0.2899844970703125, 0.29012686157226564, 0.29002239990234374, 0.2899916687011719, 0.2900316467285156, 0.2900643615722656, 0.2899527587890625, 0.29010125732421876, 0.2901862487792969, 0.29260595703125, 0.2902231140136719, 0.2902036437988281, 0.2901258239746094, 0.2899866333007812, 0.28994451904296875, 0.622866455078125, 0.2905016174316406, 0.2899281921386719, 0.29007769775390624, 0.28998245239257814, 0.29001727294921875, 0.2899855346679687, 0.290018310546875, 0.2900408325195313, 0.29008792114257814, 0.2900971374511719, 0.29008792114257814, 0.29088870239257814, 0.290133056640625, 0.2901585388183594, 0.2900613098144531, 0.2899978332519531, 0.2903684997558594, 0.2901166076660156, 0.29016580200195313, 0.29007357788085936, 0.28989645385742185, 0.2901370849609375, 0.2900633544921875, 0.2900869140625, 0.29038079833984376, 0.2905958251953125, 0.29005209350585937, 0.2899435424804688, 0.29000396728515626, 0.28995480346679686, 0.29011865234375, 0.28996197509765625, 0.29012173461914065, 0.2899507141113281, 0.2901360778808594, 0.2901739501953125, 0.29014938354492187, 0.2902415466308594, 0.2901585998535156, 0.29011865234375, 0.2900961303710938, 0.29000396728515626, 0.290150390625, 0.2900787048339844, 0.29005209350585937, 0.29033062744140625, 0.2903214111328125, 0.2899353637695313, 0.289944580078125, 0.2909214782714844, 0.290064453125, 0.289967041015625, 0.2900623474121094, 0.2900193176269531, 0.2900234375, 0.29001010131835936, 0.29008489990234376, 0.2900141906738281, 0.29045657348632814, 0.290113525390625, 0.2901043090820313, 0.29025381469726563, 0.6231265258789063, 0.290060302734375, 0.28992410278320313, 0.289902587890625, 0.28997427368164064, 0.2902794189453125, 0.2902742919921875, 0.2898718872070313, 0.29000704956054685, 0.2902077331542969, 0.28990667724609376, 0.290008056640625, 0.2899794006347656, 0.289976318359375, 0.29005209350585937, 0.2899978332519531, 0.28999679565429687, 0.28993228149414063, 0.2901360778808594, 0.29007769775390624, 0.2901166076660156, 0.28992510986328124, 0.2899825134277344, 0.29004998779296876, 0.29002752685546873, 0.2900367431640625, 0.29163519287109374, 0.289986572265625, 0.29009408569335937, 0.290150390625, 0.29023846435546874, 0.29021185302734376, 0.29015451049804686, 0.29006539916992186, 0.2902056884765625, 0.2899937133789062, 0.29014117431640624, 0.29001214599609376, 0.2900418701171875, 0.2900787048339844, 0.29002444458007814, 0.29019851684570314, 0.2899179382324219, 0.2901452941894531, 0.2899834899902344, 0.2899834899902344, 0.2900736083984375, 0.28992410278320313, 0.2900193176269531, 0.29026611328125, 0.2899927062988281, 0.2903531494140625, 0.29043609619140626, 0.29012686157226564, 0.2900961303710938, 0.29007974243164064, 0.2900684814453125, 0.29014431762695314, 0.29030087280273437, 0.29012991333007815, 0.2901002197265625, 0.2900234375, 0.29009408569335937]",tokens/s,3.3911313843267537,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2111.176704,2846.359552,0.0,2199.912448,2075.149824,s,10,1.345602310180664,0.1345602310180664,0.0004287422965996787,0.13438082885742186,0.13517186279296875,0.13521602783203124,0.13525135986328124,"[0.1346531219482422, 0.13415478515625, 0.13441477966308593, 0.13409397888183594, 0.13418368530273436, 0.13434687805175782, 0.13423942565917968, 0.13526019287109375, 0.13516204833984374, 0.13509341430664062]",tokens/s,1902.4937610699312,kWh,1.5845098716241345e-06,8.681900968003902e-07,7.312065108906473e-06,9.764765077330997e-06,tokens/kWh,26216708.540618826,MB,2111.176704,2846.359552,0.0,2199.912448,2180.296192,s,10,72.99156640625,7.299156640625002,0.0010886665313993955,7.29881201171875,7.30088486328125,7.30103251953125,7.3011506445312495,"[7.30118017578125, 7.29998193359375, 7.298513671875, 7.29880029296875, 7.299087890625, 7.30085205078125, 7.29882373046875, 7.29793994140625, 7.29786962890625, 7.29851708984375]",tokens/s,8.631134129847297,kWh,8.616290877704268e-05,4.722355870710817e-05,0.0003964600079084879,0.0005298464753926387,tokens/kWh,118902.36686639149,,s,629,74.08624839782712,0.11778417869288894,0.016011389929587044,0.1158440933227539,0.11595162048339844,0.11602903137207031,0.25029092712402345,"[0.1164031982421875, 0.11662540435791016, 0.11636224365234375, 0.11587174224853515, 0.11590144348144531, 0.11583078765869141, 0.11578265380859375, 0.11591990661621093, 0.11577442932128906, 0.11571199798583984, 0.11582054138183594, 0.11574272155761718, 0.11578880310058594, 0.11589119720458985, 0.11576627349853516, 0.11583487701416016, 0.11584716796875, 0.11574578857421874, 0.1157570571899414, 0.11593215942382812, 0.11580108642578125, 0.11578675079345703, 0.11586764526367188, 0.11578265380859375, 0.11584819030761719, 0.11595059204101563, 0.11578163146972656, 0.11580723571777343, 0.11586252593994141, 0.11579904174804688, 0.11576627349853516, 0.11589631652832032, 0.11577753448486328, 0.11583590698242187, 0.11595366668701172, 0.1158287353515625, 0.11581644439697265, 0.1159557113647461, 0.11614822387695313, 0.11589222717285157, 0.11589631652832032, 0.11583487701416016, 0.1157734375, 0.11594956970214844, 0.11578572845458984, 0.11590758514404297, 0.1158666229248047, 0.11585126495361328, 0.1157949447631836, 0.11599155426025391, 0.11582669067382813, 0.11588813018798828, 0.1159557113647461, 0.11582975769042969, 0.11576115417480469, 0.11599155426025391, 0.11583795166015624, 0.11594751739501953, 0.11585228729248047, 0.11586048126220704, 0.11577651214599609, 0.11595164489746093, 0.250293212890625, 0.11575910186767578, 0.11586867523193359, 0.11589529418945313, 0.11572121429443359, 0.1158635482788086, 0.11580108642578125, 0.11569152069091797, 0.11583385467529297, 0.11572633361816406, 0.11583487701416016, 0.11589427185058594, 0.11576319885253906, 0.11582361602783203, 0.11587379455566406, 0.11576831817626954, 0.11571609497070312, 0.11584204864501953, 0.11576217651367188, 0.11584819030761719, 0.11591168212890625, 0.11580928039550781, 0.11572838592529297, 0.11591680145263672, 0.11588813018798828, 0.11593727874755859, 0.11585638427734375, 0.11580210876464844, 0.115704833984375, 0.1159208984375, 0.11575193786621094, 0.11585945892333985, 0.1158656005859375, 0.11578470611572265, 0.11577037048339844, 0.11588813018798828, 0.11587481689453125, 0.11586969757080078, 0.116063232421875, 0.11596800231933593, 0.11581849670410156, 0.11589017486572266, 0.1158502426147461, 0.11583078765869141, 0.11595673370361329, 0.11586048126220704, 0.11586969757080078, 0.1164031982421875, 0.11587891387939453, 0.11589836883544923, 0.11601817321777344, 0.11585945892333985, 0.11583283233642579, 0.11597618865966797, 0.11582054138183594, 0.11586969757080078, 0.115957763671875, 0.1162455062866211, 0.11581542205810547, 0.11584512329101562, 0.11583897399902343, 0.11605299377441407, 0.11594342041015625, 0.2505707550048828, 0.11568742370605468, 0.1159004135131836, 0.11583385467529297, 0.11577139282226563, 0.1158656005859375, 0.11585330963134766, 0.1156864013671875, 0.11587481689453125, 0.11572121429443359, 0.11576525115966797, 0.115884033203125, 0.1157201919555664, 0.11576729583740235, 0.11580108642578125, 0.1157673568725586, 0.1157989730834961, 0.11591577911376953, 0.1157550048828125, 0.11574886322021484, 0.11581337738037109, 0.11583795166015624, 0.11579596710205078, 0.11599052429199219, 0.1157949447631836, 0.11579702758789062, 0.11584925079345704, 0.1157795181274414, 0.11584819030761719, 0.1159393310546875, 0.1158123550415039, 0.11577145385742188, 0.1158583984375, 0.11581948852539062, 0.11586873626708985, 0.11593619537353515, 0.11581439971923828, 0.1158502426147461, 0.11589222717285157, 0.11580723571777343, 0.11586867523193359, 0.11591270446777344, 0.11583795166015624, 0.11578982543945313, 0.11590656280517578, 0.11583590698242187, 0.1159393310546875, 0.11591986846923828, 0.11583590698242187, 0.11578880310058594, 0.11588098907470704, 0.115810302734375, 0.11593007659912109, 0.11598540496826172, 0.11583078765869141, 0.11577037048339844, 0.11591474914550781, 0.1158440933227539, 0.11588301086425781, 0.11591065979003906, 0.11593523406982421, 0.11621990203857421, 0.11591577911376953, 0.25028504943847657, 0.11570687866210938, 0.11593421173095703, 0.1157949447631836, 0.1157734375, 0.11591986846923828, 0.11586867523193359, 0.11574578857421874, 0.11593727874755859, 0.1157396469116211, 0.11580723571777343, 0.11589734649658204, 0.11572223663330078, 0.11589324951171875, 0.11581337738037109, 0.11616973114013672, 0.11582566070556641, 0.115884033203125, 0.11577139282226563, 0.11591065979003906, 0.11591270446777344, 0.11577855682373046, 0.11584614562988281, 0.11589631652832032, 0.1157754898071289, 0.11585126495361328, 0.1158123550415039, 0.11571507263183593, 0.11579289245605469, 0.11591372680664062, 0.115810302734375, 0.11588198089599609, 0.11582566070556641, 0.11576934051513672, 0.11584819030761719, 0.11589939117431641, 0.11580518341064452, 0.115884033203125, 0.11592192077636719, 0.11581132507324218, 0.11585126495361328, 0.11589939117431641, 0.11581439971923828, 0.11580825805664062, 0.11589836883544923, 0.11582669067382813, 0.1158809585571289, 0.11590860748291015, 0.11583999633789062, 0.11585330963134766, 0.11591372680664062, 0.11576525115966797, 0.11583385467529297, 0.11591168212890625, 0.11582669067382813, 0.11581747436523437, 0.11591782379150391, 0.11587481689453125, 0.11585330963134766, 0.11589119720458985, 0.11584102630615234, 0.11583283233642579, 0.11592499542236329, 0.250281982421875, 0.1157201919555664, 0.11594239807128906, 0.11578470611572265, 0.11578675079345703, 0.11585536193847656, 0.11581337738037109, 0.11564441680908204, 0.11579084777832031, 0.11577961730957032, 0.11587478637695313, 0.11586969757080078, 0.1157232666015625, 0.11570175933837891, 0.11586252593994141, 0.11580928039550781, 0.11572531127929687, 0.11594445037841797, 0.11586457824707032, 0.11585228729248047, 0.11585536193847656, 0.1158123550415039, 0.11578368377685547, 0.11595161437988281, 0.11578777313232422, 0.11574169921875, 0.11583692932128906, 0.11585126495361328, 0.11589017486572266, 0.11593113708496093, 0.11582771301269532, 0.11573452758789063, 0.11586457824707032, 0.1158440933227539, 0.11572633361816406, 0.11594649505615234, 0.11585228729248047, 0.11630182647705078, 0.11595366668701172, 0.11585842895507813, 0.11582361602783203, 0.11603353881835937, 0.11589427185058594, 0.11576217651367188, 0.11597926330566406, 0.11593421173095703, 0.11581951904296875, 0.11588607788085938, 0.11583487701416016, 0.11584921264648437, 0.11600077056884765, 0.11583078765869141, 0.11583692932128906, 0.1159925765991211, 0.11582566070556641, 0.11570995330810546, 0.11591986846923828, 0.11591680145263672, 0.11578265380859375, 0.11595263671875, 0.11586156463623047, 0.11594847869873047, 0.11594035339355468, 0.2504622039794922, 0.1157201919555664, 0.11593215942382812, 0.11588198089599609, 0.11573760223388672, 0.11585126495361328, 0.1158287353515625, 0.11570381164550782, 0.11582975769042969, 0.11573554992675782, 0.11576627349853516, 0.11585740661621094, 0.1158123550415039, 0.11576422119140625, 0.11585842895507813, 0.11579392242431641, 0.11585842895507813, 0.11592192077636719, 0.11579289245605469, 0.11573248291015625, 0.11583999633789062, 0.1158287353515625, 0.11580825805664062, 0.11603353881835937, 0.11582669067382813, 0.11581132507324218, 0.11583590698242187, 0.11581449890136719, 0.11593513488769532, 0.11594342041015625, 0.11582975769042969, 0.11581747436523437, 0.11584921264648437, 0.11580313873291016, 0.1158318099975586, 0.11590553283691406, 0.1159331817626953, 0.11579698944091797, 0.1159362564086914, 0.11583795166015624, 0.11647283172607421, 0.1159331817626953, 0.1158635482788086, 0.11575193786621094, 0.11594035339355468, 0.1157949447631836, 0.11586048126220704, 0.11586969757080078, 0.11589631652832032, 0.11599155426025391, 0.11657625579833984, 0.11596492767333984, 0.11592704010009766, 0.11591986846923828, 0.1158656005859375, 0.11576525115966797, 0.11585433959960938, 0.11580416107177735, 0.11588301086425781, 0.11662028503417969, 0.11592601776123047, 0.11577855682373046, 0.11592704010009766, 0.25042636108398436, 0.11569664001464844, 0.11593113708496093, 0.11581132507324218, 0.11573145294189453, 0.11585740661621094, 0.11574886322021484, 0.11579392242431641, 0.11582672119140625, 0.11573244476318359, 0.11576217651367188, 0.11587789154052734, 0.11574886322021484, 0.11579289245605469, 0.11580723571777343, 0.11574272155761718, 0.11577855682373046, 0.11590144348144531, 0.11581747436523437, 0.11593113708496093, 0.1158502426147461, 0.1157734375, 0.115810302734375, 0.115884033203125, 0.1157734375, 0.11586457824707032, 0.11584204864501953, 0.11577037048339844, 0.11582771301269532, 0.115884033203125, 0.11576831817626954, 0.11585330963134766, 0.11584614562988281, 0.11580313873291016, 0.1159710693359375, 0.11589017486572266, 0.11580825805664062, 0.11585945892333985, 0.11588102722167969, 0.11577235412597656, 0.11583283233642579, 0.11589017486572266, 0.11583385467529297, 0.11590962982177734, 0.1159331817626953, 0.11623423767089844, 0.11592601776123047, 0.11588710021972656, 0.11581849670410156, 0.11585433959960938, 0.11590962982177734, 0.11579698944091797, 0.11589017486572266, 0.11592396545410157, 0.11611135864257813, 0.11585945892333985, 0.11591782379150391, 0.11581644439697265, 0.11584307098388671, 0.11585849761962891, 0.11583891296386718, 0.1158318099975586, 0.11591270446777344, 0.25133772277832034, 0.11565670776367187, 0.11591680145263672, 0.11575398254394531, 0.11577753448486328, 0.11584204864501953, 0.11576422119140625, 0.11593421173095703, 0.11582975769042969, 0.11589119720458985, 0.1157734375, 0.1158656005859375, 0.11576831817626954, 0.11573554992675782, 0.11584204864501953, 0.11581747436523437, 0.11577855682373046, 0.11632844543457031, 0.11574988555908203, 0.11584921264648437, 0.11586764526367188, 0.11579289245605469, 0.11578265380859375, 0.11591270446777344, 0.1157918701171875, 0.11573862457275391, 0.11580620574951171, 0.11574476623535156, 0.11570790100097657, 0.11589222717285157, 0.11574784088134765, 0.11576525115966797, 0.11582259368896484, 0.11581644439697265, 0.11572940826416016, 0.1158666229248047, 0.11577446746826171, 0.11585740661621094, 0.11585228729248047, 0.11583692932128906, 0.11584614562988281, 0.11599871826171874, 0.11582157135009766, 0.11573862457275391, 0.11592704010009766, 0.11583897399902343, 0.11578777313232422, 0.11583385467529297, 0.1158666229248047, 0.11591372680664062, 0.11602124786376954, 0.11583078765869141, 0.11584614562988281, 0.11594035339355468, 0.11581132507324218, 0.11575193786621094, 0.11592908477783204, 0.11587481689453125, 0.11580620574951171, 0.11590348815917968, 0.11584307098388671, 0.11584716796875, 0.1159557113647461, 0.2511810607910156, 0.11569152069091797, 0.11590860748291015, 0.115884033203125, 0.11576729583740235, 0.11587174224853515, 0.11579801940917969, 0.11567411041259766, 0.11580416107177735, 0.11567411041259766, 0.11572940826416016, 0.11585228729248047, 0.1157580795288086, 0.11572633361816406, 0.11580825805664062, 0.11571814727783203, 0.11586252593994141, 0.11594137573242187, 0.11578368377685547, 0.11573452758789063, 0.11582259368896484, 0.11580825805664062, 0.11578572845458984, 0.11587382507324219, 0.11579388427734374, 0.11576118469238281, 0.11580515289306641, 0.11575398254394531, 0.11578368377685547, 0.11639603424072266, 0.11579904174804688, 0.11602227020263672, 0.11582975769042969, 0.11574681854248046, 0.11587891387939453, 0.11587789154052734, 0.11582361602783203, 0.11588710021972656, 0.1158809585571289, 0.11595263671875, 0.11590656280517578, 0.11593421173095703, 0.11585228729248047, 0.115736572265625, 0.11606937408447265, 0.11581443023681641, 0.11588809967041015, 0.115884033203125, 0.11585126495361328, 0.1157550048828125, 0.11587686157226562, 0.1157734375, 0.11586969757080078, 0.11592601776123047, 0.11581747436523437, 0.11576012420654297, 0.11587583923339843, 0.11580416107177735, 0.11582566070556641, 0.11587276458740234, 0.11586764526367188, 0.11577855682373046, 0.11586457824707032, 0.25122508239746094, 0.11569459533691406, 0.1159557113647461, 0.11578777313232422, 0.11566694641113281, 0.11580416107177735, 0.11576319885253906, 0.11574988555908203, 0.11585536193847656, 0.11570893096923827, 0.11571199798583984, 0.11583590698242187, 0.11570585632324219, 0.11578880310058594, 0.11586867523193359, 0.11572838592529297, 0.11579698944091797, 0.11587993621826172, 0.1157570571899414, 0.11582669067382813, 0.1157918701171875, 0.11579289245605469, 0.11579596710205078, 0.11596390533447265, 0.11572633361816406, 0.115810302734375, 0.11584512329101562, 0.11574066925048829, 0.11578572845458984, 0.11587276458740234, 0.11574784088134765, 0.11581132507324218, 0.11581132507324218, 0.115810302734375, 0.11586252593994141, 0.11587993621826172, 0.11576831817626954, 0.11585945892333985, 0.11592294311523438, 0.11580825805664062, 0.11584921264648437, 0.1159208984375, 0.11589631652832032, 0.11581951904296875, 0.11599980926513671, 0.115837890625, 0.11596185302734376, 0.11590962982177734, 0.11582669067382813, 0.1158666229248047, 0.11588198089599609, 0.116347900390625, 0.11593830108642578, 0.11591270446777344, 0.11585945892333985, 0.11579698944091797, 0.11591782379150391, 0.11618201446533204, 0.11581644439697265, 0.11589222717285157, 0.11585330963134766, 0.1158287353515625, 0.11600077056884765]",tokens/s,8.49010462268795,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-13b,huggyllama/llama-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1841.045504,9028.763648,0.0,8382.316544,7939.283456,s,10,6.1618914184570315,0.6161891418457032,0.0013886497977201196,0.6156345825195313,0.6173467590332031,0.6185957122802734,0.6195948748779296,"[0.6153511962890625, 0.6198446655273437, 0.6149873657226562, 0.6161400146484375, 0.6167808227539062, 0.6155103149414063, 0.6170692138671875, 0.6149386596679688, 0.6156962280273437, 0.6155729370117188]",tokens/s,415.45685020217974,kWh,7.266781396336026e-06,3.981886734928754e-06,3.646037230553567e-05,4.7709040436800454e-05,tokens/kWh,5365859.335174009,MB,1841.045504,9028.763648,0.0,8382.316544,8233.862144,s,10,338.14244921875,33.814244921875,0.0010794362638467628,33.814513671875005,33.8152484375,33.815645703125,33.815963515625,"[33.8121015625, 33.81604296875, 33.81308203125, 33.81325390625, 33.81455859375, 33.81446875, 33.81516015625, 33.81460546875, 33.8148515625, 33.81432421875]",tokens/s,1.863120118327535,kWh,0.00039921343515316647,0.00021880363846992518,0.0019968464210052606,0.002614863494628352,tokens/kWh,24093.03588100079,,s,629,343.15214111328146,0.5455518936618143,0.0732745798756584,0.5367347412109374,0.5369806762695313,0.5370492797851563,1.1527956982421876,"[0.5368463134765625, 0.5365708618164062, 0.5361151733398437, 0.5366968383789062, 0.5362565307617188, 0.5366865844726563, 0.53654833984375, 0.5366886596679687, 0.5362237548828125, 0.536764404296875, 0.5362780151367188, 0.5366343383789063, 0.5364541625976562, 0.5366149291992187, 0.5362943725585938, 0.5364500732421875, 0.5362340087890625, 0.5366415405273437, 0.536511474609375, 0.5367500610351562, 0.53686376953125, 0.536848388671875, 0.5365933837890625, 0.5368043823242188, 0.5367388305664063, 0.5369036865234375, 0.5367122192382813, 0.5366353759765625, 0.5366087646484375, 0.5367654418945312, 0.536764404296875, 0.5369047241210938, 0.536553466796875, 0.5369548950195312, 0.536637451171875, 0.5367030029296875, 0.5367500610351562, 0.5368914184570313, 0.5368442993164062, 0.5367337036132812, 0.536669189453125, 0.5367767333984375, 0.5367244873046875, 0.53667431640625, 0.5367030029296875, 0.5368524780273437, 0.5369886474609376, 0.5367562255859375, 0.5367418823242187, 0.5367562255859375, 0.5367296142578125, 0.5368053588867188, 0.5372672119140625, 0.536816650390625, 0.5366978759765625, 0.5367675170898437, 0.5367500610351562, 0.5367613525390625, 0.5365473022460937, 0.536869873046875, 0.536685546875, 0.5370091552734375, 1.1570892333984375, 0.5365841674804688, 0.536964111328125, 0.536543212890625, 0.5365770263671875, 0.5371688842773438, 0.5368514404296875, 0.5365718994140625, 0.5365770263671875, 0.536542236328125, 0.5368002319335937, 0.5366016235351563, 0.5365841674804688, 0.5364766845703125, 0.536605712890625, 0.5365811157226562, 0.536616943359375, 0.5363753051757812, 0.536859619140625, 0.5365606689453125, 0.53701123046875, 0.5366098022460938, 0.5368176879882812, 0.5366456298828125, 0.536791015625, 0.5367050170898438, 0.536838134765625, 0.5368258666992187, 0.5367030029296875, 0.5365985107421875, 0.5368995971679688, 0.5368719482421875, 0.5365944213867188, 0.5365964965820312, 0.5368248291015625, 0.5365964965820312, 0.5369528198242187, 0.5366548461914062, 0.5368555297851563, 0.5367551879882813, 0.5366599731445313, 0.5366917114257812, 0.5366702270507813, 0.5368176879882812, 0.5367398681640625, 0.5368494262695312, 0.5369815063476563, 0.5369231567382813, 0.53673779296875, 0.536648681640625, 0.5367817993164062, 0.5367122192382813, 0.5366988525390625, 0.5367613525390625, 0.5369108276367187, 0.536753173828125, 0.5366026000976563, 0.536859619140625, 0.5368678588867187, 0.5366640625, 0.5368094482421875, 0.5369251708984375, 0.5369794311523437, 1.1535380859375, 0.5367613525390625, 0.5365616455078125, 0.5365206909179687, 0.5365166015625, 0.536489990234375, 0.536605712890625, 0.5365125122070312, 0.53650634765625, 0.5366702270507813, 0.5363988647460938, 0.536427490234375, 0.5364992065429688, 0.536585205078125, 0.5364838256835938, 0.5364172973632813, 0.5366087646484375, 0.5363230590820313, 0.5367664794921875, 0.5370265502929688, 0.5367152709960937, 0.5365452880859375, 0.5364879150390625, 0.536574951171875, 0.5367408447265625, 0.5365831909179688, 0.5368402099609375, 0.5366200561523438, 0.53663232421875, 0.5366671142578125, 0.5365862426757813, 0.5366865844726563, 0.5367675170898437, 0.536543212890625, 0.537218017578125, 0.5368289184570313, 0.5368893432617188, 0.5365463256835937, 0.5369180297851562, 0.5366978759765625, 0.5367122192382813, 0.5366190185546875, 0.5367244873046875, 0.5367265014648438, 0.5367787475585938, 0.5369200439453125, 0.536953857421875, 0.5367817993164062, 0.5368955078125, 0.5371924438476563, 0.5367828369140625, 0.536700927734375, 0.5367869262695313, 0.5368555297851563, 0.5369343872070312, 0.5367613525390625, 0.5368616943359374, 0.5369343872070312, 0.5368299560546875, 0.5365944213867188, 0.5369395141601563, 0.5368370971679688, 0.5369733276367188, 1.153333251953125, 0.5366835327148437, 0.5368023071289062, 0.5364889526367187, 0.5365770263671875, 0.5365227661132812, 0.536642578125, 0.5365933837890625, 0.5365155639648438, 0.5364090576171875, 0.5365176391601563, 0.536680419921875, 0.5364449462890625, 0.5364029541015625, 0.5364592895507813, 0.5364039916992187, 0.5365104370117187, 0.536364013671875, 0.536543212890625, 0.5366814575195312, 0.5367203979492188, 0.5366784057617188, 0.53673779296875, 0.5366456298828125, 0.5368237915039062, 0.5368156127929687, 0.5368576049804688, 0.5364859008789062, 0.5366353759765625, 0.5367838745117187, 0.5365975341796875, 0.5367808227539063, 0.5367982177734375, 0.5364725952148437, 0.5369876708984375, 0.5365227661132812, 0.5368074340820312, 0.5367019653320313, 0.5367756958007812, 0.536685546875, 0.5368248291015625, 0.5367306518554688, 0.537006103515625, 0.536700927734375, 0.536791015625, 0.5369712524414062, 0.536995849609375, 0.536574951171875, 0.536764404296875, 0.5368340454101562, 0.5368104858398437, 0.5366251220703125, 0.5369047241210938, 0.5368985595703125, 0.536896484375, 0.53686376953125, 0.5370675048828125, 0.5368463134765625, 0.536816650390625, 0.53661083984375, 0.5369733276367188, 0.5368729858398438, 0.5369825439453125, 1.1542476806640625, 0.5366415405273437, 0.5366640625, 0.5365626831054687, 0.536474609375, 0.536574951171875, 0.5365555419921875, 0.5365391235351562, 0.53659033203125, 0.5364735717773438, 0.5364224243164063, 0.5364786987304687, 0.5366896362304687, 0.5363251342773437, 0.5369405517578125, 0.5366445922851563, 0.5364910278320313, 0.536426513671875, 0.5368678588867187, 0.5365780639648438, 0.536853515625, 0.5366998901367187, 0.5367551879882813, 0.5364920043945313, 0.5366149291992187, 0.53673779296875, 0.5368074340820312, 0.5366876220703125, 0.5368760375976562, 0.5368248291015625, 0.5367367553710938, 0.5367664794921875, 0.5367756958007812, 0.5366128540039062, 0.5368514404296875, 0.5366548461914062, 0.5368995971679688, 0.5366292724609375, 0.5369794311523437, 0.5365975341796875, 0.5368104858398437, 0.5366077270507813, 0.5368811645507813, 0.537017333984375, 0.5368330078125, 0.5368002319335937, 0.5368453369140626, 0.53680126953125, 0.536853515625, 0.5366364135742188, 0.5368237915039062, 0.5368207397460938, 0.5370203857421875, 0.5368842163085937, 0.5367879638671875, 0.536784912109375, 0.5369517822265625, 0.536859619140625, 0.536911865234375, 0.5366599731445313, 0.5369661254882813, 0.5370623779296875, 0.536890380859375, 1.152932861328125, 0.5365995483398438, 0.5366241455078125, 0.5368361206054687, 0.5364029541015625, 0.5365759887695313, 0.5366968383789062, 0.5365770263671875, 0.5366578979492187, 0.5363333129882812, 0.536784912109375, 0.5367633666992188, 0.5364306030273438, 0.5363978271484375, 0.5364786987304687, 0.53639990234375, 0.53650634765625, 0.5363681030273437, 0.5364818115234375, 0.5364930419921875, 0.5367562255859375, 0.5365759887695313, 0.5365831909179688, 0.5367992553710937, 0.5366712036132812, 0.5368299560546875, 0.5367675170898437, 0.5364879150390625, 0.5370848999023438, 0.5367859497070312, 0.5367285766601563, 0.536700927734375, 0.5369815063476563, 0.5364613037109375, 0.5366876220703125, 0.5365463256835937, 0.5369886474609376, 0.5367203979492188, 0.5369845581054687, 0.536690673828125, 0.5368616943359374, 0.5368944702148437, 0.536853515625, 0.5368790893554688, 0.5370951538085937, 0.5369600219726562, 0.5369047241210938, 0.53686474609375, 0.5367398681640625, 0.5367030029296875, 0.5368043823242188, 0.5367684936523438, 0.536774658203125, 0.536958984375, 0.5369774169921875, 0.5366917114257812, 0.5367500610351562, 0.536859619140625, 0.536932373046875, 0.5367869262695313, 0.5369671630859375, 0.5367613525390625, 0.537069580078125, 1.154186279296875, 0.5370890502929687, 0.5366292724609375, 0.536573974609375, 0.5365975341796875, 0.5366190185546875, 0.536500244140625, 0.5365022583007812, 0.53646337890625, 0.5364029541015625, 0.5364674682617188, 0.5364838256835938, 0.536489990234375, 0.5365524291992188, 0.5364920043945313, 0.5365155639648438, 0.5368043823242188, 0.5363507080078125, 0.5365288696289062, 0.536427490234375, 0.5368023071289062, 0.536543212890625, 0.5366497192382812, 0.53667431640625, 0.536791015625, 0.5367030029296875, 0.5367736206054687, 0.5366179809570313, 0.5368545532226563, 0.5366896362304687, 0.536679443359375, 0.536700927734375, 0.5370521850585938, 0.5366261596679688, 0.5369262084960937, 0.5365770263671875, 0.537017333984375, 0.5365524291992188, 0.5369661254882813, 0.5370050659179687, 0.5367940673828125, 0.5367890014648438, 0.5367664794921875, 0.5368299560546875, 0.5367787475585938, 0.5368770751953125, 0.5369937744140625, 0.5367050170898438, 0.5367930908203125, 0.5367347412109374, 0.5366651000976562, 0.536774658203125, 0.5371709594726563, 0.5370582885742188, 0.5370501098632813, 0.5367060546875, 0.5368678588867187, 0.5369467163085937, 0.5368309936523438, 0.53673779296875, 0.5371043701171875, 0.5370818481445313, 0.53697021484375, 1.15262255859375, 0.5366098022460938, 0.5367449340820313, 0.5365330200195313, 0.5364357299804687, 0.5369825439453125, 0.5364961547851562, 0.5365463256835937, 0.5367470092773438, 0.5364203491210937, 0.5364705200195312, 0.5365596313476563, 0.536605712890625, 0.5364869384765625, 0.536479736328125, 0.53650634765625, 0.5368033447265625, 0.536511474609375, 0.5366036376953125, 0.5365176391601563, 0.536658935546875, 0.5366558837890625, 0.5366282348632813, 0.5366927490234376, 0.5367890014648438, 0.5367767333984375, 0.5369415893554688, 0.5365975341796875, 0.5366558837890625, 0.536795166015625, 0.5368033447265625, 0.5368053588867188, 0.5367357177734375, 0.5365176391601563, 0.5369917602539063, 0.5366026000976563, 0.5368033447265625, 0.5366282348632813, 0.5369937744140625, 0.5366507568359375, 0.5368033447265625, 0.5367060546875, 0.536642578125, 0.5367367553710938, 0.5369609985351562, 0.5374689331054687, 0.5369559326171875, 0.5367736206054687, 0.5367306518554688, 0.5366753540039062, 0.5367930908203125, 0.5368616943359374, 0.5366712036132812, 0.536748046875, 0.5371443481445313, 0.5367633666992188, 0.53686376953125, 0.5369989013671875, 0.5367193603515625, 0.5363732299804688, 0.536826904296875, 0.5373204345703125, 0.5370480346679688, 1.1528192138671876, 0.53673779296875, 0.5365780639648438, 0.5367572631835937, 0.5364910278320313, 0.53661083984375, 0.5366067504882812, 0.536605712890625, 0.5366712036132812, 0.5365125122070312, 0.5364674682617188, 0.5367664794921875, 0.536774658203125, 0.5365452880859375, 0.5363015747070312, 0.53698046875, 0.5363916625976562, 0.5364777221679687, 0.5366456298828125, 0.5368361206054687, 0.536827880859375, 0.5365176391601563, 0.5365032958984375, 0.5367030029296875, 0.5367664794921875, 0.5367992553710937, 0.5368186645507812, 0.5367367553710938, 0.5366241455078125, 0.536700927734375, 0.536721435546875, 0.536690673828125, 0.536585205078125, 0.5365718994140625, 0.5372119140625, 0.5367449340820313, 0.536901611328125, 0.5367623901367188, 0.5369210815429688, 0.5369815063476563, 0.536816650390625, 0.5365401611328126, 0.536647705078125, 0.5367623901367188, 0.5368576049804688, 0.536985595703125, 0.5370214233398437, 0.5368043823242188, 0.5366978759765625, 0.5367767333984375, 0.5368760375976562, 0.5366179809570313, 0.5367091064453124, 0.5368545532226563, 0.5369886474609376, 0.53673779296875, 0.5370286254882812, 0.5367930908203125, 0.5368330078125, 0.5369763793945312, 0.5369528198242187, 0.5366415405273437, 0.53699072265625, 1.1527352294921875, 0.5367654418945312, 0.5367920532226562, 0.5366527709960938, 0.5365780639648438, 0.5366466674804687, 0.5366159057617188, 0.5365032958984375, 0.5366824951171875, 0.53646337890625, 0.5366988525390625, 0.536748046875, 0.5366405029296875, 0.536431640625, 0.5365883178710937, 0.5366179809570313, 0.5364172973632813, 0.536437744140625, 0.536605712890625, 0.536542236328125, 0.5368411865234375, 0.536489990234375, 0.5365667724609375, 0.5365811157226562, 0.5368033447265625, 0.5366507568359375, 0.5368831787109375, 0.5366231079101562, 0.53659033203125, 0.5368576049804688, 0.53665380859375, 0.5366968383789062, 0.536958984375, 0.5366138916015625, 0.5369302978515625, 0.5366302490234375, 0.5368606567382812, 0.5370828857421875, 0.5368504028320312, 0.5366947631835938, 0.5367859497070312, 0.5365924072265625, 0.5367418823242187, 0.5366651000976562, 0.536711181640625, 0.5369784545898437, 0.5370706176757812, 0.536806396484375, 0.537006103515625, 0.53665380859375, 0.536748046875, 0.5366722412109375, 0.536764404296875, 0.5368176879882812, 0.5370214233398437, 0.5366753540039062, 0.5369395141601563, 0.5368197021484375, 0.537064453125, 0.5366466674804687, 0.536995849609375, 0.5367654418945312, 0.536900634765625]",tokens/s,1.8330061935774278,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-2.7b,facebook/opt-2.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2064.416768,2720.530432,0.0,2074.083328,1826.138624,s,10,1.2873819351196287,0.12873819351196286,0.0006770426005378833,0.1284730758666992,0.12977086029052737,0.1297958610534668,0.12981586166381837,"[0.1284239044189453, 0.12802653503417968, 0.12845242309570312, 0.1283489990234375, 0.12849372863769531, 0.12782758331298827, 0.1286923828125, 0.12953021240234375, 0.1297653045654297, 0.12982086181640626]",tokens/s,1988.5318646809462,kWh,1.5090974846805032e-06,8.269070770519292e-07,7.080983161266559e-06,9.416987722998991e-06,tokens/kWh,27184913.852523606,MB,2064.416768,2720.530432,0.0,2074.083328,1932.190208,s,10,71.08341162109375,7.108341162109374,0.0011266889196988744,7.108484130859376,7.10943681640625,7.11006435546875,7.11056638671875,"[7.11069189453125, 7.1089921875, 7.107189453125, 7.10866162109375, 7.10855126953125, 7.1084169921875, 7.10929736328125, 7.10754833984375, 7.10741259765625, 7.10664990234375]",tokens/s,8.862827284629791,kWh,8.393480116996586e-05,4.6001814734764716e-05,0.0003951348108333315,0.000525071426738062,tokens/kWh,119983.67610932348,,s,629,72.1292452392579,0.1146728859129695,0.015315309775968402,0.11281510162353516,0.11292876586914063,0.11301908416748048,0.2412179412841797,"[0.11319398498535156, 0.11324313354492188, 0.11316326141357422, 0.1131151351928711, 0.11281919860839844, 0.1127874526977539, 0.11280281829833984, 0.11280691528320312, 0.1129195556640625, 0.11283968353271484, 0.11278028869628906, 0.11267993927001953, 0.11283251190185548, 0.11281613159179688, 0.11281100463867187, 0.1128089599609375, 0.1127710723876953, 0.1128632354736328, 0.11270758056640626, 0.11272191619873047, 0.11268402862548828, 0.1128642578125, 0.11276287841796875, 0.11280486297607421, 0.11278131103515625, 0.11277823638916015, 0.11274547576904297, 0.11276799774169922, 0.11276083374023438, 0.1128642578125, 0.11285606384277344, 0.112827392578125, 0.11289907073974609, 0.11281203460693359, 0.11281305694580078, 0.11274752044677734, 0.11283968353271484, 0.11323085021972656, 0.11279154968261719, 0.11292569732666016, 0.11282841491699219, 0.11280076599121094, 0.11284684753417969, 0.11273830413818359, 0.11285196685791016, 0.11286732482910156, 0.11285094451904297, 0.11282329559326172, 0.11285401916503907, 0.11279769897460938, 0.1128796157836914, 0.11282329559326172, 0.1129881591796875, 0.11291136169433594, 0.1127936019897461, 0.1128622055053711, 0.11282637023925782, 0.1133148193359375, 0.11288985443115235, 0.1127741470336914, 0.1128806381225586, 0.113006591796875, 0.2409820098876953, 0.11295231628417969, 0.11276697540283204, 0.11282022094726563, 0.11267276763916016, 0.11276902770996093, 0.11301990509033204, 0.11279462432861329, 0.11277619171142578, 0.11283865356445312, 0.11276390075683594, 0.11281305694580078, 0.1127034912109375, 0.11283865356445312, 0.11276799774169922, 0.11333427429199219, 0.11281203460693359, 0.11281100463867187, 0.11275878143310547, 0.11279666900634766, 0.11270553588867188, 0.1128058853149414, 0.11281613159179688, 0.11282125091552735, 0.11273318481445313, 0.1128058853149414, 0.11275059509277344, 0.11280281829833984, 0.11272396850585938, 0.11283865356445312, 0.11281407928466797, 0.1128058853149414, 0.1127874526977539, 0.11292774200439454, 0.11299839782714843, 0.11288678741455078, 0.11276390075683594, 0.11285708618164063, 0.11287142181396484, 0.11280691528320312, 0.11279872131347657, 0.11282950592041016, 0.11278636932373047, 0.11287245178222656, 0.11278643035888672, 0.11285708618164063, 0.11290214538574218, 0.11291340637207031, 0.11281407928466797, 0.11289087677001954, 0.11277823638916015, 0.11302194976806641, 0.11276083374023438, 0.1131304931640625, 0.11284070587158203, 0.11282637023925782, 0.11281407928466797, 0.11287551879882812, 0.11282943725585938, 0.11289702606201171, 0.11277005004882812, 0.11295641326904297, 0.11282637023925782, 0.24168550109863282, 0.11276083374023438, 0.11272294616699219, 0.11288166046142578, 0.11266252899169922, 0.11284377288818359, 0.11275981140136719, 0.11279052734375, 0.11276902770996093, 0.11283865356445312, 0.11269324493408203, 0.112827392578125, 0.11269427490234375, 0.11282943725585938, 0.1127372817993164, 0.11274034881591796, 0.11279564666748047, 0.1127741470336914, 0.11273420715332032, 0.11309977722167969, 0.11271372985839843, 0.11276390075683594, 0.11319500732421875, 0.11277005004882812, 0.11274034881591796, 0.11279052734375, 0.11273216247558594, 0.11281817626953125, 0.11279154968261719, 0.11274649810791015, 0.11277823638916015, 0.11277619171142578, 0.11278233337402344, 0.11285094451904297, 0.11275571441650391, 0.1128253402709961, 0.1128089599609375, 0.11281510162353516, 0.11284070587158203, 0.11279052734375, 0.11275571441650391, 0.11279666900634766, 0.11274240112304687, 0.11281100463867187, 0.11270655822753907, 0.11287551879882812, 0.1129512939453125, 0.11287347412109375, 0.11281510162353516, 0.1128427505493164, 0.112753662109375, 0.1128458251953125, 0.11273318481445313, 0.11288371276855469, 0.11284684753417969, 0.1128458251953125, 0.11282431793212891, 0.11285913848876954, 0.11295334625244141, 0.11295846557617187, 0.11269939422607422, 0.11288883209228516, 0.11284172821044922, 0.2413096923828125, 0.11277516937255859, 0.112753662109375, 0.1127710723876953, 0.11267584228515624, 0.11275571441650391, 0.11283251190185548, 0.11279154968261719, 0.11278336334228516, 0.11276390075683594, 0.11285196685791016, 0.1128253402709961, 0.11271577453613281, 0.11290930938720703, 0.11287449645996094, 0.1127936019897461, 0.1128980484008789, 0.1127936019897461, 0.11277721405029296, 0.11276287841796875, 0.11272601318359375, 0.11300249481201172, 0.11285913848876954, 0.11278540802001953, 0.1127741470336914, 0.1128089599609375, 0.11275775909423828, 0.11280691528320312, 0.11270655822753907, 0.11287449645996094, 0.1129717788696289, 0.11280281829833984, 0.11280793762207031, 0.11283251190185548, 0.1127936019897461, 0.11274854278564453, 0.11282125091552735, 0.11291136169433594, 0.11291545867919922, 0.11276595306396485, 0.11276902770996093, 0.11279666900634766, 0.11284786987304687, 0.11326258850097656, 0.11278131103515625, 0.112901123046875, 0.11286528015136718, 0.11288166046142578, 0.11337522888183593, 0.11286937713623046, 0.11274854278564453, 0.11287551879882812, 0.1127936019897461, 0.11287859344482422, 0.11287654113769531, 0.11280281829833984, 0.11282227325439453, 0.11281510162353516, 0.11282637023925782, 0.1128632354736328, 0.11277823638916015, 0.11286528015136718, 0.11287245178222656, 0.24149810791015625, 0.11275468444824219, 0.1127874526977539, 0.11275571441650391, 0.11290726470947265, 0.11273830413818359, 0.11281510162353516, 0.11276083374023438, 0.11283251190185548, 0.11291340637207031, 0.11277005004882812, 0.11277516937255859, 0.11271270751953125, 0.11282431793212891, 0.11281305694580078, 0.11274342346191406, 0.11277311706542968, 0.11275878143310547, 0.11281613159179688, 0.11301683044433594, 0.1127710723876953, 0.11278438568115234, 0.11309772491455078, 0.11286016082763672, 0.11279872131347657, 0.11275161743164062, 0.1127720947265625, 0.11301785278320313, 0.11272089385986328, 0.11279462432861329, 0.11287449645996094, 0.1128826904296875, 0.1128642578125, 0.1128304672241211, 0.11286528015136718, 0.11281100463867187, 0.11273932647705077, 0.1128427505493164, 0.11290726470947265, 0.11277926635742187, 0.11279257965087891, 0.11287039947509765, 0.11279974365234376, 0.11282125091552735, 0.11274547576904297, 0.1128826904296875, 0.11292364501953125, 0.11282125091552735, 0.11308953857421875, 0.11287347412109375, 0.11285094451904297, 0.11294515228271484, 0.11277516937255859, 0.11285298919677735, 0.11286937713623046, 0.1127874526977539, 0.11277926635742187, 0.1128806381225586, 0.11287039947509765, 0.1128826904296875, 0.11276697540283204, 0.112827392578125, 0.11284377288818359, 0.24074444580078125, 0.11279666900634766, 0.11273420715332032, 0.11283353424072265, 0.11276083374023438, 0.11281715393066406, 0.11274444580078125, 0.11301376342773438, 0.11277823638916015, 0.11279257965087891, 0.11269529724121094, 0.11279462432861329, 0.11273113250732422, 0.11278848266601563, 0.11278336334228516, 0.11278438568115234, 0.1127720947265625, 0.11289600372314453, 0.11275878143310547, 0.11274956512451172, 0.11271270751953125, 0.11279257965087891, 0.1129728012084961, 0.11294924926757813, 0.11274752044677734, 0.112827392578125, 0.11272908782958985, 0.11279257965087891, 0.11279974365234376, 0.11295948791503906, 0.1128642578125, 0.11307622528076172, 0.11276493072509766, 0.11287142181396484, 0.11277619171142578, 0.1128304672241211, 0.1127710723876953, 0.11279462432861329, 0.11315200042724609, 0.11281510162353516, 0.11276185607910157, 0.11284172821044922, 0.11278131103515625, 0.11314278411865235, 0.11274854278564453, 0.11283968353271484, 0.11279769897460938, 0.11283968353271484, 0.11278336334228516, 0.11286732482910156, 0.11274034881591796, 0.11290828704833984, 0.11287551879882812, 0.11286937713623046, 0.11282227325439453, 0.11284070587158203, 0.11276493072509766, 0.11285913848876954, 0.11283968353271484, 0.11293593597412109, 0.11289497375488282, 0.11285504150390625, 0.11289190673828126, 0.241623046875, 0.11288371276855469, 0.11290521240234375, 0.11291033935546875, 0.11266867065429688, 0.11280486297607421, 0.11278643035888672, 0.1128058853149414, 0.11277619171142578, 0.11309977722167969, 0.11277005004882812, 0.1127741470336914, 0.11267788696289062, 0.11282022094726563, 0.11276595306396485, 0.11291238403320313, 0.1127720947265625, 0.11290624237060547, 0.11285913848876954, 0.11280486297607421, 0.11278233337402344, 0.11274444580078125, 0.11285094451904297, 0.11273318481445313, 0.11276493072509766, 0.11286118316650391, 0.11291033935546875, 0.11290419006347656, 0.11285810852050782, 0.11283251190185548, 0.11283353424072265, 0.11278028869628906, 0.11282125091552735, 0.11288985443115235, 0.11281919860839844, 0.11280076599121094, 0.11274956512451172, 0.11288678741455078, 0.11283865356445312, 0.11277005004882812, 0.11273216247558594, 0.11282637023925782, 0.11300556945800781, 0.11299635314941406, 0.11285913848876954, 0.11291340637207031, 0.11292467498779298, 0.11296665954589843, 0.11279666900634766, 0.11282125091552735, 0.11284480285644531, 0.11303731536865234, 0.11290419006347656, 0.11302194976806641, 0.11295027160644532, 0.11285401916503907, 0.11284172821044922, 0.11287142181396484, 0.11282637023925782, 0.11286937713623046, 0.11272601318359375, 0.11284377288818359, 0.11280793762207031, 0.24259686279296874, 0.11276902770996093, 0.11276083374023438, 0.11273318481445313, 0.11276799774169922, 0.11278028869628906, 0.11281613159179688, 0.11273420715332032, 0.11287551879882812, 0.11277619171142578, 0.11276185607910157, 0.11278438568115234, 0.11272294616699219, 0.11282227325439453, 0.11279666900634766, 0.11277311706542968, 0.11297074890136719, 0.11292671966552735, 0.11278540802001953, 0.11278438568115234, 0.11276185607910157, 0.11275263977050781, 0.11281510162353516, 0.11269017791748047, 0.11285094451904297, 0.11281919860839844, 0.112827392578125, 0.11278336334228516, 0.11274547576904297, 0.11281919860839844, 0.11285504150390625, 0.11282841491699219, 0.11279872131347657, 0.11282022094726563, 0.11288985443115235, 0.11278028869628906, 0.11275571441650391, 0.11278438568115234, 0.11286630249023437, 0.11282125091552735, 0.11275468444824219, 0.11284070587158203, 0.11285913848876954, 0.1128642578125, 0.11276185607910157, 0.11285504150390625, 0.11280691528320312, 0.11285196685791016, 0.11281510162353516, 0.11279974365234376, 0.11277005004882812, 0.1128622055053711, 0.1128806381225586, 0.112932861328125, 0.1128427505493164, 0.11276493072509766, 0.11301580810546875, 0.1128632354736328, 0.11285504150390625, 0.11286937713623046, 0.11273625946044921, 0.11287654113769531, 0.11285196685791016, 0.2427852783203125, 0.11275775909423828, 0.11284992218017578, 0.11281305694580078, 0.11277516937255859, 0.11296051025390624, 0.1127936019897461, 0.11277823638916015, 0.11278336334228516, 0.11274854278564453, 0.11275161743164062, 0.11278643035888672, 0.11275878143310547, 0.11278950500488281, 0.1127372817993164, 0.11285196685791016, 0.11292262268066407, 0.11279257965087891, 0.11278028869628906, 0.11280076599121094, 0.11271270751953125, 0.11273011016845703, 0.11284377288818359, 0.11274956512451172, 0.1127741470336914, 0.11278848266601563, 0.11275468444824219, 0.1127710723876953, 0.11287859344482422, 0.11274137878417968, 0.11282227325439453, 0.11275878143310547, 0.11282943725585938, 0.11286630249023437, 0.11284786987304687, 0.11277823638916015, 0.11277619171142578, 0.11280281829833984, 0.11295027160644532, 0.11294105529785156, 0.11276697540283204, 0.11280178833007813, 0.11305677032470703, 0.11287449645996094, 0.11272601318359375, 0.1128304672241211, 0.11289395141601563, 0.11276799774169922, 0.11281715393066406, 0.11280076599121094, 0.11278028869628906, 0.11290930938720703, 0.11271577453613281, 0.11283353424072265, 0.11283558654785156, 0.11279872131347657, 0.11294310760498047, 0.11278233337402344, 0.11284684753417969, 0.1128980484008789, 0.11275263977050781, 0.11282329559326172, 0.11282431793212891, 0.24283648681640624, 0.11278438568115234, 0.11280281829833984, 0.11283455657958984, 0.1127014389038086, 0.11282637023925782, 0.11276390075683594, 0.11279872131347657, 0.11274240112304687, 0.11280793762207031, 0.11270758056640626, 0.11278233337402344, 0.11269222259521484, 0.112932861328125, 0.11276083374023438, 0.11274752044677734, 0.11294719696044922, 0.1127874526977539, 0.11278950500488281, 0.11275981140136719, 0.11270041656494141, 0.11275981140136719, 0.11282125091552735, 0.11272806549072266, 0.11271270751953125, 0.1127720947265625, 0.11274137878417968, 0.11284889221191406, 0.11273830413818359, 0.11278438568115234, 0.11283455657958984, 0.11283968353271484, 0.11276697540283204, 0.11281613159179688, 0.11281613159179688, 0.11278540802001953, 0.11278848266601563, 0.11285504150390625, 0.11283763122558593, 0.11283660888671875, 0.11276083374023438, 0.11286937713623046, 0.11273113250732422, 0.11288985443115235, 0.11271372985839843, 0.11285094451904297, 0.11282329559326172, 0.11287039947509765, 0.11279564666748047, 0.11285298919677735, 0.11290930938720703, 0.11287039947509765, 0.11271475219726562, 0.11291340637207031, 0.11277311706542968, 0.11281613159179688, 0.11278438568115234, 0.11281817626953125, 0.11285606384277344, 0.11285504150390625, 0.11276595306396485, 0.11286118316650391, 0.11281715393066406]",tokens/s,8.720457255771393,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/phi-1_5,microsoft/phi-1_5,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1461.26848,2078.80192,0.0,1432.354816,1207.615488,s,10,0.6933030090332031,0.06933030090332032,0.00018415620792343315,0.06928497695922851,0.06943775329589844,0.06964306716918944,0.06980731826782226,"[0.06984838104248046, 0.06929971313476563, 0.06918637084960938, 0.0692702407836914, 0.06919900512695312, 0.06931938934326172, 0.06934291076660157, 0.06924317169189453, 0.06939212799072265, 0.06920169830322266]",tokens/s,3692.469189726823,kWh,8.174445939703464e-07,4.4792043703260976e-07,3.5574932674483524e-06,4.822858298451309e-06,tokens/kWh,53080556.001864165,MB,1461.26848,2078.80192,0.0,1432.354816,1306.320384,s,10,36.367255126953125,3.6367255126953117,0.0017300148501683075,3.6363381347656247,3.6384968994140623,3.6397914184570315,3.6408270336914064,"[3.6410859375, 3.638209228515625, 3.6351220703125, 3.63701025390625, 3.6358623046875, 3.6363408203125, 3.636763427734375, 3.63465576171875, 3.63633544921875, 3.635869873046875]",tokens/s,17.32327605701217,kWh,4.293275446898636e-05,2.3529330634795893e-05,0.00018756415962975428,0.00025402624473353647,tokens/kWh,248005.87067719921,,s,629,36.93257012176514,0.05871632769755984,0.008258266067114621,0.05770240020751953,0.05779312591552734,0.05787156372070312,0.12715491333007814,"[0.05822771072387695, 0.05830246353149414, 0.058324993133544924, 0.05824512100219727, 0.05828812789916992, 0.058241024017333984, 0.0580208625793457, 0.05803417587280273, 0.05775360107421875, 0.05771263885498047, 0.05775974273681641, 0.05766758346557617, 0.05769318389892578, 0.05767987060546875, 0.057768959045410156, 0.05767782211303711, 0.05775872039794922, 0.057717758178710936, 0.057745407104492184, 0.05768294525146484, 0.05767987060546875, 0.057662464141845705, 0.05770547103881836, 0.0576071662902832, 0.05765324783325195, 0.05767782211303711, 0.05768396759033203, 0.05763379287719726, 0.05766963195800781, 0.057673728942871094, 0.05775667190551758, 0.057660415649414064, 0.057606143951416014, 0.05769830322265625, 0.058535934448242184, 0.0576993293762207, 0.05766963195800781, 0.05780582427978516, 0.05770751953125, 0.057643009185791017, 0.05774848175048828, 0.05773209762573242, 0.05770444869995117, 0.05766451263427735, 0.057870334625244144, 0.05772185516357422, 0.057768959045410156, 0.05767168045043945, 0.057734142303466796, 0.05770137786865234, 0.05770444869995117, 0.057711616516113284, 0.05770342254638672, 0.057728000640869144, 0.05773209762573242, 0.05774643325805664, 0.05772185516357422, 0.05767270278930664, 0.05773516845703125, 0.05770444869995117, 0.05773619079589844, 0.05767475128173828, 0.12746342468261718, 0.05773004913330078, 0.05980979156494141, 0.05831884765625, 0.05778636932373047, 0.05770751953125, 0.05764198303222656, 0.05771980667114258, 0.057711616516113284, 0.057695232391357425, 0.05766348648071289, 0.05771263885498047, 0.05770444869995117, 0.057783294677734375, 0.05775974273681641, 0.05773004913330078, 0.05770035171508789, 0.057729022979736325, 0.05766348648071289, 0.05774950408935547, 0.05765529632568359, 0.05771571350097656, 0.057613311767578126, 0.05776998519897461, 0.0576993293762207, 0.05763686370849609, 0.05770137786865234, 0.05768191909790039, 0.05767782211303711, 0.05768601608276367, 0.05763379287719726, 0.05773926544189453, 0.05767475128173828, 0.05767782211303711, 0.057646080017089846, 0.057692161560058595, 0.05766656112670898, 0.05769420623779297, 0.05774335861206055, 0.05769113540649414, 0.05768499374389648, 0.05767475128173828, 0.05768294525146484, 0.05761228942871094, 0.057708545684814455, 0.05772185516357422, 0.05768191909790039, 0.05779763031005859, 0.057675777435302736, 0.05776486587524414, 0.057644031524658204, 0.05766758346557617, 0.05774643325805664, 0.05770240020751953, 0.057673728942871094, 0.05768703842163086, 0.05765017700195312, 0.05774233627319336, 0.05773004913330078, 0.05772083282470703, 0.057670654296875, 0.05776793670654297, 0.05766348648071289, 0.1271214065551758, 0.05764505767822266, 0.05767679977416992, 0.05770547103881836, 0.05774028778076172, 0.0576890869140625, 0.05766963195800781, 0.05773311996459961, 0.05766144180297852, 0.057695232391357425, 0.05768601608276367, 0.057670654296875, 0.05768396759033203, 0.05771673583984375, 0.05774131011962891, 0.05770137786865234, 0.05773721694946289, 0.05773926544189453, 0.05771878433227539, 0.05772697448730469, 0.05770137786865234, 0.05772697448730469, 0.05765529632568359, 0.057662464141845705, 0.057635841369628904, 0.057632766723632815, 0.05770547103881836, 0.057646080017089846, 0.05770547103881836, 0.05763891220092773, 0.05766348648071289, 0.05769728088378906, 0.0579420166015625, 0.05768191909790039, 0.057646080017089846, 0.057711616516113284, 0.057659393310546876, 0.057670654296875, 0.05770342254638672, 0.05772185516357422, 0.057675777435302736, 0.05768396759033203, 0.057747455596923826, 0.057706497192382813, 0.05767987060546875, 0.05770137786865234, 0.05768499374389648, 0.05777407836914063, 0.05766348648071289, 0.057747455596923826, 0.057670654296875, 0.057706497192382813, 0.05766963195800781, 0.057711616516113284, 0.05767475128173828, 0.05774848175048828, 0.05766144180297852, 0.05769625473022461, 0.057690113067626954, 0.057791488647460934, 0.05759897613525391, 0.05773311996459961, 0.057652225494384764, 0.12722994995117187, 0.05771673583984375, 0.0576808967590332, 0.05785190582275391, 0.057745407104492184, 0.05773209762573242, 0.05765324783325195, 0.05769318389892578, 0.05767782211303711, 0.05775872039794922, 0.05766348648071289, 0.05773004913330078, 0.05769113540649414, 0.05778432083129883, 0.05765427017211914, 0.057711616516113284, 0.05786521530151367, 0.057796607971191405, 0.05768806457519531, 0.05770751953125, 0.05767987060546875, 0.05773721694946289, 0.057724929809570315, 0.05775872039794922, 0.057665534973144535, 0.05774335861206055, 0.057646080017089846, 0.05766451263427735, 0.057659393310546876, 0.05768294525146484, 0.057657344818115235, 0.05769728088378906, 0.05779251098632812, 0.05773721694946289, 0.0576102409362793, 0.05767987060546875, 0.05776486587524414, 0.05781708908081055, 0.057660415649414064, 0.057728000640869144, 0.057665534973144535, 0.057695232391357425, 0.057692161560058595, 0.05765119934082031, 0.057734142303466796, 0.05806182479858398, 0.05773311996459961, 0.05772185516357422, 0.05770751953125, 0.05778227233886719, 0.05766860961914062, 0.05769830322265625, 0.05771571350097656, 0.05787238311767578, 0.05765119934082031, 0.0577259521484375, 0.05767475128173828, 0.05775667190551758, 0.05785599899291992, 0.05784985733032227, 0.057903102874755856, 0.057747455596923826, 0.05761228942871094, 0.1271357421875, 0.057643009185791017, 0.05770547103881836, 0.05771059036254883, 0.057745407104492184, 0.05771059036254883, 0.057659393310546876, 0.057744384765625, 0.057708545684814455, 0.05767168045043945, 0.05771980667114258, 0.0576808967590332, 0.05773004913330078, 0.05769318389892578, 0.05765836715698242, 0.05775462341308594, 0.05770035171508789, 0.05777510452270508, 0.05768703842163086, 0.05781094360351562, 0.05770240020751953, 0.0576993293762207, 0.05763686370849609, 0.05770956802368164, 0.057637889862060546, 0.05766144180297852, 0.05770444869995117, 0.05766451263427735, 0.05774233627319336, 0.05770956802368164, 0.05773619079589844, 0.05771980667114258, 0.05771059036254883, 0.05766348648071289, 0.05771980667114258, 0.05761536026000977, 0.05773619079589844, 0.057708545684814455, 0.057853950500488284, 0.057708545684814455, 0.05771468734741211, 0.057649150848388675, 0.057760768890380856, 0.05761228942871094, 0.05775462341308594, 0.057695232391357425, 0.05785804748535156, 0.057750526428222655, 0.05769830322265625, 0.05774131011962891, 0.05781708908081055, 0.057629695892333986, 0.05773823928833008, 0.05770755386352539, 0.0577371826171875, 0.05763891220092773, 0.05765631866455078, 0.057692161560058595, 0.05769318389892578, 0.05775564956665039, 0.05765529632568359, 0.05774848175048828, 0.05770240020751953, 0.12730470275878905, 0.05777305603027344, 0.05765631866455078, 0.057644031524658204, 0.057729022979736325, 0.05773619079589844, 0.05768703842163086, 0.057724929809570315, 0.05768601608276367, 0.057834495544433595, 0.05765631866455078, 0.05781401443481445, 0.05768601608276367, 0.05778432083129883, 0.05764198303222656, 0.05769625473022461, 0.05771059036254883, 0.05782220840454102, 0.05767987060546875, 0.05769830322265625, 0.05766758346557617, 0.0577710075378418, 0.057592830657958984, 0.057708545684814455, 0.057643009185791017, 0.05773004913330078, 0.057675777435302736, 0.05770342254638672, 0.05768191909790039, 0.05768191909790039, 0.05764812850952149, 0.057711616516113284, 0.057675777435302736, 0.0576993293762207, 0.05775667190551758, 0.05769113540649414, 0.05770240020751953, 0.05774233627319336, 0.057657344818115235, 0.05771263885498047, 0.05775155258178711, 0.05778636932373047, 0.05768191909790039, 0.0577525749206543, 0.057761791229248044, 0.05775462341308594, 0.057660415649414064, 0.057796607971191405, 0.057711616516113284, 0.05774848175048828, 0.05769420623779297, 0.057690113067626954, 0.057807872772216794, 0.05775872039794922, 0.05772390365600586, 0.05777203369140625, 0.057657344818115235, 0.05773209762573242, 0.0577259521484375, 0.05772390365600586, 0.05767475128173828, 0.057867263793945314, 0.05764505767822266, 0.12728627014160157, 0.05769728088378906, 0.05767987060546875, 0.05815193557739258, 0.05782732772827148, 0.05768703842163086, 0.05766758346557617, 0.05771468734741211, 0.05769318389892578, 0.05770751953125, 0.05769318389892578, 0.05771878433227539, 0.05767679977416992, 0.05774848175048828, 0.057690113067626954, 0.05773516845703125, 0.05770751953125, 0.05802700805664063, 0.057711616516113284, 0.05769728088378906, 0.05772390365600586, 0.05772083282470703, 0.0576286735534668, 0.057673728942871094, 0.057643009185791017, 0.057660415649414064, 0.05797785568237305, 0.057662464141845705, 0.057660415649414064, 0.057675777435302736, 0.05768396759033203, 0.05774028778076172, 0.05782527923583984, 0.05769830322265625, 0.05771878433227539, 0.05766451263427735, 0.05770137786865234, 0.05767270278930664, 0.05775360107421875, 0.057678848266601565, 0.057724929809570315, 0.057673728942871094, 0.05777203369140625, 0.057621505737304686, 0.05773311996459961, 0.05770547103881836, 0.05779558563232422, 0.05770342254638672, 0.05770751953125, 0.05775360107421875, 0.05783552169799805, 0.0576993293762207, 0.057761791229248044, 0.057717758178710936, 0.05775155258178711, 0.057635841369628904, 0.05765017700195312, 0.05774335861206055, 0.0576993293762207, 0.0576808967590332, 0.05766348648071289, 0.05772083282470703, 0.05770137786865234, 0.12721766662597656, 0.05771059036254883, 0.05767168045043945, 0.05768703842163086, 0.05772288131713867, 0.05771878433227539, 0.05766758346557617, 0.05773516845703125, 0.057706497192382813, 0.05775462341308594, 0.05766144180297852, 0.05771468734741211, 0.05770547103881836, 0.0577894401550293, 0.057711616516113284, 0.057729022979736325, 0.05774643325805664, 0.057796607971191405, 0.057662464141845705, 0.057729022979736325, 0.05768499374389648, 0.057831424713134766, 0.05757747268676758, 0.057692161560058595, 0.057624576568603515, 0.05767168045043945, 0.057640960693359375, 0.05766758346557617, 0.057657344818115235, 0.05773823928833008, 0.05764505767822266, 0.05766758346557617, 0.05767475128173828, 0.05767782211303711, 0.05762355041503906, 0.057657344818115235, 0.057662464141845705, 0.05768499374389648, 0.057665534973144535, 0.05766758346557617, 0.05768703842163086, 0.05768499374389648, 0.05766963195800781, 0.05762662506103516, 0.057711616516113284, 0.057717758178710936, 0.057665534973144535, 0.05772083282470703, 0.05769318389892578, 0.05774848175048828, 0.05763891220092773, 0.05765529632568359, 0.057729022979736325, 0.05770342254638672, 0.05767679977416992, 0.05770342254638672, 0.0576255989074707, 0.05775462341308594, 0.057616382598876956, 0.05769728088378906, 0.057644031524658204, 0.057728000640869144, 0.057589759826660154, 0.12734156799316407, 0.057627647399902344, 0.05769830322265625, 0.057695232391357425, 0.05773004913330078, 0.05770035171508789, 0.057662464141845705, 0.057724929809570315, 0.05766144180297852, 0.05777612686157227, 0.05765836715698242, 0.057708545684814455, 0.05767990493774414, 0.05772079849243164, 0.05768601608276367, 0.05770240020751953, 0.05773004913330078, 0.05776998519897461, 0.057665534973144535, 0.057717758178710936, 0.057662464141845705, 0.05773311996459961, 0.05766144180297852, 0.057724929809570315, 0.05769318389892578, 0.057670654296875, 0.05769420623779297, 0.05765631866455078, 0.057670654296875, 0.057678848266601565, 0.05765017700195312, 0.05774950408935547, 0.05766656112670898, 0.057678848266601565, 0.05764198303222656, 0.05767679977416992, 0.05765836715698242, 0.05766963195800781, 0.05770444869995117, 0.05773619079589844, 0.05770956802368164, 0.05791846466064453, 0.0577628173828125, 0.05765427017211914, 0.057665534973144535, 0.05772697448730469, 0.057675777435302736, 0.05779558563232422, 0.05770342254638672, 0.05784678268432617, 0.05770444869995117, 0.05796761703491211, 0.057763839721679686, 0.057708545684814455, 0.057670654296875, 0.0576993293762207, 0.057660415649414064, 0.05771366500854492, 0.05768499374389648, 0.05791129684448242, 0.05765017700195312, 0.057711616516113284, 0.058090496063232425, 0.12716236877441406, 0.05765017700195312, 0.05765324783325195, 0.05767168045043945, 0.05779865646362305, 0.057673728942871094, 0.057815040588378906, 0.05786111831665039, 0.05771059036254883, 0.05769420623779297, 0.05767782211303711, 0.05776998519897461, 0.05768703842163086, 0.05774848175048828, 0.057778175354003904, 0.05771571350097656, 0.05773209762573242, 0.057708545684814455, 0.05771673583984375, 0.05769830322265625, 0.05789798355102539, 0.057731071472167966, 0.057665534973144535, 0.05768806457519531, 0.057678848266601565, 0.05765631866455078, 0.057678848266601565, 0.05763481521606445, 0.05766860961914062, 0.05769625473022461, 0.05768499374389648, 0.05766963195800781, 0.05768499374389648, 0.05764812850952149, 0.05765631866455078, 0.05770547103881836, 0.05768601608276367, 0.05771878433227539, 0.05769728088378906, 0.05774950408935547, 0.05766147232055664, 0.057726943969726566, 0.05774131011962891, 0.05770956802368164, 0.057657344818115235, 0.057760768890380856, 0.05780684661865235, 0.0577628173828125, 0.05765836715698242, 0.05774233627319336, 0.05775564956665039, 0.05775872039794922, 0.057644031524658204, 0.057729022979736325, 0.057659393310546876, 0.05775155258178711, 0.05766656112670898, 0.05771059036254883, 0.05767679977416992, 0.05773721694946289, 0.05763891220092773, 0.05769625473022461, 0.057670654296875]",tokens/s,17.031037859705222,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-2b,google/recurrentgemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-j-6b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2074.58304,5285.347328,0.0,4638.900224,4372.758016,s,10,2.971029541015625,0.2971029541015625,0.00094091103369587,0.29679605102539064,0.29786695861816403,0.29880484771728516,0.299555158996582,"[0.29974273681640623, 0.29651766967773435, 0.2969173889160156, 0.2964132690429688, 0.29663369750976565, 0.2967163391113281, 0.29765853881835935, 0.2968757629394531, 0.2965653381347656, 0.2969888000488281]",tokens/s,861.6541722856389,kWh,3.5061993532710608e-06,1.9211955879173355e-06,1.6424245165530212e-05,2.1851640106718608e-05,tokens/kWh,11715367.75957101,MB,2074.58304,5285.347328,0.0,4638.900224,4531.241984,s,10,163.32165332031252,16.332165332031252,0.0039162736640068006,16.33061279296875,16.3374103515625,16.33913828125,16.340520625,"[16.330517578125, 16.333712890625, 16.3370263671875, 16.3277216796875, 16.3307080078125, 16.33048046875, 16.3408662109375, 16.3330390625, 16.328208984375, 16.3293720703125]",tokens/s,3.8574187022489936,kWh,0.00019275944340560176,0.00010564813044521809,0.0008929372323230603,0.0011913448061738803,tokens/kWh,52881.41575261542,,s,629,165.73326211547845,0.2634869032042584,0.035280838904445465,0.2591897583007812,0.25958255615234377,0.25974107055664064,0.5559118115234375,"[0.25987890625, 0.2594283447265625, 0.260115478515625, 0.2591067810058594, 0.2590965881347656, 0.2590085144042969, 0.2586112060546875, 0.25891021728515623, 0.25887948608398437, 0.2589440002441406, 0.2589317016601563, 0.2588743591308594, 0.25893682861328127, 0.2589450378417969, 0.2593433532714844, 0.2590750732421875, 0.25920819091796876, 0.25911807250976565, 0.25910989379882815, 0.2596597900390625, 0.25900030517578126, 0.25901773071289064, 0.25883444213867185, 0.2591774597167969, 0.25890509033203124, 0.25912832641601563, 0.2597498779296875, 0.25944781494140623, 0.2588968811035156, 0.25958502197265626, 0.2592450561523437, 0.25923480224609374, 0.2593587646484375, 0.25950921630859375, 0.2593064880371094, 0.2590371704101562, 0.2593403015136719, 0.2591068115234375, 0.2591385498046875, 0.25911807250976565, 0.2589655151367187, 0.2590904235839844, 0.25943243408203126, 0.25910067749023435, 0.25907403564453124, 0.25905868530273435, 0.2592645263671875, 0.259051513671875, 0.2588252258300781, 0.2591016845703125, 0.2590484619140625, 0.25906689453125, 0.25914572143554687, 0.2601533508300781, 0.2591795349121094, 0.259209228515625, 0.25924197387695314, 0.25958502197265626, 0.25973861694335937, 0.2592604064941406, 0.2592440185546875, 0.259378173828125, 0.555884521484375, 0.2590208129882812, 0.2590074768066406, 0.25897061157226564, 0.25943450927734374, 0.259441650390625, 0.25906585693359374, 0.2599352416992188, 0.2595819396972656, 0.2593403015136719, 0.2589521789550781, 0.25888153076171877, 0.25927276611328126, 0.25908627319335936, 0.25902490234375, 0.25894091796875, 0.25903924560546876, 0.25908120727539063, 0.25933721923828124, 0.2589859924316406, 0.2590136413574219, 0.2590545959472656, 0.2590945129394531, 0.25876583862304686, 0.2591467590332031, 0.25893478393554686, 0.25905154418945314, 0.25902587890625, 0.25955020141601565, 0.25898495483398437, 0.25899008178710936, 0.2590689392089844, 0.25987481689453124, 0.25961676025390623, 0.25920306396484377, 0.2588641357421875, 0.2590771179199219, 0.25938330078125, 0.2594396057128906, 0.25923175048828123, 0.25955328369140623, 0.2592942199707031, 0.2594488220214844, 0.2596055297851563, 0.2592388916015625, 0.259262451171875, 0.26018508911132815, 0.2594959411621094, 0.2594754638671875, 0.2593515625, 0.25948672485351565, 0.2591907958984375, 0.25907098388671873, 0.2592542724609375, 0.25934539794921874, 0.259162109375, 0.2597427062988281, 0.25950515747070313, 0.2595072021484375, 0.2594590759277344, 0.2595174255371094, 0.2591539306640625, 0.2593075256347656, 0.5566239013671875, 0.2589450378417969, 0.2593228759765625, 0.259267578125, 0.25908941650390627, 0.25884262084960935, 0.25913760375976563, 0.259337158203125, 0.259282958984375, 0.2588661804199219, 0.2589327392578125, 0.25904229736328127, 0.2593566589355469, 0.2591856689453125, 0.25960858154296873, 0.2592450561523437, 0.2589952392578125, 0.25923684692382815, 0.2595123291015625, 0.2592153625488281, 0.2596218872070313, 0.2595389404296875, 0.2596177978515625, 0.2592808837890625, 0.25940478515625, 0.2591805419921875, 0.259462158203125, 0.2592880554199219, 0.2594631652832031, 0.25924102783203123, 0.2594067687988281, 0.25926962280273436, 0.25915084838867186, 0.2592153625488281, 0.2595921936035156, 0.25913754272460937, 0.25901873779296875, 0.2591405944824219, 0.2595625, 0.2592071533203125, 0.25916314697265624, 0.25934744262695314, 0.2592041015625, 0.259167236328125, 0.2591242370605469, 0.2593546142578125, 0.2601113586425781, 0.25941912841796877, 0.259230712890625, 0.25924197387695314, 0.25937203979492185, 0.2592665710449219, 0.25945599365234373, 0.2592471008300781, 0.25941094970703127, 0.25922149658203125, 0.2595870666503906, 0.25945599365234373, 0.25951333618164063, 0.25995468139648437, 0.2595584106445312, 0.2595112915039062, 0.2592174072265625, 0.55573095703125, 0.2589521789550781, 0.25904638671875, 0.2588272705078125, 0.25902590942382814, 0.25916619873046876, 0.25897369384765623, 0.2590822448730469, 0.2591856689453125, 0.2590085144042969, 0.25897369384765623, 0.25910784912109375, 0.2591488037109375, 0.25891839599609373, 0.25911199951171876, 0.2594938354492187, 0.2593771667480469, 0.2589481201171875, 0.2591334228515625, 0.25912115478515624, 0.2589655151367187, 0.2593843078613281, 0.25917343139648436, 0.25898284912109376, 0.2591611022949219, 0.2590013427734375, 0.2589358215332031, 0.2589450378417969, 0.2592440185546875, 0.2589583435058594, 0.25938226318359375, 0.25933108520507814, 0.25898291015625, 0.2595072021484375, 0.2594437255859375, 0.25904537963867186, 0.25907302856445313, 0.2589859924316406, 0.259156982421875, 0.2590136413574219, 0.2591139831542969, 0.25890509033203124, 0.259019775390625, 0.258988037109375, 0.25947238159179686, 0.2590351257324219, 0.25907403564453124, 0.25893478393554686, 0.2590965881347656, 0.2589450378417969, 0.2594355163574219, 0.2595665893554687, 0.2593013610839844, 0.25910885620117186, 0.2598994140625, 0.2592706298828125, 0.2595072021484375, 0.2594232177734375, 0.25945086669921874, 0.259800048828125, 0.2593658752441406, 0.25912319946289064, 0.25931878662109376, 0.5559224243164063, 0.2588047485351562, 0.25913650512695313, 0.25883648681640625, 0.25877606201171877, 0.2592511901855469, 0.25906072998046875, 0.25886309814453123, 0.2597008056640625, 0.2592030029296875, 0.2591436767578125, 0.2588743591308594, 0.25892660522460936, 0.25905255126953125, 0.259061767578125, 0.25894195556640626, 0.25905050659179685, 0.2594334716796875, 0.2591272888183594, 0.25915084838867186, 0.25888461303710936, 0.25885183715820315, 0.25934130859375, 0.25902490234375, 0.25899520874023435, 0.2589644775390625, 0.259267578125, 0.2591334533691406, 0.25973861694335937, 0.2592153625488281, 0.2591129455566406, 0.2591774597167969, 0.2594273376464844, 0.2592655334472656, 0.25996902465820315, 0.25915597534179685, 0.2590648193359375, 0.2591129455566406, 0.25937408447265625, 0.2591191101074219, 0.2592798767089844, 0.25910372924804687, 0.25904742431640626, 0.25938739013671874, 0.2597212219238281, 0.259093505859375, 0.25944473266601564, 0.25953485107421875, 0.25916415405273435, 0.2592102355957031, 0.25913137817382814, 0.25929010009765624, 0.25944677734375, 0.2590085144042969, 0.25967410278320313, 0.25910885620117186, 0.2593403015136719, 0.2602076110839844, 0.25924609375, 0.25944473266601564, 0.25938330078125, 0.25927066040039065, 0.2593423461914062, 0.5561149291992188, 0.2590802001953125, 0.2589788208007813, 0.25951437377929687, 0.25901260375976565, 0.25891226196289063, 0.259009521484375, 0.2592297058105469, 0.2592327575683594, 0.25919183349609376, 0.25887637329101565, 0.259009521484375, 0.2590863342285156, 0.2590361633300781, 0.25900543212890625, 0.25901773071289064, 0.25900543212890625, 0.25883953857421876, 0.25940274047851564, 0.259409912109375, 0.2593914794921875, 0.2595727233886719, 0.2597099609375, 0.25895013427734376, 0.25929010009765624, 0.25891326904296874, 0.25917645263671873, 0.2591385498046875, 0.2593382263183594, 0.25919384765625, 0.259162109375, 0.259451904296875, 0.2591897583007812, 0.2589450378417969, 0.25908837890625, 0.2591815795898437, 0.25907403564453124, 0.25891021728515623, 0.25938638305664063, 0.259051513671875, 0.2589521789550781, 0.25938330078125, 0.2594406433105469, 0.2591016845703125, 0.2591201171875, 0.2590863342285156, 0.2592255859375, 0.25949798583984374, 0.2590986328125, 0.25895526123046875, 0.2592389221191406, 0.259282958984375, 0.2595164184570313, 0.2594682922363281, 0.259156982421875, 0.2590627746582031, 0.2594037780761719, 0.25977957153320314, 0.2594058227539062, 0.2594989929199219, 0.2596495361328125, 0.2593566589355469, 0.2594263000488281, 0.5572996826171875, 0.2590115966796875, 0.25926559448242187, 0.2590831909179688, 0.2593699951171875, 0.2591467590332031, 0.2593351745605469, 0.2589635009765625, 0.2594877014160156, 0.25939456176757814, 0.25899624633789065, 0.25896548461914065, 0.2595758056640625, 0.25936691284179686, 0.2591774597167969, 0.25914471435546876, 0.25952972412109376, 0.25925537109375, 0.25915283203125, 0.25908941650390627, 0.2596137084960938, 0.25884262084960935, 0.2596915283203125, 0.2593986511230469, 0.2593013610839844, 0.2591007080078125, 0.25919586181640625, 0.25887948608398437, 0.25965771484375, 0.2596915283203125, 0.259209228515625, 0.25944473266601564, 0.2593228759765625, 0.2591334533691406, 0.25964031982421876, 0.25944781494140623, 0.2597529602050781, 0.25953997802734374, 0.2596638793945312, 0.25946420288085936, 0.25945703125, 0.2595440673828125, 0.2593751220703125, 0.2591600341796875, 0.2596597900390625, 0.25927578735351564, 0.259162109375, 0.25927883911132815, 0.2592665710449219, 0.2593648681640625, 0.2593515625, 0.25991268920898436, 0.2594181213378906, 0.2594058227539062, 0.2596771850585938, 0.25947238159179686, 0.2594457702636719, 0.25929931640625, 0.2598021240234375, 0.2596495361328125, 0.2598881225585937, 0.2595737609863281, 0.25956146240234373, 0.55638427734375, 0.25895730590820315, 0.2589655151367187, 0.2590699462890625, 0.25907098388671873, 0.25915902709960936, 0.2595645446777344, 0.2590484619140625, 0.25973043823242187, 0.259056640625, 0.2594232177734375, 0.2589613952636719, 0.2590166931152344, 0.25894195556640626, 0.25948568725585935, 0.25912933349609374, 0.25939456176757814, 0.2590771179199219, 0.25913754272460937, 0.259388427734375, 0.2591754150390625, 0.258850830078125, 0.25921432495117186, 0.2589030456542969, 0.25906689453125, 0.2590361633300781, 0.2593853454589844, 0.25892660522460936, 0.2591068115234375, 0.25989837646484376, 0.259224609375, 0.25916925048828127, 0.25912628173828123, 0.2592122802734375, 0.25912628173828123, 0.2594989929199219, 0.25905868530273435, 0.25900543212890625, 0.25948773193359376, 0.25924197387695314, 0.2591897583007812, 0.25917236328125, 0.25911502075195314, 0.2591754150390625, 0.2597058410644531, 0.2596178283691406, 0.259310546875, 0.2596853637695313, 0.25933209228515625, 0.259493896484375, 0.25938021850585935, 0.2592665710449219, 0.25929010009765624, 0.25927166748046876, 0.25937921142578124, 0.2591549377441406, 0.2593741149902344, 0.25938427734375, 0.2594140014648437, 0.2593003540039063, 0.25935873413085936, 0.2593986511230469, 0.2594969482421875, 0.5563453369140625, 0.2591129455566406, 0.25918161010742186, 0.25946209716796875, 0.2595450744628906, 0.25891226196289063, 0.25915084838867186, 0.259051513671875, 0.2591795349121094, 0.25918667602539064, 0.2591897583007812, 0.2589941711425781, 0.2589798278808594, 0.25905355834960936, 0.25897677612304687, 0.25891839599609373, 0.25915802001953125, 0.2593331604003906, 0.25956964111328124, 0.25915289306640626, 0.2591682434082031, 0.25930548095703126, 0.2591395874023438, 0.259198974609375, 0.2592378845214844, 0.25904742431640626, 0.25903207397460937, 0.25890509033203124, 0.25923794555664065, 0.2589572448730469, 0.2589030456542969, 0.25902590942382814, 0.2591958923339844, 0.25913754272460937, 0.25899212646484376, 0.2589276123046875, 0.25902386474609373, 0.25905560302734376, 0.258988037109375, 0.2588006286621094, 0.25905050659179685, 0.2589235229492188, 0.25941912841796877, 0.25905050659179685, 0.2591795349121094, 0.2591825866699219, 0.2591488037109375, 0.25923992919921873, 0.25945913696289064, 0.25920504760742186, 0.25912017822265626, 0.2590688781738281, 0.25923175048828123, 0.2591744079589844, 0.25913137817382814, 0.25911502075195314, 0.25920001220703126, 0.2597529602050781, 0.25931979370117186, 0.2593290100097656, 0.25984307861328126, 0.25931365966796877, 0.25954714965820314, 0.5564630737304688, 0.25881396484375, 0.259061767578125, 0.2590228576660156, 0.2589798278808594, 0.2588641357421875, 0.25950515747070313, 0.2591488037109375, 0.25910272216796876, 0.25888461303710936, 0.2590218200683594, 0.2588958740234375, 0.2590751037597656, 0.25903408813476564, 0.25918667602539064, 0.2590719909667969, 0.2593597412109375, 0.2591406860351563, 0.259115966796875, 0.25896755981445313, 0.2590719909667969, 0.25881396484375, 0.25900442504882815, 0.2593976440429687, 0.2593085327148438, 0.25902490234375, 0.26052301025390623, 0.2590863342285156, 0.25937408447265625, 0.2593433532714844, 0.2591856689453125, 0.2595092468261719, 0.25903411865234377, 0.2589992980957031, 0.25944781494140623, 0.2590433349609375, 0.25910885620117186, 0.2591498107910156, 0.25907302856445313, 0.2590545959472656, 0.2591877136230469, 0.2590208129882812, 0.2592542724609375, 0.2595655822753906, 0.2593003540039063, 0.25920306396484377, 0.2592153625488281, 0.2591795349121094, 0.2594600830078125, 0.2593300476074219, 0.259304443359375, 0.2590494689941406, 0.2593331298828125, 0.2591201171875, 0.2592368774414063, 0.2593658752441406, 0.2592235412597656, 0.25927883911132815, 0.2591334533691406, 0.25916314697265624, 0.2591242370605469, 0.25964544677734375, 0.2594611206054688]",tokens/s,3.795255050019649,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1451.06944,2426.929152,0.0,1780.482048,1621.410304,s,10,0.7041353912353515,0.07041353912353515,0.0002361853075699059,0.0705183219909668,0.07067396697998048,0.0706822479248047,0.07068887268066407,"[0.07069052886962891, 0.07028050994873047, 0.07060643005371094, 0.0705650863647461, 0.07003734588623046, 0.07016966247558594, 0.07007705688476562, 0.07050838470458984, 0.07052825927734375, 0.07067212677001954]",tokens/s,3635.664435938487,kWh,8.278217291128015e-07,4.5360747945568833e-07,3.6650922871604466e-06,4.946521495728937e-06,tokens/kWh,51753540.38611631,MB,1451.06944,2426.929152,0.0,1780.482048,1723.272192,s,10,38.0147158203125,3.80147158203125,0.0004616553351782168,3.8014595947265626,3.8020025390625,3.8021644775390624,3.8022940283203126,"[3.802326416015625, 3.801103271484375, 3.801966552734375, 3.8013779296875, 3.801707275390625, 3.801541259765625, 3.800688232421875, 3.801736328125, 3.800993896484375, 3.801274658203125]",tokens/s,16.572529516671292,kWh,4.488269805491387e-05,2.4598166829557432e-05,0.0001986788473656444,0.00026815971225011573,tokens/kWh,234934.61963905732,,s,629,38.587294712066715,0.061347050416640146,0.008392685763651334,0.06032691192626953,0.06039490661621094,0.06042992630004883,0.13075378845214844,"[0.060313568115234376, 0.06032076644897461, 0.060349441528320315, 0.060303359985351565, 0.06035148620605469, 0.0603422737121582, 0.06035763168334961, 0.06037299346923828, 0.06039756774902344, 0.06034022521972656, 0.060295169830322265, 0.06041292953491211, 0.06027775955200195, 0.06031052780151367, 0.06032793426513672, 0.060314624786376954, 0.06030131149291992, 0.06029619216918945, 0.06031052780151367, 0.060375038146972655, 0.06031769561767578, 0.060290046691894535, 0.06032998275756836, 0.0604139518737793, 0.060281856536865235, 0.06031155014038086, 0.060355583190917966, 0.06032896041870117, 0.060336128234863284, 0.06032896041870117, 0.06035456085205078, 0.06030233764648438, 0.06037811279296875, 0.06033715057373047, 0.060319744110107425, 0.06034636688232422, 0.06032588958740234, 0.060276737213134764, 0.060368896484375, 0.060331008911132813, 0.06034636688232422, 0.06036684799194336, 0.06032691192626953, 0.06030950546264648, 0.06034636688232422, 0.06035148620605469, 0.060316673278808595, 0.060295169830322265, 0.06031257629394531, 0.06030847930908203, 0.06034841537475586, 0.06037299346923828, 0.06039039993286133, 0.06031564712524414, 0.06034431838989258, 0.06038016128540039, 0.06031052780151367, 0.06034022521972656, 0.06030745697021484, 0.06039039993286133, 0.06033407974243164, 0.06071091079711914, 0.13086003112792968, 0.06027468872070312, 0.060333057403564455, 0.06030950546264648, 0.06031155014038086, 0.06030950546264648, 0.06030847930908203, 0.060276737213134764, 0.06025830459594726, 0.06025932693481445, 0.06027775955200195, 0.060268543243408204, 0.06028083038330078, 0.06025625610351563, 0.060283905029296876, 0.06025625610351563, 0.06033203125, 0.06031052780151367, 0.060375038146972655, 0.06030438232421875, 0.06034329605102539, 0.06034534454345703, 0.060276737213134764, 0.06028799819946289, 0.06030233764648438, 0.0603054084777832, 0.060316673278808595, 0.060298240661621094, 0.06029619216918945, 0.06029414367675781, 0.06036479949951172, 0.06043852615356445, 0.06035763168334961, 0.06036172866821289, 0.060450817108154295, 0.06034841537475586, 0.060365825653076174, 0.060388351440429686, 0.06029414367675781, 0.06033919906616211, 0.06032691192626953, 0.0603422737121582, 0.06036684799194336, 0.06033407974243164, 0.06032588958740234, 0.06034636688232422, 0.06038323211669922, 0.060391422271728515, 0.06032486343383789, 0.0603054084777832, 0.060316673278808595, 0.06037401580810547, 0.060386302947998044, 0.060382209777832034, 0.060336128234863284, 0.060437503814697265, 0.06042521667480469, 0.06031769561767578, 0.060365825653076174, 0.0603054084777832, 0.060407806396484375, 0.06031564712524414, 0.06038937759399414, 0.13136691284179688, 0.06031769561767578, 0.06033715057373047, 0.06035968017578125, 0.06034022521972656, 0.06029107284545898, 0.060286975860595705, 0.06029107284545898, 0.06029414367675781, 0.06024499130249023, 0.060314624786376954, 0.060262401580810546, 0.06032281494140625, 0.06025625610351563, 0.06031155014038086, 0.06026649475097656, 0.06032486343383789, 0.06039756774902344, 0.06035968017578125, 0.06030233764648438, 0.06035456085205078, 0.060295169830322265, 0.06032998275756836, 0.06029926300048828, 0.0603135986328125, 0.06033817672729492, 0.06035456085205078, 0.0603873291015625, 0.060352512359619144, 0.06028595352172852, 0.06034022521972656, 0.06030233764648438, 0.060442623138427735, 0.060336128234863284, 0.060402687072753904, 0.060331008911132813, 0.060426239013671876, 0.06041088104248047, 0.06029619216918945, 0.06032281494140625, 0.06037913513183594, 0.06038937759399414, 0.06035763168334961, 0.060439552307128906, 0.0603135986328125, 0.06057062530517578, 0.06040883255004883, 0.06034124755859375, 0.06027468872070312, 0.060290046691894535, 0.060369918823242184, 0.060333057403564455, 0.06034739303588867, 0.06037401580810547, 0.0603351058959961, 0.06033203125, 0.060369918823242184, 0.06029926300048828, 0.060440574645996094, 0.06032691192626953, 0.06042009735107422, 0.06032998275756836, 0.06038937759399414, 0.13121229553222657, 0.06032588958740234, 0.060352512359619144, 0.06033407974243164, 0.06028595352172852, 0.06032179260253906, 0.060295169830322265, 0.06027980804443359, 0.060278785705566405, 0.06031052780151367, 0.06031769561767578, 0.06029414367675781, 0.06030438232421875, 0.06028595352172852, 0.06030847930908203, 0.06031564712524414, 0.060303359985351565, 0.06029312133789062, 0.06030950546264648, 0.060303359985351565, 0.06031257629394531, 0.060319744110107425, 0.06031872177124024, 0.06030847930908203, 0.06031155014038086, 0.06036070251464844, 0.06029926300048828, 0.06032588958740234, 0.0603054084777832, 0.06032691192626953, 0.060331008911132813, 0.060352512359619144, 0.06030643081665039, 0.06039654541015625, 0.06035865783691406, 0.06033817672729492, 0.06036377716064453, 0.06035148620605469, 0.06028287887573242, 0.06038425445556641, 0.06041497421264649, 0.06032179260253906, 0.06035865783691406, 0.06032998275756836, 0.06031257629394531, 0.06040678405761719, 0.06037606430053711, 0.06036684799194336, 0.060284927368164064, 0.06030847930908203, 0.06038425445556641, 0.06036377716064453, 0.06035763168334961, 0.06036377716064453, 0.06035763168334961, 0.06036070251464844, 0.06041292953491211, 0.06029926300048828, 0.0603873291015625, 0.06032691192626953, 0.060437503814697265, 0.06032896041870117, 0.06042009735107422, 0.1306306610107422, 0.060273662567138675, 0.060333057403564455, 0.06033919906616211, 0.06030131149291992, 0.06034636688232422, 0.06030131149291992, 0.060303359985351565, 0.06026444625854492, 0.06025932693481445, 0.060267520904541017, 0.060268543243408204, 0.06032486343383789, 0.06025625610351563, 0.060273662567138675, 0.06026649475097656, 0.060267520904541017, 0.060298240661621094, 0.06034124755859375, 0.06027775955200195, 0.06034124755859375, 0.0603054084777832, 0.06027468872070312, 0.060316673278808595, 0.06037094497680664, 0.06032486343383789, 0.06032896041870117, 0.060286975860595705, 0.06031564712524414, 0.06034534454345703, 0.06036684799194336, 0.06033817672729492, 0.06033919906616211, 0.060391422271728515, 0.06032998275756836, 0.06034124755859375, 0.06038016128540039, 0.06036377716064453, 0.06034431838989258, 0.06035968017578125, 0.06033919906616211, 0.06034329605102539, 0.060375038146972655, 0.06034124755859375, 0.060728321075439455, 0.060353534698486325, 0.06036377716064453, 0.06032179260253906, 0.06030643081665039, 0.06028902435302735, 0.06030847930908203, 0.06033817672729492, 0.060355583190917966, 0.0603422737121582, 0.060846080780029295, 0.0603770866394043, 0.06039756774902344, 0.06029414367675781, 0.06039039993286133, 0.06033407974243164, 0.060375038146972655, 0.06032588958740234, 0.06038118362426758, 0.13078016662597655, 0.060283905029296876, 0.06032179260253906, 0.060455936431884766, 0.06029312133789062, 0.060260353088378904, 0.06032588958740234, 0.06031564712524414, 0.060283905029296876, 0.060262401580810546, 0.06040678405761719, 0.06024806213378906, 0.06032691192626953, 0.06025830459594726, 0.06031155014038086, 0.060240894317626956, 0.060295169830322265, 0.06030643081665039, 0.06055936050415039, 0.06036479949951172, 0.06031257629394531, 0.06029107284545898, 0.0603351058959961, 0.0603135986328125, 0.060286975860595705, 0.06032076644897461, 0.0603351058959961, 0.06029312133789062, 0.06033203125, 0.06028799819946289, 0.06037094497680664, 0.06072115325927734, 0.060316673278808595, 0.06034739303588867, 0.06034636688232422, 0.0603422737121582, 0.06034431838989258, 0.06031155014038086, 0.060303359985351565, 0.06033407974243164, 0.06033407974243164, 0.06032896041870117, 0.06034022521972656, 0.060371967315673826, 0.06029619216918945, 0.06029209518432617, 0.06038118362426758, 0.060355583190917966, 0.060298240661621094, 0.060295169830322265, 0.06033407974243164, 0.06033203125, 0.06036377716064453, 0.06036787033081055, 0.06041497421264649, 0.060402687072753904, 0.06039244842529297, 0.060268543243408204, 0.06036172866821289, 0.06028799819946289, 0.060432384490966794, 0.06033407974243164, 0.06041292953491211, 0.1306859588623047, 0.06027775955200195, 0.06031155014038086, 0.060355583190917966, 0.06030131149291992, 0.06034739303588867, 0.06032486343383789, 0.06030950546264648, 0.06028595352172852, 0.0603054084777832, 0.06030131149291992, 0.060290046691894535, 0.0603422737121582, 0.06029312133789062, 0.06030847930908203, 0.06029312133789062, 0.06029209518432617, 0.060284927368164064, 0.0603054084777832, 0.06030847930908203, 0.06030950546264648, 0.06032998275756836, 0.06029721450805664, 0.06030950546264648, 0.060270591735839846, 0.06033919906616211, 0.06032998275756836, 0.06032076644897461, 0.06032179260253906, 0.060278785705566405, 0.06030847930908203, 0.06032793426513672, 0.06032998275756836, 0.060382209777832034, 0.06034124755859375, 0.060316673278808595, 0.060333057403564455, 0.0603422737121582, 0.06031872177124024, 0.060355583190917966, 0.06029107284545898, 0.060319744110107425, 0.06037811279296875, 0.06033203125, 0.06032691192626953, 0.06035148620605469, 0.060353534698486325, 0.0603351058959961, 0.06031257629394531, 0.06040063858032227, 0.06035456085205078, 0.06031564712524414, 0.06030438232421875, 0.06034739303588867, 0.06030233764648438, 0.06033407974243164, 0.06039244842529297, 0.06027980804443359, 0.06036377716064453, 0.06030745697021484, 0.060402687072753904, 0.06032691192626953, 0.06038016128540039, 0.13107916259765626, 0.06026444625854492, 0.06031052780151367, 0.06032588958740234, 0.06027571105957031, 0.06025113677978516, 0.060268543243408204, 0.060286975860595705, 0.06029312133789062, 0.06029619216918945, 0.06031155014038086, 0.06028902435302735, 0.060295169830322265, 0.06025932693481445, 0.06028799819946289, 0.06030745697021484, 0.060284927368164064, 0.06031257629394531, 0.060368896484375, 0.060286975860595705, 0.06031052780151367, 0.0603135986328125, 0.06030745697021484, 0.06029926300048828, 0.06032588958740234, 0.060368896484375, 0.06030950546264648, 0.060424190521240234, 0.060401664733886716, 0.060333057403564455, 0.06030950546264648, 0.06031564712524414, 0.06033407974243164, 0.06035456085205078, 0.06039961624145508, 0.06041190338134766, 0.06038016128540039, 0.0603351058959961, 0.060382209777832034, 0.06035660934448242, 0.06034329605102539, 0.06033407974243164, 0.06033407974243164, 0.06030950546264648, 0.06032076644897461, 0.06036479949951172, 0.06040371322631836, 0.06059929656982422, 0.06036275100708008, 0.06029721450805664, 0.060470272064208984, 0.060352512359619144, 0.060375038146972655, 0.060352512359619144, 0.06030131149291992, 0.06033919906616211, 0.060572673797607425, 0.06031769561767578, 0.060349441528320315, 0.06039244842529297, 0.06044979095458984, 0.06032076644897461, 0.0603873291015625, 0.1311068115234375, 0.06029312133789062, 0.06030438232421875, 0.060283905029296876, 0.060257278442382815, 0.06039449691772461, 0.06032486343383789, 0.06034431838989258, 0.06030847930908203, 0.060278785705566405, 0.060375038146972655, 0.06028799819946289, 0.060298240661621094, 0.060303359985351565, 0.060300289154052736, 0.06025932693481445, 0.0603135986328125, 0.06026342391967773, 0.060295169830322265, 0.060369918823242184, 0.06033817672729492, 0.060300289154052736, 0.06032486343383789, 0.06029619216918945, 0.06030745697021484, 0.06029414367675781, 0.060355583190917966, 0.06032793426513672, 0.06035148620605469, 0.060286975860595705, 0.06029721450805664, 0.0603135986328125, 0.06036275100708008, 0.06036070251464844, 0.06037401580810547, 0.06032793426513672, 0.06034124755859375, 0.06037606430053711, 0.060303359985351565, 0.06036070251464844, 0.06030950546264648, 0.06032486343383789, 0.06034329605102539, 0.060319744110107425, 0.06032281494140625, 0.06032793426513672, 0.06038016128540039, 0.06034124755859375, 0.06031872177124024, 0.060316673278808595, 0.06035763168334961, 0.060353534698486325, 0.060355583190917966, 0.060331008911132813, 0.06034739303588867, 0.06035660934448242, 0.06042521667480469, 0.060314624786376954, 0.060398593902587894, 0.06028902435302735, 0.06045183944702148, 0.06032076644897461, 0.06038425445556641, 0.1313116149902344, 0.06028902435302735, 0.06037299346923828, 0.060316673278808595, 0.06025830459594726, 0.060295169830322265, 0.06028799819946289, 0.0603054084777832, 0.06030950546264648, 0.060303359985351565, 0.06030643081665039, 0.06028902435302735, 0.06029107284545898, 0.06029209518432617, 0.06031052780151367, 0.060303359985351565, 0.06029414367675781, 0.06030233764648438, 0.060270591735839846, 0.060273662567138675, 0.060333057403564455, 0.06029926300048828, 0.06030233764648438, 0.06034431838989258, 0.06030131149291992, 0.06032486343383789, 0.06032281494140625, 0.06031564712524414, 0.060319744110107425, 0.06029721450805664, 0.06031564712524414, 0.060295169830322265, 0.060371967315673826, 0.06037299346923828, 0.06035456085205078, 0.060455936431884766, 0.060368896484375, 0.06031564712524414, 0.06030950546264648, 0.06032691192626953, 0.06038118362426758, 0.06035763168334961, 0.06029721450805664, 0.060352512359619144, 0.060388351440429686, 0.06037299346923828, 0.06037606430053711, 0.060453887939453124, 0.06036787033081055, 0.06032691192626953, 0.0603770866394043, 0.06034431838989258, 0.06031257629394531, 0.060352512359619144, 0.060286975860595705, 0.060371967315673826, 0.06049792098999023, 0.06034739303588867, 0.060371967315673826, 0.06029312133789062, 0.06042009735107422, 0.06035763168334961, 0.0603504638671875]",tokens/s,16.300702205052616,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2267.467776,3257.401344,0.0,2610.95424,2376.894976,s,10,1.2864311065673828,0.1286431106567383,0.000171776670734644,0.1285985336303711,0.1287443832397461,0.12892626876831054,0.1290717771911621,"[0.129108154296875, 0.1284718017578125, 0.1286188201904297, 0.12850921630859374, 0.12854039001464843, 0.12869644165039062, 0.12865798950195312, 0.12854608154296876, 0.12870396423339844, 0.1285782470703125]",tokens/s,1990.0016308148154,kWh,1.5196969493841515e-06,8.327151893634156e-07,7.5898600604873695e-06,9.942272199234937e-06,tokens/kWh,25748641.243165653,MB,2267.467776,3257.401344,0.0,2610.95424,2525.750784,s,10,70.94909423828125,7.094909423828125,0.001118594056454437,7.094721191406251,7.0962150878906245,7.096387573242187,7.096525561523437,"[7.094095703125, 7.09424169921875, 7.0961767578125, 7.0933984375, 7.09597705078125, 7.09488916015625, 7.09589208984375, 7.09331005859375, 7.09656005859375, 7.09455322265625]",tokens/s,8.879605959226998,kWh,8.37615760613201e-05,4.5907382613831236e-05,0.00041681028501491135,0.0005464792436900627,tokens/kWh,115283.42700556554,,s,629,71.99387335205085,0.11445766828624929,0.015289816234666156,0.11260825347900391,0.1127077865600586,0.11280117492675781,0.2412650079345703,"[0.11252735900878906, 0.1125580825805664, 0.11255398559570312, 0.11299123382568359, 0.11257651519775391, 0.11259903717041016, 0.11247718048095703, 0.11253759765625, 0.11249868774414062, 0.11256217956542969, 0.11247718048095703, 0.11243622589111328, 0.11248230743408204, 0.11250892639160157, 0.11247718048095703, 0.11255910491943359, 0.11265023803710937, 0.11251712036132812, 0.11261235046386718, 0.11255091094970703, 0.11255500793457031, 0.11261746978759765, 0.11257344055175782, 0.11254988861083984, 0.11260313415527344, 0.1126266860961914, 0.11258675384521484, 0.11254783630371094, 0.11254579162597657, 0.11261235046386718, 0.11260825347900391, 0.11254476928710938, 0.11260108947753907, 0.11259801483154297, 0.11267788696289062, 0.11262258911132812, 0.11281715393066406, 0.11266764831542969, 0.11260518646240235, 0.11264205169677734, 0.11268505859375, 0.11259699249267578, 0.11259187316894531, 0.11263999938964844, 0.11251302337646485, 0.11264614105224609, 0.11258573150634765, 0.11261746978759765, 0.11255398559570312, 0.1126297607421875, 0.11265229034423828, 0.11258879852294922, 0.11266355133056641, 0.11270758056640626, 0.11261746978759765, 0.11268608093261719, 0.11265740966796875, 0.11258060455322266, 0.11267378997802735, 0.11264102172851563, 0.11265126037597656, 0.11266867065429688, 0.24122265625, 0.11249766540527344, 0.11248230743408204, 0.1125406723022461, 0.112500732421875, 0.11253247833251953, 0.11251404571533204, 0.11253964996337891, 0.11250790405273438, 0.11243622589111328, 0.11254988861083984, 0.11251200103759766, 0.11281100463867187, 0.1125560302734375, 0.11253453063964844, 0.11255910491943359, 0.1125928955078125, 0.11246489715576172, 0.11262566375732422, 0.11268300628662109, 0.11256114959716797, 0.11256422424316406, 0.11256217956542969, 0.1125959701538086, 0.11283660888671875, 0.1125580825805664, 0.11257344055175782, 0.11258470153808593, 0.11263385772705078, 0.11261952209472656, 0.11261952209472656, 0.11258470153808593, 0.1125959701538086, 0.11259085083007812, 0.1126297607421875, 0.11261952209472656, 0.11255091094970703, 0.11260211181640625, 0.11261849975585937, 0.11261030578613282, 0.11265535736083984, 0.11266047668457031, 0.11263897705078126, 0.11258675384521484, 0.11261746978759765, 0.11266969299316407, 0.11258879852294922, 0.11264205169677734, 0.11262361907958984, 0.1125447998046875, 0.11264611053466797, 0.11268505859375, 0.11258470153808593, 0.11272089385986328, 0.11261849975585937, 0.11272499084472656, 0.11271782684326172, 0.11262156677246093, 0.11267276763916016, 0.1126277084350586, 0.11259699249267578, 0.11268096160888671, 0.11284070587158203, 0.24138444519042968, 0.11254589080810547, 0.11252623748779297, 0.11253145599365234, 0.11248127746582032, 0.11257344055175782, 0.11256832122802735, 0.11259187316894531, 0.11256114959716797, 0.1125898208618164, 0.11260006713867188, 0.11251712036132812, 0.11250688171386719, 0.11261030578613282, 0.11247513580322266, 0.11253350067138672, 0.11260620880126954, 0.11252633666992187, 0.11263078308105469, 0.11266969299316407, 0.11256114959716797, 0.11270861053466796, 0.11259391784667969, 0.11262258911132812, 0.112611328125, 0.11260415649414063, 0.11267686462402343, 0.11270963287353515, 0.11256012725830078, 0.11260928344726563, 0.11258470153808593, 0.11263180541992188, 0.11264614105224609, 0.11259494018554687, 0.11286732482910156, 0.11270655822753907, 0.11261542510986328, 0.11264205169677734, 0.11264307403564452, 0.11261440277099609, 0.11263692474365235, 0.11256320190429688, 0.11264307403564452, 0.11306905364990234, 0.11276083374023438, 0.11260006713867188, 0.11259699249267578, 0.11268710327148437, 0.11263897705078126, 0.11287859344482422, 0.11272806549072266, 0.11265945434570312, 0.11271270751953125, 0.11277926635742187, 0.11267378997802735, 0.11267174530029297, 0.11268096160888671, 0.11272089385986328, 0.11270963287353515, 0.11264409637451171, 0.1126266860961914, 0.11269017791748047, 0.11263590240478516, 0.24126873779296876, 0.11247615814208985, 0.112468994140625, 0.11252941131591797, 0.11247821044921875, 0.11256422424316406, 0.11249868774414062, 0.11254169464111329, 0.11254886627197265, 0.11241574096679688, 0.11257548522949219, 0.11246694183349609, 0.11248639678955077, 0.11256217956542969, 0.11249152374267578, 0.11253657531738281, 0.11254988861083984, 0.11252531433105468, 0.1126666259765625, 0.11258163452148437, 0.11253759765625, 0.11260313415527344, 0.11258060455322266, 0.11269017791748047, 0.1125898208618164, 0.11260825347900391, 0.112648193359375, 0.1126645736694336, 0.112648193359375, 0.11261337280273437, 0.11261746978759765, 0.11259699249267578, 0.11258470153808593, 0.11257855987548829, 0.11269529724121094, 0.11260620880126954, 0.1125580825805664, 0.11263180541992188, 0.1125181427001953, 0.11259801483154297, 0.11262464141845703, 0.11252019500732421, 0.11263488006591797, 0.11266560363769532, 0.11260825347900391, 0.1125775375366211, 0.11258879852294922, 0.11268300628662109, 0.11261440277099609, 0.11253968048095703, 0.11272086334228516, 0.11265535736083984, 0.11264921569824218, 0.11271372985839843, 0.11262566375732422, 0.11268096160888671, 0.11267378997802735, 0.11260723114013672, 0.11266764831542969, 0.11265126037597656, 0.11261440277099609, 0.112611328125, 0.11260108947753907, 0.24140492248535156, 0.11250482940673828, 0.11252531433105468, 0.11256217956542969, 0.11257344055175782, 0.11262464141845703, 0.11257241821289063, 0.11260723114013672, 0.11253350067138672, 0.11247923278808594, 0.11268608093261719, 0.11254681396484376, 0.11251302337646485, 0.11256422424316406, 0.1125437469482422, 0.11257241821289063, 0.11258675384521484, 0.11254169464111329, 0.11258777618408203, 0.11263692474365235, 0.11254169464111329, 0.11267276763916016, 0.11256320190429688, 0.11268300628662109, 0.1125928955078125, 0.11256012725830078, 0.11266252899169922, 0.11268710327148437, 0.1125181427001953, 0.11261644744873046, 0.11263385772705078, 0.11259699249267578, 0.11262361907958984, 0.1126277084350586, 0.1126666259765625, 0.11310489654541016, 0.11263590240478516, 0.11265535736083984, 0.11256729888916016, 0.11266047668457031, 0.11264717102050781, 0.11253043365478516, 0.11262258911132812, 0.11270041656494141, 0.11257855987548829, 0.1126297607421875, 0.11261440277099609, 0.113080322265625, 0.11273932647705077, 0.11254476928710938, 0.1126983642578125, 0.11264921569824218, 0.11271270751953125, 0.11278643035888672, 0.11260825347900391, 0.11276799774169922, 0.11273011016845703, 0.11268710327148437, 0.1126277084350586, 0.11264921569824218, 0.11263078308105469, 0.11264205169677734, 0.11266047668457031, 0.24146739196777345, 0.11256626892089844, 0.11253043365478516, 0.11249049377441406, 0.11251404571533204, 0.11254476928710938, 0.11256934356689453, 0.11252941131591797, 0.11252326202392578, 0.1124874267578125, 0.11258265686035156, 0.1124874267578125, 0.11245362854003907, 0.1125928955078125, 0.11243417358398437, 0.11250994873046875, 0.11249561309814453, 0.11249049377441406, 0.11260006713867188, 0.11265740966796875, 0.1125406723022461, 0.11257651519775391, 0.11254271697998047, 0.112611328125, 0.11253862762451172, 0.11254783630371094, 0.11257138824462891, 0.11258879852294922, 0.1129543685913086, 0.11272499084472656, 0.11296768188476562, 0.11258470153808593, 0.1126277084350586, 0.11254476928710938, 0.1130465316772461, 0.11263385772705078, 0.11253862762451172, 0.11317555236816407, 0.11258163452148437, 0.11261542510986328, 0.11265945434570312, 0.11256012725830078, 0.11270758056640626, 0.11262054443359375, 0.1125212173461914, 0.11261644744873046, 0.11257138824462891, 0.11265433502197265, 0.11263692474365235, 0.11256114959716797, 0.11267788696289062, 0.11265229034423828, 0.11258163452148437, 0.11269222259521484, 0.11258060455322266, 0.11271782684326172, 0.11271987152099609, 0.11268402862548828, 0.11265433502197265, 0.11262361907958984, 0.11256114959716797, 0.11266867065429688, 0.11265229034423828, 0.24139161682128907, 0.11250176239013672, 0.11253555297851563, 0.11268096160888671, 0.1125038070678711, 0.11258060455322266, 0.112505859375, 0.11255910491943359, 0.11272908782958985, 0.11249356842041015, 0.11262156677246093, 0.11254988861083984, 0.1125181427001953, 0.11256524658203125, 0.11253350067138672, 0.11256320190429688, 0.11259187316894531, 0.11249868774414062, 0.11261746978759765, 0.1126666259765625, 0.1125928955078125, 0.11259903717041016, 0.1124874267578125, 0.11262156677246093, 0.1125191650390625, 0.11256422424316406, 0.11262566375732422, 0.1126266860961914, 0.11251200103759766, 0.11266150665283203, 0.11256320190429688, 0.11260620880126954, 0.11262873840332031, 0.11253453063964844, 0.11270246124267579, 0.11262873840332031, 0.11258060455322266, 0.11270963287353515, 0.11267584228515624, 0.11267174530029297, 0.11267686462402343, 0.11259085083007812, 0.11262566375732422, 0.1126277084350586, 0.11263590240478516, 0.1127014389038086, 0.11265843200683594, 0.11269939422607422, 0.11266969299316407, 0.11256626892089844, 0.11269324493408203, 0.11265229034423828, 0.11263488006591797, 0.11290217590332031, 0.112838623046875, 0.11316223907470703, 0.11273318481445313, 0.11269939422607422, 0.11269324493408203, 0.11275981140136719, 0.11265023803710937, 0.11267378997802735, 0.11267584228515624, 0.24135270690917968, 0.11246489715576172, 0.11244646453857422, 0.11252326202392578, 0.11248844909667968, 0.1125580825805664, 0.11250482940673828, 0.11253247833251953, 0.11251097869873047, 0.11246797180175781, 0.11258879852294922, 0.11255705261230468, 0.11249971008300781, 0.11258060455322266, 0.11251609802246093, 0.11262464141845703, 0.11256422424316406, 0.11249152374267578, 0.11260518646240235, 0.11258367919921874, 0.11249356842041015, 0.11263488006591797, 0.11252019500732421, 0.11262156677246093, 0.11256422424316406, 0.11264409637451171, 0.11259903717041016, 0.11263999938964844, 0.11257241821289063, 0.11264717102050781, 0.1125560302734375, 0.11253657531738281, 0.11259085083007812, 0.11260006713867188, 0.11264614105224609, 0.11261235046386718, 0.11258777618408203, 0.11262156677246093, 0.11253555297851563, 0.11268096160888671, 0.11268812561035156, 0.11258879852294922, 0.11261542510986328, 0.11256729888916016, 0.11261542510986328, 0.11260108947753907, 0.11261746978759765, 0.11259391784667969, 0.1126328353881836, 0.11251200103759766, 0.11265229034423828, 0.11268402862548828, 0.11262258911132812, 0.1126819839477539, 0.11268608093261719, 0.11268096160888671, 0.11264717102050781, 0.1126277084350586, 0.11265945434570312, 0.11261849975585937, 0.11265229034423828, 0.11263999938964844, 0.11266560363769532, 0.24148684692382813, 0.11249254608154297, 0.1125437469482422, 0.11259187316894531, 0.11256422424316406, 0.11260108947753907, 0.1124853744506836, 0.11255910491943359, 0.11254579162597657, 0.11250688171386719, 0.11258060455322266, 0.11249152374267578, 0.11248332977294923, 0.11256934356689453, 0.11260928344726563, 0.11278233337402344, 0.11263180541992188, 0.11256524658203125, 0.11260825347900391, 0.11268505859375, 0.1125928955078125, 0.11265023803710937, 0.11258163452148437, 0.11292774200439454, 0.11261952209472656, 0.11260415649414063, 0.11264717102050781, 0.11263078308105469, 0.11259699249267578, 0.11263385772705078, 0.11253759765625, 0.11260825347900391, 0.11264307403564452, 0.11258675384521484, 0.11266252899169922, 0.11268505859375, 0.11253657531738281, 0.11328409576416015, 0.11260108947753907, 0.11265638732910156, 0.11269222259521484, 0.11260723114013672, 0.11266867065429688, 0.11265229034423828, 0.11262258911132812, 0.11260415649414063, 0.11260211181640625, 0.11268402862548828, 0.11266252899169922, 0.11253964996337891, 0.11268402862548828, 0.1127045135498047, 0.11264614105224609, 0.11278540802001953, 0.11263078308105469, 0.11262361907958984, 0.1126666259765625, 0.11310182189941406, 0.1127710723876953, 0.11265740966796875, 0.11270246124267579, 0.1127034912109375, 0.1126451187133789, 0.2412554168701172, 0.11251200103759766, 0.11250994873046875, 0.11250176239013672, 0.11246080017089843, 0.11257855987548829, 0.11251302337646485, 0.11257548522949219, 0.11251097869873047, 0.11244134521484375, 0.11257651519775391, 0.11249868774414062, 0.11251097869873047, 0.11252838134765625, 0.1125038070678711, 0.11257344055175782, 0.11258675384521484, 0.1125181427001953, 0.11258367919921874, 0.11262566375732422, 0.11253453063964844, 0.11256422424316406, 0.11253350067138672, 0.11267378997802735, 0.11257036590576172, 0.11257548522949219, 0.11260415649414063, 0.11263590240478516, 0.11255193328857421, 0.11262156677246093, 0.11258265686035156, 0.11260825347900391, 0.11259801483154297, 0.11260313415527344, 0.11262156677246093, 0.11263078308105469, 0.11259391784667969, 0.1126266860961914, 0.11296358489990234, 0.11260415649414063, 0.11274854278564453, 0.11260928344726563, 0.11267481231689454, 0.11265023803710937, 0.11275775909423828, 0.11261542510986328, 0.11258367919921874, 0.112716796875, 0.11261952209472656, 0.11258060455322266, 0.1126983642578125, 0.11266355133056641, 0.11259187316894531, 0.11265638732910156, 0.11257651519775391, 0.11263590240478516, 0.1126328353881836, 0.11285196685791016, 0.1129891815185547, 0.11267481231689454, 0.11260928344726563, 0.1127045135498047, 0.1126666259765625]",tokens/s,8.736854550444638,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4241.12128,7053.246464,0.0,6406.79936,6087.598592,s,10,3.433912933349609,0.3433912933349609,0.0011042782429959155,0.3428723449707031,0.3449291229248047,0.34518778228759767,0.34539470977783204,"[0.34257595825195314, 0.3425170593261719, 0.3427898864746094, 0.34295480346679685, 0.34217449951171874, 0.3424091491699219, 0.3436477355957031, 0.3445257568359375, 0.3454464416503906, 0.3448716430664063]",tokens/s,745.5052150966592,kWh,4.041627794504166e-06,2.214638197237946e-06,2.0060395677932535e-05,2.6316661669674645e-05,tokens/kWh,9727677.591227131,MB,4241.12128,7055.343616,0.0,6408.896512,6237.471744,s,10,188.961486328125,18.8961486328125,0.0012776944430909999,18.895404296875,18.8979474609375,18.89845810546875,18.898866621093752,"[18.895373046875, 18.895166015625, 18.89530859375, 18.897833984375, 18.895375, 18.89896875, 18.894904296875, 18.89543359375, 18.896921875, 18.896201171875]",tokens/s,3.3340127252493508,kWh,0.0002230929722223017,0.00012227362443793024,0.0010802635123582695,0.0014256301090185015,tokens/kWh,44190.98586755676,,s,629,191.75296426391628,0.30485367927490625,0.04084396623307618,0.2999183349609375,0.30004878540039065,0.3001366638183594,0.643033076171875,"[0.2998917236328125, 0.29990911865234376, 0.2997432250976563, 0.299926513671875, 0.299715576171875, 0.29987942504882814, 0.299936767578125, 0.29997567749023435, 0.29989273071289063, 0.3000985717773437, 0.2999797668457031, 0.3000166320800781, 0.2998394775390625, 0.29999102783203124, 0.2998548583984375, 0.3000022888183594, 0.29976678466796874, 0.2999183349609375, 0.2997350463867188, 0.2999951477050781, 0.29989068603515623, 0.29993267822265623, 0.299894775390625, 0.29988760375976564, 0.299931640625, 0.30008013916015625, 0.3004293212890625, 0.29994802856445313, 0.29997055053710936, 0.2999971923828125, 0.2997913513183594, 0.2998425598144531, 0.299821044921875, 0.2999398498535156, 0.2998958129882813, 0.2999388122558594, 0.29981182861328126, 0.29994085693359374, 0.29996749877929685, 0.29987429809570315, 0.299926513671875, 0.29987738037109374, 0.29983230590820314, 0.3004661865234375, 0.2999992370605469, 0.2999039916992188, 0.29991015625, 0.29980160522460936, 0.29985177612304686, 0.299905029296875, 0.2998968200683594, 0.29987225341796875, 0.29989376831054687, 0.2999306335449219, 0.29991220092773435, 0.2998886413574219, 0.2999162902832031, 0.29997671508789064, 0.29987225341796875, 0.2998702087402344, 0.2998558654785156, 0.29992959594726565, 0.6425917358398437, 0.29970535278320315, 0.2998814697265625, 0.29969100952148436, 0.2997933959960937, 0.2999132080078125, 0.2997841796875, 0.299863037109375, 0.29993472290039064, 0.299863037109375, 0.2999306335449219, 0.29992041015625, 0.299810791015625, 0.2998528137207031, 0.2999439392089844, 0.29996337890625, 0.2998917236328125, 0.29989376831054687, 0.29990093994140626, 0.299873291015625, 0.29997772216796875, 0.2998681640625, 0.300000244140625, 0.2999378051757812, 0.300326904296875, 0.2998620300292969, 0.3000340576171875, 0.29992755126953125, 0.30021630859375, 0.29989068603515623, 0.3000852355957031, 0.29983230590820314, 0.2999336853027344, 0.2999029846191406, 0.30003814697265624, 0.29983743286132813, 0.29991525268554686, 0.2998886413574219, 0.30024295043945315, 0.29982208251953124, 0.2999613342285156, 0.2998486938476562, 0.30004327392578123, 0.3000309753417969, 0.2999500732421875, 0.30006170654296876, 0.30002789306640626, 0.299931640625, 0.2998476867675781, 0.299821044921875, 0.2999459838867187, 0.2999255065917969, 0.29989273071289063, 0.29983743286132813, 0.29990707397460936, 0.29982208251953124, 0.2999552001953125, 0.29981695556640625, 0.29985995483398437, 0.299799560546875, 0.29988760375976564, 0.299905029296875, 0.2999255065917969, 0.6432645263671875, 0.29987124633789064, 0.2998917236328125, 0.299863037109375, 0.29998284912109374, 0.29985894775390626, 0.2999654541015625, 0.2998343811035156, 0.2999664611816406, 0.29991836547851564, 0.300031982421875, 0.29997467041015624, 0.29986407470703125, 0.2998056945800781, 0.29997055053710936, 0.2998783874511719, 0.3004201049804687, 0.29992141723632815, 0.29992959594726565, 0.2998958129882813, 0.3001149291992187, 0.2997780456542969, 0.3000657958984375, 0.29994085693359374, 0.3000504455566406, 0.299873291015625, 0.30011187744140627, 0.2999439392089844, 0.2999582824707031, 0.29995623779296876, 0.2999459838867187, 0.29995928955078127, 0.30007601928710936, 0.2998681640625, 0.29991729736328127, 0.29991729736328127, 0.29975653076171876, 0.2997657470703125, 0.29988250732421873, 0.2999080810546875, 0.2998425598144531, 0.29982720947265623, 0.29994085693359374, 0.2998200378417969, 0.2999285888671875, 0.2998446044921875, 0.29993472290039064, 0.3000012817382812, 0.29979852294921877, 0.299905029296875, 0.3000115051269531, 0.2997626953125, 0.29999002075195313, 0.29979034423828127, 0.2998958129882813, 0.29991937255859374, 0.2997985534667969, 0.2997718811035156, 0.29989990234375, 0.29991937255859374, 0.2999378051757812, 0.2998958129882813, 0.3000012817382812, 0.6431477661132813, 0.299873291015625, 0.2998558654785156, 0.29989990234375, 0.2998620300292969, 0.30013543701171874, 0.29999615478515623, 0.29986712646484376, 0.29998284912109374, 0.2998282165527344, 0.299947021484375, 0.2998405151367188, 0.30002484130859375, 0.29987124633789064, 0.29998388671875, 0.29997055053710936, 0.30008935546875, 0.2999111633300781, 0.29986508178710936, 0.30004327392578123, 0.2998476867675781, 0.29992959594726565, 0.29999102783203124, 0.2998804626464844, 0.30040472412109376, 0.2999931030273438, 0.299894775390625, 0.299863037109375, 0.3000299377441406, 0.3004631042480469, 0.29991937255859374, 0.29996337890625, 0.29978829956054687, 0.3003013000488281, 0.2998528137207031, 0.2998691711425781, 0.3000627136230469, 0.29989068603515623, 0.2998763427734375, 0.29994085693359374, 0.29997259521484376, 0.29987124633789064, 0.29994802856445313, 0.299821044921875, 0.3000084533691406, 0.29984359741210936, 0.29987124633789064, 0.2997657470703125, 0.29988250732421873, 0.299725830078125, 0.300010498046875, 0.299799560546875, 0.29981182861328126, 0.29989584350585935, 0.299947998046875, 0.29974017333984376, 0.2998753356933594, 0.29995111083984377, 0.3000914001464844, 0.29997055053710936, 0.30006988525390627, 0.2999859313964844, 0.2999818115234375, 0.6436884765625, 0.299862060546875, 0.2999715576171875, 0.2999285888671875, 0.2999920654296875, 0.29985995483398437, 0.29994085693359374, 0.2999306335449219, 0.29991525268554686, 0.2998968200683594, 0.29988455200195313, 0.2999080810546875, 0.29998284912109374, 0.29991015625, 0.29995928955078127, 0.2998425598144531, 0.29987942504882814, 0.30001254272460937, 0.2998476867675781, 0.30004837036132814, 0.29998284912109374, 0.2999736328125, 0.3000289306640625, 0.2998056945800781, 0.299789306640625, 0.2999285888671875, 0.2999552001953125, 0.30005349731445313, 0.30004736328125, 0.29989376831054687, 0.29991937255859374, 0.29993472290039064, 0.2999285888671875, 0.30011700439453126, 0.29992959594726565, 0.29990194702148437, 0.30000640869140627, 0.2998497314453125, 0.29997567749023435, 0.29991220092773435, 0.2998005676269531, 0.2999039916992188, 0.29987429809570315, 0.29977395629882814, 0.29997467041015624, 0.29991525268554686, 0.2998978576660156, 0.29980877685546875, 0.29978216552734377, 0.29978414916992185, 0.29994802856445313, 0.29988555908203124, 0.29998388671875, 0.29982308959960935, 0.2998835144042969, 0.30026239013671874, 0.2999039916992188, 0.29983743286132813, 0.2999859313964844, 0.2998497314453125, 0.2998702087402344, 0.2998528137207031, 0.3000186767578125, 0.6427381591796875, 0.29986712646484376, 0.30003814697265624, 0.300052490234375, 0.30002584838867186, 0.2999521179199219, 0.3003299865722656, 0.3000985717773437, 0.29997772216796875, 0.2998865966796875, 0.2998896789550781, 0.29998489379882814, 0.29991424560546875, 0.2999613342285156, 0.29996337890625, 0.2998804626464844, 0.2999869384765625, 0.3000094604492187, 0.30015692138671873, 0.2999552001953125, 0.30004837036132814, 0.29999102783203124, 0.3000565795898438, 0.3000094604492187, 0.3000084533691406, 0.29991424560546875, 0.2999859313964844, 0.2999931030273438, 0.2999971923828125, 0.2998886413574219, 0.3000391540527344, 0.2999060363769531, 0.30007601928710936, 0.29977496337890625, 0.30039654541015626, 0.29999102783203124, 0.29991424560546875, 0.3000238037109375, 0.3003074645996094, 0.29985382080078127, 0.3000166320800781, 0.2999859313964844, 0.3000565795898438, 0.2999306335449219, 0.29995111083984377, 0.299863037109375, 0.29981491088867185, 0.29989376831054687, 0.2998896789550781, 0.29987225341796875, 0.29998797607421873, 0.29984359741210936, 0.29987225341796875, 0.29999002075195313, 0.30002072143554687, 0.2998978576660156, 0.29991729736328127, 0.2999111633300781, 0.3001241455078125, 0.29986407470703125, 0.2999336853027344, 0.29994802856445313, 0.29995623779296876, 0.6438850708007813, 0.2999060363769531, 0.299863037109375, 0.29991937255859374, 0.29986712646484376, 0.2998783874511719, 0.3000022888183594, 0.29981695556640625, 0.2999531555175781, 0.3003504638671875, 0.30008013916015625, 0.299905029296875, 0.29996337890625, 0.29982412719726564, 0.2999531555175781, 0.2997288818359375, 0.29998489379882814, 0.2998077392578125, 0.2999531555175781, 0.2998282165527344, 0.2998405151367188, 0.299926513671875, 0.2998804626464844, 0.29988455200195313, 0.2998343811035156, 0.29994802856445313, 0.3000852355957031, 0.30028594970703126, 0.299905029296875, 0.2998896789550781, 0.29995724487304687, 0.29987738037109374, 0.29982720947265623, 0.2999080810546875, 0.29982208251953124, 0.29983642578125, 0.2999971923828125, 0.2998835144042969, 0.29995724487304687, 0.3000412292480469, 0.2998415222167969, 0.29983538818359373, 0.2999920654296875, 0.29985382080078127, 0.2998343811035156, 0.2998128662109375, 0.2999080810546875, 0.29988455200195313, 0.2999336853027344, 0.2998978576660156, 0.29986407470703125, 0.299826171875, 0.29984359741210936, 0.29991015625, 0.29999819946289064, 0.2998886413574219, 0.30001254272460937, 0.29984564208984377, 0.29985076904296876, 0.2999101257324219, 0.30006170654296876, 0.2998814697265625, 0.29986407470703125, 0.6447994995117188, 0.2999531555175781, 0.2999951477050781, 0.29991015625, 0.29989273071289063, 0.2997278747558594, 0.3000084533691406, 0.2999080810546875, 0.29996441650390626, 0.2999060363769531, 0.2999521179199219, 0.2999859313964844, 0.2998917236328125, 0.2999398498535156, 0.29985894775390626, 0.29991220092773435, 0.29980673217773435, 0.2999818115234375, 0.2998814697265625, 0.2999613342285156, 0.2999818115234375, 0.29992242431640626, 0.29993472290039064, 0.2998865966796875, 0.3000361022949219, 0.29996954345703125, 0.2999664611816406, 0.2999603271484375, 0.29993572998046875, 0.29989886474609373, 0.2999439392089844, 0.29988555908203124, 0.2999736328125, 0.2999183349609375, 0.2999920654296875, 0.2999111633300781, 0.2999971923828125, 0.2999889831542969, 0.299936767578125, 0.29994189453125, 0.29979034423828127, 0.2999920654296875, 0.2999521179199219, 0.3001548767089844, 0.299894775390625, 0.3000914001464844, 0.2998814697265625, 0.2998763427734375, 0.2998507385253906, 0.2999500732421875, 0.2998609924316406, 0.29973809814453123, 0.29991015625, 0.29989273071289063, 0.29986611938476565, 0.29996337890625, 0.2998528137207031, 0.2998179931640625, 0.29982412719726564, 0.29997467041015624, 0.2998968200683594, 0.2997647399902344, 0.2999552001953125, 0.6455992431640625, 0.29986407470703125, 0.29982412719726564, 0.2997370910644531, 0.29980465698242187, 0.30013748168945314, 0.29999819946289064, 0.299863037109375, 0.29999615478515623, 0.30000640869140627, 0.29986407470703125, 0.30001766967773436, 0.30003302001953125, 0.29992141723632815, 0.3004375, 0.29995623779296876, 0.2999859313964844, 0.29995623779296876, 0.299905029296875, 0.29986407470703125, 0.3000115051269531, 0.29996337890625, 0.29989068603515623, 0.30001254272460937, 0.29989376831054687, 0.2999378051757812, 0.29995724487304687, 0.29997772216796875, 0.3000852355957031, 0.299826171875, 0.29990707397460936, 0.2999449462890625, 0.2999285888671875, 0.29994906616210937, 0.29986407470703125, 0.29979034423828127, 0.299968505859375, 0.29988250732421873, 0.29999819946289064, 0.2998978576660156, 0.30000537109375, 0.29987429809570315, 0.29996337890625, 0.30063922119140624, 0.29999819946289064, 0.29984359741210936, 0.29992959594726565, 0.2998681640625, 0.299968505859375, 0.2998702087402344, 0.2999244689941406, 0.29995928955078127, 0.2999869384765625, 0.29991015625, 0.2999552001953125, 0.29987738037109374, 0.2998917236328125, 0.29985382080078127, 0.299894775390625, 0.2998763427734375, 0.3000217590332031, 0.29990194702148437, 0.2999808044433594, 0.64496435546875, 0.2998804626464844, 0.29985382080078127, 0.29976678466796874, 0.29985894775390626, 0.29984564208984377, 0.300037109375, 0.30008731079101564, 0.2998333435058594, 0.3000012817382812, 0.2998865966796875, 0.3001497497558594, 0.2999552001953125, 0.2998486938476562, 0.3000094604492187, 0.30002584838867186, 0.30002688598632815, 0.300084228515625, 0.30003201293945314, 0.29991525268554686, 0.299968505859375, 0.29997567749023435, 0.2999162902832031, 0.2999582824707031, 0.2997975158691406, 0.29988455200195313, 0.2999992370605469, 0.29990707397460936, 0.3000166320800781, 0.2998968200683594, 0.2999664611816406, 0.29982925415039063, 0.29996749877929685, 0.29988555908203124, 0.29989990234375, 0.2999521179199219, 0.299968505859375, 0.2998548583984375, 0.2998978576660156, 0.29992242431640626, 0.29997055053710936, 0.30009036254882815, 0.29991424560546875, 0.2998620300292969, 0.2999500732421875, 0.2998558654785156, 0.3000555419921875, 0.2999439392089844, 0.29989376831054687, 0.29976678466796874, 0.3002501220703125, 0.2999060363769531, 0.29988455200195313, 0.3002675170898437, 0.2999664611816406, 0.2998783874511719, 0.29992037963867185, 0.2998476867675781, 0.29990911865234376, 0.29976678466796874, 0.2997790832519531, 0.2999378051757812, 0.29994906616210937]",tokens/s,3.280262197846841,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3789.426688,12218.53184,0.0,11572.084736,11067.6992,s,10,6.279773620605468,0.6279773620605469,0.0035293914786939506,0.6265113220214844,0.6301004699707031,0.6339133026123046,0.6369635687255859,"[0.6377261352539062, 0.629253173828125, 0.6254773559570312, 0.62641943359375, 0.6261655883789062, 0.625358642578125, 0.6266032104492187, 0.6282407836914062, 0.6255169677734375, 0.6290123291015625]",tokens/s,407.65800722497636,kWh,7.3870949447155e-06,4.047769663395683e-06,3.706746020949725e-05,4.850232481760843e-05,tokens/kWh,5278097.513112629,MB,3789.426688,12218.53184,0.0,11572.084736,11417.442816,s,10,345.90775390625004,34.590775390625005,0.00626434687565742,34.591181640625,34.598390625,34.598935546875,34.599371484375,"[34.5805, 34.5976796875, 34.59826953125, 34.59226171875, 34.584046875, 34.58478125, 34.5869296875, 34.593703125, 34.59948046875, 34.5901015625]",tokens/s,1.8212948188803721,kWh,0.00040830230688055356,0.0002237837166817894,0.0020378533108368984,0.0026699393343992414,tokens/kWh,23596.041748332653,,s,629,350.9975858764649,0.5580247788179091,0.07452365386647214,0.5489541015625,0.5494990966796875,0.549751220703125,1.1752580224609375,"[0.548937744140625, 0.5490104370117187, 0.5491425170898437, 0.5487206420898437, 0.5493473510742187, 0.5489530639648438, 0.5487206420898437, 0.5487759399414063, 0.5488650512695312, 0.54879541015625, 0.5490308837890625, 0.5493800659179687, 0.548800537109375, 0.5486458740234375, 0.5487042846679687, 0.5485383911132813, 0.5484308471679687, 0.5494302978515625, 0.5488486328125, 0.5489131469726563, 0.5488179321289063, 0.5484605712890624, 0.5490206909179688, 0.5490166015625, 0.5486162109375, 0.5488250732421875, 0.5486807250976562, 0.54878515625, 0.5487073364257813, 0.5493759765625, 0.54904833984375, 0.5489776611328125, 0.5486346435546875, 0.54885888671875, 0.548727783203125, 0.5491199951171875, 0.5488404541015625, 0.5485752563476562, 0.5489152221679687, 0.5485680541992187, 0.5488342895507813, 0.5490032348632813, 0.5487421875, 0.5487236328125, 0.5488711547851562, 0.5487554321289062, 0.5487575073242188, 0.5489315795898437, 0.5495889892578125, 0.5486632690429688, 0.5495111694335938, 0.5488711547851562, 0.5488895874023437, 0.5490064086914063, 0.5492653198242188, 0.5487646484375, 0.5489500122070312, 0.5488056030273437, 0.5489213256835938, 0.5490616455078124, 0.5488076782226563, 0.5485035400390625, 1.1784315185546874, 0.5487278442382812, 0.5491281127929688, 0.5495510864257812, 0.5490524291992187, 0.5489244995117187, 0.5488270874023438, 0.5487656860351563, 0.5488138427734375, 0.54892236328125, 0.548843505859375, 0.5492111206054687, 0.549009521484375, 0.5488803100585937, 0.5496063842773438, 0.5486786499023437, 0.5488629760742187, 0.5490083618164062, 0.5488342895507813, 0.548696044921875, 0.5495818481445313, 0.5494537963867188, 0.5488762817382813, 0.5492542724609375, 0.5488251342773437, 0.5491649169921875, 0.549359619140625, 0.5498532104492188, 0.5495081176757812, 0.5488967895507812, 0.5493555297851562, 0.5489356689453125, 0.5491773681640625, 0.5492725830078125, 0.5490288696289063, 0.5487124633789062, 0.5489766235351563, 0.548806640625, 0.5489295654296875, 0.5494978637695312, 0.5490739135742188, 0.5488629760742187, 0.5487913208007813, 0.5488414916992187, 0.548654052734375, 0.5494517822265625, 0.5522247924804687, 0.5494722290039062, 0.5488230590820312, 0.5488230590820312, 0.5488721923828125, 0.5499033813476563, 0.54934423828125, 0.5495040283203125, 0.5490617065429687, 0.5493349609375, 0.5494681396484375, 0.5496135864257813, 0.549411865234375, 0.5495377807617188, 0.5493319702148437, 0.5493032836914062, 0.5490421752929687, 1.1748095703125, 0.54894287109375, 0.5493298950195312, 0.549588134765625, 0.5493348388671875, 0.549813232421875, 0.5487779541015625, 0.5491199951171875, 0.5493084106445313, 0.5493309326171875, 0.5493831787109374, 0.5499801635742188, 0.5494036254882813, 0.5492889404296875, 0.5491814575195313, 0.5493330078125, 0.5493043212890625, 0.5492869262695312, 0.5490728759765625, 0.5491578979492188, 0.54930126953125, 0.5491619873046875, 0.5490134887695313, 0.5512335205078125, 0.5494824829101562, 0.5487821044921875, 0.5491261596679687, 0.5491548461914062, 0.5492203369140625, 0.5494169311523438, 0.5490022583007812, 0.5485650024414063, 0.5486970825195312, 0.5487472534179687, 0.5491763305664062, 0.5490267944335937, 0.5495480346679688, 0.5491015625, 0.5488486328125, 0.54868994140625, 0.5488475952148437, 0.5489930419921875, 0.5493658447265625, 0.5490226440429687, 0.5488629760742187, 0.54864599609375, 0.5486836547851562, 0.550771728515625, 0.5493370971679687, 0.5488834838867187, 0.5488629760742187, 0.5487646484375, 0.5487656860351563, 0.5487708129882812, 0.5492295532226562, 0.5490442504882812, 0.5487145385742187, 0.5489776000976563, 0.5487822265625, 0.548920166015625, 0.5497611083984375, 0.549445556640625, 0.54925927734375, 1.1762125244140624, 0.5493186645507813, 0.549191650390625, 0.549212158203125, 0.5490687866210937, 0.5489674072265625, 0.5486162109375, 0.548759521484375, 0.5493002319335938, 0.5489786987304688, 0.5490554809570313, 0.54864794921875, 0.5498777465820313, 0.549296142578125, 0.5494253540039062, 0.548836181640625, 0.5487503662109375, 0.5488189697265625, 0.548849609375, 0.5496166381835937, 0.549339111328125, 0.54862744140625, 0.5485250854492187, 0.54879638671875, 0.5488885498046875, 0.5488732299804687, 0.5493115234375, 0.549003173828125, 0.5496258544921875, 0.5490155639648437, 0.548701171875, 0.54862353515625, 0.5489457397460937, 0.5487124633789062, 0.5491896362304688, 0.5490267944335937, 0.5489141845703125, 0.5489305419921875, 0.549401611328125, 0.5489224243164063, 0.5490062866210937, 0.548642822265625, 0.5487779541015625, 0.5488856201171874, 0.5519932250976562, 0.54881689453125, 0.54917431640625, 0.5490554809570313, 0.5487431640625, 0.5495101318359376, 0.549327880859375, 0.5489490966796875, 0.5490359497070313, 0.5487369995117187, 0.5487575073242188, 0.5489541015625, 0.54990234375, 0.54883837890625, 0.5487657470703124, 0.5489192504882813, 0.5492848510742188, 0.5494404907226562, 0.5489684448242188, 1.1758878173828125, 0.5486366577148437, 0.5488834838867187, 0.548937744140625, 0.5492029418945312, 0.5491834716796875, 0.5487913208007813, 0.548811767578125, 0.549296142578125, 0.548974609375, 0.54930224609375, 0.548974609375, 0.5488886108398437, 0.5486806640625, 0.5486448364257812, 0.5491425170898437, 0.5489542236328125, 0.5502073974609375, 0.5487155151367188, 0.548806640625, 0.5488609008789063, 0.54869091796875, 0.5487564697265624, 0.549156005859375, 0.5490829467773437, 0.5489653930664062, 0.5488475952148437, 0.548853759765625, 0.5490053100585938, 0.5487821044921875, 0.5486254272460938, 0.5487984619140625, 0.5486981201171875, 0.548869140625, 0.54919677734375, 0.548590576171875, 0.5485680541992187, 0.5487923583984375, 0.5486611938476562, 0.5488364868164063, 0.5483283081054687, 0.54864794921875, 0.5487974243164062, 0.5488353271484375, 0.5486407470703125, 0.5487728881835937, 0.5487984619140625, 0.54894189453125, 0.5486375732421875, 0.5489510498046875, 0.5487236938476563, 0.5488046264648437, 0.5488056030273437, 0.5488650512695312, 0.5486735229492188, 0.5491682739257813, 0.5485341186523438, 0.5521909790039062, 0.5493165893554688, 0.5494149169921875, 0.5490462646484375, 0.5490115966796875, 0.5488433837890625, 1.17526318359375, 0.549043212890625, 0.5490380859375, 0.5489234008789062, 0.5489295654296875, 0.5488455810546875, 0.5485670166015625, 0.5492275390625, 0.5492142333984374, 0.5495244750976562, 0.54890087890625, 0.5487830810546875, 0.5486591796875, 0.549022705078125, 0.54864794921875, 0.5490565185546875, 0.54876171875, 0.5485485229492187, 0.5491497192382813, 0.5492479858398438, 0.5490288696289063, 0.5487615966796875, 0.5490145263671875, 0.5491497192382813, 0.5490083618164062, 0.5490565185546875, 0.5485578002929687, 0.5486100463867187, 0.548769775390625, 0.5485834350585937, 0.5489469604492188, 0.54877490234375, 0.5488793334960937, 0.5487472534179687, 0.548974609375, 0.5485783081054687, 0.5488885498046875, 0.5491180419921875, 0.5515775146484375, 0.5489090576171874, 0.5487103881835937, 0.5487779541015625, 0.5487994995117188, 0.549086181640625, 0.5490319213867187, 0.5489838256835937, 0.5494220581054687, 0.5485404052734375, 0.5487175903320313, 0.5488394165039062, 0.5496084594726562, 0.5488619384765625, 0.5487402954101562, 0.5495048217773437, 0.548400146484375, 0.5491343383789062, 0.5487922973632813, 0.5490667724609375, 0.5489028930664063, 0.5486674194335938, 0.54866943359375, 0.5487093505859375, 0.5489163818359375, 1.1760137939453126, 0.5486591186523437, 0.548819091796875, 0.5489335327148438, 0.5493821411132812, 0.54919677734375, 0.5488650512695312, 0.5492142333984374, 0.5490452270507813, 0.5491087646484375, 0.5493032836914062, 0.5491660766601563, 0.54903515625, 0.5488351440429687, 0.549396484375, 0.5489633178710938, 0.5488916625976562, 0.5488619384765625, 0.5487513427734375, 0.5489152221679687, 0.5491056518554688, 0.5492367553710937, 0.5491926879882812, 0.5508024291992187, 0.5487933349609375, 0.5486766357421875, 0.548780029296875, 0.5492131958007812, 0.5496616821289062, 0.5489572143554687, 0.548948974609375, 0.5487401123046876, 0.5488353271484375, 0.5488067626953125, 0.549140380859375, 0.5484564208984375, 0.5488701171875, 0.54890087890625, 0.5487656860351563, 0.5485455322265625, 0.5487801513671875, 0.5490184936523438, 0.5488240356445313, 0.549011474609375, 0.5489346313476563, 0.5493657836914062, 0.54972412109375, 0.548948974609375, 0.5488148193359375, 0.548974609375, 0.5488466186523437, 0.54941796875, 0.5491466064453125, 0.5487349853515625, 0.5486827392578125, 0.5488826293945313, 0.548709228515625, 0.5487297973632812, 0.5489387817382813, 0.549054443359375, 0.5487922973632813, 0.5487667236328125, 0.5487339477539063, 1.178187744140625, 0.5488875732421875, 0.5487503662109375, 0.549085205078125, 0.5488107299804688, 0.5490166015625, 0.5490882568359375, 0.5489541015625, 0.5486704711914062, 0.54866943359375, 0.5487656860351563, 0.5487105712890625, 0.5487040405273438, 0.5491199951171875, 0.5487913208007813, 0.5488475952148437, 0.5503334350585938, 0.5487667236328125, 0.5498798217773437, 0.5493034057617188, 0.5491362915039063, 0.5486100463867187, 0.5489469604492188, 0.54917431640625, 0.549381103515625, 0.5491435546875, 0.54883837890625, 0.5491793823242187, 0.5494763793945312, 0.5487472534179687, 0.5488486328125, 0.549285888671875, 0.548853759765625, 0.5488353271484375, 0.54899609375, 0.548937744140625, 0.54928076171875, 0.5496698608398437, 0.5488250732421875, 0.5494005737304688, 0.5492603149414063, 0.5489786987304688, 0.5489735717773437, 0.5495316772460938, 0.5489684448242188, 0.5490065307617188, 0.5486405639648437, 0.5487861938476563, 0.5487687377929688, 0.5493032836914062, 0.5489407958984375, 0.549031982421875, 0.5487225952148438, 0.5487943725585938, 0.548917236328125, 0.5491681518554687, 0.5489131469726563, 0.5513451538085937, 0.5491845092773437, 0.5498890380859375, 0.5491251220703125, 0.5496760864257813, 0.549118896484375, 1.1752447509765624, 0.5489449462890625, 0.5493912963867188, 0.5491353759765625, 0.5495797729492188, 0.5493402099609375, 0.5490206298828125, 0.5491056518554688, 0.5495521850585937, 0.5497363891601562, 0.549254150390625, 0.5488773193359375, 0.5490186157226562, 0.5490924682617188, 0.5487860717773437, 0.5492623291015625, 0.549493896484375, 0.5510459594726562, 0.54962890625, 0.5494630126953125, 0.5496279296875, 0.5495469970703125, 0.5501552734375, 0.5491845092773437, 0.5488804931640625, 0.549151611328125, 0.5491210327148438, 0.5493626708984375, 0.5489889526367188, 0.5487769775390625, 0.5489684448242188, 0.5490554809570313, 0.54919580078125, 0.5489153442382813, 0.5489549560546875, 0.5487544555664062, 0.5492234497070313, 0.5490462646484375, 0.5488815307617188, 0.549383056640625, 0.5494210815429688, 0.5490728759765625, 0.548800537109375, 0.5491199951171875, 0.5489213256835938, 0.5496063842773438, 0.5494026489257813, 0.5491097412109375, 0.5491261596679687, 0.549148681640625, 0.5492899780273437, 0.549880859375, 0.549285888671875, 0.5488875732421875, 0.5485752563476562, 0.5486469116210938, 0.5488844604492188, 0.5489285278320313, 0.5490728759765625, 0.5490595703125, 0.54883740234375, 0.5489817504882812, 0.5486909790039063, 1.1789344482421875, 0.548984619140625, 0.5487810668945312, 0.5488271484375, 0.5488426513671875, 0.549357421875, 0.5490053100585938, 0.5489346313476563, 0.5490022583007812, 0.5489039306640625, 0.5490247802734375, 0.5488988037109375, 0.5492039794921875, 0.5495090942382812, 0.5486520385742187, 0.54881396484375, 0.5486815795898438, 0.5491742553710938, 0.54961767578125, 0.5489510498046875, 0.5491343383789062, 0.54873291015625, 0.5488281860351563, 0.54890087890625, 0.549369873046875, 0.5491015625, 0.5516287841796875, 0.549232666015625, 0.5493289794921875, 0.5490155639648437, 0.5490543823242188, 0.5493524780273438, 0.5488895874023437, 0.5486653442382813, 0.549317626953125, 0.548869140625, 0.5491077270507813, 0.5491026000976562, 0.548869140625, 0.5489940185546875, 0.5488814086914062, 0.5485977783203125, 0.5493135375976562, 0.5488927001953126, 0.5483652954101562, 0.54864794921875, 0.548748291015625, 0.5487503662109375, 0.54877490234375, 0.5491077270507813, 0.5486407470703125, 0.5489500122070312, 0.5485240478515625, 0.5488814086914062, 0.5488363647460938, 0.54911181640625, 0.5484259033203125, 0.5487184448242187, 0.549032958984375, 0.548758544921875, 0.548864013671875, 0.5489879150390625, 0.5490125732421876]",tokens/s,1.7920351173622582,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4468.256768,23096.459264,0.0,22450.01216,21127.025664,s,10,14.877982177734376,1.4877982177734377,0.0035950994537043597,1.4863310546875,1.4925854736328124,1.4945301635742188,1.4960859155273436,"[1.496474853515625, 1.4845892333984374, 1.488308837890625, 1.486755126953125, 1.485906982421875, 1.4858839111328126, 1.487953125, 1.4846767578125, 1.4921533203125, 1.485280029296875]",tokens/s,172.06634403898966,kWh,1.7553994341029063e-05,9.618301505597627e-06,9.023565552180035e-05,0.00011740795136842704,tokens/kWh,2180431.538207068,MB,4468.256768,23096.459264,0.0,22450.01216,21326.311424,s,10,835.138953125,83.5138953125,0.0061786475894945085,83.51080859375,83.52195625,83.5219703125,83.5219815625,"[83.510953125, 83.5074609375, 83.5106640625, 83.5080625, 83.509453125, 83.521984375, 83.5204296875, 83.507125, 83.521953125, 83.5208671875]",tokens/s,0.7543654833038357,kWh,0.0009858642811907663,0.0005403420836061923,0.0051028346378200005,0.006629041002616959,tokens/kWh,9503.63709850782,,s,629,847.1900800781259,1.3468840700765103,0.17657378994200318,1.3255198974609375,1.326159423828125,1.32651884765625,2.8108925781250003,"[1.3260042724609375, 1.3257994384765626, 1.3257061767578124, 1.325781005859375, 1.3255753173828124, 1.326132080078125, 1.3256837158203125, 1.3257196044921875, 1.3260216064453125, 1.325490234375, 1.3254830322265625, 1.32522802734375, 1.3259949951171874, 1.3256099853515626, 1.3255035400390625, 1.3255618896484376, 1.325638671875, 1.32579736328125, 1.3250478515625, 1.3249158935546874, 1.325730712890625, 1.3259254150390625, 1.325272216796875, 1.3256395263671874, 1.32512158203125, 1.3253990478515625, 1.325760498046875, 1.3254442138671876, 1.32560986328125, 1.325744140625, 1.3256611328125, 1.3253427734375, 1.325243408203125, 1.326150634765625, 1.3254482421875, 1.3261199951171876, 1.3256265869140624, 1.3255074462890626, 1.3257288818359374, 1.325320068359375, 1.325328369140625, 1.3251962890625, 1.3251624755859375, 1.3261046142578126, 1.3251134033203125, 1.32521484375, 1.3254122314453125, 1.32531201171875, 1.3255106201171876, 1.32541455078125, 1.325815673828125, 1.325243408203125, 1.32522802734375, 1.3255660400390625, 1.3252464599609375, 1.325959228515625, 1.325137939453125, 1.3250406494140625, 1.326202880859375, 1.325834228515625, 1.3256939697265624, 1.3253836669921875, 2.81078271484375, 1.3259725341796875, 1.3262899169921876, 1.325285400390625, 1.325507568359375, 1.3258587646484374, 1.3250386962890626, 1.3255587158203126, 1.3252926025390626, 1.32527099609375, 1.3258148193359376, 1.32746337890625, 1.3261097412109375, 1.3261168212890626, 1.3255946044921876, 1.326519287109375, 1.325876220703125, 1.326138427734375, 1.3248880615234375, 1.3254072265625, 1.3250723876953125, 1.3250406494140625, 1.3253016357421874, 1.3253765869140626, 1.3250743408203125, 1.3262652587890624, 1.3252791748046875, 1.3268018798828125, 1.3258536376953125, 1.3250028076171876, 1.3251063232421876, 1.3249759521484374, 1.3260390625, 1.325845458984375, 1.3255885009765624, 1.3256683349609375, 1.3252874755859374, 1.3252177734375, 1.32579736328125, 1.3263421630859376, 1.3257236328125, 1.3253355712890624, 1.3251328125, 1.325339599609375, 1.32505810546875, 1.32520654296875, 1.324969970703125, 1.32545947265625, 1.3257574462890624, 1.3251470947265624, 1.3251890869140626, 1.3250416259765625, 1.3247733154296875, 1.325528076171875, 1.32543896484375, 1.3257523193359375, 1.325048828125, 1.3252373046875, 1.3253948974609375, 1.325031494140625, 1.3251552734375, 1.3248153076171876, 1.3250672607421874, 2.813739013671875, 1.3262724609375, 1.3260360107421876, 1.3253253173828126, 1.32535400390625, 1.3250703125, 1.3253192138671874, 1.3257052001953125, 1.3254952392578125, 1.3260738525390625, 1.325527099609375, 1.3257021484375, 1.3253631591796875, 1.3258106689453124, 1.325739990234375, 1.325675537109375, 1.326161865234375, 1.325739990234375, 1.325806640625, 1.32651318359375, 1.32573486328125, 1.3262838134765624, 1.3252454833984375, 1.3285181884765624, 1.3258792724609374, 1.32588232421875, 1.3262520751953124, 1.3253406982421876, 1.325476806640625, 1.325958251953125, 1.3253138427734374, 1.325686767578125, 1.3256038818359375, 1.32506005859375, 1.3254635009765625, 1.3255250244140624, 1.3254788818359375, 1.3252567138671876, 1.3251419677734375, 1.32518408203125, 1.3248450927734374, 1.3250201416015626, 1.3251490478515624, 1.3247303466796876, 1.32588134765625, 1.32486962890625, 1.3250313720703124, 1.328206787109375, 1.3248502197265626, 1.324779541015625, 1.32548095703125, 1.32538671875, 1.3247928466796874, 1.3250509033203124, 1.325497314453125, 1.324870849609375, 1.325130615234375, 1.325454345703125, 1.3251134033203125, 1.3265181884765624, 1.32528125, 1.3254195556640624, 1.324958740234375, 2.81219677734375, 1.32476416015625, 1.3268941650390624, 1.3252843017578124, 1.32540625, 1.3259212646484375, 1.3250509033203124, 1.3252474365234375, 1.3261025390625, 1.325253662109375, 1.3263758544921875, 1.324939208984375, 1.325338623046875, 1.32562841796875, 1.3248870849609375, 1.32537646484375, 1.3253897705078126, 1.32636572265625, 1.3254256591796876, 1.325591552734375, 1.3254093017578126, 1.32531298828125, 1.3249095458984375, 1.3255404052734374, 1.3251778564453125, 1.326116943359375, 1.325180908203125, 1.3258270263671874, 1.325264892578125, 1.3255076904296874, 1.326098388671875, 1.325404052734375, 1.3255997314453125, 1.3258055419921875, 1.325549560546875, 1.3259541015625, 1.325623291015625, 1.325558837890625, 1.3256580810546874, 1.325126708984375, 1.3256744384765624, 1.32496484375, 1.324837890625, 1.329680419921875, 1.3252392578125, 1.325338623046875, 1.325011962890625, 1.3254891357421874, 1.3255455322265626, 1.3249228515625, 1.3254185791015625, 1.324909423828125, 1.3251727294921876, 1.325369384765625, 1.3248572998046875, 1.3254932861328126, 1.3253406982421876, 1.3251829833984374, 1.325912109375, 1.3251768798828125, 1.3254501953125, 1.3256990966796875, 1.326067626953125, 2.81103662109375, 1.3252413330078125, 1.325906005859375, 1.3251317138671874, 1.325760498046875, 1.3256990966796875, 1.3257093505859374, 1.32551171875, 1.3253048095703126, 1.3254573974609376, 1.325693115234375, 1.3251234130859375, 1.325802490234375, 1.325697998046875, 1.3257093505859374, 1.3254798583984375, 1.3254041748046874, 1.3278382568359375, 1.3250498046875, 1.3252567138671876, 1.32505810546875, 1.3255147705078125, 1.3253150634765625, 1.325012939453125, 1.3258536376953125, 1.3252935791015625, 1.325461669921875, 1.32539892578125, 1.325813720703125, 1.325929443359375, 1.32516455078125, 1.32560791015625, 1.3251983642578125, 1.3253038330078124, 1.3254686279296874, 1.3250089111328125, 1.3256080322265624, 1.3250078125, 1.3253385009765626, 1.32569287109375, 1.3255721435546874, 1.32491162109375, 1.32508984375, 1.3250191650390626, 1.3262376708984376, 1.32535498046875, 1.3252996826171874, 1.3255567626953124, 1.3253262939453125, 1.3287076416015624, 1.325444091796875, 1.3260267333984375, 1.3254420166015626, 1.3253663330078125, 1.3255198974609375, 1.3251134033203125, 1.3254195556640624, 1.3253509521484375, 1.32657763671875, 1.326065673828125, 1.3250980224609374, 1.3256007080078125, 1.325470703125, 2.81122705078125, 1.32506005859375, 1.3260584716796875, 1.325040771484375, 1.3247999267578126, 1.326213134765625, 1.3252464599609375, 1.32512255859375, 1.325892578125, 1.3260062255859375, 1.3261466064453125, 1.3259141845703124, 1.325877197265625, 1.3262203369140626, 1.3258997802734376, 1.3258701171875, 1.3261998291015624, 1.326582763671875, 1.3259376220703125, 1.3264906005859376, 1.326267333984375, 1.3263472900390625, 1.32578515625, 1.32558740234375, 1.325170654296875, 1.3264742431640626, 1.325697021484375, 1.325632568359375, 1.3256407470703124, 1.325767822265625, 1.3256826171875, 1.326130126953125, 1.325557861328125, 1.3261854248046876, 1.32548193359375, 1.3254461669921875, 1.32529248046875, 1.3255885009765624, 1.3306142578125, 1.325580322265625, 1.32600830078125, 1.3255372314453124, 1.3252843017578124, 1.326117919921875, 1.325295654296875, 1.3253580322265626, 1.325527099609375, 1.32552392578125, 1.325470703125, 1.3252423095703125, 1.3254317626953125, 1.325126708984375, 1.32535400390625, 1.325897705078125, 1.325675537109375, 1.325828125, 1.325116455078125, 1.3254205322265624, 1.3254093017578126, 1.32540625, 1.325054931640625, 1.3254501953125, 1.3256080322265624, 2.81384326171875, 1.3252454833984375, 1.32562744140625, 1.324748779296875, 1.3250938720703125, 1.32575439453125, 1.3259376220703125, 1.3256785888671876, 1.3256162109375, 1.325563720703125, 1.3252147216796875, 1.325633544921875, 1.3268060302734375, 1.326086181640625, 1.32594384765625, 1.32551171875, 1.326054443359375, 1.325516845703125, 1.324788818359375, 1.325423583984375, 1.3259888916015625, 1.3268582763671875, 1.3255556640625, 1.329153076171875, 1.326265380859375, 1.325852783203125, 1.3250211181640625, 1.3249300537109374, 1.3256171875, 1.32617724609375, 1.325391845703125, 1.3256356201171875, 1.32543798828125, 1.3250733642578125, 1.3256591796875, 1.3257369384765625, 1.32552392578125, 1.3254873046875, 1.3251971435546874, 1.325582275390625, 1.32502734375, 1.3253980712890625, 1.3255670166015625, 1.3251993408203124, 1.3261180419921874, 1.3253314208984375, 1.32567041015625, 1.325465576171875, 1.325327392578125, 1.324997802734375, 1.325679443359375, 1.3263431396484375, 1.325012939453125, 1.3256785888671876, 1.3253541259765624, 1.3255709228515624, 1.3252249755859375, 1.3259603271484375, 1.32894287109375, 1.32598681640625, 1.3258167724609375, 1.32598681640625, 1.32607177734375, 2.81038330078125, 1.3257994384765626, 1.3261414794921875, 1.3255311279296875, 1.3252034912109374, 1.3256837158203125, 1.3252445068359375, 1.3253746337890624, 1.325521728515625, 1.3256837158203125, 1.3258690185546875, 1.3251246337890625, 1.327531982421875, 1.3257615966796874, 1.325360107421875, 1.325623291015625, 1.3261588134765625, 1.3261025390625, 1.3248009033203125, 1.3252156982421874, 1.325305908203125, 1.325729736328125, 1.325298828125, 1.325637451171875, 1.325518798828125, 1.3260430908203125, 1.325154296875, 1.3252926025390626, 1.325390869140625, 1.3247027587890625, 1.3245941162109376, 1.325285400390625, 1.32571240234375, 1.3258218994140625, 1.3253253173828126, 1.3257789306640626, 1.3253560791015624, 1.3252095947265625, 1.3247550048828125, 1.325644775390625, 1.3260523681640626, 1.3254349365234375, 1.3252679443359374, 1.325643798828125, 1.3251685791015626, 1.3254422607421874, 1.325595458984375, 1.3256263427734376, 1.325571044921875, 1.3254134521484375, 1.3252515869140624, 1.325173828125, 1.3253631591796875, 1.3253232421875, 1.3259273681640624, 1.3256622314453126, 1.3253868408203124, 1.3251429443359375, 1.325539306640625, 1.3254051513671874, 1.325292724609375, 1.3260941162109374, 1.325849609375, 2.8176669921875, 1.327278076171875, 1.325750244140625, 1.3253017578125, 1.3249996337890626, 1.32545947265625, 1.325955078125, 1.3254737548828126, 1.3253673095703125, 1.3258587646484374, 1.325023193359375, 1.3248204345703125, 1.3258148193359376, 1.326103515625, 1.3260113525390624, 1.326033935546875, 1.3260635986328124, 1.3273272705078125, 1.3251256103515625, 1.3253038330078124, 1.3258363037109375, 1.3257584228515624, 1.3256171875, 1.3256571044921874, 1.3256090087890624, 1.32499462890625, 1.3254747314453126, 1.3258916015625, 1.326078125, 1.325511474609375, 1.325012939453125, 1.3252034912109374, 1.325338623046875, 1.3250089111328125, 1.325391845703125, 1.3258577880859375, 1.326117919921875, 1.32516455078125, 1.32505908203125, 1.3257523193359375, 1.32541650390625, 1.3257904052734375, 1.325552490234375, 1.3253468017578125, 1.3259693603515625, 1.3252802734375, 1.3257789306640626, 1.3254256591796876, 1.325638671875, 1.3257401123046875, 1.3257286376953126, 1.3257943115234374, 1.32541650390625, 1.3253304443359375, 1.3257523193359375, 1.3255772705078126, 1.3259765625, 1.3260892333984375, 1.3258946533203124, 1.3262325439453124, 1.3259888916015625, 1.331948486328125, 1.3253509521484375, 2.810935302734375, 1.3252147216796875, 1.3266104736328126, 1.325408203125, 1.3253355712890624, 1.3255413818359374, 1.3253631591796875, 1.3256181640625, 1.3252576904296876, 1.3258160400390624, 1.326260009765625, 1.32501708984375, 1.3256878662109375, 1.3260850830078126, 1.3258814697265624, 1.325740966796875, 1.325349853515625, 1.3259849853515624, 1.32497705078125, 1.3248992919921876, 1.3256510009765625, 1.3257083740234374, 1.325345703125, 1.3259818115234374, 1.3261771240234375, 1.3263646240234375, 1.3284342041015624, 1.3257481689453126, 1.325496337890625, 1.325432861328125, 1.3252904052734376, 1.3263472900390625, 1.3257266845703124, 1.3255311279296875, 1.3259007568359376, 1.3261485595703124, 1.325201416015625, 1.3254317626953125, 1.3255198974609375, 1.3264476318359375, 1.3261495361328124, 1.3252945556640625, 1.3254615478515626, 1.3258138427734374, 1.3251041259765626, 1.3251942138671875, 1.324458984375, 1.3268807373046876, 1.325601806640625, 1.325423583984375, 1.3261629638671875, 1.3253294677734375, 1.32507861328125, 1.3251368408203126, 1.326128173828125, 1.3255423583984376, 1.3251512451171874, 1.3255997314453125, 1.325570068359375, 1.325465576171875, 1.32534375, 1.3250364990234376, 1.3258035888671875]",tokens/s,0.7424543969424143,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,0,0,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/0/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477ba-56d7f14c01beef901111c02e;5effb1f7-8f89-476f-a9bf-568d7568aea2) Repository Not Found for url: https://huggingface.co/0/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 0 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-125m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1262.768128,925.36832,0.0,278.921216,221.070848,s,10,0.20561606407165522,0.020561606407165527,0.0007328213708911584,0.020433743476867675,0.021007996559143066,0.021667789936065673,0.022195624637603762,"[0.022327583312988283, 0.02086137580871582, 0.020843328475952147, 0.020853151321411134, 0.019629024505615236, 0.02031577682495117, 0.020417375564575194, 0.020450111389160155, 0.0195666561126709, 0.020351680755615234]",tokens/s,12450.389085883213,kWh,2.3290630257244394e-07,1.2762127573410894e-07,4.909551171734248e-07,8.514826954799777e-07,tokens/kWh,300652028.9360593,MB,1262.768128,925.36832,0.0,278.921216,242.382336,s,10,12.689835815429687,1.2689835815429689,0.021412080635709867,1.264759460449219,1.2945448364257812,1.298579180908203,1.3018066564941406,"[1.302613525390625, 1.288469970703125, 1.2859127197265625, 1.2936483154296874, 1.2455738525390625, 1.2710367431640626, 1.25084814453125, 1.25631884765625, 1.258482177734375, 1.2369315185546874]",tokens/s,49.64603239657184,kWh,1.4397416269685337e-05,7.887829062418622e-06,2.7807845299619356e-05,5.009309063172333e-05,tokens/kWh,1257658.4755603578,,s,629,12.850580562591531,0.0204301757751853,0.002525520365761103,0.020179967880249023,0.02063400993347168,0.020877721786499024,0.03987206222534182,"[0.021719039916992186, 0.02069606399536133, 0.0204902400970459, 0.02129408073425293, 0.02085785675048828, 0.021203968048095705, 0.021155839920043946, 0.020025344848632814, 0.019787776947021486, 0.01987993621826172, 0.02026393508911133, 0.021338176727294923, 0.021152704238891602, 0.020787200927734374, 0.02086604881286621, 0.020750335693359375, 0.020381696701049806, 0.02102579116821289, 0.02102579116821289, 0.020899839401245117, 0.020495359420776366, 0.02046771240234375, 0.019580928802490235, 0.02021785545349121, 0.020827199935913084, 0.021453760147094728, 0.021246976852416992, 0.020669439315795898, 0.020576255798339844, 0.020517887115478514, 0.020550655364990233, 0.020526079177856444, 0.020414464950561522, 0.020571136474609376, 0.020574207305908202, 0.020571136474609376, 0.020504575729370117, 0.020513792037963868, 0.020577280044555665, 0.020618240356445314, 0.020553728103637696, 0.020553728103637696, 0.020618240356445314, 0.020559871673583984, 0.020525056838989256, 0.020493312835693358, 0.020572160720825194, 0.020658176422119142, 0.02070528030395508, 0.020518911361694335, 0.020523040771484376, 0.020535263061523437, 0.020719615936279297, 0.020527103424072265, 0.020625408172607423, 0.020618240356445314, 0.02045030403137207, 0.020521984100341797, 0.02063564872741699, 0.02067046356201172, 0.020406272888183592, 0.020610048294067384, 0.04196352005004883, 0.02043187141418457, 0.0204400634765625, 0.02038991928100586, 0.020465631484985352, 0.020556800842285155, 0.020530176162719727, 0.02048409652709961, 0.020521984100341797, 0.02063564872741699, 0.02049228858947754, 0.020715583801269533, 0.020453311920166015, 0.020521984100341797, 0.020552703857421875, 0.020158464431762696, 0.02021887969970703, 0.020607999801635742, 0.020452415466308594, 0.02016147232055664, 0.020067327499389647, 0.02004278373718262, 0.020034528732299803, 0.02026393508911133, 0.0204400634765625, 0.02040012741088867, 0.0204769287109375, 0.020361215591430663, 0.02048204803466797, 0.02082918357849121, 0.020510719299316405, 0.020548608779907225, 0.020427776336669923, 0.020580352783203124, 0.020525056838989256, 0.020485120773315428, 0.020428800582885744, 0.02044211196899414, 0.02049843215942383, 0.02043187141418457, 0.020543487548828124, 0.020555776596069338, 0.02051481628417969, 0.02047283172607422, 0.020436992645263673, 0.02053222465515137, 0.02043801689147949, 0.02061516761779785, 0.02051584053039551, 0.020633600234985353, 0.020494335174560546, 0.02062745666503906, 0.020618240356445314, 0.020567039489746093, 0.020290559768676757, 0.020137983322143553, 0.020205568313598633, 0.020311040878295897, 0.020555776596069338, 0.02058137512207031, 0.020380672454833985, 0.02023628807067871, 0.020110336303710938, 0.04193996810913086, 0.020518911361694335, 0.020434944152832032, 0.020479999542236327, 0.02037555122375488, 0.02022604751586914, 0.020539392471313478, 0.020477951049804686, 0.020512767791748047, 0.02042265510559082, 0.020184064865112306, 0.020117504119873047, 0.02022809600830078, 0.020220928192138672, 0.020133888244628906, 0.020153343200683595, 0.020205568313598633, 0.020179967880249023, 0.02020249557495117, 0.020397056579589845, 0.0204083194732666, 0.020452352523803712, 0.020709375381469726, 0.020536352157592773, 0.020569120407104492, 0.020712383270263673, 0.02067558479309082, 0.02046976089477539, 0.02062950325012207, 0.020591615676879883, 0.02054560089111328, 0.020470720291137695, 0.02062848091125488, 0.020525056838989256, 0.02063667106628418, 0.020180992126464844, 0.020497407913208008, 0.020463615417480468, 0.020560895919799805, 0.020455423355102538, 0.02049228858947754, 0.020497407913208008, 0.020783103942871094, 0.02067353630065918, 0.02052716827392578, 0.020462528228759765, 0.02046771240234375, 0.02046156883239746, 0.020393983840942383, 0.020543487548828124, 0.02048307228088379, 0.020577280044555665, 0.02022502326965332, 0.02027519989013672, 0.020053056716918944, 0.020212671279907227, 0.020191232681274415, 0.020178943634033202, 0.020167680740356447, 0.020117504119873047, 0.02007859230041504, 0.020117504119873047, 0.020113407135009767, 0.04185190582275391, 0.020574207305908202, 0.02048409652709961, 0.020544511795043945, 0.020570112228393556, 0.020485120773315428, 0.020479999542236327, 0.020444160461425782, 0.020455423355102538, 0.020508672714233397, 0.020755456924438476, 0.020626432418823244, 0.020527103424072265, 0.02041651153564453, 0.0206059513092041, 0.020625408172607423, 0.02051481628417969, 0.02042470359802246, 0.020486143112182616, 0.020625408172607423, 0.02045849609375, 0.020376575469970702, 0.020579328536987306, 0.02050048065185547, 0.020447296142578127, 0.021670848846435546, 0.021770240783691407, 0.020717567443847656, 0.020555776596069338, 0.020579328536987306, 0.02043801689147949, 0.020518911361694335, 0.020528127670288086, 0.02062335968017578, 0.020541439056396483, 0.020134912490844727, 0.020534271240234374, 0.020531200408935548, 0.02058956718444824, 0.02129408073425293, 0.02088960075378418, 0.02066534423828125, 0.02064896011352539, 0.020980735778808594, 0.020668415069580077, 0.02065203285217285, 0.020512767791748047, 0.020726783752441406, 0.020625408172607423, 0.020558847427368163, 0.021715967178344727, 0.02653900718688965, 0.020083711624145507, 0.019509248733520508, 0.019376127243041993, 0.019313663482666017, 0.01927577590942383, 0.01933830451965332, 0.01951123237609863, 0.01965977668762207, 0.019324928283691405, 0.01924198341369629, 0.019361791610717775, 0.039226367950439454, 0.01927577590942383, 0.019344383239746094, 0.01924198341369629, 0.01927475166320801, 0.019358720779418945, 0.019298303604125978, 0.019286016464233398, 0.01997209548950195, 0.02002022361755371, 0.019853311538696287, 0.019904512405395508, 0.020165632247924805, 0.020247552871704103, 0.02008678436279297, 0.020141056060791016, 0.020207616806030275, 0.020179967880249023, 0.020182016372680665, 0.020178943634033202, 0.0200581111907959, 0.0200581111907959, 0.020160543441772462, 0.019831775665283203, 0.019837984085083006, 0.019801055908203125, 0.019960832595825196, 0.020147199630737304, 0.020147199630737304, 0.020162559509277343, 0.02027008056640625, 0.020158464431762696, 0.020187135696411132, 0.02025574493408203, 0.020184064865112306, 0.01986355209350586, 0.019937280654907227, 0.02017078399658203, 0.020232160568237303, 0.020083744049072264, 0.02005193519592285, 0.020067327499389647, 0.0200949764251709, 0.020143104553222657, 0.02010419273376465, 0.020521984100341797, 0.01927577590942383, 0.01925632095336914, 0.019358720779418945, 0.019187711715698243, 0.019284992218017577, 0.019163135528564454, 0.01924403190612793, 0.019372032165527343, 0.019333120346069335, 0.01921433639526367, 0.01921843147277832, 0.019276800155639647, 0.0194652156829834, 0.01920921516418457, 0.019322879791259767, 0.01906175994873047, 0.01904844856262207, 0.040079360961914064, 0.019129344940185547, 0.019504127502441407, 0.019963903427124022, 0.0198287353515625, 0.019862527847290038, 0.019958784103393554, 0.019818496704101563, 0.019854335784912108, 0.01983283233642578, 0.019777536392211914, 0.019811328887939454, 0.019786752700805665, 0.020158464431762696, 0.01985843276977539, 0.0198287353515625, 0.021738496780395508, 0.02061516761779785, 0.020190208435058594, 0.020191232681274415, 0.020171775817871093, 0.02012876892089844, 0.020297727584838866, 0.020118528366088868, 0.020166656494140626, 0.0200949764251709, 0.020170751571655272, 0.020185087203979494, 0.020366336822509764, 0.0200898551940918, 0.02001817512512207, 0.020237312316894532, 0.020661247253417968, 0.020365312576293947, 0.020249599456787108, 0.020146175384521483, 0.020002880096435548, 0.020131776809692383, 0.02141900825500488, 0.020403200149536133, 0.02022502326965332, 0.020207616806030275, 0.020368383407592772, 0.020168703079223634, 0.020561920166015626, 0.020143104553222657, 0.019977216720581056, 0.020197376251220703, 0.02045747184753418, 0.02035916709899902, 0.020398080825805662, 0.020200447082519533, 0.020299776077270508, 0.02021171188354492, 0.020291584014892578, 0.020247552871704103, 0.02027724838256836, 0.020274175643920898, 0.02023423957824707, 0.020168703079223634, 0.020389888763427736, 0.0202926082611084, 0.020231168746948244, 0.04112793731689453, 0.020172800064086914, 0.019365888595581054, 0.019314687728881837, 0.019366912841796875, 0.01943756866455078, 0.01979084777832031, 0.019393535614013673, 0.0192675838470459, 0.01991372871398926, 0.01929113578796387, 0.01929523277282715, 0.01922867202758789, 0.019503103256225587, 0.019333120346069335, 0.01926348876953125, 0.019216384887695313, 0.0194201602935791, 0.019567615509033204, 0.019343360900878907, 0.019334144592285156, 0.01940275192260742, 0.01924812889099121, 0.019359743118286133, 0.019224576950073242, 0.019276800155639647, 0.019388416290283202, 0.019337215423583985, 0.02008166313171387, 0.020891647338867187, 0.020369407653808593, 0.02022707176208496, 0.020230144500732423, 0.020319232940673827, 0.019973119735717772, 0.020149248123168945, 0.01987481689453125, 0.019800064086914062, 0.020091903686523437, 0.02021171188354492, 0.020157440185546875, 0.020093952178955078, 0.019972127914428713, 0.02007961654663086, 0.019956703186035155, 0.020099071502685546, 0.0200581111907959, 0.02006425666809082, 0.020009983062744142, 0.01999564743041992, 0.02006937599182129, 0.0208855037689209, 0.020969472885131835, 0.020313087463378905, 0.020084735870361328, 0.02017791938781738, 0.02006937599182129, 0.020192256927490236, 0.020137983322143553, 0.0200898551940918, 0.020130815505981444, 0.020145151138305666, 0.020141056060791016, 0.04103168106079102, 0.020156415939331054, 0.020174848556518556, 0.02079539108276367, 0.020699136734008788, 0.02020147132873535, 0.020124671936035156, 0.020185087203979494, 0.020254720687866212, 0.020192256927490236, 0.020323328018188477, 0.020363264083862305, 0.020185087203979494, 0.020051008224487306, 0.020264896392822265, 0.020256767272949217, 0.02024345588684082, 0.02009600067138672, 0.01924095916748047, 0.019195903778076173, 0.019902463912963866, 0.019935232162475586, 0.019334144592285156, 0.019338239669799806, 0.019324928283691405, 0.019330047607421876, 0.019315711975097655, 0.01923481559753418, 0.01937919998168945, 0.01925017547607422, 0.019276800155639647, 0.02010316848754883, 0.01922662353515625, 0.019296255111694336, 0.019309568405151366, 0.01924300765991211, 0.019572736740112305, 0.020116512298583984, 0.0200928955078125, 0.020116479873657226, 0.020116479873657226, 0.020198400497436524, 0.02021785545349121, 0.020176895141601564, 0.02012774467468262, 0.02009600067138672, 0.020123647689819335, 0.020130815505981444, 0.02003046417236328, 0.019929088592529298, 0.019801088333129883, 0.019833856582641602, 0.01982361602783203, 0.019886079788208007, 0.02012876892089844, 0.02025369644165039, 0.020191232681274415, 0.020187135696411132, 0.020160512924194338, 0.02016873550415039, 0.020209632873535156, 0.020076543807983398, 0.020200447082519533, 0.03933900833129883, 0.019300352096557616, 0.019479551315307618, 0.02031820869445801, 0.020075519561767577, 0.020067327499389647, 0.020115455627441405, 0.02005401611328125, 0.020172800064086914, 0.0200447998046875, 0.0198287353515625, 0.020113407135009767, 0.020176895141601564, 0.020206592559814454, 0.02020351982116699, 0.020125696182250977, 0.020166656494140626, 0.020144128799438478, 0.020099071502685546, 0.020116479873657226, 0.020039680480957032, 0.02008678436279297, 0.019891199111938478, 0.019926015853881835, 0.020175872802734376, 0.020080671310424805, 0.02006524848937988, 0.020178943634033202, 0.020184064865112306, 0.020146175384521483, 0.0200898551940918, 0.020150272369384766, 0.02030284881591797, 0.019489791870117186, 0.019314687728881837, 0.019280895233154297, 0.019310592651367187, 0.019208192825317383, 0.01946931266784668, 0.019352575302124024, 0.0198922233581543, 0.019378175735473634, 0.019359743118286133, 0.019527679443359376, 0.020212736129760742, 0.02025574493408203, 0.02008780860900879, 0.02010316848754883, 0.020134912490844727, 0.02004275131225586, 0.020074495315551756, 0.020121599197387697, 0.020242431640625, 0.020189184188842774, 0.020134912490844727, 0.02010419273376465, 0.02007961654663086, 0.020562944412231447, 0.020195327758789062, 0.020163583755493163, 0.02018611145019531, 0.019976192474365235, 0.020160512924194338, 0.04106547164916992, 0.020141088485717773, 0.02012771224975586, 0.020122623443603514, 0.02008576011657715, 0.020154367446899413, 0.020116479873657226, 0.020150272369384766, 0.020239360809326173, 0.020188159942626953, 0.020124671936035156, 0.020142080307006836, 0.02023628807067871, 0.020141056060791016, 0.019298336029052735, 0.01943446350097656, 0.019355648040771483, 0.019551231384277345, 0.020248575210571287, 0.020076543807983398, 0.02005299186706543, 0.020142080307006836, 0.020150335311889648, 0.0202106876373291, 0.020240320205688476, 0.020200447082519533, 0.020452352523803712, 0.02024550437927246, 0.019277824401855468, 0.019314687728881837, 0.019154943466186524, 0.01925324821472168, 0.01943552017211914, 0.01922662353515625, 0.019341312408447265, 0.019208192825317383, 0.01925017547607422, 0.019269632339477538, 0.019305471420288087, 0.019201055526733398, 0.019291168212890626, 0.019224512100219728, 0.019343360900878907, 0.019312639236450196, 0.01923276710510254, 0.019280895233154297, 0.019381248474121093, 0.019347455978393553, 0.01926144027709961, 0.019320831298828126, 0.019252223968505858, 0.01932598304748535, 0.019189727783203124, 0.019283967971801756, 0.01920204734802246, 0.019164159774780275, 0.01946214485168457, 0.019400703430175782, 0.019342336654663086, 0.019257408142089844, 0.019091392517089845, 0.019186687469482423, 0.019256383895874023]",tokens/s,48.94720490925047,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,2,2,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/2/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947704-3e511b6f6d9a08dc21cd5001;7ca7466c-e12d-4a99-ad09-c48624463b6a) Repository Not Found for url: https://huggingface.co/2/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 2 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-564M,facebook/xglm-564M,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-14B,Qwen/Qwen-14B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-7b,huggyllama/llama-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4118.8352,5287.44448,0.0,4640.997376,4330.668544,s,10,3.199770599365234,0.3199770599365234,0.0010987871136328136,0.319611572265625,0.3212721221923828,0.3214572280883789,0.32160531280517574,"[0.3186963195800781, 0.321642333984375, 0.31907034301757814, 0.3192275390625, 0.31931597900390624, 0.31859243774414064, 0.3199071655273438, 0.3208581237792969, 0.3212293701171875, 0.3212309875488281]",tokens/s,800.0573542702871,kWh,3.7597384252068075e-06,2.0601344561157475e-06,1.9058834691498827e-05,2.487870757282138e-05,tokens/kWh,10289923.5923198,MB,4118.8352,5287.44448,0.0,4640.997376,4515.667456,s,10,175.24812890625003,17.524812890625004,0.001692349576365435,17.524873046875,17.52657421875,17.526934570312502,17.527222851562502,"[17.526490234375, 17.52201953125, 17.52540625, 17.523869140625, 17.526494140625, 17.5229296875, 17.52605078125, 17.52433984375, 17.527294921875, 17.523234375]",tokens/s,3.5949028610572045,kWh,0.0002069262282188154,0.00011341282225046485,0.0010168423551399131,0.0013371814056091932,tokens/kWh,47114.02636600264,,s,629,177.8505667419435,0.2827512984768575,0.03806059605802491,0.2781583251953125,0.2783428588867187,0.27845591430664063,0.5976819677734375,"[0.27871743774414065, 0.27800677490234377, 0.2780641174316406, 0.27811532592773436, 0.27805184936523436, 0.2780139465332031, 0.27827301025390627, 0.2780057678222656, 0.27811737060546876, 0.2780006408691406, 0.2779729919433594, 0.2780917663574219, 0.27807949829101564, 0.2780334167480469, 0.2780498046875, 0.2780159912109375, 0.27821875, 0.2780415954589844, 0.2781839294433594, 0.27806002807617186, 0.2781737060546875, 0.2782105712890625, 0.27815731811523436, 0.27806719970703125, 0.27823822021484373, 0.2781890563964844, 0.2781757507324219, 0.2782607421875, 0.27825665283203127, 0.2780579833984375, 0.2782085266113281, 0.2781737060546875, 0.2787737731933594, 0.2779945068359375, 0.27806719970703125, 0.2782300109863281, 0.27823410034179685, 0.27815731811523436, 0.27820440673828123, 0.27822796630859375, 0.2781460571289063, 0.2781163635253906, 0.2783354797363281, 0.27812966918945314, 0.2782085266113281, 0.2782443542480469, 0.27818701171875, 0.27816549682617187, 0.2784901123046875, 0.278086669921875, 0.27818292236328124, 0.27805902099609375, 0.2783416442871094, 0.27812045288085935, 0.2782668762207031, 0.2785331115722656, 0.27829043579101564, 0.27823614501953126, 0.27819931030273437, 0.27824844360351564, 0.27833447265625, 0.2785791931152344, 0.6001438598632812, 0.2782515258789062, 0.27794842529296876, 0.2779443054199219, 0.2780845947265625, 0.27819827270507813, 0.27793508911132814, 0.2779207763671875, 0.2779176940917969, 0.2781163635253906, 0.27792691040039064, 0.27797503662109374, 0.2780159912109375, 0.2780928039550781, 0.2779852905273438, 0.2779893798828125, 0.278066162109375, 0.27818597412109375, 0.2779955139160156, 0.27823309326171874, 0.27806207275390626, 0.27807537841796875, 0.27810919189453126, 0.27808154296875, 0.27801089477539065, 0.27824844360351564, 0.27804568481445313, 0.2780610656738281, 0.27807232666015624, 0.2783078308105469, 0.27802420043945314, 0.2781317138671875, 0.27807232666015624, 0.2782791748046875, 0.27822592163085935, 0.27818701171875, 0.2781470642089844, 0.2781583251953125, 0.2782033996582031, 0.27801702880859375, 0.27811737060546876, 0.2783529052734375, 0.278086669921875, 0.27823822021484373, 0.27814501953125, 0.278139892578125, 0.2781941833496094, 0.2781890563964844, 0.2781419372558594, 0.2783477783203125, 0.2780211181640625, 0.2781265869140625, 0.27814093017578123, 0.2782791748046875, 0.2780968933105469, 0.278150146484375, 0.2782494812011719, 0.27812045288085935, 0.2781327209472656, 0.2780999755859375, 0.278392822265625, 0.2782843017578125, 0.2782085266113281, 0.5975418701171875, 0.27819827270507813, 0.27800473022460936, 0.2784552917480469, 0.27817880249023436, 0.2781265869140625, 0.27798220825195313, 0.2782033996582031, 0.2780334167480469, 0.27807232666015624, 0.2779852905273438, 0.27800473022460936, 0.27807537841796875, 0.2781890563964844, 0.27802420043945314, 0.2780702819824219, 0.2780682373046875, 0.2782576599121094, 0.2780498046875, 0.2782310485839844, 0.2780282897949219, 0.2781767578125, 0.27803237915039064, 0.2783139953613281, 0.2781757507324219, 0.2782801818847656, 0.277960693359375, 0.2782054443359375, 0.27814297485351563, 0.2783446960449219, 0.2781388854980469, 0.27824639892578124, 0.27826995849609376, 0.2784276428222656, 0.2780948486328125, 0.2781532287597656, 0.27822592163085935, 0.2782054443359375, 0.27817880249023436, 0.2781665344238281, 0.27824639892578124, 0.27829556274414063, 0.2781265869140625, 0.278245361328125, 0.27814093017578123, 0.2783139953613281, 0.2781061096191406, 0.27816754150390627, 0.2781890563964844, 0.27845632934570314, 0.27824844360351564, 0.2782033996582031, 0.27822079467773436, 0.27834674072265625, 0.278086669921875, 0.2782300109863281, 0.27812863159179685, 0.2782863464355469, 0.2781245422363281, 0.27810406494140627, 0.2781368408203125, 0.2782843017578125, 0.27829656982421874, 0.5977364501953125, 0.27820748901367187, 0.278086669921875, 0.2778470458984375, 0.27810406494140627, 0.27807437133789065, 0.2779862976074219, 0.27809588623046877, 0.278034423828125, 0.27804568481445313, 0.2779361267089844, 0.27803955078125, 0.27801907348632815, 0.27817984008789065, 0.2780068054199219, 0.2782811889648438, 0.27811737060546876, 0.278287353515625, 0.2779320373535156, 0.2781194152832031, 0.27817779541015625, 0.27823614501953126, 0.27800473022460936, 0.2781583251953125, 0.27806515502929685, 0.2782054443359375, 0.2779637756347656, 0.2781051025390625, 0.2781112365722656, 0.2782054443359375, 0.27805490112304687, 0.2781685791015625, 0.2781337585449219, 0.27833139038085936, 0.2780282897949219, 0.2781562805175781, 0.2781532287597656, 0.278302734375, 0.2782597045898437, 0.27802215576171874, 0.2781481018066406, 0.2782515258789062, 0.2780477294921875, 0.27816448974609376, 0.2782494812011719, 0.27820748901367187, 0.2781747131347656, 0.27834878540039065, 0.27819931030273437, 0.2784481201171875, 0.27812863159179685, 0.2782720031738281, 0.27822900390625, 0.278297607421875, 0.2780835876464844, 0.2782095336914063, 0.27835903930664063, 0.278287353515625, 0.2780948486328125, 0.2781634521484375, 0.2780999755859375, 0.2783303527832031, 0.27833447265625, 0.5978624267578125, 0.27821261596679686, 0.2779811706542969, 0.278066162109375, 0.27802725219726565, 0.27810202026367187, 0.2778531799316406, 0.27789208984375, 0.27802520751953125, 0.2780262451171875, 0.2779648132324219, 0.2780682373046875, 0.27810919189453126, 0.2781767578125, 0.27809381103515624, 0.278029296875, 0.2783907775878906, 0.278329345703125, 0.27802215576171874, 0.278255615234375, 0.27810202026367187, 0.27850650024414064, 0.2779842529296875, 0.2784122924804687, 0.2780897216796875, 0.2783662109375, 0.2780006408691406, 0.27806207275390626, 0.27855563354492185, 0.27834368896484374, 0.27804364013671873, 0.2782310485839844, 0.2782689208984375, 0.27837338256835936, 0.2781245422363281, 0.2781388854980469, 0.2781419372558594, 0.27820748901367187, 0.27821875, 0.2781808776855469, 0.2783354797363281, 0.2782105712890625, 0.2781521911621094, 0.27823513793945315, 0.27807745361328123, 0.27829248046875, 0.27821875, 0.2781583251953125, 0.278139892578125, 0.2785290222167969, 0.27808767700195314, 0.2782586975097656, 0.278550537109375, 0.2783825988769531, 0.2780498046875, 0.2782300109863281, 0.27821261596679686, 0.27856484985351565, 0.2781255798339844, 0.2784675903320312, 0.2782371826171875, 0.27839385986328125, 0.27811737060546876, 0.5970616455078125, 0.27813067626953125, 0.27796786499023435, 0.27793304443359373, 0.27799755859375, 0.2780917663574219, 0.2779473876953125, 0.27804568481445313, 0.27794842529296876, 0.27808050537109374, 0.2779811706542969, 0.27795559692382815, 0.27810098266601563, 0.2780487670898438, 0.27801190185546876, 0.2780201110839844, 0.2779934692382813, 0.27809588623046877, 0.2779811706542969, 0.2780477294921875, 0.27803237915039064, 0.278034423828125, 0.2781255798339844, 0.27822900390625, 0.2781317138671875, 0.2782423095703125, 0.2779443054199219, 0.27803750610351563, 0.27812966918945314, 0.27853414916992186, 0.2781521911621094, 0.2782945251464844, 0.2781941833496094, 0.2784337768554688, 0.27806719970703125, 0.27811532592773436, 0.27824844360351564, 0.27816244506835935, 0.278329345703125, 0.2782300109863281, 0.2782576599121094, 0.27824844360351564, 0.27818701171875, 0.2782576599121094, 0.27810202026367187, 0.27817779541015625, 0.27815731811523436, 0.27818292236328124, 0.2782320556640625, 0.27829861450195315, 0.2781399230957031, 0.2781787719726562, 0.2780928039550781, 0.27823614501953126, 0.2780405883789063, 0.27821774291992185, 0.2782105712890625, 0.2782515258789062, 0.2780498046875, 0.27814501953125, 0.27829144287109375, 0.27833447265625, 0.27817062377929686, 0.5984522094726562, 0.27820440673828123, 0.2780682373046875, 0.2784112548828125, 0.2781603698730469, 0.27815115356445314, 0.27795559692382815, 0.27792486572265623, 0.2780845947265625, 0.27808050537109374, 0.27800372314453126, 0.2780999755859375, 0.2780528564453125, 0.27811328125, 0.27802215576171874, 0.2780282897949219, 0.27807333374023435, 0.2781890563964844, 0.2780692443847656, 0.2781747131347656, 0.27814297485351563, 0.2781634521484375, 0.27806207275390626, 0.27825665283203127, 0.27821261596679686, 0.27833139038085936, 0.2783170471191406, 0.278255615234375, 0.27817880249023436, 0.2783047790527344, 0.27807537841796875, 0.2781890563964844, 0.278181884765625, 0.27822695922851565, 0.27807745361328123, 0.27810919189453126, 0.2781757507324219, 0.278223876953125, 0.2781470642089844, 0.2783907775878906, 0.27839590454101565, 0.27823513793945315, 0.2781757507324219, 0.27824639892578124, 0.278223876953125, 0.27839486694335935, 0.2781665344238281, 0.278192138671875, 0.27821466064453126, 0.27845938110351565, 0.27812353515625, 0.27821978759765625, 0.27819622802734373, 0.27832626342773437, 0.2781542358398438, 0.27822079467773436, 0.2781552734375, 0.2782863464355469, 0.27810406494140627, 0.27827096557617187, 0.27823513793945315, 0.2783047790527344, 0.2782740478515625, 0.5994075927734375, 0.27814093017578123, 0.27803750610351563, 0.278086669921875, 0.27809381103515624, 0.27812863159179685, 0.2779811706542969, 0.27799038696289063, 0.2779422607421875, 0.2780784606933594, 0.2779504699707031, 0.27848703002929687, 0.27810406494140627, 0.2781194152832031, 0.2779842529296875, 0.27803237915039064, 0.27805902099609375, 0.2782392272949219, 0.2780405883789063, 0.2782105712890625, 0.2780579833984375, 0.27812249755859375, 0.2779996032714844, 0.27808154296875, 0.2779955139160156, 0.27817062377929686, 0.2779781188964844, 0.27817880249023436, 0.2781317138671875, 0.2783211669921875, 0.2785587158203125, 0.2781614074707031, 0.27808563232421873, 0.27834368896484374, 0.27816244506835935, 0.278223876953125, 0.27809381103515624, 0.2782320556640625, 0.2781839294433594, 0.27823309326171874, 0.2780928039550781, 0.27814093017578123, 0.27819827270507813, 0.27818801879882815, 0.27810098266601563, 0.2782320556640625, 0.2781388854980469, 0.2786427001953125, 0.2782156677246094, 0.27833956909179686, 0.2781757507324219, 0.27812762451171874, 0.27827609252929686, 0.27822079467773436, 0.27807232666015624, 0.278255615234375, 0.2781521911621094, 0.2782392272949219, 0.2781737060546875, 0.27821261596679686, 0.27813784790039064, 0.27822592163085935, 0.2782843017578125, 0.5997230224609374, 0.27827813720703126, 0.2780159912109375, 0.2779914245605469, 0.27814910888671873, 0.27811737060546876, 0.2779156494140625, 0.27793408203125, 0.27801190185546876, 0.27820645141601563, 0.2780078125, 0.27846450805664064, 0.278108154296875, 0.2782023620605469, 0.2780917663574219, 0.278012939453125, 0.27807232666015624, 0.27825457763671874, 0.2779525146484375, 0.278329345703125, 0.2780928039550781, 0.2782300109863281, 0.27806207275390626, 0.2785853576660156, 0.2781440124511719, 0.278371337890625, 0.2780917663574219, 0.2781481018066406, 0.2784583740234375, 0.27841741943359377, 0.27818597412109375, 0.2781767578125, 0.2782167053222656, 0.278319091796875, 0.2781317138671875, 0.2781481018066406, 0.2781583251953125, 0.2782300109863281, 0.27817166137695315, 0.2780784606933594, 0.27825357055664063, 0.2783426513671875, 0.27805389404296876, 0.2783129577636719, 0.27806515502929685, 0.2782494812011719, 0.2782392272949219, 0.2786355285644531, 0.278265869140625, 0.2783918151855469, 0.2780999755859375, 0.2781695861816406, 0.27828839111328124, 0.2784051208496094, 0.2779842529296875, 0.2784184265136719, 0.2781972351074219, 0.2782597045898437, 0.2781265869140625, 0.2787901306152344, 0.2782740478515625, 0.2783006591796875, 0.27813580322265624, 0.5999011840820313, 0.2781163635253906, 0.278012939453125, 0.27800473022460936, 0.27796890258789064, 0.27814297485351563, 0.27796173095703125, 0.2779258728027344, 0.27796685791015624, 0.27798220825195313, 0.277928955078125, 0.27801190185546876, 0.2779945068359375, 0.2780262451171875, 0.2779996032714844, 0.27815731811523436, 0.27801190185546876, 0.2782371826171875, 0.27798834228515623, 0.2782371826171875, 0.2780415954589844, 0.27808767700195314, 0.27802725219726565, 0.27810302734375, 0.27849319458007815, 0.2783078308105469, 0.278076416015625, 0.27824331665039065, 0.2781521911621094, 0.27834368896484374, 0.27812863159179685, 0.27816549682617187, 0.27822796630859375, 0.27815936279296877, 0.27807537841796875, 0.27807537841796875, 0.2782013549804688, 0.27819009399414063, 0.2780887145996094, 0.2780364685058594, 0.27817984008789065, 0.2783549499511719, 0.2780979309082031, 0.278255615234375, 0.2780641174316406, 0.2782085266113281, 0.2781112365722656, 0.27812353515625, 0.2781583251953125, 0.27835903930664063, 0.2781255798339844, 0.27817166137695315, 0.27813479614257813, 0.27827609252929686, 0.2780682373046875, 0.2782740478515625, 0.27822283935546877, 0.27829656982421874, 0.2781767578125, 0.27814093017578123, 0.27833139038085936, 0.2783273010253906, 0.27815936279296877]",tokens/s,3.5366769503336077,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-180B,tiiuae/falcon-180B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-669478fc-0e00711739ebb58563ca4613;05296d36-2797-4f16-a6d9-10935807688c) 403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository.. Cannot access content at: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json. If you are trying to create or update content,make sure you have a token with the `write` role. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1826, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 445, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like tiiuae/falcon-180B is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-1.3B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1549.082624,1894.252544,0.0,1247.80544,1098.984448,s,10,0.6902932815551757,0.06902932815551759,0.0006019838254948427,0.06906614685058593,0.06975343475341797,0.06990505294799805,0.07002634750366211,"[0.06901538848876954, 0.06936656188964843, 0.06902413177490234, 0.06912210845947266, 0.0687559356689453, 0.06815689849853515, 0.06910816192626953, 0.06971974182128907, 0.06796768188476562, 0.07005667114257813]",tokens/s,3708.5686162735406,kWh,8.059066923747708e-07,4.4146922857774423e-07,3.551180089618929e-06,4.798556010571444e-06,tokens/kWh,53349382.488402754,MB,1549.082624,1894.252544,0.0,1247.80544,1168.467456,s,10,35.989708984375,3.5989708984375,0.0030848840017165488,3.598654541015625,3.6015862792968747,3.60415751953125,3.60621451171875,"[3.606728759765625, 3.59862353515625, 3.599215087890625, 3.598778076171875, 3.598658447265625, 3.601014892578125, 3.59443408203125, 3.597250244140625, 3.598650634765625, 3.596355224609375]",tokens/s,17.505004007493245,kWh,4.2411679172619496e-05,2.324172357560516e-05,0.00019135653139196553,0.0002570099341401902,tokens/kWh,245126.71158320142,,s,629,36.55295179748535,0.058112800949897216,0.008256915208935968,0.057076736450195314,0.05720985565185547,0.057586278533935546,0.12614662384033204,"[0.05792768096923828, 0.058185791015625, 0.057729984283447264, 0.05792665481567383, 0.05792563247680664, 0.059730945587158205, 0.05775872039794922, 0.05759590530395508, 0.0571976318359375, 0.057110462188720706, 0.05704908752441406, 0.05698559951782227, 0.05702143859863281, 0.057183231353759766, 0.05720166397094727, 0.056976383209228515, 0.057059326171875, 0.057017345428466794, 0.057009151458740234, 0.057000991821289065, 0.057040863037109375, 0.05711155319213867, 0.05708595275878906, 0.05703577423095703, 0.057062400817871096, 0.05713715362548828, 0.057148414611816405, 0.05716070556640625, 0.05717094421386719, 0.057040897369384766, 0.05714739227294922, 0.05710847854614258, 0.05710233688354492, 0.057132030487060545, 0.05711155319213867, 0.05712384033203125, 0.05719859313964844, 0.05710131072998047, 0.057076736450195314, 0.05708697509765625, 0.05710233688354492, 0.05710847854614258, 0.057175041198730465, 0.05717401504516602, 0.05715456008911133, 0.05714636611938476, 0.05713612747192383, 0.05706649780273437, 0.05712179183959961, 0.05715967941284179, 0.05717606353759765, 0.05706854248046875, 0.057076736450195314, 0.05717196655273438, 0.05706547164916992, 0.05705420684814453, 0.0571228141784668, 0.057099262237548826, 0.057057281494140626, 0.05708185577392578, 0.05714540863037109, 0.05712070465087891, 0.12700876617431642, 0.05707468795776367, 0.05699686431884766, 0.05700198364257812, 0.057181182861328124, 0.05723852920532226, 0.05703475189208984, 0.05711769485473633, 0.05705420684814453, 0.057027584075927736, 0.057009151458740234, 0.05712588882446289, 0.057025535583496094, 0.05717708969116211, 0.05727231979370117, 0.05727334213256836, 0.05721395111083984, 0.05715967941284179, 0.05705830383300781, 0.05706547164916992, 0.05700198364257812, 0.057076736450195314, 0.05711052703857422, 0.05705215835571289, 0.057106433868408205, 0.057079807281494144, 0.057059326171875, 0.05705625534057617, 0.057006080627441405, 0.05715660858154297, 0.05715660858154297, 0.057164798736572264, 0.057106433868408205, 0.05722316741943359, 0.05703987121582031, 0.057109504699707034, 0.057059326171875, 0.05715763092041016, 0.05708595275878906, 0.057118785858154296, 0.05713401412963867, 0.05710847854614258, 0.057032703399658206, 0.05712591934204102, 0.0571258544921875, 0.05709414291381836, 0.05705830383300781, 0.05709414291381836, 0.057102367401123046, 0.05714223861694336, 0.05708083343505859, 0.05723852920532226, 0.05701433563232422, 0.05704185485839844, 0.05710540771484375, 0.057115646362304685, 0.057237503051757815, 0.05758566284179688, 0.05718732833862305, 0.05711667251586914, 0.05710233688354492, 0.05715456008911133, 0.05697945785522461, 0.12658073425292968, 0.05708902359008789, 0.05703168106079102, 0.057132030487060545, 0.05711052703857422, 0.05709619140625, 0.056995838165283204, 0.05703680038452148, 0.05712998580932617, 0.05704601669311524, 0.05701939010620117, 0.057090049743652345, 0.057071617126464844, 0.05721702575683594, 0.05734092712402344, 0.057166847229003906, 0.057006080627441405, 0.057033729553222653, 0.057017345428466794, 0.057121856689453125, 0.05707158279418945, 0.05708591842651367, 0.05707263946533203, 0.05805977630615235, 0.057093120574951174, 0.057040897369384766, 0.057079807281494144, 0.05704912185668945, 0.05701526260375977, 0.057178112030029295, 0.05710233688354492, 0.057109504699707034, 0.057073665618896485, 0.0571514892578125, 0.057012222290039063, 0.05710745620727539, 0.05704601669311524, 0.0576071662902832, 0.05707571029663086, 0.05715353775024414, 0.05712390518188477, 0.05712684631347656, 0.05709721755981445, 0.0571228141784668, 0.05711667251586914, 0.05711052703857422, 0.0571033935546875, 0.05707164764404297, 0.05705926513671875, 0.057106433868408205, 0.057071617126464844, 0.05710540771484375, 0.056992767333984375, 0.05714739227294922, 0.05720275115966797, 0.05704083251953125, 0.057017345428466794, 0.057078784942626956, 0.05708492660522461, 0.057038848876953124, 0.05718937683105469, 0.05762662506103516, 0.05711872100830078, 0.12671491241455077, 0.05707158279418945, 0.056986625671386716, 0.056992767333984375, 0.057030654907226565, 0.057025535583496094, 0.056973312377929686, 0.057057281494140626, 0.05702143859863281, 0.05713612747192383, 0.05725900650024414, 0.05728665542602539, 0.05758873748779297, 0.05704499053955078, 0.057043968200683595, 0.05709414291381836, 0.05697740936279297, 0.05714227294921875, 0.057262081146240235, 0.05713100814819336, 0.057012222290039063, 0.0570695686340332, 0.05711052703857422, 0.05702143859863281, 0.057012222290039063, 0.057000961303710934, 0.05704806518554688, 0.05705830383300781, 0.057014270782470705, 0.05713715362548828, 0.05705625534057617, 0.05710745620727539, 0.05698559951782227, 0.05709823989868164, 0.057041919708251954, 0.05713516616821289, 0.05701932907104492, 0.05714432144165039, 0.05702963256835938, 0.057106433868408205, 0.057038848876953124, 0.05710745620727539, 0.05708595275878906, 0.05717196655273438, 0.058533889770507816, 0.05712179183959961, 0.0570880012512207, 0.05712179183959961, 0.05704806518554688, 0.05709721755981445, 0.057090049743652345, 0.05713919830322266, 0.05706649780273437, 0.05708083343505859, 0.057169921875, 0.05711872100830078, 0.05714227294921875, 0.057322494506835936, 0.057078784942626956, 0.05711155319213867, 0.05706444931030273, 0.05710131072998047, 0.056981502532958986, 0.12632067108154296, 0.057099296569824216, 0.056989662170410155, 0.057054176330566406, 0.057060352325439455, 0.05702348709106445, 0.05698457717895508, 0.057009185791015625, 0.057075679779052736, 0.05706752014160156, 0.0569620475769043, 0.05699686431884766, 0.0570511360168457, 0.05705830383300781, 0.05701631927490235, 0.0570880012512207, 0.05705011367797851, 0.05777920150756836, 0.057003009796142576, 0.05709107208251953, 0.05704294586181641, 0.05701324844360352, 0.057025535583496094, 0.057178112030029295, 0.057038848876953124, 0.05702860641479492, 0.05710540771484375, 0.057047039031982424, 0.057009151458740234, 0.057099262237548826, 0.0570777587890625, 0.05711667251586914, 0.057027584075927736, 0.05711052703857422, 0.05703577423095703, 0.05712076950073242, 0.05709619140625, 0.057095169067382816, 0.0570777587890625, 0.05715558242797852, 0.057250816345214846, 0.05714636611938476, 0.057095169067382816, 0.05710540771484375, 0.05710540771484375, 0.05714329528808594, 0.057062400817871096, 0.05707263946533203, 0.05705318450927734, 0.05712384033203125, 0.05710028839111328, 0.05707369613647461, 0.057068511962890624, 0.05705420684814453, 0.05708803176879883, 0.057065441131591794, 0.05714739227294922, 0.058943489074707034, 0.057150463104248046, 0.05707468795776367, 0.05707468795776367, 0.057109504699707034, 0.057059326171875, 0.1256990737915039, 0.057115646362304685, 0.05708806228637695, 0.0570316162109375, 0.056998943328857424, 0.05706646347045898, 0.057024513244628906, 0.057318462371826175, 0.05700396728515625, 0.05711155319213867, 0.05697740936279297, 0.057043968200683595, 0.05700403213500976, 0.057240577697753904, 0.057150463104248046, 0.05707263946533203, 0.05707571029663086, 0.05718220901489258, 0.056994815826416016, 0.057027584075927736, 0.05711872100830078, 0.05708492660522461, 0.05710131072998047, 0.05759897613525391, 0.057586688995361325, 0.05708492660522461, 0.05703168106079102, 0.05709823989868164, 0.05702963256835938, 0.05716070556640625, 0.05714022445678711, 0.057374752044677735, 0.05705315017700195, 0.05716787338256836, 0.05705011367797851, 0.05719347381591797, 0.05729075241088867, 0.057253887176513675, 0.05848166275024414, 0.05718220901489258, 0.05704908752441406, 0.05710540771484375, 0.05706137466430664, 0.057221118927001956, 0.057248767852783204, 0.05716889572143555, 0.05712076950073242, 0.057107486724853516, 0.05708591842651367, 0.05734912109375, 0.057270271301269535, 0.057093120574951174, 0.057014270782470705, 0.057090049743652345, 0.057076736450195314, 0.057022464752197265, 0.05713510513305664, 0.057406463623046876, 0.05713407897949219, 0.05707059097290039, 0.05707468795776367, 0.057038848876953124, 0.0569620475769043, 0.12672614288330078, 0.05702348709106445, 0.05698355102539063, 0.05709721755981445, 0.057057281494140626, 0.056953857421875, 0.05695078277587891, 0.05706547164916992, 0.057057281494140626, 0.05699379348754883, 0.05696211242675781, 0.057078720092773434, 0.056971263885498044, 0.05696819305419922, 0.05695283126831055, 0.057063423156738284, 0.05695897674560547, 0.05703887939453125, 0.05696099090576172, 0.057112575531005856, 0.057041919708251954, 0.05698457717895508, 0.05697740936279297, 0.05796249771118164, 0.05699993515014649, 0.05698252868652344, 0.05710335922241211, 0.05700403213500976, 0.056957950592041014, 0.05702656173706055, 0.057025535583496094, 0.05710752105712891, 0.05693535995483399, 0.05704601669311524, 0.05709209442138672, 0.05706649780273437, 0.056970241546630856, 0.05706854248046875, 0.05708185577392578, 0.05704198455810547, 0.05707462310791016, 0.05708492660522461, 0.05708697509765625, 0.0570777587890625, 0.05704499053955078, 0.05706854248046875, 0.0570695686340332, 0.05701939010620117, 0.05701529693603516, 0.05710131072998047, 0.05703782272338867, 0.057063423156738284, 0.05701529693603516, 0.05704499053955078, 0.05705215835571289, 0.05706649780273437, 0.05704294586181641, 0.05709721755981445, 0.05701836776733398, 0.056989696502685545, 0.057030654907226565, 0.05701836776733398, 0.057000961303710934, 0.12734770965576173, 0.057006080627441405, 0.05698559951782227, 0.056953857421875, 0.056965118408203126, 0.05703987121582031, 0.05703475189208984, 0.05714329528808594, 0.057076736450195314, 0.0571412467956543, 0.05698463821411133, 0.05707155227661133, 0.056971263885498044, 0.057060352325439455, 0.056953857421875, 0.057055233001708984, 0.05772598266601563, 0.0570470085144043, 0.05702041625976562, 0.057000961303710934, 0.056959999084472655, 0.05709318542480469, 0.05723436737060547, 0.05704710388183594, 0.057049022674560544, 0.0570511360168457, 0.05705321502685547, 0.057040863037109375, 0.057026622772216796, 0.05707769775390625, 0.05703782272338867, 0.057090049743652345, 0.05701836776733398, 0.057161727905273435, 0.057043968200683595, 0.05709107208251953, 0.05704601669311524, 0.05714227294921875, 0.05699071884155273, 0.0570880012512207, 0.05707987213134766, 0.057138111114501955, 0.05703987121582031, 0.0571146240234375, 0.05713612747192383, 0.05711974334716797, 0.057032703399658206, 0.0570777587890625, 0.05708492660522461, 0.05710233688354492, 0.056992767333984375, 0.05713715362548828, 0.05701324844360352, 0.057047039031982424, 0.057055233001708984, 0.05706649780273437, 0.05707571029663086, 0.05706649780273437, 0.05699379348754883, 0.05710438537597656, 0.05703680038452148, 0.05844070434570312, 0.05705936050415039, 0.12553929901123048, 0.05704499053955078, 0.05701836776733398, 0.05710745620727539, 0.0571228141784668, 0.05718425750732422, 0.05701836776733398, 0.05708697509765625, 0.05708083343505859, 0.05706854248046875, 0.057097278594970706, 0.057257919311523436, 0.057040897369384766, 0.057115646362304685, 0.05706547164916992, 0.05708185577392578, 0.057032703399658206, 0.05797785568237305, 0.057194496154785154, 0.05756108856201172, 0.05713510513305664, 0.057008190155029295, 0.05702956771850586, 0.057062400817871096, 0.05699379348754883, 0.05717606353759765, 0.05755084609985352, 0.05711974334716797, 0.057014270782470705, 0.05711155319213867, 0.0571146240234375, 0.057112575531005856, 0.057012222290039063, 0.05712793731689453, 0.05706854248046875, 0.05713817596435547, 0.05700710296630859, 0.05709209442138672, 0.05703680038452148, 0.05718841552734375, 0.05739718246459961, 0.05711360168457031, 0.057040958404541015, 0.05703673553466797, 0.05712486267089844, 0.057150463104248046, 0.057169921875, 0.057112575531005856, 0.05705011367797851, 0.05708697509765625, 0.05706547164916992, 0.05713407897949219, 0.05701327896118164, 0.05701833724975586, 0.0570511360168457, 0.057095169067382816, 0.05705011367797851, 0.05706649780273437, 0.05702348709106445, 0.05709823989868164, 0.05703577423095703, 0.05700710296630859, 0.05698457717895508, 0.1276231689453125, 0.057090049743652345, 0.05701123046875, 0.05702755355834961, 0.056941566467285154, 0.05708083343505859, 0.05700710296630859, 0.05703987121582031, 0.05699174499511719, 0.05709823989868164, 0.056981502532958986, 0.057022464752197265, 0.05698559951782227, 0.057095169067382816, 0.056995838165283204, 0.057014270782470705, 0.056981502532958986, 0.057112575531005856, 0.05696716690063477, 0.05702041625976562, 0.056994815826416016, 0.057063423156738284, 0.05703680038452148, 0.05701324844360352, 0.05710131072998047, 0.057041919708251954, 0.05816729736328125, 0.05713407897949219, 0.05703782272338867, 0.05706649780273437, 0.05701324844360352, 0.05717299270629883, 0.05698252868652344, 0.057071617126464844, 0.057003009796142576, 0.05713817596435547, 0.057038848876953124, 0.057076736450195314, 0.057132030487060545, 0.057288768768310544, 0.05703059387207031, 0.05708083343505859, 0.057055233001708984, 0.05710028839111328, 0.057024513244628906, 0.05709107208251953, 0.05712486267089844, 0.05706553649902344, 0.0570049934387207, 0.05719859313964844, 0.057040897369384766, 0.05720883178710937, 0.057005119323730466, 0.057154495239257815, 0.05704806518554688, 0.05705625534057617, 0.05706444931030273, 0.05716377639770508, 0.057012222290039063, 0.057073665618896485, 0.05704915237426758, 0.057067455291748045, 0.05706444931030273]",tokens/s,17.20791260538559,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4915.818496,5956.435968,0.0,5309.988864,5047.4112,s,10,3.514953002929688,0.3514953002929687,0.003265316468333025,0.35043815612792967,0.3522641021728516,0.3567220932006836,0.3602884860229492,"[0.3611800842285156, 0.3499181823730469, 0.35083880615234375, 0.3506215209960937, 0.3510619812011719, 0.3497488098144531, 0.3512734375, 0.34994931030273435, 0.3502547912597656, 0.3501060791015625]",tokens/s,728.316992536247,kWh,4.133434410981292e-06,2.2649312095758246e-06,2.0026433645656355e-05,2.6424799266213472e-05,tokens/kWh,9687869.240593228,MB,4915.818496,5956.435968,0.0,5309.988864,5098.333184,s,10,196.5019375,19.65019375,0.004894283073691026,19.6512177734375,19.655654296875,19.656181640625,19.656603515625,"[19.6550078125, 19.655537109375, 19.644330078125, 19.649078125, 19.64495703125, 19.643501953125, 19.646048828125, 19.65341015625, 19.653357421875, 19.656708984375]",tokens/s,3.206075258163803,kWh,0.00023203698898412251,0.00012717321322392182,0.001095179319629344,0.0014543895218373883,tokens/kWh,43317.14375967834,,s,629,199.34022326660164,0.3169160942235319,0.04163812073537977,0.3118530578613281,0.3122046936035156,0.31237509155273435,0.6620613842773437,"[0.3120076904296875, 0.3119175720214844, 0.3122165832519531, 0.3119708251953125, 0.311731201171875, 0.3118448791503906, 0.3117916259765625, 0.311836669921875, 0.311947265625, 0.3118551025390625, 0.31186944580078124, 0.3120506896972656, 0.311947265625, 0.3119452209472656, 0.3117752380371094, 0.31203021240234374, 0.3118172302246094, 0.31187661743164063, 0.3118172302246094, 0.31209268188476563, 0.31193804931640623, 0.3119237060546875, 0.31178546142578123, 0.3118254089355469, 0.31234561157226565, 0.312079345703125, 0.3118202819824219, 0.31171173095703125, 0.31192678833007814, 0.3117547607421875, 0.3116799926757812, 0.31171173095703125, 0.3117178955078125, 0.311868408203125, 0.31268658447265624, 0.31187966918945315, 0.31214080810546874, 0.31197695922851565, 0.3117424621582031, 0.3118479309082031, 0.3122442321777344, 0.3118254089355469, 0.3116779479980469, 0.31168307495117187, 0.31167486572265624, 0.31168307495117187, 0.31172198486328123, 0.31186944580078124, 0.311731201171875, 0.31188479614257814, 0.31199026489257814, 0.3118960571289062, 0.3121612854003906, 0.311942138671875, 0.3118335876464844, 0.31192474365234374, 0.3122104187011719, 0.31238040161132813, 0.3120220031738281, 0.31192166137695315, 0.31197592163085935, 0.3122083740234375, 0.6620631103515625, 0.31184588623046877, 0.31185614013671875, 0.31188479614257814, 0.31196466064453127, 0.3120138244628906, 0.3117055969238281, 0.31188479614257814, 0.3119503479003906, 0.31250534057617185, 0.31180389404296877, 0.3120015258789062, 0.3118837890625, 0.311942138671875, 0.311657470703125, 0.3117701110839844, 0.3119923095703125, 0.31211520385742186, 0.312453125, 0.312026123046875, 0.31225958251953123, 0.3121766357421875, 0.31197906494140626, 0.31207623291015624, 0.31240704345703124, 0.3126917114257812, 0.3125841979980469, 0.31177426147460935, 0.31191033935546875, 0.3118182373046875, 0.31168511962890627, 0.311794677734375, 0.3120394287109375, 0.3118335876464844, 0.31192779541015625, 0.31178546142578123, 0.3118254089355469, 0.31185614013671875, 0.31187661743164063, 0.31182131958007814, 0.31181112670898437, 0.3120495910644531, 0.3117271118164063, 0.31169329833984377, 0.3130624084472656, 0.3118837890625, 0.31198004150390624, 0.3120107421875, 0.31207424926757815, 0.31199026489257814, 0.3120025634765625, 0.31195755004882814, 0.312280029296875, 0.31251773071289063, 0.3118078918457031, 0.31177728271484373, 0.31187457275390623, 0.3122667541503906, 0.31216433715820313, 0.3118121032714844, 0.3116759033203125, 0.3118663635253906, 0.31180801391601565, 0.6627942504882812, 0.31164007568359375, 0.3119861755371094, 0.31173016357421873, 0.311720947265625, 0.31180902099609376, 0.31198004150390624, 0.31179879760742185, 0.31178750610351563, 0.3117342834472656, 0.3118335876464844, 0.31179367065429686, 0.31170867919921874, 0.31184280395507813, 0.3117824096679688, 0.3117926330566406, 0.31182232666015625, 0.3117926330566406, 0.31173837280273436, 0.3119779968261719, 0.3122431945800781, 0.3120394287109375, 0.3121520690917969, 0.31152435302734377, 0.31191552734375, 0.31201791381835936, 0.31192166137695315, 0.3120025634765625, 0.31182232666015625, 0.311900146484375, 0.3118202819824219, 0.311984130859375, 0.311825439453125, 0.3118980712890625, 0.3114987487792969, 0.3117496337890625, 0.31154791259765624, 0.3116789855957031, 0.3115540466308594, 0.311689208984375, 0.31158477783203126, 0.311741455078125, 0.31166259765625, 0.31153048706054687, 0.3116656494140625, 0.3117424621582031, 0.311689208984375, 0.311741455078125, 0.3118397521972656, 0.3116216430664063, 0.3118674011230469, 0.311736328125, 0.311615478515625, 0.31230361938476564, 0.3117557678222656, 0.3117342834472656, 0.31182437133789065, 0.31218585205078125, 0.31234561157226565, 0.3119175720214844, 0.311878662109375, 0.3116390380859375, 0.3117127685546875, 0.6626898193359375, 0.311836669921875, 0.3117373352050781, 0.31185714721679686, 0.3118940124511719, 0.3116974182128906, 0.31178750610351563, 0.3117178955078125, 0.3116871643066406, 0.31178546142578123, 0.31165234375, 0.3118581848144531, 0.3118305358886719, 0.3117978515625, 0.31175363159179686, 0.31180697631835935, 0.3117230224609375, 0.3122688293457031, 0.3117516479492187, 0.3117926330566406, 0.31178854370117187, 0.31269375610351563, 0.3120660400390625, 0.3118540649414063, 0.3118530578613281, 0.31194622802734373, 0.31193292236328124, 0.31199539184570313, 0.31208755493164064, 0.31201995849609376, 0.31198721313476563, 0.3119032287597656, 0.3118919677734375, 0.3120056457519531, 0.3120332946777344, 0.31201995849609376, 0.31191552734375, 0.31209881591796873, 0.311942138671875, 0.3118674011230469, 0.31210086059570313, 0.31198208618164064, 0.3122421875, 0.3118653564453125, 0.312052734375, 0.31169125366210937, 0.31174041748046877, 0.311615478515625, 0.31168511962890627, 0.3117916259765625, 0.3118940124511719, 0.31168511962890627, 0.31174349975585935, 0.31228414916992187, 0.31193191528320313, 0.31168511962890627, 0.31187966918945315, 0.3119452209472656, 0.3118202819824219, 0.3119431762695313, 0.3119390869140625, 0.3117762451171875, 0.3116421203613281, 0.6631044921875, 0.3115663452148438, 0.31163290405273436, 0.3116759033203125, 0.3118182373046875, 0.31181005859375, 0.3118551025390625, 0.31183462524414063, 0.31163494873046876, 0.3117475891113281, 0.311736328125, 0.31175372314453126, 0.31175985717773436, 0.31170867919921874, 0.31166360473632815, 0.3117046203613281, 0.3116338806152344, 0.311773193359375, 0.3117393798828125, 0.31177215576171874, 0.3116974182128906, 0.3126138916015625, 0.311794677734375, 0.3118899230957031, 0.3119933471679687, 0.3123701782226562, 0.31210699462890623, 0.3118888854980469, 0.3117824096679688, 0.3116175231933594, 0.31168511962890627, 0.3118551025390625, 0.31176702880859375, 0.31181005859375, 0.31184384155273437, 0.3117998046875, 0.31185202026367187, 0.31173016357421873, 0.311841796875, 0.31199642944335937, 0.3118284912109375, 0.311794677734375, 0.31187359619140625, 0.3117526550292969, 0.31203225708007815, 0.31181414794921875, 0.3116369934082031, 0.31174655151367187, 0.31168511962890627, 0.31185714721679686, 0.311630859375, 0.3118131103515625, 0.3116451721191406, 0.31207424926757815, 0.3117066650390625, 0.3116246643066406, 0.31169842529296876, 0.3121131591796875, 0.3120466003417969, 0.3118899230957031, 0.31201177978515626, 0.3121448974609375, 0.31176907348632815, 0.6617681884765625, 0.3116810302734375, 0.31177218627929687, 0.31163491821289063, 0.31164825439453125, 0.3117332458496094, 0.31166156005859375, 0.3117127685546875, 0.3116216430664063, 0.31163290405273436, 0.31180084228515625, 0.31170458984375, 0.3116707763671875, 0.3117004699707031, 0.31171173095703125, 0.3116595153808594, 0.3117619323730469, 0.3117782897949219, 0.3119493103027344, 0.31163494873046876, 0.31175985717773436, 0.312489990234375, 0.3118807067871094, 0.3118407592773437, 0.3117916259765625, 0.3120414733886719, 0.31199026489257814, 0.3117916259765625, 0.31184280395507813, 0.31183154296875, 0.31176602172851564, 0.31183462524414063, 0.3117445678710937, 0.31164306640625, 0.31175167846679686, 0.31193701171875, 0.3118899230957031, 0.311868408203125, 0.3117782897949219, 0.31173016357421873, 0.3117895812988281, 0.31164825439453125, 0.3116779479980469, 0.31167486572265624, 0.3116421203613281, 0.3118305358886719, 0.31164825439453125, 0.31182745361328124, 0.3116974182128906, 0.3116779479980469, 0.3121971130371094, 0.31193804931640623, 0.311804931640625, 0.3120814208984375, 0.3117578125, 0.31161138916015624, 0.31186944580078124, 0.31213772583007815, 0.3120220031738281, 0.31196878051757815, 0.31182745361328124, 0.31183462524414063, 0.3116697692871094, 0.663519287109375, 0.3117413635253906, 0.311762939453125, 0.31178750610351563, 0.3118335876464844, 0.3117916259765625, 0.31170050048828124, 0.31172604370117185, 0.31168307495117187, 0.31174554443359376, 0.3116451721191406, 0.31184384155273437, 0.31170458984375, 0.3117916259765625, 0.31180697631835935, 0.3117025146484375, 0.3117506408691406, 0.3116646423339844, 0.3116288146972656, 0.3120005187988281, 0.3116656494140625, 0.3128586120605469, 0.311773193359375, 0.31196978759765626, 0.3120220031738281, 0.31235379028320315, 0.31208856201171875, 0.31201278686523437, 0.3118499755859375, 0.3117967224121094, 0.31190118408203127, 0.31183770751953127, 0.311900146484375, 0.3118387145996094, 0.31162469482421873, 0.3117496337890625, 0.3116236877441406, 0.3119913024902344, 0.3117844543457031, 0.311630859375, 0.3115704345703125, 0.31169125366210937, 0.311773193359375, 0.3117352905273437, 0.31176907348632815, 0.3115888671875, 0.31168307495117187, 0.3117926330566406, 0.3118397521972656, 0.31179571533203126, 0.31169638061523436, 0.311920654296875, 0.31166156005859375, 0.31240090942382814, 0.3120281677246094, 0.31179571533203126, 0.3116339111328125, 0.3120947265625, 0.31178854370117187, 0.3122022399902344, 0.31194622802734373, 0.31199026489257814, 0.31187149047851564, 0.6620569458007812, 0.31159295654296876, 0.312047607421875, 0.3117424621582031, 0.3119390869140625, 0.3116492919921875, 0.3116697692871094, 0.3118837890625, 0.31192678833007814, 0.3118407592773437, 0.3118663635253906, 0.31164108276367186, 0.3117864990234375, 0.3116707763671875, 0.3117281188964844, 0.3116861572265625, 0.3118612365722656, 0.31181515502929685, 0.31188275146484373, 0.3118202819824219, 0.3120086975097656, 0.3122995300292969, 0.31198309326171875, 0.3120773010253906, 0.3120547790527344, 0.31204556274414064, 0.31210086059570313, 0.31193701171875, 0.31183462524414063, 0.31158578491210936, 0.3116462707519531, 0.31192056274414065, 0.3117752380371094, 0.31220120239257815, 0.31220428466796873, 0.31212646484375, 0.31197491455078125, 0.31204043579101565, 0.31203533935546873, 0.3120588684082031, 0.31178546142578123, 0.31172607421875, 0.3118131103515625, 0.3119257507324219, 0.3119339599609375, 0.3119810485839844, 0.3118970947265625, 0.3117967224121094, 0.31180389404296877, 0.3120977783203125, 0.3121049499511719, 0.3120332946777344, 0.3119574890136719, 0.3141632080078125, 0.31226776123046873, 0.3121868896484375, 0.31191961669921875, 0.31209368896484374, 0.31210086059570313, 0.31201486206054685, 0.31168307495117187, 0.31176806640625, 0.31225958251953123, 0.6623856811523438, 0.3117926330566406, 0.31174349975585935, 0.31176397705078124, 0.31193701171875, 0.31180084228515625, 0.31187249755859375, 0.3118172302246094, 0.3119554443359375, 0.3119237060546875, 0.311973876953125, 0.3118581848144531, 0.3118182373046875, 0.311836669921875, 0.3118284912109375, 0.31187661743164063, 0.3117506408691406, 0.3119585266113281, 0.31187966918945315, 0.3117475891113281, 0.31164620971679685, 0.312406005859375, 0.31215719604492187, 0.3118981018066406, 0.3119810485839844, 0.31215719604492187, 0.31199847412109377, 0.31217868041992186, 0.312121337890625, 0.3118264465332031, 0.31171685791015624, 0.3118878784179687, 0.31180084228515625, 0.31187457275390623, 0.311841796875, 0.311973876953125, 0.312099853515625, 0.3118407592773437, 0.3119308776855469, 0.3118397521972656, 0.3117496337890625, 0.3118407592773437, 0.312110107421875, 0.3120650024414062, 0.311836669921875, 0.3120015258789062, 0.31180697631835935, 0.31198513793945315, 0.31185101318359376, 0.3118695068359375, 0.31196868896484375, 0.3123343505859375, 0.311920654296875, 0.3120220031738281, 0.31227801513671877, 0.31184588623046877, 0.3119636535644531, 0.31258316040039064, 0.3123763122558594, 0.31220632934570314, 0.3120056457519531, 0.31237326049804687, 0.3119923095703125, 0.6621552734375, 0.3120445556640625, 0.3120445556640625, 0.31182232666015625, 0.31201278686523437, 0.3124234313964844, 0.31202407836914064, 0.31181619262695315, 0.31179879760742185, 0.31191043090820314, 0.31195745849609374, 0.3122298889160156, 0.3120445556640625, 0.311841796875, 0.311984130859375, 0.3118264465332031, 0.31190118408203127, 0.3119493103027344, 0.3120660400390625, 0.3122237548828125, 0.31208551025390624, 0.3126251831054688, 0.31243362426757815, 0.31203121948242185, 0.3117332458496094, 0.31224627685546874, 0.31222784423828126, 0.31201995849609376, 0.31172402954101563, 0.31192987060546873, 0.3118817138671875, 0.31197491455078125, 0.3124930419921875, 0.31220632934570314, 0.3121766357421875, 0.3118530578613281, 0.3120005187988281, 0.31181414794921875, 0.3118530578613281, 0.3117834167480469, 0.312121337890625, 0.3120977783203125, 0.31200460815429687, 0.31181005859375, 0.31189093017578123, 0.31181414794921875, 0.311731201171875, 0.3116707763671875, 0.311920654296875, 0.3119257507324219, 0.3117752380371094, 0.3117076416015625, 0.31185614013671875, 0.31231796264648437, 0.3123404846191406, 0.3119360046386719, 0.31179879760742185, 0.3122606201171875, 0.31254937744140626, 0.3121121215820313, 0.3119237060546875, 0.3119339599609375, 0.3121715087890625]",tokens/s,3.15540932829579,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-7b,google/recurrentgemma-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947054-2e3aeb936c0f44c767b87820;2f7e5447-d11d-4695-a209-e308fc4af938) Repository Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: google/recurrentgemma-7b is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",mixtral,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,t,t,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/t/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694757c-42948edb0a41e8681cd13846;0bb5dbc6-86b8-4b3b-8f3a-18f425743497) Repository Not Found for url: https://huggingface.co/t/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: t is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-72B,Qwen/Qwen-72B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-30b,facebook/opt-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5920.48128,19264.96256,0.0,18618.515456,17568.4224,s,10,13.636250732421875,1.3636250732421875,0.0013911200373048066,1.3632360229492186,1.36526396484375,1.3655646606445313,1.3658052172851562,"[1.3619588623046874, 1.3658653564453125, 1.3628095703125, 1.3631519775390626, 1.363320068359375, 1.36268115234375, 1.36159619140625, 1.3645457763671875, 1.3651246337890626, 1.3651971435546875]",tokens/s,187.73488770731407,kWh,1.6087521860996884e-05,8.81578694059499e-06,8.00803973975972e-05,0.00010498370619918906,tokens/kWh,2438473.6381308804,MB,5920.776192,19264.96256,0.0,18618.515456,18063.737344,s,10,773.7046015625,77.37046015625,0.0019337963908966308,77.37146874999999,77.37209921875001,77.372475390625,77.372776328125,"[77.3681171875, 77.366890625, 77.36871875, 77.369234375, 77.37184375, 77.3728515625, 77.372015625, 77.3719921875, 77.37115625, 77.37178125]",tokens/s,0.8142642537316077,kWh,0.0009134529204004341,0.0005006530535104139,0.0045123561932153946,0.005926462167126243,tokens/kWh,10630.288057765307,,s,629,784.751189208985,1.2476171529554603,0.1620076638349565,1.2280596923828124,1.228603564453125,1.2287541748046875,2.591285390625,"[1.2275015869140624, 1.22785693359375, 1.2277237548828126, 1.2276378173828124, 1.2274217529296876, 1.22757421875, 1.227545654296875, 1.2276121826171875, 1.2274759521484375, 1.2279818115234375, 1.227404296875, 1.2277452392578125, 1.228052490234375, 1.2280238037109374, 1.2276787109375, 1.22758349609375, 1.227599853515625, 1.22792138671875, 1.2278056640625, 1.227852783203125, 1.2277022705078124, 1.2278896484375, 1.2279920654296874, 1.2278599853515626, 1.2278763427734376, 1.2280576171875, 1.228009521484375, 1.22785693359375, 1.2278087158203126, 1.2280760498046874, 1.22787939453125, 1.2280084228515624, 1.2280863037109375, 1.227863037109375, 1.2280504150390625, 1.2279561767578124, 1.22813232421875, 1.2283985595703124, 1.228295166015625, 1.2280135498046876, 1.2282030029296875, 1.228663818359375, 1.228421142578125, 1.228379150390625, 1.22830029296875, 1.2289822998046875, 1.2283709716796876, 1.2283565673828125, 1.2282398681640625, 1.228263427734375, 1.228357666015625, 1.228390380859375, 1.2285880126953126, 1.2285133056640625, 1.228326904296875, 1.2283740234375, 1.228368896484375, 1.2287354736328124, 1.22886962890625, 1.22840673828125, 1.22857568359375, 1.2285870361328124, 2.593862548828125, 1.2275291748046875, 1.227547607421875, 1.227926513671875, 1.2278548583984374, 1.227572265625, 1.227619384765625, 1.22757421875, 1.2273797607421875, 1.22773193359375, 1.2276275634765625, 1.22802587890625, 1.227599853515625, 1.2275916748046876, 1.227684814453125, 1.227577392578125, 1.2278282470703126, 1.2277647705078125, 1.22772998046875, 1.22804736328125, 1.227869140625, 1.2276336669921875, 1.2278968505859376, 1.22752099609375, 1.2278170166015625, 1.22778515625, 1.22775244140625, 1.22821728515625, 1.227821044921875, 1.2280186767578125, 1.2279971923828126, 1.2279981689453126, 1.22794287109375, 1.2278455810546876, 1.22800439453125, 1.228254150390625, 1.2278128662109375, 1.2280914306640625, 1.228020751953125, 1.22846826171875, 1.2281630859375, 1.2284395751953125, 1.2282459716796874, 1.2284918212890625, 1.22838427734375, 1.228348388671875, 1.228442626953125, 1.2282664794921876, 1.2283023681640626, 1.2284886474609376, 1.228943359375, 1.2283084716796875, 1.228452880859375, 1.228620849609375, 1.228578857421875, 1.228373046875, 1.22842626953125, 1.22815283203125, 1.2284559326171876, 1.228274658203125, 1.228643310546875, 1.228568603515625, 1.2285665283203124, 2.5911591796875, 1.22747802734375, 1.2275711669921876, 1.2275067138671876, 1.227568115234375, 1.227726806640625, 1.22769921875, 1.22753125, 1.2276746826171876, 1.2275323486328125, 1.2276541748046874, 1.2276910400390626, 1.227979736328125, 1.2276234130859376, 1.227779052734375, 1.2279859619140625, 1.22779541015625, 1.2277923583984376, 1.2276787109375, 1.2280289306640626, 1.2281702880859375, 1.2278231201171874, 1.22785693359375, 1.2278404541015624, 1.2280361328125, 1.227800537109375, 1.227747314453125, 1.227790283203125, 1.2280616455078126, 1.2281201171875, 1.2279141845703125, 1.2280166015625, 1.22825927734375, 1.2279869384765625, 1.2280186767578125, 1.227957275390625, 1.2279306640625, 1.227893798828125, 1.2282408447265625, 1.228127197265625, 1.228315673828125, 1.22830029296875, 1.2282664794921876, 1.2284405517578125, 1.228242919921875, 1.2287200927734374, 1.228547119140625, 1.2284979248046874, 1.228200927734375, 1.2283760986328125, 1.2285, 1.2283924560546875, 1.22846826171875, 1.229179931640625, 1.228505126953125, 1.22847021484375, 1.22847021484375, 1.2283565673828125, 1.2283310546875, 1.228336181640625, 1.2284129638671875, 1.228559326171875, 1.228515380859375, 2.59133447265625, 1.2273797607421875, 1.227472900390625, 1.2273909912109375, 1.2276131591796875, 1.22760498046875, 1.2274647216796875, 1.2278804931640626, 1.227569091796875, 1.2274267578125, 1.227631591796875, 1.227779052734375, 1.22757421875, 1.2281016845703125, 1.2277125244140625, 1.2277913818359374, 1.2276971435546875, 1.2277974853515625, 1.22769921875, 1.2278865966796875, 1.227821044921875, 1.2280657958984376, 1.2279757080078124, 1.2278046875, 1.227931640625, 1.2279449462890626, 1.2281866455078125, 1.2277442626953126, 1.22789892578125, 1.227716552734375, 1.22811181640625, 1.2279183349609375, 1.228264404296875, 1.228305419921875, 1.228179443359375, 1.2279500732421875, 1.2280299072265626, 1.22802587890625, 1.22849072265625, 1.22836279296875, 1.228085205078125, 1.2285347900390624, 1.228453857421875, 1.2285081787109375, 1.2284139404296874, 1.2283126220703124, 1.228770263671875, 1.2283831787109376, 1.228458984375, 1.22840673828125, 1.228547119140625, 1.228316650390625, 1.2283135986328124, 1.228775390625, 1.2287406005859376, 1.2285501708984374, 1.228241943359375, 1.2284866943359376, 1.22855419921875, 1.228422119140625, 1.228507080078125, 1.2281416015625, 1.229000732421875, 2.591890380859375, 1.227748291015625, 1.2275118408203125, 1.227609130859375, 1.2274586181640625, 1.22787939453125, 1.2279306640625, 1.2275589599609376, 1.2279029541015625, 1.2277279052734376, 1.2276080322265626, 1.227610107421875, 1.227577392578125, 1.2278231201171874, 1.2280494384765626, 1.2277503662109375, 1.22777392578125, 1.2278558349609374, 1.2278507080078125, 1.2277452392578125, 1.2277176513671875, 1.22766748046875, 1.2277657470703125, 1.22821728515625, 1.2278538818359375, 1.22825732421875, 1.2279818115234375, 1.2278446044921876, 1.2279869384765625, 1.2279552001953125, 1.227862060546875, 1.2280565185546874, 1.22800634765625, 1.227989990234375, 1.228474365234375, 1.2279234619140624, 1.2281292724609374, 1.2282501220703126, 1.22825732421875, 1.228137451171875, 1.228475341796875, 1.22817333984375, 1.228564453125, 1.22849072265625, 1.2283299560546874, 1.22844677734375, 1.228758056640625, 1.2286812744140625, 1.22870068359375, 1.2283914794921875, 1.228358642578125, 1.2283514404296876, 1.228273681640625, 1.2288778076171876, 1.228632080078125, 1.2287550048828124, 1.2284549560546876, 1.22853173828125, 1.228564453125, 1.2285439453125, 1.2284927978515625, 1.2284365234375, 1.2286463623046875, 2.59109375, 1.2274288330078125, 1.2278671875, 1.2275230712890626, 1.2274820556640624, 1.2275804443359375, 1.2276663818359375, 1.2279715576171875, 1.2277647705078125, 1.22754248046875, 1.2277115478515626, 1.22779345703125, 1.227783203125, 1.227931640625, 1.2276490478515625, 1.2281507568359376, 1.2277032470703124, 1.22787939453125, 1.2279910888671874, 1.2276357421875, 1.2278763427734376, 1.2278804931640626, 1.2281927490234374, 1.2276715087890624, 1.22794189453125, 1.2281026611328125, 1.22768798828125, 1.2280279541015624, 1.22794287109375, 1.2279132080078126, 1.2279326171875, 1.2280279541015624, 1.22810986328125, 1.2284508056640624, 1.2282398681640625, 1.228189697265625, 1.2280596923828124, 1.2279981689453126, 1.2280791015625, 1.2282860107421876, 1.228506103515625, 1.2284088134765625, 1.2284969482421875, 1.2283392333984375, 1.2282879638671875, 1.2283453369140624, 1.2284200439453126, 1.228085205078125, 1.228716064453125, 1.2282030029296875, 1.228507080078125, 1.2283616943359374, 1.2285870361328124, 1.2288624267578125, 1.2283770751953125, 1.2286781005859375, 1.2288572998046876, 1.228396484375, 1.2284600830078125, 1.228695556640625, 1.2285992431640624, 1.228358642578125, 1.2286761474609376, 2.591787109375, 1.2275076904296875, 1.2275506591796874, 1.227726806640625, 1.227630615234375, 1.2275435791015625, 1.2276275634765625, 1.227609130859375, 1.227642822265625, 1.2275977783203125, 1.2276131591796875, 1.2275762939453125, 1.2277083740234376, 1.22778515625, 1.2276162109375, 1.227958251953125, 1.2281292724609374, 1.2281712646484375, 1.227853759765625, 1.2277718505859374, 1.2277872314453124, 1.2279234619140624, 1.2277606201171876, 1.22802685546875, 1.2280863037109375, 1.228136474609375, 1.22784765625, 1.22765625, 1.2282767333984375, 1.2278436279296876, 1.228127197265625, 1.22792041015625, 1.227873291015625, 1.2282890625, 1.2282244873046875, 1.2281416015625, 1.22854296875, 1.2279542236328125, 1.228156982421875, 1.228326904296875, 1.2281640625, 1.228536865234375, 1.22830029296875, 1.228526611328125, 1.228494873046875, 1.2287529296875, 1.2285419921875, 1.2286248779296876, 1.2282193603515625, 1.2288306884765625, 1.22886865234375, 1.2283330078125, 1.2283883056640625, 1.2289013671875, 1.22840478515625, 1.2284815673828124, 1.22851025390625, 1.2287498779296875, 1.228517333984375, 1.228758056640625, 1.2283084716796875, 1.228416015625, 1.2285501708984374, 2.59266455078125, 1.227504638671875, 1.2278660888671875, 1.22789892578125, 1.22762548828125, 1.2277197265625, 1.2276910400390626, 1.2276766357421875, 1.2276439208984375, 1.228011474609375, 1.22763671875, 1.22760400390625, 1.227557861328125, 1.2276910400390626, 1.227947998046875, 1.2277811279296875, 1.227653076171875, 1.2277750244140626, 1.227822021484375, 1.227989013671875, 1.22796435546875, 1.2277974853515625, 1.2279766845703124, 1.2280196533203125, 1.2278599853515626, 1.227790283203125, 1.228094482421875, 1.2279971923828126, 1.2279705810546875, 1.2282930908203125, 1.228063720703125, 1.227872314453125, 1.2279962158203126, 1.22829931640625, 1.2281087646484374, 1.2281282958984374, 1.228105712890625, 1.2282655029296874, 1.22832080078125, 1.228368896484375, 1.228074951171875, 1.2283760986328125, 1.228760009765625, 1.228453857421875, 1.22857470703125, 1.22840576171875, 1.228494873046875, 1.2282347412109376, 1.2281988525390626, 1.2282552490234375, 1.2286689453125, 1.228548095703125, 1.2283740234375, 1.2288101806640626, 1.2285296630859375, 1.228662841796875, 1.2284569091796875, 1.228485595703125, 1.2287314453125, 1.2285972900390625, 1.2285726318359376, 1.22848974609375, 1.2287037353515624, 2.5932626953125, 1.2276817626953125, 1.22800439453125, 1.2277718505859374, 1.2274677734375, 1.22743505859375, 1.2275179443359374, 1.227466796875, 1.2279337158203125, 1.227611083984375, 1.227925537109375, 1.2276080322265626, 1.2277545166015624, 1.22781591796875, 1.2276029052734374, 1.227800537109375, 1.2276541748046874, 1.22794091796875, 1.2277965087890625, 1.22815185546875, 1.2277606201171876, 1.2279029541015625, 1.227779052734375, 1.2276868896484374, 1.227926513671875, 1.22796240234375, 1.2278538818359375, 1.22794189453125, 1.227756591796875, 1.22802587890625, 1.2283494873046874, 1.2279521484375, 1.2279603271484374, 1.2282265625, 1.2282142333984376, 1.227957275390625, 1.2279193115234375, 1.2280760498046874, 1.2283084716796875, 1.228125244140625, 1.2282132568359374, 1.228306396484375, 1.2285020751953124, 1.228748779296875, 1.22846826171875, 1.2287200927734374, 1.2286658935546875, 1.2283555908203125, 1.2285357666015626, 1.2282091064453124, 1.2285030517578126, 1.2285655517578125, 1.22832080078125, 1.228875732421875, 1.2285255126953125, 1.228411865234375, 1.228473388671875, 1.22839453125, 1.2287314453125, 1.22914306640625, 1.2287242431640626, 1.228433349609375, 1.2285992431640624, 2.59333935546875, 1.2275958251953125, 1.2276224365234376, 1.227716552734375, 1.227888671875, 1.2276182861328124, 1.22775341796875, 1.22756298828125, 1.227610107421875, 1.22759375, 1.2276070556640626, 1.2282818603515624, 1.227652099609375, 1.22797265625, 1.2276910400390626, 1.227783203125, 1.2277001953125, 1.22785693359375, 1.2278128662109375, 1.2277913818359374, 1.2278087158203126, 1.22804736328125, 1.2277596435546876, 1.228062744140625, 1.2279705810546875, 1.227979736328125, 1.2279244384765624, 1.22796337890625, 1.2278067626953124, 1.227893798828125, 1.2280299072265626, 1.2283023681640626, 1.227935791015625, 1.228041259765625, 1.228104736328125, 1.2278394775390624, 1.2279736328125, 1.2282020263671876, 1.2280648193359376, 1.2284918212890625, 1.2282501220703126, 1.228357666015625, 1.2283350830078126, 1.228495849609375, 1.2284661865234374, 1.228478515625, 1.2285399169921876, 1.2283228759765625, 1.22830029296875, 1.2282091064453124, 1.2285716552734376, 1.2286761474609376, 1.2286248779296876, 1.2290242919921874, 1.2285009765625, 1.2285665283203124, 1.228802001953125, 1.2282275390625, 1.228537841796875, 1.2286781005859375, 1.228874755859375, 1.228728271484375, 1.2287447509765625]",tokens/s,0.8015279347763984,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2_moe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.3b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1658.970112,2173.17376,0.0,1526.726656,1394.863104,s,10,0.6639782028198242,0.06639782028198242,0.00047391836593018273,0.06625713729858398,0.06650923156738281,0.06715773391723633,0.06767653579711914,"[0.06780623626708984, 0.06627302551269532, 0.06615309143066406, 0.06619852447509765, 0.06627407836914062, 0.0661437759399414, 0.06636511993408203, 0.06624124908447265, 0.0663094711303711, 0.06621363067626954]",tokens/s,3855.5482531324546,kWh,7.832900062477528e-07,4.2920762528151704e-07,3.6955695495366993e-06,4.9080671810659685e-06,tokens/kWh,52159025.24471968,MB,1658.970112,2173.17376,0.0,1526.726656,1491.575808,s,10,35.98306030273437,3.598306030273437,0.0025039769470661115,3.597713623046875,3.59983955078125,3.6025683349609374,3.604751362304688,"[3.605297119140625, 3.5980302734375, 3.59739697265625, 3.5973330078125, 3.599233154296875, 3.596916015625, 3.59815478515625, 3.598333740234375, 3.595916748046875, 3.596448486328125]",tokens/s,17.50823845163959,kWh,4.2416842691572916e-05,2.32466617450817e-05,0.00019955167638146748,0.0002652151808181221,tokens/kWh,237542.96343693772,,s,629,36.52129589843748,0.05806247360641892,0.007916361995363039,0.05709107208251953,0.05719339447021484,0.05736878128051758,0.12369735595703125,"[0.05779558563232422, 0.0578682861328125, 0.05783654403686524, 0.057852928161621096, 0.05800243377685547, 0.05781196975708008, 0.05772185516357422, 0.05787340927124023, 0.05767987060546875, 0.0572149772644043, 0.057047073364257815, 0.057073631286621095, 0.057032703399658206, 0.05702656173706055, 0.05699379348754883, 0.05710131072998047, 0.057079807281494144, 0.057082878112792966, 0.05701324844360352, 0.05713715362548828, 0.0570695686340332, 0.057062400817871096, 0.056995838165283204, 0.05712998580932617, 0.05715875244140625, 0.057074592590332034, 0.0570880012512207, 0.05715456008911133, 0.05708399963378906, 0.057115550994873046, 0.05710028839111328, 0.05710335922241211, 0.057097248077392575, 0.05714838409423828, 0.05710335922241211, 0.057106433868408205, 0.05706547164916992, 0.057132030487060545, 0.057093120574951174, 0.05708595275878906, 0.057071617126464844, 0.05712179183959961, 0.05706854248046875, 0.05711872100830078, 0.05711360168457031, 0.05715251159667969, 0.057090049743652345, 0.05707468795776367, 0.05711667251586914, 0.057079807281494144, 0.057132030487060545, 0.057169921875, 0.05720086288452148, 0.05709392166137695, 0.05707468795776367, 0.05715456008911133, 0.05712179183959961, 0.05714329528808594, 0.05718937683105469, 0.05722521591186523, 0.05715353775024414, 0.057132030487060545, 0.12381187438964844, 0.05702979278564453, 0.05703763198852539, 0.057032703399658206, 0.057009151458740234, 0.05701631927490235, 0.057076736450195314, 0.05699174499511719, 0.05702656173706055, 0.05707571029663086, 0.05714739227294922, 0.05725289535522461, 0.05719855880737305, 0.05702656173706055, 0.05703171157836914, 0.057024513244628906, 0.0570470085144043, 0.05702860641479492, 0.056986625671386716, 0.05700403213500976, 0.05705424118041992, 0.057192512512207035, 0.05702441787719727, 0.057017345428466794, 0.05703475189208984, 0.056986625671386716, 0.057032703399658206, 0.057030654907226565, 0.05709823989868164, 0.05710847854614258, 0.057164798736572264, 0.05715558242797852, 0.05709414291381836, 0.05708902359008789, 0.05709414291381836, 0.05712486267089844, 0.05714739227294922, 0.05707574462890625, 0.057076702117919924, 0.05712793731689453, 0.057166847229003906, 0.05711052703857422, 0.05713919830322266, 0.057099262237548826, 0.05714329528808594, 0.057169921875, 0.05720576095581055, 0.05719551849365234, 0.05710847854614258, 0.05713612747192383, 0.05712076950073242, 0.05713612747192383, 0.057161727905273435, 0.05714432144165039, 0.05712179183959961, 0.05709107208251953, 0.057161727905273435, 0.05714636611938476, 0.05728870391845703, 0.05746380615234375, 0.05720678329467774, 0.057128959655761716, 0.05711769485473633, 0.12364697265625, 0.057012222290039063, 0.05700710296630859, 0.05705324935913086, 0.056995777130126955, 0.057063423156738284, 0.057030654907226565, 0.057011199951171876, 0.057025535583496094, 0.05700198364257812, 0.05699379348754883, 0.05716275024414062, 0.057060352325439455, 0.057024513244628906, 0.05702963256835938, 0.05701324844360352, 0.05707571029663086, 0.057040897369384766, 0.05702143859863281, 0.056995838165283204, 0.05706752014160156, 0.05701836776733398, 0.057033729553222653, 0.05714944076538086, 0.057040897369384766, 0.05706854248046875, 0.057079807281494144, 0.057093120574951174, 0.057099262237548826, 0.057065662384033204, 0.05704684829711914, 0.05705420684814453, 0.057099262237548826, 0.05706649780273437, 0.0570695686340332, 0.05711769485473633, 0.05717299270629883, 0.05716275024414062, 0.05734604644775391, 0.057420799255371094, 0.05709107208251953, 0.057112575531005856, 0.057133056640625, 0.05709823989868164, 0.05710233688354492, 0.057099262237548826, 0.05714739227294922, 0.05715251159667969, 0.057106433868408205, 0.057133056640625, 0.05714227294921875, 0.05720985412597656, 0.057115646362304685, 0.057191425323486325, 0.05712588882446289, 0.05710540771484375, 0.057188350677490236, 0.05713100814819336, 0.05712998580932617, 0.057145343780517575, 0.05711974334716797, 0.05712076950073242, 0.05714636611938476, 0.123720703125, 0.057022464752197265, 0.057032703399658206, 0.056981502532958986, 0.05699686431884766, 0.05703680038452148, 0.05703987121582031, 0.0569815673828125, 0.05703673553466797, 0.057038944244384764, 0.05710428619384766, 0.057000961303710934, 0.05706752014160156, 0.057057281494140626, 0.057057281494140626, 0.05698559951782227, 0.057038848876953124, 0.05703577423095703, 0.05702041625976562, 0.05698252868652344, 0.057025535583496094, 0.057401344299316405, 0.057078784942626956, 0.0569804801940918, 0.0570511360168457, 0.05701529693603516, 0.05704806518554688, 0.05706547164916992, 0.0570777587890625, 0.05705830383300781, 0.05706364822387695, 0.05703145599365234, 0.05710335922241211, 0.057060352325439455, 0.05707059097290039, 0.057057281494140626, 0.05710745620727539, 0.057057281494140626, 0.05708083343505859, 0.05709414291381836, 0.05711872100830078, 0.057057281494140626, 0.057132030487060545, 0.05710028839111328, 0.05714227294921875, 0.057055233001708984, 0.057133056640625, 0.05712796783447266, 0.05711356735229492, 0.05709209442138672, 0.057132030487060545, 0.057140254974365236, 0.05710435104370117, 0.05713407897949219, 0.05717401504516602, 0.0570880012512207, 0.057128959655761716, 0.0575098876953125, 0.05773004913330078, 0.05719347381591797, 0.05715763092041016, 0.057076736450195314, 0.057166847229003906, 0.12378623962402344, 0.056971263885498044, 0.05708697509765625, 0.05710233688354492, 0.05706854248046875, 0.05702656173706055, 0.057850879669189455, 0.05710233688354492, 0.05705420684814453, 0.05700812911987305, 0.05702963256835938, 0.05725798416137695, 0.057573375701904295, 0.057204734802246096, 0.057017345428466794, 0.05701324844360352, 0.057080894470214846, 0.05707769775390625, 0.057017471313476564, 0.05702540969848633, 0.05708697509765625, 0.05701529693603516, 0.057024513244628906, 0.05713100814819336, 0.057055233001708984, 0.05704601669311524, 0.05713100814819336, 0.05712486267089844, 0.05704806518554688, 0.05707059097290039, 0.05711974334716797, 0.057079807281494144, 0.05705215835571289, 0.05704806518554688, 0.05713407897949219, 0.057078784942626956, 0.05711052703857422, 0.057112575531005856, 0.05712793731689453, 0.057073665618896485, 0.057068641662597654, 0.05753334426879883, 0.05752217483520508, 0.05713919830322266, 0.05709823989868164, 0.05709721755981445, 0.057055233001708984, 0.057082878112792966, 0.05713100814819336, 0.057063423156738284, 0.057109504699707034, 0.05712998580932617, 0.05713407897949219, 0.05709823989868164, 0.057154590606689454, 0.05712892913818359, 0.05710335922241211, 0.05715763092041016, 0.05717094421386719, 0.05714329528808594, 0.05709017562866211, 0.05713702392578125, 0.05716582489013672, 0.12367155456542969, 0.05700812911987305, 0.05703782272338867, 0.05701836776733398, 0.057041919708251954, 0.05701631927490235, 0.05701631927490235, 0.05701836776733398, 0.05709414291381836, 0.05703680038452148, 0.057062400817871096, 0.05701631927490235, 0.057095169067382816, 0.057024513244628906, 0.057055233001708984, 0.05703168106079102, 0.05706547164916992, 0.05701631927490235, 0.05705843353271484, 0.05712678527832031, 0.057196544647216796, 0.05729193496704101, 0.05710422515869141, 0.057060352325439455, 0.057011199951171876, 0.057025535583496094, 0.057041919708251954, 0.05705318450927734, 0.05701939010620117, 0.05706547164916992, 0.05711155319213867, 0.057095169067382816, 0.05703680038452148, 0.057071617126464844, 0.05703475189208984, 0.05709209442138672, 0.057057281494140626, 0.05706854248046875, 0.05717299270629883, 0.05707468795776367, 0.05708595275878906, 0.05710540771484375, 0.05712179183959961, 0.057071617126464844, 0.057095169067382816, 0.05707267379760742, 0.05715555191040039, 0.05713715362548828, 0.05710540771484375, 0.05717401504516602, 0.05712486267089844, 0.057112575531005856, 0.057095169067382816, 0.05717196655273438, 0.05716787338256836, 0.05710028839111328, 0.05714227294921875, 0.05711775970458984, 0.057121726989746095, 0.05715456008911133, 0.05717094421386719, 0.057128959655761716, 0.05715865707397461, 0.12389478302001954, 0.057073665618896485, 0.05700931167602539, 0.056977249145507815, 0.057012222290039063, 0.05701836776733398, 0.057033729553222653, 0.05696819305419922, 0.057014270782470705, 0.05702041625976562, 0.05699593734741211, 0.05719337463378906, 0.05705011367797851, 0.056997886657714845, 0.05705318450927734, 0.056987648010253904, 0.05702048110961914, 0.05707360076904297, 0.057090049743652345, 0.057012222290039063, 0.05707263946533203, 0.057046207427978515, 0.057020225524902345, 0.057281536102294923, 0.057132030487060545, 0.05710140609741211, 0.057036705017089843, 0.05708083343505859, 0.05710540771484375, 0.05705318450927734, 0.05710233688354492, 0.05711052703857422, 0.057109504699707034, 0.057071617126464844, 0.05711974334716797, 0.05733385467529297, 0.05712271881103516, 0.05706547164916992, 0.05710847854614258, 0.0571228141784668, 0.0572119026184082, 0.05730815887451172, 0.05717606353759765, 0.057060352325439455, 0.05710028839111328, 0.05712793731689453, 0.05713817596435547, 0.057060352325439455, 0.05712691116333008, 0.05744332885742188, 0.05713103866577148, 0.05709411239624024, 0.057250816345214846, 0.05710335922241211, 0.05711872100830078, 0.05711360168457031, 0.05714227294921875, 0.05708185577392578, 0.05720371246337891, 0.05740236663818359, 0.0572149772644043, 0.05708185577392578, 0.05716582489013672, 0.12376371002197266, 0.05701939010620117, 0.057047039031982424, 0.056995838165283204, 0.05709414291381836, 0.0570695686340332, 0.057012222290039063, 0.05694668960571289, 0.057025535583496094, 0.05703680038452148, 0.05715558242797852, 0.057045024871826173, 0.05706134414672852, 0.05698867034912109, 0.0570511360168457, 0.05730713653564453, 0.05725289535522461, 0.057119712829589844, 0.057027584075927736, 0.05704294586181641, 0.0570511360168457, 0.057043968200683595, 0.057024513244628906, 0.057093120574951174, 0.057420799255371094, 0.057575424194335936, 0.057221118927001956, 0.05708595275878906, 0.05708390426635742, 0.0570880012512207, 0.057148414611816405, 0.05706649780273437, 0.057060352325439455, 0.05710745620727539, 0.05709619140625, 0.057093120574951174, 0.057076736450195314, 0.0571228141784668, 0.05710131072998047, 0.05706649780273437, 0.057137184143066407, 0.05713302230834961, 0.05710233688354492, 0.05707468795776367, 0.057199615478515625, 0.05710540771484375, 0.057095169067382816, 0.05710540771484375, 0.05715865707397461, 0.05712179183959961, 0.057169921875, 0.05713919830322266, 0.05711360168457031, 0.05712588882446289, 0.057109504699707034, 0.057183231353759766, 0.05712793731689453, 0.0571228141784668, 0.05713116836547852, 0.05710627365112304, 0.05712486267089844, 0.057124961853027345, 0.057131935119628906, 0.12383232116699219, 0.05697350311279297, 0.05701715087890625, 0.05711872100830078, 0.05719347381591797, 0.05699174499511719, 0.05700403213500976, 0.05703680038452148, 0.057073665618896485, 0.05701017761230469, 0.05703680038452148, 0.057041919708251954, 0.057076736450195314, 0.057011199951171876, 0.05705318450927734, 0.05705830383300781, 0.05708902359008789, 0.057059425354003906, 0.057135009765625, 0.057017345428466794, 0.057033729553222653, 0.05702963256835938, 0.057040897369384766, 0.05706137466430664, 0.056997886657714845, 0.05702556610107422, 0.05705007934570312, 0.05704806518554688, 0.05703782272338867, 0.05708697509765625, 0.05708390426635742, 0.057093120574951174, 0.05707571029663086, 0.05706752014160156, 0.0570880012512207, 0.057043968200683595, 0.057145343780517575, 0.057024513244628906, 0.05711769485473633, 0.05706752014160156, 0.05708390426635742, 0.057093120574951174, 0.05710745620727539, 0.057038848876953124, 0.057076736450195314, 0.05707468795776367, 0.05709107208251953, 0.05703475189208984, 0.05707059097290039, 0.0571412467956543, 0.057071617126464844, 0.05707263946533203, 0.05708390426635742, 0.057128959655761716, 0.05716070556640625, 0.057115646362304685, 0.05712998580932617, 0.05710438537597656, 0.05709721755981445, 0.05710540771484375, 0.05711667251586914, 0.057071617126464844, 0.05713100814819336, 0.12370738983154297, 0.056989696502685545, 0.0570153923034668, 0.056930206298828126, 0.05698355102539063, 0.05697536087036133, 0.05704908752441406, 0.05694675064086914, 0.05701011276245117, 0.05698972702026367, 0.05703369522094726, 0.056959999084472655, 0.05702860641479492, 0.05698051071166992, 0.05704803085327149, 0.05704601669311524, 0.05697740936279297, 0.057006080627441405, 0.057043968200683595, 0.057000961303710934, 0.057003009796142576, 0.0569804801940918, 0.057164798736572264, 0.05720166397094727, 0.05719039916992188, 0.057057281494140626, 0.05738393783569336, 0.05716275024414062, 0.05712384033203125, 0.05706854248046875, 0.057055233001708984, 0.05703987121582031, 0.057090049743652345, 0.057076736450195314, 0.057079807281494144, 0.05704806518554688, 0.05713817596435547, 0.05705318450927734, 0.05710438537597656, 0.05706137466430664, 0.057181182861328124, 0.057281536102294923, 0.05728169631958008, 0.05711763381958008, 0.057071521759033204, 0.057062496185302736, 0.057097118377685545, 0.057095169067382816, 0.05710335922241211, 0.0570777587890625, 0.05714227294921875, 0.05709107208251953, 0.05705011367797851, 0.05708492660522461, 0.05717606353759765, 0.05711360168457031, 0.057178112030029295, 0.05709107208251953, 0.057133056640625, 0.05706752014160156, 0.05713612747192383, 0.05712998580932617, 0.05712793731689453]",tokens/s,17.222828065827496,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.4b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1595.359232,2173.17376,0.0,1526.726656,1394.863104,s,10,0.6623263702392578,0.06623263702392578,0.00023606018108147416,0.06618220901489258,0.06632227020263672,0.06662019195556641,0.06685852935791016,"[0.0669181137084961, 0.06611609649658202, 0.06618179321289062, 0.06608083343505859, 0.06618262481689453, 0.0661866226196289, 0.06623158264160156, 0.06609548950195313, 0.0660771484375, 0.06625606536865235]",tokens/s,3865.163935833069,kWh,7.826929992836482e-07,4.287589798161134e-07,3.6917340056288315e-06,4.903185984728593e-06,tokens/kWh,52210950.34888227,MB,1595.359232,2173.17376,0.0,1526.726656,1491.575808,s,10,35.95646752929687,3.5956467529296865,0.0008135899821663264,3.595584716796875,3.596604443359375,3.5969305175781248,3.5971913769531247,"[3.597256591796875, 3.595404052734375, 3.595923583984375, 3.595748046875, 3.59598876953125, 3.59542138671875, 3.594245849609375, 3.596531982421875, 3.5951494140625, 3.5947978515625]",tokens/s,17.521187238059028,kWh,4.238840278257247e-05,2.323122906644022e-05,0.00019878792797797785,0.0002644075598269905,tokens/kWh,238268.52772750793,,s,629,36.49370518112184,0.058018609190972695,0.007909574934194006,0.0570511360168457,0.05715558242797852,0.05729751129150391,0.12360420166015626,"[0.05711052703857422, 0.05699379348754883, 0.05696409606933594, 0.05699071884155273, 0.05715558242797852, 0.0573040657043457, 0.057024513244628906, 0.056997886657714845, 0.057022464752197265, 0.057194496154785154, 0.05726105499267578, 0.0569989128112793, 0.056989696502685545, 0.05699686431884766, 0.05699379348754883, 0.05700412750244141, 0.05706742477416992, 0.057040897369384766, 0.05701017761230469, 0.05697536087036133, 0.05695904159545898, 0.05706028747558594, 0.05730614471435547, 0.05744534301757812, 0.05733171081542969, 0.05712076950073242, 0.057059326171875, 0.05705318450927734, 0.05705011367797851, 0.05711769485473633, 0.05714742279052734, 0.056989662170410155, 0.05705420684814453, 0.05701836776733398, 0.05701939010620117, 0.0570030403137207, 0.05712380981445313, 0.05712486267089844, 0.057032703399658206, 0.05707369613647461, 0.05707772827148438, 0.057095169067382816, 0.057022464752197265, 0.0570695686340332, 0.05705011367797851, 0.057033729553222653, 0.05706752014160156, 0.05705011367797851, 0.05706547164916992, 0.057128959655761716, 0.05711769485473633, 0.057082878112792966, 0.057059326171875, 0.057078784942626956, 0.0570777587890625, 0.05708697509765625, 0.05709827041625976, 0.05704188919067383, 0.05709619140625, 0.05708083343505859, 0.05706752014160156, 0.05705011367797851, 0.12362137603759765, 0.056991840362548826, 0.05700495910644531, 0.05700812911987305, 0.05699379348754883, 0.05698457717895508, 0.05697945785522461, 0.056925182342529294, 0.05695897674560547, 0.056953857421875, 0.0570327377319336, 0.05699580764770508, 0.056987648010253904, 0.05701324844360352, 0.05697945785522461, 0.05703987121582031, 0.05702041625976562, 0.057047039031982424, 0.057025535583496094, 0.056981502532958986, 0.05700198364257812, 0.05697439956665039, 0.05703571319580078, 0.0569796142578125, 0.05699465560913086, 0.057000961303710934, 0.05707059097290039, 0.057035839080810544, 0.05702860641479492, 0.057064384460449216, 0.05706752014160156, 0.05705625534057617, 0.05702656173706055, 0.05705215835571289, 0.05708499145507812, 0.057032638549804685, 0.0570695686340332, 0.05703785705566406, 0.057029598236083986, 0.05702963256835938, 0.057057281494140626, 0.05709823989868164, 0.05710847854614258, 0.05726105499267578, 0.05748339080810547, 0.05710015869140625, 0.057079807281494144, 0.05710438537597656, 0.05715251159667969, 0.05705420684814453, 0.057055233001708984, 0.05708902359008789, 0.057047039031982424, 0.05703475189208984, 0.0572221450805664, 0.05709632110595703, 0.057057151794433596, 0.05707574462890625, 0.05714326477050781, 0.057073665618896485, 0.05711872100830078, 0.05728361511230469, 0.05749756622314453, 0.12373709106445313, 0.05693644714355469, 0.05699993515014649, 0.05710847854614258, 0.05697843170166016, 0.056965118408203126, 0.05702041625976562, 0.05701324844360352, 0.05697228622436523, 0.05692940902709961, 0.05695987319946289, 0.05700812911987305, 0.056997886657714845, 0.057006080627441405, 0.05700198364257812, 0.057027584075927736, 0.057040897369384766, 0.05698252868652344, 0.05696716690063477, 0.05702143859863281, 0.05704297637939453, 0.05697635269165039, 0.057030654907226565, 0.05721193695068359, 0.057038814544677734, 0.057003009796142576, 0.057043968200683595, 0.057062400817871096, 0.05704499053955078, 0.057024513244628906, 0.057032703399658206, 0.05708390426635742, 0.05703680038452148, 0.05703475189208984, 0.057022464752197265, 0.05706854248046875, 0.05707468795776367, 0.05700812911987305, 0.05709823989868164, 0.05709823989868164, 0.057055233001708984, 0.05706038284301758, 0.05729481506347656, 0.05743308639526367, 0.05715251159667969, 0.05734604644775391, 0.05720985412597656, 0.05734604644775391, 0.05710745620727539, 0.05708595275878906, 0.057115646362304685, 0.05706649780273437, 0.057112575531005856, 0.05718425750732422, 0.057188350677490236, 0.05706444931030273, 0.05712384033203125, 0.057057342529296874, 0.05707155227661133, 0.05709107208251953, 0.057095169067382816, 0.057075809478759766, 0.05712067031860352, 0.12360908508300782, 0.05700505447387695, 0.05700719833374023, 0.056930206298828126, 0.05698457717895508, 0.057017345428466794, 0.05741567993164062, 0.057556991577148435, 0.05706649780273437, 0.05702963256835938, 0.056997886657714845, 0.0569804801940918, 0.05706854248046875, 0.057014270782470705, 0.056998046875, 0.05701820755004883, 0.05705830383300781, 0.05699379348754883, 0.05703782272338867, 0.056992767333984375, 0.057009151458740234, 0.05701529693603516, 0.057009151458740234, 0.05697552108764648, 0.057010017395019534, 0.057027584075927736, 0.05704499053955078, 0.05703987121582031, 0.05708492660522461, 0.057025535583496094, 0.057040897369384766, 0.05707468795776367, 0.05709209442138672, 0.05703680038452148, 0.057041919708251954, 0.05706041717529297, 0.057095104217529294, 0.05701849746704102, 0.05703667068481445, 0.05710028839111328, 0.05714022445678711, 0.05703680038452148, 0.05714022445678711, 0.05715865707397461, 0.057128959655761716, 0.05706444931030273, 0.057076736450195314, 0.057082878112792966, 0.05706649780273437, 0.05704816055297852, 0.05709507369995117, 0.05713407897949219, 0.057079807281494144, 0.05707263946533203, 0.05713612747192383, 0.05708185577392578, 0.05710028839111328, 0.05710745620727539, 0.05711974334716797, 0.05707468795776367, 0.05711155319213867, 0.0570695686340332, 0.05712691116333008, 0.12370432281494141, 0.056957950592041014, 0.05696409606933594, 0.056973312377929686, 0.05696921539306641, 0.056987648010253904, 0.056957950592041014, 0.05700710296630859, 0.057003009796142576, 0.05695187377929688, 0.057024513244628906, 0.05704697418212891, 0.05699993515014649, 0.056989696502685545, 0.05700931167602539, 0.05735203170776367, 0.057017345428466794, 0.05703168106079102, 0.056995838165283204, 0.05699686431884766, 0.05700198364257812, 0.057017345428466794, 0.057009151458740234, 0.05702876663208008, 0.05699260711669922, 0.05698867034912109, 0.057145343780517575, 0.057256961822509764, 0.057063552856445314, 0.05710015869140625, 0.057556991577148435, 0.057073665618896485, 0.05703782272338867, 0.057024513244628906, 0.05715251159667969, 0.0570511360168457, 0.05703987121582031, 0.057071617126464844, 0.05708902359008789, 0.0570777587890625, 0.05708185577392578, 0.05713919830322266, 0.0570777587890625, 0.05705625534057617, 0.05719859313964844, 0.05732044982910156, 0.05711769485473633, 0.05706547164916992, 0.05709120178222656, 0.05709708786010742, 0.05709721755981445, 0.0570511360168457, 0.05716275024414062, 0.057096225738525394, 0.057081825256347654, 0.05710745620727539, 0.057106433868408205, 0.05708390426635742, 0.05707468795776367, 0.05706752014160156, 0.05710131072998047, 0.0570880012512207, 0.057113662719726566, 0.12363871765136719, 0.05696819305419922, 0.056992767333984375, 0.05697536087036133, 0.05693644714355469, 0.057076736450195314, 0.05710662460327148, 0.0570263671875, 0.05702860641479492, 0.05704601669311524, 0.05699071884155273, 0.05697433471679687, 0.056997886657714845, 0.05704499053955078, 0.057030784606933595, 0.056956798553466796, 0.05703168106079102, 0.05705830383300781, 0.05708390426635742, 0.05699174499511719, 0.05696819305419922, 0.05703782272338867, 0.05703683090209961, 0.05704806518554688, 0.05700707244873047, 0.05702860641479492, 0.05705625534057617, 0.057014270782470705, 0.05703577423095703, 0.05702143859863281, 0.056995838165283204, 0.05702143859863281, 0.05706854248046875, 0.057047039031982424, 0.05701324844360352, 0.05704601669311524, 0.05715763092041016, 0.057232383728027345, 0.05703987121582031, 0.05702963256835938, 0.05712998580932617, 0.05705011367797851, 0.05703081512451172, 0.05702742385864258, 0.05706547164916992, 0.057059326171875, 0.05707379150390625, 0.05710835266113281, 0.05705625534057617, 0.057079936981201174, 0.057076606750488285, 0.057164798736572264, 0.057196544647216796, 0.05732966232299805, 0.057592830657958984, 0.057112575531005856, 0.05710335922241211, 0.057071617126464844, 0.05714432144165039, 0.05708902359008789, 0.057055233001708984, 0.057073665618896485, 0.05708595275878906, 0.12372172546386719, 0.05698867034912109, 0.056992767333984375, 0.05697536087036133, 0.057003009796142576, 0.0569620475769043, 0.05696921539306641, 0.05695388793945313, 0.05703164672851563, 0.05694668960571289, 0.056956928253173826, 0.05697228622436523, 0.05703577423095703, 0.05697228622436523, 0.05700812911987305, 0.05702143859863281, 0.05709721755981445, 0.05698867034912109, 0.05698355102539063, 0.056957950592041014, 0.05701939010620117, 0.056981502532958986, 0.057025535583496094, 0.057180160522460936, 0.057044063568115234, 0.056990623474121094, 0.057009151458740234, 0.057024513244628906, 0.05704806518554688, 0.05703782272338867, 0.05708185577392578, 0.057025535583496094, 0.057060352325439455, 0.05702348709106445, 0.0570777587890625, 0.057062400817871096, 0.057059326171875, 0.05714739227294922, 0.05711155319213867, 0.05710233688354492, 0.057063423156738284, 0.05705318450927734, 0.05711155319213867, 0.05704601669311524, 0.05703577423095703, 0.05702143859863281, 0.0570830078125, 0.057073535919189455, 0.057073665618896485, 0.05704294586181641, 0.057128959655761716, 0.05704294586181641, 0.057057281494140626, 0.05704499053955078, 0.05711155319213867, 0.05706649780273437, 0.05709107208251953, 0.05711667251586914, 0.05715251159667969, 0.05710438537597656, 0.05712076950073242, 0.05711155319213867, 0.05711872100830078, 0.12358975982666015, 0.05694758224487305, 0.05695078277587891, 0.056957950592041014, 0.057017345428466794, 0.05695283126831055, 0.05697228622436523, 0.057017345428466794, 0.05719859313964844, 0.05720064163208008, 0.0571412467956543, 0.05701017761230469, 0.057033729553222653, 0.05706444931030273, 0.057047039031982424, 0.05733478546142578, 0.05700812911987305, 0.0570511360168457, 0.05716275024414062, 0.056997886657714845, 0.05701017761230469, 0.056998943328857424, 0.05703164672851563, 0.057011199951171876, 0.05700713729858398, 0.05699375915527344, 0.05715456008911133, 0.05720476913452149, 0.057122783660888674, 0.05708390426635742, 0.05703987121582031, 0.05700505447387695, 0.05701631927490235, 0.05708902359008789, 0.05744844818115234, 0.057059326171875, 0.05708806228637695, 0.057064384460449216, 0.05704806518554688, 0.0570511360168457, 0.05708902359008789, 0.0570511360168457, 0.05705625534057617, 0.05706137466430664, 0.05708185577392578, 0.057106433868408205, 0.057062400817871096, 0.05704499053955078, 0.057115646362304685, 0.05706854248046875, 0.057071617126464844, 0.05741567993164062, 0.057178112030029295, 0.057296897888183596, 0.057106433868408205, 0.05709619140625, 0.057076736450195314, 0.057033729553222653, 0.05713612747192383, 0.057079807281494144, 0.057062400817871096, 0.05707059097290039, 0.05710851287841797, 0.12359164428710938, 0.05696102523803711, 0.05696307373046875, 0.056927230834960936, 0.056970241546630856, 0.05700719833374023, 0.057005985260009766, 0.05705318450927734, 0.057025535583496094, 0.057006080627441405, 0.05697740936279297, 0.056970241546630856, 0.057027584075927736, 0.05699174499511719, 0.056976383209228515, 0.056973312377929686, 0.05703782272338867, 0.05705625534057617, 0.057024513244628906, 0.0571146240234375, 0.05732966232299805, 0.057014270782470705, 0.05700198364257812, 0.05699686431884766, 0.05703577423095703, 0.057027584075927736, 0.05703184127807617, 0.05703561782836914, 0.057078784942626956, 0.057043968200683595, 0.057055233001708984, 0.05703680038452148, 0.05706649780273437, 0.05700198364257812, 0.05705011367797851, 0.057024513244628906, 0.05729792022705078, 0.05719049453735352, 0.05705104064941406, 0.05710540771484375, 0.057043968200683595, 0.057115646362304685, 0.05704806518554688, 0.05711667251586914, 0.05705420684814453, 0.057041919708251954, 0.05709209442138672, 0.05705318450927734, 0.057078784942626956, 0.05709318542480469, 0.057083873748779296, 0.05706953430175781, 0.057076736450195314, 0.05718527984619141, 0.05712076950073242, 0.057071617126464844, 0.057079807281494144, 0.05706547164916992, 0.057112575531005856, 0.05709414291381836, 0.05710438537597656, 0.05715558242797852, 0.0571514892578125, 0.12375552368164063, 0.05699071884155273, 0.057012222290039063, 0.05696307373046875, 0.05695590209960937, 0.05699071884155273, 0.057009151458740234, 0.057006080627441405, 0.05699689483642578, 0.05694166564941406, 0.05700902557373047, 0.0569620475769043, 0.057000961303710934, 0.05699385452270508, 0.05700396728515625, 0.056959999084472655, 0.057025535583496094, 0.056990753173828124, 0.056986591339111325, 0.05701939010620117, 0.057032798767089846, 0.05698652648925781, 0.05702143859863281, 0.05705318450927734, 0.05699686431884766, 0.05698252868652344, 0.05719039916992188, 0.057040897369384766, 0.05702963256835938, 0.05699993515014649, 0.057030654907226565, 0.057079807281494144, 0.05699071884155273, 0.05704294586181641, 0.05701529693603516, 0.05702143859863281, 0.05702348709106445, 0.0570030403137207, 0.057078750610351565, 0.05704499053955078, 0.05704908752441406, 0.057003009796142576, 0.05709619140625, 0.05712179183959961, 0.057060352325439455, 0.057012222290039063, 0.05711052703857422, 0.05706752014160156, 0.057079807281494144, 0.057040897369384766, 0.05708601760864258, 0.05706335830688476, 0.057082878112792966, 0.05705625534057617, 0.05712179183959961, 0.05722521591186523, 0.05745971298217773, 0.057296897888183596, 0.057099262237548826, 0.05711052703857422, 0.05738598251342773, 0.05713715362548828, 0.05708902359008789]",tokens/s,17.23584922052205,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,x,x,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/x/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476aa-737f3f6f52beeb7762b5ebf2;fa261480-5424-4349-a68c-a0ea8474e926) Repository Not Found for url: https://huggingface.co/x/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: x is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-34B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4755.23072,21498.42944,0.0,20851.982336,20236.60032,s,10,15.643266601562498,1.5643266601562498,0.001716851893423332,1.563902587890625,1.5660734985351563,1.567352362060547,1.5683754528808596,"[1.5631807861328124, 1.5647735595703125, 1.5629490966796875, 1.56462890625, 1.563903564453125, 1.5627757568359375, 1.565789306640625, 1.563901611328125, 1.5686312255859376, 1.5627327880859374]",tokens/s,163.6486844598237,kWh,1.846329511867629e-05,1.0117909425098331e-05,9.183712902519626e-05,0.00012041833356897088,tokens/kWh,2125922.1284055826,MB,4755.23072,21498.42944,0.0,20851.982336,20339.706368,s,10,879.77465625,87.97746562500001,0.0022909340685085054,87.97753515625,87.97981953125,87.980624609375,87.981268671875,"[87.974140625, 87.978578125, 87.9789609375, 87.9772265625, 87.979640625, 87.97715625, 87.97784375, 87.97353125, 87.9814296875, 87.9761484375]",tokens/s,0.716092462455496,kWh,0.0010385792660216491,0.0005692333667929961,0.005151564232359207,0.006759376865173853,tokens/kWh,9320.38577765846,,s,629,892.4578986816405,1.4188519851854382,0.185906583948783,1.396368408203125,1.3966589599609376,1.3968528564453124,2.960364462890625,"[1.39618505859375, 1.39667041015625, 1.3964708251953124, 1.396378662109375, 1.3963243408203125, 1.3962271728515625, 1.3963038330078126, 1.3964288330078125, 1.3964349365234374, 1.396369384765625, 1.3964697265625, 1.3965823974609375, 1.3962998046875, 1.3964708251953124, 1.3964349365234374, 1.3963857421875, 1.396304931640625, 1.3962802734375, 1.3960714111328125, 1.396305908203125, 1.3961553955078125, 1.3963427734375, 1.396221923828125, 1.3963756103515625, 1.39614111328125, 1.396317138671875, 1.3963294677734375, 1.3963673095703124, 1.396279296875, 1.3963018798828124, 1.3959813232421876, 1.3964195556640624, 1.396304931640625, 1.396304931640625, 1.396275146484375, 1.3961236572265625, 1.3962794189453125, 1.396401123046875, 1.39871435546875, 1.396484130859375, 1.396558837890625, 1.396505615234375, 1.3966868896484375, 1.3962772216796875, 1.3962833251953124, 1.3960928955078125, 1.396380615234375, 1.3968824462890626, 1.3964442138671875, 1.396285400390625, 1.3964237060546876, 1.396358154296875, 1.396305908203125, 1.3966787109375, 1.3965537109375, 1.3964185791015624, 1.3962916259765625, 1.3968353271484375, 1.396358154296875, 1.396221923828125, 1.39633251953125, 1.396252685546875, 2.962231201171875, 1.396673583984375, 1.3970401611328125, 1.396295654296875, 1.3965557861328124, 1.396348876953125, 1.3965035400390624, 1.3961922607421875, 1.3968536376953125, 1.39629052734375, 1.396274169921875, 1.396199462890625, 1.3962281494140625, 1.3965833740234375, 1.396538330078125, 1.3962445068359375, 1.3963079833984375, 1.3963243408203125, 1.396515869140625, 1.3962762451171875, 1.396073486328125, 1.3978162841796875, 1.396114501953125, 1.396137939453125, 1.3962198486328126, 1.3962987060546874, 1.3961595458984375, 1.3963714599609376, 1.396452392578125, 1.3961502685546876, 1.3962720947265626, 1.3963868408203124, 1.3964185791015624, 1.3962239990234375, 1.396464599609375, 1.3964482421875, 1.396427734375, 1.396380615234375, 1.396588623046875, 1.3964810791015625, 1.3967718505859374, 1.3981634521484374, 1.3962802734375, 1.396275146484375, 1.3962301025390624, 1.396253662109375, 1.396327392578125, 1.3961728515625, 1.3966571044921876, 1.396474853515625, 1.3965128173828125, 1.3963858642578124, 1.396339599609375, 1.3961318359375, 1.3965147705078125, 1.3963387451171876, 1.396506591796875, 1.3962393798828125, 1.3964605712890625, 1.3965179443359375, 1.39639599609375, 1.3985382080078126, 1.3965301513671875, 2.9603779296875, 1.396199462890625, 1.3967340087890625, 1.3962291259765625, 1.3964554443359376, 1.396252685546875, 1.3964892578125, 1.3960601806640625, 1.39671240234375, 1.3963714599609376, 1.3963509521484374, 1.3961092529296875, 1.39653125, 1.3965814208984375, 1.3964400634765626, 1.3963172607421874, 1.39658349609375, 1.3963939208984375, 1.396515869140625, 1.3962587890625, 1.3965823974609375, 1.3966663818359375, 1.396378662109375, 1.3987901611328124, 1.3961759033203125, 1.3963653564453125, 1.3963018798828124, 1.3964093017578125, 1.39652197265625, 1.3961544189453126, 1.3962332763671874, 1.39641650390625, 1.39623828125, 1.3962393798828125, 1.3961964111328125, 1.396336669921875, 1.3964564208984376, 1.3965137939453125, 1.3963756103515625, 1.3962701416015626, 1.396137939453125, 1.396569091796875, 1.39635205078125, 1.3963131103515625, 1.396252685546875, 1.3963427734375, 1.3963970947265625, 1.3995396728515626, 1.39681591796875, 1.396443115234375, 1.396485107421875, 1.3962608642578125, 1.3962506103515624, 1.3963192138671876, 1.3964769287109375, 1.396210693359375, 1.3968311767578125, 1.396547607421875, 1.39646875, 1.39649951171875, 1.396304931640625, 1.3964041748046876, 1.3961563720703125, 2.961944580078125, 1.39614208984375, 1.396427734375, 1.39610009765625, 1.3963775634765625, 1.397116943359375, 1.3965689697265624, 1.396379638671875, 1.396430908203125, 1.3963284912109375, 1.3966080322265626, 1.3961544189453126, 1.3964501953125, 1.396547607421875, 1.396279296875, 1.3963203125, 1.3963448486328125, 1.396454345703125, 1.3965128173828125, 1.396253662109375, 1.396316162109375, 1.396046875, 1.396062255859375, 1.3964974365234375, 1.396443115234375, 1.3962864990234376, 1.3960980224609374, 1.3964810791015625, 1.3962884521484376, 1.396199462890625, 1.396241455078125, 1.3960233154296875, 1.3961175537109376, 1.396675537109375, 1.3962762451171875, 1.3964237060546876, 1.3964083251953125, 1.3962884521484376, 1.3965762939453126, 1.3964708251953124, 1.396631591796875, 1.3964022216796874, 1.396336669921875, 1.396317138671875, 1.400958984375, 1.396559814453125, 1.3964820556640625, 1.39627001953125, 1.3966888427734374, 1.3963427734375, 1.396474853515625, 1.3962342529296874, 1.3963448486328125, 1.39620654296875, 1.396552734375, 1.3967205810546874, 1.3966029052734374, 1.3963560791015626, 1.3962332763671874, 1.3963212890625, 1.3964134521484375, 1.396279296875, 1.39620654296875, 2.96119921875, 1.3962393798828125, 1.39626806640625, 1.3964124755859375, 1.3966131591796875, 1.396216796875, 1.3965548095703124, 1.3961031494140625, 1.396580322265625, 1.396380615234375, 1.3969398193359375, 1.396273193359375, 1.39626904296875, 1.39641650390625, 1.3962547607421876, 1.39647900390625, 1.396178955078125, 1.3985556640625, 1.3966253662109376, 1.3968516845703125, 1.3966131591796875, 1.3960867919921875, 1.39594140625, 1.3963447265625, 1.396115478515625, 1.396316162109375, 1.3962301025390624, 1.3962618408203125, 1.3963406982421875, 1.3959669189453126, 1.396400146484375, 1.3961195068359376, 1.3963663330078124, 1.396368408203125, 1.3962496337890624, 1.39649951171875, 1.3963284912109375, 1.3964493408203125, 1.3962188720703126, 1.396115478515625, 1.3963602294921875, 1.3963663330078124, 1.3966182861328125, 1.3964237060546876, 1.3963038330078126, 1.3963653564453125, 1.39626806640625, 1.396369384765625, 1.3965137939453125, 1.3962486572265624, 1.3964317626953124, 1.3962711181640626, 1.39637353515625, 1.3964647216796875, 1.39634375, 1.3963253173828125, 1.396611083984375, 1.4011822509765626, 1.3966837158203125, 1.3966038818359374, 1.39641650390625, 1.3965537109375, 1.3965322265625, 2.960329833984375, 1.3966304931640625, 1.396526123046875, 1.3960919189453125, 1.396494384765625, 1.39626904296875, 1.3971036376953125, 1.39640625, 1.3964461669921875, 1.3961175537109376, 1.3965537109375, 1.3965025634765624, 1.3961400146484375, 1.396515869140625, 1.396490234375, 1.396189208984375, 1.3961563720703125, 1.3964564208984376, 1.3965404052734376, 1.396285400390625, 1.3961553955078125, 1.396074462890625, 1.395947509765625, 1.3964676513671874, 1.3965732421875, 1.3963448486328125, 1.3962977294921874, 1.3964267578125, 1.3964461669921875, 1.39627001953125, 1.3965732421875, 1.396262939453125, 1.39629052734375, 1.39640625, 1.3961185302734376, 1.3963243408203125, 1.3963826904296874, 1.3964442138671875, 1.400627197265625, 1.396809814453125, 1.396582275390625, 1.396357177734375, 1.39643798828125, 1.3963756103515625, 1.3962301025390624, 1.3963294677734375, 1.39649951171875, 1.3963336181640624, 1.3967288818359376, 1.396634521484375, 1.3963294677734375, 1.3961072998046875, 1.3963233642578126, 1.3963182373046874, 1.39650146484375, 1.396305908203125, 1.3965128173828125, 1.396368408203125, 1.3962659912109374, 1.39628955078125, 1.3963355712890626, 1.39620654296875, 1.39628955078125, 2.96319189453125, 1.39616259765625, 1.3965670166015625, 1.39634375, 1.39635205078125, 1.3960509033203126, 1.39610107421875, 1.3959833984375, 1.3964052734375, 1.3961861572265626, 1.39652197265625, 1.39647998046875, 1.3962496337890624, 1.3968414306640624, 1.3966519775390625, 1.3960438232421875, 1.3962802734375, 1.3961964111328125, 1.3965936279296876, 1.3964493408203125, 1.3962025146484376, 1.396211669921875, 1.3961871337890626, 1.3990369873046875, 1.39656396484375, 1.39658447265625, 1.3963192138671876, 1.3963756103515625, 1.396262939453125, 1.3963499755859374, 1.3965291748046875, 1.3964564208984376, 1.396116455078125, 1.3963765869140625, 1.396496337890625, 1.396341796875, 1.3961666259765626, 1.396453369140625, 1.396306884765625, 1.3964974365234375, 1.396357177734375, 1.396156494140625, 1.396138916015625, 1.39642578125, 1.3961502685546876, 1.396420654296875, 1.3963642578125, 1.39631201171875, 1.396749267578125, 1.396473876953125, 1.396526123046875, 1.396474853515625, 1.3964871826171874, 1.396432861328125, 1.396547607421875, 1.3964410400390626, 1.4002022705078125, 1.3966510009765625, 1.39624658203125, 1.396135986328125, 1.3961492919921874, 1.3963140869140624, 1.39603759765625, 2.96123388671875, 1.3961964111328125, 1.3963387451171876, 1.3962198486328126, 1.39618408203125, 1.3961973876953124, 1.3963714599609376, 1.396177978515625, 1.3965966796875, 1.396106201171875, 1.396715576171875, 1.3962823486328124, 1.3963294677734375, 1.3963028564453126, 1.396380615234375, 1.3961964111328125, 1.398497314453125, 1.3963970947265625, 1.3965679931640624, 1.396317138671875, 1.3965782470703125, 1.3963919677734375, 1.3962659912109374, 1.3962720947265626, 1.396201416015625, 1.396317138671875, 1.3962393798828125, 1.396137939453125, 1.3964708251953124, 1.3964288330078125, 1.3963857421875, 1.3960755615234375, 1.3963480224609375, 1.396232177734375, 1.3961451416015624, 1.3963182373046874, 1.396641845703125, 1.3966080322265626, 1.396378662109375, 1.396273193359375, 1.3963345947265624, 1.3962322998046874, 1.3966744384765626, 1.3964073486328126, 1.3963243408203125, 1.3962373046875, 1.3963499755859374, 1.3963345947265624, 1.3965465087890625, 1.396432861328125, 1.39626904296875, 1.39639404296875, 1.3961748046875, 1.3964892578125, 1.3966878662109374, 1.396232177734375, 1.396611083984375, 1.3963765869140625, 1.39654248046875, 1.39650048828125, 1.39634375, 1.3964093017578125, 1.3962454833984375, 2.96591357421875, 1.3961614990234374, 1.396864013671875, 1.3961820068359374, 1.396379638671875, 1.3964666748046874, 1.3964503173828124, 1.3963642578125, 1.39664892578125, 1.39633154296875, 1.396452392578125, 1.3962650146484374, 1.396241455078125, 1.3963756103515625, 1.3963775634765625, 1.396111328125, 1.3964503173828124, 1.3980078125, 1.3967994384765625, 1.396642822265625, 1.3961103515625, 1.3965987548828125, 1.396348876953125, 1.3962291259765625, 1.396262939453125, 1.39631201171875, 1.3963212890625, 1.3961759033203125, 1.3965260009765625, 1.3965496826171875, 1.396384765625, 1.3963182373046874, 1.396358154296875, 1.3962158203125, 1.3962720947265626, 1.396420654296875, 1.3962281494140625, 1.3967728271484374, 1.3964512939453124, 1.39666845703125, 1.3965936279296876, 1.3961728515625, 1.39624853515625, 1.3961861572265626, 1.39656396484375, 1.3964697265625, 1.396485107421875, 1.396537353515625, 1.3965670166015625, 1.3964073486328126, 1.3962578125, 1.3964390869140626, 1.3966990966796875, 1.39630078125, 1.3968045654296875, 1.3967421875, 1.3966285400390626, 1.3964482421875, 1.396533203125, 1.396506591796875, 1.396284423828125, 1.3962977294921874, 1.400701904296875, 2.960291748046875, 1.3964564208984376, 1.396536376953125, 1.396294677734375, 1.396358154296875, 1.39620458984375, 1.3963621826171875, 1.3960714111328125, 1.396537353515625, 1.396304931640625, 1.3964451904296875, 1.396430908203125, 1.3963642578125, 1.3963837890625, 1.396828125, 1.3963817138671875, 1.39660498046875, 1.396589599609375, 1.39631201171875, 1.396283447265625, 1.396177978515625, 1.39618505859375, 1.396168701171875, 1.396116455078125, 1.39642578125, 1.396654052734375, 1.399869384765625, 1.3961328125, 1.3965076904296876, 1.3962025146484376, 1.3964339599609374, 1.3961707763671876, 1.3962506103515624, 1.396093994140625, 1.3964124755859375, 1.396494384765625, 1.3964676513671874, 1.396410400390625, 1.396167724609375, 1.3962772216796875, 1.396236328125, 1.3962117919921875, 1.39633251953125, 1.396305908203125, 1.396552734375, 1.3963140869140624, 1.39652197265625, 1.396462646484375, 1.3968414306640624, 1.39652099609375, 1.396305908203125, 1.396357177734375, 1.3965721435546874, 1.39648193359375, 1.396537353515625, 1.396272216796875, 1.396579345703125, 1.3963602294921875, 1.3965322265625, 1.396306884765625, 1.3964041748046876, 1.396275146484375, 1.3961829833984376]",tokens/s,0.7047951516023033,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-12b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1625.489408,9251.06176,0.0,8604.614656,8169.819136,s,10,5.2791528930664064,0.5279152893066407,0.0003581151444995349,0.5278824462890626,0.5283488525390625,0.5284413024902344,0.5285152624511719,"[0.5278015747070313, 0.5275886840820313, 0.527384521484375, 0.5282894897460938, 0.5285337524414062, 0.5276110229492188, 0.5276295776367188, 0.5279633178710937, 0.5280226440429687, 0.5283283081054687]",tokens/s,484.92628492769774,kWh,6.236173961943354e-06,3.4162381473690497e-06,3.2366824139055294e-05,4.2019236248367696e-05,tokens/kWh,6092447.71815539,MB,1625.489408,9251.06176,0.0,8604.614656,8459.212288,s,10,301.011634765625,30.101163476562498,0.0017499285111134016,30.10041015625,30.10332734375,30.103745703125,30.104080390625,"[30.0994453125, 30.09983203125, 30.103234375, 30.099732421875, 30.100041015625, 30.102771484375, 30.102595703125, 30.0990390625, 30.100779296875, 30.1041640625]",tokens/s,2.0929423558346287,kWh,0.00035529358194498294,0.00019473242726624065,0.0018475887076019402,0.002397614716813164,tokens/kWh,26276.114989708465,,s,629,305.2849417114255,0.4853496688575927,0.06275887332196527,0.4778260498046875,0.47815392456054684,0.4782845947265625,1.00580087890625,"[0.4777001037597656, 0.47787213134765627, 0.4776857604980469, 0.47745538330078124, 0.47746044921875, 0.477127685546875, 0.4774553527832031, 0.4774441223144531, 0.477381591796875, 0.47717376708984377, 0.4773273620605469, 0.4773621826171875, 0.47734478759765625, 0.47740411376953124, 0.47729254150390626, 0.4775536499023437, 0.4776233825683594, 0.47773788452148436, 0.4777103271484375, 0.47762841796875, 0.4779223022460938, 0.47792538452148436, 0.4780748901367188, 0.4779141235351563, 0.47783935546875, 0.47767449951171875, 0.47778713989257815, 0.47778713989257815, 0.4778270568847656, 0.47779644775390623, 0.4778249206542969, 0.4777483215332031, 0.4778699951171875, 0.47791104125976563, 0.477844482421875, 0.477939697265625, 0.477876220703125, 0.47778610229492186, 0.47790899658203123, 0.4781895751953125, 0.47824075317382814, 0.47773797607421875, 0.47802981567382813, 0.477765625, 0.4779991149902344, 0.4776161193847656, 0.4778188781738281, 0.47766732788085936, 0.4779100036621094, 0.47759371948242185, 0.47790887451171876, 0.47772467041015626, 0.47802471923828127, 0.4779796447753906, 0.47828274536132814, 0.4778598327636719, 0.4780871887207031, 0.47798269653320313, 0.47805029296875, 0.4778659973144531, 0.4778547058105469, 0.477949951171875, 1.0057677001953125, 0.4778753662109375, 0.47775830078125, 0.47729867553710936, 0.4774195251464844, 0.4773642272949219, 0.47724237060546876, 0.4773017578125, 0.47727825927734374, 0.47726687622070313, 0.4771963806152344, 0.47747982788085935, 0.4772413330078125, 0.4772915344238281, 0.47726080322265624, 0.4774041748046875, 0.4775966796875, 0.47762738037109376, 0.47768679809570314, 0.477591552734375, 0.47773388671875, 0.477834228515625, 0.4779100036621094, 0.47813528442382813, 0.4776785888671875, 0.4776161193847656, 0.47785574340820314, 0.47766015625, 0.477623291015625, 0.4778383483886719, 0.47779327392578125, 0.4777830505371094, 0.4778516540527344, 0.47786611938476564, 0.477825927734375, 0.47781170654296873, 0.4778291320800781, 0.4778731384277344, 0.47798382568359377, 0.47780239868164065, 0.477939697265625, 0.4777471923828125, 0.4778844299316406, 0.47847628784179685, 0.4784639892578125, 0.4783411254882812, 0.47838821411132815, 0.47787109375, 0.47780044555664064, 0.47771148681640624, 0.4777225036621094, 0.47782296752929687, 0.47787936401367187, 0.47817413330078123, 0.47800833129882814, 0.4780318603515625, 0.47777996826171876, 0.4782264404296875, 0.4778946533203125, 0.4779202880859375, 0.4779447937011719, 0.47811380004882814, 0.47795404052734375, 1.0058137817382813, 0.4779120788574219, 0.477336669921875, 0.4774000244140625, 0.47730682373046873, 0.4773908386230469, 0.4773447570800781, 0.4772802429199219, 0.477581298828125, 0.47766732788085936, 0.4775546875, 0.47754238891601564, 0.47731097412109375, 0.4776632385253906, 0.47735296630859375, 0.4774523010253906, 0.47777996826171876, 0.47751168823242185, 0.4780625915527344, 0.4779100036621094, 0.47768063354492185, 0.4779868774414063, 0.4779488525390625, 0.4777994384765625, 0.4777728271484375, 0.4776846923828125, 0.47781170654296873, 0.4775925903320313, 0.4776499328613281, 0.47805645751953124, 0.47802264404296874, 0.477697021484375, 0.47788851928710935, 0.4777574462890625, 0.4779243469238281, 0.4778383483886719, 0.47793255615234376, 0.47770932006835937, 0.47786904907226563, 0.4782929992675781, 0.4780677185058594, 0.4783533935546875, 0.47821005249023435, 0.47817010498046875, 0.4778588256835937, 0.47820492553710936, 0.4778209228515625, 0.4780052490234375, 0.4777215881347656, 0.47792742919921877, 0.47820492553710936, 0.47810763549804686, 0.47777996826171876, 0.47800933837890625, 0.4778260498046875, 0.4780103759765625, 0.47791921997070314, 0.477949951171875, 0.4777543640136719, 0.47809637451171877, 0.4783001708984375, 0.47811380004882814, 0.478097412109375, 1.0067117919921875, 0.47748709106445314, 0.4775126953125, 0.47737548828125, 0.47741848754882815, 0.47722802734375, 0.47727410888671873, 0.47756390380859376, 0.47735821533203127, 0.4773118591308594, 0.4773294067382812, 0.4774903259277344, 0.47747671508789064, 0.47728436279296876, 0.4773417053222656, 0.47727410888671873, 0.4777574462890625, 0.4776642456054688, 0.4779438171386719, 0.4779427795410156, 0.4781701354980469, 0.47787005615234374, 0.4776560668945313, 0.4776099853515625, 0.4778260498046875, 0.47772979736328125, 0.477655029296875, 0.4776775817871094, 0.47759051513671874, 0.4778096618652344, 0.4777594909667969, 0.47777484130859377, 0.4776990661621094, 0.47779226684570314, 0.47781991577148436, 0.4778649597167969, 0.47799603271484375, 0.4779776000976563, 0.4778874816894531, 0.4779970703125, 0.4779683837890625, 0.478382080078125, 0.4778373107910156, 0.4780400695800781, 0.4785367126464844, 0.4778516540527344, 0.4777236328125, 0.47775042724609373, 0.477657958984375, 0.47786392211914064, 0.47795309448242185, 0.4780082702636719, 0.4778649597167969, 0.4779376525878906, 0.4778895263671875, 0.47806668090820315, 0.4778649597167969, 0.4781875305175781, 0.4779100036621094, 0.4780421142578125, 0.47800833129882814, 0.47782196044921876, 0.47800833129882814, 1.0067015380859374, 0.4774963073730469, 0.4775854187011719, 0.4773233642578125, 0.4772883605957031, 0.4773212280273437, 0.47737139892578123, 0.4774256591796875, 0.4775393371582031, 0.4774471740722656, 0.47746356201171875, 0.47758233642578124, 0.4773939208984375, 0.4773017578125, 0.4772638854980469, 0.4773826599121094, 0.4778157958984375, 0.47849063110351564, 0.4780032348632812, 0.47779428100585936, 0.47788031005859377, 0.47766732788085936, 0.47784756469726564, 0.4779346008300781, 0.4777594909667969, 0.477849609375, 0.4776365966796875, 0.4776560668945313, 0.47778713989257815, 0.4779263916015625, 0.4776908874511719, 0.47779022216796874, 0.4778014831542969, 0.47787008666992187, 0.4778506469726562, 0.4777287292480469, 0.4778936462402344, 0.47787521362304686, 0.4779765625, 0.4780185546875, 0.4779294738769531, 0.47803903198242187, 0.47772979736328125, 0.47798681640625, 0.4777554016113281, 0.4779931335449219, 0.477605712890625, 0.47790899658203123, 0.47782809448242186, 0.4779704284667969, 0.47771649169921876, 0.47782296752929687, 0.47778610229492186, 0.4780175476074219, 0.4778465270996094, 0.4779304809570312, 0.4778598327636719, 0.4787353515625, 0.47788543701171876, 0.4780707702636719, 0.47793560791015627, 0.4779243469238281, 0.4780400695800781, 1.0056642456054687, 0.47767550659179686, 0.47742974853515624, 0.47725466918945314, 0.477517822265625, 0.47754443359375, 0.47719525146484376, 0.4774277038574219, 0.4771881103515625, 0.4774942626953125, 0.47741339111328124, 0.4773232727050781, 0.47726797485351563, 0.4774748229980469, 0.4776089477539063, 0.4777768859863281, 0.47759768676757813, 0.4776662902832031, 0.4780103759765625, 0.47779736328125, 0.47766119384765626, 0.477549560546875, 0.4775751647949219, 0.47767245483398435, 0.47757415771484374, 0.47811380004882814, 0.4780482482910156, 0.4777001037597656, 0.47761715698242185, 0.4776775817871094, 0.4776570739746094, 0.4778291320800781, 0.47760589599609377, 0.4776714172363281, 0.47804019165039063, 0.4781710205078125, 0.4780841064453125, 0.47828582763671873, 0.47874969482421875, 0.4781537170410156, 0.4780318603515625, 0.47815475463867185, 0.4777698974609375, 0.47815560913085936, 0.4776355895996094, 0.4777963562011719, 0.4779980773925781, 0.4781864929199219, 0.4778608703613281, 0.4781045837402344, 0.47772467041015626, 0.4781178894042969, 0.47789373779296873, 0.47780136108398436, 0.47778814697265626, 0.47800628662109373, 0.4781107177734375, 0.47831039428710936, 0.47817214965820315, 0.47833804321289064, 0.4778741760253906, 0.4779100036621094, 0.4779929504394531, 1.0067343139648437, 0.4777257080078125, 0.47752090454101564, 0.4776386413574219, 0.4776355895996094, 0.47719631958007813, 0.47729251098632813, 0.47735296630859375, 0.47708877563476565, 0.4773232727050781, 0.47719219970703125, 0.47740313720703126, 0.47717990112304687, 0.47747686767578124, 0.47753421020507814, 0.47774514770507814, 0.4779519958496094, 0.477728759765625, 0.47787213134765627, 0.4775536499023437, 0.4777554016113281, 0.4778291320800781, 0.4777625732421875, 0.478750732421875, 0.4778373107910156, 0.47790899658203123, 0.47789157104492186, 0.47783526611328125, 0.4777738342285156, 0.4777021789550781, 0.47773080444335936, 0.4777881164550781, 0.47783935546875, 0.47764480590820313, 0.4779161682128906, 0.4779653625488281, 0.4781669616699219, 0.47814144897460936, 0.4779151306152344, 0.4780318603515625, 0.4778946533203125, 0.4779786376953125, 0.47791921997070314, 0.4779007873535156, 0.47788543701171876, 0.47807180786132814, 0.47807180786132814, 0.4781055908203125, 0.477849609375, 0.47798272705078126, 0.47771453857421875, 0.4779879150390625, 0.47785354614257813, 0.47791104125976563, 0.47795916748046874, 0.47818341064453124, 0.47806362915039063, 0.4783943786621094, 0.478060546875, 0.4780267639160156, 0.4779223022460938, 0.47792538452148436, 0.4781363220214844, 1.006097412109375, 0.477591552734375, 0.4774615173339844, 0.4773744812011719, 0.4774911804199219, 0.4774205322265625, 0.4773120422363281, 0.47738262939453124, 0.4771727294921875, 0.4773847045898437, 0.47732632446289064, 0.47736013793945314, 0.4772823791503906, 0.4774532470703125, 0.477412353515625, 0.47739596557617187, 0.4784803771972656, 0.4777318420410156, 0.4778659973144531, 0.4778465270996094, 0.4777062377929687, 0.4776960144042969, 0.47762432861328125, 0.4778291320800781, 0.4778895263671875, 0.47791921997070314, 0.4775382995605469, 0.4777574462890625, 0.4775782470703125, 0.4775854187011719, 0.4776570739746094, 0.4776560668945313, 0.47766220092773437, 0.4778874816894531, 0.4781025390625, 0.4779120788574219, 0.47797564697265627, 0.47807989501953124, 0.47790591430664064, 0.4778086547851563, 0.4778526611328125, 0.47795632934570315, 0.47766506958007815, 0.4779007873535156, 0.4777615356445313, 0.47815679931640626, 0.477760498046875, 0.47802264404296874, 0.4777594909667969, 0.47808929443359377, 0.47792941284179685, 0.4778793029785156, 0.4779263916015625, 0.4779304809570312, 0.477991943359375, 0.47809127807617186, 0.47793161010742186, 0.47817001342773435, 0.47800933837890625, 0.4779765625, 0.4779346008300781, 0.47787725830078126, 0.47792538452148436, 1.0061322021484376, 0.47795318603515624, 0.47756988525390626, 0.4775239562988281, 0.4773826599121094, 0.4774041748046875, 0.477191162109375, 0.47723828125, 0.4771614990234375, 0.47727304077148436, 0.47773593139648435, 0.4776202392578125, 0.47729977416992186, 0.47733447265625, 0.4774696960449219, 0.4773078918457031, 0.4778526611328125, 0.4783257751464844, 0.4777943115234375, 0.4774799499511719, 0.47770111083984373, 0.4781875305175781, 0.47794586181640625, 0.4777923278808594, 0.4778792419433594, 0.47788031005859377, 0.4778250122070313, 0.4774410095214844, 0.47755584716796873, 0.4775473937988281, 0.47777279663085936, 0.478023681640625, 0.47796121215820314, 0.4777318420410156, 0.4778526611328125, 0.477955078125, 0.47791104125976563, 0.47794686889648436, 0.477760498046875, 0.47783322143554685, 0.4778270568847656, 0.4777471923828125, 0.47789773559570314, 0.4781947021484375, 0.4777574462890625, 0.4778106994628906, 0.47777484130859377, 0.4782008361816406, 0.4777769470214844, 0.4778782043457031, 0.4778106994628906, 0.4780738525390625, 0.4782080078125, 0.4781731872558594, 0.478267578125, 0.4784310302734375, 0.47798886108398436, 0.47796029663085937, 0.47799081420898437, 0.47801446533203124, 0.47785281372070315, 0.4777757568359375, 0.4778649597167969, 1.0065244140625, 0.47767355346679685, 0.47748709106445314, 0.47733453369140627, 0.4772424011230469, 0.4774644470214844, 0.4771811218261719, 0.47715411376953126, 0.4773570556640625, 0.4776089477539063, 0.47766937255859376, 0.4778547058105469, 0.4774912109375, 0.4777461853027344, 0.4776632385253906, 0.4773990478515625, 0.4776519775390625, 0.477380615234375, 0.47761920166015626, 0.47765914916992186, 0.47795724487304686, 0.47790374755859377, 0.4778649597167969, 0.4778547058105469, 0.47761715698242185, 0.4777062377929687, 0.47875994873046873, 0.47772064208984377, 0.477550537109375, 0.47771136474609377, 0.47774822998046873, 0.478095458984375, 0.47826422119140627, 0.47803289794921877, 0.47824691772460937, 0.4780789794921875, 0.47788134765625, 0.4779304809570312, 0.4780533752441406, 0.4778608703613281, 0.47784344482421875, 0.47795404052734375, 0.4779151306152344, 0.47803289794921877, 0.4779653015136719, 0.4778741760253906, 0.47779327392578125, 0.4780544128417969, 0.47779531860351565, 0.47779736328125, 0.47803903198242187, 0.47809432983398437, 0.4780124206542969, 0.47831552124023435, 0.4780615539550781, 0.4786083984375, 0.4782294921875, 0.47821823120117185, 0.47770111083984373, 0.4782643127441406, 0.47802880859375, 0.4779294738769531, 0.4779007873535156]",tokens/s,2.060370211756365,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-4.5B,facebook/xglm-4.5B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-7.5B,facebook/xglm-7.5B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-14B,,cuda,0,42,,,,,False,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.214-202.855.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,56387f0ed9acb6808de92d1e9f4c4b67cc3f2798,4.40.2,,0.30.0,,,,1.19.1,,,,0.10.0,,,,MB,3999.793152,12218.53184,0.0,11572.084736,11067.6992,s,10,6.280759704589844,0.6280759704589844,0.003145377785725941,0.6271241149902345,0.62955556640625,0.6331921508789062,0.6361014184570313,"[0.6368287353515625, 0.6253135986328126, 0.6252825927734375, 0.6265311889648437, 0.627404541015625, 0.6268436889648438, 0.6267838134765625, 0.6283837890625, 0.6287474365234375, 0.6286403198242188]",tokens/s,407.5940046120865,kWh,7.388594808677833e-06,4.048393679443051e-06,4.113359193462507e-05,5.257058042274595e-05,tokens/kWh,4869643.780635059,MB,3999.793152,12218.53184,0.0,11572.084736,11417.442816,s,10,346.04539453125,34.604539453125,0.0047755651489063055,34.605564453125,34.6111265625,34.61120390625,34.61126578125,"[34.611109375, 34.60820703125, 34.60643359375, 34.6046953125, 34.61128125, 34.600859375, 34.59778125, 34.5991171875, 34.5991640625, 34.60674609375]",tokens/s,1.8205703932381252,kWh,0.000408529573318859,0.00022390994749188167,0.002260659416164959,0.0028930989369757,tokens/kWh,21775.957674595473,,s,629,351.13987780761704,0.5582509981043199,0.07457057126364097,0.5492091064453125,0.5496271484374999,0.5498900634765626,1.1765116064453125,"[0.5493729248046875, 0.5499044189453125, 0.5497476196289063, 0.5494589233398437, 0.5499525146484375, 0.5494312744140625, 0.5494948120117188, 0.5496258544921875, 0.5498163452148438, 0.5496616821289062, 0.5496156005859375, 0.5494312744140625, 0.5493534545898437, 0.5489326171875, 0.5494537963867188, 0.5491026000976562, 0.5491671142578125, 0.5491046142578125, 0.5493237915039062, 0.5494691772460938, 0.5490820922851563, 0.5493237915039062, 0.5493032836914062, 0.5493135375976562, 0.549086181640625, 0.5493186645507813, 0.549139404296875, 0.5493739624023437, 0.5494599609375, 0.549264404296875, 0.54923876953125, 0.5489387817382813, 0.54940673828125, 0.5491517944335937, 0.5491987915039063, 0.5492828369140625, 0.54899609375, 0.5492469482421874, 0.5514075927734375, 0.54955517578125, 0.5491506958007812, 0.5490308837890625, 0.5491793823242187, 0.549517333984375, 0.5489141845703125, 0.5489879150390625, 0.5490933837890625, 0.5492295532226562, 0.5493135375976562, 0.549370849609375, 0.5498460083007812, 0.5490524291992187, 0.5492725830078125, 0.549475341796875, 0.5494097900390625, 0.5497507934570313, 0.549017578125, 0.5494312744140625, 0.5492991943359375, 0.549381103515625, 0.5490186157226562, 0.5491671142578125, 1.1763302001953124, 0.5493514404296875, 0.5497794799804687, 0.5493851928710938, 0.5492203369140625, 0.5496012573242187, 0.5492080688476563, 0.5489336547851562, 0.54935546875, 0.549738525390625, 0.5498255615234375, 0.550150146484375, 0.549559326171875, 0.5492346801757813, 0.54894384765625, 0.5491292114257813, 0.5490780029296874, 0.5490667724609375, 0.5491978149414063, 0.5493821411132812, 0.54919677734375, 0.5490882568359375, 0.5489418334960937, 0.54934326171875, 0.5492192993164062, 0.5490953979492188, 0.5489889526367188, 0.5490985107421875, 0.549001220703125, 0.5493043212890625, 0.5491640625, 0.54915380859375, 0.5488732299804687, 0.5488076782226563, 0.5493995361328124, 0.5489950561523438, 0.5490053100585938, 0.549485595703125, 0.5489889526367188, 0.54925927734375, 0.5492408447265625, 0.5491302490234375, 0.549444580078125, 0.5494763793945312, 0.5491292114257813, 0.5491414794921875, 0.5523097534179687, 0.5497333984375, 0.5492971801757812, 0.5498634033203125, 0.5491056518554688, 0.5496801147460938, 0.5490728759765625, 0.5494292602539063, 0.5492265014648438, 0.549843994140625, 0.549517333984375, 0.5492408447265625, 0.5492408447265625, 0.5490811157226563, 0.5495203857421875, 0.5489991455078125, 0.5488455810546875, 1.175055419921875, 0.5490615844726563, 0.5490503540039062, 0.5495418701171875, 0.5491292114257813, 0.5492203369140625, 0.5486981201171875, 0.5490934448242187, 0.5489909057617187, 0.5498101806640625, 0.5493739624023437, 0.5491322631835938, 0.5491988525390625, 0.5490513916015625, 0.5492305908203124, 0.5490985107421875, 0.5496575927734375, 0.5495326538085937, 0.5493944091796875, 0.5496749877929688, 0.5495029907226563, 0.5493422241210938, 0.54955517578125, 0.5509222412109375, 0.549212158203125, 0.5494579467773437, 0.5503784790039062, 0.54936474609375, 0.5502095336914062, 0.5490667724609375, 0.5491107788085937, 0.5490186157226562, 0.5492612915039062, 0.5492469482421874, 0.5495572509765625, 0.54902783203125, 0.5490350341796875, 0.5490288696289063, 0.5492449340820312, 0.5492920532226563, 0.5488394165039062, 0.5488087158203125, 0.5487308959960937, 0.5489879150390625, 0.5494957885742188, 0.5492848510742188, 0.5492490234375, 0.5511434326171875, 0.5490380859375, 0.5490576171875, 0.5489745483398437, 0.549454833984375, 0.5490012817382812, 0.549023681640625, 0.5490616455078124, 0.5491005249023437, 0.5491302490234375, 0.5493145751953125, 0.549339111328125, 0.5492275390625, 0.549212158203125, 0.5491732177734375, 0.5492531127929687, 1.1767552490234374, 0.5493289184570312, 0.5493759765625, 0.5493156127929687, 0.5495326538085937, 0.5494599609375, 0.5490677490234375, 0.5494087524414063, 0.5493575439453126, 0.5493729248046875, 0.5496115112304687, 0.549412841796875, 0.5494271850585938, 0.54919677734375, 0.5490944213867187, 0.5491732177734375, 0.5489755859375, 0.54938623046875, 0.5495531616210938, 0.5493156127929687, 0.549475341796875, 0.5492500610351563, 0.5490134887695313, 0.5494271850585938, 0.5491742553710938, 0.549064697265625, 0.5489920043945312, 0.5490820922851563, 0.5494343872070313, 0.5490769653320312, 0.5493667602539063, 0.5490360107421876, 0.5489786987304688, 0.5504778442382813, 0.5492838134765625, 0.5490104370117187, 0.5495838623046875, 0.5494323120117187, 0.5493759765625, 0.5493156127929687, 0.5489910278320312, 0.5492316284179688, 0.5488772583007813, 0.5490237426757812, 0.5491373901367187, 0.5489981689453125, 0.548853759765625, 0.5494957885742188, 0.5495675048828125, 0.5491425170898437, 0.5489868774414063, 0.5493934326171875, 0.5492817993164063, 0.5491199951171875, 0.54923876953125, 0.549760009765625, 0.5492428588867188, 0.5491691284179687, 0.549011474609375, 0.549317626953125, 0.549106689453125, 0.5491886596679687, 0.54917626953125, 1.1772979736328124, 0.549538818359375, 0.5495776977539063, 0.5493831787109374, 0.5490739135742188, 0.5492469482421874, 0.5491199951171875, 0.5494149169921875, 0.5496207275390625, 0.5495152587890625, 0.5494763793945312, 0.5490155639648437, 0.54917529296875, 0.5495193481445313, 0.5495818481445313, 0.54920703125, 0.5491773681640625, 0.5490872192382813, 0.54920703125, 0.5496873168945312, 0.54965966796875, 0.5492684936523438, 0.5497507934570313, 0.5490616455078124, 0.5492091064453125, 0.5491107788085937, 0.5491712036132812, 0.5494589233398437, 0.5494906616210937, 0.5488271484375, 0.5490391235351563, 0.5495040283203125, 0.5490841674804687, 0.548937744140625, 0.5493248291015626, 0.5489848022460937, 0.5491107788085937, 0.5494896850585937, 0.548895751953125, 0.5493534545898437, 0.5491865844726562, 0.5494159545898437, 0.5492510986328125, 0.549465087890625, 0.5495449829101563, 0.5495828247070312, 0.549433349609375, 0.5491005249023437, 0.5491046142578125, 0.5494537963867188, 0.5493667602539063, 0.54966064453125, 0.549074951171875, 0.5488209838867187, 0.5490780029296874, 0.5495040283203125, 0.5493095092773438, 0.5541016845703125, 0.549232666015625, 0.5494569091796875, 0.5492603149414063, 0.549359619140625, 0.549291015625, 1.176932373046875, 0.5496279296875, 0.5491742553710938, 0.5493401489257812, 0.5498306884765625, 0.549434326171875, 0.5490739135742188, 0.5489838256835937, 0.5493360595703125, 0.5495941162109375, 0.5493084106445313, 0.5494630126953125, 0.54894384765625, 0.549080078125, 0.5490370483398438, 0.549375, 0.5490370483398438, 0.5501358032226562, 0.549159912109375, 0.5493360595703125, 0.5492848510742188, 0.5492951049804687, 0.5494998779296875, 0.5489397583007812, 0.5491414794921875, 0.548674560546875, 0.5486264038085937, 0.5489203491210938, 0.5495234375, 0.5495101318359376, 0.5490944213867187, 0.5489264526367188, 0.5486029052734375, 0.54854248046875, 0.5488701171875, 0.5489879150390625, 0.5493340454101563, 0.5489827880859375, 0.5516820678710938, 0.5491456298828125, 0.5495726318359375, 0.5491005249023437, 0.5491712036132812, 0.5491302490234375, 0.5491107788085937, 0.5489714965820313, 0.5494783935546875, 0.549212158203125, 0.5491210327148438, 0.5490258178710937, 0.5487687377929688, 0.5492500610351563, 0.548906005859375, 0.5495992431640625, 0.5493923950195313, 0.5492091064453125, 0.54873291015625, 0.5487176513671875, 0.5490247192382812, 0.549032958984375, 0.5490923461914062, 0.5490974731445313, 0.5492244262695313, 1.1765821533203125, 0.549148681640625, 0.5489417724609374, 0.5489469604492188, 0.5489080200195312, 0.5490667724609375, 0.5490513916015625, 0.5494691772460938, 0.5497661743164063, 0.5491650390625, 0.5492275390625, 0.548947998046875, 0.5488783569335938, 0.5488609008789063, 0.5490820922851563, 0.5490503540039062, 0.5489367065429688, 0.548890625, 0.5491875610351562, 0.5492265014648438, 0.5492531127929687, 0.5489019775390624, 0.5489847412109375, 0.55086181640625, 0.5490391235351563, 0.5492428588867188, 0.5496053466796875, 0.5490841674804687, 0.54921728515625, 0.54888037109375, 0.5493319702148437, 0.5492100830078125, 0.5487738647460938, 0.5490811157226563, 0.549359619140625, 0.5490216674804688, 0.54917529296875, 0.5490892944335938, 0.5492725830078125, 0.54915380859375, 0.5489417724609374, 0.5489336547851562, 0.5490084228515625, 0.5492111206054687, 0.5502412719726563, 0.549032958984375, 0.5490411376953125, 0.5488516845703125, 0.5487493896484374, 0.549298095703125, 0.5489725341796875, 0.5493114624023437, 0.5493677978515625, 0.5491763305664062, 0.548974609375, 0.5500374755859375, 0.5493206787109375, 0.5489971313476563, 0.5488466186523437, 0.5491189575195312, 0.54900634765625, 0.5489315795898437, 0.5493463134765625, 1.1782021484375, 0.5492080688476563, 0.5489561767578125, 0.549626953125, 0.5489909057617187, 0.5491159057617188, 0.548748291015625, 0.5488844604492188, 0.5489613037109375, 0.5494312744140625, 0.5492080688476563, 0.5488895874023437, 0.5490647583007813, 0.548844482421875, 0.5486868286132812, 0.5488568115234375, 0.550529052734375, 0.5495675048828125, 0.5489367065429688, 0.5490166015625, 0.5491179809570312, 0.549296142578125, 0.5492100830078125, 0.54926953125, 0.54919677734375, 0.5489613647460938, 0.5496729125976563, 0.54991357421875, 0.5499207763671875, 0.5490032348632813, 0.5490953979492188, 0.549391357421875, 0.549359619140625, 0.5493370971679687, 0.549728271484375, 0.5490953979492188, 0.5488455810546875, 0.549022705078125, 0.5487913208007813, 0.549622802734375, 0.5490032348632813, 0.5489090576171874, 0.5489203491210938, 0.5491210327148438, 0.5489152221679687, 0.5491435546875, 0.5498665161132813, 0.5491824340820313, 0.5490042724609375, 0.5491773681640625, 0.549228515625, 0.5496483764648438, 0.54925927734375, 0.5493575439453126, 0.548912109375, 0.548969482421875, 0.5487401123046876, 0.5491445922851562, 0.5492316284179688, 0.5490237426757812, 0.5489817504882812, 0.5489397583007812, 0.5492889404296875, 1.178955810546875, 0.5491865844726562, 0.5490596313476562, 0.5495131225585937, 0.5489755859375, 0.5494159545898437, 0.5494210815429688, 0.5493309326171875, 0.5491107788085937, 0.549123046875, 0.54890087890625, 0.5491640625, 0.549148681640625, 0.5489684448242188, 0.548832275390625, 0.5490023193359375, 0.5489827270507812, 0.5507020874023437, 0.5497640991210937, 0.5493606567382813, 0.5494384765625, 0.5490585327148437, 0.548832275390625, 0.5493831787109374, 0.5493718872070312, 0.5493197021484375, 0.5489633178710938, 0.5492408447265625, 0.5493145751953125, 0.5490401000976562, 0.54955419921875, 0.5490197143554687, 0.5490543823242188, 0.5490513916015625, 0.5493883056640625, 0.5489407958984375, 0.549127197265625, 0.5490299072265625, 0.5489981689453125, 0.5489295654296875, 0.5490093994140625, 0.549212158203125, 0.5490790405273438, 0.5493718872070312, 0.5491322631835938, 0.5489305419921875, 0.5492234497070313, 0.5489827880859375, 0.5493575439453126, 0.5491619873046875, 0.5489735717773437, 0.5492951049804687, 0.5490442504882812, 0.5488650512695312, 0.5490299072265625, 0.5495132446289063, 0.548927490234375, 0.5490134887695313, 0.5489254150390624, 0.5494537963867188, 0.548969482421875, 0.5491578979492188, 0.5493360595703125, 1.178430419921875, 0.548947998046875, 0.549432373046875, 0.5493032836914062, 0.5492889404296875, 0.549538818359375, 0.548990966796875, 0.5494138793945312, 0.5493677978515625, 0.5498685302734375, 0.5495060424804687, 0.54938623046875, 0.5493104858398438, 0.5493667602539063, 0.5493237915039062, 0.54991357421875, 0.5494466552734375, 0.5496187133789062, 0.5493790893554688, 0.549349365234375, 0.549760009765625, 0.54940771484375, 0.5489755859375, 0.5493883056640625, 0.5489315795898437, 0.5488291625976562, 0.5510830078125, 0.5492244262695313, 0.5493923950195313, 0.5486192626953125, 0.548895751953125, 0.5490933837890625, 0.5489889526367188, 0.5491302490234375, 0.5494896850585937, 0.5493043212890625, 0.5490964965820313, 0.5491097412109375, 0.5493883056640625, 0.5490022583007812, 0.549053466796875, 0.5489766235351563, 0.5489459228515625, 0.5492561645507813, 0.549147705078125, 0.5497691650390625, 0.5495582885742187, 0.5489080200195312, 0.5490001831054687, 0.549123046875, 0.5491046142578125, 0.55032421875, 0.5495818481445313, 0.5496268920898437, 0.5491036376953125, 0.5493821411132812, 0.5493032836914062, 0.5495152587890625, 0.5492131958007812, 0.5490473022460938, 0.5491732177734375, 0.5488619384765625, 0.5491926879882812]",tokens/s,1.7913089334291363,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,r,r,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/r/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475a7-3d0a2266724477561da1d1f2;5d4fdab3-c56d-43df-b682-7d32cd82c5ae) Repository Not Found for url: https://huggingface.co/r/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: r is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2101.9648,5971.116032,0.0,5324.668928,5080.87552,s,10,3.1623598327636717,0.31623598327636715,0.00024235336102111678,0.3162159729003906,0.3165054656982422,0.31660202178955077,0.31667926666259766,"[0.31669857788085937, 0.3162686462402344, 0.3164840087890625, 0.31633709716796876, 0.3158043518066406, 0.31612255859375, 0.3161309814453125, 0.3161632995605469, 0.31597808837890623, 0.31637222290039063]",tokens/s,809.5220453653268,kWh,3.7342462792164754e-06,2.046175760932556e-06,1.8911707837687697e-05,2.4692129877836726e-05,tokens/kWh,10367675.905908046,MB,2101.9648,5971.116032,0.0,5324.668928,5290.117632,s,10,173.26880078125,17.326880078125,0.0008046980240511191,17.3267978515625,17.327645117187497,17.32819267578125,17.32863072265625,"[17.3270703125, 17.32675, 17.326052734375, 17.327296875, 17.3275234375, 17.32606640625, 17.3265234375, 17.325931640625, 17.326845703125, 17.328740234375]",tokens/s,3.6359690674801186,kWh,0.0002045667352755037,0.00011211794793604098,0.0010186654833345132,0.0013353501665460579,tokens/kWh,47178.636419353796,,s,629,175.83934860229496,0.2795538133581795,0.03756451887205511,0.27501873779296876,0.2752235412597656,0.27533250122070313,0.591240341796875,"[0.275198974609375, 0.2747781066894531, 0.2748385314941406, 0.2747607116699219, 0.27491326904296876, 0.2749624328613281, 0.27463168334960936, 0.27481497192382814, 0.274840576171875, 0.2751907958984375, 0.27510272216796877, 0.2749347839355469, 0.27483544921875, 0.2749849548339844, 0.2753403015136719, 0.27486309814453125, 0.27506381225585935, 0.2750320739746094, 0.2749327392578125, 0.27479449462890626, 0.27507815551757814, 0.27491122436523435, 0.2749091796875, 0.2749859924316406, 0.2749819030761719, 0.2750750732421875, 0.2750402526855469, 0.27504434204101563, 0.2749245300292969, 0.2748487548828125, 0.2750873718261719, 0.27546316528320314, 0.2752255859375, 0.2750679016113281, 0.2751549377441406, 0.2749347839355469, 0.27496038818359375, 0.2750351257324219, 0.2749020080566406, 0.27519692993164063, 0.27499520874023436, 0.2750474243164063, 0.2749327392578125, 0.27501669311523436, 0.27505767822265625, 0.27501055908203126, 0.27503411865234373, 0.2750894165039062, 0.2751805419921875, 0.27512115478515625, 0.27502081298828124, 0.2750965881347656, 0.27512216186523436, 0.2753597412109375, 0.2751068115234375, 0.275093505859375, 0.27523275756835935, 0.275135498046875, 0.2751375427246094, 0.27496551513671874, 0.27523583984375, 0.27499520874023436, 0.5913477172851562, 0.274830322265625, 0.2748323974609375, 0.27500338745117187, 0.27521127319335936, 0.27528704833984374, 0.27483544921875, 0.2747678833007812, 0.27484979248046876, 0.2747781066894531, 0.274882568359375, 0.2750955505371094, 0.2749358215332031, 0.2748938293457031, 0.2748334045410156, 0.27500851440429686, 0.27480267333984376, 0.27513958740234373, 0.27495013427734377, 0.27490304565429685, 0.275267578125, 0.2749644775390625, 0.27491326904296876, 0.2748948364257813, 0.27508120727539065, 0.2749266052246094, 0.27535052490234374, 0.2749358215332031, 0.2749992980957031, 0.2749921264648437, 0.27484774780273435, 0.27500543212890627, 0.27491943359375, 0.2750003051757812, 0.2750115966796875, 0.2751180725097656, 0.27498699951171873, 0.27493170166015624, 0.2749542541503906, 0.2748968811035156, 0.2757120056152344, 0.2750218200683594, 0.2752235412597656, 0.2749921264648437, 0.2749245300292969, 0.27508428955078124, 0.27499520874023436, 0.2750064697265625, 0.2751129455566406, 0.27507403564453126, 0.2751037292480469, 0.2750556030273438, 0.27498086547851563, 0.27507098388671875, 0.27502590942382815, 0.27505255126953126, 0.27506585693359376, 0.2751016845703125, 0.2752962646484375, 0.27508837890625, 0.275515380859375, 0.2752000122070313, 0.2751385498046875, 0.5916641235351563, 0.27478631591796876, 0.27482009887695313, 0.27491226196289065, 0.2747607116699219, 0.27492556762695314, 0.2749245300292969, 0.27482110595703124, 0.274798583984375, 0.27490609741210936, 0.2748671875, 0.27493991088867187, 0.27506689453125, 0.27507302856445315, 0.2748938293457031, 0.27494708251953126, 0.2748016662597656, 0.2749941711425781, 0.27487640380859374, 0.2748692626953125, 0.27501055908203126, 0.27505050659179686, 0.2749010009765625, 0.2748334045410156, 0.27492556762695314, 0.274956298828125, 0.2749706115722656, 0.2750597229003906, 0.2748968811035156, 0.27507916259765625, 0.27507199096679685, 0.27513037109375, 0.27511911010742185, 0.2748968811035156, 0.274951171875, 0.27523992919921875, 0.27490304565429685, 0.2749982604980469, 0.2750699462890625, 0.27497369384765624, 0.27497369384765624, 0.27502490234375, 0.27506381225585935, 0.275009521484375, 0.2749306945800781, 0.27501055908203126, 0.2751016845703125, 0.27510272216796877, 0.275230712890625, 0.27520306396484373, 0.27552459716796873, 0.27511398315429686, 0.2750894165039062, 0.2750750732421875, 0.2749798278808594, 0.27514981079101564, 0.27515802001953127, 0.2751447143554687, 0.2750351257324219, 0.27518875122070313, 0.27545803833007815, 0.27511911010742185, 0.2752235412597656, 0.5914030151367188, 0.27480679321289064, 0.27478631591796876, 0.27494091796875, 0.27484262084960936, 0.27500851440429686, 0.274798583984375, 0.2749900817871094, 0.274830322265625, 0.27475662231445314, 0.2748590087890625, 0.27493374633789064, 0.2748610534667969, 0.27496038818359375, 0.2748938293457031, 0.2751068115234375, 0.27488357543945313, 0.275167236328125, 0.274872314453125, 0.274840576171875, 0.27497369384765624, 0.27494503784179686, 0.2751068115234375, 0.2749245300292969, 0.27491021728515624, 0.27501873779296876, 0.27484262084960936, 0.2748876647949219, 0.27505255126953126, 0.27506381225585935, 0.27500851440429686, 0.2750965881347656, 0.27498291015625, 0.27501669311523436, 0.27518362426757814, 0.2751795349121094, 0.2750402526855469, 0.27513446044921874, 0.2750003051757812, 0.27497268676757813, 0.27517132568359376, 0.2752593994140625, 0.27508428955078124, 0.27551028442382813, 0.2751467590332031, 0.27510784912109376, 0.2750074768066406, 0.2751068115234375, 0.27511602783203126, 0.2750750732421875, 0.2751539306640625, 0.2751119384765625, 0.2749624328613281, 0.2750822448730469, 0.2752163696289063, 0.275198974609375, 0.2751201171875, 0.27526144409179687, 0.27553280639648436, 0.2751682434082031, 0.2751150207519531, 0.2751877136230469, 0.2750679016113281, 0.5908869018554688, 0.2749245300292969, 0.27489279174804687, 0.27481292724609374, 0.2747852783203125, 0.27498699951171873, 0.2748948364257813, 0.27476171875, 0.27514776611328123, 0.2748016662597656, 0.2749440002441406, 0.27507098388671875, 0.274988037109375, 0.27523175048828125, 0.2749696044921875, 0.27488461303710937, 0.2750412902832031, 0.27491226196289065, 0.2748374938964844, 0.2750269470214844, 0.2748794860839844, 0.2749992980957031, 0.27503103637695314, 0.2748118896484375, 0.2750074768066406, 0.27487539672851563, 0.27500851440429686, 0.27484262084960936, 0.27503616333007813, 0.27514981079101564, 0.274988037109375, 0.2754109497070312, 0.275030029296875, 0.2749224853515625, 0.27513037109375, 0.2750474243164063, 0.2750494689941406, 0.27498904418945314, 0.27496038818359375, 0.27510580444335936, 0.27506689453125, 0.2750975952148437, 0.275125244140625, 0.27500338745117187, 0.27499725341796877, 0.2753341369628906, 0.27504638671875, 0.2751037292480469, 0.2751518859863281, 0.2750351257324219, 0.2752010192871094, 0.2751590270996094, 0.275209228515625, 0.2754037780761719, 0.2751528930664062, 0.27510272216796877, 0.2750330810546875, 0.27525222778320313, 0.27512832641601564, 0.27523275756835935, 0.27520306396484373, 0.27509451293945314, 0.275167236328125, 0.591182861328125, 0.2749153137207031, 0.27479244995117186, 0.2752962646484375, 0.27491738891601564, 0.2749798278808594, 0.2749900817871094, 0.2748671875, 0.27480780029296875, 0.27507302856445315, 0.27497882080078123, 0.2749624328613281, 0.2749849548339844, 0.27487335205078123, 0.27491943359375, 0.27487026977539064, 0.27495834350585935, 0.2748538818359375, 0.27482009887695313, 0.27472076416015623, 0.2749286499023437, 0.27513345336914063, 0.27491738891601564, 0.27482827758789063, 0.2753013610839844, 0.27489791870117186, 0.2749071350097656, 0.274956298828125, 0.27478427124023436, 0.2748241882324219, 0.2750679016113281, 0.2749542541503906, 0.2750382080078125, 0.2749859924316406, 0.2752041015625, 0.2751119384765625, 0.27506689453125, 0.274914306640625, 0.2751201171875, 0.2753064880371094, 0.2750136413574219, 0.27502285766601564, 0.2750218200683594, 0.2749214782714844, 0.27502899169921874, 0.2750044250488281, 0.275093505859375, 0.27505767822265625, 0.2751201171875, 0.27507815551757814, 0.27517031860351565, 0.2749706115722656, 0.2751231994628906, 0.27507403564453126, 0.2749992980957031, 0.2751016845703125, 0.2751488037109375, 0.275135498046875, 0.2754703369140625, 0.27516619873046877, 0.27518362426757814, 0.27513958740234373, 0.27514163208007814, 0.5912626953125, 0.2746531982421875, 0.2748385314941406, 0.27486309814453125, 0.27493887329101563, 0.2749706115722656, 0.2748252258300781, 0.2748938293457031, 0.2749163513183594, 0.2748385314941406, 0.2748856201171875, 0.27499725341796877, 0.2751129455566406, 0.27485592651367186, 0.27486209106445314, 0.2748907470703125, 0.2748590087890625, 0.274882568359375, 0.2749521789550781, 0.2750556030273438, 0.27492352294921873, 0.2749521789550781, 0.2749593505859375, 0.27478936767578127, 0.2749358215332031, 0.2749266052246094, 0.2748938293457031, 0.2749296569824219, 0.2749245300292969, 0.274956298828125, 0.2753966064453125, 0.2750392456054688, 0.2749747314453125, 0.2751201171875, 0.27508428955078124, 0.27516928100585936, 0.275093505859375, 0.2749767761230469, 0.27500543212890627, 0.2749276123046875, 0.27500851440429686, 0.27505050659179686, 0.27517031860351565, 0.27502386474609375, 0.27498291015625, 0.2751324157714844, 0.2752061462402344, 0.27502081298828124, 0.275557373046875, 0.27510272216796877, 0.2751098937988281, 0.27516415405273437, 0.27508120727539065, 0.2750771179199219, 0.27513446044921874, 0.27501773071289065, 0.27513650512695315, 0.27518875122070313, 0.2750699462890625, 0.2751385498046875, 0.2755860595703125, 0.27517031860351565, 0.27525531005859377, 0.5912658081054688, 0.27493170166015624, 0.27482827758789063, 0.2749491271972656, 0.27483544921875, 0.27496038818359375, 0.2748876647949219, 0.27492556762695314, 0.2748098449707031, 0.2748590087890625, 0.274946044921875, 0.27496038818359375, 0.2749358215332031, 0.2749859924316406, 0.27488153076171873, 0.2748692626953125, 0.27488461303710937, 0.2749286499023437, 0.27498291015625, 0.2748989562988281, 0.27534335327148435, 0.2750320739746094, 0.27485592651367186, 0.2748610534667969, 0.27494091796875, 0.2748876647949219, 0.2748487548828125, 0.27498086547851563, 0.27499725341796877, 0.27497369384765624, 0.27501873779296876, 0.2750269470214844, 0.2748538818359375, 0.27500851440429686, 0.2749931640625, 0.2751590270996094, 0.27493374633789064, 0.274951171875, 0.2750494689941406, 0.27503717041015624, 0.2751231994628906, 0.2754232177734375, 0.27509451293945314, 0.2750013427734375, 0.27502490234375, 0.2750064697265625, 0.2748436584472656, 0.27507916259765625, 0.2750965881347656, 0.27501055908203126, 0.27513650512695315, 0.2751047668457031, 0.27512728881835935, 0.275093505859375, 0.27511602783203126, 0.2750648193359375, 0.275061767578125, 0.27523175048828125, 0.275167236328125, 0.2750986328125, 0.2752481384277344, 0.27527679443359376, 0.2751201171875, 0.5914869995117188, 0.2747115478515625, 0.27491122436523435, 0.2747750549316406, 0.27482110595703124, 0.2748252258300781, 0.2748968811035156, 0.27479962158203125, 0.2747607116699219, 0.27496038818359375, 0.274872314453125, 0.27533004760742186, 0.27499520874023436, 0.2750648193359375, 0.2749327392578125, 0.27499520874023436, 0.275009521484375, 0.27496755981445314, 0.2748528747558594, 0.274766845703125, 0.2749644775390625, 0.2749266052246094, 0.2748805236816406, 0.2747740173339844, 0.27503411865234373, 0.2748190612792969, 0.27482827758789063, 0.27507916259765625, 0.27513650512695315, 0.27535565185546873, 0.27501873779296876, 0.2749849548339844, 0.27530853271484373, 0.2750218200683594, 0.2750545959472656, 0.27512832641601564, 0.2749819030761719, 0.27498904418945314, 0.27506381225585935, 0.27501055908203126, 0.275061767578125, 0.2750218200683594, 0.2751016845703125, 0.2750802001953125, 0.27516110229492186, 0.2751426696777344, 0.2751098937988281, 0.2752634887695313, 0.275267578125, 0.27502285766601564, 0.2752563171386719, 0.27503103637695314, 0.2752204895019531, 0.2750484619140625, 0.27531674194335937, 0.2751047668457031, 0.275135498046875, 0.27513446044921874, 0.27511602783203126, 0.27506585693359376, 0.2751242370605469, 0.2751047668457031, 0.2751129455566406, 0.5915084838867187, 0.27509451293945314, 0.2749163513183594, 0.27489279174804687, 0.27486004638671874, 0.2749900817871094, 0.27495321655273436, 0.2748989562988281, 0.2748374938964844, 0.27503717041015624, 0.27489791870117186, 0.2749859924316406, 0.2748805236816406, 0.2748518371582031, 0.27495834350585935, 0.27506072998046877, 0.27489791870117186, 0.27492044067382815, 0.2749245300292969, 0.2749839477539063, 0.2749910888671875, 0.2749491271972656, 0.2753484802246094, 0.274946044921875, 0.27497882080078123, 0.27499520874023436, 0.2748989562988281, 0.2750648193359375, 0.2751231994628906, 0.27494503784179686, 0.2751129455566406, 0.27514163208007814, 0.2752122802734375, 0.27512728881835935, 0.2750433349609375, 0.275262451171875, 0.27510272216796877, 0.27497369384765624, 0.2752850036621094, 0.2749706115722656, 0.27505255126953126, 0.27513650512695315, 0.27524197387695315, 0.27487539672851563, 0.27529727172851565, 0.2754805908203125, 0.2750269470214844, 0.27508428955078124, 0.27512933349609375, 0.27514163208007814, 0.2751528930664062, 0.27501055908203126, 0.2751600646972656, 0.27512728881835935, 0.27509963989257813, 0.27514163208007814, 0.27519488525390623, 0.27512728881835935, 0.27538534545898435, 0.2750556030273438, 0.27517745971679686, 0.2751447143554687, 0.2751426696777344]",tokens/s,3.577128811041278,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm-20b,internlm/internlm-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3699.970048,14401.667072,0.0,13755.219968,13102.766592,s,10,9.234486938476563,0.9234486938476563,0.00015694751309834682,0.9234230346679687,0.9236289245605469,0.9236960235595703,0.923749702758789,"[0.9237631225585937, 0.9233424072265625, 0.9232378540039062, 0.923614013671875, 0.92333740234375, 0.9234802856445312, 0.923286865234375, 0.9234804077148437, 0.9233657836914062, 0.9235787963867188]",tokens/s,277.22168183848555,kWh,1.0911467626239315e-05,5.978965125177638e-06,5.399514420618095e-05,7.08855769575979e-05,tokens/kWh,3611453.9937106417,MB,3699.970048,14401.667072,0.0,13755.219968,13549.146112,s,10,521.8675390625001,52.18675390625001,0.004832173035005018,52.18797265625,52.192680078125,52.1929630859375,52.1931894921875,"[52.1926171875, 52.17780078125, 52.18303125, 52.19024609375, 52.1896953125, 52.18303125, 52.18698046875, 52.18192578125, 52.19324609375, 52.18896484375]",tokens/s,1.2072028874065488,kWh,0.0006161677286314844,0.0003377143746004912,0.003021631094070626,0.003975513197302602,tokens/kWh,15847.010655818145,,s,629,529.3491154174801,0.8415725205365349,0.10977779395641166,0.828315673828125,0.8288815307617188,0.8291999267578125,1.7524884814453126,"[0.8283299560546875, 0.8288552856445313, 0.8289197998046876, 0.8288737182617187, 0.8291635131835937, 0.8292260131835938, 0.8291993408203125, 0.8290447387695312, 0.8284845581054687, 0.8295833740234375, 0.829169677734375, 0.8295208740234375, 0.8292321166992187, 0.8292198486328125, 0.8287918090820312, 0.8292393188476562, 0.8283453369140625, 0.8279398193359375, 0.8277166137695312, 0.8279326782226563, 0.82779443359375, 0.8279859008789062, 0.8278538208007813, 0.8286986083984375, 0.8280166625976563, 0.8292669677734374, 0.8286300048828125, 0.8284497680664062, 0.8281569213867187, 0.8281292724609375, 0.8283238525390625, 0.82832177734375, 0.828168212890625, 0.8286556396484375, 0.8279562377929688, 0.8285941772460937, 0.8276121826171875, 0.828205078125, 0.8276715698242187, 0.828705810546875, 0.82787841796875, 0.8283914184570312, 0.82791015625, 0.8280340576171875, 0.82789990234375, 0.828811279296875, 0.8277933959960937, 0.8286689453125, 0.8279623413085937, 0.8286515502929688, 0.8282398681640625, 0.8284702758789062, 0.828310546875, 0.828242919921875, 0.8281712646484375, 0.8282501220703125, 0.827809814453125, 0.8283566284179688, 0.8280350952148438, 0.8285419311523438, 0.8281610107421875, 0.828590087890625, 1.7526087646484374, 0.8282511596679687, 0.8280330200195313, 0.8287457275390625, 0.827747314453125, 0.8281599731445313, 0.8289617919921874, 0.8283146362304687, 0.8284682006835937, 0.8281384887695312, 0.8286207885742187, 0.828526611328125, 0.8286443481445313, 0.8279920654296875, 0.8281005859375, 0.828253173828125, 0.8283299560546875, 0.8285716552734375, 0.8289443969726562, 0.8280289306640625, 0.8287232055664062, 0.8279951171875, 0.8286760864257813, 0.8278538208007813, 0.8283197631835938, 0.8281917724609374, 0.827905029296875, 0.8280709228515625, 0.8279982299804688, 0.82779443359375, 0.82838427734375, 0.827863037109375, 0.828579833984375, 0.8280166625976563, 0.8283709716796875, 0.8280606689453125, 0.8286248779296875, 0.8277299194335938, 0.8278067016601562, 0.8275527954101562, 0.8280186767578125, 0.827683837890625, 0.8284047241210938, 0.8277227783203125, 0.8281292724609375, 0.8276500244140625, 0.828442626953125, 0.827905029296875, 0.82813134765625, 0.8279777221679687, 0.8279449462890625, 0.8278568725585937, 0.827884521484375, 0.828137451171875, 0.8275814208984374, 0.82881640625, 0.82893310546875, 0.8283596801757812, 0.8284989624023438, 0.8284825439453125, 0.8283627319335938, 0.8282060546875, 0.828095458984375, 1.7519022216796876, 0.8275968017578125, 0.8276592407226563, 0.8287620849609375, 0.8279121704101563, 0.8282992553710937, 0.8284395751953125, 0.8284252319335937, 0.82886962890625, 0.8285501708984375, 0.8285828857421875, 0.8282501220703125, 0.828315673828125, 0.8279388427734375, 0.82779443359375, 0.829212646484375, 0.8281763916015625, 0.8284119262695312, 0.8286464233398437, 0.8283207397460938, 0.828284912109375, 0.828379150390625, 0.8283883666992188, 0.8285040893554687, 0.8284805297851563, 0.8284548950195313, 0.8283238525390625, 0.8286340942382813, 0.828189697265625, 0.8283955078125, 0.8282286376953125, 0.8282521362304688, 0.8280985717773437, 0.8285787963867187, 0.8282685546875, 0.827926513671875, 0.8280299682617187, 0.8283094482421876, 0.8282941284179688, 0.8285736694335938, 0.82859521484375, 0.8283627319335938, 0.8281138916015625, 0.8280494384765625, 0.8279715576171875, 0.8282552490234375, 0.8279132080078125, 0.8279388427734375, 0.8278876342773438, 0.828315673828125, 0.827831298828125, 0.8283770751953125, 0.8280145874023438, 0.8283197631835938, 0.828168212890625, 0.828189697265625, 0.828669921875, 0.8288809204101563, 0.8283207397460938, 0.828379150390625, 0.8280166625976563, 0.8285234985351563, 0.8285552368164063, 1.7527921142578125, 0.828043212890625, 0.8282654418945312, 0.828569580078125, 0.8276694946289063, 0.8288983154296875, 0.8285204467773437, 0.8285911254882813, 0.8283862915039063, 0.8288511962890625, 0.8286136474609375, 0.8290160522460938, 0.82844775390625, 0.8288204956054688, 0.8282091674804688, 0.8283566284179688, 0.8277545166015625, 0.828521484375, 0.8283187255859376, 0.82813134765625, 0.8282613525390625, 0.8279757080078125, 0.8283146362304687, 0.8285399169921875, 0.8281292724609375, 0.8288614501953125, 0.8281251831054688, 0.8287293701171875, 0.8280320434570313, 0.8292351684570313, 0.8283986206054688, 0.8284313354492188, 0.8281497802734376, 0.828242919921875, 0.8283381958007813, 0.8286873779296875, 0.8278701782226563, 0.828253173828125, 0.8279766845703125, 0.8285347900390625, 0.8284252319335937, 0.8286965942382812, 0.8283033447265625, 0.828010498046875, 0.8280514526367188, 0.8280606689453125, 0.828368896484375, 0.8286996459960938, 0.8281978759765625, 0.8291727294921875, 0.8280750122070313, 0.8287785034179688, 0.8282081298828124, 0.8290396118164063, 0.8282664794921875, 0.8282244873046875, 0.8284303588867188, 0.8285634765625, 0.82805859375, 0.8282265625, 0.8286863403320313, 0.8288552856445313, 0.8286197509765625, 1.7528729248046875, 0.8281569213867187, 0.8281046752929687, 0.82874267578125, 0.8277800903320313, 0.8292249755859376, 0.8288839721679687, 0.828832763671875, 0.8286668701171875, 0.828669921875, 0.8286453857421875, 0.8288338012695312, 0.8287528686523438, 0.8280883178710937, 0.827683837890625, 0.82812109375, 0.8279807739257813, 0.8282572631835937, 0.8284447021484375, 0.82854296875, 0.8287160034179688, 0.8286515502929688, 0.8279459838867187, 0.8287528686523438, 0.8282070922851562, 0.8284672241210937, 0.8284119262695312, 0.828000244140625, 0.827989990234375, 0.8281989135742187, 0.8284241943359375, 0.8284898071289063, 0.8292003173828125, 0.8285255737304688, 0.8282030029296875, 0.8286361694335938, 0.82777392578125, 0.827915283203125, 0.8281702270507812, 0.8278272094726562, 0.82804736328125, 0.8277350463867188, 0.8282869873046875, 0.8278343505859375, 0.828442626953125, 0.8284241943359375, 0.8276316528320312, 0.8282521362304688, 0.828095458984375, 0.8286126098632812, 0.8279807739257813, 0.8282327270507812, 0.8277401733398437, 0.8281630859375, 0.8279183349609375, 0.828310546875, 0.8293826293945312, 0.8292290649414062, 0.8290283813476562, 0.8291409912109375, 0.828621826171875, 0.8294010620117187, 0.82875390625, 1.7525504150390625, 0.8278475952148437, 0.8281569213867187, 0.8283740234375, 0.8284754028320312, 0.82943896484375, 0.8290396118164063, 0.8289986572265625, 0.8283309936523438, 0.8293314819335937, 0.828231689453125, 0.8284518432617187, 0.8282132568359375, 0.82813134765625, 0.8279654541015625, 0.8282091674804688, 0.8285654907226563, 0.82838427734375, 0.82808935546875, 0.8284825439453125, 0.82813232421875, 0.8284815063476563, 0.8280330200195313, 0.8283402099609375, 0.8284876708984374, 0.8285337524414063, 0.8284190673828125, 0.8281508178710938, 0.8285429077148437, 0.8289249267578125, 0.8282756958007812, 0.828568603515625, 0.8282664794921875, 0.82851123046875, 0.8281937866210938, 0.8279603271484375, 0.8280504150390625, 0.8278507690429687, 0.8280791015625, 0.8282203979492188, 0.8286986083984375, 0.828205078125, 0.8285870361328125, 0.8280360717773437, 0.827936767578125, 0.8279459838867187, 0.8280350952148438, 0.8279039916992188, 0.8279265747070312, 0.8277093505859375, 0.8278538208007813, 0.8277719116210938, 0.828042236328125, 0.8284456787109375, 0.8285706176757812, 0.8286351318359375, 0.82832177734375, 0.828147705078125, 0.8280197143554687, 0.8282838745117187, 0.8279285888671875, 0.8281026611328125, 0.828169189453125, 1.7523292236328125, 0.8278825073242188, 0.8277340087890624, 0.8286156616210938, 0.827905029296875, 0.8286863403320313, 0.82865869140625, 0.8282357788085938, 0.8282726440429687, 0.8281620483398437, 0.8281221313476562, 0.8281395263671875, 0.8281405639648437, 0.8282992553710937, 0.8281384887695312, 0.8283699340820313, 0.8281774291992188, 0.8281876220703125, 0.8287948608398438, 0.8283566284179688, 0.828273681640625, 0.8285286254882812, 0.828663818359375, 0.8283955078125, 0.8284487915039063, 0.8293826293945312, 0.8286658325195313, 0.8287877197265625, 0.8280452880859375, 0.8279920654296875, 0.8284917602539063, 0.828095458984375, 0.82825634765625, 0.8284722290039063, 0.8283391723632813, 0.8282654418945312, 0.8283033447265625, 0.8285183715820312, 0.8284794921875, 0.8290130004882813, 0.8281815185546875, 0.82836181640625, 0.8288634033203125, 0.827905029296875, 0.8278640747070313, 0.8282040405273438, 0.8283299560546875, 0.8282562255859375, 0.8284856567382812, 0.828675048828125, 0.828295166015625, 0.8283176879882812, 0.8286771240234375, 0.82789990234375, 0.828400634765625, 0.8281354370117188, 0.8284415893554687, 0.8287262573242188, 0.8282142944335937, 0.8280452880859375, 0.8280760498046875, 0.8284774169921875, 0.8288265991210938, 1.7529027099609376, 0.827556884765625, 0.8284979248046875, 0.828601318359375, 0.8279746704101563, 0.8293468017578125, 0.8282152709960937, 0.82821630859375, 0.8281538696289062, 0.8292055053710937, 0.8284395751953125, 0.8282838745117187, 0.828495849609375, 0.8278896484375, 0.8282327270507812, 0.8279193725585937, 0.8277135620117188, 0.8278077392578125, 0.8276807861328125, 0.8278988647460938, 0.8280238037109375, 0.828084228515625, 0.8282398681640625, 0.8278763427734375, 0.8287344360351563, 0.8285307006835938, 0.8287344360351563, 0.828031005859375, 0.82808935546875, 0.8278344116210937, 0.8279295654296875, 0.8282808227539062, 0.828379150390625, 0.82868017578125, 0.8285399169921875, 0.828094482421875, 0.8284467163085938, 0.827958251953125, 0.8284508056640625, 0.8280094604492187, 0.828516357421875, 0.8281077880859375, 0.82827978515625, 0.8279234619140625, 0.8279653930664063, 0.828789794921875, 0.8284108276367188, 0.82785791015625, 0.8292556762695312, 0.8289863891601562, 0.8286259155273438, 0.8280647583007813, 0.8279388427734375, 0.8278200073242188, 0.82796337890625, 0.8279766845703125, 0.828020751953125, 0.8284313354492188, 0.8285388793945313, 0.82849072265625, 0.8285552368164063, 0.8282194213867188, 0.8287129516601562, 1.7530849609375, 0.8283176879882812, 0.8286771240234375, 0.82846923828125, 0.8278046875, 0.8284805297851563, 0.82914404296875, 0.8283381958007813, 0.8285050659179688, 0.8286607055664063, 0.8288368530273438, 0.8283832397460937, 0.8281456909179687, 0.82777392578125, 0.8281282348632812, 0.8281589965820313, 0.828094482421875, 0.828248046875, 0.8285931396484375, 0.8284467163085938, 0.8288184204101563, 0.8283504638671875, 0.8290365600585937, 0.8283986206054688, 0.8280831909179688, 0.8281907348632812, 0.82876416015625, 0.8283187255859376, 0.8284784545898437, 0.8284364624023437, 0.8289658813476563, 0.8285081787109375, 0.8288491821289062, 0.828727294921875, 0.8288767700195312, 0.828095458984375, 0.82791015625, 0.8276572265625, 0.8284559326171875, 0.828126220703125, 0.8284979248046875, 0.8282296142578125, 0.8292024536132813, 0.82812109375, 0.8281671752929688, 0.8280278930664062, 0.8283013305664062, 0.8280166625976563, 0.82812109375, 0.8280576171875, 0.8279807739257813, 0.828169189453125, 0.8279746704101563, 0.8283095092773437, 0.8285296630859375, 0.8288389282226563, 0.8287559814453125, 0.8289495239257813, 0.8288399658203125, 0.82905908203125, 0.8289454345703124, 0.82897509765625, 0.8292198486328125, 1.7533941650390625, 0.8275271606445312, 0.8281149291992187, 0.8286576538085938, 0.828031982421875, 0.8285419311523438, 0.8285399169921875, 0.8288491821289062, 0.8285101928710937, 0.8283607177734374, 0.8288778076171875, 0.8285839233398438, 0.8284600219726562, 0.8286679077148438, 0.829053955078125, 0.828205078125, 0.8287528686523438, 0.828284912109375, 0.828516357421875, 0.828653564453125, 0.828494873046875, 0.8280821533203125, 0.8286617431640625, 0.8286177368164063, 0.8287139282226562, 0.829022216796875, 0.82962841796875, 0.8281630859375, 0.8282173461914063, 0.8284231567382813, 0.8280617065429687, 0.8282470703125, 0.8282173461914063, 0.828221435546875, 0.8281138916015625, 0.8280043334960937, 0.828037109375, 0.8278251342773437, 0.8289996948242188, 0.8277637329101563, 0.828358642578125, 0.828105712890625, 0.8290048217773438, 0.8281620483398437, 0.8279541625976562, 0.8280166625976563, 0.8280391845703124, 0.8287129516601562, 0.8283720092773438, 0.828396484375, 0.8285409545898438, 0.8286597290039063, 0.8282623901367188, 0.82792041015625, 0.8279725952148438, 0.828685302734375, 0.82830859375, 0.8281056518554688, 0.8279388427734375, 0.8283289794921875, 0.827978759765625, 0.8282019653320313, 0.8284600219726562]",tokens/s,1.1882517259029104,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,m,m,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/m/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947314-33adfa5b2a5eedb1203075b2;5f2fc814-b047-4b03-ab81-a2d94c473f80) Repository Not Found for url: https://huggingface.co/m/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: m is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2-large,openai-community/gpt2-large,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1334.587392,1531.445248,0.0,884.998144,666.95168,s,10,0.4638772163391113,0.046387721633911125,0.00324639334269881,0.04602436828613281,0.047300929641723624,0.05149969654083251,0.05485871006011963,"[0.055698463439941406, 0.04545503997802734, 0.0443658561706543, 0.04362329483032226, 0.04399552154541016, 0.046367870330810544, 0.04607097625732422, 0.045977760314941406, 0.04610259246826172, 0.04621984100341797]",tokens/s,5518.701737936934,kWh,5.258427056265466e-07,2.8813751836908824e-07,2.2516487148978766e-06,3.0656289388935114e-06,tokens/kWh,83506518.59790932,MB,1334.587392,1531.445248,0.0,884.998144,733.634048,s,10,28.599342529296877,2.859934252929688,0.040992537619671546,2.881282958984375,2.8891374511718753,2.890091064453125,2.890853955078125,"[2.868544189453125, 2.84873681640625, 2.803044921875, 2.76381982421875, 2.87860400390625, 2.88738916015625, 2.891044677734375, 2.8839619140625, 2.888925537109375, 2.885271484375]",tokens/s,22.028478429342716,kWh,3.3778575510522465e-05,1.8510113271708782e-05,0.000126169204021707,0.00017845789280393823,tokens/kWh,353024.4530524329,,s,629,28.960572414398204,0.04604224549188902,0.00549098690307536,0.04566527938842774,0.04605522003173828,0.04659916839599609,0.08962334625244144,"[0.047293441772460934, 0.04731903839111328, 0.04763340759277344, 0.047879199981689456, 0.04722787094116211, 0.04738457489013672, 0.04755558395385742, 0.04675788879394531, 0.046929920196533206, 0.04694937515258789, 0.044088321685791014, 0.045520896911621096, 0.04534067153930664, 0.045363201141357425, 0.045367294311523435, 0.04549324798583984, 0.045143039703369144, 0.04571033477783203, 0.045456382751464845, 0.04532326507568359, 0.045469696044921876, 0.04475801467895508, 0.045200382232666016, 0.04537036895751953, 0.04541747283935547, 0.045333503723144535, 0.04537961578369141, 0.04523926544189453, 0.044461055755615236, 0.044260353088378904, 0.046604286193847655, 0.046878719329833986, 0.04556902313232422, 0.045192192077636716, 0.0452229118347168, 0.045279232025146485, 0.04519424057006836, 0.04516864013671875, 0.04509798431396484, 0.045369342803955076, 0.0450334701538086, 0.04421836853027344, 0.04367257690429688, 0.04433203125, 0.04518195343017578, 0.04521574401855469, 0.04520652770996094, 0.04537241744995117, 0.0452229118347168, 0.045276161193847655, 0.0450437126159668, 0.04531302261352539, 0.04500787353515625, 0.04507033538818359, 0.04519424057006836, 0.045254657745361325, 0.04499353790283203, 0.04528844833374023, 0.044747776031494144, 0.04507648086547852, 0.045156352996826174, 0.044183551788330076, 0.09082777404785156, 0.0450621452331543, 0.045308929443359375, 0.045434879302978515, 0.04517375946044922, 0.0451328010559082, 0.04527308654785156, 0.045042686462402344, 0.04517068862915039, 0.04490956878662109, 0.0451962890625, 0.04515327835083008, 0.045297664642333986, 0.045254657745361325, 0.04452454376220703, 0.04513177490234375, 0.045290496826171874, 0.04532940673828125, 0.04523417663574219, 0.04528844833374023, 0.04501401519775391, 0.045312000274658204, 0.044951553344726565, 0.04558950424194336, 0.0451512336730957, 0.04399718475341797, 0.04349542236328125, 0.04442521667480469, 0.045143039703369144, 0.045352958679199216, 0.045178878784179685, 0.04510003280639648, 0.04530688095092773, 0.04565401458740234, 0.04506828689575195, 0.045439998626708986, 0.044837886810302735, 0.04470783996582031, 0.04506419372558594, 0.04528947067260742, 0.045042686462402344, 0.04521779251098633, 0.04625100708007813, 0.04592127990722656, 0.04533760070800781, 0.0456181755065918, 0.045358081817626954, 0.04549427032470703, 0.045290496826171874, 0.04539699172973633, 0.0452229118347168, 0.04547788619995117, 0.0452229118347168, 0.045241344451904295, 0.0459048957824707, 0.04576563262939453, 0.04546867370605469, 0.04531609725952149, 0.045254657745361325, 0.04540825653076172, 0.04514713668823242, 0.045437950134277344, 0.045328384399414064, 0.08992870330810547, 0.04531814575195312, 0.04516659164428711, 0.045379585266113284, 0.04734668731689453, 0.04551475143432617, 0.0451143684387207, 0.04497612762451172, 0.04514713668823242, 0.04520652770996094, 0.04469964981079102, 0.04357734298706055, 0.043924480438232424, 0.04542668914794922, 0.04524544143676758, 0.045948928833007815, 0.04659302520751953, 0.04534988784790039, 0.04527308654785156, 0.04506521606445312, 0.04558950424194336, 0.04588748931884765, 0.045328384399414064, 0.04538880157470703, 0.04365824127197265, 0.04369100952148437, 0.043635711669921876, 0.043466751098632815, 0.04356915283203125, 0.04354457473754883, 0.0450334701538086, 0.04534476852416992, 0.044988414764404294, 0.04504678344726563, 0.043670528411865236, 0.043428863525390625, 0.04340838241577148, 0.043568126678466795, 0.04484096145629883, 0.045059070587158204, 0.045192192077636716, 0.045009918212890625, 0.044933120727539064, 0.04521984100341797, 0.04479897689819336, 0.04347391891479492, 0.04362444686889649, 0.04348108673095703, 0.0435865592956543, 0.04369715118408203, 0.04343606567382813, 0.04346569442749024, 0.0435968017578125, 0.044453887939453124, 0.04364287948608398, 0.04352102279663086, 0.04346879959106445, 0.04338790512084961, 0.043548671722412106, 0.04335615921020508, 0.04338483047485352, 0.043425792694091796, 0.04342476654052734, 0.08736153411865234, 0.04329369735717774, 0.04355891036987305, 0.04335308837890625, 0.043437057495117185, 0.043379711151123046, 0.04334284973144531, 0.04359270477294922, 0.04504678344726563, 0.04501708984375, 0.0452782096862793, 0.04522598266601562, 0.04501913452148437, 0.04498636627197266, 0.04552294540405273, 0.0451962890625, 0.04374425506591797, 0.043600894927978515, 0.043483135223388675, 0.043622398376464845, 0.045437950134277344, 0.04535603332519531, 0.04524544143676758, 0.04540415954589844, 0.04534886550903321, 0.044862464904785154, 0.04562124633789062, 0.045243392944335936, 0.043433982849121096, 0.0446453742980957, 0.04436787033081055, 0.04350054550170898, 0.04353433609008789, 0.04348211288452149, 0.043478015899658204, 0.04355481719970703, 0.04326502227783203, 0.043483135223388675, 0.043344894409179685, 0.04354457473754883, 0.04340326309204102, 0.04332339096069336, 0.04313600158691406, 0.04352716827392578, 0.04295475387573242, 0.04282470321655273, 0.042797054290771484, 0.043466751098632815, 0.043409408569335936, 0.04335001754760742, 0.04273971176147461, 0.04292812728881836, 0.04281753540039063, 0.04318105697631836, 0.043312126159667966, 0.043453441619873044, 0.04338995361328125, 0.04338380813598633, 0.043431934356689454, 0.04356095886230469, 0.04343500900268555, 0.04333772659301758, 0.043079681396484375, 0.08883814239501953, 0.04634009552001953, 0.04591308975219727, 0.045687808990478515, 0.04552908706665039, 0.04483174514770508, 0.04478771209716797, 0.044685310363769534, 0.04570521545410156, 0.04539084625244141, 0.04580966567993164, 0.04576563262939453, 0.04599193572998047, 0.04572159957885742, 0.04599398422241211, 0.045927425384521485, 0.04571750259399414, 0.0460052490234375, 0.046080001831054686, 0.045674495697021485, 0.045886463165283206, 0.045832191467285156, 0.04559564971923828, 0.0457891845703125, 0.04580352020263672, 0.04566835021972656, 0.045620223999023435, 0.04576563262939453, 0.04555980682373047, 0.045244415283203124, 0.045591552734375, 0.046069759368896485, 0.04571955108642578, 0.04584758377075195, 0.04578096008300781, 0.045709312438964846, 0.045644798278808595, 0.04558335876464844, 0.04583321762084961, 0.04563455963134765, 0.04575539016723633, 0.04590796661376953, 0.04571340942382812, 0.045742080688476565, 0.04559769439697266, 0.04568473434448242, 0.04496895980834961, 0.04558233642578125, 0.045693950653076174, 0.04574105453491211, 0.04589056015014648, 0.045770751953125, 0.046047233581542966, 0.045753345489501954, 0.045590526580810545, 0.045486080169677735, 0.04593561553955078, 0.0459417610168457, 0.045770751953125, 0.045835262298583986, 0.04582912063598633, 0.04597043228149414, 0.04582092666625977, 0.0928174057006836, 0.0458158073425293, 0.04572467041015625, 0.045830142974853515, 0.04579020690917969, 0.04571443176269531, 0.04543385696411133, 0.04542464065551758, 0.0458260498046875, 0.0464087028503418, 0.046339073181152345, 0.045641727447509765, 0.04585881423950195, 0.04595814514160156, 0.04600012969970703, 0.046080001831054686, 0.04580147171020508, 0.04584755325317383, 0.04584447860717773, 0.045699073791503904, 0.04588748931884765, 0.0456888313293457, 0.0465530891418457, 0.045725696563720705, 0.04565913772583008, 0.04573593521118164, 0.04579020690917969, 0.04585779190063476, 0.04585062408447266, 0.045638656616210936, 0.04574924850463867, 0.04630220794677734, 0.04582195281982422, 0.045736961364746094, 0.04595302581787109, 0.04646809768676758, 0.04595609664916992, 0.04573593521118164, 0.04565708923339844, 0.04538265609741211, 0.045385726928710936, 0.04591308975219727, 0.04603801727294922, 0.04588851165771484, 0.04543078231811523, 0.045467647552490234, 0.04634726333618164, 0.046064640045166014, 0.045712383270263675, 0.0456888313293457, 0.04573491287231445, 0.045663230895996096, 0.04560076904296875, 0.04567859268188477, 0.04550656127929688, 0.04568576049804687, 0.045851646423339845, 0.04569702529907226, 0.04691763305664062, 0.04611174392700195, 0.045590526580810545, 0.045434879302978515, 0.04539084625244141, 0.09221836853027343, 0.045976577758789064, 0.04601651382446289, 0.046132225036621094, 0.04583935928344727, 0.04540825653076172, 0.04572467041015625, 0.04590796661376953, 0.04581171035766601, 0.04589875030517578, 0.04597043228149414, 0.046914558410644534, 0.046176254272460936, 0.04570521545410156, 0.045871105194091794, 0.04604313659667969, 0.04611379241943359, 0.0459950065612793, 0.04579942321777344, 0.04605440139770508, 0.04578713607788086, 0.04581171035766601, 0.0458076171875, 0.04614144134521484, 0.045982719421386715, 0.04577177429199219, 0.04592025756835937, 0.04589567947387695, 0.045770751953125, 0.04581478500366211, 0.045897727966308595, 0.04571033477783203, 0.045298686981201174, 0.045843456268310545, 0.04603084945678711, 0.04576051330566406, 0.04577283096313477, 0.045750240325927734, 0.04595199966430664, 0.04575027084350586, 0.046806015014648435, 0.04596121597290039, 0.04588748931884765, 0.04559872055053711, 0.04534175872802734, 0.04549523162841797, 0.04582912063598633, 0.04582912063598633, 0.04583321762084961, 0.04575436782836914, 0.045835262298583986, 0.04631961441040039, 0.04589875030517578, 0.04560179138183594, 0.045870079040527346, 0.0457625617980957, 0.04565401458740234, 0.04590387344360351, 0.04660326385498047, 0.046034942626953124, 0.04577280044555664, 0.04576665496826172, 0.04574003219604492, 0.09243750762939452, 0.04573183822631836, 0.04562739181518555, 0.046186496734619144, 0.045868030548095705, 0.04568985748291016, 0.045889537811279295, 0.045281280517578126, 0.04573491287231445, 0.0455997428894043, 0.045884414672851564, 0.04579328155517578, 0.04552499389648437, 0.045868030548095705, 0.046015487670898435, 0.04595711898803711, 0.046339073181152345, 0.045818878173828126, 0.0457625617980957, 0.04579020690917969, 0.04585574340820313, 0.045213695526123046, 0.04567552185058594, 0.045810688018798826, 0.04566016006469727, 0.04592127990722656, 0.045638656616210936, 0.0466165771484375, 0.046183425903320315, 0.04563455963134765, 0.04580044937133789, 0.04568473434448242, 0.045744129180908207, 0.04573798370361328, 0.04571648025512695, 0.04611993789672852, 0.04575436782836914, 0.045655040740966796, 0.045628414154052735, 0.04565094375610351, 0.04580966567993164, 0.045748222351074216, 0.04578815841674805, 0.04575743865966797, 0.04519116973876953, 0.045948928833007815, 0.04573491287231445, 0.04561510467529297, 0.045687808990478515, 0.0458260498046875, 0.04564377593994141, 0.045946880340576174, 0.04564275360107422, 0.04571955108642578, 0.04561407852172852, 0.04564582443237305, 0.04579020690917969, 0.045744129180908207, 0.04556288146972656, 0.04597862243652344, 0.04569807815551758, 0.04569392013549805, 0.0456888313293457, 0.09245184326171875, 0.04586086273193359, 0.045725696563720705, 0.04577382278442383, 0.04579225540161133, 0.045818878173828126, 0.045638656616210936, 0.04554444885253906, 0.046058494567871096, 0.04570320129394531, 0.04595503997802734, 0.04560076904296875, 0.045592575073242186, 0.04572774505615235, 0.04578406524658203, 0.045841407775878903, 0.045851646423339845, 0.04590591812133789, 0.04557209777832031, 0.04575948715209961, 0.04550041580200195, 0.045720577239990234, 0.045856769561767576, 0.045612064361572266, 0.045733856201171874, 0.04566527938842774, 0.045638656616210936, 0.04602470397949219, 0.04580147171020508, 0.04579942321777344, 0.045661182403564454, 0.04551270294189453, 0.04584960174560547, 0.04568678283691406, 0.045644798278808595, 0.04698419189453125, 0.04665753555297852, 0.04563558578491211, 0.04597452926635742, 0.04597555160522461, 0.0457625617980957, 0.045736961364746094, 0.04576153564453125, 0.04577382278442383, 0.04587724685668945, 0.046061569213867185, 0.0459048957824707, 0.045758464813232425, 0.04592844772338867, 0.04589875030517578, 0.04586700820922852, 0.04588544082641602, 0.04613119888305664, 0.045889537811279295, 0.0456519660949707, 0.046102527618408204, 0.045827072143554685, 0.04580044937133789, 0.04578303909301758, 0.04575743865966797, 0.04575436782836914, 0.04682342529296875, 0.04640153503417969, 0.09238937377929687, 0.045795326232910154, 0.045484031677246094, 0.04558950424194336, 0.04579942321777344, 0.045777919769287106, 0.0458342399597168, 0.04578406524658203, 0.046647296905517575, 0.046922752380371094, 0.04616089630126953, 0.045710369110107424, 0.04566934585571289, 0.04571852874755859, 0.04588851165771484, 0.04604108810424805, 0.04571852874755859, 0.04572774505615235, 0.04561715316772461, 0.04571340942382812, 0.04581478500366211, 0.04596736145019531, 0.045736961364746094, 0.045780990600585936, 0.04554751968383789, 0.04597964859008789, 0.046071807861328126, 0.04575027084350586, 0.04564582443237305, 0.045774848937988284, 0.045830142974853515, 0.046018558502197264, 0.04574515151977539, 0.04558540725708008, 0.04558438491821289, 0.04561305618286133, 0.045748222351074216, 0.045864959716796876, 0.045682689666748044, 0.04570009613037109, 0.045948928833007815, 0.04582912063598633, 0.04562432098388672, 0.04510515213012695, 0.045298686981201174, 0.0455997428894043, 0.04581478500366211, 0.04572159957885742, 0.04562739181518555, 0.04561612701416016, 0.04584550476074219, 0.04610047912597656, 0.045864959716796876, 0.04583833694458008, 0.0455813102722168, 0.045706241607666016, 0.04583833694458008, 0.04589977645874024, 0.04574617767333984, 0.04578508758544922, 0.04575948715209961, 0.04603289413452148, 0.04592844772338867]",tokens/s,21.71918396499936,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-65b,huggyllama/llama-65b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,l,l,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/l/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947611-60b2ef1b3277537b55cd2d64;665a5f50-3276-4529-954e-f2f6e6d21101) Repository Not Found for url: https://huggingface.co/l/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: l is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,B,B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694773c-7797e6b74801ed5e59eabf1c;d2db6bda-46b5-4df6-9355-dd7f3a0f4c3e) Repository Not Found for url: https://huggingface.co/B/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: B is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-30b,huggyllama/llama-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6438.289408,20389.036032,0.0,19742.588928,18821.508608,s,10,15.150147705078124,1.5150147705078125,0.0023184513430523374,1.5144754028320313,1.5184234008789061,1.5184665222167968,1.5185010192871093,"[1.5131627197265625, 1.51611376953125, 1.5123515625, 1.514201416015625, 1.5147493896484374, 1.512820068359375, 1.512394287109375, 1.5174310302734375, 1.518413818359375, 1.5185096435546874]",tokens/s,168.97525026385864,kWh,1.7865861339701548e-05,9.79042506374998e-06,8.79138758865916e-05,0.00011557016229004312,tokens/kWh,2215104.616341406,MB,6438.289408,20389.036032,0.0,19742.588928,19408.2304,s,10,843.2006796875,84.32006796875001,0.0021544519507298,84.3193125,84.323084375,84.32392109375,84.32459046875,"[84.3186875, 84.3205, 84.31865625, 84.3169921875, 84.3193046875, 84.3228984375, 84.3206640625, 84.3193203125, 84.3188984375, 84.3247578125]",tokens/s,0.7471530979238362,kWh,0.0009954719761345121,0.0005456061127628717,0.004957476271533412,0.006498554360430795,tokens/kWh,9694.463800072555,,s,629,855.4948258056643,1.3600871634430272,0.18007572794249377,1.3383751220703124,1.3387724609375,1.3389057861328126,2.8532786425781254,"[1.338408935546875, 1.3382952880859376, 1.3382799072265625, 1.3378038330078126, 1.3383720703125, 1.338208251953125, 1.337818115234375, 1.338134521484375, 1.33815087890625, 1.33843359375, 1.3378876953125, 1.338133544921875, 1.3382154541015625, 1.3384847412109375, 1.338287109375, 1.3384273681640626, 1.33821435546875, 1.3383331298828125, 1.3380341796875, 1.3383853759765625, 1.33846533203125, 1.3385062255859375, 1.3383414306640624, 1.33819287109375, 1.3382645263671875, 1.3382103271484376, 1.3385860595703125, 1.3384119873046876, 1.3394278564453126, 1.3383515625, 1.3385584716796874, 1.3384366455078125, 1.3384437255859376, 1.3385277099609374, 1.33871923828125, 1.3382799072265625, 1.33827587890625, 1.3383076171875, 1.3384468994140626, 1.3382523193359375, 1.33850830078125, 1.338672119140625, 1.3387315673828124, 1.3384100341796874, 1.3388543701171876, 1.3383935546875, 1.3387806396484374, 1.33804443359375, 1.3380843505859374, 1.3384049072265625, 1.3385440673828124, 1.3384345703125, 1.3384539794921875, 1.3385809326171876, 1.3383096923828126, 1.3381949462890625, 1.338165283203125, 1.3381468505859375, 1.33836181640625, 1.33869873046875, 1.338894287109375, 1.3388421630859375, 2.855076904296875, 1.3380731201171876, 1.3380679931640624, 1.338138671875, 1.3380218505859376, 1.338070068359375, 1.3381888427734374, 1.338028076171875, 1.3384541015625, 1.338125244140625, 1.338692626953125, 1.3381427001953126, 1.3386158447265626, 1.3384049072265625, 1.3381109619140625, 1.3381734619140624, 1.3382308349609375, 1.338124267578125, 1.338397705078125, 1.338608642578125, 1.3380792236328125, 1.3383218994140624, 1.3385953369140624, 1.338525634765625, 1.3381959228515625, 1.3380526123046874, 1.338119140625, 1.33838330078125, 1.33840380859375, 1.3388328857421874, 1.3381160888671875, 1.338746826171875, 1.338265625, 1.338565673828125, 1.338919921875, 1.3384560546875, 1.3386741943359375, 1.33840283203125, 1.338356689453125, 1.33850732421875, 1.3386107177734374, 1.338778564453125, 1.338546142578125, 1.3388359375, 1.3381622314453125, 1.338786865234375, 1.3381253662109376, 1.3383680419921875, 1.338203125, 1.338365966796875, 1.3384488525390625, 1.3382318115234375, 1.3384263916015624, 1.3382379150390624, 1.33861279296875, 1.3385010986328125, 1.338133544921875, 1.338328125, 1.3383792724609376, 1.33819287109375, 1.3385943603515624, 1.3388380126953126, 1.3386741943359375, 2.85334228515625, 1.3386854248046876, 1.338302490234375, 1.3380628662109375, 1.337927734375, 1.3382532958984374, 1.3382962646484375, 1.337764892578125, 1.33814990234375, 1.337966552734375, 1.3386455078125, 1.3379952392578125, 1.3381170654296874, 1.33803515625, 1.33804541015625, 1.33863330078125, 1.338398681640625, 1.3382257080078126, 1.3380609130859376, 1.338219482421875, 1.3382113037109375, 1.338203125, 1.3385379638671875, 1.33840380859375, 1.3378416748046875, 1.3385533447265625, 1.3383485107421875, 1.338681396484375, 1.3382021484375, 1.3389588623046875, 1.3384632568359376, 1.3385594482421874, 1.3383106689453126, 1.3382369384765624, 1.338609619140625, 1.338176513671875, 1.3383577880859374, 1.338482666015625, 1.338224609375, 1.3385472412109376, 1.338828857421875, 1.3389864501953126, 1.3388123779296874, 1.3387724609375, 1.3382154541015625, 1.33893017578125, 1.338197998046875, 1.3385328369140626, 1.33825537109375, 1.338140625, 1.338328125, 1.3384222412109374, 1.33878271484375, 1.3384683837890625, 1.338671142578125, 1.338713134765625, 1.338660888671875, 1.338167236328125, 1.3383997802734375, 1.33831884765625, 1.3382593994140626, 1.338565673828125, 1.3385748291015624, 2.853114990234375, 1.3379215087890626, 1.3381324462890625, 1.338291259765625, 1.3383321533203125, 1.3382481689453125, 1.33836181640625, 1.3380986328125, 1.337903076171875, 1.3379931640625, 1.338287109375, 1.338029052734375, 1.33802392578125, 1.3378621826171875, 1.338166259765625, 1.338365966796875, 1.3380843505859374, 1.33814990234375, 1.338145751953125, 1.33855029296875, 1.33840283203125, 1.3380997314453125, 1.3382523193359375, 1.3383157958984375, 1.3384068603515624, 1.3381683349609375, 1.3381693115234374, 1.338533935546875, 1.33806494140625, 1.33900390625, 1.3381837158203125, 1.338597412109375, 1.3383802490234376, 1.3383270263671876, 1.3390130615234375, 1.3384161376953125, 1.33848779296875, 1.3385052490234375, 1.338156005859375, 1.33844482421875, 1.338282958984375, 1.338587158203125, 1.33865673828125, 1.338861572265625, 1.3384468994140626, 1.3391492919921875, 1.3384437255859376, 1.338208251953125, 1.3383638916015625, 1.338134521484375, 1.3385052490234375, 1.3382747802734376, 1.3383157958984375, 1.3382593994140626, 1.3386055908203125, 1.338408935546875, 1.3383905029296874, 1.3380218505859376, 1.338396728515625, 1.338354736328125, 1.33872021484375, 1.3390172119140624, 1.33884423828125, 2.853857177734375, 1.3381324462890625, 1.3380946044921875, 1.338292236328125, 1.3381478271484375, 1.3384222412109374, 1.338388427734375, 1.3379215087890626, 1.3379501953125, 1.3381068115234376, 1.3386722412109375, 1.3382061767578124, 1.3380577392578126, 1.3381170654296874, 1.3382225341796874, 1.33827783203125, 1.3382327880859375, 1.338265625, 1.338143798828125, 1.338272705078125, 1.338250244140625, 1.3383731689453124, 1.3384273681640626, 1.338138671875, 1.3380198974609374, 1.3381202392578124, 1.338250244140625, 1.3383699951171875, 1.338322998046875, 1.3389066162109375, 1.338470458984375, 1.338777587890625, 1.3384591064453124, 1.3385267333984374, 1.338708984375, 1.3381375732421874, 1.3387796630859374, 1.3382215576171874, 1.3381795654296875, 1.338229736328125, 1.3386025390625, 1.3386044921875, 1.3387049560546875, 1.3391759033203126, 1.3383321533203125, 1.3389752197265625, 1.3381396484375, 1.338387451171875, 1.338186767578125, 1.33808740234375, 1.3383916015625, 1.3385103759765624, 1.338607666015625, 1.3383126220703125, 1.338904541015625, 1.3383946533203126, 1.3384324951171875, 1.3384385986328124, 1.3386312255859374, 1.3385164794921875, 1.3387017822265626, 1.338702880859375, 1.3389527587890624, 2.85169677734375, 1.3382225341796874, 1.3378734130859375, 1.3379779052734375, 1.3379931640625, 1.3386793212890624, 1.337998291015625, 1.3379093017578125, 1.3380955810546875, 1.3381827392578125, 1.3381805419921875, 1.337923583984375, 1.33827685546875, 1.3384161376953125, 1.3382318115234375, 1.3384560546875, 1.33831787109375, 1.3381693115234374, 1.3383720703125, 1.3383699951171875, 1.3387120361328124, 1.338681396484375, 1.3383680419921875, 1.3381273193359375, 1.3385911865234374, 1.3384007568359375, 1.3385902099609375, 1.33848681640625, 1.338608642578125, 1.3387099609375, 1.3383946533203126, 1.3387396240234375, 1.3385216064453125, 1.3386966552734374, 1.3386322021484376, 1.3382850341796875, 1.3381007080078124, 1.3383382568359374, 1.3383946533203126, 1.33867822265625, 1.3388062744140625, 1.3386485595703126, 1.33864453125, 1.3388963623046874, 1.33838330078125, 1.33912060546875, 1.33814990234375, 1.3384898681640625, 1.33852880859375, 1.3381202392578124, 1.3385216064453125, 1.3384805908203126, 1.3385328369140626, 1.338292236328125, 1.3388123779296874, 1.3385645751953126, 1.3380936279296876, 1.3383424072265624, 1.3382523193359375, 1.338092529296875, 1.338798095703125, 1.3387161865234376, 1.3385584716796874, 2.8538994140625, 1.3381385498046876, 1.3384520263671875, 1.33823681640625, 1.3381724853515624, 1.338337158203125, 1.33816015625, 1.337988037109375, 1.337908203125, 1.3379635009765625, 1.338392578125, 1.3381212158203124, 1.3384324951171875, 1.3382451171875, 1.3381856689453124, 1.3382574462890624, 1.3383291015625, 1.3379798583984375, 1.3382850341796875, 1.338287109375, 1.33850732421875, 1.338324951171875, 1.3382677001953125, 1.33831884765625, 1.338261474609375, 1.338217529296875, 1.338420166015625, 1.33857275390625, 1.3382000732421875, 1.338597412109375, 1.3384786376953124, 1.33880322265625, 1.33844482421875, 1.33852880859375, 1.3386065673828125, 1.3381632080078125, 1.33876220703125, 1.3386588134765625, 1.3383905029296874, 1.3385430908203124, 1.3384857177734375, 1.3385523681640625, 1.33872021484375, 1.339218994140625, 1.3385225830078125, 1.338809326171875, 1.33845703125, 1.338491943359375, 1.338240966796875, 1.338239013671875, 1.3385491943359376, 1.338619873046875, 1.3383209228515625, 1.33816015625, 1.3385174560546875, 1.33853076171875, 1.3383331298828125, 1.3384642333984376, 1.338493896484375, 1.33824609375, 1.3389281005859375, 1.339082763671875, 1.3387591552734375, 2.8562431640625, 1.3384417724609374, 1.338218505859375, 1.3382747802734376, 1.3380802001953125, 1.3383260498046874, 1.338165283203125, 1.3378017578125, 1.338314697265625, 1.338176513671875, 1.3385174560546875, 1.3381529541015624, 1.338140625, 1.3379849853515624, 1.3381488037109375, 1.338208251953125, 1.3381221923828126, 1.338330078125, 1.3381221923828126, 1.338566650390625, 1.3382327880859375, 1.33819091796875, 1.338535888671875, 1.3383751220703124, 1.33857080078125, 1.338103759765625, 1.338176513671875, 1.33863427734375, 1.338303466796875, 1.339210693359375, 1.3383321533203125, 1.3386270751953124, 1.338439697265625, 1.3384949951171874, 1.33871923828125, 1.338302490234375, 1.338650634765625, 1.3381888427734374, 1.3385687255859375, 1.33852880859375, 1.33855029296875, 1.3385185546875, 1.33852978515625, 1.3391390380859376, 1.3384376220703125, 1.3388594970703125, 1.338113037109375, 1.338492919921875, 1.3383291015625, 1.338511474609375, 1.3383587646484374, 1.3384498291015625, 1.3384908447265624, 1.3384058837890624, 1.3385010986328125, 1.338387451171875, 1.3383331298828125, 1.3381151123046875, 1.3384990234375, 1.338208251953125, 1.3386260986328125, 1.338619873046875, 1.3388338623046876, 2.85762451171875, 1.338396728515625, 1.338013671875, 1.3383475341796875, 1.3379747314453125, 1.3385010986328125, 1.3385257568359374, 1.3379266357421875, 1.338029052734375, 1.337964599609375, 1.3385318603515626, 1.3383331298828125, 1.338345458984375, 1.33800244140625, 1.338577880859375, 1.3382420654296876, 1.3383843994140625, 1.3381888427734374, 1.3380771484375, 1.3381253662109376, 1.3383638916015625, 1.3383424072265624, 1.3386004638671876, 1.33829736328125, 1.3380423583984375, 1.3383055419921874, 1.338282958984375, 1.3386065673828125, 1.3381683349609375, 1.338808349609375, 1.3384805908203126, 1.338723388671875, 1.3383526611328125, 1.3382451171875, 1.3387684326171876, 1.3383004150390625, 1.338428466796875, 1.338430419921875, 1.3382532958984374, 1.3384141845703126, 1.3384918212890624, 1.3385440673828124, 1.338998779296875, 1.3386854248046876, 1.3382041015625, 1.338808349609375, 1.3382789306640626, 1.338460205078125, 1.3384324951171875, 1.33808642578125, 1.3383956298828126, 1.3384212646484375, 1.3382901611328124, 1.33831884765625, 1.338566650390625, 1.3386669921875, 1.3382901611328124, 1.338440673828125, 1.33835986328125, 1.3382420654296876, 1.3384979248046875, 1.3386065673828125, 1.3389271240234375, 2.85745263671875, 1.3381365966796874, 1.3381744384765626, 1.3385001220703125, 1.3385328369140626, 1.338209228515625, 1.33814990234375, 1.3378641357421874, 1.338176513671875, 1.3381253662109376, 1.3384693603515625, 1.3379359130859374, 1.338281005859375, 1.3379410400390626, 1.3382164306640625, 1.338218505859375, 1.338335205078125, 1.33824609375, 1.3385482177734376, 1.3382041015625, 1.33843359375, 1.3382327880859375, 1.338504150390625, 1.3382451171875, 1.3384017333984375, 1.3383291015625, 1.33855029296875, 1.3388912353515625, 1.3381907958984376, 1.3392169189453125, 1.3384007568359375, 1.3384591064453124, 1.338346435546875, 1.3385185546875, 1.3384837646484375, 1.33852978515625, 1.3386209716796875, 1.33831982421875, 1.3383372802734375, 1.338744873046875, 1.338767333984375, 1.33869775390625, 1.3386055908203125, 1.3391103515625, 1.338850341796875, 1.3387724609375, 1.3383291015625, 1.3383914794921874, 1.3383311767578125, 1.3381468505859375, 1.3382880859375, 1.3384642333984376, 1.33850732421875, 1.338281982421875, 1.338503173828125, 1.338523681640625, 1.33824609375, 1.3382369384765624, 1.33827685546875, 1.338293212890625, 1.33838134765625, 1.3385902099609375, 1.3388380126953126]",tokens/s,0.7352469951032584,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2115.342336,9028.763648,0.0,8382.316544,7939.283456,s,10,6.157225524902344,0.6157225524902344,0.0005581295499170268,0.6156340332031249,0.6164727294921875,0.6166158813476562,0.6167304028320312,"[0.6155767211914063, 0.6150867309570313, 0.614904052734375, 0.6162105102539063, 0.61644091796875, 0.6155084838867187, 0.616759033203125, 0.615343017578125, 0.6157047119140625, 0.6156913452148437]",tokens/s,415.7716798980824,kWh,7.2677759660614865e-06,3.98141458259916e-06,3.553215260870579e-05,4.678134315736643e-05,tokens/kWh,5472266.991968334,MB,2115.342336,9028.763648,0.0,8382.316544,8233.862144,s,10,338.22662109375005,33.822662109375,0.0012031735100818369,33.82305078125,33.82349921875,33.824040625,33.82447375,"[33.81975, 33.82211328125, 33.82326171875, 33.82198828125, 33.8230859375, 33.823015625, 33.82337890625, 33.82229296875, 33.82315234375, 33.82458203125]",tokens/s,1.8626564578586968,kWh,0.000399305378811227,0.00021885432733020508,0.0019643885306598937,0.002582548236801326,tokens/kWh,24394.51046925268,,s,629,343.23084429931623,0.5456770179639371,0.07321710794917707,0.5368565673828125,0.5370955688476562,0.5371701293945312,1.1530164453125,"[0.5368289184570313, 0.5368678588867187, 0.5364930419921875, 0.5367039794921875, 0.5366251220703125, 0.5366630249023437, 0.5364510498046875, 0.5368002319335937, 0.5361796875, 0.5366753540039062, 0.536658935546875, 0.5368402099609375, 0.5364961547851562, 0.5367296142578125, 0.5365626831054687, 0.53667431640625, 0.5363405151367188, 0.5367008666992188, 0.5366998901367187, 0.5368739624023438, 0.5365545043945312, 0.53673779296875, 0.536732666015625, 0.53686376953125, 0.5368995971679688, 0.5369815063476563, 0.5367203979492188, 0.5368934326171875, 0.536753173828125, 0.5368688354492187, 0.5369047241210938, 0.5367439575195313, 0.5366046752929687, 0.5369630737304687, 0.5366353759765625, 0.5368330078125, 0.5368760375976562, 0.5366702270507813, 0.5368176879882812, 0.5369559326171875, 0.53673779296875, 0.536853515625, 0.5367716064453125, 0.5368115234375, 0.5369026489257812, 0.5370839233398438, 0.5369139404296875, 0.5370194091796875, 0.5366753540039062, 0.5367941284179687, 0.5367767333984375, 0.5370603637695313, 0.5369794311523437, 0.5369989013671875, 0.5368504028320312, 0.5370347290039063, 0.5369968872070312, 0.5368186645507812, 0.5365647583007812, 0.5370869750976562, 0.5368719482421875, 0.5370439453125, 1.15382373046875, 0.5367101440429688, 0.5367725830078125, 0.5365176391601563, 0.53669580078125, 0.5369620971679687, 0.5368350219726562, 0.536416259765625, 0.5367562255859375, 0.5368955078125, 0.536974365234375, 0.5366333618164062, 0.53667431640625, 0.537164794921875, 0.5369384765625, 0.536580078125, 0.5366302490234375, 0.53650634765625, 0.5368186645507812, 0.5368023071289062, 0.5368831787109375, 0.5367725830078125, 0.536679443359375, 0.5366886596679687, 0.5370050659179687, 0.5368914184570313, 0.5371259155273438, 0.536542236328125, 0.5366917114257812, 0.5368576049804688, 0.536995849609375, 0.5368565673828125, 0.5367869262695313, 0.5367357177734375, 0.53697021484375, 0.536595458984375, 0.5365924072265625, 0.5368576049804688, 0.5369630737304687, 0.5367459716796875, 0.5368361206054687, 0.536595458984375, 0.5368463134765625, 0.5367285766601563, 0.53686474609375, 0.53707470703125, 0.5372160034179687, 0.5369108276367187, 0.5371904296875, 0.5371146240234375, 0.5370634155273437, 0.5369149169921875, 0.5367705688476563, 0.5370040283203125, 0.5369774169921875, 0.5367337036132812, 0.5368248291015625, 0.5369446411132812, 0.5368207397460938, 0.536748046875, 0.5371002807617188, 0.53705322265625, 0.537143310546875, 1.1530198974609376, 0.5366312866210937, 0.5366282348632813, 0.5365862426757813, 0.5366210327148437, 0.536796142578125, 0.536658935546875, 0.536642578125, 0.5366978759765625, 0.5367091064453124, 0.536721435546875, 0.536700927734375, 0.536501220703125, 0.5367296142578125, 0.53652685546875, 0.5366353759765625, 0.5370552368164062, 0.5365596313476563, 0.5368893432617188, 0.5368565673828125, 0.536875, 0.5367306518554688, 0.5369200439453125, 0.5369517822265625, 0.5369251708984375, 0.5370337524414063, 0.5368923950195312, 0.5364869384765625, 0.536806396484375, 0.53692724609375, 0.5370296020507812, 0.5369886474609376, 0.5367337036132812, 0.536806396484375, 0.5370685424804688, 0.5368207397460938, 0.5369302978515625, 0.536958984375, 0.5370972290039062, 0.5368627319335938, 0.5369968872070312, 0.53690673828125, 0.5372498168945312, 0.5373972778320313, 0.5372108764648438, 0.5369794311523437, 0.5371187133789063, 0.5368678588867187, 0.53684326171875, 0.5369405517578125, 0.5371422729492188, 0.5367388305664063, 0.5369651489257813, 0.5370614013671875, 0.537080810546875, 0.5368135375976563, 0.5369609985351562, 0.53707470703125, 0.5369139404296875, 0.5367490844726562, 0.5370675048828125, 0.5368883056640625, 0.5370501098632813, 1.1535299072265626, 0.5367817993164062, 0.5367408447265625, 0.5365883178710937, 0.5366569213867187, 0.5366773681640625, 0.536642578125, 0.5366907348632812, 0.5366425170898438, 0.5365831909179688, 0.5366651000976562, 0.5368319702148437, 0.53677978515625, 0.5367890014648438, 0.5366282348632813, 0.5366312866210937, 0.5370347290039063, 0.5364992065429688, 0.5367008666992188, 0.5367122192382813, 0.5368248291015625, 0.5368330078125, 0.5368125610351563, 0.5366886596679687, 0.5368668212890625, 0.5369231567382813, 0.536826904296875, 0.536754150390625, 0.5368842163085937, 0.5369508056640625, 0.5369108276367187, 0.5370265502929688, 0.5369026489257812, 0.5367736206054687, 0.5370634155273437, 0.5368176879882812, 0.5370132446289062, 0.5367470092773438, 0.5368565673828125, 0.5369415893554688, 0.5368729858398438, 0.5369108276367187, 0.5369559326171875, 0.5368125610351563, 0.5369999389648438, 0.5369763793945312, 0.537111572265625, 0.5368391723632813, 0.537175048828125, 0.536896484375, 0.53694873046875, 0.5368309936523438, 0.5369395141601563, 0.5369866333007812, 0.5370767211914063, 0.536932373046875, 0.5370255126953125, 0.5368831787109375, 0.5368494262695312, 0.5368780517578124, 0.537069580078125, 0.5369456787109375, 0.5371023559570313, 1.1537725830078125, 0.536774658203125, 0.5367296142578125, 0.5365770263671875, 0.5369508056640625, 0.53680126953125, 0.5367122192382813, 0.5366927490234376, 0.5366988525390625, 0.5365493774414063, 0.5366763305664063, 0.536722412109375, 0.5366876220703125, 0.5366497192382812, 0.5364561767578125, 0.5365759887695313, 0.5366292724609375, 0.5364695434570312, 0.5369425659179687, 0.5367070922851562, 0.537064453125, 0.53669580078125, 0.5368442993164062, 0.5368504028320312, 0.5372692260742188, 0.5368719482421875, 0.5369354248046875, 0.5366507568359375, 0.5365872802734375, 0.5368831787109375, 0.5369129028320313, 0.536975341796875, 0.5368985595703125, 0.5368514404296875, 0.5370685424804688, 0.536896484375, 0.537006103515625, 0.5367920532226562, 0.5370531616210937, 0.5370029907226562, 0.5369476928710938, 0.53692724609375, 0.5369313354492188, 0.5369375, 0.537016357421875, 0.5370726318359375, 0.5369508056640625, 0.5368842163085937, 0.536974365234375, 0.5368319702148437, 0.5369600219726562, 0.5369282836914062, 0.5370142822265624, 0.5369682006835937, 0.5371812133789062, 0.5369661254882813, 0.5369425659179687, 0.5370900268554688, 0.5370603637695313, 0.5367019653320313, 0.5371033325195312, 0.5370921020507813, 0.5371678466796875, 1.1531632080078125, 0.5366978759765625, 0.5368309936523438, 0.5366128540039062, 0.5365883178710937, 0.5367122192382813, 0.5367070922851562, 0.5368524780273437, 0.5366548461914062, 0.536690673828125, 0.5366814575195312, 0.5365718994140625, 0.536796142578125, 0.5367439575195313, 0.53640087890625, 0.5368411865234375, 0.5367019653320313, 0.5364653930664063, 0.5368790893554688, 0.5367521362304688, 0.5369149169921875, 0.536764404296875, 0.536685546875, 0.5366814575195312, 0.5368473510742188, 0.5371074829101562, 0.5370234985351563, 0.5367030029296875, 0.5368074340820312, 0.5372743530273437, 0.5370009765625, 0.5369671630859375, 0.5367234497070312, 0.5368842163085937, 0.5370194091796875, 0.5367030029296875, 0.5369763793945312, 0.5367890014648438, 0.5370614013671875, 0.5368770751953125, 0.536848388671875, 0.536791015625, 0.536774658203125, 0.5368576049804688, 0.5370552368164062, 0.5369559326171875, 0.537038818359375, 0.5368442993164062, 0.537069580078125, 0.536890380859375, 0.5369794311523437, 0.5369047241210938, 0.5368872680664063, 0.537079833984375, 0.5370726318359375, 0.5371709594726563, 0.5369508056640625, 0.5369815063476563, 0.5372323608398437, 0.5366722412109375, 0.5371259155273438, 0.5371504516601563, 0.5370951538085937, 1.154207763671875, 0.5366138916015625, 0.5367510986328125, 0.5366917114257812, 0.5367603149414063, 0.53676953125, 0.5366312866210937, 0.5366261596679688, 0.5368494262695312, 0.5367920532226562, 0.5366619873046875, 0.5367941284179687, 0.536742919921875, 0.5366793823242187, 0.5366384887695312, 0.5365043334960937, 0.536700927734375, 0.5366415405273437, 0.5368944702148437, 0.5367982177734375, 0.5368135375976563, 0.5371996459960937, 0.5366261596679688, 0.5367603149414063, 0.5368463134765625, 0.5369917602539063, 0.5368442993164062, 0.536796142578125, 0.5367234497070312, 0.5369845581054687, 0.5366896362304687, 0.5369548950195312, 0.5369375, 0.5367470092773438, 0.537079833984375, 0.5367828369140625, 0.5367767333984375, 0.5366784057617188, 0.5369446411132812, 0.5368442993164062, 0.5369579467773438, 0.5369364624023437, 0.5370767211914063, 0.5371586303710938, 0.5372794799804688, 0.537101318359375, 0.5370634155273437, 0.5369517822265625, 0.5370511474609375, 0.5368411865234375, 0.5368995971679688, 0.53690673828125, 0.537164794921875, 0.536943603515625, 0.5371934814453125, 0.53682177734375, 0.5370603637695313, 0.5370142822265624, 0.536932373046875, 0.5367603149414063, 0.53707568359375, 0.5370972290039062, 0.5371207885742187, 1.152795654296875, 0.5366651000976562, 0.5367500610351562, 0.5365401611328126, 0.5367992553710937, 0.5365841674804688, 0.53673779296875, 0.536595458984375, 0.5366405029296875, 0.5366353759765625, 0.5367408447265625, 0.5365975341796875, 0.5366763305664063, 0.5366466674804687, 0.5366619873046875, 0.5366435546875, 0.536722412109375, 0.5368237915039062, 0.5368822021484375, 0.5367367553710938, 0.5369917602539063, 0.53675830078125, 0.5370982666015625, 0.5369282836914062, 0.5370286254882812, 0.5368002319335937, 0.5367510986328125, 0.53652685546875, 0.5367500610351562, 0.5369425659179687, 0.53684326171875, 0.5369476928710938, 0.5368176879882812, 0.53684326171875, 0.5371791381835938, 0.5367838745117187, 0.53694873046875, 0.5368033447265625, 0.5370931396484375, 0.5370142822265624, 0.5368995971679688, 0.536826904296875, 0.536953857421875, 0.5369405517578125, 0.5369517822265625, 0.537038818359375, 0.5370531616210937, 0.5367684936523438, 0.53703271484375, 0.53692724609375, 0.5369866333007812, 0.5367275390625, 0.5370214233398437, 0.53696923828125, 0.5369722900390625, 0.5369620361328125, 0.5370614013671875, 0.5369047241210938, 0.53697021484375, 0.5367347412109374, 0.537133056640625, 0.5369354248046875, 0.5372078247070312, 1.153007568359375, 0.5367357177734375, 0.5366016235351563, 0.5367817993164062, 0.5367347412109374, 0.5367469482421875, 0.5366998901367187, 0.5367347412109374, 0.5368668212890625, 0.5366466674804687, 0.5367664794921875, 0.5369835815429688, 0.5369139404296875, 0.5365678100585938, 0.5365176391601563, 0.5365770263671875, 0.5366651000976562, 0.5366200561523438, 0.5369712524414062, 0.5368033447265625, 0.5368453369140626, 0.5368084716796875, 0.5368023071289062, 0.5367255249023437, 0.5369548950195312, 0.53680126953125, 0.5368565673828125, 0.5368074340820312, 0.5369159545898438, 0.53688525390625, 0.5367265014648438, 0.537006103515625, 0.5368545532226563, 0.5368473510742188, 0.5369241333007813, 0.536774658203125, 0.5369609985351562, 0.5367930908203125, 0.5371064453125, 0.5366578979492187, 0.5369088134765625, 0.5369364624023437, 0.5372948608398438, 0.5368606567382812, 0.5370347290039063, 0.5369528198242187, 0.5374115600585937, 0.5367817993164062, 0.5369815063476563, 0.5368094482421875, 0.5370664672851563, 0.5367767333984375, 0.537059326171875, 0.5369937744140625, 0.5371300048828125, 0.5367623901367188, 0.5369774169921875, 0.5371043701171875, 0.5369036865234375, 0.5368923950195312, 0.5371279907226563, 0.5369292602539063, 0.5372211303710938, 1.1530291748046875, 0.5367736206054687, 0.536838134765625, 0.5366220703125, 0.5368862915039062, 0.53671630859375, 0.536859619140625, 0.536838134765625, 0.5366343383789063, 0.5366312866210937, 0.5366220703125, 0.5368330078125, 0.5367306518554688, 0.5368207397460938, 0.5365176391601563, 0.5367296142578125, 0.53671728515625, 0.5364735717773438, 0.5368995971679688, 0.5366845703125, 0.5369866333007812, 0.5368668212890625, 0.53675830078125, 0.5369384765625, 0.53697021484375, 0.5369129028320313, 0.5369774169921875, 0.536700927734375, 0.5370245361328125, 0.5369517822265625, 0.5366610107421875, 0.5367971801757813, 0.5368524780273437, 0.5367244873046875, 0.5373040771484375, 0.536753173828125, 0.5370572509765625, 0.5368411865234375, 0.536896484375, 0.53675927734375, 0.5371494140625, 0.5371320190429687, 0.537006103515625, 0.5368125610351563, 0.5369815063476563, 0.5372098388671875, 0.53707470703125, 0.537238525390625, 0.53698046875, 0.536995849609375, 0.5370081176757813, 0.5367603149414063, 0.5369415893554688, 0.5369774169921875, 0.5371688842773438, 0.5368678588867187, 0.537143310546875, 0.537038818359375, 0.5369927978515625, 0.5368135375976563, 0.5372835693359375, 0.5369794311523437, 0.5371494140625]",tokens/s,1.832585883369727,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,5016.45312,8173.125632,0.0,7526.678528,6833.613824,s,10,3.326199401855469,0.33261994018554686,0.003080048658705347,0.3318737487792969,0.3344139831542969,0.33784259643554687,0.34058548706054687,"[0.34127120971679686, 0.3336520690917969, 0.33123345947265626, 0.33050531005859374, 0.330927734375, 0.32976422119140625, 0.33141766357421876, 0.332329833984375, 0.33259820556640624, 0.33249969482421876]",tokens/s,769.647183079867,kWh,3.900687001298405e-06,2.137033586950565e-06,2.0206181039483795e-05,2.6243901627732764e-05,tokens/kWh,9754647.141699262,MB,5016.45312,8173.125632,0.0,7526.678528,7110.583808,s,10,183.519623046875,18.3519623046875,0.004288348522690653,18.3511787109375,18.358202734375,18.358737109375,18.359164609375,"[18.359271484375, 18.348994140625, 18.349845703125, 18.3483828125, 18.3546015625, 18.358083984375, 18.350859375, 18.351498046875, 18.353595703125, 18.344490234375]",tokens/s,3.4328754034062285,kWh,0.00021665113780019963,0.00011874283365397788,0.001081981506265517,0.0014173754777196945,tokens/kWh,44448.34907215681,,s,629,186.2062080688478,0.2960353069457038,0.03944703464753294,0.2912143249511719,0.2916943786621094,0.2919354309082031,0.62257517578125,"[0.29116619873046873, 0.2915358581542969, 0.2909962158203125, 0.29132696533203123, 0.29103924560546873, 0.29121844482421877, 0.29109759521484374, 0.29120819091796873, 0.2913249206542969, 0.2912593994140625, 0.2912757873535156, 0.29111911010742186, 0.2910730285644531, 0.2911375427246094, 0.29116928100585937, 0.29137100219726564, 0.2911713256835938, 0.29115289306640624, 0.291462158203125, 0.2916761474609375, 0.29171713256835935, 0.2913617858886719, 0.29141400146484375, 0.29209906005859376, 0.29184716796875, 0.29161471557617186, 0.29145599365234376, 0.2914078674316406, 0.29128500366210935, 0.29134030151367185, 0.2919741516113281, 0.29177548217773436, 0.29137921142578127, 0.29178778076171874, 0.2918133850097656, 0.2917447814941406, 0.29174578857421873, 0.2921359252929687, 0.29115188598632813, 0.290977783203125, 0.2910382080078125, 0.2909767761230469, 0.2910525512695312, 0.2908293151855469, 0.29078936767578123, 0.2910259094238281, 0.2909624328613281, 0.29080474853515625, 0.29093582153320313, 0.2909808959960937, 0.29161981201171877, 0.29114471435546874, 0.290914306640625, 0.29103717041015625, 0.2916168518066406, 0.29117019653320314, 0.29111090087890623, 0.29126046752929685, 0.2911712646484375, 0.2911160278320313, 0.29122662353515627, 0.2909982604980469, 0.6255001831054687, 0.29120819091796873, 0.2914027404785156, 0.2912962646484375, 0.29111090087890623, 0.29109246826171875, 0.291209228515625, 0.2909593505859375, 0.29141094970703124, 0.291378173828125, 0.2910279541015625, 0.29116824340820313, 0.29119793701171875, 0.29114163208007815, 0.2911231994628906, 0.29109146118164064, 0.2910648193359375, 0.29119488525390624, 0.29128704833984376, 0.29122457885742187, 0.2912767944335938, 0.29190347290039065, 0.29122354125976563, 0.2913259582519531, 0.2910484619140625, 0.29144677734375, 0.29113037109375, 0.2916597900390625, 0.2917017517089844, 0.2913945617675781, 0.291080322265625, 0.2912357177734375, 0.29142630004882814, 0.29292755126953124, 0.2914487609863281, 0.29130239868164065, 0.2910894775390625, 0.2912685546875, 0.2911784973144531, 0.29153689575195313, 0.2912389221191406, 0.29098809814453125, 0.2912736511230469, 0.2915430297851562, 0.29123175048828126, 0.2910330810546875, 0.29101364135742186, 0.29123992919921876, 0.29120306396484374, 0.29105767822265627, 0.29113345336914065, 0.29084671020507813, 0.2909900817871094, 0.29090304565429687, 0.290951171875, 0.29124609375, 0.2915348510742187, 0.2909532470703125, 0.2907913818359375, 0.2914089050292969, 0.2912010192871094, 0.2910945129394531, 0.29110693359375, 0.6228212280273437, 0.2909962158203125, 0.29121636962890624, 0.2909593505859375, 0.291162109375, 0.2909972534179687, 0.29106689453125, 0.2911058044433594, 0.29145703125, 0.291662841796875, 0.2912471008300781, 0.29108941650390624, 0.2911866760253906, 0.2912204895019531, 0.2912194519042969, 0.29111090087890623, 0.2910064697265625, 0.29104129028320314, 0.2909378662109375, 0.2911313781738281, 0.29149594116210936, 0.29147647094726564, 0.2911918029785156, 0.2929029541015625, 0.2915798645019531, 0.29134539794921877, 0.29141195678710935, 0.29131787109375, 0.2910135498046875, 0.291483642578125, 0.2914928588867188, 0.29125323486328125, 0.2910013427734375, 0.29123992919921876, 0.29137716674804687, 0.29116619873046873, 0.29122354125976563, 0.2912204895019531, 0.29115805053710936, 0.29145083618164064, 0.29133416748046875, 0.29131875610351565, 0.2913157348632813, 0.29126959228515625, 0.2911016845703125, 0.2911048583984375, 0.29092343139648436, 0.2929295349121094, 0.29161471557617186, 0.29102386474609376, 0.291267578125, 0.2909962158203125, 0.2914375610351562, 0.2910167236328125, 0.2913781433105469, 0.2911907958984375, 0.2911426696777344, 0.2909788513183594, 0.2909173583984375, 0.2910310363769531, 0.2912215881347656, 0.29127874755859373, 0.2908927917480469, 0.6225029296875, 0.291240966796875, 0.29127987670898436, 0.2913617858886719, 0.2913382263183594, 0.2910033874511719, 0.2911457214355469, 0.2911641540527344, 0.29143243408203123, 0.2911856689453125, 0.2912788391113281, 0.2914222106933594, 0.2920099792480469, 0.2911703186035156, 0.2913064880371094, 0.2911098937988281, 0.2911754150390625, 0.2914334716796875, 0.29155123901367186, 0.29108941650390624, 0.29109963989257814, 0.291051513671875, 0.2908641357421875, 0.2909010009765625, 0.29108941650390624, 0.29113037109375, 0.29089797973632814, 0.29110470581054687, 0.290946044921875, 0.2912204895019531, 0.2911457214355469, 0.29170281982421875, 0.2912634582519531, 0.2912041015625, 0.2915431213378906, 0.29133712768554687, 0.2911508483886719, 0.29135565185546874, 0.29162701416015624, 0.29137615966796876, 0.2912163391113281, 0.29111294555664063, 0.2913996887207031, 0.2912686157226563, 0.2932623291015625, 0.2910310363769531, 0.2911180725097656, 0.2912808837890625, 0.29141299438476564, 0.29114471435546874, 0.290977783203125, 0.29087554931640625, 0.2910574951171875, 0.29096038818359377, 0.29089483642578123, 0.2909276123046875, 0.2909982604980469, 0.2909296569824219, 0.2908979187011719, 0.29132696533203123, 0.29107199096679687, 0.2911231994628906, 0.2913863830566406, 0.622603271484375, 0.2917027893066406, 0.29134951782226565, 0.29125018310546874, 0.2917386169433594, 0.2914908142089844, 0.29173348999023435, 0.2911733703613281, 0.29134335327148436, 0.2910812072753906, 0.2911098937988281, 0.29106381225585937, 0.29109658813476563, 0.29120205688476564, 0.2910320739746094, 0.2910947265625, 0.29100115966796875, 0.292279296875, 0.2911508483886719, 0.2910453796386719, 0.29116928100585937, 0.29125735473632813, 0.29149594116210936, 0.29107611083984375, 0.2910126037597656, 0.29110272216796873, 0.291125244140625, 0.29108941650390624, 0.2909861145019531, 0.29115072631835937, 0.2912153625488281, 0.29102386474609376, 0.2911457214355469, 0.29115289306640624, 0.29117236328125, 0.29140069580078126, 0.29126553344726563, 0.29102386474609376, 0.29119589233398435, 0.2918922119140625, 0.2919342041015625, 0.29135769653320315, 0.29173965454101564, 0.29154611206054687, 0.29135565185546874, 0.2912491455078125, 0.2913812561035156, 0.29117745971679687, 0.29169253540039064, 0.29132186889648437, 0.2913034362792969, 0.29131365966796874, 0.29162701416015624, 0.2916198425292969, 0.29157684326171873, 0.29161575317382815, 0.29180108642578123, 0.2936002502441406, 0.29074740600585935, 0.2910423583984375, 0.29112109375, 0.29105889892578124, 0.290897705078125, 0.6212341918945312, 0.29106689453125, 0.2912808837890625, 0.291009521484375, 0.291135498046875, 0.2910699462890625, 0.2918184814453125, 0.2910679016113281, 0.2911058044433594, 0.2919096374511719, 0.29177752685546876, 0.29155328369140626, 0.29200897216796873, 0.29156658935546875, 0.29147137451171873, 0.29141812133789063, 0.29161895751953126, 0.29161663818359373, 0.292021240234375, 0.29205810546875, 0.2920222778320313, 0.2917530212402344, 0.2912767333984375, 0.29116110229492187, 0.29100747680664063, 0.29129010009765627, 0.2913894348144531, 0.29166693115234377, 0.29114886474609375, 0.2912081298828125, 0.29109759521484374, 0.2914437255859375, 0.2911088562011719, 0.2910955505371094, 0.29103512573242185, 0.2910525512695312, 0.2909982604980469, 0.29115191650390626, 0.293800048828125, 0.29129302978515625, 0.29165670776367186, 0.29106381225585937, 0.290946044921875, 0.29162905883789064, 0.2911651916503906, 0.29107098388671876, 0.2913679504394531, 0.29179495239257813, 0.29130035400390625, 0.2910279541015625, 0.29130853271484375, 0.2909982604980469, 0.29144580078125, 0.29087945556640626, 0.29143243408203123, 0.29117953491210935, 0.2911651916503906, 0.29131265258789063, 0.2911754150390625, 0.2913474426269531, 0.2915758056640625, 0.2920316162109375, 0.29120806884765627, 0.6234173583984375, 0.291557373046875, 0.2918380126953125, 0.29149484252929686, 0.29161676025390626, 0.29160858154296876, 0.2914078674316406, 0.29153176879882814, 0.2913587341308594, 0.2913239135742188, 0.29197210693359377, 0.29134848022460935, 0.2913802185058594, 0.29154815673828127, 0.291346435546875, 0.2913414306640625, 0.2914947814941406, 0.2916659240722656, 0.2913699951171875, 0.2909399108886719, 0.2911231994628906, 0.29095013427734373, 0.290977783203125, 0.2927216491699219, 0.29113345336914065, 0.29114981079101565, 0.29107403564453127, 0.2911918029785156, 0.2909122619628906, 0.291061767578125, 0.29106893920898436, 0.2917857360839844, 0.29131570434570314, 0.2910535583496094, 0.2911559753417969, 0.29109146118164064, 0.2910341796875, 0.29110470581054687, 0.29129931640625, 0.2910627746582031, 0.2909686279296875, 0.29092755126953124, 0.2909470825195313, 0.2911006774902344, 0.2909060974121094, 0.29136587524414065, 0.2909696044921875, 0.2912542724609375, 0.2915430297851562, 0.2912122802734375, 0.2912204895019531, 0.29156558227539064, 0.29109658813476563, 0.2909214782714844, 0.29097164916992185, 0.29119692993164065, 0.291061767578125, 0.29099417114257814, 0.29109042358398435, 0.29147442626953124, 0.29125531005859373, 0.291282958984375, 0.2911488037109375, 0.6243696899414063, 0.2917304382324219, 0.2916188049316406, 0.2910771484375, 0.29127786254882815, 0.2910637512207031, 0.2911365051269531, 0.29100747680664063, 0.2916546630859375, 0.2911180725097656, 0.2911170654296875, 0.29096652221679686, 0.2911590270996094, 0.2909399108886719, 0.29097268676757815, 0.29142630004882814, 0.29239706420898437, 0.29116110229492187, 0.2918369140625, 0.29131570434570314, 0.29151852416992186, 0.2918962707519531, 0.2915921936035156, 0.2912767944335938, 0.29122775268554685, 0.291442626953125, 0.2913709716796875, 0.2911436767578125, 0.29121023559570314, 0.2912071533203125, 0.29118975830078125, 0.2910627746582031, 0.29127783203125, 0.2911385498046875, 0.2912276611328125, 0.29141299438476564, 0.2915604553222656, 0.29117645263671876, 0.2910699462890625, 0.2913536071777344, 0.29105767822265627, 0.291409912109375, 0.29124301147460935, 0.29146929931640625, 0.2910986328125, 0.2909337463378906, 0.2911016845703125, 0.2913239135742188, 0.29193624877929686, 0.2917181396484375, 0.2913301696777344, 0.2909848327636719, 0.2914642028808594, 0.2911160278320313, 0.291262451171875, 0.2912665710449219, 0.29157888793945314, 0.2910177307128906, 0.290872314453125, 0.2911313781738281, 0.291019775390625, 0.290977783203125, 0.2908876647949219, 0.6242959594726563, 0.29109146118164064, 0.29125836181640624, 0.29093069458007814, 0.2913310852050781, 0.290766845703125, 0.29151742553710935, 0.2912389221191406, 0.29116928100585937, 0.29127996826171876, 0.2913391723632813, 0.2912143249511719, 0.29121844482421877, 0.2917212219238281, 0.29165771484375, 0.2913197937011719, 0.2915440673828125, 0.292537353515625, 0.29179800415039064, 0.29155841064453125, 0.2919966735839844, 0.291230712890625, 0.2913167419433594, 0.29126553344726563, 0.2913648681640625, 0.2911160278320313, 0.2914089050292969, 0.29123077392578123, 0.2909859313964844, 0.29102694702148435, 0.29122457885742187, 0.2911651916503906, 0.2914170837402344, 0.2914068603515625, 0.29143243408203123, 0.29179800415039064, 0.2914170837402344, 0.29126553344726563, 0.2910986328125, 0.2912225341796875, 0.2914498596191406, 0.29127783203125, 0.2909962158203125, 0.2915625, 0.2915471496582031, 0.29119692993164065, 0.29103616333007815, 0.2915000305175781, 0.29133517456054686, 0.29093582153320313, 0.29118771362304685, 0.2910597229003906, 0.2912747497558594, 0.2911539306640625, 0.29163418579101563, 0.2911805419921875, 0.29106893920898436, 0.29166387939453126, 0.2909224853515625, 0.2912563171386719, 0.29143243408203123, 0.2914846801757813, 0.2908927917480469, 0.6241136474609374, 0.29096652221679686, 0.2912112731933594, 0.29113446044921876, 0.2913536071777344, 0.2909900817871094, 0.29119488525390624, 0.2911098937988281, 0.2912286682128906, 0.29107199096679687, 0.2915706787109375, 0.2912286682128906, 0.2910863342285156, 0.2910955505371094, 0.2912276611328125, 0.2910618286132812, 0.29106475830078127, 0.29117645263671876, 0.29103411865234374, 0.29098599243164064, 0.29118881225585935, 0.29100946044921877, 0.2909153137207031, 0.29101568603515626, 0.2915973205566406, 0.2913239135742188, 0.2927995300292969, 0.2914518737792969, 0.2909532165527344, 0.29111294555664063, 0.29151028442382815, 0.29141094970703124, 0.2911375427246094, 0.29108944702148437, 0.290989013671875, 0.29102694702148435, 0.29118875122070315, 0.2913966064453125, 0.2912143249511719, 0.2912030944824219, 0.2909511413574219, 0.29100851440429687, 0.290956298828125, 0.2911313781738281, 0.29113958740234375, 0.29146829223632814, 0.29121636962890624, 0.291093505859375, 0.29149798583984377, 0.2911119689941406, 0.291536865234375, 0.29114675903320314, 0.2909624328613281, 0.2908794860839844, 0.2909542541503906, 0.29093582153320313, 0.29088870239257814, 0.29089181518554685, 0.29084463500976565, 0.29150106811523435, 0.29094400024414063, 0.29157684326171873, 0.2909276123046875]",tokens/s,3.3779754527165613,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,M,M,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/M/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474e1-5f012c10715a849c6e3a011b;945553ff-0096-4c21-9fe6-e744c4511aab) Repository Not Found for url: https://huggingface.co/M/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: M is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1665.175552,4268.228608,0.0,3621.781504,3321.9712,s,10,1.5795522613525392,0.15795522613525392,0.00017388926098661287,0.15787644958496094,0.15815545043945312,0.15824674682617187,0.15831978393554688,"[0.15833804321289063, 0.15782118225097655, 0.1577667236328125, 0.157793212890625, 0.15785926818847656, 0.15785098266601563, 0.15800845336914063, 0.15808560180664064, 0.15789363098144532, 0.15813516235351563]",tokens/s,1620.7124402505826,kWh,1.8649490317329766e-06,1.0219073408364921e-06,9.038705147627196e-06,1.1925561520196665e-05,tokens/kWh,21466494.43436675,MB,1665.175552,4268.228608,0.0,3621.781504,3432.377344,s,10,87.1980458984375,8.71980458984375,0.0010198152414051095,8.7196884765625,8.720728125,8.721302050781249,8.72176119140625,"[8.7202138671875, 8.71936328125, 8.7180419921875, 8.7218759765625, 8.7197568359375, 8.7188701171875, 8.7206005859375, 8.7196201171875, 8.7205908203125, 8.7191123046875]",tokens/s,7.224932548761267,kWh,0.00010294942551447699,5.642285407770088e-05,0.000497259116556966,0.000656631396149144,tokens/kWh,95944.23959845274,,s,629,88.48038919067379,0.14066834529518893,0.018771164903123687,0.13838847351074218,0.13853121948242186,0.13870141296386718,0.2963662780761719,"[0.138819580078125, 0.13874893188476561, 0.13876838684082032, 0.13838233947753906, 0.1384284210205078, 0.13823590087890625, 0.13825946044921875, 0.13827276611328124, 0.13834136962890625, 0.1383362579345703, 0.13830450439453126, 0.13842124938964845, 0.1383618621826172, 0.13833421325683593, 0.13847450256347657, 0.1382266845703125, 0.1384601593017578, 0.1383024597167969, 0.1383434295654297, 0.13832704162597656, 0.1388984375, 0.1383546905517578, 0.13839974975585936, 0.13833010864257814, 0.13831065368652343, 0.13836082458496093, 0.138387451171875, 0.13837619018554687, 0.1383321533203125, 0.1383055419921875, 0.13838540649414063, 0.1383372802734375, 0.13844583129882812, 0.13825433349609376, 0.13824819946289063, 0.13838131713867188, 0.13848165893554687, 0.1384622039794922, 0.13839768981933595, 0.13836492919921875, 0.13841203308105468, 0.1384099884033203, 0.13835980224609376, 0.13834649658203124, 0.13885235595703124, 0.13843148803710936, 0.13843763732910155, 0.13842431640625, 0.1386270751953125, 0.13834956359863282, 0.13837721252441407, 0.1384069061279297, 0.13840486145019532, 0.13840281677246094, 0.13837004089355467, 0.13838438415527343, 0.13844070434570313, 0.13832499694824218, 0.13841818237304687, 0.13839666748046875, 0.13841920471191407, 0.13836697387695313, 0.29629031372070314, 0.13825946044921875, 0.13829530334472656, 0.13827276611328124, 0.13836492919921875, 0.13844377136230468, 0.13828504943847655, 0.13833319091796875, 0.13829222106933595, 0.1383741455078125, 0.1383311309814453, 0.13835264587402343, 0.13836492919921875, 0.1383936004638672, 0.13834445190429687, 0.1383434295654297, 0.13828402709960938, 0.13844685363769532, 0.1383690185546875, 0.13837312316894532, 0.1383987274169922, 0.1384099884033203, 0.13845916748046874, 0.13843145751953126, 0.13841203308105468, 0.13833932495117188, 0.13833010864257814, 0.13838438415527343, 0.1383690185546875, 0.13832191467285157, 0.13874176025390625, 0.1384478759765625, 0.1383055419921875, 0.13840179443359374, 0.1384284210205078, 0.13830963134765625, 0.1383362579345703, 0.13843661499023438, 0.13834547424316407, 0.13840486145019532, 0.13836288452148438, 0.13838438415527343, 0.13842431640625, 0.13837823486328124, 0.13835673522949218, 0.13869772338867187, 0.1384273986816406, 0.13838131713867188, 0.1383505859375, 0.1384550476074219, 0.1383936004638672, 0.13833319091796875, 0.13845196533203125, 0.13875814819335938, 0.1384601593017578, 0.13840281677246094, 0.13839462280273437, 0.13879295349121093, 0.1385164794921875, 0.1384069061279297, 0.1384601593017578, 0.1383936004638672, 0.1383679962158203, 0.296369140625, 0.13829426574707032, 0.13827174377441406, 0.13836082458496093, 0.138323974609375, 0.1383741455078125, 0.138313720703125, 0.1382645721435547, 0.138281982421875, 0.13840077209472657, 0.1382635498046875, 0.13834547424316407, 0.1383126983642578, 0.13840077209472657, 0.13828608703613282, 0.1383679962158203, 0.1383987274169922, 0.13842227172851562, 0.13819596862792968, 0.1383198699951172, 0.13847142028808593, 0.13840077209472657, 0.13836697387695313, 0.13833523559570313, 0.13829119873046875, 0.138355712890625, 0.13827789306640625, 0.13827891540527343, 0.13831884765625, 0.13835366821289063, 0.13839155578613282, 0.13835775756835939, 0.13831167602539063, 0.13837721252441407, 0.1383321533203125, 0.138313720703125, 0.13836595153808592, 0.13828402709960938, 0.13856871032714843, 0.13834956359863282, 0.13836390686035155, 0.13845298767089845, 0.1383864288330078, 0.13839666748046875, 0.13841305541992188, 0.13831578063964844, 0.13841714477539063, 0.13834547424316407, 0.13849087524414064, 0.1383741455078125, 0.1383936004638672, 0.13842431640625, 0.13831167602539063, 0.13875404357910157, 0.13843763732910155, 0.13839564514160158, 0.13845913696289064, 0.13841305541992188, 0.13847552490234374, 0.13841407775878906, 0.1384099884033203, 0.13885542297363282, 0.13845606994628906, 0.29637939453125, 0.13857177734375, 0.1383372802734375, 0.13829119873046875, 0.1383679962158203, 0.13833932495117188, 0.1384110107421875, 0.13824102783203124, 0.13868646240234375, 0.1383751678466797, 0.138387451171875, 0.1383004150390625, 0.138355712890625, 0.13854310607910156, 0.13839768981933595, 0.1383372802734375, 0.1384099884033203, 0.1384304656982422, 0.13830348205566406, 0.1384069061279297, 0.13838540649414063, 0.1384355773925781, 0.138313720703125, 0.13830758666992188, 0.13833319091796875, 0.13848985290527344, 0.13836288452148438, 0.13827789306640625, 0.13839974975585936, 0.13845094299316407, 0.13838336181640626, 0.13838233947753906, 0.13833523559570313, 0.13840383911132811, 0.13888922119140626, 0.13852978515625, 0.138387451171875, 0.13842329406738282, 0.13838029479980468, 0.13846630859375, 0.1384253387451172, 0.13834649658203124, 0.1384847412109375, 0.1384601593017578, 0.13850828552246094, 0.13843251037597656, 0.1387755584716797, 0.1384427490234375, 0.13848780822753906, 0.1384478759765625, 0.13841920471191407, 0.1385543670654297, 0.13841305541992188, 0.13850215148925782, 0.13865983581542968, 0.1384652862548828, 0.1384417266845703, 0.138392578125, 0.13847244262695313, 0.1383505859375, 0.1384734649658203, 0.1388390350341797, 0.13868646240234375, 0.2964244384765625, 0.138392578125, 0.13836595153808592, 0.13829222106933595, 0.13828608703613282, 0.13874995422363282, 0.1383679962158203, 0.13835980224609376, 0.1383424072265625, 0.13870387268066406, 0.13830758666992188, 0.13837721252441407, 0.1383024597167969, 0.13838540649414063, 0.1384550476074219, 0.13827174377441406, 0.13828300476074218, 0.13843763732910155, 0.13832089233398437, 0.13839155578613282, 0.1384253387451172, 0.13837721252441407, 0.1383741455078125, 0.1383424072265625, 0.13841920471191407, 0.138323974609375, 0.13837107849121094, 0.13838233947753906, 0.1383864288330078, 0.13838336181640626, 0.13843251037597656, 0.13850215148925782, 0.13839053344726562, 0.13847450256347657, 0.13841714477539063, 0.138355712890625, 0.1384099884033203, 0.13838847351074218, 0.13838847351074218, 0.138355712890625, 0.13838438415527343, 0.13839053344726562, 0.1383055419921875, 0.13846630859375, 0.13835366821289063, 0.13838336181640626, 0.1384478759765625, 0.13844070434570313, 0.1384099884033203, 0.13842227172851562, 0.13844479370117188, 0.13838029479980468, 0.1384622039794922, 0.13842431640625, 0.13847244262695313, 0.13859738159179688, 0.13854310607910156, 0.1384417266845703, 0.13843763732910155, 0.1384355773925781, 0.1384837188720703, 0.1383987274169922, 0.1384867858886719, 0.2963589172363281, 0.1382574005126953, 0.13831884765625, 0.13831782531738282, 0.13834034729003905, 0.13868748474121093, 0.1383546905517578, 0.13821849060058594, 0.13840486145019532, 0.13854106140136718, 0.13824819946289063, 0.13836082458496093, 0.13863116455078126, 0.1386639404296875, 0.13838438415527343, 0.13837831115722657, 0.13837306213378905, 0.13871923828125, 0.13845196533203125, 0.13830348205566406, 0.1383311309814453, 0.13829837036132814, 0.13840896606445313, 0.13839053344726562, 0.13832908630371094, 0.13845301818847655, 0.13834544372558594, 0.13834136962890625, 0.1383362579345703, 0.13837107849121094, 0.13837004089355467, 0.13833523559570313, 0.13844479370117188, 0.13837721252441407, 0.13837004089355467, 0.13830656433105468, 0.13838336181640626, 0.13838847351074218, 0.13837210083007812, 0.13831680297851562, 0.13842227172851562, 0.13836697387695313, 0.13833523559570313, 0.13833932495117188, 0.13842124938964845, 0.13833830261230468, 0.13842227172851562, 0.13836697387695313, 0.13837619018554687, 0.13841407775878906, 0.13836595153808592, 0.13836288452148438, 0.13844685363769532, 0.13827174377441406, 0.1383505859375, 0.13844583129882812, 0.13837823486328124, 0.1384171905517578, 0.13840483093261718, 0.13845094299316407, 0.13851033020019532, 0.1384110107421875, 0.13845298767089845, 0.2966405029296875, 0.13829837036132814, 0.138387451171875, 0.13835980224609376, 0.13828402709960938, 0.13835162353515626, 0.13832704162597656, 0.1383055419921875, 0.13829530334472656, 0.13834547424316407, 0.138323974609375, 0.13827789306640625, 0.1383505859375, 0.13875814819335938, 0.13837823486328124, 0.1383372802734375, 0.13849906921386718, 0.13869363403320312, 0.13840896606445313, 0.13844685363769532, 0.13837107849121094, 0.1384099884033203, 0.13854617309570313, 0.1384970245361328, 0.13832908630371094, 0.1387837371826172, 0.1384273986816406, 0.13843251037597656, 0.13845094299316407, 0.13833421325683593, 0.13843763732910155, 0.13838438415527343, 0.13833319091796875, 0.13847142028808593, 0.13843661499023438, 0.13841203308105468, 0.13834034729003905, 0.13826150512695312, 0.13852978515625, 0.13839768981933595, 0.138387451171875, 0.13833523559570313, 0.1384069061279297, 0.13846733093261718, 0.13843251037597656, 0.13850521850585937, 0.1384253387451172, 0.13856871032714843, 0.13843661499023438, 0.1384304656982422, 0.13839462280273437, 0.13835775756835939, 0.1384273986816406, 0.1384427490234375, 0.13840383911132811, 0.1384550476074219, 0.13842636108398437, 0.13847859191894532, 0.13847244262695313, 0.1384427490234375, 0.13841818237304687, 0.1384837188720703, 0.13848268127441407, 0.29669683837890626, 0.13827174377441406, 0.1383987274169922, 0.13832293701171874, 0.13834854125976562, 0.13841203308105468, 0.13838029479980468, 0.138708984375, 0.13837210083007812, 0.13829734802246094, 0.13837619018554687, 0.13830450439453126, 0.13846630859375, 0.13834649658203124, 0.138387451171875, 0.1383024597167969, 0.1383424072265625, 0.13847756958007812, 0.13832293701171874, 0.13833116149902344, 0.1383792266845703, 0.1387315216064453, 0.1384304656982422, 0.13837004089355467, 0.13835673522949218, 0.13841818237304687, 0.13833830261230468, 0.13828915405273437, 0.1383546905517578, 0.13832704162597656, 0.13861068725585937, 0.138387451171875, 0.1383618621826172, 0.13868748474121093, 0.13839666748046875, 0.13842022705078125, 0.138323974609375, 0.1383260192871094, 0.1383024597167969, 0.13838540649414063, 0.13834445190429687, 0.1384110107421875, 0.13836492919921875, 0.13839564514160158, 0.1384427490234375, 0.13839773559570312, 0.13840074157714843, 0.13844377136230468, 0.1384847412109375, 0.13837004089355467, 0.1383434295654297, 0.138392578125, 0.138503173828125, 0.1384601593017578, 0.13834034729003905, 0.13854925537109375, 0.13845811462402344, 0.13843766784667969, 0.13841506958007813, 0.1384478759765625, 0.13849600219726563, 0.1384304656982422, 0.138355712890625, 0.2964111328125, 0.13837619018554687, 0.1383014373779297, 0.13842329406738282, 0.1383372802734375, 0.13832704162597656, 0.13838847351074218, 0.13838029479980468, 0.13841305541992188, 0.13830450439453126, 0.13825433349609376, 0.13843251037597656, 0.13834649658203124, 0.1382758331298828, 0.13834034729003905, 0.13870387268066406, 0.13851750183105468, 0.138392578125, 0.13836492919921875, 0.13844583129882812, 0.13840281677246094, 0.138498046875, 0.1384284210205078, 0.1383864288330078, 0.13835775756835939, 0.13837721252441407, 0.13834751892089844, 0.13837210083007812, 0.1384652862548828, 0.13876530456542968, 0.1384069061279297, 0.1383987274169922, 0.13837619018554687, 0.13841818237304687, 0.13831884765625, 0.13837312316894532, 0.13868441772460938, 0.138392578125, 0.1386792907714844, 0.13837312316894532, 0.13853695678710937, 0.13858918762207031, 0.1384284210205078, 0.1383618621826172, 0.13833319091796875, 0.13840077209472657, 0.1384478759765625, 0.1384304656982422, 0.138392578125, 0.13839768981933595, 0.13836288452148438, 0.13848268127441407, 0.1384110107421875, 0.13840281677246094, 0.13846322631835936, 0.13840179443359374, 0.13838438415527343, 0.13847142028808593, 0.13853797912597657, 0.13843251037597656, 0.13837925720214844, 0.13844992065429687, 0.138461181640625, 0.2966159362792969, 0.13835877990722656, 0.1383372802734375, 0.1383505859375, 0.13839974975585936, 0.13838336181640626, 0.13829632568359376, 0.13822872924804688, 0.1383618621826172, 0.1383321533203125, 0.1383311309814453, 0.1382574005126953, 0.13832806396484376, 0.13824409484863281, 0.13828300476074218, 0.1383198699951172, 0.13833932495117188, 0.13839564514160158, 0.13836697387695313, 0.13837107849121094, 0.13837925720214844, 0.13832293701171874, 0.13834547424316407, 0.13842431640625, 0.1386209259033203, 0.1383321533203125, 0.13845094299316407, 0.13861581420898436, 0.13831167602539063, 0.13832293701171874, 0.13847552490234374, 0.13839974975585936, 0.13822361755371093, 0.13845401000976562, 0.13839053344726562, 0.13829632568359376, 0.13841510009765626, 0.13865574645996093, 0.13847244262695313, 0.13834547424316407, 0.13838029479980468, 0.13840179443359374, 0.13845094299316407, 0.1383198699951172, 0.13840383911132811, 0.138313720703125, 0.13882981872558595, 0.13840281677246094, 0.13835366821289063, 0.13832908630371094, 0.13856562805175782, 0.13834547424316407, 0.1383679962158203, 0.1384099884033203, 0.13838438415527343, 0.138461181640625, 0.13838951110839845, 0.13834034729003905, 0.13867826843261719, 0.1384488983154297, 0.1384622039794922, 0.13842022705078125, 0.13834751892089844]",tokens/s,7.1089199059072286,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-9b,google/recurrentgemma-9b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neox-20b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2113.540096,14573.633536,0.0,13927.186432,13297.867776,s,10,9.519301330566405,0.9519301330566406,0.00043325610292652833,0.9519890747070312,0.9524293090820313,0.9524380432128906,0.9524450305175781,"[0.951665771484375, 0.9515254516601562, 0.951248779296875, 0.952337890625, 0.95244677734375, 0.9513851928710938, 0.9524273681640625, 0.9518043212890624, 0.9522859497070313, 0.952173828125]",tokens/s,268.9272995046242,kWh,1.1242636616783912e-05,6.1594047050675715e-06,5.7671839066728015e-05,7.507388038857951e-05,tokens/kWh,3409974.263684705,MB,2113.540096,14573.633536,0.0,13927.186432,13715.588096,s,10,526.2375703125,52.62375703125,0.001420380180937792,52.623728515625004,52.625514453125,52.6255443359375,52.625568242187505,"[52.62557421875, 52.6226015625, 52.624734375, 52.6255078125, 52.62362890625, 52.621328125, 52.62511328125, 52.62340234375, 52.6218515625, 52.623828125]",tokens/s,1.1971779202801538,kWh,0.0006211811822728076,0.0003404632237008081,0.003223758952742474,0.00418540335871609,tokens/kWh,15052.312668694809,,s,629,533.9698107910154,0.8489186181097228,0.11307783633908762,0.8353003540039062,0.8356653198242188,0.8357873779296875,1.7869256201171875,"[0.8350700073242188, 0.8351375122070313, 0.8347443237304687, 0.8350422973632813, 0.8353208618164063, 0.8348129272460938, 0.8346869506835938, 0.83513037109375, 0.8352388916015625, 0.8355635375976562, 0.8354529418945312, 0.8352236328125, 0.835222412109375, 0.8349439697265625, 0.8349204711914062, 0.8353792114257812, 0.835314697265625, 0.8350422973632813, 0.8349931640625, 0.8350392456054687, 0.8352553100585938, 0.8354918212890625, 0.835252197265625, 0.8352911376953125, 0.835220458984375, 0.8352255859375, 0.8350228271484375, 0.8356484985351562, 0.83551025390625, 0.8354119873046875, 0.83519384765625, 0.83527783203125, 0.8355419921875, 0.8354857177734375, 0.8354590454101563, 0.835651611328125, 0.8349368286132812, 0.8353720092773438, 0.835356689453125, 0.8356597900390625, 0.8355491943359376, 0.8352839965820312, 0.8350392456054687, 0.8352214965820313, 0.8351201171875, 0.8356198120117188, 0.835409912109375, 0.8355604248046875, 0.835646484375, 0.83561572265625, 0.8358021240234375, 0.8354795532226562, 0.8354539794921875, 0.8352491455078125, 0.8353710327148437, 0.8353228759765625, 0.8354774780273437, 0.8356812744140625, 0.8357406616210937, 0.8356669311523437, 0.8354857177734375, 0.8355389404296875, 1.7869373779296875, 0.8349921264648438, 0.83515185546875, 0.8347269287109375, 0.8349798583984375, 0.8350382080078125, 0.8351160888671875, 0.835031005859375, 0.8348037109375, 0.8348221435546875, 0.8351436767578125, 0.8349819946289062, 0.8348466796875, 0.8353648071289063, 0.834862060546875, 0.8350679321289063, 0.8351580200195312, 0.8351201171875, 0.8353126220703125, 0.8348251953125, 0.83487744140625, 0.8349859619140625, 0.8351334228515624, 0.83485595703125, 0.8348026733398437, 0.8352973022460938, 0.8352747802734375, 0.8353013916015625, 0.8354171142578125, 0.8354088745117187, 0.8351867065429688, 0.8353966064453126, 0.83510986328125, 0.8357550048828125, 0.835505126953125, 0.83515185546875, 0.835188720703125, 0.835083251953125, 0.8357265014648437, 0.8355919799804687, 0.8354641723632813, 0.8353751220703125, 0.8354171142578125, 0.8354631958007812, 0.8354692993164062, 0.83559423828125, 0.8356761474609375, 0.8353597412109375, 0.8354816284179688, 0.8356126708984375, 0.835373046875, 0.8356608276367188, 0.83572119140625, 0.8355123291015625, 0.8354530029296875, 0.83549072265625, 0.8356771850585938, 0.8354478149414063, 0.8353904418945313, 0.8354908447265625, 0.8355810546875, 0.8356166381835938, 0.83550927734375, 1.7868953857421874, 0.8353207397460938, 0.8350791625976562, 0.8349224853515625, 0.8348815307617188, 0.8347852783203125, 0.83471875, 0.8346470336914062, 0.8347944946289062, 0.8349747314453125, 0.8353065185546875, 0.8351078491210937, 0.8351416015625, 0.835398681640625, 0.8351897583007812, 0.8350433349609375, 0.8350914306640626, 0.8351006469726563, 0.8351314086914062, 0.8348539428710937, 0.8350238037109375, 0.8349296875, 0.8353740844726563, 0.83491943359375, 0.8353966064453126, 0.8357355346679688, 0.8354898071289063, 0.8351805419921875, 0.8352849731445312, 0.8352163696289062, 0.83538330078125, 0.8352706298828125, 0.8352122802734375, 0.8355901489257812, 0.8353710327148437, 0.8352962646484375, 0.8356536254882813, 0.83539453125, 0.8354848022460938, 0.8353217163085938, 0.83519384765625, 0.8352593994140625, 0.8354396362304688, 0.8353351440429687, 0.8353239135742188, 0.83539453125, 0.8356536254882813, 0.835441650390625, 0.8355819702148437, 0.8360540771484375, 0.8354794921875, 0.8356546630859375, 0.83550927734375, 0.8354283447265625, 0.8355134887695312, 0.8354722290039063, 0.8355512084960938, 0.8354345092773438, 0.8354129638671876, 0.8354447631835937, 0.8357775268554688, 0.835831787109375, 0.8359270629882812, 1.787716552734375, 0.834966552734375, 0.8351743774414062, 0.8350126342773437, 0.83483544921875, 0.8347012939453125, 0.8349071655273438, 0.8348865966796875, 0.83489892578125, 0.8350607299804688, 0.8352870483398438, 0.8352429809570312, 0.8355665893554688, 0.8349153442382813, 0.83476171875, 0.8351324462890625, 0.8351190795898438, 0.8350914306640626, 0.8351846313476563, 0.8348539428710937, 0.8348886108398438, 0.8351692504882813, 0.8356433715820313, 0.8349890747070312, 0.8351057739257812, 0.8353402709960938, 0.8352737426757812, 0.8354119873046875, 0.835473388671875, 0.835472412109375, 0.8353648681640625, 0.83521435546875, 0.8353556518554688, 0.8356966552734375, 0.8357611694335938, 0.8354929809570313, 0.8353800659179688, 0.8350648193359375, 0.8353341674804687, 0.8353905029296875, 0.8353555908203125, 0.8353331298828125, 0.8354180908203125, 0.8352245483398437, 0.8357120361328125, 0.8353064575195313, 0.8359485473632813, 0.8354979858398438, 0.8355860595703125, 0.8355205078125, 0.8354580688476563, 0.8359086303710938, 0.8357007446289062, 0.8353535766601563, 0.8355032348632813, 0.8354569702148438, 0.8355706176757812, 0.835557373046875, 0.8359536743164062, 0.835586181640625, 0.8355797729492187, 0.8355829467773438, 0.8356424560546875, 1.787955078125, 0.8347371215820313, 0.8349818725585938, 0.8348948364257812, 0.8349818725585938, 0.8349398803710938, 0.8349419555664063, 0.834956298828125, 0.8349706420898437, 0.8348364868164062, 0.835114990234375, 0.8351038208007813, 0.835105712890625, 0.8349921264648438, 0.8350740356445312, 0.8351078491210937, 0.83503515625, 0.8360653076171874, 0.8352911376953125, 0.8347689208984375, 0.8349419555664063, 0.83500439453125, 0.8355327758789063, 0.8352266235351562, 0.8350371704101562, 0.8352819213867188, 0.8350658569335937, 0.8350494995117187, 0.8352020263671875, 0.835355712890625, 0.8352030029296875, 0.8352429809570312, 0.8351190795898438, 0.8358543090820313, 0.8356331787109375, 0.8351016845703125, 0.8353004760742188, 0.83527978515625, 0.8354846801757813, 0.8352788696289063, 0.8353659057617188, 0.8355297241210937, 0.8356710205078125, 0.835336181640625, 0.8352737426757812, 0.83536181640625, 0.8356433715820313, 0.8353955688476562, 0.835515380859375, 0.8353535766601563, 0.835631103515625, 0.835800048828125, 0.8354806518554687, 0.835442626953125, 0.8353331909179688, 0.835348388671875, 0.8355604248046875, 0.8362127075195313, 0.8355440673828125, 0.8354293823242187, 0.8354478149414063, 0.8357755126953125, 0.8355829467773438, 1.7868953857421874, 0.834820068359375, 0.8351109008789063, 0.8349224853515625, 0.83482421875, 0.834839599609375, 0.8351047973632812, 0.8348446044921874, 0.8347658081054687, 0.8347412719726562, 0.83508837890625, 0.8350750732421875, 0.8349818725585938, 0.8349603881835937, 0.834999267578125, 0.8351190795898438, 0.8351580200195312, 0.834935791015625, 0.8351897583007812, 0.8348907470703125, 0.83496142578125, 0.834988037109375, 0.8352891235351563, 0.8350596313476563, 0.8351805419921875, 0.8352491455078125, 0.8352420043945312, 0.8351928100585938, 0.835188720703125, 0.835114990234375, 0.8352798461914063, 0.8351447143554688, 0.8350873413085937, 0.8354078979492188, 0.835177490234375, 0.8352010498046875, 0.835448974609375, 0.8349633178710938, 0.83640625, 0.8352317504882812, 0.83546728515625, 0.83521435546875, 0.8353607788085937, 0.835188720703125, 0.8352184448242187, 0.8352266235351562, 0.8356751098632812, 0.8357386474609375, 0.835599365234375, 0.8355245971679688, 0.8356177978515625, 0.8359505615234375, 0.8354918212890625, 0.835304443359375, 0.8355103149414063, 0.8353699340820312, 0.8353699951171875, 0.8355225830078125, 0.8354549560546874, 0.8356044921875, 0.8358696899414062, 0.8356986694335937, 0.8356474609375, 1.78791015625, 0.8351119384765625, 0.835083251953125, 0.8347811889648438, 0.8349390258789062, 0.835086181640625, 0.8349317016601563, 0.8348671875, 0.83519384765625, 0.835072021484375, 0.8351918334960937, 0.834946044921875, 0.8349727783203125, 0.8349807739257813, 0.8348743896484375, 0.8349439697265625, 0.8350289916992187, 0.8349593505859375, 0.8349706420898437, 0.8348467407226563, 0.8352429809570312, 0.8354765014648438, 0.8352645263671875, 0.8363357543945312, 0.835085205078125, 0.8352819213867188, 0.8350863647460938, 0.8354345092773438, 0.8352337646484375, 0.835178466796875, 0.8352184448242187, 0.8352081909179687, 0.8354847412109375, 0.8361409912109375, 0.8355809326171875, 0.8351211547851562, 0.8354221801757813, 0.8351314086914062, 0.8356035766601563, 0.8356320190429688, 0.8350924682617188, 0.8352225341796875, 0.8351795043945313, 0.8350105590820313, 0.835324951171875, 0.8357703857421875, 0.835725341796875, 0.8354703369140625, 0.8354866943359375, 0.8354426879882813, 0.8356536254882813, 0.8357161254882812, 0.8354027709960937, 0.8354613037109375, 0.8354158935546875, 0.8353117065429687, 0.835653564453125, 0.83586767578125, 0.8357642211914063, 0.8354590454101563, 0.8355932006835938, 0.8357622680664063, 0.8358460693359375, 1.7873837890625, 0.8349389038085937, 0.8350177001953125, 0.8347893676757813, 0.8350361328125, 0.8354232177734375, 0.8351488037109375, 0.8350382080078125, 0.8348703002929687, 0.83475146484375, 0.8353443603515625, 0.8351170654296876, 0.8348538818359375, 0.8348651733398438, 0.83502490234375, 0.8351190795898438, 0.8364175415039062, 0.83531982421875, 0.8355225830078125, 0.834830322265625, 0.8348712768554688, 0.8348364868164062, 0.835388427734375, 0.8351826782226562, 0.8350780639648437, 0.8351590576171875, 0.8351713256835938, 0.834934814453125, 0.8353228759765625, 0.8354652099609375, 0.8355123291015625, 0.8354539794921875, 0.8351344604492188, 0.8354088745117187, 0.8352911376953125, 0.8351016845703125, 0.83523583984375, 0.835220458984375, 0.835373046875, 0.8353771362304687, 0.8352071533203125, 0.835524658203125, 0.835521484375, 0.835188720703125, 0.8351375122070313, 0.835219482421875, 0.8356649169921875, 0.8354037475585937, 0.835473388671875, 0.835409912109375, 0.83542529296875, 0.8354918212890625, 0.8355921630859375, 0.8357427368164062, 0.8353863525390625, 0.8353997192382813, 0.8357579956054687, 0.8355614624023437, 0.8354508666992188, 0.8355635375976562, 0.8356239624023437, 0.8356802368164062, 0.83561572265625, 1.78772998046875, 0.8350341796875, 0.8351681518554688, 0.8351160278320312, 0.8348784790039062, 0.834777099609375, 0.8348549194335938, 0.8350330810546875, 0.8350699462890625, 0.835083251953125, 0.83559423828125, 0.8350259399414063, 0.834849853515625, 0.8349961547851562, 0.8349429931640625, 0.835061767578125, 0.8349122314453125, 0.8362199096679688, 0.8350751953125, 0.83478515625, 0.83497265625, 0.8349235229492188, 0.835282958984375, 0.8350054321289062, 0.8351057739257812, 0.8352471313476563, 0.8352788696289063, 0.835198974609375, 0.8352982788085938, 0.8352420043945312, 0.8353045654296875, 0.8353135375976563, 0.8351314086914062, 0.835356689453125, 0.83519287109375, 0.835157958984375, 0.8352860107421874, 0.8352102661132812, 0.835162109375, 0.8355635375976562, 0.8353935546875, 0.8354488525390625, 0.8354826049804688, 0.8352286987304688, 0.8354600830078125, 0.8354273071289062, 0.8355686645507813, 0.8353331298828125, 0.8353812255859375, 0.8356004028320313, 0.8353382568359375, 0.835758056640625, 0.83557275390625, 0.835282958984375, 0.8353751220703125, 0.8355031127929687, 0.8352830200195313, 0.83534228515625, 0.8354396362304688, 0.8354816284179688, 0.8355983276367187, 0.8356188354492188, 0.8357939453125, 1.7876602783203126, 0.8348416748046875, 0.8349940795898437, 0.8349010009765625, 0.8348560791015625, 0.83485888671875, 0.8350465087890625, 0.8352582397460937, 0.8351447143554688, 0.8349132690429687, 0.8353003540039062, 0.8349716186523437, 0.8348692626953125, 0.8348446655273437, 0.8348753662109375, 0.8351876831054688, 0.8351416015625, 0.8349296875, 0.8350238647460938, 0.8349685668945312, 0.8351754150390625, 0.8350167236328125, 0.8352337646484375, 0.8350289916992187, 0.8351549682617188, 0.8348948364257812, 0.8368711547851563, 0.8351395874023437, 0.8351897583007812, 0.8352245483398437, 0.8351805419921875, 0.8353914794921875, 0.8355983276367187, 0.8353187866210937, 0.8353074951171875, 0.8353014526367187, 0.8353391723632813, 0.8350167236328125, 0.8353034057617188, 0.8354191284179687, 0.83521533203125, 0.8354273071289062, 0.835451904296875, 0.835541015625, 0.8354406127929688, 0.8355635375976562, 0.8360100708007813, 0.8353197021484375, 0.8354017333984375, 0.835330078125, 0.8354140014648438, 0.83565771484375, 0.83551025390625, 0.8356741333007812, 0.8354498291015625, 0.8357089233398437, 0.8356218872070312, 0.8355552978515625, 0.8356690063476563, 0.8356597900390625, 0.83559423828125, 0.8354539794921875, 0.8356557006835937]",tokens/s,1.1779692171514489,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-6B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3712.98304,5211.947008,0.0,4565.499904,4314.999808,s,10,2.7665902404785156,0.27665902404785153,0.0006411950802897544,0.27649540710449216,0.27751783447265627,0.2778374542236328,0.27809315002441404,"[0.2764537353515625, 0.2759485473632812, 0.276611328125, 0.27653707885742185, 0.2768220825195313, 0.2763544616699219, 0.27744680786132814, 0.27815707397460937, 0.27609432983398435, 0.276164794921875]",tokens/s,925.3267659750064,kWh,3.2601886951887574e-06,1.786420582116202e-06,1.6096424288539716e-05,2.1143033565844674e-05,tokens/kWh,12108007.074895484,MB,3712.98304,5211.947008,0.0,4565.499904,4383.67232,s,10,150.5188623046875,15.05188623046875,0.0016130930940945875,15.052033203125,15.0535689453125,15.053936328125,15.054230234375,"[15.0493525390625, 15.049724609375, 15.0500458984375, 15.051919921875, 15.0543037109375, 15.05316796875, 15.053056640625, 15.0516572265625, 15.0534873046875, 15.052146484375]",tokens/s,4.185521936278815,kWh,0.00017762496307850245,9.735034689715108e-05,0.0008612486942536657,0.0011362240042293193,tokens/kWh,55446.81309803148,,s,629,152.7699200744628,0.24287745639819222,0.032926951578823506,0.23885824584960938,0.23909949340820313,0.23926435546875,0.5156207495117188,"[0.23873020935058595, 0.239067138671875, 0.23872511291503906, 0.23863194274902344, 0.2388152313232422, 0.23898931884765626, 0.23880294799804688, 0.23911219787597657, 0.23885311889648436, 0.23881829833984375, 0.23876197814941405, 0.2388275146484375, 0.23887257385253907, 0.23875482177734375, 0.23880703735351563, 0.2388643798828125, 0.23876095581054688, 0.23865753173828125, 0.2388009033203125, 0.239119384765625, 0.23988426208496094, 0.2387006072998047, 0.2386328887939453, 0.23868006896972657, 0.23859609985351563, 0.23882138061523436, 0.23877017211914062, 0.23876608276367187, 0.23867800903320313, 0.23881727600097657, 0.2388275146484375, 0.2389606475830078, 0.23917567443847657, 0.2387834930419922, 0.2387445831298828, 0.23906201171875, 0.23913063049316408, 0.23885824584960938, 0.23877536010742187, 0.24002861022949218, 0.23880601501464843, 0.2386677703857422, 0.23880908203125, 0.23880703735351563, 0.23868109130859375, 0.23866265869140624, 0.23870463562011718, 0.23892684936523437, 0.23879782104492187, 0.2387025909423828, 0.2387967987060547, 0.23880294799804688, 0.23873027038574218, 0.23868925476074218, 0.23870054626464843, 0.238671875, 0.2387957763671875, 0.2388766784667969, 0.23892991638183594, 0.23869850158691405, 0.24001023864746093, 0.23907225036621094, 0.515652587890625, 0.23879475402832032, 0.239025146484375, 0.2388705291748047, 0.2387650604248047, 0.23879986572265624, 0.2388326416015625, 0.2387967987060547, 0.23867596435546876, 0.23875173950195314, 0.23886746215820312, 0.2389258270263672, 0.23876914978027344, 0.2389801025390625, 0.23904981994628907, 0.23876188659667968, 0.23872819519042968, 0.23875173950195314, 0.23877017211914062, 0.23883366394042968, 0.23876608276367187, 0.23882240295410156, 0.2387763214111328, 0.23867698669433593, 0.23881932067871095, 0.23880093383789064, 0.23869232177734376, 0.23880294799804688, 0.23877325439453126, 0.23882649230957032, 0.2387527618408203, 0.23875686645507813, 0.2387938232421875, 0.23880592346191407, 0.23887564086914062, 0.2388705291748047, 0.2410250244140625, 0.23885926818847655, 0.2387967987060547, 0.23902720642089845, 0.23908248901367188, 0.2391961669921875, 0.23874969482421876, 0.23880294799804688, 0.23885824584960938, 0.23879168701171874, 0.23939276123046874, 0.23884288024902345, 0.23882444763183594, 0.23886131286621093, 0.23877836608886718, 0.23883468627929688, 0.23900163269042968, 0.23892169189453125, 0.2388152313232422, 0.2388695068359375, 0.23887564086914062, 0.23881318664550782, 0.2387834930419922, 0.23875993347167968, 0.23874252319335937, 0.23885107421875, 0.23871897888183594, 0.5159669799804687, 0.23866061401367186, 0.238740478515625, 0.23877325439453126, 0.23871897888183594, 0.23876300048828125, 0.2386964416503906, 0.23875686645507813, 0.23885107421875, 0.2388275146484375, 0.238845947265625, 0.23875071716308593, 0.2388848571777344, 0.23897702026367187, 0.2391961669921875, 0.23884288024902345, 0.23884185791015625, 0.23889100646972655, 0.23884188842773438, 0.23898109436035156, 0.2388490295410156, 0.23894528198242188, 0.23874252319335937, 0.24022015380859374, 0.23894117736816406, 0.23904563903808593, 0.23873536682128907, 0.23878041076660156, 0.23872819519042968, 0.23889511108398437, 0.2388387908935547, 0.23883366394042968, 0.2387025909423828, 0.2387415008544922, 0.23895657348632812, 0.23894012451171875, 0.2387261505126953, 0.23884390258789062, 0.23885824584960938, 0.23875482177734375, 0.2387794189453125, 0.23883670043945313, 0.23884185791015625, 0.23873126220703125, 0.2387896270751953, 0.23879478454589845, 0.23874249267578124, 0.24024986267089843, 0.23881011962890625, 0.238814208984375, 0.2387364501953125, 0.23872300720214842, 0.23891558837890625, 0.23908761596679687, 0.23892274475097655, 0.23886848449707032, 0.23892070007324218, 0.23881829833984375, 0.23887461853027345, 0.2389575653076172, 0.23892787170410157, 0.2388326416015625, 0.2388050537109375, 0.5158440551757812, 0.23872921752929688, 0.238782470703125, 0.238772216796875, 0.23882444763183594, 0.238782470703125, 0.23873228454589843, 0.23915213012695313, 0.23925453186035156, 0.2388285369873047, 0.23880192565917968, 0.23921463012695313, 0.23979823303222655, 0.23888998413085938, 0.23879168701171874, 0.2387527618408203, 0.23891558837890625, 0.23867596435546876, 0.23889305114746093, 0.23900877380371094, 0.23887770080566406, 0.23880294799804688, 0.23871795654296876, 0.2388766784667969, 0.2387763214111328, 0.2386647033691406, 0.23869955444335939, 0.23892681884765626, 0.238940185546875, 0.23891555786132812, 0.23884492492675782, 0.23874354553222657, 0.23890739440917969, 0.23897190856933595, 0.23892070007324218, 0.23870156860351563, 0.23890432739257814, 0.23885618591308594, 0.2388695068359375, 0.2388766784667969, 0.2388848571777344, 0.23893299865722656, 0.23889920043945312, 0.23892991638183594, 0.24086738586425782, 0.23887762451171876, 0.23892787170410157, 0.23871897888183594, 0.23881939697265625, 0.23893394470214843, 0.2389381103515625, 0.23884288024902345, 0.23902207946777343, 0.2394818572998047, 0.23891250610351564, 0.23883059692382813, 0.23871078491210937, 0.2387415008544922, 0.23877529907226563, 0.23868826293945314, 0.2388705291748047, 0.23884288024902345, 0.2387578887939453, 0.5164093627929688, 0.23896473693847656, 0.2389063720703125, 0.23886642456054688, 0.2387415008544922, 0.238782470703125, 0.23893606567382814, 0.23910604858398438, 0.23887257385253907, 0.23898521423339844, 0.2390661163330078, 0.23908966064453124, 0.23903231811523437, 0.23922586059570314, 0.2393866271972656, 0.23885516357421874, 0.23895347595214844, 0.2399805450439453, 0.23891456604003905, 0.23884800720214844, 0.2387650604248047, 0.23881625366210937, 0.23890739440917969, 0.2387896270751953, 0.23887974548339844, 0.2387957763671875, 0.23881727600097657, 0.23896575927734376, 0.23895449829101562, 0.2388316192626953, 0.23901695251464844, 0.23900364685058595, 0.2388152313232422, 0.23892070007324218, 0.23892070007324218, 0.23908863830566407, 0.2387763214111328, 0.23874662780761718, 0.2387445831298828, 0.23878656005859375, 0.2388817901611328, 0.23875173950195314, 0.23873638916015624, 0.23890432739257814, 0.23869235229492186, 0.23866265869140624, 0.23876608276367187, 0.23884393310546875, 0.23878140258789063, 0.2387527618408203, 0.23877325439453126, 0.24089292907714843, 0.23916954040527344, 0.23932826232910157, 0.23877119445800782, 0.23903231811523437, 0.23930982971191406, 0.23873023986816405, 0.23883673095703126, 0.2389370880126953, 0.23885824584960938, 0.23881727600097657, 0.23871693420410156, 0.5157713623046875, 0.23890739440917969, 0.23881114196777345, 0.23876914978027344, 0.23889202880859375, 0.23895347595214844, 0.23873945617675782, 0.2387240905761719, 0.23881318664550782, 0.23891558837890625, 0.23874969482421876, 0.23883673095703126, 0.2389606475830078, 0.23883570861816406, 0.2388500518798828, 0.23886642456054688, 0.23888998413085938, 0.2388152313232422, 0.23873945617675782, 0.23881727600097657, 0.23891250610351564, 0.2387957763671875, 0.2387220458984375, 0.23866061401367186, 0.23877938842773438, 0.23901695251464844, 0.23873231506347656, 0.23884182739257812, 0.23891046142578126, 0.23879373168945311, 0.23894834899902342, 0.2389084167480469, 0.23878451538085937, 0.23888998413085938, 0.2388469696044922, 0.23910195922851563, 0.24181146240234375, 0.23925555419921876, 0.23895858764648437, 0.2388633575439453, 0.23884390258789062, 0.23887872314453126, 0.23891148376464844, 0.23889920043945312, 0.2389186553955078, 0.23876095581054688, 0.23929037475585938, 0.2392227783203125, 0.2389053497314453, 0.23889106750488281, 0.23888377380371092, 0.23892684936523437, 0.23886746215820312, 0.23897395324707033, 0.23890943908691406, 0.23885722351074218, 0.23885311889648436, 0.23878451538085937, 0.23883981323242187, 0.23895245361328124, 0.23890739440917969, 0.2388828125, 0.23905792236328124, 0.5170677490234376, 0.23870054626464843, 0.23881011962890625, 0.23895654296875, 0.2388817901611328, 0.23898828125, 0.23887564086914062, 0.2387906494140625, 0.23885414123535156, 0.23877529907226563, 0.23872108459472657, 0.238841796875, 0.23894937133789063, 0.23926066589355469, 0.23919512939453125, 0.23887875366210937, 0.23885206604003906, 0.23880397033691406, 0.23880601501464843, 0.23900877380371094, 0.23905996704101562, 0.23888589477539063, 0.2388490295410156, 0.2404126739501953, 0.23896575927734376, 0.23884288024902345, 0.23884800720214844, 0.23912857055664063, 0.23924838256835937, 0.23881216430664062, 0.23889715576171874, 0.23892172241210938, 0.23885107421875, 0.2390118408203125, 0.2387896270751953, 0.23883059692382813, 0.23888896179199218, 0.23898316955566407, 0.23894117736816406, 0.23899443054199218, 0.238887939453125, 0.23888998413085938, 0.23891661071777343, 0.23889920043945312, 0.2389063720703125, 0.23893402099609376, 0.23879379272460938, 0.23870661926269532, 0.2387896270751953, 0.23896371459960938, 0.23884288024902345, 0.23889407348632813, 0.2389022674560547, 0.23895143127441407, 0.2389084167480469, 0.239098876953125, 0.2392412109375, 0.23878041076660156, 0.23876608276367187, 0.23880294799804688, 0.23876300048828125, 0.23879168701171874, 0.23902105712890626, 0.5176309814453125, 0.2389063720703125, 0.23917977905273438, 0.23893299865722656, 0.23889305114746093, 0.23891046142578126, 0.23903436279296875, 0.23895552062988282, 0.23877229309082032, 0.23886746215820312, 0.2389247283935547, 0.23883673095703126, 0.23879475402832032, 0.23880908203125, 0.23898626708984375, 0.23896368408203125, 0.23997541809082032, 0.238887939453125, 0.23886642456054688, 0.2388766784667969, 0.23889817810058595, 0.23884393310546875, 0.23897801208496094, 0.23893299865722656, 0.2388643798828125, 0.23879782104492187, 0.23893913269042968, 0.23923919677734376, 0.23926063537597655, 0.2388152313232422, 0.23890432739257814, 0.23896780395507813, 0.23877938842773438, 0.23888589477539063, 0.23889817810058595, 0.23881318664550782, 0.23889305114746093, 0.23871693420410156, 0.2387896270751953, 0.23875173950195314, 0.23885926818847655, 0.23890432739257814, 0.23873330688476563, 0.23891148376464844, 0.2388520965576172, 0.23877325439453126, 0.23863296508789061, 0.23882649230957032, 0.23902925109863282, 0.23900877380371094, 0.23881932067871095, 0.23882957458496093, 0.23883059692382813, 0.2389248046875, 0.23887974548339844, 0.23874252319335937, 0.23892684936523437, 0.23886746215820312, 0.23891250610351564, 0.2388848571777344, 0.23889305114746093, 0.23892991638183594, 0.23893919372558595, 0.5155388793945312, 0.23886131286621093, 0.2389422149658203, 0.23889511108398437, 0.23883673095703126, 0.23908146667480468, 0.23917977905273438, 0.23891558837890625, 0.23881011962890625, 0.239067138671875, 0.23907327270507814, 0.23890022277832032, 0.2389351043701172, 0.23888890075683594, 0.23887257385253907, 0.2387343292236328, 0.2387650604248047, 0.24017408752441408, 0.23887770080566406, 0.23885516357421874, 0.23885011291503908, 0.2390537567138672, 0.2392156219482422, 0.2388152313232422, 0.23897293090820312, 0.23915724182128906, 0.23892274475097655, 0.23892787170410157, 0.2388203582763672, 0.239140869140625, 0.23926681518554688, 0.23891250610351564, 0.23875482177734375, 0.23873843383789062, 0.23889407348632813, 0.23889511108398437, 0.23885107421875, 0.23886540222167968, 0.23887461853027345, 0.23880908203125, 0.23874765014648439, 0.23879986572265624, 0.23873945617675782, 0.2388275146484375, 0.2387210235595703, 0.23867289733886718, 0.23868006896972657, 0.2388848571777344, 0.23894528198242188, 0.2386534423828125, 0.23903846740722656, 0.2389053497314453, 0.23877427673339843, 0.2388869171142578, 0.23894528198242188, 0.24117555236816407, 0.2388285369873047, 0.2387445831298828, 0.23871693420410156, 0.23886131286621093, 0.23874867248535156, 0.23864320373535156, 0.23874662780761718, 0.5155338134765625, 0.23877325439453126, 0.23894015502929689, 0.23921058654785157, 0.23885609436035157, 0.23880198669433594, 0.23875584411621092, 0.23885920715332032, 0.23881625366210937, 0.238740478515625, 0.23874969482421876, 0.23895960998535157, 0.23895143127441407, 0.23882649230957032, 0.238855224609375, 0.23891448974609375, 0.2388009033203125, 0.23881114196777345, 0.23873330688476563, 0.23894117736816406, 0.23891250610351564, 0.23916134643554687, 0.23894937133789063, 0.23879884338378907, 0.2388500518798828, 0.23894732666015625, 0.24061439514160157, 0.23892378234863282, 0.23891151428222657, 0.2389984893798828, 0.23887974548339844, 0.23875686645507813, 0.239098876953125, 0.23898521423339844, 0.2389012451171875, 0.23882138061523436, 0.23876608276367187, 0.23892684936523437, 0.23879270935058594, 0.2389258270263672, 0.23918899536132812, 0.23896678161621093, 0.23891661071777343, 0.2389033660888672, 0.23889605712890624, 0.2389749755859375, 0.23878860473632812, 0.23879373168945311, 0.2386862030029297, 0.23887872314453126, 0.23889202880859375, 0.23881011962890625, 0.2388387908935547, 0.23887872314453126, 0.23883981323242187, 0.23895347595214844, 0.239177734375, 0.23888076782226564, 0.23890943908691406, 0.23876914978027344, 0.2388643798828125, 0.23883570861816406, 0.23892994689941408]",tokens/s,4.117302671189549,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,/,/,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: / does not appear to have a file named config.json. Checkout 'https://huggingface.co///tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5937.815552,7053.246464,0.0,6406.79936,6098.60864,s,10,4.369107391357422,0.4369107391357422,0.0007208936334109947,0.43653796386718746,0.43786113586425784,0.4381150161743164,0.4383181204223633,"[0.438368896484375, 0.43641900634765624, 0.43653814697265625, 0.43647592163085935, 0.43767733764648437, 0.43614486694335936, 0.43780471801757814, 0.43653778076171873, 0.4368502807617187, 0.4362904357910156]",tokens/s,585.9320384442743,kWh,5.155067728913349e-06,2.8244480818023514e-06,2.4793715487132108e-05,3.2773231297847804e-05,tokens/kWh,7811252.960485814,MB,5937.815552,7055.343616,0.0,6408.896512,6157.952,s,10,245.01072265624998,24.501072265624998,0.0034318484925660374,24.5004931640625,24.5048515625,24.5070751953125,24.508854101562502,"[24.50105078125, 24.49864453125, 24.50170703125, 24.49968359375, 24.496791015625, 24.509298828125, 24.50153515625, 24.504357421875, 24.499935546875, 24.49771875]",tokens/s,2.571316035355277,kWh,0.0002892534986599056,0.000158535909402625,0.0013504422735896686,0.0017982316816521993,tokens/kWh,35034.417779869254,,s,629,248.55180075073253,0.3951538962650754,0.05191103267325261,0.38883840942382814,0.3892619018554688,0.38950277099609376,0.8256093530273438,"[0.38878106689453124, 0.38896536254882813, 0.388632568359375, 0.38873394775390624, 0.38894488525390625, 0.3886663818359375, 0.3890759582519531, 0.3891517333984375, 0.3889776611328125, 0.38876263427734375, 0.38862646484375, 0.38881890869140623, 0.3890196533203125, 0.3885875244140625, 0.38878616333007815, 0.3895060424804688, 0.38884146118164065, 0.38903399658203125, 0.389644287109375, 0.38915277099609374, 0.3891998596191406, 0.3889284973144531, 0.38931558227539065, 0.3889561462402344, 0.3889131469726563, 0.38835916137695314, 0.38861004638671875, 0.38877081298828126, 0.388674560546875, 0.3886622619628906, 0.3889428405761719, 0.38882098388671876, 0.3894353942871094, 0.3886909484863281, 0.38898175048828126, 0.38895718383789063, 0.38856500244140624, 0.3886120910644531, 0.389538818359375, 0.38871450805664065, 0.38864486694335937, 0.3886510009765625, 0.3886561279296875, 0.38851071166992185, 0.3891835021972656, 0.38876364135742186, 0.3887032470703125, 0.3888701477050781, 0.38866943359375, 0.3892899780273438, 0.3888373718261719, 0.388600830078125, 0.3887615966796875, 0.3901071472167969, 0.3886766052246094, 0.3887728576660156, 0.3887442016601563, 0.3886929931640625, 0.3890124816894531, 0.3890810852050781, 0.38887628173828126, 0.388568115234375, 0.8254780883789062, 0.3889141845703125, 0.38875750732421877, 0.38877593994140625, 0.3889254455566406, 0.3885977478027344, 0.3893872680664062, 0.38873907470703123, 0.38861721801757815, 0.3886346130371094, 0.38904217529296875, 0.3888578491210937, 0.38904013061523435, 0.38923876953125, 0.38863873291015627, 0.38872164916992186, 0.38861822509765626, 0.3884800109863281, 0.3887462463378906, 0.3886069641113281, 0.3893196716308594, 0.38932070922851564, 0.3890186157226562, 0.3887646789550781, 0.38994842529296875, 0.38882098388671876, 0.3890513916015625, 0.3891650695800781, 0.38888037109375, 0.3886991882324219, 0.3889468688964844, 0.3885434875488281, 0.3888199768066406, 0.3885844421386719, 0.388600830078125, 0.3886417846679687, 0.3889479675292969, 0.3886417846679687, 0.3886336059570312, 0.3887790222167969, 0.38892236328125, 0.38850970458984374, 0.38881793212890625, 0.3887523803710938, 0.3886868591308594, 0.38856500244140624, 0.3889899597167969, 0.38897457885742187, 0.38872164916992186, 0.3891282043457031, 0.38919577026367186, 0.3890595703125, 0.3892817993164063, 0.38935140991210937, 0.3886397399902344, 0.38855474853515626, 0.3887595520019531, 0.3887523803710938, 0.3889899597167969, 0.38894900512695313, 0.38868582153320314, 0.38889370727539063, 0.3889704895019531, 0.8256952514648438, 0.38874215698242187, 0.38912716674804687, 0.3890257873535156, 0.38883328247070315, 0.3886970825195312, 0.3889541015625, 0.38887527465820315, 0.389212158203125, 0.389137451171875, 0.38895819091796874, 0.3886970825195312, 0.3888670654296875, 0.38879641723632813, 0.38865716552734375, 0.3888598937988281, 0.3887564697265625, 0.3886991271972656, 0.38894900512695313, 0.3889837951660156, 0.38897357177734376, 0.3888793640136719, 0.38878106689453124, 0.38885479736328127, 0.3889776611328125, 0.38883840942382814, 0.38856396484375, 0.3887400817871094, 0.38860800170898435, 0.3888199768066406, 0.38868582153320314, 0.3887298583984375, 0.38889166259765623, 0.38933505249023437, 0.3892725830078125, 0.3889756164550781, 0.38903604125976565, 0.38886810302734376, 0.38863665771484374, 0.3886458740234375, 0.3889704895019531, 0.38879129028320314, 0.3888148498535156, 0.3887943725585937, 0.3887175598144531, 0.38925106811523436, 0.3889131469726563, 0.38866534423828125, 0.3887677307128906, 0.38883840942382814, 0.388853759765625, 0.388853759765625, 0.3888025512695312, 0.38896536254882813, 0.38888958740234375, 0.3887513732910156, 0.38878823852539063, 0.38919064331054687, 0.38868582153320314, 0.39011123657226565, 0.3893196716308594, 0.38929306030273436, 0.38961663818359377, 0.8260413208007813, 0.38885992431640626, 0.3889643249511719, 0.3887523803710938, 0.3887247314453125, 0.3887185974121094, 0.38895718383789063, 0.38912408447265623, 0.3887984619140625, 0.3889039306640625, 0.388822021484375, 0.3887298583984375, 0.388811767578125, 0.3887718505859375, 0.38874215698242187, 0.3888404541015625, 0.38900531005859373, 0.38877694702148435, 0.3888035888671875, 0.3886673889160156, 0.38864999389648436, 0.38919064331054687, 0.38883941650390624, 0.38895718383789063, 0.38876263427734375, 0.38873394775390624, 0.3887442016601563, 0.3888988037109375, 0.38905035400390625, 0.38884658813476564, 0.38873294067382813, 0.3889889221191406, 0.3889121398925781, 0.3887595520019531, 0.3887544250488281, 0.38894488525390625, 0.38860800170898435, 0.38863873291015627, 0.3886981201171875, 0.38873294067382813, 0.3888630065917969, 0.3888568115234375, 0.3888783264160156, 0.38862539672851565, 0.3889613037109375, 0.389233642578125, 0.38876263427734375, 0.38913946533203125, 0.3891650695800781, 0.3887237243652344, 0.38868582153320314, 0.38899713134765623, 0.3889704895019531, 0.3898193969726563, 0.3890257873535156, 0.3886673889160156, 0.38894692993164065, 0.3890390930175781, 0.3892991943359375, 0.38878515625, 0.3889059753417969, 0.3887462463378906, 0.3888424987792969, 0.826693603515625, 0.3888025512695312, 0.3887523803710938, 0.3885926513671875, 0.3887923278808594, 0.3886120910644531, 0.38872576904296874, 0.38866021728515626, 0.3889807434082031, 0.38920294189453125, 0.38865304565429687, 0.38867559814453123, 0.3889039306640625, 0.388706298828125, 0.3886264343261719, 0.3890257873535156, 0.3886796875, 0.38881893920898436, 0.388748291015625, 0.3887544250488281, 0.3898101806640625, 0.38882098388671876, 0.3889725341796875, 0.38886605834960936, 0.3887820739746094, 0.38895001220703124, 0.3888015441894531, 0.38883840942382814, 0.3887093811035156, 0.38877593994140625, 0.3885823974609375, 0.3885844421386719, 0.3888087158203125, 0.388632568359375, 0.388895751953125, 0.3889407958984375, 0.3887400817871094, 0.38869403076171877, 0.38845440673828124, 0.388706298828125, 0.3888496704101562, 0.38918142700195313, 0.3888035888671875, 0.38866534423828125, 0.3889039306640625, 0.38894488525390625, 0.3888486328125, 0.38889984130859373, 0.3886970825195312, 0.3889612731933594, 0.3889326171875, 0.38907904052734377, 0.38912612915039063, 0.388790283203125, 0.3889459228515625, 0.38889675903320314, 0.3888025512695312, 0.38870016479492187, 0.38883428955078125, 0.3888517150878906, 0.38923776245117186, 0.38900222778320315, 0.38878616333007815, 0.8254668579101563, 0.389001220703125, 0.3892408447265625, 0.38915377807617185, 0.38880767822265627, 0.38871142578125, 0.38886297607421877, 0.3891148681640625, 0.38876364135742186, 0.38882720947265625, 0.3886867980957031, 0.3885404052734375, 0.38891827392578127, 0.38905035400390625, 0.38921829223632814, 0.3889141845703125, 0.3891558532714844, 0.38889471435546874, 0.3890810852050781, 0.38909234619140626, 0.3887319030761719, 0.38957876586914064, 0.3891712036132812, 0.3887923583984375, 0.3895316162109375, 0.38924493408203126, 0.38886605834960936, 0.38888653564453124, 0.38975283813476563, 0.38893875122070315, 0.38879641723632813, 0.38891009521484377, 0.38910565185546875, 0.3892593078613281, 0.39087921142578125, 0.38871551513671876, 0.38870834350585937, 0.38860186767578125, 0.3886960754394531, 0.38911077880859374, 0.38857318115234374, 0.3887657470703125, 0.3889714660644531, 0.38878106689453124, 0.3889807434082031, 0.3888148498535156, 0.3887872009277344, 0.3890739135742188, 0.38941082763671875, 0.3891589050292969, 0.38924798583984377, 0.3888977966308594, 0.38902792358398436, 0.3890799560546875, 0.3894364013671875, 0.3890677795410156, 0.388959228515625, 0.38916094970703125, 0.3891568603515625, 0.3888988037109375, 0.38902987670898437, 0.38889370727539063, 0.38949786376953127, 0.8270551147460937, 0.38860186767578125, 0.38860595703125, 0.38868377685546873, 0.38870834350585937, 0.38866021728515626, 0.3888844909667969, 0.38888858032226564, 0.3890831298828125, 0.388947998046875, 0.38878512573242185, 0.389180419921875, 0.38898175048828126, 0.38901556396484377, 0.38881381225585937, 0.38938214111328123, 0.38876568603515627, 0.38882098388671876, 0.3885455322265625, 0.3887093811035156, 0.3890534362792969, 0.38878515625, 0.3887400817871094, 0.3889725341796875, 0.3888455810546875, 0.38887628173828126, 0.3890677795410156, 0.38898175048828126, 0.38893771362304685, 0.3888015441894531, 0.38900735473632814, 0.3888015441894531, 0.38892440795898436, 0.3890124816894531, 0.3895828552246094, 0.3893197021484375, 0.3891650390625, 0.3890083923339844, 0.38891827392578127, 0.38878311157226564, 0.3886766052246094, 0.38947021484375, 0.3891251220703125, 0.38870834350585937, 0.3887933349609375, 0.3888517150878906, 0.38911181640625, 0.38871142578125, 0.38868582153320314, 0.3887319030761719, 0.388611083984375, 0.38874215698242187, 0.388890625, 0.3886889038085938, 0.38894692993164065, 0.38870220947265627, 0.3885906066894531, 0.38906878662109373, 0.3886192626953125, 0.38860186767578125, 0.3894384765625, 0.38954290771484373, 0.3893800964355469, 0.825660400390625, 0.38914047241210936, 0.3887677307128906, 0.38940365600585936, 0.38903704833984376, 0.3888568420410156, 0.38899917602539064, 0.3896258544921875, 0.3887247314453125, 0.3890565185546875, 0.3885342712402344, 0.38850048828125, 0.38885888671875, 0.38866021728515626, 0.38881793212890625, 0.3884103698730469, 0.38903604125976565, 0.38858648681640623, 0.3889070129394531, 0.3887185974121094, 0.38888858032226564, 0.3892193298339844, 0.3894497375488281, 0.38906060791015623, 0.3886120910644531, 0.388600830078125, 0.38877490234375, 0.3888005065917969, 0.38874725341796873, 0.38922955322265623, 0.3888926696777344, 0.3885957336425781, 0.38874212646484374, 0.3889346618652344, 0.3888650207519531, 0.38876876831054685, 0.388664306640625, 0.38930841064453126, 0.3888230285644531, 0.38908517456054686, 0.38917633056640627, 0.38882611083984375, 0.3889510498046875, 0.38876058959960935, 0.3885772705078125, 0.3890186157226562, 0.3886346130371094, 0.3894353942871094, 0.389170166015625, 0.3888036193847656, 0.38960125732421874, 0.3888005065917969, 0.3895419006347656, 0.3890739135742188, 0.3897927551269531, 0.38913229370117186, 0.38885888671875, 0.3889837951660156, 0.388969482421875, 0.38935653686523436, 0.38904013061523435, 0.3888988037109375, 0.38913433837890626, 0.8261171264648437, 0.38934527587890627, 0.3890943908691406, 0.3892561950683594, 0.38904730224609374, 0.3889776611328125, 0.38878823852539063, 0.38880459594726563, 0.38874215698242187, 0.38939239501953127, 0.3890657348632813, 0.3885916137695313, 0.38864999389648436, 0.3887585144042969, 0.388790283203125, 0.3887032470703125, 0.3896012878417969, 0.3887442016601563, 0.3886336059570312, 0.38861004638671875, 0.389037109375, 0.3888260498046875, 0.388701171875, 0.38865304565429687, 0.38868069458007815, 0.38857318115234374, 0.3886213073730469, 0.3887431640625, 0.38874725341796873, 0.38863873291015627, 0.388595703125, 0.38875341796875, 0.38857522583007814, 0.3887923278808594, 0.38920806884765624, 0.3891712036132812, 0.38883123779296874, 0.3889407958984375, 0.388748291015625, 0.3887503356933594, 0.38887527465820315, 0.38860287475585936, 0.38913742065429685, 0.3887790222167969, 0.3885629577636719, 0.38873394775390624, 0.38880563354492187, 0.38863565063476563, 0.38857318115234374, 0.3885987854003906, 0.38900531005859373, 0.3888097229003906, 0.38852197265625, 0.3885834350585938, 0.38872576904296874, 0.38862234497070314, 0.3915376586914063, 0.38877694702148435, 0.3889428405761719, 0.38899917602539064, 0.38912716674804687, 0.38925726318359377, 0.3891875610351562, 0.8258375854492187, 0.388811767578125, 0.38908212280273435, 0.3887953796386719, 0.38926849365234373, 0.38856192016601565, 0.38865304565429687, 0.38886297607421877, 0.38894692993164065, 0.38873086547851565, 0.3887933349609375, 0.3884656677246094, 0.38854656982421876, 0.38860287475585936, 0.3886929931640625, 0.3886868591308594, 0.38878411865234375, 0.3888066711425781, 0.3886141357421875, 0.3886141357421875, 0.38892340087890626, 0.38862335205078125, 0.3893319702148437, 0.3891773376464844, 0.38893875122070315, 0.38863565063476563, 0.3889203186035156, 0.3887298583984375, 0.38881689453125, 0.3891302490234375, 0.3888824462890625, 0.3886489562988281, 0.3886243896484375, 0.3889407958984375, 0.38874111938476563, 0.38874111938476563, 0.38891009521484377, 0.3886141357421875, 0.38878823852539063, 0.38871142578125, 0.3888291931152344, 0.38855270385742186, 0.38883328247070315, 0.388885498046875, 0.38914764404296875, 0.38934017944335936, 0.38926025390625, 0.38955938720703126, 0.3897701416015625, 0.3890442199707031, 0.38865716552734375, 0.3886612548828125, 0.3888455810546875, 0.38867559814453123, 0.38898483276367185, 0.3890862121582031, 0.38879129028320314, 0.38848614501953127, 0.3886970825195312, 0.3888097229003906, 0.3888128356933594, 0.3887206115722656, 0.38876980590820315]",tokens/s,2.530659597315939,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-160m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1273.15968,1017.643008,0.0,371.195904,315.446272,s,10,0.17996480178833008,0.017996480178833006,0.0008474778858308205,0.017858192443847655,0.019447183799743653,0.019550215816497803,0.01963264142990112,"[0.019653247833251952, 0.018108352661132813, 0.017151264190673827, 0.01790598487854004, 0.017810400009155274, 0.01942428779602051, 0.01810348892211914, 0.017385663986206053, 0.017283935546875, 0.01713817596435547]",tokens/s,14225.003859426943,kWh,2.0975892374871728e-07,1.1493715032924598e-07,4.918131031402125e-07,8.165091772181758e-07,tokens/kWh,313529850.17533416,MB,1273.15968,1017.643008,0.0,371.195904,340.901888,s,10,10.844099975585937,1.084409997558594,0.02124332077999351,1.0841959228515625,1.1139094970703125,1.113964208984375,1.114007978515625,"[1.0721380615234375, 1.0624615478515624, 1.086800048828125, 1.081591796875, 1.10824365234375, 1.1140189208984375, 1.1138973388671876, 1.058116455078125, 1.055816650390625, 1.0910155029296875]",tokens/s,58.096107691589154,kWh,1.2963560541835509e-05,7.103481325002172e-06,2.7866098472065074e-05,4.793314033890275e-05,tokens/kWh,1314330.7439189192,,s,629,10.984805355072023,0.01746391948342134,0.00222119169666076,0.017201152801513672,0.01777562217712402,0.01790013427734375,0.03446820938110352,"[0.019532800674438477, 0.017575935363769533, 0.017661951065063478, 0.017559551239013673, 0.017477632522583008, 0.01739776039123535, 0.01701683235168457, 0.01681715202331543, 0.016644096374511717, 0.01683148765563965, 0.016921600341796874, 0.016746496200561522, 0.016950271606445313, 0.016953344345092772, 0.01695232009887695, 0.016910335540771485, 0.01681510353088379, 0.016473247528076173, 0.016454496383666993, 0.01641472053527832, 0.016499711990356446, 0.016715776443481444, 0.01696767997741699, 0.0168724479675293, 0.016736255645751954, 0.016712703704833985, 0.01675468826293945, 0.016615423202514648, 0.01681001663208008, 0.01688265609741211, 0.016876544952392578, 0.01680486488342285, 0.016647167205810547, 0.0168407039642334, 0.017120256423950195, 0.017632255554199217, 0.01778278350830078, 0.01756159973144531, 0.017524736404418945, 0.017369087219238282, 0.01721343994140625, 0.017161216735839844, 0.01666662406921387, 0.016910335540771485, 0.0168724479675293, 0.01687558364868164, 0.016836544036865235, 0.01682329559326172, 0.01680691146850586, 0.016847999572753906, 0.01660198402404785, 0.016702463150024414, 0.01681100845336914, 0.016859136581420898, 0.016879615783691407, 0.01701068878173828, 0.01700556755065918, 0.016697439193725586, 0.016431007385253906, 0.016690176010131837, 0.01664614486694336, 0.017131519317626954, 0.0360447998046875, 0.017485824584960938, 0.01701683235168457, 0.017459199905395507, 0.017299455642700197, 0.01701171112060547, 0.016887807846069337, 0.016791711807250975, 0.016951135635375977, 0.016733184814453125, 0.016893951416015626, 0.017906688690185548, 0.017275903701782228, 0.016907264709472656, 0.016884735107421875, 0.016707584381103514, 0.016904191970825197, 0.016856096267700196, 0.016788448333740234, 0.01700761604309082, 0.016861183166503906, 0.016882848739624024, 0.016833375930786133, 0.017093631744384767, 0.016793600082397463, 0.016761856079101564, 0.016498687744140626, 0.016457727432250976, 0.0166430721282959, 0.016849920272827147, 0.01663385581970215, 0.01641276741027832, 0.016531455993652345, 0.016519071578979493, 0.01657753562927246, 0.016689151763916017, 0.016747520446777343, 0.01677107238769531, 0.0166748161315918, 0.016792575836181642, 0.016821247100830078, 0.0165980167388916, 0.01677004814147949, 0.016877567291259766, 0.01684377670288086, 0.016798751831054688, 0.016947168350219727, 0.01685196876525879, 0.01683046340942383, 0.016855039596557618, 0.01677824020385742, 0.016854015350341797, 0.01680998420715332, 0.016873472213745116, 0.01701888084411621, 0.01681100845336914, 0.01683251190185547, 0.016942079544067384, 0.01684787178039551, 0.016751615524291993, 0.016739328384399413, 0.016631967544555665, 0.01671561622619629, 0.034219009399414066, 0.016704511642456055, 0.016874496459960937, 0.016935935974121095, 0.016522239685058594, 0.016488447189331054, 0.016662527084350585, 0.01700351905822754, 0.018149375915527344, 0.018177024841308592, 0.01762099266052246, 0.017268896102905273, 0.01789423942565918, 0.017338367462158204, 0.017286144256591796, 0.017512447357177736, 0.017254400253295898, 0.01664614486694336, 0.016914432525634765, 0.017583103179931642, 0.01720319938659668, 0.016671743392944336, 0.017498111724853514, 0.017228799819946287, 0.017484800338745117, 0.017487871170043946, 0.017913856506347657, 0.01744486427307129, 0.017209344863891602, 0.016825344085693358, 0.01761689567565918, 0.01739571189880371, 0.01756876754760742, 0.01745408058166504, 0.017344512939453126, 0.01725644874572754, 0.01766092872619629, 0.017331199645996095, 0.01756979179382324, 0.017480703353881837, 0.016858112335205077, 0.01682329559326172, 0.01677824020385742, 0.016903167724609376, 0.017378303527832033, 0.017529855728149413, 0.017398784637451172, 0.01740492820739746, 0.017079296112060546, 0.01699430465698242, 0.01744486427307129, 0.017386495590209963, 0.017386495590209963, 0.0174202880859375, 0.016942079544067384, 0.017035263061523438, 0.017382400512695313, 0.01723289680480957, 0.017343488693237305, 0.01724825668334961, 0.017131519317626954, 0.01740595245361328, 0.016730112075805666, 0.035399776458740234, 0.016864160537719726, 0.016750591278076172, 0.017101823806762697, 0.017321983337402345, 0.0174335994720459, 0.01740287971496582, 0.01740083122253418, 0.01743052864074707, 0.017342464447021484, 0.017386495590209963, 0.017273855209350587, 0.0167956485748291, 0.016850944519042968, 0.016876544952392578, 0.017253376007080077, 0.017183744430541992, 0.016723968505859374, 0.01681407928466797, 0.017091583251953125, 0.016707584381103514, 0.017163263320922852, 0.017362943649291994, 0.017119232177734374, 0.01725644874572754, 0.01681305694580078, 0.017192960739135742, 0.017343488693237305, 0.01740390396118164, 0.01741414451599121, 0.017506303787231444, 0.01739263916015625, 0.017320959091186524, 0.016937984466552734, 0.017947647094726564, 0.01725951957702637, 0.017141759872436522, 0.01663488006591797, 0.017085439682006837, 0.01746227264404297, 0.017201152801513672, 0.017299455642700197, 0.016751615524291993, 0.016669696807861328, 0.01738035202026367, 0.017353727340698243, 0.01720729637145996, 0.017287168502807617, 0.017367071151733398, 0.017203168869018556, 0.01739263916015625, 0.017426431655883787, 0.017375232696533204, 0.017385471343994142, 0.01742438316345215, 0.0170199031829834, 0.01651728057861328, 0.01707811164855957, 0.01718681526184082, 0.016687103271484375, 0.01678745651245117, 0.016920576095581053, 0.017475584030151366, 0.03582566452026367, 0.01760256004333496, 0.017308671951293944, 0.017273855209350587, 0.017546239852905272, 0.017535999298095704, 0.016873504638671873, 0.01689187240600586, 0.016947200775146484, 0.017308671951293944, 0.017551359176635743, 0.017452032089233398, 0.017297407150268555, 0.017474559783935546, 0.017145856857299805, 0.017472511291503907, 0.017175552368164062, 0.017342464447021484, 0.017396896362304688, 0.017432479858398436, 0.017765312194824218, 0.017258495330810548, 0.017160192489624023, 0.01656524848937988, 0.01660927963256836, 0.01661644744873047, 0.01743974494934082, 0.01717452812194824, 0.01724006462097168, 0.017269760131835937, 0.017257471084594727, 0.017367040634155274, 0.017465375900268556, 0.017996768951416015, 0.02202828788757324, 0.018571264266967775, 0.017719295501708983, 0.017763328552246094, 0.017911808013916015, 0.017796096801757814, 0.01760972785949707, 0.017691648483276368, 0.017979391098022462, 0.018464767456054687, 0.01779097557067871, 0.0177039680480957, 0.017647584915161132, 0.017613824844360353, 0.017697792053222656, 0.017661951065063478, 0.017505279541015627, 0.017681407928466796, 0.017803264617919923, 0.017753087997436523, 0.01776742362976074, 0.01788313674926758, 0.017640607833862305, 0.01768739128112793, 0.017741823196411134, 0.017727487564086913, 0.01761484718322754, 0.01775103950500488, 0.01784940719604492, 0.0375428466796875, 0.017771520614624024, 0.017687551498413084, 0.017302528381347656, 0.01760870361328125, 0.017532928466796875, 0.017666048049926757, 0.01763430404663086, 0.01773465538024902, 0.01787392044067383, 0.01775923156738281, 0.017724416732788087, 0.017515520095825195, 0.017945600509643556, 0.017739776611328126, 0.01785958480834961, 0.017694719314575197, 0.01779302406311035, 0.017697824478149413, 0.017821664810180663, 0.017617919921875, 0.017625087738037108, 0.017590272903442384, 0.017541120529174805, 0.017499135971069335, 0.017796096801757814, 0.01761996841430664, 0.01737215995788574, 0.01741312026977539, 0.01742540740966797, 0.017345535278320313, 0.017519615173339845, 0.017633279800415038, 0.01763839912414551, 0.017671167373657228, 0.017538047790527343, 0.017583103179931642, 0.017498111724853514, 0.01763737678527832, 0.01760051155090332, 0.017500160217285156, 0.01765990447998047, 0.01745305633544922, 0.017648639678955077, 0.017542144775390626, 0.017518592834472657, 0.017491968154907226, 0.017584127426147463, 0.017726463317871095, 0.017681407928466796, 0.01785958480834961, 0.017780736923217775, 0.01777561569213867, 0.017698816299438477, 0.01761894416809082, 0.01808896064758301, 0.018035711288452147, 0.019092479705810548, 0.01798041534423828, 0.01765376091003418, 0.017625087738037108, 0.01763942337036133, 0.017736703872680663, 0.03618201446533203, 0.01776639938354492, 0.017732608795166017, 0.017599584579467774, 0.01721743965148926, 0.017369087219238282, 0.01765376091003418, 0.017743871688842772, 0.017519615173339845, 0.017794048309326172, 0.017833984375, 0.017758207321166994, 0.017728511810302734, 0.017733631134033204, 0.017690624237060547, 0.017615936279296876, 0.017680320739746094, 0.01777564811706543, 0.01753094482421875, 0.017258399963378905, 0.01739263916015625, 0.017511423110961915, 0.01762713623046875, 0.017498111724853514, 0.01804800033569336, 0.017732608795166017, 0.01776742362976074, 0.017703935623168944, 0.0176363525390625, 0.01764352035522461, 0.01758515167236328, 0.017477632522583008, 0.017727487564086913, 0.017789951324462892, 0.017121280670166016, 0.01761996841430664, 0.01739571189880371, 0.01764556884765625, 0.01781862449645996, 0.017699840545654297, 0.01785241508483887, 0.017695743560791014, 0.017847295761108398, 0.0178155517578125, 0.01758515167236328, 0.017693695068359376, 0.01768448066711426, 0.01758220863342285, 0.017704832077026368, 0.017727487564086913, 0.01787392044067383, 0.017673215866088866, 0.017552383422851564, 0.01780531120300293, 0.017655807495117186, 0.017495168685913085, 0.018366336822509766, 0.017979391098022462, 0.017574911117553712, 0.017830911636352538, 0.01767628860473633, 0.017675264358520508, 0.01805516815185547, 0.034700286865234374, 0.016712703704833985, 0.01663795280456543, 0.01683251190185547, 0.01682329559326172, 0.016916479110717773, 0.01681920051574707, 0.01677004814147949, 0.016755712509155272, 0.01682022476196289, 0.016842752456665038, 0.017167360305786132, 0.01683148765563965, 0.016741439819335936, 0.016780223846435547, 0.01670047950744629, 0.01698092842102051, 0.016892927169799805, 0.016912384033203123, 0.01663283157348633, 0.016662527084350585, 0.016877567291259766, 0.016871423721313478, 0.016919551849365236, 0.016892927169799805, 0.016753664016723634, 0.01683046340942383, 0.016885759353637696, 0.01666662406921387, 0.016698368072509767, 0.016678911209106445, 0.016545791625976563, 0.016846847534179688, 0.01683251190185547, 0.016841728210449217, 0.016908287048339844, 0.016850944519042968, 0.016827392578125, 0.016845823287963867, 0.016782400131225585, 0.01665939140319824, 0.016681087493896483, 0.016987007141113283, 0.016733184814453125, 0.016630783081054687, 0.01661644744873047, 0.016703487396240235, 0.016707584381103514, 0.016721920013427736, 0.016871423721313478, 0.01681817626953125, 0.016833536148071288, 0.01679462432861328, 0.016657407760620118, 0.016876544952392578, 0.016738304138183592, 0.016494623184204103, 0.016753631591796873, 0.016919551849365236, 0.01676697540283203, 0.016699392318725585, 0.016776191711425782, 0.01684480094909668, 0.034543617248535156, 0.01660313606262207, 0.016696319580078126, 0.016720895767211915, 0.016579584121704103, 0.016665599822998048, 0.016752639770507814, 0.016959487915039064, 0.01680281639099121, 0.016735231399536133, 0.01686425590515137, 0.01663692855834961, 0.016639999389648438, 0.01664204788208008, 0.016903167724609376, 0.016899072647094726, 0.016751615524291993, 0.016857088088989256, 0.016857088088989256, 0.016861183166503906, 0.01684480094909668, 0.01680076789855957, 0.016587776184082033, 0.016640031814575195, 0.016519136428833008, 0.016861183166503906, 0.01686835289001465, 0.016912416458129884, 0.016912351608276366, 0.016954368591308593, 0.016764928817749023, 0.016772096633911132, 0.016903167724609376, 0.016870399475097657, 0.01680588722229004, 0.016681983947753908, 0.016601247787475584, 0.016563039779663086, 0.016570367813110352, 0.016782432556152343, 0.01667695999145508, 0.016713632583618163, 0.01665951919555664, 0.016781183242797853, 0.01680892753601074, 0.016586751937866212, 0.016517120361328123, 0.0165928955078125, 0.016719871520996094, 0.016857088088989256, 0.016723968505859374, 0.016727039337158203, 0.016777215957641603, 0.01683251190185547, 0.016833536148071288, 0.01657548713684082, 0.016712703704833985, 0.016751615524291993, 0.016825344085693358, 0.01685196876525879, 0.01679667282104492, 0.01681100845336914, 0.016792575836181642, 0.034274303436279296, 0.01683558464050293, 0.016763904571533202, 0.016906240463256835, 0.016900096893310547, 0.016665599822998048, 0.01680793571472168, 0.016871423721313478, 0.016895999908447267, 0.01683865547180176, 0.01699635124206543, 0.016720895767211915, 0.016875520706176757, 0.016862207412719727, 0.016883712768554687, 0.016664575576782227, 0.016529407501220703, 0.016408575057983397, 0.016458751678466797, 0.016781312942504883, 0.01683148765563965, 0.016755712509155272, 0.01663283157348633, 0.016681983947753908, 0.017364992141723632, 0.017688575744628905, 0.017581056594848633, 0.01743052864074707, 0.01734758377075195, 0.017449983596801756, 0.017523712158203125, 0.01744895935058594, 0.017846271514892577, 0.017512447357177736, 0.0175861759185791, 0.017509376525878906, 0.01776639938354492, 0.017803264617919923, 0.017290239334106446, 0.01745715141296387, 0.01768550491333008, 0.017538047790527343, 0.017522687911987304, 0.017565696716308594, 0.017643680572509767, 0.017544031143188477, 0.01759334373474121, 0.01777459144592285, 0.018421760559082033, 0.017902591705322265, 0.017549312591552735, 0.017760255813598632, 0.017701887130737306, 0.017852447509765626, 0.01769264030456543, 0.017689599990844726, 0.017560575485229494, 0.0176312313079834, 0.017709056854248048, 0.017730560302734375, 0.01779302406311035, 0.01785139274597168, 0.017896448135375977]",tokens/s,57.26091447852295,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-6.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1983.488,5989.9904,0.0,5343.543296,5028.441088,s,10,3.1337609558105464,0.31337609558105467,0.00027686268578395025,0.3133651885986328,0.31370623779296875,0.3137779235839844,0.31383527221679686,"[0.313849609375, 0.3131971130371094, 0.313050048828125, 0.3129657897949219, 0.3134375, 0.3131690673828125, 0.3132928771972656, 0.3134548034667969, 0.3136538391113281, 0.3136903076171875]",tokens/s,816.9097886210202,kWh,3.701830148282979e-06,2.028091685247091e-06,1.8870336276812644e-05,2.4600258110342712e-05,tokens/kWh,10406394.878124049,MB,1983.488,5989.9904,0.0,5343.543296,5239.77216,s,10,173.840755859375,17.384075585937502,0.0013451275670699147,17.3843994140625,17.385715820312498,17.38575537109375,17.38578701171875,"[17.382298828125, 17.382341796875, 17.383392578125, 17.385794921875, 17.38570703125, 17.38494921875, 17.382314453125, 17.385146484375, 17.383849609375, 17.3849609375]",tokens/s,3.6240063320342775,kWh,0.0002051686882082787,0.00011244981813404137,0.0010459510989129874,0.0013635696052553075,tokens/kWh,46202.26188468334,,s,629,176.38418560791018,0.2804200089155965,0.0372555521516828,0.2759075927734375,0.27617626953125,0.2762659851074219,0.5894606005859375,"[0.27620758056640626, 0.27565890502929685, 0.27574066162109373, 0.27581832885742186, 0.2757529602050781, 0.27581134033203125, 0.2757877807617187, 0.2757376098632813, 0.27581439208984376, 0.27559832763671877, 0.27564544677734376, 0.2756812744140625, 0.2757611389160156, 0.2756966247558594, 0.27579290771484377, 0.2757939147949219, 0.27595166015625, 0.2758276672363281, 0.275894287109375, 0.2764021911621094, 0.27620352172851564, 0.2758912048339844, 0.2757949523925781, 0.27583999633789064, 0.2758635559082031, 0.27592398071289065, 0.27586663818359375, 0.2758133850097656, 0.27602023315429686, 0.27596798706054687, 0.2758226013183594, 0.27598037719726565, 0.2760109252929687, 0.2758604736328125, 0.27593215942382815, 0.2759710693359375, 0.2758410339355469, 0.27593829345703125, 0.2758512573242187, 0.2756894836425781, 0.27609088134765625, 0.275820556640625, 0.27575704956054686, 0.27588095092773435, 0.27588711547851563, 0.27587686157226565, 0.27591680908203126, 0.2757427978515625, 0.2760017395019531, 0.27596697998046876, 0.2759280700683594, 0.2759126892089844, 0.27610317993164063, 0.27607244873046877, 0.27608062744140627, 0.2761144409179688, 0.2762260437011719, 0.27591680908203126, 0.2758604736328125, 0.27589529418945313, 0.27602227783203126, 0.27591680908203126, 0.5894880981445313, 0.2758164367675781, 0.27574072265625, 0.2757887268066406, 0.2757550048828125, 0.27588812255859374, 0.27581747436523435, 0.27586968994140626, 0.2757969970703125, 0.2757457885742188, 0.2757058410644531, 0.2757478332519531, 0.2758533020019531, 0.2759290771484375, 0.27576217651367185, 0.2758482360839844, 0.27584304809570315, 0.2757908935546875, 0.2758450927734375, 0.27569357299804687, 0.2757437438964844, 0.2757253112792969, 0.2757058410644531, 0.2757754821777344, 0.2762158203125, 0.27628851318359376, 0.2757662658691406, 0.27578369140625, 0.2758215637207031, 0.27607858276367186, 0.2759485473632812, 0.2758533020019531, 0.2758533020019531, 0.27594033813476565, 0.2760499267578125, 0.2760499267578125, 0.27593011474609375, 0.27593215942382815, 0.27595672607421873, 0.2758092651367188, 0.2756904907226562, 0.2759833679199219, 0.27587686157226565, 0.2761185302734375, 0.2759977111816406, 0.27580108642578127, 0.2761430969238281, 0.2759444580078125, 0.2758430786132812, 0.2761820068359375, 0.2760028076171875, 0.2757887878417969, 0.27588507080078123, 0.2760099792480469, 0.2759075927734375, 0.2759270324707031, 0.2759741516113281, 0.27580517578125, 0.27592498779296876, 0.2758184814453125, 0.2762926025390625, 0.27641445922851565, 0.27615130615234373, 0.5894983520507813, 0.27609600830078124, 0.2757376098632813, 0.2758164367675781, 0.2758512573242187, 0.2758912048339844, 0.27580517578125, 0.27581134033203125, 0.2758553466796875, 0.27580621337890626, 0.27591781616210936, 0.2756812744140625, 0.2757213439941406, 0.275948486328125, 0.2758133239746094, 0.2760325012207031, 0.27610931396484373, 0.27586968994140626, 0.2757376098632813, 0.27578469848632814, 0.27573248291015623, 0.27593829345703125, 0.2760468444824219, 0.2759813537597656, 0.2757641906738281, 0.27599462890625, 0.2759126892089844, 0.275926025390625, 0.27571615600585936, 0.27582763671875, 0.2758359985351562, 0.2757620849609375, 0.2760693664550781, 0.27618917846679686, 0.2759270324707031, 0.275736572265625, 0.2762188720703125, 0.2762076110839844, 0.2761646118164062, 0.2758727722167969, 0.2757396545410156, 0.2762577819824219, 0.2761164855957031, 0.2759045104980469, 0.2758502502441406, 0.2759444580078125, 0.2759137268066406, 0.2758912048339844, 0.2758287353515625, 0.2760447998046875, 0.2758389892578125, 0.27603045654296876, 0.2760561218261719, 0.2759925231933594, 0.27622308349609376, 0.2759412841796875, 0.27583282470703124, 0.27588711547851563, 0.27578164672851563, 0.2758533020019531, 0.27593524169921874, 0.276252685546875, 0.275904541015625, 0.589043701171875, 0.27563827514648437, 0.2755625, 0.27563623046875, 0.2757171325683594, 0.27581747436523435, 0.2759045104980469, 0.2758502502441406, 0.2761154479980469, 0.2760601501464844, 0.2758635559082031, 0.2757611389160156, 0.27609805297851564, 0.2761154479980469, 0.27605093383789064, 0.2759741516113281, 0.27581951904296875, 0.2759577941894531, 0.2758522644042969, 0.27575704956054686, 0.27579290771484377, 0.27595672607421873, 0.275873779296875, 0.27607040405273436, 0.27620248413085935, 0.2759495544433594, 0.2758533020019531, 0.2758236083984375, 0.27593112182617185, 0.2758287353515625, 0.27597210693359375, 0.27595162963867187, 0.2758983764648438, 0.27593011474609375, 0.2758912048339844, 0.2757918701171875, 0.27586251831054687, 0.27610931396484373, 0.2759608459472656, 0.2759813232421875, 0.27586764526367186, 0.2759833679199219, 0.2760919189453125, 0.27588812255859374, 0.27643902587890623, 0.27614822387695315, 0.2762680358886719, 0.276347900390625, 0.27591680908203126, 0.2761134033203125, 0.2760673217773438, 0.27598745727539065, 0.27604583740234373, 0.27612057495117187, 0.2760058898925781, 0.2759280700683594, 0.27597927856445315, 0.27601629638671876, 0.27583575439453123, 0.2760191955566406, 0.27625982666015625, 0.2762239990234375, 0.27597515869140626, 0.5897318115234375, 0.27561370849609373, 0.27581951904296875, 0.275766357421875, 0.2758869934082031, 0.2758778991699219, 0.2757601318359375, 0.27578265380859374, 0.27584716796875, 0.2758042297363281, 0.2758931884765625, 0.27586456298828127, 0.2757571105957031, 0.27601300048828126, 0.27611135864257813, 0.27604788208007813, 0.2758584289550781, 0.27632229614257814, 0.27613388061523436, 0.27607757568359376, 0.2758492126464844, 0.2757734375, 0.27580416870117186, 0.27582769775390625, 0.2757601318359375, 0.27602841186523436, 0.27597006225585935, 0.27583282470703124, 0.2757949523925781, 0.27580722045898437, 0.27597311401367186, 0.2761154479980469, 0.27593011474609375, 0.27602227783203126, 0.27585638427734377, 0.27580020141601563, 0.27591873168945313, 0.275884033203125, 0.2760130615234375, 0.27586968994140626, 0.2759444580078125, 0.27615435791015625, 0.27587890625, 0.27576849365234374, 0.2758582763671875, 0.27598028564453125, 0.27599462890625, 0.2760612487792969, 0.2757805480957031, 0.27640011596679687, 0.27632846069335937, 0.27581951904296875, 0.275924072265625, 0.27632733154296873, 0.2762403869628906, 0.2761011352539062, 0.27605810546875, 0.2767032470703125, 0.27598745727539065, 0.27586151123046876, 0.27600076293945314, 0.2762557373046875, 0.275926025390625, 0.589389892578125, 0.27571295166015625, 0.27556558227539063, 0.2757244567871094, 0.2759483947753906, 0.27599359130859374, 0.2757550659179687, 0.2757950134277344, 0.27580197143554686, 0.27577957153320315, 0.27570791625976565, 0.27570687866210936, 0.27567718505859373, 0.27588711547851563, 0.2757447814941406, 0.27579086303710937, 0.2757283935546875, 0.27566387939453124, 0.27588198852539064, 0.27588507080078123, 0.2758993835449219, 0.2761841735839844, 0.2760744018554688, 0.2758851623535156, 0.2758378601074219, 0.27610418701171874, 0.27607763671875, 0.27606112670898436, 0.27606439208984374, 0.2759279479980469, 0.2759290771484375, 0.27578469848632814, 0.2759977111816406, 0.2759977111816406, 0.27600076293945314, 0.2758512573242187, 0.27591781616210936, 0.27596493530273436, 0.2764861450195312, 0.27593215942382815, 0.27619635009765625, 0.27639193725585937, 0.27593215942382815, 0.27573452758789063, 0.27578469848632814, 0.2759638977050781, 0.275947509765625, 0.2759741516113281, 0.2757969970703125, 0.27604071044921874, 0.27595672607421873, 0.2758133850097656, 0.2759813232421875, 0.27590963745117186, 0.27603662109375, 0.2761707458496094, 0.27597515869140626, 0.27635302734375, 0.2761717834472656, 0.2761226196289063, 0.2761871337890625, 0.2763735046386719, 0.2762178649902344, 0.5899192504882812, 0.27583486938476565, 0.2756280212402344, 0.2756782531738281, 0.27569354248046873, 0.27574887084960936, 0.2757326354980469, 0.27568521118164063, 0.27571505737304686, 0.2757939147949219, 0.2757519226074219, 0.27565057373046875, 0.2759813232421875, 0.2763233337402344, 0.27594033813476565, 0.27570892333984376, 0.27588095092773435, 0.27579913330078126, 0.27584194946289065, 0.2757959594726562, 0.2757601318359375, 0.275915771484375, 0.2758717346191406, 0.2766981201171875, 0.27584820556640627, 0.27586663818359375, 0.2758164367675781, 0.2758860778808594, 0.27581951904296875, 0.2759198913574219, 0.2758471374511719, 0.27602227783203126, 0.2758389892578125, 0.27607757568359376, 0.27607858276367186, 0.2759741516113281, 0.27615130615234373, 0.2758215637207031, 0.2759270324707031, 0.2756812744140625, 0.2758584289550781, 0.2761246643066406, 0.2758021240234375, 0.2757969970703125, 0.27563006591796874, 0.27589016723632814, 0.275768310546875, 0.27595980834960937, 0.27612570190429686, 0.2761656188964844, 0.2760376281738281, 0.2757305297851563, 0.2759229125976562, 0.27594232177734374, 0.27598641967773435, 0.2760079345703125, 0.2759444580078125, 0.27622503662109377, 0.2760816650390625, 0.2758338623046875, 0.27582977294921873, 0.2762280883789062, 0.27591476440429685, 0.5897728271484375, 0.27567822265625, 0.27565875244140625, 0.27598745727539065, 0.2760601501464844, 0.2760601501464844, 0.2759466552734375, 0.27583779907226563, 0.27587890625, 0.2757652893066406, 0.2757242431640625, 0.2757949523925781, 0.2759208984375, 0.27594546508789064, 0.275768310546875, 0.2758553466796875, 0.27644723510742186, 0.2758533020019531, 0.27591064453125, 0.2758492431640625, 0.2760283813476562, 0.2760479431152344, 0.27597714233398435, 0.2759331970214844, 0.27583999633789064, 0.2758778991699219, 0.27581134033203125, 0.27582769775390625, 0.27572634887695313, 0.27586251831054687, 0.2757887878417969, 0.2759343566894531, 0.275971923828125, 0.27577752685546875, 0.2759813232421875, 0.2760325012207031, 0.2758430786132812, 0.27591476440429685, 0.2760652770996094, 0.2760570983886719, 0.2758092651367188, 0.2759495544433594, 0.27585946655273436, 0.27593112182617185, 0.27596697998046876, 0.2762127380371094, 0.27619430541992185, 0.27613287353515625, 0.2758840637207031, 0.27600994873046875, 0.27602328491210937, 0.2760018310546875, 0.27603350830078127, 0.2758922119140625, 0.2761584777832031, 0.27600076293945314, 0.2760468444824219, 0.27607553100585935, 0.276173828125, 0.27598541259765624, 0.2760816650390625, 0.2761902160644531, 0.27597927856445315, 0.5897615356445313, 0.27575604248046875, 0.27561575317382814, 0.27574887084960936, 0.27571505737304686, 0.2759024658203125, 0.275662841796875, 0.27566796875, 0.275810302734375, 0.2758042907714844, 0.27597607421875, 0.27585638427734377, 0.27588507080078123, 0.2757857360839844, 0.2758389892578125, 0.27602841186523436, 0.2758359069824219, 0.27657421875, 0.2758512573242187, 0.2756966247558594, 0.2758164367675781, 0.2758133850097656, 0.2758604736328125, 0.27580416870117186, 0.27576321411132815, 0.2758656005859375, 0.27587890625, 0.27585638427734377, 0.2758307800292969, 0.2758800048828125, 0.2761092529296875, 0.27588507080078123, 0.2758287353515625, 0.2758860778808594, 0.27581439208984376, 0.27581134033203125, 0.2760130615234375, 0.27615640258789065, 0.27614718627929685, 0.27591781616210936, 0.2758912048339844, 0.27607040405273436, 0.2759321899414062, 0.2759085693359375, 0.2759393310546875, 0.2760263671875, 0.27615545654296875, 0.2762147216796875, 0.27608062744140627, 0.2761134033203125, 0.2759915466308594, 0.2759741516113281, 0.27621478271484373, 0.27639398193359377, 0.2759977111816406, 0.27599359130859374, 0.2760386962890625, 0.27610015869140625, 0.27581329345703126, 0.2759362487792969, 0.2759834289550781, 0.27614407348632813, 0.27588198852539064, 0.5901117553710937, 0.2758656005859375, 0.27585638427734377, 0.2758584289550781, 0.2758635559082031, 0.2759761962890625, 0.2757877807617187, 0.2757386169433594, 0.27582464599609374, 0.27579904174804687, 0.27584613037109373, 0.2758553466796875, 0.2758135070800781, 0.2758398742675781, 0.2757652587890625, 0.27591064453125, 0.27581951904296875, 0.2758533020019531, 0.2759761962890625, 0.27597006225585935, 0.275915771484375, 0.27576422119140626, 0.27607244873046877, 0.2762127380371094, 0.27575091552734377, 0.27577752685546875, 0.27675442504882813, 0.27577957153320315, 0.2757877807617187, 0.2758184814453125, 0.2759004211425781, 0.27587994384765624, 0.2758584289550781, 0.2757611389160156, 0.2758389892578125, 0.27578369140625, 0.2759444580078125, 0.2761922607421875, 0.27635617065429685, 0.2758768005371094, 0.27578369140625, 0.27603353881835935, 0.2757949523925781, 0.27571609497070315, 0.27609906005859375, 0.2762629089355469, 0.276031494140625, 0.2760970153808594, 0.275957763671875, 0.2759761962890625, 0.2758922424316406, 0.2758799133300781, 0.276068359375, 0.27603155517578126, 0.27607647705078125, 0.2759610290527344, 0.2761746520996094, 0.27612570190429686, 0.27617483520507813, 0.2762178649902344, 0.2758922424316406, 0.27611236572265624, 0.27603558349609375]",tokens/s,3.5660793388712486,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-13b,facebook/opt-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3067.990016,9083.2896,0.0,8436.842496,7851.977216,s,10,5.895800659179688,0.5895800659179689,0.0012053061004723082,0.5892234497070312,0.5909993347167969,0.5913273040771484,0.5915896795654297,"[0.5884519653320313, 0.5916552734375, 0.5888192749023438, 0.5879830322265625, 0.5890496215820312, 0.5883532104492187, 0.5893972778320312, 0.5902842407226563, 0.5909264526367187, 0.5908803100585938]",tokens/s,434.20735333276775,kWh,6.947319044007196e-06,3.8067825596847208e-06,3.329099068505968e-05,4.4045092288751595e-05,tokens/kWh,5812225.305868601,MB,3068.284928,9083.2896,0.0,8436.842496,8144.421376,s,10,333.41316015625006,33.341316015625,0.0014613995446661554,33.3415703125,33.342741015625,33.3431751953125,33.3435225390625,"[33.33876953125, 33.343609375, 33.34003125, 33.341546875, 33.34059375, 33.34260546875, 33.33955859375, 33.34264453125, 33.34220703125, 33.34159375]",tokens/s,1.8895474902813023,kWh,0.00039365536444716984,0.00021575732497906914,0.0019070413949129495,0.0025164540843391884,tokens/kWh,25035.227303399643,,s,629,338.1911436157227,0.5376647752237242,0.07007489757738347,0.529217529296875,0.5294594238281249,0.5295710083007812,1.1183464404296874,"[0.5291151123046876, 0.5291427612304688, 0.529217529296875, 0.5291407470703124, 0.5289943237304687, 0.5291376342773437, 0.5290311889648438, 0.52887451171875, 0.5291110229492187, 0.5294817504882813, 0.5290045166015624, 0.5292717895507812, 0.529138671875, 0.5288642578125, 0.529095703125, 0.5290352783203125, 0.5290424194335938, 0.52942333984375, 0.5291510009765625, 0.5288980712890625, 0.52925439453125, 0.529095703125, 0.5289891967773438, 0.529070068359375, 0.5293086547851562, 0.5289420776367187, 0.5291847534179688, 0.5291611938476563, 0.5293076782226562, 0.5291980590820312, 0.529154052734375, 0.5291673583984375, 0.5291376342773437, 0.52904345703125, 0.5289666748046875, 0.5291970825195312, 0.529244140625, 0.529059814453125, 0.529291259765625, 0.5292359619140625, 0.5292205810546875, 0.5293107299804688, 0.5290874633789062, 0.5291847534179688, 0.5293936767578125, 0.5292134399414062, 0.5292625732421875, 0.5292318725585937, 0.5291171875, 0.5291049194335937, 0.5293557739257813, 0.5292359619140625, 0.5291478881835937, 0.52952783203125, 0.5295718383789062, 0.5292400512695312, 0.5294428100585937, 0.5291796264648437, 0.5292871704101563, 0.529259521484375, 0.5291663208007813, 0.5293742065429687, 1.12100244140625, 0.529311767578125, 0.5291294555664062, 0.5291837158203125, 0.5292359619140625, 0.5288294677734375, 0.5290885009765625, 0.52887451171875, 0.5289441528320312, 0.5292052612304687, 0.5291510009765625, 0.5293414306640625, 0.5292339477539062, 0.5291090087890625, 0.5290864868164062, 0.5292625732421875, 0.5291427612304688, 0.5290741577148438, 0.5289779052734375, 0.5291407470703124, 0.5289994506835938, 0.5292523803710938, 0.529206298828125, 0.5294848022460937, 0.5291171875, 0.52912744140625, 0.5291611938476563, 0.52923291015625, 0.5290260620117188, 0.52919091796875, 0.5294663696289063, 0.5291264038085938, 0.52935986328125, 0.5293875122070313, 0.5292134399414062, 0.5291530151367188, 0.529301513671875, 0.5292031860351563, 0.5290680541992188, 0.5296005249023438, 0.5292196044921875, 0.5296588745117188, 0.5297223510742187, 0.5291602172851563, 0.529460205078125, 0.5295083618164063, 0.5293056030273438, 0.52921240234375, 0.5292236938476562, 0.5293035278320313, 0.5292134399414062, 0.5295042724609375, 0.5292850952148438, 0.5294376831054688, 0.5292503051757812, 0.5295401000976563, 0.5293250732421875, 0.5294745483398438, 0.5294530639648437, 0.529328125, 0.5297244262695312, 0.5295411376953125, 0.5294714965820313, 1.1182469482421875, 0.5290404052734375, 0.528974853515625, 0.5292769165039063, 0.5289359130859375, 0.5290772705078125, 0.5293475952148438, 0.5289144287109375, 0.5288458251953125, 0.529201171875, 0.5289727783203125, 0.5289574584960938, 0.5291049194335937, 0.5289984130859375, 0.5292308349609375, 0.5293148193359375, 0.5290772705078125, 0.5290250244140625, 0.5290782470703125, 0.5291837158203125, 0.5289830322265625, 0.5293762817382812, 0.5290578002929688, 0.5290311889648438, 0.5291939697265625, 0.5291192016601562, 0.5290404052734375, 0.5293455200195313, 0.5293096923828124, 0.5292625732421875, 0.5290966796875, 0.52916943359375, 0.5289953002929687, 0.5297172241210938, 0.5291806640625, 0.5292339477539062, 0.5292482299804687, 0.529058837890625, 0.5290608520507812, 0.5292236938476562, 0.5291990966796875, 0.5290711059570312, 0.5295155029296875, 0.529207275390625, 0.5292257080078125, 0.5295011596679687, 0.5291744995117188, 0.52927587890625, 0.5293639526367188, 0.52929638671875, 0.5292297973632812, 0.5293701171875, 0.5291417846679688, 0.5292052612304687, 0.5293977661132813, 0.5292841186523437, 0.5291817016601562, 0.5294366455078126, 0.5291786499023438, 0.529217529296875, 0.5293322143554687, 0.52929638671875, 0.529239013671875, 1.1183851318359375, 0.5290321655273438, 0.52895947265625, 0.5292155151367187, 0.5289584350585937, 0.5290455322265625, 0.5294161987304687, 0.5291100463867188, 0.5291192016601562, 0.52929638671875, 0.5292369995117188, 0.5290782470703125, 0.5292267456054688, 0.52900146484375, 0.5288550415039063, 0.5293352661132813, 0.5291837158203125, 0.5289656372070313, 0.5291611938476563, 0.5292349243164063, 0.5290444946289062, 0.5293322143554687, 0.5292830810546875, 0.5291038818359375, 0.52923291015625, 0.5291294555664062, 0.52890625, 0.5292318725585937, 0.5292472534179687, 0.5292584838867187, 0.5291980590820312, 0.5290455322265625, 0.5291110229492187, 0.5293004760742187, 0.5295349731445312, 0.529165283203125, 0.52923291015625, 0.5291898803710937, 0.5291212768554687, 0.5293199462890625, 0.5293823852539062, 0.5292820434570312, 0.5293475952148438, 0.5293414306640625, 0.5291847534179688, 0.5297643432617187, 0.5290966796875, 0.5292779541015625, 0.5294407958984375, 0.52922265625, 0.529311767578125, 0.5292625732421875, 0.529269775390625, 0.52965478515625, 0.5293895874023438, 0.5292083129882813, 0.52919091796875, 0.5293609008789063, 0.5291663208007813, 0.5294755859375, 0.5294448852539062, 0.5293527221679688, 0.5293086547851562, 1.1188746337890625, 0.52906494140625, 0.5290874633789062, 0.5291878662109375, 0.5290127563476562, 0.5291417846679688, 0.5291929321289063, 0.5289512939453125, 0.5289584350585937, 0.5291478881835937, 0.5290465087890625, 0.529112060546875, 0.5292789916992188, 0.5290567626953125, 0.52901171875, 0.52927490234375, 0.5291478881835937, 0.529090576171875, 0.5297100830078125, 0.5291468505859375, 0.5287659301757812, 0.5292021484375, 0.5289707641601562, 0.5292584838867187, 0.5291581420898438, 0.5291049194335937, 0.5290547485351562, 0.5293086547851562, 0.5291049194335937, 0.529343505859375, 0.5292902221679687, 0.528953369140625, 0.5289564208984375, 0.5290372924804687, 0.5291735229492187, 0.5291683959960938, 0.5292369995117188, 0.5296455688476562, 0.5290833740234375, 0.52933837890625, 0.5291550903320312, 0.5292554321289062, 0.5292984619140625, 0.5294295043945313, 0.5290670166015625, 0.5292155151367187, 0.5292083129882813, 0.5293834228515625, 0.5292769165039063, 0.529217529296875, 0.5291878662109375, 0.5293834228515625, 0.5290393676757813, 0.5292646484375, 0.529438720703125, 0.5293352661132813, 0.5295390625, 0.5296978149414062, 0.529533935546875, 0.529269775390625, 0.529470458984375, 0.529185791015625, 0.5292369995117188, 1.1177882080078125, 0.529058837890625, 0.529138671875, 0.529090576171875, 0.5290475463867188, 0.5292574462890625, 0.5291765747070313, 0.5290127563476562, 0.5290188598632812, 0.5292155151367187, 0.5292369995117188, 0.5291663208007813, 0.5292523803710938, 0.5292625732421875, 0.5287260131835938, 0.5292339477539062, 0.5290833740234375, 0.5290772705078125, 0.5291817016601562, 0.529412109375, 0.5289871215820312, 0.5292052612304687, 0.5291151123046876, 0.5290505981445313, 0.5292462158203125, 0.52912841796875, 0.5289523315429687, 0.5290608520507812, 0.5292431640625, 0.5291427612304688, 0.529249267578125, 0.5292482299804687, 0.529459228515625, 0.5292093505859375, 0.5294407958984375, 0.5290833740234375, 0.5293035278320313, 0.5292431640625, 0.5293639526367188, 0.529312744140625, 0.5291868286132813, 0.529259521484375, 0.529328125, 0.5292636108398437, 0.5292943115234375, 0.5294786376953124, 0.5291868286132813, 0.5294417724609375, 0.5294520263671875, 0.5293885498046875, 0.5292974243164063, 0.5296640014648437, 0.5293240356445312, 0.529281005859375, 0.5294213256835938, 0.5291837158203125, 0.5292994384765625, 0.5298196411132813, 0.5294448852539062, 0.5291591796875, 0.5294940185546875, 0.529154052734375, 0.5296640014648437, 1.118815185546875, 0.5289349365234375, 0.5291571044921874, 0.5291898803710937, 0.5291448364257813, 0.5288755493164062, 0.5292349243164063, 0.5290516357421875, 0.5288447875976563, 0.52916943359375, 0.529070068359375, 0.529281005859375, 0.5292410888671875, 0.529090576171875, 0.5289318237304688, 0.5292205810546875, 0.5290505981445313, 0.5291519775390625, 0.5294213256835938, 0.5291058959960937, 0.528964599609375, 0.5292451782226563, 0.5292882080078125, 0.529311767578125, 0.5291171875, 0.5292871704101563, 0.5290158081054688, 0.529164306640625, 0.5291519775390625, 0.5289666748046875, 0.5293291625976563, 0.5290690307617187, 0.5290076293945313, 0.5291898803710937, 0.5291356201171875, 0.5291243286132813, 0.529306640625, 0.5292288208007813, 0.5289932861328125, 0.5291243286132813, 0.5291611938476563, 0.5295984497070313, 0.5295994873046875, 0.529201171875, 0.52910693359375, 0.5293619384765625, 0.528996337890625, 0.5293302001953125, 0.5292728271484375, 0.529301513671875, 0.5291581420898438, 0.5293701171875, 0.5290567626953125, 0.5293394165039063, 0.5293988037109375, 0.5292656860351562, 0.5291304931640625, 0.5292574462890625, 0.529281005859375, 0.52929638671875, 0.52976025390625, 0.5292421264648437, 0.5294786376953124, 1.1197470703125, 0.5292001342773438, 0.5291315307617187, 0.5290813598632812, 0.52884375, 0.5290659790039063, 0.5292892456054688, 0.5290352783203125, 0.52890625, 0.5291817016601562, 0.5290936279296875, 0.5290731811523437, 0.5292185668945313, 0.529269775390625, 0.5288980712890625, 0.5292841186523437, 0.5291458740234375, 0.5292605590820313, 0.529206298828125, 0.529143798828125, 0.5290690307617187, 0.5292288208007813, 0.5294786376953124, 0.5294346313476562, 0.5292205810546875, 0.5293096923828124, 0.529070068359375, 0.5294397583007813, 0.5290393676757813, 0.52908544921875, 0.5291151123046876, 0.5291151123046876, 0.5291673583984375, 0.5293035278320313, 0.5293056030273438, 0.5292134399414062, 0.5292974243164063, 0.529165283203125, 0.5291581420898438, 0.5293302001953125, 0.5293568115234375, 0.52931787109375, 0.5296926879882813, 0.5291632690429687, 0.529364990234375, 0.5294213256835938, 0.5292400512695312, 0.5292451782226563, 0.5293926391601562, 0.5292666625976562, 0.5291632690429687, 0.5295267944335937, 0.529311767578125, 0.529375244140625, 0.529533935546875, 0.5293424682617187, 0.529301513671875, 0.5293731689453125, 0.5291560668945312, 0.5292841186523437, 0.5296097412109375, 0.5295872192382812, 0.5293486328125, 1.120311279296875, 0.5288816528320313, 0.5292093505859375, 0.529185791015625, 0.5293578491210937, 0.528943115234375, 0.5291796264648437, 0.5291417846679688, 0.529312744140625, 0.5292472534179687, 0.5292687377929688, 0.5290557250976563, 0.5293311767578125, 0.5290977172851562, 0.529033203125, 0.5293096923828124, 0.529138671875, 0.52902197265625, 0.5293516845703125, 0.52912744140625, 0.5289093017578125, 0.5292503051757812, 0.5291919555664063, 0.5291171875, 0.5292574462890625, 0.529386474609375, 0.5291304931640625, 0.5295697631835937, 0.5291458740234375, 0.5293629150390625, 0.5292472534179687, 0.5288980712890625, 0.529033203125, 0.5291683959960938, 0.529238037109375, 0.5291950073242188, 0.529322998046875, 0.5291827392578125, 0.5292205810546875, 0.5292134399414062, 0.5291714477539062, 0.5293834228515625, 0.529396728515625, 0.529122314453125, 0.5292953491210938, 0.529701904296875, 0.529244140625, 0.5292789916992188, 0.5295523681640625, 0.5292410888671875, 0.5291714477539062, 0.529322998046875, 0.5294295043945313, 0.5292288208007813, 0.5295062866210938, 0.5293424682617187, 0.5293414306640625, 0.5294878540039063, 0.529333251953125, 0.5292144775390625, 0.52935986328125, 0.5292533569335938, 0.5292093505859375, 1.1203409423828126, 0.5290444946289062, 0.528996337890625, 0.5294827270507813, 0.529122314453125, 0.5289246826171875, 0.5291058959960937, 0.5290250244140625, 0.5290444946289062, 0.5292155151367187, 0.5290260620117188, 0.5290475463867188, 0.5292513427734375, 0.5291868286132813, 0.5288786010742188, 0.5291519775390625, 0.5290936279296875, 0.5290874633789062, 0.5291458740234375, 0.529101806640625, 0.5289871215820312, 0.5292267456054688, 0.5290813598632812, 0.5292769165039063, 0.5290608520507812, 0.5291478881835937, 0.529132568359375, 0.52942333984375, 0.5291530151367188, 0.5289574584960938, 0.5291622314453125, 0.5290444946289062, 0.5291837158203125, 0.5291868286132813, 0.5292717895507812, 0.5292646484375, 0.5293486328125, 0.5292574462890625, 0.5290916137695313, 0.5293311767578125, 0.5292728271484375, 0.5293916015625, 0.5293270874023438, 0.5293875122070313, 0.5294028930664062, 0.5293455200195313, 0.5295881958007812, 0.529280029296875, 0.5293639526367188, 0.5293793334960938, 0.5294049072265625, 0.5294663696289063, 0.5293045654296875, 0.529201171875, 0.5295257568359375, 0.5293209838867188, 0.5293578491210937, 0.529455078125, 0.5292677001953126, 0.5292769165039063, 0.5295902709960938, 0.5293557739257813, 0.5293762817382812]",tokens/s,1.8598949495694532,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-6.7b,facebook/opt-6.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2012.44672,5274.861568,0.0,4628.414464,4279.515648,s,10,3.0981137390136726,0.3098113739013672,0.0009457574536517518,0.3095596923828125,0.31112299194335935,0.3115160552978516,0.31183050598144535,"[0.3090160217285156, 0.3099482421875, 0.3095133972167969, 0.3094310302734375, 0.3096059875488281, 0.30901934814453125, 0.31002566528320313, 0.3086092834472656, 0.3119091186523438, 0.31103564453125]",tokens/s,826.3092370569365,kWh,3.6482026631181896e-06,1.9990483218862206e-06,1.7856563106788066e-05,2.3503814091792478e-05,tokens/kWh,10891849.254772445,MB,2012.44672,5274.861568,0.0,4628.414464,4463.184384,s,10,173.15158984375,17.315158984375003,0.0008435493287116899,17.3153154296875,17.316042382812498,17.31623310546875,17.31638568359375,"[17.31562890625, 17.316, 17.314966796875, 17.31573828125, 17.3152734375, 17.314123046875, 17.314578125, 17.315357421875, 17.316423828125, 17.3135]",tokens/s,3.638430352089199,kWh,0.0002044354933214308,0.00011204598750467993,0.0009878629636904115,0.0013043444445165224,tokens/kWh,48300.12521987782,,s,629,175.66576879882834,0.2792778518264358,0.036821094771226096,0.274830322265625,0.27505172119140625,0.27513446044921874,0.5842676342773437,"[0.2750351257324219, 0.27489178466796876, 0.274735107421875, 0.274735107421875, 0.2746921081542969, 0.27469003295898436, 0.2748016662597656, 0.2746644592285156, 0.2747750549316406, 0.274651123046875, 0.2747361145019531, 0.2748713073730469, 0.2746357727050781, 0.27475662231445314, 0.2746726379394531, 0.274840576171875, 0.27462655639648437, 0.27478732299804687, 0.27498086547851563, 0.27470437622070315, 0.2747474060058594, 0.2747381896972656, 0.27487026977539064, 0.27473919677734376, 0.27474533081054686, 0.27481497192382814, 0.27486822509765624, 0.27485592651367186, 0.27480474853515624, 0.27489178466796876, 0.2747463684082031, 0.27480062866210936, 0.2747781066894531, 0.2749091796875, 0.27479757690429685, 0.274808837890625, 0.2748692626953125, 0.27493991088867187, 0.27494195556640627, 0.27483444213867186, 0.275083251953125, 0.2749153137207031, 0.2749696044921875, 0.27500238037109376, 0.27485491943359375, 0.274951171875, 0.27491738891601564, 0.2748160095214844, 0.2748252258300781, 0.27477914428710937, 0.27466546630859373, 0.27490304565429685, 0.27493991088867187, 0.2749286499023437, 0.2748641357421875, 0.27500338745117187, 0.274850830078125, 0.2748538818359375, 0.2749900817871094, 0.27501055908203126, 0.2749440002441406, 0.27534439086914064, 0.5850224609375, 0.27484774780273435, 0.2746152954101562, 0.27474533081054686, 0.2746490783691406, 0.27462554931640626, 0.2749921264648437, 0.27478118896484377, 0.27476480102539064, 0.2747699279785156, 0.2747268981933594, 0.2748231811523438, 0.27470437622070315, 0.27464602661132814, 0.27498904418945314, 0.2747268981933594, 0.27469720458984376, 0.27473919677734376, 0.2747781066894531, 0.2746091613769531, 0.27474227905273435, 0.2748487548828125, 0.27456307983398437, 0.2747607116699219, 0.2747002868652344, 0.2747279357910156, 0.2747740173339844, 0.274798583984375, 0.27483444213867186, 0.27479962158203125, 0.27488357543945313, 0.2746152954101562, 0.2749706115722656, 0.275030029296875, 0.275135498046875, 0.27472897338867186, 0.27489279174804687, 0.2747115478515625, 0.2752081909179688, 0.2749573059082031, 0.2748231811523438, 0.2751098937988281, 0.274830322265625, 0.27489178466796876, 0.27508633422851564, 0.2750218200683594, 0.27489178466796876, 0.27495526123046876, 0.2749982604980469, 0.274872314453125, 0.2750330810546875, 0.2748805236816406, 0.27481805419921873, 0.27501568603515625, 0.27499725341796877, 0.27485696411132815, 0.27509146118164063, 0.2748487548828125, 0.27496652221679685, 0.2749593505859375, 0.27505868530273436, 0.27497369384765624, 0.2752174072265625, 0.5844049682617187, 0.2746695556640625, 0.274724853515625, 0.27476171875, 0.2747268981933594, 0.27471768188476564, 0.2747432861328125, 0.27462655639648437, 0.27470233154296875, 0.2746142578125, 0.27483444213867186, 0.27469619750976565, 0.274808837890625, 0.274740234375, 0.2747002868652344, 0.27517645263671875, 0.2746726379394531, 0.27463885498046875, 0.2747054138183594, 0.27489178466796876, 0.2747258911132813, 0.27476480102539064, 0.2746378173828125, 0.27478118896484377, 0.27469003295898436, 0.2747064208984375, 0.2747555847167969, 0.27474432373046875, 0.27460198974609373, 0.27469003295898436, 0.2750320739746094, 0.2746746826171875, 0.27475149536132815, 0.27477093505859373, 0.274798583984375, 0.27475762939453124, 0.27493374633789064, 0.27482623291015623, 0.27482623291015623, 0.27523379516601565, 0.2749716491699219, 0.27489178466796876, 0.27494708251953126, 0.27481805419921873, 0.2751744079589844, 0.275030029296875, 0.2748907470703125, 0.27488357543945313, 0.2750771179199219, 0.27486004638671874, 0.27486514282226565, 0.27501873779296876, 0.27495834350585935, 0.2748692626953125, 0.27510885620117187, 0.27491021728515624, 0.2748241882324219, 0.27502590942382815, 0.27491943359375, 0.2753228759765625, 0.27508428955078124, 0.27493887329101563, 0.27487026977539064, 0.5844735717773437, 0.2747054138183594, 0.2746378173828125, 0.274555908203125, 0.2748323974609375, 0.2746695556640625, 0.274724853515625, 0.27464190673828126, 0.2747678833007812, 0.2747187194824219, 0.2747412414550781, 0.274830322265625, 0.2746726379394531, 0.27480780029296875, 0.2746644592285156, 0.2751068115234375, 0.2747135925292969, 0.2747135925292969, 0.27464498901367185, 0.2746429443359375, 0.2747914123535156, 0.27477914428710937, 0.27488357543945313, 0.2748436584472656, 0.27502590942382815, 0.2748436584472656, 0.2747268981933594, 0.2746992492675781, 0.27483444213867186, 0.274693115234375, 0.2747832336425781, 0.27517236328125, 0.27475662231445314, 0.2747555847167969, 0.27486822509765624, 0.27485491943359375, 0.274951171875, 0.274946044921875, 0.2747904052734375, 0.274951171875, 0.27484161376953126, 0.27482623291015623, 0.27490509033203125, 0.27496755981445314, 0.27509963989257813, 0.2749859924316406, 0.2749716491699219, 0.274808837890625, 0.27492352294921873, 0.27492044067382815, 0.2748436584472656, 0.2750330810546875, 0.27496551513671874, 0.27488973999023436, 0.2748108825683594, 0.2751109008789063, 0.2750556030273438, 0.27504229736328123, 0.2751866760253906, 0.27491226196289065, 0.2749624328613281, 0.27511398315429686, 0.27482623291015623, 0.5845493774414062, 0.27454156494140625, 0.27462451171875, 0.2746767272949219, 0.27461221313476564, 0.274740234375, 0.2747412414550781, 0.27475762939453124, 0.2746275939941406, 0.2747412414550781, 0.27471563720703124, 0.274661376953125, 0.2746071166992187, 0.2746777648925781, 0.27463168334960936, 0.2747688903808594, 0.274735107421875, 0.27458251953125, 0.27470745849609374, 0.2746746826171875, 0.27465625, 0.2746163330078125, 0.2748231811523438, 0.2747340698242188, 0.27481396484375, 0.27505767822265625, 0.274723876953125, 0.27478421020507815, 0.2748016662597656, 0.27497882080078123, 0.2749859924316406, 0.2747699279785156, 0.2748671875, 0.2748887023925781, 0.2750474243164063, 0.27465728759765623, 0.2749900817871094, 0.27487335205078123, 0.27479962158203125, 0.2749266052246094, 0.2752122802734375, 0.274798583984375, 0.27484161376953126, 0.2749644775390625, 0.2748784790039063, 0.2749716491699219, 0.2749306945800781, 0.27479757690429685, 0.275051513671875, 0.275019775390625, 0.2748436584472656, 0.2749941711425781, 0.27496551513671874, 0.2748098449707031, 0.2751098937988281, 0.2750474243164063, 0.27502590942382815, 0.27502285766601564, 0.27510580444335936, 0.2749747314453125, 0.2753966064453125, 0.27505255126953126, 0.27491839599609375, 0.5839144897460937, 0.27459890747070315, 0.27473101806640626, 0.274634765625, 0.2746849365234375, 0.27491943359375, 0.2749634704589844, 0.27464398193359374, 0.27470950317382814, 0.274671630859375, 0.2746480712890625, 0.27475250244140625, 0.2749429626464844, 0.2747258911132813, 0.2747258911132813, 0.27462451171875, 0.27475045776367185, 0.27468084716796876, 0.2746275939941406, 0.27471563720703124, 0.27465933227539063, 0.27472384643554687, 0.27456103515625, 0.2747381896972656, 0.27501773071289065, 0.27480062866210936, 0.27477093505859373, 0.2747555847167969, 0.27470950317382814, 0.27481396484375, 0.2747105407714844, 0.27481497192382814, 0.27507302856445315, 0.27469720458984376, 0.27496652221679685, 0.274840576171875, 0.27497369384765624, 0.2749081726074219, 0.27491326904296876, 0.2748784790039063, 0.27476275634765623, 0.2748641357421875, 0.2749542541503906, 0.2748293151855469, 0.27482009887695313, 0.2748272705078125, 0.2749962158203125, 0.27489178466796876, 0.27492352294921873, 0.27513446044921874, 0.2748805236816406, 0.27491326904296876, 0.2747801513671875, 0.27504434204101563, 0.27497369384765624, 0.2749910888671875, 0.2750679016113281, 0.27495526123046876, 0.27496551513671874, 0.2748948364257813, 0.27491326904296876, 0.27494503784179686, 0.27482827758789063, 0.5851586303710937, 0.27469720458984376, 0.2747381896972656, 0.2747084655761719, 0.274798583984375, 0.27487335205078123, 0.274951171875, 0.2746634216308594, 0.2746368103027344, 0.2747054138183594, 0.274619384765625, 0.2746009521484375, 0.27468389892578127, 0.2746132507324219, 0.27507098388671875, 0.27484161376953126, 0.2746378173828125, 0.2746726379394531, 0.27468698120117185, 0.2747781066894531, 0.27464703369140625, 0.27478427124023436, 0.2746921081542969, 0.2746777648925781, 0.2748323974609375, 0.27475149536132815, 0.2747678833007812, 0.27469415283203125, 0.27480575561523435, 0.2747852783203125, 0.2747883605957031, 0.27465420532226564, 0.2747821960449219, 0.2746368103027344, 0.27494195556640627, 0.274830322265625, 0.27488153076171873, 0.27490509033203125, 0.274777099609375, 0.27503103637695314, 0.27477297973632814, 0.27513446044921874, 0.2748323974609375, 0.2748661804199219, 0.2748856201171875, 0.27483648681640627, 0.27477914428710937, 0.27497882080078123, 0.27492556762695314, 0.2749020080566406, 0.2750597229003906, 0.27492352294921873, 0.274882568359375, 0.274956298828125, 0.2749982604980469, 0.2749716491699219, 0.2750351257324219, 0.2753280029296875, 0.2750433349609375, 0.27495321655273436, 0.27487744140625, 0.2749931640625, 0.2749010009765625, 0.583531494140625, 0.2746480712890625, 0.27469003295898436, 0.27469619750976565, 0.2748661804199219, 0.27466650390625, 0.27472076416015623, 0.27455487060546874, 0.2746767272949219, 0.27469619750976565, 0.2746142578125, 0.2748641357421875, 0.2747432861328125, 0.27524609375, 0.2746132507324219, 0.27479449462890626, 0.274740234375, 0.2750003051757812, 0.27491839599609375, 0.2748252258300781, 0.27477197265625, 0.27485592651367186, 0.274724853515625, 0.27488357543945313, 0.2749091796875, 0.27475762939453124, 0.27470745849609374, 0.27477093505859373, 0.27474227905273435, 0.2748016662597656, 0.2748610534667969, 0.27486309814453125, 0.2747187194824219, 0.2747607116699219, 0.2748374938964844, 0.27483544921875, 0.27485696411132815, 0.2749071350097656, 0.27478732299804687, 0.275030029296875, 0.2747340698242188, 0.2749521789550781, 0.2749276123046875, 0.27486004638671874, 0.2748692626953125, 0.2750320739746094, 0.2748671875, 0.27484979248046876, 0.274956298828125, 0.27482623291015623, 0.27489279174804687, 0.2752983093261719, 0.27487640380859374, 0.2749521789550781, 0.2748948364257813, 0.2748518371582031, 0.2748876647949219, 0.2750433349609375, 0.2751068115234375, 0.27513446044921874, 0.27488153076171873, 0.27497268676757813, 0.27485592651367186, 0.5868973999023438, 0.2745733032226563, 0.2749358215332031, 0.2747268981933594, 0.2746163330078125, 0.2747258911132813, 0.2748098449707031, 0.2746552429199219, 0.2747821960449219, 0.2746501159667969, 0.2746081237792969, 0.2747218017578125, 0.2747586669921875, 0.2747258911132813, 0.2748395385742187, 0.27473202514648437, 0.27477297973632814, 0.27475149536132815, 0.27478118896484377, 0.27469415283203125, 0.2749081726074219, 0.2747852783203125, 0.27475967407226565, 0.2751600646972656, 0.27488973999023436, 0.27475662231445314, 0.27469830322265626, 0.27466439819335936, 0.27470745849609374, 0.2747054138183594, 0.2749347839355469, 0.2748016662597656, 0.2751201171875, 0.2747658386230469, 0.2747484130859375, 0.27480474853515624, 0.2748467102050781, 0.27473101806640626, 0.2752983093261719, 0.2748221435546875, 0.27470950317382814, 0.2752850036621094, 0.2749747314453125, 0.2748385314941406, 0.27491738891601564, 0.274850830078125, 0.2748784790039063, 0.2749634704589844, 0.27494503784179686, 0.27479244995117186, 0.27507302856445315, 0.2748968811035156, 0.27493991088867187, 0.2751795349121094, 0.2749296569824219, 0.2749214782714844, 0.27510784912109376, 0.2749081726074219, 0.27524609375, 0.2750965881347656, 0.27500338745117187, 0.2748989562988281, 0.2753546142578125, 0.5860249633789063, 0.27464190673828126, 0.27466650390625, 0.27468389892578127, 0.275125244140625, 0.27456512451171877, 0.27472280883789063, 0.27463168334960936, 0.27477197265625, 0.274661376953125, 0.27458868408203124, 0.27483648681640627, 0.27479244995117186, 0.2745937805175781, 0.27466033935546874, 0.2747381896972656, 0.27474533081054686, 0.2747330627441406, 0.2748692626953125, 0.27472384643554687, 0.2747821960449219, 0.27471563720703124, 0.2746849365234375, 0.27464498901367185, 0.2747750549316406, 0.2746859436035156, 0.27498086547851563, 0.27475662231445314, 0.27458660888671876, 0.2746746826171875, 0.27504537963867187, 0.27469003295898436, 0.27511602783203126, 0.2748887023925781, 0.2747821960449219, 0.2747197570800781, 0.2750822448730469, 0.2747740173339844, 0.2747607116699219, 0.27490509033203125, 0.27476171875, 0.27485491943359375, 0.27493170166015624, 0.27483544921875, 0.2748590087890625, 0.27491122436523435, 0.27494503784179686, 0.2748221435546875, 0.27496038818359375, 0.2748252258300781, 0.2748467102050781, 0.2750003051757812, 0.27494708251953126, 0.2748610534667969, 0.2749634704589844, 0.2748293151855469, 0.27484979248046876, 0.2749798278808594, 0.27497369384765624, 0.274904052734375, 0.275056640625, 0.2749020080566406, 0.27495321655273436]",tokens/s,3.5806634627849943,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1530.867712,1596.45696,0.0,950.009856,857.516544,s,10,0.5920607986450195,0.05920607986450195,0.0026561766441009003,0.0581931037902832,0.06018668594360351,0.06362006111145019,0.06636676124572753,"[0.06705343627929687, 0.05793779373168945, 0.05804457473754883, 0.0580964469909668, 0.058221630096435543, 0.05848179244995117, 0.05885744094848633, 0.05942371368408203, 0.05777939224243164, 0.05816457748413086]",tokens/s,4323.880260032033,kWh,6.794170991518794e-07,3.722834273722928e-07,2.8646399034599733e-06,3.916340429984146e-06,tokens/kWh,65367146.849651255,MB,1530.867712,1596.45696,0.0,950.009856,888.373248,s,10,31.443047607421878,3.144304760742187,0.028395623245064967,3.1506854248046876,3.17336376953125,3.1794501953125,3.1843193359375,"[3.18553662109375, 3.156751708984375, 3.09842138671875, 3.14605859375, 3.1401103515625, 3.124360107421875, 3.17201123046875, 3.16763037109375, 3.09685498046875, 3.155312255859375]",tokens/s,20.036225745855937,kWh,3.7348117898973627e-05,2.046855207133909e-05,0.0001546499027747399,0.0002124665727450526,tokens/kWh,296517.2317981346,,s,629,31.91495677947996,0.050739199967376754,0.006915167421256304,0.050097152709960936,0.05089812393188477,0.05135626220703125,0.10733584594726563,"[0.053369857788085937, 0.05259980773925781, 0.054150142669677735, 0.052741119384765625, 0.05313024139404297, 0.05274009704589844, 0.051294208526611325, 0.05223526382446289, 0.05079244613647461, 0.05039411163330078, 0.05090918350219727, 0.05163212966918945, 0.05048524856567383, 0.05044838333129883, 0.05030297470092773, 0.05091430282592774, 0.05080780792236328, 0.05040332794189453, 0.050255870819091795, 0.050356224060058595, 0.05037363052368164, 0.05037875366210937, 0.050547710418701174, 0.04912332916259766, 0.04912025451660156, 0.04912332916259766, 0.0490885124206543, 0.04913971328735352, 0.04907724761962891, 0.04911718368530273, 0.04908748626708984, 0.049127422332763675, 0.04910182571411133, 0.0491253776550293, 0.04909568023681641, 0.050716670989990234, 0.05085184097290039, 0.050508800506591796, 0.0506798095703125, 0.050367488861083984, 0.05057228851318359, 0.050566143035888675, 0.05034086227416992, 0.050678783416748044, 0.049223678588867184, 0.05280051040649414, 0.05099929428100586, 0.050407424926757816, 0.05042892837524414, 0.05095219039916992, 0.04916223907470703, 0.04919705581665039, 0.04914790344238281, 0.049111038208007815, 0.04911718368530273, 0.04910182571411133, 0.05056409454345703, 0.05402521514892578, 0.05089177703857422, 0.05039513778686523, 0.05034393692016602, 0.05038489532470703, 0.10725990295410157, 0.050229248046875, 0.050310142517089845, 0.05069926452636719, 0.05130342483520508, 0.050307071685791016, 0.0505354232788086, 0.05059481430053711, 0.05064396667480469, 0.05037158584594727, 0.05051801681518555, 0.04907724761962891, 0.04911308670043945, 0.050462718963623046, 0.05050777435302734, 0.05088358306884765, 0.050391040802001956, 0.05048320007324219, 0.05041459274291992, 0.05044736099243164, 0.05044736099243164, 0.050460670471191404, 0.050427902221679685, 0.05039308929443359, 0.050344959259033206, 0.05039513778686523, 0.049148929595947265, 0.0491253776550293, 0.04916223907470703, 0.04913459014892578, 0.04912639999389649, 0.04981350326538086, 0.04912639999389649, 0.04919705581665039, 0.049159168243408206, 0.049157119750976565, 0.04910899353027344, 0.04915507125854492, 0.04911513519287109, 0.04909260940551758, 0.049114112854003904, 0.04910182571411133, 0.0498073616027832, 0.05100646209716797, 0.050508800506591796, 0.05055897521972656, 0.05046783828735352, 0.050941951751708986, 0.05068902587890625, 0.05045043182373047, 0.05036544036865234, 0.05045145416259766, 0.050590721130371094, 0.04966912078857422, 0.050441215515136716, 0.05103308868408203, 0.05064704132080078, 0.050852863311767575, 0.05050982284545898, 0.05041049575805664, 0.050492416381835936, 0.05037363052368164, 0.05058150482177735, 0.10736537933349609, 0.04913049697875976, 0.04905472183227539, 0.04906086349487305, 0.049152000427246094, 0.0491038703918457, 0.049081344604492184, 0.049067008972167966, 0.04907417678833008, 0.04910489654541016, 0.04908748626708984, 0.04914995193481445, 0.049124351501464845, 0.049091583251953126, 0.04906291198730469, 0.049084415435791014, 0.04908236694335937, 0.04909260940551758, 0.05048422241210938, 0.05063782501220703, 0.050508800506591796, 0.04910489654541016, 0.0491038703918457, 0.04911001586914063, 0.04911308670043945, 0.049111038208007815, 0.04913356781005859, 0.049105918884277344, 0.049084415435791014, 0.04912639999389649, 0.04911206436157227, 0.04907929611206055, 0.049326080322265625, 0.049114112854003904, 0.04914585494995117, 0.049188865661621096, 0.04914176177978516, 0.04909568023681641, 0.04910899353027344, 0.04911718368530273, 0.04911206436157227, 0.049105918884277344, 0.049097728729248044, 0.04914483261108398, 0.049091583251953126, 0.04911513519287109, 0.04906393432617188, 0.049127422332763675, 0.04910182571411133, 0.0490967025756836, 0.04913971328735352, 0.04911513519287109, 0.04911513519287109, 0.04909465789794922, 0.04910182571411133, 0.04917145538330078, 0.0491069450378418, 0.04909465789794922, 0.049122303009033204, 0.049099777221679686, 0.04906598281860351, 0.049099777221679686, 0.049105918884277344, 0.10742886352539062, 0.049107967376708986, 0.04905984115600586, 0.04907724761962891, 0.04909875106811523, 0.0491253776550293, 0.049312767028808595, 0.05077299118041992, 0.050925567626953126, 0.05039923095703125, 0.050457599639892575, 0.05040435028076172, 0.04911820983886719, 0.049099777221679686, 0.04909875106811523, 0.049114112854003904, 0.04911206436157227, 0.04909465789794922, 0.04914790344238281, 0.04913971328735352, 0.050928638458251956, 0.05084774398803711, 0.050667518615722655, 0.05039820861816406, 0.050269184112548826, 0.04910182571411133, 0.04914790344238281, 0.049119232177734375, 0.049185791015625, 0.049132545471191405, 0.049127422332763675, 0.04911820983886719, 0.04907929611206055, 0.049152000427246094, 0.04907417678833008, 0.0491069450378418, 0.049138687133789063, 0.04914688110351562, 0.04910489654541016, 0.04907929611206055, 0.049121280670166016, 0.049132545471191405, 0.049097728729248044, 0.049122303009033204, 0.05336064147949219, 0.05167923355102539, 0.050607105255126954, 0.05047500610351562, 0.05101567840576172, 0.050618366241455076, 0.0505425910949707, 0.05124095916748047, 0.0514150390625, 0.050776065826416014, 0.05151129531860352, 0.05127884674072265, 0.05094297790527344, 0.05072281646728516, 0.05063577651977539, 0.050683902740478515, 0.05096243286132812, 0.05053849411010742, 0.05067161560058594, 0.10759474945068359, 0.04911001586914063, 0.05073715209960938, 0.0518389778137207, 0.050948097229003904, 0.050482177734375, 0.05047091293334961, 0.050267135620117184, 0.05040435028076172, 0.050427902221679685, 0.05044326400756836, 0.05060812759399414, 0.050902015686035154, 0.050563072204589846, 0.05043814468383789, 0.050444286346435545, 0.049122303009033204, 0.04912332916259766, 0.04911513519287109, 0.04915507125854492, 0.04906905746459961, 0.04910697555541992, 0.04911510467529297, 0.04911718368530273, 0.0493383674621582, 0.04910079956054687, 0.04908031845092774, 0.049170433044433595, 0.04909465789794922, 0.04909875106811523, 0.049127422332763675, 0.04950630569458008, 0.05036441421508789, 0.05189529418945313, 0.05050470352172851, 0.05053235244750977, 0.05045657730102539, 0.05043814468383789, 0.0505425910949707, 0.05018521499633789, 0.050299903869628904, 0.05061734390258789, 0.05047296142578125, 0.050907135009765625, 0.050531326293945314, 0.05062041473388672, 0.05048320007324219, 0.05062041473388672, 0.04913459014892578, 0.04912332916259766, 0.04910899353027344, 0.04914176177978516, 0.04912947082519531, 0.049152000427246094, 0.049121280670166016, 0.04916223907470703, 0.0491776008605957, 0.04912025451660156, 0.049102848052978515, 0.049083393096923826, 0.04906291198730469, 0.04909260940551758, 0.049073150634765625, 0.10775552368164062, 0.04906393432617188, 0.049977344512939455, 0.04905984115600586, 0.04905881500244141, 0.04907724761962891, 0.049067008972167966, 0.04910079956054687, 0.050547710418701174, 0.05044838333129883, 0.05040435028076172, 0.05038489532470703, 0.050411518096923826, 0.050530303955078126, 0.049105918884277344, 0.04919500732421875, 0.049165313720703124, 0.0491673583984375, 0.04914278411865235, 0.04911820983886719, 0.04912332916259766, 0.049091583251953126, 0.049083393096923826, 0.049116161346435545, 0.04909056091308594, 0.049122303009033204, 0.04914278411865235, 0.04921855926513672, 0.05071769714355469, 0.05073100662231445, 0.05098495864868164, 0.04917555236816406, 0.04910079956054687, 0.050476032257080077, 0.049168384552001954, 0.049132545471191405, 0.0491253776550293, 0.049173503875732424, 0.05061119842529297, 0.04907622528076172, 0.04909363174438477, 0.049138687133789063, 0.04909260940551758, 0.04914176177978516, 0.04910489654541016, 0.04911206436157227, 0.04911718368530273, 0.04912947082519531, 0.05040332794189453, 0.05049446487426758, 0.050476032257080077, 0.05055590438842773, 0.0491253776550293, 0.04912947082519531, 0.04910489654541016, 0.04912025451660156, 0.049135616302490234, 0.04914691162109375, 0.05030294418334961, 0.05048422241210938, 0.05081087875366211, 0.050493438720703124, 0.050885631561279294, 0.10820505523681641, 0.049056766510009765, 0.04908236694335937, 0.04904959869384766, 0.050695167541503904, 0.050836479187011716, 0.05061529541015625, 0.05053747177124023, 0.05067571258544922, 0.050444286346435545, 0.050441215515136716, 0.05077299118041992, 0.05043199920654297, 0.05038694381713867, 0.05033267211914062, 0.04909875106811523, 0.049107967376708986, 0.04911513519287109, 0.049089534759521485, 0.04910489654541016, 0.04909875106811523, 0.04909056091308594, 0.049099777221679686, 0.049154048919677736, 0.050462718963623046, 0.050477054595947264, 0.050326526641845705, 0.050402305603027345, 0.05139148712158203, 0.05121331024169922, 0.05090508651733398, 0.05076377487182617, 0.05069926452636719, 0.05075763320922851, 0.05053849411010742, 0.05055078506469726, 0.05094707107543945, 0.05069209671020508, 0.050945022583007815, 0.05057843017578125, 0.050895870208740236, 0.050700286865234374, 0.050388992309570314, 0.05045862579345703, 0.05046681594848633, 0.05048320007324219, 0.05045452880859375, 0.05044224166870117, 0.05035724639892578, 0.050424831390380856, 0.05047091293334961, 0.05087846374511719, 0.05183488082885742, 0.051074047088623044, 0.0504637451171875, 0.05063372802734375, 0.05080883026123047, 0.05051903915405274, 0.05108736038208008, 0.05058768081665039, 0.05035209655761719, 0.05030912017822266, 0.05164134216308594, 0.10880716705322266, 0.05060403060913086, 0.050336769104003906, 0.05051084899902344, 0.05053440093994141, 0.05089791870117188, 0.05114777755737305, 0.05058355331420898, 0.05031321716308594, 0.050487297058105465, 0.050840576171875, 0.05264691162109375, 0.05059993743896484, 0.050508800506591796, 0.050541568756103515, 0.05067161560058594, 0.05086003112792969, 0.05064191818237305, 0.05047500610351562, 0.05081497573852539, 0.05063167953491211, 0.05087641525268555, 0.050523136138916014, 0.04912639999389649, 0.04913049697875976, 0.049111038208007815, 0.04917248153686524, 0.049119232177734375, 0.04918272018432617, 0.05031219100952149, 0.050563072204589846, 0.05087846374511719, 0.05064601516723633, 0.05058969497680664, 0.05079142379760742, 0.05066342544555664, 0.04978483200073242, 0.050385921478271485, 0.050577407836914064, 0.05047808074951172, 0.050473983764648435, 0.05041561508178711, 0.0503900146484375, 0.050563072204589846, 0.05063372802734375, 0.05047296142578125, 0.05037670516967773, 0.050348033905029295, 0.05040127944946289, 0.050367488861083984, 0.05035520172119141, 0.050770942687988284, 0.04911820983886719, 0.049121280670166016, 0.0491069450378418, 0.049099777221679686, 0.04949094390869141, 0.04917145538330078, 0.04914483261108398, 0.05048524856567383, 0.05045145416259766, 0.05037670516967773, 0.050609153747558595, 0.10711244964599609, 0.04911001586914063, 0.04906291198730469, 0.04905881500244141, 0.0491038703918457, 0.049086463928222655, 0.04910079956054687, 0.04908544158935547, 0.049081344604492184, 0.050293758392333986, 0.04912639999389649, 0.04912844848632812, 0.049102848052978515, 0.04908544158935547, 0.04906905746459961, 0.049099777221679686, 0.04908748626708984, 0.049091583251953126, 0.04913663864135742, 0.049102848052978515, 0.04908031845092774, 0.049091583251953126, 0.0491069450378418, 0.049116161346435545, 0.04908236694335937, 0.049122303009033204, 0.0491069450378418, 0.049105918884277344, 0.0490967025756836, 0.049122303009033204, 0.0491253776550293, 0.04909875106811523, 0.049143806457519534, 0.04910182571411133, 0.049097728729248044, 0.04914278411865235, 0.04913971328735352, 0.049089534759521485, 0.049084415435791014, 0.04914585494995117, 0.04909056091308594, 0.04913459014892578, 0.04911513519287109, 0.04911718368530273, 0.049097728729248044, 0.049099777221679686, 0.050816001892089846, 0.04915302276611328, 0.04910390472412109, 0.049142753601074216, 0.04914585494995117, 0.04913356781005859, 0.04913049697875976, 0.049107967376708986, 0.049091583251953126, 0.049116161346435545, 0.04912332916259766, 0.049097728729248044, 0.04913459014892578, 0.0490885124206543, 0.0491038703918457, 0.04909465789794922, 0.049111038208007815, 0.10746163177490234, 0.04907724761962891, 0.05045452880859375, 0.05030297470092773, 0.05086003112792969, 0.050482177734375, 0.050685951232910156, 0.050541568756103515, 0.05048115158081055, 0.05044326400756836, 0.050525184631347655, 0.049083393096923826, 0.0491253776550293, 0.049102848052978515, 0.0491069450378418, 0.04909260940551758, 0.04929945755004883, 0.04914790344238281, 0.04919500732421875, 0.049135616302490234, 0.04911513519287109, 0.049121280670166016, 0.04907110214233398, 0.04911001586914063, 0.04907622528076172, 0.04908031845092774, 0.04915507125854492, 0.05031628799438476, 0.05039718246459961, 0.05027942276000977, 0.050367488861083984, 0.05046988677978516, 0.05051289749145508, 0.05048934555053711, 0.050482177734375, 0.050097152709960936, 0.05110067367553711, 0.050667518615722655, 0.05048422241210938, 0.04909875106811523, 0.04913971328735352, 0.049114112854003904, 0.050479103088378906, 0.050695167541503904, 0.05079859161376953, 0.05037670516967773, 0.05090508651733398, 0.05190041732788086, 0.051672065734863284, 0.04914483261108398, 0.04911820983886719, 0.04909363174438477, 0.05062144088745117, 0.05076172637939453, 0.05055692672729492, 0.050702335357666016, 0.05098495864868164, 0.05084774398803711, 0.050667518615722655, 0.050898944854736325, 0.05171916961669922, 0.05083545684814453, 0.050374656677246096]",tokens/s,19.708627661511404,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-2.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2229.69856,3223.846912,0.0,2577.399808,2343.728128,s,10,1.273490821838379,0.12734908218383786,0.00025177584333793793,0.12725745773315428,0.12748753204345703,0.12776925582885743,0.12799463485717774,"[0.12805097961425782, 0.1271430435180664, 0.12720223999023436, 0.1271981735229492, 0.12722640228271484, 0.12728851318359374, 0.1274249267578125, 0.12740796661376952, 0.1271867218017578, 0.12736185455322266]",tokens/s,2010.2225756950882,kWh,1.5055119236813319e-06,8.249541746454845e-07,7.512906854202797e-06,9.843372952529613e-06,tokens/kWh,26007345.37181297,MB,2229.69856,3223.846912,0.0,2577.399808,2494.10048,s,10,71.48416650390624,7.148416650390625,0.000974425103573687,7.14845361328125,7.14947900390625,7.14962841796875,7.14974794921875,"[7.14944580078125, 7.146203125, 7.14977783203125, 7.14850048828125, 7.14840673828125, 7.14772509765625, 7.14878271484375, 7.14920068359375, 7.14837646484375, 7.14774755859375]",tokens/s,8.813140459091366,kWh,8.433453658483032e-05,4.6221380005167636e-05,0.0004152089313229952,0.0005457648479129932,tokens/kWh,115434.33081282576,,s,629,72.51541294097896,0.11528682502540383,0.015178659289811387,0.11343065643310547,0.11364987030029297,0.11375452117919921,0.2411259051513672,"[0.1140202865600586, 0.11410240173339843, 0.11411548614501953, 0.11374591827392579, 0.1134683837890625, 0.11348172760009766, 0.11340185546875, 0.11332505798339844, 0.11340595245361328, 0.11329638671875, 0.11336704254150391, 0.11335679626464844, 0.11342745971679688, 0.11331686401367187, 0.11342848205566407, 0.11330048370361329, 0.11338444519042969, 0.1133096923828125, 0.1133311996459961, 0.11335475158691406, 0.11342438507080078, 0.11331686401367187, 0.11343052673339844, 0.11337522888183593, 0.11331276702880859, 0.11336704254150391, 0.11331072235107421, 0.11338253021240234, 0.11340275573730468, 0.11334758758544922, 0.11335987091064453, 0.11342642974853516, 0.1133854751586914, 0.11340902709960937, 0.11374591827392579, 0.11353702545166015, 0.1134807357788086, 0.11343663787841797, 0.11342960357666015, 0.11349699401855469, 0.11339263916015625, 0.11344486236572265, 0.11347974395751953, 0.11359635162353515, 0.11355545806884766, 0.11345423889160157, 0.11339965057373047, 0.1134356460571289, 0.11350425720214843, 0.1133864974975586, 0.11342642974853516, 0.11341926574707031, 0.11349298858642579, 0.11348582458496094, 0.11344281768798828, 0.1135032958984375, 0.11351545715332031, 0.11350025939941406, 0.11348675537109375, 0.11359129333496094, 0.11350835418701172, 0.11355648040771485, 0.24099942016601564, 0.11341824340820313, 0.1133117446899414, 0.11332198333740234, 0.1132965087890625, 0.11329933166503907, 0.11328614044189453, 0.11334041595458984, 0.11330662536621093, 0.11336089324951172, 0.1132421112060547, 0.11333427429199219, 0.11331686401367187, 0.11338444519042969, 0.11324739074707031, 0.11326652526855469, 0.11355340576171875, 0.11380643463134765, 0.11335260772705077, 0.11335782623291016, 0.1133854751586914, 0.11331177520751953, 0.11346224212646484, 0.1133465576171875, 0.11331993865966797, 0.11329228973388672, 0.11344588470458984, 0.11347763061523437, 0.11342131042480469, 0.11340595245361328, 0.11340083312988282, 0.11379507446289062, 0.11340089416503907, 0.11343865966796875, 0.1134571533203125, 0.11343462371826171, 0.11336089324951172, 0.11345919799804688, 0.11336294555664063, 0.11347046661376953, 0.11339673614501954, 0.113364990234375, 0.11345305633544922, 0.11337522888183593, 0.11342848205566407, 0.11342131042480469, 0.11342950439453126, 0.11345919799804688, 0.11343666839599609, 0.11346431732177735, 0.11341315460205079, 0.11345916748046875, 0.11343065643310547, 0.11347443389892578, 0.11346950531005859, 0.11345196533203125, 0.11350527954101562, 0.11353907012939453, 0.11353497314453125, 0.1137479705810547, 0.1137100830078125, 0.11360870361328125, 0.11352166748046875, 0.24120626831054687, 0.11345523071289063, 0.11331571197509765, 0.11338854217529297, 0.11362406158447266, 0.11348889923095704, 0.11344998168945312, 0.1134725112915039, 0.11340799713134765, 0.11348684692382813, 0.11337728118896484, 0.11338041687011718, 0.11336502075195312, 0.11336592102050781, 0.11335679626464844, 0.11342233276367188, 0.11339263916015625, 0.11341004943847656, 0.1133854751586914, 0.11337932586669922, 0.11337625885009765, 0.11339981079101563, 0.11333324432373047, 0.11343775939941406, 0.11337312316894531, 0.11329126739501953, 0.11330355072021485, 0.11340287780761718, 0.11338751983642578, 0.11334963226318359, 0.11333427429199219, 0.11332915496826172, 0.11335167694091797, 0.11341824340820313, 0.11336704254150391, 0.11350118255615234, 0.11339981079101563, 0.11347968292236328, 0.11340595245361328, 0.11344384002685547, 0.11375206756591796, 0.11386777496337891, 0.1134940185546875, 0.11346227264404297, 0.11343769836425781, 0.11375122833251954, 0.1138542709350586, 0.11401932525634766, 0.113512451171875, 0.11349708557128907, 0.11340902709960937, 0.11346329498291016, 0.11343666839599609, 0.11357491302490234, 0.11369267272949218, 0.11360870361328125, 0.11358515167236329, 0.1135646743774414, 0.11351039886474609, 0.1135615997314453, 0.11364864349365235, 0.11361177825927735, 0.11354633331298829, 0.24158709716796875, 0.11341311645507812, 0.11331378936767578, 0.11333324432373047, 0.11334758758544922, 0.11328409576416015, 0.1133311996459961, 0.1133834228515625, 0.11332608032226563, 0.11334349060058593, 0.11329535675048828, 0.11328921508789062, 0.11376947021484375, 0.1133834228515625, 0.11331072235107421, 0.11340614318847657, 0.11336275482177735, 0.11337932586669922, 0.11361280059814453, 0.11369267272949218, 0.11346329498291016, 0.11337113952636718, 0.11331072235107421, 0.11340493011474609, 0.11339177703857421, 0.1133515167236328, 0.11342540740966797, 0.11342438507080078, 0.11364966583251954, 0.11362509155273437, 0.11339263916015625, 0.11347456359863281, 0.1134039077758789, 0.11344486236572265, 0.11343462371826171, 0.11343059539794922, 0.11339871978759766, 0.11344588470458984, 0.1134202880859375, 0.11344179534912109, 0.11342131042480469, 0.11339469146728516, 0.1134725112915039, 0.11340902709960937, 0.1137786865234375, 0.1135093765258789, 0.11347968292236328, 0.113512451171875, 0.11350649261474609, 0.11348461151123047, 0.11357593536376953, 0.11352690887451172, 0.11346835327148437, 0.1134796142578125, 0.11349606323242188, 0.11354930877685547, 0.11370086669921875, 0.11357901000976563, 0.11355033874511719, 0.1135257568359375, 0.11361382293701172, 0.11366194915771484, 0.11355648040771485, 0.24148173522949218, 0.11366604614257812, 0.1132410888671875, 0.11330150604248047, 0.11328819274902344, 0.11365682983398437, 0.11364966583251954, 0.11341926574707031, 0.11332608032226563, 0.11333017730712891, 0.11327180480957032, 0.11337522888183593, 0.11334246063232421, 0.11351654052734375, 0.11339059448242188, 0.11341516876220703, 0.11334963226318359, 0.11331788635253906, 0.11333324432373047, 0.1133096923828125, 0.11334246063232421, 0.11340493011474609, 0.11333837127685546, 0.11342950439453126, 0.1133834228515625, 0.1133803482055664, 0.11334963226318359, 0.11330662536621093, 0.11339571380615235, 0.11335379028320312, 0.11336697387695313, 0.11339775848388672, 0.11347148895263671, 0.11340000152587891, 0.1133135986328125, 0.11348377227783203, 0.11341107177734375, 0.1134755859375, 0.11333529663085938, 0.11347456359863281, 0.11350835418701172, 0.11343360137939452, 0.11361695861816407, 0.11388716888427734, 0.1136209945678711, 0.11352678680419923, 0.1134233627319336, 0.11353926086425781, 0.11355731201171874, 0.1134551010131836, 0.11341824340820313, 0.1135472640991211, 0.11365068817138672, 0.11354214477539062, 0.11343154907226563, 0.11348582458496094, 0.11353907012939453, 0.1137807388305664, 0.11358003234863281, 0.1135472640991211, 0.11362406158447266, 0.11365888214111328, 0.11349708557128907, 0.24115199279785157, 0.11342438507080078, 0.11333427429199219, 0.1134202880859375, 0.1134725112915039, 0.1132943344116211, 0.11334143829345703, 0.11338137817382812, 0.11332096099853516, 0.11339366149902344, 0.11330150604248047, 0.11333734130859376, 0.11338444519042969, 0.11338854217529297, 0.1133465576171875, 0.11335987091064453, 0.11330662536621093, 0.11330457305908204, 0.11333017730712891, 0.11330560302734374, 0.11334156799316407, 0.11335874938964843, 0.11333936309814453, 0.11339981079101563, 0.11365583801269531, 0.11358716583251953, 0.11337010955810548, 0.1133096923828125, 0.11340185546875, 0.1133854751586914, 0.11347968292236328, 0.11354316711425781, 0.11343666839599609, 0.11335577392578125, 0.11339673614501954, 0.11346636962890624, 0.11340595245361328, 0.11349708557128907, 0.113976318359375, 0.11354316711425781, 0.11350835418701172, 0.11346137237548828, 0.11355840301513671, 0.11346431732177735, 0.11342745971679688, 0.11347148895263671, 0.11354214477539062, 0.11345613098144532, 0.11347046661376953, 0.11345305633544922, 0.11346022033691407, 0.113438720703125, 0.11348172760009766, 0.11349811553955078, 0.11353702545166015, 0.11347148895263671, 0.11359436798095703, 0.11354214477539062, 0.11355443572998047, 0.11351859283447266, 0.1136701431274414, 0.11382476806640625, 0.11350428771972657, 0.2412779541015625, 0.11344790649414062, 0.11352371215820313, 0.1136170883178711, 0.11340678405761719, 0.11334671783447266, 0.11334953308105469, 0.1134632339477539, 0.11327487945556641, 0.11340595245361328, 0.11337216186523437, 0.11363225555419922, 0.11380223846435547, 0.11346739196777343, 0.11337318420410156, 0.11340799713134765, 0.11333222198486329, 0.11339161682128907, 0.11343974304199218, 0.11338137817382812, 0.11336294555664063, 0.1133814697265625, 0.11331062316894532, 0.11367731475830078, 0.11327385711669923, 0.11334451293945312, 0.11336908721923829, 0.11331993865966797, 0.11335078430175781, 0.11337920379638672, 0.11335481262207031, 0.11333420562744141, 0.1133086700439453, 0.1133680648803711, 0.11334758758544922, 0.1134674530029297, 0.1133741455078125, 0.11353497314453125, 0.11340595245361328, 0.11345101165771485, 0.11342745971679688, 0.11342540740966797, 0.11340902709960937, 0.11340287780761718, 0.11350630187988281, 0.11351859283447266, 0.1133803482055664, 0.11347763061523437, 0.11373465728759766, 0.11404499053955078, 0.11354822540283203, 0.11356057739257812, 0.11345101165771485, 0.1135278091430664, 0.11366604614257812, 0.11366400146484375, 0.11352473449707032, 0.11353395080566406, 0.11366194915771484, 0.11368345642089844, 0.11352473449707032, 0.11353091430664063, 0.113542236328125, 0.24139865112304687, 0.11339059448242188, 0.11337113952636718, 0.1133609619140625, 0.11340179443359374, 0.11335782623291016, 0.11341926574707031, 0.11344793701171875, 0.11336396789550782, 0.11335782623291016, 0.11334451293945312, 0.11334963226318359, 0.11338751983642578, 0.11337318420410156, 0.11332505798339844, 0.1134694366455078, 0.11390873718261718, 0.11339775848388672, 0.11339161682128907, 0.1133680648803711, 0.113328125, 0.1133803482055664, 0.11332403564453125, 0.11345209503173828, 0.11344992065429688, 0.11340697479248046, 0.11376947021484375, 0.11361599731445313, 0.1134897918701172, 0.11349708557128907, 0.11335065460205078, 0.113364990234375, 0.11341209411621093, 0.1134551010131836, 0.11341209411621093, 0.11362406158447266, 0.11364556884765625, 0.11382169342041015, 0.11342540740966797, 0.11345619201660156, 0.1135195541381836, 0.11345203399658203, 0.11350118255615234, 0.11341311645507812, 0.11344179534912109, 0.11346739196777343, 0.11339469146728516, 0.11342745971679688, 0.1134725112915039, 0.11342848205566407, 0.11343462371826171, 0.11347763061523437, 0.11352166748046875, 0.11359744262695312, 0.11356774139404296, 0.11370291137695313, 0.11376640319824219, 0.11353497314453125, 0.11352268981933594, 0.11348377227783203, 0.11351052856445312, 0.11356864166259766, 0.11363737487792969, 0.24105882263183595, 0.11338854217529297, 0.11327085113525391, 0.11330143737792969, 0.11332300567626953, 0.11331686401367187, 0.11336294555664063, 0.11343257904052734, 0.11355340576171875, 0.11366604614257812, 0.11329638671875, 0.11331378936767578, 0.1133096923828125, 0.11336704254150391, 0.11355545806884766, 0.11366204833984375, 0.11329833221435547, 0.11401522827148437, 0.11330457305908204, 0.11328819274902344, 0.1133864974975586, 0.11338652801513673, 0.11334960174560547, 0.11345407867431641, 0.11335167694091797, 0.1133086700439453, 0.11334963226318359, 0.11335379028320312, 0.1133526382446289, 0.11346841430664062, 0.11333843231201172, 0.11338336181640625, 0.11346636962890624, 0.11335270690917969, 0.11343974304199218, 0.1134694366455078, 0.11339981079101563, 0.11348786926269532, 0.11337216186523437, 0.11364966583251954, 0.11369888305664062, 0.11348063659667969, 0.11342438507080078, 0.11347968292236328, 0.11346022033691407, 0.11347353363037109, 0.11337113952636718, 0.1134755859375, 0.11348687744140624, 0.11348783874511718, 0.11353497314453125, 0.11366912078857422, 0.11350732421875, 0.11360256195068359, 0.11348889923095704, 0.1135093765258789, 0.11346534729003906, 0.11352473449707032, 0.11356364440917968, 0.11371212768554688, 0.11384422302246094, 0.11357183837890625, 0.1135646743774414, 0.24121241760253906, 0.11340083312988282, 0.11334451293945312, 0.1134172134399414, 0.11336601257324219, 0.11334963226318359, 0.1133311996459961, 0.11341926574707031, 0.11330355072021485, 0.11344793701171875, 0.11332608032226563, 0.11335167694091797, 0.11343462371826171, 0.11346125030517579, 0.113340576171875, 0.11342422485351562, 0.11334451293945312, 0.11339469146728516, 0.11336908721923829, 0.11344179534912109, 0.11338751983642578, 0.11340799713134765, 0.11333324432373047, 0.11336089324951172, 0.11342950439453126, 0.1132759017944336, 0.1135646743774414, 0.11339673614501954, 0.11340902709960937, 0.11340806579589843, 0.11336595153808594, 0.11337216186523437, 0.11375615692138671, 0.11367833709716797, 0.11336704254150391, 0.11344895935058594, 0.11341414642333984, 0.1135308837890625, 0.11367836761474609, 0.11369980621337891, 0.11352371215820313, 0.11339366149902344, 0.11336601257324219, 0.11338956451416016, 0.11339981079101563, 0.11348172760009766, 0.11354214477539062, 0.11353907012939453, 0.11346022033691407, 0.11348582458496094, 0.11344179534912109, 0.11343475341796876, 0.11343865966796875, 0.11349193572998047, 0.11355644989013672, 0.11355648040771485, 0.11358515167236329, 0.11349708557128907, 0.11348278045654298, 0.11355439758300781, 0.11356569671630859, 0.11357798767089844, 0.11360870361328125]",tokens/s,8.674018039612477,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-0.5B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1440.227328,1686.634496,0.0,1040.187392,943.920128,s,10,0.5238597831726074,0.05238597831726074,0.0025486493628340675,0.05220958518981934,0.05420421180725098,0.05664322643280029,0.05859443813323975,"[0.05908224105834961, 0.05258943939208984, 0.05215059280395508, 0.04950556945800781, 0.05016144180297852, 0.05229292678833008, 0.05366220855712891, 0.052268577575683595, 0.05198912048339844, 0.05015766525268555]",tokens/s,4886.803839943754,kWh,5.999732600788713e-07,3.2869710230997165e-07,1.620451098954558e-06,2.549121461343401e-06,tokens/kWh,100426756.38731103,MB,1440.555008,1686.634496,0.0,1040.187392,943.922688,s,10,32.154278808593745,3.2154278808593753,0.04104581959956571,3.2344429931640626,3.248665283203125,3.2557591552734375,3.261434252929688,"[3.26285302734375, 3.2470888671875, 3.21539453125, 3.134186279296875, 3.24295068359375, 3.195167236328125, 3.239329833984375, 3.2391142578125, 3.14842236328125, 3.229771728515625]",tokens/s,19.593037796003134,kWh,3.7985624000051896e-05,2.08176106811824e-05,9.077595615145121e-05,0.00014957919083268554,tokens/kWh,421181.5804677655,,s,629,32.5650022392273,0.05177265856792893,0.006260905917788765,0.051360702514648436,0.05184348068237305,0.05241975173950195,0.10096460021972661,"[0.05400678253173828, 0.05434777450561523, 0.05331455993652344, 0.05575372695922851, 0.05398835372924805, 0.05102899169921875, 0.05452492904663086, 0.052757503509521485, 0.05313843154907227, 0.05249126434326172, 0.05212979125976563, 0.04870556640625, 0.05170582580566406, 0.05134233474731445, 0.051673118591308596, 0.05139043045043945, 0.05139148712158203, 0.05202329635620117, 0.05163417434692383, 0.05107199859619141, 0.05120102310180664, 0.05173657608032227, 0.05119500732421875, 0.05167398452758789, 0.051590145111083986, 0.05205913543701172, 0.052067329406738284, 0.0517918701171875, 0.0514252815246582, 0.05167513656616211, 0.05172019195556641, 0.0517130241394043, 0.05181951904296875, 0.05140172958374024, 0.04912639999389649, 0.051093505859375, 0.05155129623413086, 0.05147846221923828, 0.051299327850341796, 0.0512542724609375, 0.05162496185302735, 0.0513966064453125, 0.05117030334472656, 0.05151232147216797, 0.05128704071044922, 0.051469310760498044, 0.05132492828369141, 0.051351551055908204, 0.051111934661865234, 0.051504127502441405, 0.051520511627197264, 0.05162905502319336, 0.05157177734375, 0.051374015808105467, 0.05171200180053711, 0.05149798583984375, 0.05130752182006836, 0.05101465606689453, 0.051773441314697265, 0.05121241760253906, 0.05125526428222656, 0.051536800384521485, 0.10444595336914063, 0.051637248992919924, 0.0511539192199707, 0.051726398468017576, 0.04939974212646484, 0.050329601287841794, 0.05117849731445313, 0.051714046478271485, 0.05104947280883789, 0.05181235122680664, 0.05159628677368164, 0.05161574554443359, 0.05137919998168945, 0.05126144027709961, 0.05148672103881836, 0.05173775863647461, 0.05119881439208984, 0.051745792388916016, 0.05144678497314453, 0.05163008117675781, 0.05142835235595703, 0.05128396987915039, 0.052653057098388675, 0.05238476943969726, 0.0519024658203125, 0.05184511947631836, 0.05174169540405273, 0.05211238479614258, 0.051574783325195314, 0.05194649505615234, 0.05174784088134766, 0.05186150360107422, 0.05153279876708984, 0.05160550308227539, 0.05173759841918945, 0.051507198333740234, 0.051419136047363284, 0.051585025787353515, 0.05122048187255859, 0.05146112060546875, 0.05136896133422852, 0.05149292755126953, 0.05244307327270508, 0.05254553604125976, 0.05205811309814453, 0.05172326278686523, 0.051185695648193356, 0.05128086471557617, 0.05166694259643555, 0.05142630386352539, 0.05149184036254883, 0.05137612915039062, 0.05158399963378906, 0.05161164855957031, 0.051544063568115236, 0.051332096099853515, 0.05125017547607422, 0.05125529479980469, 0.05100646209716797, 0.05161676788330078, 0.05158092880249023, 0.051487743377685545, 0.05131574249267578, 0.10414812469482422, 0.0511486701965332, 0.05053228759765625, 0.05137203216552735, 0.05083955383300781, 0.05086822509765625, 0.05252608108520508, 0.05210214233398437, 0.051318878173828124, 0.051433376312255856, 0.051710975646972655, 0.05152460861206055, 0.05259366226196289, 0.05264179229736328, 0.051057697296142575, 0.05118255996704101, 0.051214336395263675, 0.051313663482666014, 0.05173775863647461, 0.05103292846679688, 0.05140172958374024, 0.05168537521362305, 0.05159628677368164, 0.05179699325561524, 0.05114777755737305, 0.05127577590942383, 0.05140480041503906, 0.05155635070800781, 0.051266559600830076, 0.05146323013305664, 0.051225601196289064, 0.051831745147705076, 0.05146419143676758, 0.051778560638427736, 0.05110476684570313, 0.051212287902832034, 0.05168332672119141, 0.051471359252929685, 0.051364864349365234, 0.051352638244628906, 0.05143340682983399, 0.0510832633972168, 0.05085184097290039, 0.051507198333740234, 0.05118259048461914, 0.04906598281860351, 0.05062041473388672, 0.04921036911010742, 0.04878950500488281, 0.04913151931762695, 0.049053695678710936, 0.048661502838134765, 0.048557056427001956, 0.04916428756713867, 0.048876544952392575, 0.048846847534179685, 0.049748992919921874, 0.05308940887451172, 0.051212158203125, 0.05151334381103516, 0.05195673751831055, 0.05132492828369141, 0.05132287979125977, 0.09892454528808593, 0.0490610237121582, 0.04876476669311523, 0.049006591796875, 0.04894515228271484, 0.04894003295898437, 0.0491253776550293, 0.04922060775756836, 0.04900044631958008, 0.049018878936767575, 0.049173503875732424, 0.04931071853637695, 0.048947200775146485, 0.04930252838134765, 0.04893286514282227, 0.04843110275268555, 0.04906393432617188, 0.04940185546875, 0.04919193649291992, 0.048851966857910156, 0.04919910430908203, 0.0487086067199707, 0.04910918426513672, 0.048558910369873046, 0.049261566162109374, 0.0488724479675293, 0.048957534790039066, 0.04869007873535156, 0.04911206436157227, 0.04899327850341797, 0.048922622680664066, 0.048866302490234374, 0.048817279815673825, 0.04890713500976562, 0.048866302490234374, 0.04893920135498047, 0.048501567840576174, 0.04914176177978516, 0.04904345703125, 0.04872294235229492, 0.04833894348144531, 0.04881312179565429, 0.052243392944335935, 0.051798015594482424, 0.05186252975463867, 0.051514366149902346, 0.051806209564208984, 0.051517440795898435, 0.05136076736450195, 0.05161676788330078, 0.05119385528564453, 0.051568641662597656, 0.051416065216064455, 0.051053569793701174, 0.051416065216064455, 0.0518553581237793, 0.051351551055908204, 0.049165313720703124, 0.050026496887207034, 0.051179519653320314, 0.051607551574707033, 0.05122048187255859, 0.050991104125976565, 0.10140672302246094, 0.051631103515625, 0.05125939178466797, 0.051154945373535154, 0.052071422576904294, 0.05181849670410156, 0.051468288421630856, 0.051760128021240234, 0.05144063949584961, 0.05145907211303711, 0.0518553581237793, 0.05180313491821289, 0.05146623992919922, 0.051125247955322264, 0.051344448089599606, 0.051368896484375, 0.05154611206054688, 0.05128812789916992, 0.0513135986328125, 0.05189836883544922, 0.051814399719238284, 0.05180108642578125, 0.05009100723266602, 0.05089279937744141, 0.05180108642578125, 0.051296257019042966, 0.05082009506225586, 0.05330636978149414, 0.05150124740600586, 0.05072671890258789, 0.051778560638427736, 0.051765247344970705, 0.05193830490112305, 0.051332096099853515, 0.05118259048461914, 0.05177958297729492, 0.05165158462524414, 0.05184307098388672, 0.05175807952880859, 0.051079166412353515, 0.051672065734863284, 0.05153996658325195, 0.05125222396850586, 0.05171712112426758, 0.05176729583740235, 0.05145395278930664, 0.05144780731201172, 0.05258137512207031, 0.052147201538085934, 0.0514334716796875, 0.05126348876953125, 0.05155635070800781, 0.05113151931762695, 0.05127257537841797, 0.05137612915039062, 0.051588096618652345, 0.05096857452392578, 0.05127065658569336, 0.05095731353759766, 0.05109862518310547, 0.050195457458496094, 0.05146419143676758, 0.051350528717041016, 0.10403533172607422, 0.05112627029418945, 0.05149798583984375, 0.05187481689453125, 0.051639297485351565, 0.051904544830322266, 0.05162508773803711, 0.05211836624145508, 0.0513331184387207, 0.050904064178466796, 0.05168435287475586, 0.051120128631591794, 0.05166080093383789, 0.05166080093383789, 0.05118259048461914, 0.051416065216064455, 0.051558399200439455, 0.051810302734375, 0.05116928100585937, 0.05154508972167969, 0.05096755218505859, 0.05114470291137695, 0.05125939178466797, 0.05154304122924805, 0.051318782806396485, 0.05161164855957031, 0.0514856948852539, 0.05175296020507812, 0.05125120162963867, 0.05158092880249023, 0.051637248992919924, 0.05162188720703125, 0.05122048187255859, 0.05138534545898438, 0.04923801422119141, 0.05031628799438476, 0.051454975128173826, 0.05120614242553711, 0.05152780914306641, 0.051133312225341794, 0.0514703369140625, 0.04904447937011719, 0.048895999908447264, 0.049192958831787106, 0.04923392105102539, 0.04883456039428711, 0.049181697845458984, 0.049255424499511716, 0.049140735626220705, 0.04914585494995117, 0.05109452819824219, 0.051416065216064455, 0.05140889739990234, 0.049258495330810545, 0.04896460723876953, 0.04896051025390625, 0.0488007698059082, 0.04929945755004883, 0.049314815521240236, 0.04915097427368164, 0.048732158660888675, 0.048917503356933595, 0.05111721420288086, 0.1059695053100586, 0.0534015998840332, 0.05159936141967773, 0.05165670394897461, 0.05079462432861328, 0.0515654411315918, 0.050925567626953126, 0.051419136047363284, 0.05170793533325195, 0.0515, 0.05146214294433594, 0.051751937866210934, 0.05119692611694336, 0.05135871887207031, 0.051394561767578124, 0.05087744140625, 0.051133438110351564, 0.05123891067504883, 0.05207961654663086, 0.05144575881958008, 0.05110374450683594, 0.051441825866699216, 0.05105136108398438, 0.05137919998168945, 0.051406879425048825, 0.05142115020751953, 0.05116211318969727, 0.05151948928833008, 0.05140070343017578, 0.05171625518798828, 0.05085475158691406, 0.05134134292602539, 0.05157270431518555, 0.0514068489074707, 0.05073612976074219, 0.051490814208984374, 0.05113958358764648, 0.05160550308227539, 0.05107513427734375, 0.051490753173828126, 0.05152870559692383, 0.05107097625732422, 0.051361793518066405, 0.051046398162841795, 0.05164236831665039, 0.05139353561401367, 0.05123891067504883, 0.05157580947875977, 0.05164031982421875, 0.05136588668823242, 0.051343360900878904, 0.05153279876708984, 0.05048115158081055, 0.05146419143676758, 0.05144678497314453, 0.051402751922607424, 0.05163417434692383, 0.05111603164672852, 0.05176115036010742, 0.051383296966552736, 0.052857856750488284, 0.05118873596191406, 0.050895870208740236, 0.10411110687255859, 0.05132799911499023, 0.051530750274658206, 0.051917823791503906, 0.05085184097290039, 0.051366912841796876, 0.051320831298828126, 0.051468288421630856, 0.051361793518066405, 0.05140377426147461, 0.05156147384643555, 0.05166899108886719, 0.05123187255859375, 0.05186240005493164, 0.05143040084838867, 0.051631103515625, 0.051369983673095705, 0.05166284942626953, 0.050710529327392576, 0.05166387176513672, 0.05144473648071289, 0.05120307159423828, 0.051181568145751956, 0.051092479705810545, 0.051410945892333984, 0.05174476623535156, 0.051214336395263675, 0.051606529235839846, 0.05137631988525391, 0.05089260864257812, 0.05183286285400391, 0.05213999938964844, 0.05121331024169922, 0.05168025588989258, 0.05119385528564453, 0.051550209045410154, 0.051310592651367185, 0.05133824157714844, 0.051146751403808595, 0.0510382080078125, 0.051509246826171876, 0.051143680572509766, 0.051996673583984375, 0.051493919372558594, 0.05105267333984375, 0.05119369506835938, 0.05116416168212891, 0.05117440032958984, 0.05116928100585937, 0.05158911895751953, 0.05245132827758789, 0.051760128021240234, 0.051727359771728515, 0.05130854415893555, 0.05083852767944336, 0.051432449340820315, 0.05144473648071289, 0.0516495361328125, 0.05089791870117188, 0.05141401672363281, 0.051166206359863284, 0.05161369705200195, 0.051154945373535154, 0.1036810531616211, 0.051448833465576174, 0.051533790588378904, 0.051340286254882815, 0.0514068489074707, 0.05130752182006836, 0.05042691040039062, 0.051393505096435546, 0.050917377471923826, 0.0512174072265625, 0.05139148712158203, 0.05072281646728516, 0.05120512008666992, 0.0513331184387207, 0.05065830230712891, 0.05156358337402344, 0.05144979095458985, 0.04937625503540039, 0.04930355072021484, 0.049314815521240236, 0.050846721649169924, 0.05129011154174805, 0.05125017547607422, 0.05151129531860352, 0.051553279876708984, 0.05137919998168945, 0.04940809631347656, 0.04917545700073242, 0.04935270309448242, 0.04925030517578125, 0.04911820983886719, 0.04898406219482422, 0.049439807891845704, 0.050030529022216795, 0.051266559600830076, 0.05097983932495117, 0.049132545471191405, 0.04936703872680664, 0.04925439834594727, 0.04881206512451172, 0.048783329010009764, 0.048467967987060545, 0.049137664794921876, 0.04928204727172852, 0.04865740966796875, 0.04915302276611328, 0.04917248153686524, 0.04936601638793945, 0.048911361694335936, 0.04886220932006836, 0.04915302276611328, 0.04921548843383789, 0.04914278411865235, 0.04909465789794922, 0.04884172821044922, 0.049288192749023435, 0.048771232604980466, 0.04948976135253906, 0.049097728729248044, 0.04886220932006836, 0.04919500732421875, 0.049067008972167966, 0.0490618896484375, 0.09982771301269532, 0.04893798446655274, 0.04870966339111328, 0.051361759185791014, 0.05212876892089844, 0.052654079437255856, 0.05269606399536133, 0.05194035339355469, 0.05160857772827149, 0.051011646270751956, 0.051218368530273437, 0.051266559600830076, 0.05119801712036133, 0.051360702514648436, 0.051209217071533204, 0.05159731292724609, 0.051465217590332034, 0.051533824920654295, 0.05139353561401367, 0.05163942337036133, 0.051501953125, 0.05109964752197266, 0.05140991973876953, 0.05161471939086914, 0.051631103515625, 0.05105459213256836, 0.05128806304931641, 0.05095731353759766, 0.05121535873413086, 0.0514334716796875, 0.051576831817626956, 0.05121843338012695, 0.05093276977539062, 0.05146723175048828, 0.05143657684326172, 0.05141398239135742, 0.05137919998168945, 0.05088153457641602, 0.05125734329223633, 0.05101772689819336, 0.05120000076293945, 0.05105868911743164, 0.051544063568115236, 0.051004417419433595, 0.05134953689575195, 0.05108835220336914, 0.05150521469116211, 0.051644351959228514, 0.05145804977416992, 0.05120512008666992, 0.05080780792236328, 0.05160038375854492, 0.05137510299682617, 0.05113139343261719, 0.051297279357910154, 0.05123072052001953, 0.051149822235107424, 0.05135871887207031, 0.05104844665527344, 0.051422206878662106, 0.05134950256347656, 0.05134035110473633, 0.051229633331298825]",tokens/s,19.31521439425287,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-1.8B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1844.498432,3393.716224,0.0,2749.366272,2585.357312,s,10,0.817713020324707,0.08177130203247071,0.0017450673609261166,0.08117209243774415,0.08364522857666015,0.0849723907470703,0.08603412048339844,"[0.08629955291748047, 0.08335030364990234, 0.08125138854980468, 0.0808326416015625, 0.0810927963256836, 0.08075574493408202, 0.08150611114501953, 0.0821209945678711, 0.08023673248291016, 0.08026675415039063]",tokens/s,3130.6826923013223,kWh,9.541744039156959e-07,5.228433619278451e-07,4.351788875694268e-06,5.828806641537809e-06,tokens/kWh,43919796.236791916,MB,1844.498432,3395.813376,0.0,2749.366272,2628.768768,s,10,45.24670263671875,4.524670263671875,0.011893284876975272,4.52194580078125,4.53378251953125,4.544506494140625,4.553085673828124,"[4.55523046875, 4.5133427734375, 4.5271787109375, 4.52349462890625, 4.52039697265625, 4.527849609375, 4.5313994140625, 4.51648095703125, 4.51110009765625, 4.52022900390625]",tokens/s,13.923666549985024,kWh,5.321501913543884e-05,2.9164818669173503e-05,0.00023333654016370403,0.0003157163779683163,tokens/kWh,199546.18890985235,,s,629,45.90427850341802,0.0729797750451796,0.009729252653977099,0.07159503936767578,0.07251025695800782,0.07281602630615235,0.15288290954589845,"[0.07412633514404297, 0.07440076446533203, 0.0745185317993164, 0.07484521484375, 0.07359587097167969, 0.07270297241210938, 0.07295487976074219, 0.0725032958984375, 0.0718704605102539, 0.0717998046875, 0.07187251281738281, 0.07140557098388672, 0.07241011047363281, 0.0728279037475586, 0.07255449676513671, 0.07251353454589844, 0.07184178924560547, 0.07262105560302734, 0.07237939453125, 0.072342529296875, 0.07164313507080078, 0.07216537475585938, 0.07139225769042969, 0.07148646545410156, 0.07167488098144531, 0.07242137908935548, 0.07154073333740234, 0.07204863739013671, 0.07214796447753906, 0.07182643127441406, 0.07173836517333984, 0.07221862030029297, 0.0719452133178711, 0.07195136260986328, 0.07149260711669922, 0.07235382080078125, 0.07215001678466797, 0.07205680084228516, 0.07161958312988281, 0.07250943756103516, 0.07279821014404297, 0.07184793853759766, 0.07290367889404296, 0.0722012176513672, 0.07165235137939453, 0.072595458984375, 0.07175475311279297, 0.07177327728271485, 0.07174237060546874, 0.07140249633789063, 0.07150489807128907, 0.07124172973632813, 0.07160115051269532, 0.07147634887695313, 0.07142079925537109, 0.07171481323242188, 0.07252889251708984, 0.07654195404052734, 0.07267225646972657, 0.07200358581542969, 0.07152947235107422, 0.07169741058349609, 0.15563571166992188, 0.07144140625, 0.07148544311523437, 0.0714229736328125, 0.07137792205810548, 0.07154073333740234, 0.07146803283691407, 0.07168921661376954, 0.07148748779296875, 0.07125196838378907, 0.072015869140625, 0.0714434585571289, 0.07144652557373046, 0.07144755554199218, 0.07143526458740235, 0.07141580963134765, 0.07135846710205078, 0.07186329650878906, 0.07159503936767578, 0.07138301086425781, 0.07177523040771484, 0.07191756439208985, 0.07138511657714844, 0.07143011474609375, 0.0714691162109375, 0.07133177947998047, 0.07206400299072266, 0.07146598052978516, 0.07148339080810547, 0.07149465942382813, 0.07135244750976563, 0.07228915405273438, 0.07199129486083984, 0.07153971099853515, 0.07214195251464844, 0.07162457275390625, 0.07148236846923828, 0.07145574188232422, 0.07147622680664062, 0.07152435302734375, 0.07147622680664062, 0.07173017883300781, 0.07242240142822266, 0.07143628692626953, 0.07144550323486328, 0.07149062347412109, 0.07370745849609375, 0.071552001953125, 0.07143014526367188, 0.07157561492919921, 0.07137686157226562, 0.07150895690917969, 0.0715448989868164, 0.071289794921875, 0.07157247924804687, 0.07189810943603515, 0.07256575775146484, 0.0720179214477539, 0.07132978820800781, 0.07143628692626953, 0.07151615905761718, 0.071478271484375, 0.07195954895019531, 0.15412019348144532, 0.07261593627929687, 0.07204249572753907, 0.07153766632080077, 0.07150694274902344, 0.07190835571289063, 0.07203942108154297, 0.07188070678710938, 0.0718387222290039, 0.07253708648681641, 0.07149874877929688, 0.07151312255859375, 0.07189910125732422, 0.07219609832763672, 0.07241522979736328, 0.07219609832763672, 0.07200665283203125, 0.07194111633300782, 0.07144857788085937, 0.07177216339111328, 0.07156428527832032, 0.07152435302734375, 0.071404541015625, 0.07229337310791016, 0.0715982437133789, 0.07232189178466797, 0.07304499053955078, 0.07218585968017578, 0.07157247924804687, 0.07147212982177735, 0.07146905517578125, 0.0714250259399414, 0.07145369720458984, 0.0720711669921875, 0.07135027313232421, 0.07165337371826172, 0.07138304138183593, 0.07151001739501953, 0.07149158477783203, 0.0714434585571289, 0.07209881591796875, 0.07256575775146484, 0.07190835571289063, 0.07150592041015626, 0.07148441314697265, 0.07140665435791016, 0.07138195037841796, 0.07330815887451173, 0.07221965026855469, 0.07159101104736328, 0.07144233703613281, 0.0722165756225586, 0.07188787078857421, 0.07187558746337891, 0.07241216278076172, 0.07215513610839844, 0.0714250259399414, 0.07158169555664062, 0.07205580902099609, 0.07226470184326172, 0.07152249908447265, 0.07164704132080078, 0.07141785430908203, 0.15294053649902345, 0.07213772583007813, 0.07148236846923828, 0.07144550323486328, 0.07141990661621093, 0.07155097961425781, 0.07134003448486329, 0.0716882553100586, 0.07207417297363282, 0.07252582550048828, 0.07232307434082032, 0.07238553619384766, 0.07231795501708985, 0.07151103973388671, 0.07148134613037109, 0.07183052825927734, 0.07228518676757813, 0.07243673706054687, 0.07223193359375, 0.07178342437744141, 0.07154994964599609, 0.07213056182861328, 0.07134528350830079, 0.07198809814453125, 0.07157759857177734, 0.07243981170654297, 0.07139225769042969, 0.07143321228027344, 0.0725002212524414, 0.07220428466796874, 0.07141069030761718, 0.07173426818847656, 0.0720742416381836, 0.07153049468994141, 0.07139839935302734, 0.07158169555664062, 0.07130623626708985, 0.07154605102539062, 0.07140230560302735, 0.07144652557373046, 0.07150796508789062, 0.07149465942382813, 0.07262413024902344, 0.07216844940185548, 0.073059326171875, 0.07163391876220702, 0.07140966033935547, 0.07162879943847657, 0.07215309143066406, 0.07194834899902344, 0.07152428436279297, 0.07163085174560548, 0.07161036682128906, 0.07260262298583985, 0.07228108978271484, 0.07144550323486328, 0.0714434585571289, 0.07155712127685547, 0.07133695983886719, 0.07153254699707032, 0.0716072998046875, 0.07149568176269532, 0.07149158477783203, 0.15309414672851562, 0.07136255645751953, 0.07175580596923828, 0.07164310455322266, 0.07139532470703125, 0.07184896087646485, 0.07149158477783203, 0.07176089477539062, 0.0714567642211914, 0.07160524749755859, 0.07143116760253906, 0.07155097961425781, 0.07128268432617188, 0.07143628692626953, 0.0721080322265625, 0.07152742767333985, 0.07195340728759765, 0.0717998046875, 0.07170150756835937, 0.07143628692626953, 0.07166976165771484, 0.07139328002929687, 0.07143334197998047, 0.07141567993164062, 0.07132784271240235, 0.07156521606445312, 0.07134419250488282, 0.07141779327392578, 0.07136870574951172, 0.07146701049804688, 0.07180595397949219, 0.07261695861816406, 0.07249817657470703, 0.07219513702392578, 0.07214688110351562, 0.0726087646484375, 0.07276953887939454, 0.07257190704345703, 0.07155097961425781, 0.07176396942138671, 0.07192063903808593, 0.07148041534423828, 0.07149251556396484, 0.07153049468994141, 0.0720097885131836, 0.07163180541992188, 0.07188992309570312, 0.07222169494628906, 0.07132569885253906, 0.07175081634521484, 0.07155388641357421, 0.07143321228027344, 0.07141580963134765, 0.07153868865966796, 0.07144963073730469, 0.07194624328613282, 0.07234966278076171, 0.0735129623413086, 0.07201398468017578, 0.07184162902832031, 0.07150899505615234, 0.07152639770507813, 0.07161958312988281, 0.15273472595214843, 0.0721817626953125, 0.07285453033447266, 0.0722841567993164, 0.07220633697509765, 0.07234150695800781, 0.0714803237915039, 0.07147212982177735, 0.07221247863769531, 0.07245523071289063, 0.0723117446899414, 0.07214387512207031, 0.07150694274902344, 0.07175373077392579, 0.07198617553710937, 0.07157350158691406, 0.0715489273071289, 0.07148851013183594, 0.07142707061767578, 0.07142092895507812, 0.0714629135131836, 0.07176806640625, 0.07141785430908203, 0.07138406372070312, 0.07139647674560547, 0.07157030487060546, 0.07146803283691407, 0.07146495819091797, 0.07141375732421874, 0.07154790496826172, 0.07151107025146484, 0.07144342041015625, 0.07185100555419922, 0.07181517028808594, 0.07148646545410156, 0.0713328628540039, 0.07203743743896485, 0.07147821044921875, 0.07322930908203125, 0.07284429168701172, 0.07214694213867187, 0.07164927673339844, 0.07231283569335938, 0.07260262298583985, 0.07171686553955078, 0.07191961669921874, 0.07252889251708984, 0.07248281860351563, 0.07143628692626953, 0.07152742767333985, 0.07151001739501953, 0.0715335693359375, 0.07144652557373046, 0.0727040023803711, 0.07292620849609376, 0.07252684783935547, 0.07237529754638672, 0.07170252990722656, 0.07182028961181641, 0.0714229736328125, 0.07204557037353515, 0.07154176330566406, 0.07145881652832031, 0.15435366821289062, 0.07202508544921875, 0.07218994903564453, 0.07186739349365234, 0.07218073272705078, 0.07134719848632813, 0.07238559722900391, 0.07221548461914062, 0.07241216278076172, 0.07184178924560547, 0.07194214630126954, 0.07146803283691407, 0.07222271728515625, 0.07166976165771484, 0.07240601348876953, 0.0716042251586914, 0.07220451354980469, 0.07180572509765625, 0.0720343017578125, 0.07153049468994141, 0.07171891021728516, 0.07154073333740234, 0.07239577484130859, 0.07312076568603515, 0.07245823669433593, 0.07169741058349609, 0.07252790069580078, 0.07206703948974609, 0.07212345886230469, 0.07148537445068359, 0.07223910522460937, 0.0724295654296875, 0.0715489273071289, 0.07143526458740235, 0.07208550262451172, 0.0715868148803711, 0.07253298950195312, 0.07192985534667969, 0.0719288330078125, 0.0714424285888672, 0.07221759796142578, 0.07254220581054688, 0.07175885009765624, 0.07147622680664062, 0.07144960021972656, 0.07139942169189453, 0.07147622680664062, 0.07175270080566407, 0.07210086059570313, 0.07172198486328125, 0.07231078338623047, 0.07225138854980469, 0.07237836456298828, 0.07164521789550782, 0.07197487640380859, 0.07171071624755859, 0.07147110748291016, 0.07145785522460937, 0.07145772552490234, 0.07148953247070312, 0.07153049468994141, 0.07147929382324218, 0.07183257293701172, 0.15419290161132812, 0.0719319076538086, 0.07157453155517578, 0.07133900451660156, 0.07158086395263671, 0.07154566192626953, 0.07155609893798828, 0.07177932739257813, 0.07223910522460937, 0.07164825439453125, 0.07151103973388671, 0.07149874877929688, 0.07160832214355468, 0.07286483001708985, 0.07185404968261719, 0.07166358184814453, 0.07239065551757813, 0.07162777709960938, 0.07142400360107422, 0.07145779418945312, 0.07137689971923829, 0.07147929382324218, 0.07150899505615234, 0.07147929382324218, 0.07143014526367188, 0.07144550323486328, 0.07150489807128907, 0.07147929382324218, 0.07139942169189453, 0.07138111877441407, 0.07176595306396484, 0.07276025390625, 0.07230156707763671, 0.07154994964599609, 0.07149874877929688, 0.071984130859375, 0.07214704132080078, 0.07197277069091797, 0.07147622680664062, 0.07143628692626953, 0.07141990661621093, 0.07155097961425781, 0.07132876586914062, 0.07161753845214844, 0.07156735992431641, 0.07142707061767578, 0.07145574188232422, 0.07148236846923828, 0.07152947235107422, 0.07150387573242188, 0.07297023773193359, 0.07153459167480469, 0.07137391662597656, 0.07174543762207031, 0.07197593688964844, 0.07133900451660156, 0.07137586975097657, 0.07162675476074219, 0.07164524841308594, 0.07149254608154297, 0.07288114929199219, 0.07158067321777344, 0.07160832214355468, 0.1534167022705078, 0.07255654144287109, 0.07152025604248047, 0.07147110748291016, 0.07152127838134766, 0.07155718231201172, 0.07147615814208984, 0.07213878631591797, 0.0719688949584961, 0.07150473785400391, 0.07153254699707032, 0.0713677749633789, 0.07146691131591797, 0.07148236846923828, 0.07166361236572266, 0.07142195129394531, 0.07141273498535156, 0.07221247863769531, 0.07152947235107422, 0.07151411437988281, 0.07147727966308594, 0.07141168212890625, 0.07130111694335937, 0.07153561401367188, 0.07139328002929687, 0.07157868957519531, 0.07202604675292969, 0.07173222351074218, 0.07142809295654297, 0.07216230773925782, 0.07140249633789063, 0.07125708770751953, 0.07135030364990234, 0.07157039642333984, 0.07152537536621094, 0.07153663635253907, 0.07136067199707032, 0.07143817901611328, 0.07143218994140625, 0.07128883361816406, 0.07141171264648437, 0.07147212982177735, 0.07205785369873047, 0.0722841567993164, 0.07163801574707031, 0.07146086120605469, 0.07142400360107422, 0.07148851013183594, 0.0714567642211914, 0.07157453155517578, 0.07137894439697266, 0.07154994964599609, 0.07136358642578125, 0.07146806335449218, 0.07140144348144531, 0.07132978820800781, 0.07141990661621093, 0.0713338851928711, 0.07141683197021484, 0.07153254699707032, 0.072774658203125, 0.07168000030517578, 0.07149465942382813, 0.15201997375488283, 0.07148339080810547, 0.07143628692626953, 0.07144038391113282, 0.07139942169189453, 0.07197293090820313, 0.07162464141845704, 0.07138406372070312, 0.07135743713378906, 0.07148544311523437, 0.07146803283691407, 0.07145881652832031, 0.07143218994140625, 0.07152742767333985, 0.07162982177734376, 0.07121612548828125, 0.07146495819091797, 0.0720404510498047, 0.0724695053100586, 0.07181721496582032, 0.07156018829345703, 0.07254528045654297, 0.07181414031982422, 0.07141072082519531, 0.0720823974609375, 0.0720711669921875, 0.07299686431884765, 0.07165644836425782, 0.07156121826171875, 0.071299072265625, 0.07145369720458984, 0.07160329437255859, 0.07154678344726563, 0.07152537536621094, 0.07154688262939453, 0.0715868148803711, 0.0715704345703125, 0.0713881607055664, 0.07157350158691406, 0.0714260482788086, 0.07144038391113282, 0.07158988952636719, 0.07161138916015625, 0.07159295654296875, 0.07171071624755859, 0.07247052764892578, 0.07238553619384766, 0.07274291229248046, 0.07178034973144531, 0.0724695053100586, 0.07223808288574218, 0.07157257843017578, 0.07217967987060547, 0.07244691467285157, 0.07151718139648437, 0.07182745361328124, 0.07148748779296875, 0.07153971099853515, 0.07172608184814454, 0.07232614135742188, 0.07174861145019532, 0.07182540893554687, 0.07194419097900391]",tokens/s,13.702426451450826,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-70m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1235.00544,849.870848,0.0,203.423744,184.496128,s,18,0.17785792160034175,0.009880995644463434,0.00028849658241711547,0.009792351722717285,0.010203827285766602,0.010547976160049438,0.010567451219558715,"[0.01054368019104004, 0.010040608406066895, 0.00977449607849121, 0.009805983543395996, 0.010572319984436035, 0.009761152267456054, 0.009838656425476074, 0.009730496406555177, 0.009720447540283204, 0.009830143928527832, 0.009709216117858887, 0.009674847602844238, 0.0093340482711792, 0.009970623970031739, 0.010058176040649415, 0.00970019245147705, 0.01001411247253418, 0.009778719902038574]",tokens/s,25908.32029598587,kWh,1.152578154553566e-07,6.315625308503158e-08,2.135530163707643e-07,3.919670849111525e-07,tokens/kWh,653116064.7278017,MB,1235.33312,849.870848,0.0,203.423744,193.844224,s,18,10.402695068359375,0.577927503797743,0.008339520037857094,0.5779442443847655,0.5829411499023438,0.5867088104248047,0.5985698382568359,"[0.6015350952148437, 0.5610368041992188, 0.577316650390625, 0.5771664428710938, 0.5780480346679687, 0.5784367065429687, 0.58244775390625, 0.5793241577148438, 0.5705869140625, 0.5801618041992187, 0.5777095947265625, 0.5614797973632812, 0.5778404541015625, 0.5821588134765625, 0.5775224609375, 0.577691650390625, 0.5781395263671875, 0.5840924072265625]",tokens/s,109.01021250244577,kWh,6.8063746160841315e-06,3.729610197448205e-06,1.1949573998074713e-05,2.248555881160705e-05,tokens/kWh,2801798.2798577095,,s,1133,10.560176177978532,0.009320543846406458,0.0012759106372352618,0.009179136276245118,0.00931942367553711,0.009467494201660154,0.01931186187744141,"[0.010136575698852538, 0.010117119789123535, 0.010518527984619141, 0.011207679748535156, 0.010182656288146973, 0.010301440238952637, 0.01010585594177246, 0.009370623588562011, 0.009408512115478516, 0.009662464141845703, 0.010227711677551269, 0.009968640327453614, 0.009417728424072265, 0.009302016258239745, 0.009689087867736817, 0.00939417552947998, 0.009448448181152343, 0.009433088302612304, 0.009310208320617675, 0.009481216430664062, 0.00941055965423584, 0.009150464057922364, 0.009300992012023926, 0.009226240158081055, 0.009285632133483887, 0.009370623588562011, 0.009431039810180664, 0.009575424194335937, 0.009665535926818849, 0.009380864143371583, 0.0092293119430542, 0.00941875171661377, 0.009263104438781738, 0.009482239723205567, 0.009341952323913574, 0.00931123161315918, 0.009253888130187989, 0.009623552322387695, 0.00926416015625, 0.009291744232177735, 0.009316351890563965, 0.009242624282836913, 0.00931942367553711, 0.009393152236938476, 0.009688128471374511, 0.009570240020751953, 0.009524224281311035, 0.009476096153259277, 0.009392127990722657, 0.009502719879150391, 0.00921497631072998, 0.009432064056396485, 0.00919961643218994, 0.009102335929870605, 0.00894159984588623, 0.00897225570678711, 0.009049087524414063, 0.009372672080993653, 0.00982323169708252, 0.009829376220703125, 0.010189824104309082, 0.009583616256713867, 0.019946495056152345, 0.009302016258239745, 0.00921395206451416, 0.009126912117004395, 0.00923136043548584, 0.009269248008728028, 0.00922316837310791, 0.00919961643218994, 0.009209856033325196, 0.008895487785339355, 0.008706048011779785, 0.008743935585021973, 0.008759296417236329, 0.008770560264587402, 0.00881766414642334, 0.008759296417236329, 0.00869375991821289, 0.00881868839263916, 0.00879308795928955, 0.008857600212097168, 0.008679424285888672, 0.008689663887023925, 0.008700927734375, 0.008813568115234375, 0.008691712379455567, 0.008765439987182617, 0.008687616348266602, 0.008707072257995606, 0.008688639640808106, 0.008725503921508788, 0.00882688045501709, 0.008848383903503418, 0.008791040420532227, 0.00880947208404541, 0.008836095809936523, 0.00879308795928955, 0.008792063713073731, 0.008837120056152344, 0.008756223678588868, 0.00872755241394043, 0.008868864059448242, 0.008816639900207519, 0.008864768028259277, 0.008865792274475098, 0.008829952239990235, 0.00869478416442871, 0.008721407890319824, 0.008704000473022461, 0.008741888046264648, 0.008798208236694336, 0.008839167594909669, 0.008837151527404784, 0.008818655967712403, 0.009099360466003417, 0.009208736419677734, 0.009070591926574707, 0.009049087524414063, 0.009135104179382325, 0.009229472160339355, 0.00910319995880127, 0.009110527992248535, 0.009154560089111329, 0.009095168113708496, 0.019355648040771483, 0.009136128425598144, 0.009048064231872559, 0.009202688217163087, 0.009135104179382325, 0.009116671562194823, 0.009179136276245118, 0.00918015956878662, 0.009082880020141602, 0.009126912117004395, 0.009077759742736816, 0.009078783988952637, 0.00909823989868164, 0.0090316801071167, 0.00920576000213623, 0.009142271995544434, 0.009226240158081055, 0.009197567939758301, 0.009185279846191406, 0.009160703659057617, 0.009063424110412598, 0.009071616172790528, 0.009044992446899413, 0.009179136276245118, 0.009272319793701172, 0.009160799980163574, 0.009067423820495605, 0.009197567939758301, 0.009176063537597656, 0.00908083152770996, 0.009227264404296874, 0.009239551544189453, 0.009094143867492676, 0.009169919967651367, 0.009203712463378906, 0.009226240158081055, 0.009219072341918945, 0.00922214412689209, 0.009215999603271484, 0.00923136043548584, 0.009049087524414063, 0.009220095634460449, 0.009171968460083007, 0.009270272254943847, 0.009129983901977539, 0.009188575744628906, 0.009053983688354493, 0.009191424369812011, 0.009149439811706543, 0.009174015998840332, 0.00919654369354248, 0.009157631874084473, 0.009161727905273438, 0.009043968200683594, 0.009170975685119629, 0.009255904197692871, 0.009160863876342773, 0.009115488052368163, 0.009215999603271484, 0.00920576000213623, 0.009184255599975585, 0.00912179183959961, 0.009195520401000976, 0.019381248474121093, 0.009170944213867188, 0.009167872428894042, 0.009063424110412598, 0.009252863883972168, 0.009083904266357423, 0.009169919967651367, 0.009103360176086426, 0.00918835163116455, 0.00912179183959961, 0.009159680366516113, 0.009136159896850586, 0.009019359588623047, 0.00902143955230713, 0.009095168113708496, 0.009164799690246582, 0.00909823989868164, 0.009163776397705077, 0.009117695808410644, 0.009158656120300293, 0.009170944213867188, 0.009185312271118164, 0.009213919639587403, 0.009047039985656738, 0.009116671562194823, 0.009211903572082519, 0.009175040245056153, 0.009174015998840332, 0.00913920021057129, 0.00919654369354248, 0.009142271995544434, 0.009171968460083007, 0.009154560089111329, 0.009160703659057617, 0.009229375839233398, 0.009232319831848145, 0.009142271995544434, 0.009174015998840332, 0.009191424369812011, 0.009164799690246582, 0.00908902359008789, 0.00909823989868164, 0.009107456207275391, 0.009192447662353515, 0.009194496154785157, 0.009175040245056153, 0.009224191665649414, 0.009218048095703125, 0.00922316837310791, 0.00923136043548584, 0.009201663970947266, 0.009085951805114746, 0.009075712203979493, 0.009074687957763672, 0.009172991752624511, 0.009033727645874023, 0.009083904266357423, 0.009138175964355469, 0.009157631874084473, 0.00914739227294922, 0.00923750400543213, 0.009316351890563965, 0.009243647575378417, 0.02026393508911133, 0.009143296241760255, 0.009061375617980956, 0.00904207992553711, 0.009099103927612305, 0.00919961643218994, 0.009197567939758301, 0.009195520401000976, 0.009160703659057617, 0.009228287696838379, 0.009159680366516113, 0.009232383728027344, 0.009218048095703125, 0.009169919967651367, 0.009163776397705077, 0.00920473575592041, 0.009119744300842286, 0.009210880279541016, 0.00923852825164795, 0.009668607711791993, 0.009360383987426758, 0.009329664230346679, 0.009226240158081055, 0.009163871765136718, 0.009235360145568848, 0.009151488304138184, 0.009088000297546387, 0.00922316837310791, 0.00910848045349121, 0.00919654369354248, 0.009192447662353515, 0.009226240158081055, 0.009247743606567382, 0.009218048095703125, 0.009179136276245118, 0.009210880279541016, 0.00918835163116455, 0.009234432220458985, 0.009203712463378906, 0.009241600036621094, 0.009250816345214843, 0.009194496154785157, 0.009051136016845703, 0.009227264404296874, 0.009227264404296874, 0.009191424369812011, 0.009276415824890137, 0.00912281608581543, 0.009060352325439454, 0.009172991752624511, 0.009186304092407227, 0.009084032058715821, 0.0090316801071167, 0.00905510425567627, 0.009248767852783203, 0.009243647575378417, 0.009118720054626465, 0.008986623764038085, 0.00892416000366211, 0.00885043239593506, 0.008862719535827637, 0.00911359977722168, 0.009030655860900879, 0.019396608352661132, 0.009150464057922364, 0.00912281608581543, 0.009197567939758301, 0.009101311683654785, 0.009109503746032714, 0.009166848182678223, 0.00908902359008789, 0.009137151718139648, 0.009185279846191406, 0.009181183815002441, 0.009253952026367187, 0.009087008476257324, 0.00908995246887207, 0.009132032394409179, 0.009161727905273438, 0.00913920021057129, 0.009211903572082519, 0.009278464317321777, 0.009169919967651367, 0.009077759742736816, 0.009086976051330567, 0.009208831787109375, 0.009174015998840332, 0.009181183815002441, 0.009260031700134277, 0.00909823989868164, 0.009146368026733399, 0.009189375877380371, 0.009160703659057617, 0.009184255599975585, 0.009249792098999024, 0.00914739227294922, 0.00920473575592041, 0.009245696067810059, 0.009291775703430176, 0.009069567680358886, 0.009195520401000976, 0.009206784248352052, 0.009132032394409179, 0.009063424110412598, 0.009133055686950683, 0.009143296241760255, 0.009078783988952637, 0.009349311828613281, 0.009133888244628905, 0.00906668758392334, 0.009192255973815918, 0.009144319534301757, 0.009219072341918945, 0.009079839706420898, 0.009255904197692871, 0.009261055946350098, 0.009198592185974122, 0.009141247749328613, 0.009293824195861817, 0.009278464317321777, 0.009257984161376954, 0.009269248008728028, 0.009266176223754884, 0.009197567939758301, 0.009148415565490722, 0.009181183815002441, 0.019737600326538086, 0.009267200469970703, 0.009135104179382325, 0.00921497631072998, 0.009219072341918945, 0.009197567939758301, 0.009191424369812011, 0.00922316837310791, 0.009259008407592773, 0.009307135581970214, 0.009315327644348144, 0.009284607887268067, 0.00931942367553711, 0.009195520401000976, 0.009155584335327148, 0.009136128425598144, 0.00922214412689209, 0.009190400123596192, 0.009202688217163087, 0.009332736015319825, 0.009200639724731445, 0.009227264404296874, 0.009165823936462402, 0.009000960350036622, 0.008986623764038085, 0.009043968200683594, 0.009018367767333984, 0.009227392196655273, 0.009224063873291015, 0.009268223762512207, 0.00930303955078125, 0.009286720275878907, 0.009290687561035156, 0.009325568199157714, 0.009293888092041016, 0.009355199813842774, 0.009337856292724609, 0.009239551544189453, 0.009166848182678223, 0.009272319793701172, 0.009359359741210938, 0.009284607887268067, 0.009266176223754884, 0.009273344039916993, 0.009251839637756347, 0.009235456466674804, 0.009286656379699706, 0.009333760261535644, 0.009286656379699706, 0.009310208320617675, 0.009302016258239745, 0.009225215911865235, 0.009176063537597656, 0.009224191665649414, 0.009250816345214843, 0.00930406379699707, 0.009120767593383788, 0.009150464057922364, 0.009233471870422363, 0.009338815689086915, 0.009276415824890137, 0.009270272254943847, 0.009217023849487305, 0.019334144592285156, 0.009140224456787109, 0.009145343780517578, 0.009179167747497559, 0.009268192291259766, 0.009254912376403808, 0.009278464317321777, 0.009160703659057617, 0.009176063537597656, 0.009175040245056153, 0.00941875171661377, 0.009135104179382325, 0.009235456466674804, 0.009289728164672852, 0.009273344039916993, 0.009245696067810059, 0.009188447952270508, 0.009137120246887207, 0.009135040283203125, 0.00913100814819336, 0.009266176223754884, 0.009107456207275391, 0.009163904190063476, 0.009179007530212403, 0.009244671821594238, 0.00909823989868164, 0.009096287727355956, 0.009116576194763184, 0.009085951805114746, 0.009220159530639649, 0.009242560386657715, 0.009169919967651367, 0.009153535842895508, 0.00923136043548584, 0.009198592185974122, 0.009219072341918945, 0.00921292781829834, 0.009152671813964845, 0.009095135688781739, 0.009108351707458497, 0.00913100814819336, 0.009149439811706543, 0.009228287696838379, 0.00913100814819336, 0.009441280364990234, 0.009235456466674804, 0.00921292781829834, 0.00928767967224121, 0.009194496154785157, 0.009140224456787109, 0.009195520401000976, 0.009189375877380371, 0.009197567939758301, 0.00923136043548584, 0.009284607887268067, 0.00919654369354248, 0.009151488304138184, 0.009153535842895508, 0.009083935737609863, 0.009085920333862305, 0.009227264404296874, 0.009158656120300293, 0.009119744300842286, 0.01919385528564453, 0.008897536277770996, 0.008768511772155761, 0.00910848045349121, 0.009161727905273438, 0.009086976051330567, 0.009133055686950683, 0.009117695808410644, 0.009067520141601563, 0.00921497631072998, 0.009129983901977539, 0.00918015956878662, 0.009044992446899413, 0.008796159744262694, 0.008827903747558593, 0.008866815567016602, 0.008691712379455567, 0.008760319709777833, 0.008839167594909669, 0.00882380771636963, 0.0088340482711792, 0.008731648445129395, 0.008802304267883301, 0.008795136451721192, 0.008844287872314453, 0.00890675163269043, 0.00881772804260254, 0.008837056159973145, 0.00872447967529297, 0.008742912292480469, 0.008830975532531739, 0.008797344207763671, 0.008948575973510743, 0.00951296043395996, 0.009158656120300293, 0.009202688217163087, 0.009095168113708496, 0.009115648269653321, 0.009158656120300293, 0.009143296241760255, 0.009332736015319825, 0.009127936363220214, 0.009206784248352052, 0.009300992012023926, 0.009198592185974122, 0.009124863624572753, 0.009181183815002441, 0.009224191665649414, 0.009182208061218262, 0.009182208061218262, 0.009177087783813476, 0.009157631874084473, 0.009219072341918945, 0.009235456466674804, 0.00921292781829834, 0.009206784248352052, 0.00922111988067627, 0.009272319793701172, 0.009179136276245118, 0.009088000297546387, 0.009075712203979493, 0.009242624282836913, 0.009273344039916993, 0.019775487899780272, 0.009277440071105958, 0.00930406379699707, 0.009160896301269532, 0.009081664085388184, 0.009125887870788574, 0.009217087745666503, 0.009294783592224121, 0.009259008407592773, 0.009174015998840332, 0.009237536430358887, 0.009176032066345215, 0.009359359741210938, 0.009254912376403808, 0.009415679931640625, 0.009275391578674316, 0.00912281608581543, 0.00922214412689209, 0.00928876781463623, 0.009192383766174317, 0.009159680366516113, 0.009207807540893554, 0.009309184074401856, 0.009120767593383788, 0.009166848182678223, 0.008999936103820801, 0.009118720054626465, 0.00923033618927002, 0.00922323226928711, 0.009146304130554199, 0.009227264404296874, 0.00930303955078125, 0.009255935668945312, 0.009110527992248535, 0.009076736450195312, 0.00912281608581543, 0.009102335929870605, 0.00913920021057129, 0.009243647575378417, 0.009208831787109375, 0.00909721565246582, 0.009232383728027344, 0.009280511856079102, 0.009257984161376954, 0.009200639724731445, 0.009266176223754884, 0.009227264404296874, 0.009320480346679687, 0.009240544319152832, 0.009115648269653321, 0.009124896049499513, 0.009084896087646484, 0.009176063537597656, 0.009248767852783203, 0.009246720314025878, 0.009260031700134277, 0.009182208061218262, 0.009068544387817384, 0.009130047798156739, 0.00921183967590332, 0.009153535842895508, 0.009088000297546387, 0.009128959655761718, 0.019221536636352538, 0.00914735984802246, 0.00881766414642334, 0.008739839553833008, 0.009056256294250489, 0.009115648269653321, 0.009055232048034668, 0.009151488304138184, 0.009211903572082519, 0.009256959915161133, 0.009225215911865235, 0.009248767852783203, 0.009208831787109375, 0.00923033618927002, 0.009128959655761718, 0.009155584335327148, 0.0091146240234375, 0.009055264472961426, 0.009093088150024414, 0.009335807800292969, 0.009111552238464356, 0.009262080192565919, 0.00919961643218994, 0.009070591926574707, 0.009192447662353515, 0.009271295547485351, 0.009233407974243164, 0.009169919967651367, 0.009148415565490722, 0.009164799690246582, 0.009200639724731445, 0.009159680366516113, 0.009225215911865235, 0.009076736450195312, 0.009156607627868652, 0.00912384033203125, 0.009118720054626465, 0.009143296241760255, 0.009150464057922364, 0.009190431594848633, 0.009420767784118652, 0.009259008407592773, 0.009239551544189453, 0.009190400123596192, 0.009144415855407715, 0.009088992118835449, 0.009233344078063964, 0.00922316837310791, 0.00910028839111328, 0.009146431922912597, 0.00923846435546875, 0.00919654369354248, 0.009192447662353515, 0.009241600036621094, 0.00913920021057129, 0.009236479759216308, 0.009218048095703125, 0.009034912109375, 0.009146207809448243, 0.00923852825164795, 0.00923033618927002, 0.009185279846191406, 0.00914739227294922, 0.019207231521606444, 0.009263039588928223, 0.009186304092407227, 0.009096320152282716, 0.009118592262268067, 0.009195520401000976, 0.009234432220458985, 0.009151488304138184, 0.009243647575378417, 0.00921395206451416, 0.009193471908569336, 0.009243647575378417, 0.00923750400543213, 0.009211903572082519, 0.009115648269653321, 0.009201663970947266, 0.009084927558898925, 0.009203712463378906, 0.009178112030029297, 0.009164799690246582, 0.009107456207275391, 0.00879923152923584, 0.0087326717376709, 0.008692735671997071, 0.008788991928100585, 0.008741888046264648, 0.008717311859130859, 0.008870911598205567, 0.008846336364746094, 0.008821760177612305, 0.008831999778747558, 0.008837120056152344, 0.008755200386047364, 0.008786944389343262, 0.008811552047729493, 0.008701919555664062, 0.008704000473022461, 0.008717311859130859, 0.008651776313781738, 0.008627200126647949, 0.008673279762268067, 0.008647744178771972, 0.008747967720031738, 0.008684543609619141, 0.008839167594909669, 0.008827903747558593, 0.008866815567016602, 0.008782848358154297, 0.00884227180480957, 0.008824799537658691, 0.008820735931396484, 0.008838144302368164, 0.008849408149719238, 0.00881766414642334, 0.008777728080749512, 0.00868556785583496, 0.008679424285888672, 0.008851455688476563, 0.008749055862426757, 0.008771583557128907, 0.008869888305664063, 0.008725503921508788, 0.008758272171020508, 0.018522111892700196, 0.008760479927062989, 0.008744799613952636, 0.008678400039672851, 0.008663040161132812, 0.008689663887023925, 0.008782848358154297, 0.008729599952697753, 0.009275391578674316, 0.010090496063232422, 0.009278464317321777, 0.009252863883972168, 0.009244671821594238, 0.00923852825164795, 0.009389056205749511, 0.009120767593383788, 0.009095168113708496, 0.00923852825164795, 0.009381888389587402, 0.009172991752624511, 0.009146368026733399, 0.009207807540893554, 0.009226240158081055, 0.009163776397705077, 0.009165823936462402, 0.009182208061218262, 0.009246720314025878, 0.009202688217163087, 0.009207807540893554, 0.009197567939758301, 0.009206784248352052, 0.009366527557373047, 0.009355263710021973, 0.00913100814819336, 0.00922214412689209, 0.009150464057922364, 0.009242624282836913, 0.009143296241760255, 0.009187328338623046, 0.00920473575592041, 0.009209856033325196, 0.009149439811706543, 0.009115648269653321, 0.009124863624572753, 0.009211903572082519, 0.009187328338623046, 0.009228287696838379, 0.009172991752624511, 0.009270272254943847, 0.009181183815002441, 0.009215999603271484, 0.009220095634460449, 0.009201663970947266, 0.009146400451660156, 0.009382880210876465, 0.009256959915161133, 0.009209856033325196, 0.009274368286132812, 0.009193471908569336, 0.009179136276245118, 0.009100319862365723, 0.009211872100830078, 0.009215999603271484, 0.019696672439575194, 0.009102304458618165, 0.009134079933166504, 0.00912384033203125, 0.009239551544189453, 0.009202688217163087, 0.009096192359924317, 0.00909004783630371, 0.00912281608581543, 0.009125887870788574, 0.009203712463378906, 0.009104384422302245, 0.00882585620880127, 0.008884223937988281, 0.008749055862426757, 0.008752127647399903, 0.008795136451721192, 0.008794112205505371, 0.008836095809936523, 0.008820735931396484, 0.008721407890319824, 0.009194496154785157, 0.009233407974243164, 0.009241600036621094, 0.009246720314025878, 0.009147583961486816, 0.009139007568359375, 0.009153535842895508, 0.009278464317321777, 0.009261055946350098, 0.009248767852783203, 0.009250816345214843, 0.009294848442077636, 0.009308159828186035, 0.009265151977539063, 0.009347071647644043, 0.009260031700134277, 0.009329664230346679, 0.009267200469970703, 0.0092293119430542, 0.009225215911865235, 0.009184255599975585, 0.0092293119430542, 0.00918835163116455, 0.009201663970947266, 0.009164799690246582, 0.009148415565490722, 0.009138208389282226, 0.009210847854614257, 0.009318400382995605, 0.009245696067810059, 0.009461759567260742, 0.010915840148925781, 0.010038271903991699, 0.010377216339111327, 0.009389056205749511, 0.009617568016052246, 0.009375583648681641, 0.009366527557373047, 0.009326592445373535, 0.009265151977539063, 0.009374719619750976, 0.009284607887268067, 0.01962700843811035, 0.009049087524414063, 0.009162752151489258, 0.009194496154785157, 0.00922316837310791, 0.009119744300842286, 0.00921497631072998, 0.009175040245056153, 0.009163776397705077, 0.00919961643218994, 0.009193471908569336, 0.009232383728027344, 0.009225215911865235, 0.009160703659057617, 0.009127936363220214, 0.00922214412689209, 0.009052255630493163, 0.009175968170166016, 0.009187328338623046, 0.009208831787109375, 0.009189408302307129, 0.009068511962890624, 0.009040896415710448, 0.009053183555603026, 0.009175040245056153, 0.009203712463378906, 0.009224191665649414, 0.009067520141601563, 0.009135104179382325, 0.009217023849487305, 0.009209856033325196, 0.009096192359924317, 0.009144319534301757, 0.009155584335327148, 0.009078783988952637, 0.009629695892333985, 0.009241600036621094, 0.009183232307434081, 0.009161727905273438, 0.009234432220458985, 0.009186304092407227, 0.009131168365478516, 0.009117535591125488, 0.009124863624572753, 0.00909721565246582, 0.009162816047668457, 0.009056192398071289, 0.009151488304138184, 0.009083904266357423, 0.009171968460083007, 0.00918835163116455, 0.00910028839111328, 0.009140224456787109, 0.009065471649169921, 0.00922316837310791, 0.009200672149658203, 0.0090982084274292, 0.00923033618927002, 0.009254912376403808, 0.009189375877380371, 0.009062399864196777, 0.009104384422302245, 0.009064448356628419, 0.019264511108398438, 0.009159744262695313, 0.00922822380065918, 0.009208831787109375, 0.00918835163116455, 0.009182208061218262, 0.00918835163116455, 0.009112575531005859, 0.009053183555603026, 0.009227295875549317, 0.009236448287963868, 0.009200639724731445, 0.009247743606567382, 0.009157631874084473, 0.009063424110412598, 0.009496576309204101, 0.009324543952941895, 0.00922316837310791, 0.009200639724731445, 0.009242624282836913, 0.00919961643218994, 0.009125887870788574, 0.00922214412689209, 0.009150464057922364, 0.009102335929870605, 0.0090316801071167, 0.009200639724731445, 0.009150464057922364, 0.009085951805114746, 0.009141247749328613, 0.009163776397705077, 0.009049087524414063, 0.009164799690246582, 0.009156607627868652, 0.00902143955230713, 0.009132032394409179, 0.009043968200683594, 0.009084927558898925, 0.009071616172790528, 0.009217023849487305, 0.009185279846191406, 0.009183232307434081, 0.009183232307434081, 0.009169919967651367, 0.00922214412689209, 0.009191424369812011, 0.009251839637756347, 0.00914739227294922, 0.009112640380859375, 0.009141183853149415, 0.009069567680358886, 0.009070591926574707, 0.009040063858032226, 0.00905401611328125, 0.009086976051330567, 0.009063424110412598, 0.009263104438781738, 0.009186304092407227, 0.009119903564453125, 0.009044832229614257, 0.009127936363220214, 0.009224191665649414, 0.009486495971679687, 0.01975075149536133, 0.009183232307434081, 0.0092293119430542, 0.009153535842895508, 0.009065471649169921, 0.009033760070800782, 0.009042911529541016, 0.009149439811706543, 0.009255935668945312, 0.009170944213867188, 0.009193471908569336, 0.00920576000213623, 0.009220095634460449, 0.009232383728027344, 0.009138175964355469, 0.009169919967651367, 0.009307135581970214, 0.009273344039916993, 0.009115648269653321, 0.009132032394409179, 0.009265151977539063, 0.009175040245056153, 0.009054207801818847, 0.009225215911865235, 0.009192447662353515, 0.009267200469970703, 0.009179136276245118, 0.009255071640014649, 0.00908784008026123, 0.009150464057922364, 0.009152640342712402, 0.009082752227783203, 0.009157631874084473, 0.00933683204650879, 0.009025535583496093, 0.008992768287658692, 0.008881343841552734, 0.008942399978637695, 0.008988672256469727, 0.00909004783630371, 0.009201663970947266, 0.009261055946350098, 0.009135104179382325, 0.009195648193359374, 0.009181056022644043, 0.00919961643218994, 0.009078783988952637, 0.00912281608581543, 0.00922214412689209, 0.009189375877380371, 0.009096192359924317, 0.009136128425598144, 0.009146368026733399, 0.009236479759216308, 0.009179136276245118, 0.009235456466674804, 0.009173088073730469, 0.00908073616027832, 0.009496576309204101, 0.009350144386291503, 0.009266176223754884, 0.00928767967224121, 0.009235456466674804, 0.01946224021911621, 0.008913824081420899, 0.009961471557617188, 0.009366527557373047, 0.009101311683654785, 0.00914739227294922, 0.009067520141601563, 0.009072768211364745, 0.012043135643005371, 0.009969663619995118, 0.009380864143371583, 0.00935321617126465, 0.00932249641418457, 0.00920473575592041, 0.01004851245880127, 0.009363455772399902, 0.009171968460083007, 0.00919961643218994, 0.009158656120300293, 0.009293824195861817, 0.009206784248352052, 0.009227264404296874, 0.009201727867126464, 0.00920569610595703, 0.009234432220458985, 0.009376768112182618, 0.009207807540893554, 0.009278464317321777, 0.009200639724731445, 0.009198592185974122, 0.009110655784606934, 0.009169792175292969, 0.009219072341918945, 0.009275391578674316, 0.009152511596679687, 0.009171968460083007, 0.009192447662353515, 0.009001983642578124, 0.009166848182678223, 0.009206784248352052, 0.009124863624572753, 0.00912179183959961, 0.009092096328735352, 0.009110527992248535, 0.009146368026733399, 0.009148415565490722, 0.00910028839111328, 0.009198592185974122, 0.009185279846191406, 0.009109503746032714, 0.009128959655761718, 0.009093119621276855, 0.00921497631072998, 0.009187328338623046, 0.00921292781829834, 0.009129983901977539, 0.009110527992248535, 0.009033727645874023, 0.009046015739440917, 0.009069567680358886, 0.009292799949645996, 0.009153535842895508, 0.009305120468139649]",tokens/s,107.28987669378871,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-2b,google/gemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1993.068544,3246.915584,0.0,2598.371328,2556.089856,s,10,0.4360380516052246,0.043603805160522466,0.00024512467572641004,0.04359804916381836,0.043810589981079104,0.04394996700286865,0.04406146862030029,"[0.04325033569335938, 0.043227615356445315, 0.043779617309570314, 0.04345296096801758, 0.0440893440246582, 0.04376294326782226, 0.04355395126342773, 0.04363254547119141, 0.043563552856445316, 0.04372518539428711]",tokens/s,5871.0472413488915,kWh,5.13899207412445e-07,2.8151289034729916e-07,2.020200891521756e-06,2.8156129892815e-06,tokens/kWh,90921586.51581131,MB,2022.965248,3249.012736,0.0,2600.46848,2556.092416,s,10,13.233986328125,1.3233986328124998,0.016143209450839874,1.3303784790039064,1.3396186889648436,1.3403884460449218,1.3410042517089844,"[1.2877320556640626, 1.3141046142578126, 1.3336192626953125, 1.314310302734375, 1.3076904296875, 1.341158203125, 1.3351668701171875, 1.331934326171875, 1.3394476318359374, 1.3288226318359375]",tokens/s,47.604703857152835,kWh,1.5653079140018226e-05,8.5751042105083e-06,3.5671968151077887e-05,5.990015150160442e-05,tokens/kWh,1051750.2614048072,,s,630,13.232275459289557,0.021003611840142142,0.00046629460284230864,0.021156352043151857,0.02144163818359375,0.021544959831237793,0.02225939365386963,"[0.020479999542236327, 0.020583423614501953, 0.020156415939331054, 0.020353023529052734, 0.020134912490844727, 0.020167680740356447, 0.020351999282836913, 0.02006937599182129, 0.020134912490844727, 0.02045132827758789, 0.02045644760131836, 0.021413888931274414, 0.021242879867553712, 0.02104115104675293, 0.021317632675170898, 0.021139455795288087, 0.02047385597229004, 0.020801536560058592, 0.02067865562438965, 0.02040012741088867, 0.020364288330078126, 0.020427776336669923, 0.02047385597229004, 0.02046156883239746, 0.020340736389160157, 0.020398080825805662, 0.02040934371948242, 0.020701183319091796, 0.020290559768676757, 0.02032640075683594, 0.020395008087158203, 0.020363264083862305, 0.020560895919799805, 0.02043289566040039, 0.02036735916137695, 0.02023526382446289, 0.020398080825805662, 0.020420608520507814, 0.02042163276672363, 0.020517887115478514, 0.020572160720825194, 0.02043289566040039, 0.020500608444213867, 0.020380544662475585, 0.020191232681274415, 0.02006937599182129, 0.020170751571655272, 0.020501504898071288, 0.020358144760131838, 0.020140031814575195, 0.020366336822509764, 0.020411392211914063, 0.020568063735961914, 0.02022502326965332, 0.020370431900024414, 0.020155391693115234, 0.020141056060791016, 0.020489215850830078, 0.020170751571655272, 0.020006912231445313, 0.020468736648559572, 0.020214784622192384, 0.020504575729370117, 0.02049126434326172, 0.02047488021850586, 0.021004287719726563, 0.021704704284667968, 0.02147942352294922, 0.02122956848144531, 0.021170175552368165, 0.021173248291015623, 0.021217279434204102, 0.021285888671875, 0.020364288330078126, 0.020368383407592772, 0.02083635139465332, 0.021160959243774414, 0.021219327926635743, 0.020100095748901366, 0.02045337677001953, 0.020295679092407228, 0.020155391693115234, 0.020057088851928712, 0.020229120254516602, 0.020434944152832032, 0.02049228858947754, 0.02064076805114746, 0.02046771240234375, 0.02124492835998535, 0.021127168655395507, 0.0212992000579834, 0.020564992904663085, 0.02021990394592285, 0.02108518409729004, 0.021219327926635743, 0.021028863906860353, 0.020641792297363282, 0.020237312316894532, 0.020287488937377928, 0.02043084716796875, 0.02043801689147949, 0.020587520599365236, 0.02042982482910156, 0.02045849609375, 0.02041753578186035, 0.020353023529052734, 0.02050048065185547, 0.020382720947265624, 0.020528127670288086, 0.020595712661743162, 0.020347904205322266, 0.020332544326782227, 0.020395008087158203, 0.020190208435058594, 0.020855808258056642, 0.02185625648498535, 0.02285875129699707, 0.021609472274780273, 0.021386240005493166, 0.021746688842773438, 0.022882303237915038, 0.02153267288208008, 0.021610496520996093, 0.02122035217285156, 0.021326847076416015, 0.021193727493286133, 0.021315584182739256, 0.02123776054382324, 0.021285888671875, 0.021346303939819337, 0.021388288497924804, 0.021295103073120117, 0.02206924819946289, 0.021200895309448242, 0.02104115104675293, 0.02148863983154297, 0.021210111618041993, 0.02125312042236328, 0.021301248550415038, 0.02119987106323242, 0.02132275199890137, 0.021155839920043946, 0.021154815673828126, 0.021279743194580078, 0.021209087371826172, 0.021346303939819337, 0.021223424911499023, 0.021200895309448242, 0.02046156883239746, 0.02148044776916504, 0.021329919815063478, 0.021372928619384765, 0.020583423614501953, 0.02036735916137695, 0.02102579116821289, 0.021526527404785157, 0.021308416366577147, 0.02125619125366211, 0.021161983489990235, 0.021148672103881837, 0.021587968826293946, 0.021432319641113282, 0.021752832412719726, 0.020649984359741212, 0.02012876892089844, 0.021200895309448242, 0.021816320419311523, 0.020962303161621093, 0.021117952346801756, 0.02125823974609375, 0.021530624389648437, 0.02124185562133789, 0.02149580764770508, 0.021285888671875, 0.021212160110473634, 0.0202794246673584, 0.02043379211425781, 0.02065510368347168, 0.02109337615966797, 0.021432319641113282, 0.021421056747436523, 0.021170175552368165, 0.02104422378540039, 0.021118976593017577, 0.020751359939575196, 0.021238784790039062, 0.02128691291809082, 0.020956159591674805, 0.020346879959106445, 0.020617216110229493, 0.02088243293762207, 0.021166080474853514, 0.021177343368530274, 0.020319232940673827, 0.021321727752685548, 0.022861824035644532, 0.021615615844726564, 0.02147430419921875, 0.02124799919128418, 0.020824256896972655, 0.020700992584228514, 0.02083737564086914, 0.021412864685058593, 0.021619712829589844, 0.021283840179443358, 0.021212160110473634, 0.021213184356689452, 0.02128281593322754, 0.021114879608154297, 0.02145996856689453, 0.021211135864257814, 0.02081996726989746, 0.020853759765625, 0.021008384704589843, 0.020899839401245117, 0.020948991775512696, 0.020397056579589845, 0.020541439056396483, 0.020454399108886717, 0.02042367935180664, 0.020576255798339844, 0.02025164794921875, 0.020419584274291993, 0.020348928451538087, 0.02027008056640625, 0.020632575988769532, 0.020165632247924805, 0.020170751571655272, 0.020427776336669923, 0.02041548728942871, 0.020599807739257812, 0.020287488937377928, 0.020404224395751954, 0.02020966339111328, 0.02009600067138672, 0.02033459281921387, 0.021593088150024413, 0.02227097511291504, 0.021388288497924804, 0.021304319381713867, 0.021168127059936523, 0.021184511184692383, 0.020358144760131838, 0.020739072799682616, 0.021405696868896484, 0.0212992000579834, 0.02025574493408203, 0.020050943374633787, 0.020291584014892578, 0.020148223876953125, 0.020189184188842774, 0.02167398452758789, 0.020592639923095703, 0.020406272888183592, 0.02063871955871582, 0.020551679611206054, 0.020320255279541014, 0.02083839988708496, 0.020582399368286132, 0.020393983840942383, 0.020540416717529295, 0.020426752090454102, 0.020536319732666015, 0.02042265510559082, 0.020420608520507814, 0.020386816024780274, 0.02035916709899902, 0.020388864517211915, 0.020762624740600585, 0.021193727493286133, 0.020447231292724608, 0.020412416458129884, 0.02040729522705078, 0.02049945640563965, 0.02025062370300293, 0.020397056579589845, 0.020107263565063475, 0.020609024047851563, 0.020214784622192384, 0.020330495834350586, 0.02048409652709961, 0.02046771240234375, 0.020607999801635742, 0.020575231552124023, 0.020410367965698242, 0.020427776336669923, 0.02043084716796875, 0.02048204803466797, 0.020513792037963868, 0.02043903923034668, 0.020341760635375978, 0.020567039489746093, 0.021354496002197267, 0.021367807388305664, 0.021157888412475585, 0.02105958366394043, 0.021127168655395507, 0.021251071929931642, 0.02126540756225586, 0.02108415985107422, 0.021285888671875, 0.021078016281127928, 0.021192703247070312, 0.02112512016296387, 0.0208721923828125, 0.021332992553710937, 0.02127257537841797, 0.0214517765045166, 0.021533695220947266, 0.02147942352294922, 0.02129408073425293, 0.021378047943115236, 0.02128486442565918, 0.020788223266601562, 0.02128691291809082, 0.02110054397583008, 0.020921344757080077, 0.021160959243774414, 0.021481472015380858, 0.021323776245117186, 0.02141900825500488, 0.021161983489990235, 0.021366783142089844, 0.021137407302856445, 0.02146406364440918, 0.021287935256958008, 0.02141404724121094, 0.021252960205078126, 0.0212490234375, 0.021284927368164064, 0.021333951950073243, 0.021586944580078125, 0.021275648117065428, 0.02142720031738281, 0.02146303939819336, 0.021328895568847657, 0.02123776054382324, 0.021392383575439454, 0.021327871322631836, 0.02129817581176758, 0.02104934310913086, 0.020741119384765624, 0.020523008346557618, 0.020682752609252928, 0.021196800231933592, 0.0212490234375, 0.021356544494628905, 0.021527551651000978, 0.021313535690307618, 0.021089279174804687, 0.021344255447387696, 0.021828607559204103, 0.02109951972961426, 0.021554176330566405, 0.022297599792480468, 0.021326847076416015, 0.021338111877441408, 0.02129100799560547, 0.021156864166259767, 0.021497856140136717, 0.02126131248474121, 0.021259263992309572, 0.021197824478149413, 0.02105036735534668, 0.021384191513061524, 0.021425151824951173, 0.02130636787414551, 0.021313535690307618, 0.021104639053344726, 0.021196800231933592, 0.02125619125366211, 0.021596160888671875, 0.02122547149658203, 0.021403648376464843, 0.021218303680419923, 0.020940799713134766, 0.02149990463256836, 0.021181440353393553, 0.021150720596313476, 0.021525503158569336, 0.02125721549987793, 0.021574655532836915, 0.021344255447387696, 0.02123366355895996, 0.021242879867553712, 0.02105958366394043, 0.02106368064880371, 0.020984832763671874, 0.021167104721069335, 0.021525503158569336, 0.02142207908630371, 0.021209087371826172, 0.021140480041503908, 0.021246976852416992, 0.021181440353393553, 0.021410816192626952, 0.021353471755981446, 0.021149696350097655, 0.020562944412231447, 0.020881471633911134, 0.021219263076782225, 0.021585920333862304, 0.021195775985717775, 0.02092748832702637, 0.021154815673828126, 0.02106470489501953, 0.02128281593322754, 0.021283840179443358, 0.021188608169555666, 0.021347328186035155, 0.021381120681762695, 0.02165350341796875, 0.02108723258972168, 0.020939775466918945, 0.021379072189331053, 0.02128179168701172, 0.021210111618041993, 0.021204992294311522, 0.021186559677124024, 0.021174272537231444, 0.021203968048095705, 0.021175296783447265, 0.02062745666503906, 0.020783103942871094, 0.021194751739501954, 0.021378047943115236, 0.021251071929931642, 0.021212160110473634, 0.020797439575195312, 0.021359615325927735, 0.021164031982421876, 0.021243904113769533, 0.021324800491333007, 0.020773887634277344, 0.02089574432373047, 0.021156864166259767, 0.021158912658691405, 0.021182464599609374, 0.021385215759277345, 0.02124595260620117, 0.02104832077026367, 0.021397504806518555, 0.021348352432250976, 0.02107187271118164, 0.021259263992309572, 0.020939775466918945, 0.02131865692138672, 0.021587968826293946, 0.021465087890625, 0.021209087371826172, 0.021377023696899415, 0.02128895950317383, 0.021097471237182617, 0.021186559677124024, 0.02124799919128418, 0.02109235191345215, 0.020950016021728517, 0.020852767944335937, 0.021008352279663085, 0.020951040267944337, 0.020612096786499022, 0.02102374458312988, 0.021343231201171875, 0.021188608169555666, 0.02131046485900879, 0.021140480041503908, 0.021230592727661132, 0.020971519470214844, 0.021159936904907226, 0.02103603172302246, 0.020954111099243163, 0.021073919296264648, 0.020995071411132812, 0.020908031463623047, 0.021148672103881837, 0.020986879348754883, 0.020985855102539062, 0.02110873603820801, 0.02131455993652344, 0.020908031463623047, 0.02104319953918457, 0.02127769660949707, 0.020690944671630858, 0.021024768829345702, 0.02106675148010254, 0.02082508850097656, 0.02089574432373047, 0.020960256576538085, 0.020933631896972657, 0.02109235191345215, 0.021370880126953123, 0.02127052879333496, 0.02101043128967285, 0.020975616455078124, 0.02080460739135742, 0.021148672103881837, 0.021917695999145507, 0.021526527404785157, 0.021410816192626952, 0.02108723258972168, 0.02149478340148926, 0.02129715156555176, 0.02129100799560547, 0.02129715156555176, 0.021214208602905273, 0.02126438331604004, 0.02125721549987793, 0.021425151824951173, 0.021315584182739256, 0.02122547149658203, 0.021150720596313476, 0.02128281593322754, 0.02124799919128418, 0.021380096435546874, 0.02124799919128418, 0.02125312042236328, 0.02127462387084961, 0.021342208862304687, 0.021130239486694336, 0.021746688842773438, 0.021410816192626952, 0.021201919555664063, 0.021373952865600586, 0.02131455993652344, 0.021350400924682617, 0.021243904113769533, 0.021313535690307618, 0.021360639572143555, 0.02125823974609375, 0.021202943801879884, 0.021255168914794922, 0.021337087631225587, 0.02148044776916504, 0.02088243293762207, 0.020745216369628908, 0.020832256317138673, 0.02106879997253418, 0.020823040008544923, 0.020758527755737305, 0.020935680389404295, 0.021242879867553712, 0.021327871322631836, 0.02090291213989258, 0.02229248046875, 0.021377023696899415, 0.021214208602905273, 0.021287935256958008, 0.021416959762573243, 0.02122854423522949, 0.02125312042236328, 0.021279743194580078, 0.021159936904907226, 0.02142310333251953, 0.02128998374938965, 0.021097471237182617, 0.021167104721069335, 0.02129817581176758, 0.021197824478149413, 0.021392383575439454, 0.02125721549987793, 0.02126950454711914, 0.021279743194580078, 0.021296127319335938, 0.021188608169555666, 0.02152448081970215, 0.02141801643371582, 0.021282783508300783, 0.022231039047241212, 0.021527551651000978, 0.021440511703491212, 0.02125823974609375, 0.02128179168701172, 0.021212160110473634, 0.02128895950317383, 0.021437440872192383, 0.02328166389465332, 0.02123263931274414, 0.021953535079956055, 0.02150092887878418, 0.021432319641113282, 0.02122444725036621, 0.020964351654052735, 0.02109542465209961, 0.02125823974609375, 0.02099404716491699, 0.02083328056335449, 0.02087321662902832, 0.021519359588623048, 0.021317632675170898, 0.021529600143432616, 0.021138431549072266, 0.02141900825500488, 0.021410816192626952, 0.02127462387084961, 0.021155839920043946, 0.021255168914794922, 0.021203968048095705, 0.021115903854370118, 0.02111692810058594, 0.021235712051391603, 0.021167104721069335, 0.021195775985717775, 0.02103910446166992, 0.021313535690307618, 0.02106265640258789, 0.021124095916748048, 0.02040012741088867, 0.02043084716796875, 0.020339712142944336, 0.020560895919799805, 0.020353023529052734, 0.02082508850097656, 0.0214835205078125, 0.02106982421875, 0.02147020721435547, 0.021176319122314453, 0.02129715156555176, 0.021243904113769533, 0.021153791427612305, 0.02041548728942871, 0.020471807479858398, 0.020530176162719727, 0.020311040878295897, 0.02038684844970703, 0.02046051216125488, 0.020553728103637696, 0.02063052749633789, 0.020530176162719727, 0.02044927978515625, 0.020199424743652345]",tokens/s,47.610858913741595,,,,,,MB,1833.172992,2779.250688,0.0,2149.5808,2147.522048,s,1,8.450607421875,8.450607421875,0.0,8.450607421875,8.450607421875,8.450607421875,8.450607421875,[8.450607421875],,kWh,1.8347537004856604e-05,1.0040407183136742e-05,2.4946408845996637e-05,5.333435303398998e-05, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,s,s,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/s/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694737c-4a30b1da01f89b2222616a27;44c80fb5-0ab3-4e93-a5bb-fa7dd4db4b9c) Repository Not Found for url: https://huggingface.co/s/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: s is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-40b,tiiuae/falcon-40b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1481, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1572, in _check_and_enable_flash_attn_2 raise ValueError( ValueError: FalconForCausalLM does not support Flash Attention 2.0 yet. Please request to add support where the model is hosted, on its model hub page: https://huggingface.co//tmp/tmp8jcr5a1t/no_weights_model/discussions/new or in the Transformers GitHub repo: https://github.com/huggingface/transformers/issues/new ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-7b,google/gemma-7b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1820.639232,7019.692032,0.0,6371.147776,6308.565504,s,10,1.3269676208496095,0.13269676208496095,0.00013363241314515013,0.13269898986816409,0.13286409454345702,0.13290929641723634,0.13294545791625978,"[0.13277850341796876, 0.1325766143798828, 0.1327298583984375, 0.13250434875488282, 0.1326087646484375, 0.13266812133789063, 0.13273170471191406, 0.1325611572265625, 0.13295449829101563, 0.1328540496826172]",tokens/s,1929.2106000001147,kWh,1.5680979068530643e-06,8.592434780324572e-07,6.275381482289502e-06,8.702722867175024e-06,tokens/kWh,29416080.910215143,MB,1844.772864,7021.789184,0.0,6373.244928,6308.568064,s,10,19.883057861328126,1.9883057861328126,0.013294463060267709,1.9879600219726563,2.0058687622070313,2.008191766357422,2.010050169677734,"[2.0105147705078124, 2.0053525390625, 1.980619140625, 1.9927418212890624, 1.9865767822265625, 2.000463623046875, 1.97184814453125, 1.972032958984375, 1.9735648193359374, 1.98934326171875]",tokens/s,31.68526714521757,kWh,2.366944106467444e-05,1.2971541711587019e-05,7.098237476831017e-05,0.00010762335754457161,tokens/kWh,585374.787010421,,s,630,19.88116284370422,0.03155740133921305,0.0006153156905783781,0.03132774448394775,0.03240140914916992,0.03260605411529541,0.03326953399658203,"[0.03134771156311035, 0.031154176712036134, 0.03386777496337891, 0.032276481628417966, 0.032704513549804685, 0.031340543746948245, 0.0313436164855957, 0.03112550354003906, 0.0310435848236084, 0.03133337593078613, 0.0320819206237793, 0.031926271438598636, 0.03171737670898438, 0.03251302337646484, 0.033157119750976564, 0.03241062545776367, 0.032418815612792966, 0.032301055908203126, 0.03204201507568359, 0.031199199676513672, 0.031492095947265625, 0.030893056869506837, 0.03075071907043457, 0.031320064544677735, 0.030846975326538087, 0.030935039520263673, 0.03162931251525879, 0.03122585678100586, 0.032140289306640625, 0.03270867156982422, 0.03321644973754883, 0.0317388801574707, 0.031660032272338864, 0.03222016143798828, 0.03199078369140625, 0.031105024337768555, 0.03251609420776367, 0.03134771156311035, 0.032105472564697264, 0.032586753845214846, 0.03225395202636719, 0.03263692855834961, 0.03248332977294922, 0.03259801483154297, 0.031264768600463864, 0.03196211242675781, 0.032467967987060545, 0.03124940872192383, 0.032336894989013674, 0.03187711906433106, 0.03135078430175781, 0.03153510475158691, 0.033274879455566404, 0.03260927963256836, 0.03165798377990723, 0.03118284797668457, 0.03127603149414063, 0.03229695892333984, 0.03199180793762207, 0.032353279113769534, 0.03159244728088379, 0.032840705871582034, 0.03150131225585937, 0.033035263061523434, 0.03124224090576172, 0.03237091064453125, 0.03228956985473633, 0.03127807998657227, 0.03242393493652344, 0.032336894989013674, 0.030916608810424805, 0.0314071044921875, 0.031648767471313476, 0.031148031234741212, 0.03138252830505371, 0.03160576057434082, 0.03128319931030273, 0.031264768600463864, 0.03102207946777344, 0.032333824157714845, 0.03123200035095215, 0.03120025634765625, 0.03220889663696289, 0.030846975326538087, 0.03099238395690918, 0.031793216705322265, 0.03191289520263672, 0.03168972778320313, 0.03189452743530274, 0.031357952117919925, 0.03161497688293457, 0.03141222381591797, 0.03162419128417969, 0.03247206497192383, 0.03136614418029785, 0.03230003356933594, 0.031297536849975584, 0.031748096466064454, 0.031438848495483396, 0.031267839431762694, 0.03257651138305664, 0.03226214218139648, 0.03240140914916992, 0.032522239685058595, 0.031768575668334964, 0.03222937774658203, 0.031281152725219724, 0.03181158447265625, 0.03243318557739258, 0.03237065505981445, 0.03209625625610352, 0.032123905181884765, 0.0323061752319336, 0.03155660820007324, 0.03197235107421875, 0.03072204780578613, 0.03125657653808594, 0.03273625564575195, 0.03249049758911133, 0.03213516616821289, 0.03240140914916992, 0.03260211181640625, 0.03272192001342773, 0.03242803192138672, 0.032074752807617186, 0.03122483253479004, 0.031591424942016604, 0.0325591049194336, 0.032315391540527344, 0.03200102233886719, 0.03083673667907715, 0.031438848495483396, 0.03233587265014649, 0.03115724754333496, 0.03151872062683105, 0.03217407989501953, 0.03226214218139648, 0.03194879913330078, 0.032494590759277346, 0.031237119674682616, 0.03178803253173828, 0.03183718490600586, 0.03150540733337402, 0.03117568016052246, 0.03184639930725098, 0.03264409637451172, 0.03126067161560059, 0.03117158317565918, 0.031180799484252928, 0.03129548835754394, 0.03158937644958496, 0.031410175323486327, 0.031441919326782225, 0.031067136764526368, 0.031058944702148438, 0.030838783264160157, 0.031508480072021484, 0.030988288879394532, 0.030723072052001952, 0.031066112518310547, 0.03148595237731933, 0.030842880249023437, 0.030905344009399413, 0.030966783523559572, 0.03119206428527832, 0.03138457679748535, 0.031222784042358398, 0.031118335723876952, 0.031084543228149415, 0.030866432189941406, 0.031120384216308594, 0.0310118408203125, 0.031453184127807614, 0.031121408462524414, 0.031188991546630858, 0.031335424423217774, 0.03230822372436523, 0.03239014434814453, 0.03125862312316895, 0.031170560836791993, 0.0314654712677002, 0.031152128219604492, 0.03126681518554687, 0.03136204719543457, 0.03151667213439941, 0.03101286315917969, 0.03119206428527832, 0.03131289672851562, 0.03143987274169922, 0.031199327468872072, 0.031212448120117187, 0.03137433624267578, 0.03094528007507324, 0.031117311477661135, 0.03118796730041504, 0.031085567474365236, 0.031180799484252928, 0.031078399658203124, 0.032091136932373046, 0.03240857696533203, 0.03177676773071289, 0.031098880767822266, 0.03121664047241211, 0.03185766410827637, 0.031188991546630858, 0.032290817260742184, 0.032543743133544925, 0.0321710090637207, 0.03119001579284668, 0.03130060768127441, 0.031046688079833986, 0.03083977508544922, 0.03168870353698731, 0.031458303451538085, 0.031060991287231447, 0.03116646385192871, 0.031123455047607423, 0.03129446411132813, 0.031545343399047854, 0.031024127960205077, 0.03240140914916992, 0.03118284797668457, 0.031100927352905275, 0.03121664047241211, 0.031731712341308595, 0.0321003532409668, 0.033807361602783206, 0.032625663757324216, 0.03197747230529785, 0.03180646324157715, 0.031135744094848632, 0.031243263244628908, 0.03131494331359863, 0.03114188766479492, 0.03192422485351563, 0.03227443313598633, 0.03244441604614258, 0.03214131164550781, 0.03206041717529297, 0.03206655883789063, 0.0322529296875, 0.032080894470214845, 0.03176345634460449, 0.031336448669433595, 0.03194572830200195, 0.032702465057373044, 0.030904319763183592, 0.03104256057739258, 0.031558656692504884, 0.03231948852539063, 0.03178188705444336, 0.03139891242980957, 0.030899200439453125, 0.0313384952545166, 0.03118694305419922, 0.030699520111083983, 0.031072256088256835, 0.031322111129760744, 0.03120947265625, 0.03115110397338867, 0.031122432708740235, 0.031308799743652346, 0.03125043106079101, 0.031197183609008788, 0.03196723175048828, 0.031143936157226562, 0.0314839038848877, 0.030688255310058594, 0.030906368255615234, 0.03121971130371094, 0.032309249877929686, 0.032110591888427735, 0.0318525447845459, 0.03139583969116211, 0.03131699180603027, 0.03097907257080078, 0.03117465591430664, 0.0317071361541748, 0.03214950561523437, 0.031525888442993165, 0.031109119415283205, 0.03127705574035645, 0.030880767822265624, 0.03103027153015137, 0.031083520889282228, 0.031212543487548827, 0.03105996894836426, 0.030861312866210938, 0.0311910400390625, 0.031131647109985353, 0.031222784042358398, 0.031113216400146484, 0.03101286315917969, 0.031068159103393556, 0.03126067161560059, 0.03136716842651367, 0.032331775665283204, 0.03219046401977539, 0.03139686393737793, 0.032369663238525394, 0.031111167907714843, 0.031119359970092773, 0.03232665634155273, 0.034541568756103515, 0.03147776031494141, 0.0325591049194336, 0.03203379058837891, 0.03159244728088379, 0.031226879119873048, 0.03182489585876465, 0.0323061752319336, 0.032099327087402346, 0.03250175857543945, 0.03320217514038086, 0.03259910583496094, 0.032092159271240234, 0.03093708801269531, 0.030842880249023437, 0.03167231941223145, 0.03098214340209961, 0.03075584030151367, 0.031510528564453126, 0.03127807998657227, 0.031611904144287106, 0.031716352462768556, 0.03225600051879883, 0.032745471954345705, 0.031337472915649416, 0.03228876876831055, 0.032517120361328124, 0.031748096466064454, 0.032215038299560544, 0.03213107299804688, 0.03189248085021973, 0.03206758499145508, 0.03207680130004883, 0.031107072830200196, 0.03223961639404297, 0.0319498233795166, 0.03175833511352539, 0.03142758369445801, 0.031169536590576172, 0.031884288787841795, 0.031784959793090824, 0.0321638412475586, 0.032368640899658206, 0.032217086791992186, 0.032121856689453124, 0.03200204849243164, 0.031161344528198243, 0.03158220863342285, 0.031307775497436525, 0.031680511474609374, 0.03241676712036133, 0.03316633605957031, 0.03117568016052246, 0.03118387222290039, 0.031185920715332032, 0.03125862312316895, 0.030835712432861328, 0.03119513511657715, 0.032748542785644534, 0.032094207763671875, 0.03153715133666992, 0.03196620750427246, 0.0307640323638916, 0.031056896209716797, 0.03230003356933594, 0.03258777618408203, 0.031352832794189454, 0.03381964874267578, 0.0322979850769043, 0.03206758499145508, 0.032145408630371096, 0.03118796730041504, 0.0313436164855957, 0.030849023818969725, 0.031139839172363282, 0.031286272048950195, 0.031083520889282228, 0.030842880249023437, 0.030904319763183592, 0.03230822372436523, 0.03214233779907227, 0.03114188766479492, 0.031032320022583007, 0.03143168067932129, 0.031136768341064453, 0.031124479293823244, 0.03122585678100586, 0.031128576278686523, 0.03115724754333496, 0.03132825660705566, 0.03117568016052246, 0.03136511993408203, 0.03128832054138184, 0.03250175857543945, 0.031101951599121092, 0.031121408462524414, 0.03117977523803711, 0.03214233779907227, 0.03243315124511719, 0.0307957763671875, 0.031087615966796874, 0.031081504821777343, 0.03124732780456543, 0.030732288360595703, 0.030706687927246092, 0.03112652778625488, 0.031230976104736328, 0.03231027221679687, 0.03232153701782227, 0.03190169525146484, 0.03113471984863281, 0.031409151077270506, 0.03128319931030273, 0.031041536331176758, 0.031128576278686523, 0.031373311996459964, 0.03119308853149414, 0.03119615936279297, 0.03059404754638672, 0.03135078430175781, 0.031120384216308594, 0.030917631149291993, 0.030922752380371094, 0.03137945556640625, 0.03122790336608887, 0.03159040069580078, 0.03182387161254883, 0.031069183349609376, 0.031236095428466795, 0.0311592960357666, 0.03138764762878418, 0.03120025634765625, 0.031281152725219724, 0.031066112518310547, 0.031093759536743162, 0.031047679901123046, 0.031038463592529295, 0.031264768600463864, 0.03127603149414063, 0.03283865737915039, 0.03155148887634277, 0.030871551513671876, 0.031140863418579103, 0.03080294418334961, 0.03083776092529297, 0.031344671249389645, 0.031127519607543945, 0.03102720069885254, 0.03143168067932129, 0.030855167388916017, 0.031075328826904298, 0.03124019241333008, 0.03170816040039062, 0.03116646385192871, 0.03147776031494141, 0.03158016014099121, 0.03127705574035645, 0.0309616641998291, 0.03121664047241211, 0.03149619293212891, 0.03115519905090332, 0.031129600524902344, 0.031254528045654296, 0.03098214340209961, 0.03115724754333496, 0.031021055221557618, 0.03125555229187012, 0.03099443244934082, 0.03115110397338867, 0.03268710327148437, 0.031269887924194335, 0.031156223297119142, 0.03122380828857422, 0.030963712692260743, 0.03096883201599121, 0.030924800872802735, 0.03079680061340332, 0.031106048583984375, 0.03119206428527832, 0.031488000869750975, 0.031197183609008788, 0.031169536590576172, 0.03114188766479492, 0.030920703887939452, 0.03140812873840332, 0.031007743835449218, 0.030834688186645507, 0.031682559967041016, 0.03179212760925293, 0.031158304214477538, 0.0310732479095459, 0.031094783782958983, 0.03121151924133301, 0.033040382385253905, 0.032282623291015625, 0.03127705574035645, 0.031562751770019534, 0.031143936157226562, 0.030887935638427736, 0.03142860794067383, 0.032347137451171876, 0.03133235168457031, 0.03106412887573242, 0.031394752502441406, 0.03115827178955078, 0.03120742416381836, 0.031131647109985353, 0.031024127960205077, 0.03099238395690918, 0.03118387222290039, 0.03116851234436035, 0.031088640213012695, 0.031154176712036134, 0.031323135375976564, 0.03080703926086426, 0.031373311996459964, 0.0319180793762207, 0.03148595237731933, 0.031074304580688477, 0.031486976623535154, 0.032996353149414064, 0.031854591369628905, 0.03224883270263672, 0.03206860733032227, 0.03120742416381836, 0.031355903625488284, 0.031324159622192385, 0.03115519905090332, 0.031222784042358398, 0.03146751976013184, 0.03122380828857422, 0.031154176712036134, 0.031120384216308594, 0.030884864807128907, 0.03116339111328125, 0.03165286445617676, 0.03172761535644531, 0.031205375671386718, 0.03129651260375976, 0.030717952728271485, 0.030822399139404297, 0.03130572891235352, 0.030661632537841797, 0.030886911392211915, 0.0316753921508789, 0.03121561622619629, 0.031025152206420898, 0.031071231842041015, 0.032215038299560544, 0.03186380767822266, 0.031132671356201173, 0.031137792587280274, 0.0314839038848877, 0.03143270492553711, 0.030855167388916017, 0.030918655395507814, 0.03099545669555664, 0.031457279205322264, 0.031099903106689454, 0.031115264892578126, 0.03100057601928711, 0.031340543746948245, 0.03189657592773437, 0.032350208282470705, 0.03128422355651855, 0.031335424423217774, 0.031230976104736328, 0.03118796730041504, 0.03135385513305664, 0.030897151947021483, 0.030895103454589845, 0.03118387222290039, 0.03183923149108887, 0.03139379119873047, 0.03122790336608887, 0.031212543487548827, 0.03134771156311035, 0.03115007972717285, 0.031899648666381834, 0.03150028800964356, 0.031046655654907225, 0.031226879119873048, 0.03127807998657227, 0.031036415100097657, 0.03137945556640625, 0.031286272048950195, 0.03103539276123047, 0.030917631149291993, 0.03127603149414063, 0.03183718490600586, 0.03124940872192383, 0.031090688705444337, 0.03120742416381836, 0.03129651260375976, 0.03116543960571289, 0.031119359970092773, 0.031406080245971676, 0.03270348739624023, 0.03571712112426758, 0.0332564468383789, 0.03268915176391601, 0.030868480682373047, 0.031094783782958983, 0.031476736068725586, 0.03254272079467774, 0.030916608810424805, 0.031286272048950195, 0.033732608795166014, 0.0323389778137207, 0.031161312103271485, 0.03204915237426758, 0.031942655563354495, 0.03132723236083984, 0.03136614418029785, 0.03139583969116211, 0.0312412166595459, 0.031291391372680666, 0.031230976104736328, 0.031453184127807614, 0.03119923210144043, 0.031237119674682616, 0.031869951248168944, 0.03163545608520508, 0.032966655731201173, 0.03235942459106445, 0.031297536849975584, 0.031716352462768556]",tokens/s,31.68828729751602,,,,,,MB,4750.635008,6422.003712,0.0,5792.333824,5786.358272,s,1,11.19784375,11.19784375,0.0,11.19784375,11.19784375,11.19784375,11.19784375,[11.19784375],,kWh,5.108825101388499e-05,2.7984937504828067e-05,7.323616970000141e-05,0.00015230935821871445, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-125m,facebook/opt-125m,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1189.961728,860.356608,0.0,213.909504,170.743808,s,10,0.1959003505706787,0.019590035057067873,0.0010233483732580177,0.01937462329864502,0.020302376747131347,0.021179235935211177,0.021880723285675047,"[0.022056095123291014, 0.018721183776855468, 0.018744319915771485, 0.019989568710327147, 0.020107519149780272, 0.018741504669189453, 0.018763519287109374, 0.018740480422973632, 0.019985727310180664, 0.020050432205200194]",tokens/s,13067.8683960618,kWh,2.301899942545679e-07,1.2613136213985853e-07,4.833423667859141e-07,8.396637231803405e-07,tokens/kWh,304883958.8190915,MB,1189.961728,860.356608,0.0,213.909504,191.396864,s,10,12.166089111328125,1.2166089111328127,0.0319861550794473,1.2338013916015624,1.2383833374023436,1.2499125549316406,1.259135928955078,"[1.2614417724609375, 1.1966971435546876, 1.181048828125, 1.234597412109375, 1.2346832275390625, 1.14687353515625, 1.2073231201171875, 1.2342279052734375, 1.2358212890625, 1.2333748779296876]",tokens/s,51.78328008574197,kWh,1.4253392052042297e-05,7.809042589724415e-06,2.786581920141153e-05,4.992825384317823e-05,tokens/kWh,1261810.601225498,,s,629,12.318024711608887,0.019583505105896484,0.0023829722213566315,0.019557376861572266,0.01972305908203125,0.02029158363342285,0.03738846145629883,"[0.020954111099243163, 0.02042470359802246, 0.020282367706298828, 0.02053222465515137, 0.020568063735961914, 0.02066227149963379, 0.020767744064331056, 0.020784128189086915, 0.02030284881591797, 0.02060697555541992, 0.020592639923095703, 0.020899839401245117, 0.020716543197631835, 0.020485120773315428, 0.020345855712890625, 0.0206878719329834, 0.02050764846801758, 0.020297727584838866, 0.020989952087402345, 0.020699136734008788, 0.020332544326782227, 0.020163583755493163, 0.020156415939331054, 0.020057088851928712, 0.020076543807983398, 0.020504575729370117, 0.01987276840209961, 0.019698688507080078, 0.019663871765136717, 0.019551231384277345, 0.01963007926940918, 0.019599359512329103, 0.019568639755249022, 0.01963212776184082, 0.019991552352905274, 0.01957683181762695, 0.01958502388000488, 0.019543039321899415, 0.019604480743408204, 0.019619840621948242, 0.019553279876708983, 0.019523584365844726, 0.01966080093383789, 0.019588096618652344, 0.019532800674438477, 0.01963315200805664, 0.019535871505737306, 0.019535871505737306, 0.019550207138061524, 0.019558399200439454, 0.01962393569946289, 0.019531776428222656, 0.019560447692871095, 0.01969152069091797, 0.019631103515625, 0.019572736740112305, 0.019572736740112305, 0.019575807571411134, 0.019619840621948242, 0.019572736740112305, 0.01948569679260254, 0.019566591262817384, 0.03738627243041992, 0.018154464721679687, 0.018157567977905274, 0.018150400161743165, 0.0182108154296875, 0.01820569610595703, 0.0182108154296875, 0.018380800247192384, 0.018157567977905274, 0.018233343124389647, 0.018192384719848635, 0.018266111373901366, 0.018149375915527344, 0.01822412872314453, 0.018326528549194337, 0.01826918411254883, 0.01822719955444336, 0.018206720352172853, 0.018197504043579102, 0.01816985511779785, 0.018214912414550782, 0.018164735794067383, 0.0182794246673584, 0.018106367111206053, 0.01821388816833496, 0.01857535934448242, 0.01816268730163574, 0.019144704818725586, 0.019530752182006835, 0.019603456497192383, 0.0196177921295166, 0.019500032424926757, 0.019572736740112305, 0.019545087814331053, 0.019552255630493166, 0.019547136306762695, 0.01966592025756836, 0.019560447692871095, 0.019570688247680663, 0.019511295318603517, 0.019537919998168944, 0.01943142318725586, 0.019607551574707033, 0.01963417625427246, 0.01958502388000488, 0.019562496185302734, 0.01963827133178711, 0.019575807571411134, 0.019573759078979493, 0.019533824920654298, 0.019612672805786133, 0.01959321594238281, 0.019735551834106444, 0.01957891273498535, 0.01953481674194336, 0.019566591262817384, 0.019574783325195313, 0.019582975387573243, 0.019554304122924804, 0.01964339256286621, 0.019540992736816407, 0.019548160552978516, 0.019606527328491212, 0.03739648056030274, 0.01824358367919922, 0.018276351928710938, 0.018159616470336915, 0.01822105598449707, 0.0182609920501709, 0.01824051284790039, 0.01823846435546875, 0.01822412872314453, 0.018264064788818358, 0.01821286392211914, 0.01829478454589844, 0.018601984024047852, 0.018198528289794923, 0.01818009567260742, 0.018249727249145507, 0.01821388816833496, 0.01824665641784668, 0.01821900749206543, 0.018145280838012694, 0.018276351928710938, 0.01815449523925781, 0.018118656158447266, 0.018185216903686522, 0.01818009567260742, 0.0182476806640625, 0.018157567977905274, 0.01822412872314453, 0.01822003173828125, 0.018184192657470705, 0.018136064529418947, 0.01823027229309082, 0.01817087936401367, 0.01837772750854492, 0.018481151580810547, 0.01847603225708008, 0.018388992309570314, 0.018203712463378905, 0.018227136611938477, 0.01820569610595703, 0.018513919830322266, 0.020970495223999023, 0.01985740852355957, 0.019615743637084963, 0.019555328369140625, 0.019587072372436523, 0.019527679443359376, 0.019525632858276368, 0.019548160552978516, 0.01964339256286621, 0.019611648559570313, 0.019594240188598632, 0.019577856063842772, 0.01964339256286621, 0.019556352615356445, 0.01961881637573242, 0.019572736740112305, 0.019711999893188475, 0.019596288681030274, 0.01946931266784668, 0.019466239929199217, 0.01961881637573242, 0.019501056671142578, 0.04007424163818359, 0.019982336044311523, 0.019549184799194336, 0.019538944244384765, 0.01963212776184082, 0.019587072372436523, 0.019568639755249022, 0.019598335266113282, 0.019677183151245118, 0.01964339256286621, 0.0196997127532959, 0.01963724708557129, 0.01960140800476074, 0.019594240188598632, 0.019583999633789064, 0.019521535873413084, 0.01963417625427246, 0.019558399200439454, 0.01946112060546875, 0.01943756866455078, 0.019561471939086913, 0.01963929557800293, 0.019555328369140625, 0.019528703689575197, 0.019534847259521485, 0.01962700843811035, 0.019612672805786133, 0.019558399200439454, 0.019587072372436523, 0.019590143203735352, 0.019615743637084963, 0.019552255630493166, 0.019547136306762695, 0.01960038375854492, 0.019570688247680663, 0.019604480743408204, 0.019610624313354492, 0.019544063568115236, 0.01947750473022461, 0.019571712493896484, 0.01958198356628418, 0.01954198455810547, 0.019543039321899415, 0.019545087814331053, 0.019611648559570313, 0.019611648559570313, 0.019506175994873046, 0.01946828842163086, 0.01965363121032715, 0.019554304122924804, 0.019501056671142578, 0.020116479873657226, 0.019562496185302734, 0.019538944244384765, 0.01959219169616699, 0.019552255630493166, 0.019556352615356445, 0.01947340774536133, 0.019664896011352538, 0.019647487640380858, 0.019602432250976562, 0.019554304122924804, 0.019566591262817384, 0.04012441635131836, 0.019507200241088866, 0.019568639755249022, 0.019520511627197267, 0.01946214485168457, 0.019583999633789064, 0.01960038375854492, 0.01966080093383789, 0.019688447952270507, 0.01967411231994629, 0.019579904556274414, 0.019631103515625, 0.01964134407043457, 0.019552255630493166, 0.01965465545654297, 0.019544063568115236, 0.019631103515625, 0.01962495994567871, 0.019570688247680663, 0.019612672805786133, 0.019560447692871095, 0.019519487380981446, 0.019546112060546874, 0.019504127502441407, 0.019583999633789064, 0.019588096618652344, 0.019529727935791014, 0.01959219169616699, 0.019548160552978516, 0.019536895751953123, 0.019577856063842772, 0.019619840621948242, 0.019551231384277345, 0.019515392303466796, 0.019559423446655275, 0.019523584365844726, 0.019549184799194336, 0.019587072372436523, 0.019784704208374023, 0.019539968490600586, 0.019999744415283204, 0.019573759078979493, 0.019604480743408204, 0.0194652156829834, 0.019555328369140625, 0.020063232421875, 0.019693567276000978, 0.019557376861572266, 0.019511295318603517, 0.019560447692871095, 0.019519487380981446, 0.019636224746704102, 0.019534847259521485, 0.019510271072387696, 0.019554304122924804, 0.019515392303466796, 0.019604480743408204, 0.019573759078979493, 0.019559423446655275, 0.01963929557800293, 0.01962700843811035, 0.019518463134765626, 0.0196997127532959, 0.037389312744140625, 0.01823232078552246, 0.018184192657470705, 0.01819443130493164, 0.018266111373901366, 0.018296831130981444, 0.01817087936401367, 0.01820364761352539, 0.018176000595092775, 0.01821286392211914, 0.01819340705871582, 0.018344959259033202, 0.01821183967590332, 0.01821183967590332, 0.018226175308227538, 0.01818009567260742, 0.01822822380065918, 0.01821183967590332, 0.018174976348876954, 0.018164735794067383, 0.01820569610595703, 0.01843814468383789, 0.018155519485473632, 0.01821900749206543, 0.018125823974609375, 0.018139135360717772, 0.018066432952880858, 0.018139135360717772, 0.018531328201293946, 0.01824358367919922, 0.018174976348876954, 0.0181494083404541, 0.018142175674438477, 0.018144256591796876, 0.018242559432983398, 0.018108415603637695, 0.018157567977905274, 0.01819647979736328, 0.018183168411254884, 0.018158592224121094, 0.01817087936401367, 0.018284543991088868, 0.018093055725097656, 0.018166784286499024, 0.018137088775634767, 0.018189311981201172, 0.018338815689086914, 0.018275327682495117, 0.018127872467041017, 0.01820467185974121, 0.018148351669311523, 0.01821900749206543, 0.01808793640136719, 0.018124799728393554, 0.018150400161743165, 0.018116607666015624, 0.018328575134277342, 0.01821900749206543, 0.01820569610595703, 0.01816985511779785, 0.018148351669311523, 0.018176000595092775, 0.01819647979736328, 0.03731254577636719, 0.018205663681030274, 0.018168832778930662, 0.018190336227416993, 0.018148351669311523, 0.018160640716552736, 0.018159616470336915, 0.01823846435546875, 0.018206720352172853, 0.018249727249145507, 0.01823641586303711, 0.018167808532714845, 0.018159616470336915, 0.018198528289794923, 0.01821388816833496, 0.01821696090698242, 0.018347007751464844, 0.01824051284790039, 0.018160640716552736, 0.018929664611816405, 0.019581951141357423, 0.019544063568115236, 0.019556352615356445, 0.01966592025756836, 0.01946931266784668, 0.01960038375854492, 0.01962495994567871, 0.019525632858276368, 0.01963212776184082, 0.019564544677734375, 0.01964134407043457, 0.019534847259521485, 0.019706880569458008, 0.019734527587890623, 0.019536895751953123, 0.01964236831665039, 0.019714048385620117, 0.0192542724609375, 0.01961881637573242, 0.019769344329833984, 0.019588096618652344, 0.019536895751953123, 0.019538944244384765, 0.019577856063842772, 0.019558399200439454, 0.019537919998168944, 0.019794944763183595, 0.019558399200439454, 0.019546112060546874, 0.019570688247680663, 0.019512319564819337, 0.019525632858276368, 0.019516416549682617, 0.01944883155822754, 0.01964031982421875, 0.019586048126220702, 0.019599359512329103, 0.01960038375854492, 0.01960038375854492, 0.019544063568115236, 0.019568639755249022, 0.019663871765136717, 0.01960960006713867, 0.0374200325012207, 0.018233343124389647, 0.01944268798828125, 0.020205568313598633, 0.01985228729248047, 0.019703807830810546, 0.020083711624145507, 0.019512319564819337, 0.01945497512817383, 0.019554304122924804, 0.019573759078979493, 0.019563520431518554, 0.019555328369140625, 0.01963417625427246, 0.01963929557800293, 0.019603456497192383, 0.01964339256286621, 0.0195020809173584, 0.01950111961364746, 0.019572736740112305, 0.01955731201171875, 0.019578880310058593, 0.01967616081237793, 0.02067251205444336, 0.01993011283874512, 0.019767295837402343, 0.019664896011352538, 0.01948467254638672, 0.019550207138061524, 0.01963724708557129, 0.019551231384277345, 0.0194652156829834, 0.019545087814331053, 0.01959219169616699, 0.019512319564819337, 0.019516416549682617, 0.01962291145324707, 0.019572736740112305, 0.019574783325195313, 0.019531776428222656, 0.019543039321899415, 0.019579904556274414, 0.01960857582092285, 0.01962393569946289, 0.019769344329833984, 0.019540992736816407, 0.019471359252929688, 0.019556352615356445, 0.01946214485168457, 0.019763200759887696, 0.019562496185302734, 0.019558399200439454, 0.019575807571411134, 0.019524608612060547, 0.019578880310058593, 0.01962294387817383, 0.01953276824951172, 0.019543039321899415, 0.019977216720581056, 0.01957683181762695, 0.019551231384277345, 0.019655679702758787, 0.01960857582092285, 0.04004556655883789, 0.019578880310058593, 0.019562496185302734, 0.019501056671142578, 0.019458047866821288, 0.019745792388916016, 0.019575807571411134, 0.019598335266113282, 0.01959321594238281, 0.019606527328491212, 0.019698688507080078, 0.01969254493713379, 0.01963315200805664, 0.01981644821166992, 0.01962598419189453, 0.019631103515625, 0.019644416809082032, 0.01970278358459473, 0.019922943115234376, 0.019612672805786133, 0.01960140800476074, 0.01960140800476074, 0.019581951141357423, 0.01960140800476074, 0.01960857582092285, 0.01958502388000488, 0.019740671157836915, 0.019596288681030274, 0.019589120864868165, 0.019586048126220702, 0.019589120864868165, 0.019544063568115236, 0.019588096618652344, 0.019516416549682617, 0.019517440795898438, 0.01962393569946289, 0.01965363121032715, 0.01965056037902832, 0.019519487380981446, 0.019560447692871095, 0.019532800674438477, 0.01961881637573242, 0.019560447692871095, 0.019529727935791014, 0.020074495315551756, 0.019489791870117186, 0.019594240188598632, 0.019582975387573243, 0.019606527328491212, 0.019512319564819337, 0.019510271072387696, 0.01957481575012207, 0.019650527954101563, 0.019710975646972655, 0.01962291145324707, 0.019509279251098632, 0.01963926315307617, 0.019560447692871095, 0.019543039321899415, 0.019517440795898438, 0.019553279876708983, 0.019552255630493166, 0.019688447952270507, 0.04007424163818359, 0.019550207138061524, 0.019545087814331053, 0.019547136306762695, 0.019542015075683594, 0.019607551574707033, 0.019512319564819337, 0.019720191955566405, 0.019548160552978516, 0.019571712493896484, 0.019580928802490235, 0.019500032424926757, 0.019478527069091797, 0.01963007926940918, 0.019588096618652344, 0.019546112060546874, 0.01968639945983887, 0.019561471939086913, 0.019581951141357423, 0.019511295318603517, 0.01948876762390137, 0.0194652156829834, 0.019535871505737306, 0.019500032424926757, 0.01964031982421875, 0.019557376861572266, 0.019516416549682617, 0.019527679443359376, 0.01962598419189453, 0.01949286460876465, 0.019511295318603517, 0.0198922233581543, 0.019628032684326172, 0.019589120864868165, 0.019573759078979493, 0.019551231384277345, 0.019553279876708983, 0.01962291145324707, 0.019566591262817384, 0.01945497512817383, 0.019610624313354492, 0.019580928802490235, 0.019589120864868165, 0.019628032684326172, 0.019550207138061524, 0.019540992736816407, 0.019580928802490235, 0.019573759078979493, 0.019679231643676756, 0.01960038375854492, 0.019539968490600586, 0.019647487640380858, 0.019408895492553712, 0.019381248474121093, 0.01969254493713379, 0.019680255889892577, 0.019569664001464843, 0.019570688247680663, 0.01955638313293457, 0.019572704315185548, 0.019602432250976562, 0.019544063568115236, 0.019591167449951173]",tokens/s,51.063381891677075,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,databricks/dbrx-base,databricks/dbrx-base,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",dbrx,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-350m,facebook/opt-350m,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1269.682176,1019.74016,0.0,373.293056,277.410816,s,10,0.37923129653930665,0.037923129653930666,0.0012152886645715089,0.038048974990844725,0.038519168853759764,0.0396308479309082,0.04052019119262695,"[0.04074252700805664, 0.03821686553955078, 0.03797974395751953, 0.03823471832275391, 0.03626841735839844, 0.03608185577392578, 0.03733708953857422, 0.03811382293701172, 0.03827212905883789, 0.03798412704467773]",tokens/s,6750.497713035296,kWh,4.301884120160883e-07,2.3572264180256752e-07,1.164744366137984e-06,1.83065541995664e-06,tokens/kWh,139840626.0453229,MB,1269.682176,1019.74016,0.0,373.293056,323.047424,s,10,23.493592773437502,2.3493592773437504,0.014632907695307939,2.3561588134765623,2.362567529296875,2.3635712402343754,2.3643742089843753,"[2.34352734375, 2.36090478515625, 2.362344482421875, 2.364574951171875, 2.338309326171875, 2.331607421875, 2.357506103515625, 2.3608046875, 2.3548115234375, 2.3192021484375]",tokens/s,26.81582191687153,kWh,2.642717914328431e-05,1.4482863030778391e-05,6.568572578086276e-05,0.00010659576795492543,tokens/kWh,591017.8350292469,,s,629,23.794291763305676,0.037828762739754634,0.004511848848474209,0.03739033508300781,0.03767849044799805,0.03791810684204102,0.07427948760986337,"[0.03534745788574219, 0.03654348754882813, 0.03639910507202149, 0.03678003311157227, 0.03678003311157227, 0.036736000061035154, 0.036125694274902344, 0.03654348754882813, 0.036519935607910156, 0.0366110725402832, 0.03650764846801758, 0.03670425415039062, 0.03646771240234375, 0.037282817840576174, 0.03782860946655273, 0.03862527847290039, 0.037749759674072264, 0.03757056045532227, 0.037465087890625, 0.0372408332824707, 0.03734630584716797, 0.03750092697143555, 0.03727872085571289, 0.03741388702392578, 0.03740262222290039, 0.03726131057739258, 0.037303295135498044, 0.03731353759765625, 0.037188640594482424, 0.037268447875976565, 0.03742617416381836, 0.03730124664306641, 0.03739136123657227, 0.037250049591064455, 0.03735039901733399, 0.03733913421630859, 0.03732787322998047, 0.03716505432128906, 0.03726233673095703, 0.0372490234375, 0.03732070541381836, 0.03729305648803711, 0.03743129730224609, 0.03723980712890625, 0.037269504547119144, 0.03735039901733399, 0.03727769470214844, 0.03724800109863281, 0.03734124755859375, 0.037339073181152344, 0.037269504547119144, 0.03736678314208984, 0.0371701774597168, 0.037266433715820314, 0.03737190246582031, 0.037318656921386716, 0.03726847839355469, 0.03745894241333008, 0.03732787322998047, 0.03729715347290039, 0.037501953125, 0.037501953125, 0.07589580535888672, 0.03728793716430664, 0.037407745361328126, 0.037207038879394534, 0.03731353759765625, 0.03784089660644531, 0.037353473663330077, 0.03739340972900391, 0.0374015998840332, 0.03751731109619141, 0.03856486511230469, 0.037754878997802735, 0.037369857788085936, 0.03734220886230469, 0.03731353759765625, 0.0373125114440918, 0.03733606338500976, 0.037425151824951174, 0.037303295135498044, 0.037362686157226564, 0.038662143707275394, 0.037748737335205076, 0.03751116943359375, 0.03752243041992188, 0.03749785614013672, 0.03739340972900391, 0.03728793716430664, 0.03726540756225586, 0.03750707244873047, 0.03739340972900391, 0.03738828659057617, 0.03735859298706055, 0.037395454406738284, 0.03731558227539063, 0.037868545532226565, 0.037456897735595705, 0.03736883163452148, 0.03723161697387695, 0.03758489608764649, 0.03761151885986328, 0.03742822265625, 0.037384193420410154, 0.03741900634765625, 0.03744976043701172, 0.03728688049316406, 0.03746815872192383, 0.03732275390625, 0.037525505065917966, 0.0375203857421875, 0.03739340972900391, 0.03733913421630859, 0.03781631851196289, 0.03749785614013672, 0.03746815872192383, 0.03744870376586914, 0.037324798583984374, 0.03752345657348633, 0.03728691101074219, 0.0374015998840332, 0.03738828659057617, 0.037454849243164064, 0.037454849243164064, 0.03749273681640625, 0.0757176284790039, 0.03736166381835938, 0.03737702560424805, 0.03760332870483398, 0.03744768142700195, 0.037354496002197264, 0.03724595260620117, 0.037343231201171875, 0.03800678253173828, 0.03777740859985351, 0.03753472137451172, 0.03747430419921875, 0.0374835205078125, 0.037585918426513674, 0.037338111877441404, 0.0374466552734375, 0.03750912094116211, 0.037379070281982424, 0.03765964889526367, 0.03735551834106445, 0.03742310333251953, 0.03738726425170898, 0.03740364837646484, 0.037495807647705076, 0.03738214492797851, 0.037310462951660156, 0.03733401489257813, 0.03747430419921875, 0.03743436813354492, 0.0373831672668457, 0.03754393768310547, 0.037370880126953124, 0.03760025787353516, 0.037601280212402347, 0.037510143280029294, 0.0373043212890625, 0.0373125114440918, 0.03747225570678711, 0.03762688064575195, 0.037282817840576174, 0.037294078826904296, 0.03753267288208008, 0.037607425689697264, 0.037400577545166014, 0.037495807647705076, 0.03745075225830078, 0.038043647766113284, 0.037773311614990236, 0.03741798400878906, 0.03741183853149414, 0.03771289443969727, 0.03767193603515625, 0.03745280075073242, 0.0372674560546875, 0.03750092697143555, 0.038141952514648435, 0.037969921112060545, 0.037384193420410154, 0.03739852905273437, 0.03727977752685547, 0.03753366470336914, 0.037572608947753904, 0.03738726425170898, 0.07624192047119141, 0.03899084854125977, 0.037817344665527344, 0.03795356750488281, 0.03747836685180664, 0.03777536010742188, 0.03754905700683594, 0.03737497711181641, 0.03731763076782227, 0.03754598236083984, 0.0381317138671875, 0.037395454406738284, 0.03748556900024414, 0.03738726425170898, 0.037493759155273435, 0.037318656921386716, 0.03763916778564453, 0.03733299255371094, 0.037407745361328126, 0.03729817581176758, 0.03746918487548828, 0.03743129730224609, 0.03740364837646484, 0.03732275390625, 0.03753267288208008, 0.03765350341796875, 0.03748863983154297, 0.03742617416381836, 0.03767708969116211, 0.03730940628051758, 0.03756748962402344, 0.03845017623901367, 0.03810201644897461, 0.03751321411132812, 0.03726847839355469, 0.03728998565673828, 0.03749273681640625, 0.03731148910522461, 0.03733606338500976, 0.03725107192993164, 0.03753881454467774, 0.03738726425170898, 0.037282817840576174, 0.03728179168701172, 0.0374917106628418, 0.037351425170898435, 0.03746819305419922, 0.037434337615966796, 0.037440513610839846, 0.03745587158203125, 0.03747532653808594, 0.03769651031494141, 0.03751935958862305, 0.037397502899169925, 0.03741491317749023, 0.037466110229492186, 0.03749478530883789, 0.037566463470458986, 0.03733401489257813, 0.03742822265625, 0.03756851196289063, 0.037501953125, 0.03759820938110352, 0.07184793853759766, 0.03510374450683594, 0.03521535873413086, 0.03516928100585937, 0.03511603164672852, 0.03513241577148438, 0.03520000076293945, 0.035148799896240236, 0.03514470291137695, 0.03511500930786133, 0.0367718391418457, 0.03750400161743164, 0.03728998565673828, 0.037482494354248046, 0.0374835205078125, 0.03756032180786133, 0.037303295135498044, 0.037424129486083986, 0.03768729782104492, 0.03739648056030274, 0.03758492660522461, 0.03751830291748047, 0.03748659133911133, 0.03748863983154297, 0.037410816192626956, 0.03736883163452148, 0.03754396820068359, 0.03754390335083008, 0.037591041564941405, 0.03752140808105469, 0.03739136123657227, 0.03755212783813477, 0.03739340972900391, 0.03741491317749023, 0.03769139099121094, 0.037408767700195314, 0.038091777801513675, 0.03745382308959961, 0.0376360969543457, 0.03739136123657227, 0.03732070541381836, 0.03746303939819336, 0.03743334579467773, 0.037364734649658206, 0.037526527404785154, 0.0374015998840332, 0.037416961669921874, 0.037416961669921874, 0.03750604629516602, 0.037427200317382815, 0.037367809295654295, 0.037498878479003905, 0.037397502899169925, 0.03749683380126953, 0.037622814178466794, 0.03773948669433594, 0.037416961669921874, 0.03744464111328125, 0.03751728057861328, 0.0374835205078125, 0.03757056045532227, 0.037477375030517575, 0.037720062255859374, 0.0716236801147461, 0.035062782287597655, 0.03518668746948242, 0.035019775390625, 0.03531980895996094, 0.035253246307373046, 0.03521843338012695, 0.034840576171875, 0.03494911956787109, 0.03526863861083984, 0.03520406341552734, 0.035253246307373046, 0.03508428955078125, 0.0372490234375, 0.037318656921386716, 0.03726335906982422, 0.03732787322998047, 0.03786342239379883, 0.037288959503173826, 0.0374835205078125, 0.03732992172241211, 0.03781631851196289, 0.038765567779541016, 0.03768012619018555, 0.03770982360839844, 0.037367809295654295, 0.03745894241333008, 0.03721318435668945, 0.03721420669555664, 0.03736678314208984, 0.03769343948364258, 0.03735756683349609, 0.03937484741210937, 0.03793203353881836, 0.037556224822998044, 0.03736883163452148, 0.03729510498046875, 0.03745177459716797, 0.03745792007446289, 0.037561344146728515, 0.037422080993652344, 0.037353473663330077, 0.037594112396240234, 0.03732070541381836, 0.03734732818603516, 0.037340160369873046, 0.037397502899169925, 0.037362686157226564, 0.03757875061035156, 0.03736064147949219, 0.037321727752685545, 0.03742822265625, 0.03740364837646484, 0.037318656921386716, 0.03724492645263672, 0.03730022430419922, 0.03753472137451172, 0.0374200325012207, 0.03728486251831055, 0.03722751998901367, 0.03739136123657227, 0.037362686157226564, 0.037375999450683595, 0.07522509002685547, 0.03725209426879883, 0.03725823974609375, 0.0374466552734375, 0.03733916854858398, 0.03731145477294922, 0.03730124664306641, 0.03746406555175781, 0.037375999450683595, 0.03750707244873047, 0.037292030334472655, 0.037459968566894535, 0.03742924880981445, 0.037405696868896485, 0.03738009643554688, 0.0372592658996582, 0.03754905700683594, 0.03736067199707031, 0.03739644622802735, 0.037394432067871096, 0.037394432067871096, 0.037392383575439454, 0.037389312744140625, 0.0372674560546875, 0.03746713638305664, 0.037416961669921874, 0.03733606338500976, 0.03751321411132812, 0.03757056045532227, 0.037351425170898435, 0.03736883163452148, 0.037335041046142575, 0.03735756683349609, 0.03738521575927734, 0.03734630584716797, 0.03721932983398438, 0.037397502899169925, 0.03740364837646484, 0.037465087890625, 0.03727974319458008, 0.03751116943359375, 0.03736883163452148, 0.03720294570922852, 0.03728179168701172, 0.03764019012451172, 0.037395454406738284, 0.037294078826904296, 0.037379070281982424, 0.03743231964111328, 0.03737705612182617, 0.03722953414916992, 0.03727360153198242, 0.03775692749023438, 0.03735039901733399, 0.03786652755737305, 0.03738211059570312, 0.03764019012451172, 0.03744255828857422, 0.03744153594970703, 0.03740671920776367, 0.038042625427246096, 0.03756032180786133, 0.03753267288208008, 0.07615692901611328, 0.03728486251831055, 0.03751628875732422, 0.03750092697143555, 0.03723161697387695, 0.03742105484008789, 0.03728384017944336, 0.03728793716430664, 0.03723369598388672, 0.037351390838623044, 0.0372592658996582, 0.03703603363037109, 0.03736576080322265, 0.03826483154296875, 0.03825356674194336, 0.037498878479003905, 0.03745075225830078, 0.03750604629516602, 0.03733606338500976, 0.0373493766784668, 0.037405696868896485, 0.037548030853271484, 0.037897216796875, 0.0374015998840332, 0.03749273681640625, 0.03787980651855469, 0.03769548797607422, 0.03733401489257813, 0.037424129486083986, 0.03724288177490234, 0.03732275390625, 0.03731353759765625, 0.037348350524902346, 0.0373043212890625, 0.03746099090576172, 0.03751731109619141, 0.037424129486083986, 0.037477375030517575, 0.03738623809814453, 0.037395454406738284, 0.0372828483581543, 0.0373001937866211, 0.03731455993652344, 0.03749683380126953, 0.037678081512451174, 0.03893964767456055, 0.037498878479003905, 0.03726847839355469, 0.03724595260620117, 0.037381118774414065, 0.03728998565673828, 0.03745177459716797, 0.03747635269165039, 0.037425151824951174, 0.03755724716186523, 0.03739033508300781, 0.03731763076782227, 0.03747532653808594, 0.03732070541381836, 0.03763302230834961, 0.0374917106628418, 0.03746303939819336, 0.037392383575439454, 0.07604838562011719, 0.03738726425170898, 0.03732275390625, 0.037763072967529294, 0.03760537719726562, 0.037493759155273435, 0.03744153594970703, 0.037367809295654295, 0.037353473663330077, 0.03748966217041016, 0.037321727752685545, 0.03739136123657227, 0.03747020721435547, 0.03746201705932617, 0.03758899307250976, 0.037288959503173826, 0.03742617416381836, 0.037359615325927735, 0.03741900634765625, 0.03733708953857422, 0.0372592658996582, 0.03737497711181641, 0.03758182525634766, 0.03737395095825195, 0.03727052688598633, 0.03736678314208984, 0.037477375030517575, 0.03746201705932617, 0.03737702560424805, 0.03690291213989258, 0.03730022430419922, 0.037541889190673826, 0.03752140808105469, 0.03749683380126953, 0.03740979385375977, 0.037354496002197264, 0.037292030334472655, 0.03724288177490234, 0.03722956848144531, 0.03722956848144531, 0.0375203857421875, 0.03734630584716797, 0.03717836761474609, 0.0371671028137207, 0.037372928619384765, 0.037341182708740234, 0.03730636978149414, 0.03713945770263672, 0.03719987106323242, 0.03745177459716797, 0.03732889556884766, 0.03736166381835938, 0.0373493766784668, 0.03739648056030274, 0.03730739212036133, 0.03730739212036133, 0.03730944061279297, 0.03724390411376953, 0.037353473663330077, 0.03740467071533203, 0.0375203857421875, 0.03734630584716797, 0.03746406555175781, 0.07565721893310547, 0.0372674560546875, 0.0373125114440918, 0.037479423522949216, 0.03725721740722656, 0.03723468780517578, 0.0374200325012207, 0.03733196640014649, 0.03729817581176758, 0.03751321411132812, 0.03730739212036133, 0.03743334579467773, 0.03721932983398438, 0.03751833724975586, 0.03735244750976562, 0.037408767700195314, 0.03565260696411133, 0.035312641143798826, 0.03527782440185547, 0.0352542724609375, 0.03772415924072266, 0.0377077751159668, 0.03799244689941406, 0.03948953628540039, 0.037106689453125, 0.03671449661254883, 0.03655372619628906, 0.03666534423828125, 0.03620249557495117, 0.03514470291137695, 0.03519692611694336, 0.035335166931152344, 0.03523788833618164, 0.03600076675415039, 0.03778662490844727, 0.03708927917480469, 0.03679846572875976, 0.036724769592285156, 0.03671651077270508, 0.0366192626953125, 0.036624416351318356, 0.03651375961303711, 0.03685990524291992, 0.03674524688720703, 0.03836924743652344, 0.03679436874389649, 0.03653734588623047, 0.03676671981811523, 0.03650559997558594, 0.03653529739379883, 0.036706302642822264, 0.03682099151611328, 0.036528129577636716, 0.03685887908935547, 0.03667865753173828, 0.036674560546875, 0.036618240356445314, 0.03663052749633789, 0.03661721420288086, 0.03660595321655274, 0.0365926399230957, 0.036544513702392575, 0.036792320251464845]",tokens/s,26.434911627418618,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,-,-,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 106, in _inner_fn validate_repo_id(arg_value) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '-'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '-'. Please provide either the path to a local folder or the repo_id of a model on the Hub. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2304.897024,9284.616192,0.0,8638.169088,8363.057664,s,10,5.4696609497070305,0.546966094970703,0.00026571478623493513,0.5469190979003906,0.5471485473632812,0.5474143615722655,0.547627012939453,"[0.54768017578125, 0.5469967651367188, 0.5468720703125, 0.5467206420898437, 0.546713623046875, 0.5469843139648437, 0.5467656860351563, 0.5469524536132813, 0.5468857421875, 0.5470894775390625]",tokens/s,468.0363231905847,kWh,6.463938332789126e-06,3.5419634764510097e-06,3.1025127159262966e-05,4.10310289685031e-05,tokens/kWh,6239180.601503191,MB,2304.897024,9286.713344,0.0,8640.26624,8449.784832,s,10,300.686626953125,30.068662695312497,0.001938275591754961,30.0688994140625,30.070876953125,30.0713427734375,30.0717154296875,"[30.06776953125, 30.0688515625, 30.067740234375, 30.064150390625, 30.068947265625, 30.068103515625, 30.0707734375, 30.07180859375, 30.0690078125, 30.069474609375]",tokens/s,2.095204586861167,kWh,0.0003549921986356116,0.00019456635671569913,0.0017091112371709395,0.0022586697925222506,tokens/kWh,27892.523381936262,,s,629,305.13136453247074,0.4851055080007483,0.06498803137957546,0.4772567138671875,0.47745576171875,0.4775972900390625,1.0243588232421874,"[0.4771614685058594, 0.4772884521484375, 0.4772945861816406, 0.47724749755859375, 0.47741748046875, 0.4772833251953125, 0.4772638854980469, 0.47739495849609376, 0.4772116394042969, 0.477233154296875, 0.47727615356445313, 0.4772321166992187, 0.477259765625, 0.4772167663574219, 0.4773621826171875, 0.47729254150390626, 0.47723724365234377, 0.477127685546875, 0.47722085571289063, 0.47719320678710936, 0.47734579467773436, 0.4771194763183594, 0.47703860473632814, 0.47727719116210937, 0.4770201721191406, 0.4772587585449219, 0.4771758117675781, 0.47731301879882815, 0.4770426940917969, 0.4772884521484375, 0.4770140075683594, 0.47746560668945315, 0.477380615234375, 0.47735092163085935, 0.4773304443359375, 0.477222900390625, 0.477222900390625, 0.4772024230957031, 0.47716555786132814, 0.4771758117675781, 0.4771942443847656, 0.4771358642578125, 0.4772515869140625, 0.47721368408203124, 0.4773355407714844, 0.4772167663574219, 0.4773836669921875, 0.47733453369140627, 0.4776765441894531, 0.4773908386230469, 0.47718194580078127, 0.4772218933105469, 0.4773232727050781, 0.477402099609375, 0.4774205322265625, 0.4771123352050781, 0.4777554016113281, 0.47725567626953125, 0.4770355224609375, 0.4771307373046875, 0.477222900390625, 0.4773673095703125, 1.024436279296875, 0.477154296875, 0.47719732666015624, 0.4772915344238281, 0.4773447570800781, 0.4773458251953125, 0.47774920654296876, 0.4778608703613281, 0.47723519897460936, 0.47715225219726565, 0.47718603515625, 0.47719833374023435, 0.4772147216796875, 0.4772864074707031, 0.4771881103515625, 0.477328369140625, 0.4771962890625, 0.4771358642578125, 0.47725567626953125, 0.47726593017578123, 0.47725054931640626, 0.4772341613769531, 0.47736013793945314, 0.47736114501953125, 0.4771307373046875, 0.47717376708984377, 0.47720037841796875, 0.4772720642089844, 0.47755059814453127, 0.4774143981933594, 0.4772147216796875, 0.4772116394042969, 0.47727615356445313, 0.47710720825195313, 0.4771727294921875, 0.4772915344238281, 0.4772178039550781, 0.47728436279296876, 0.4771338195800781, 0.4771778564453125, 0.4772864074707031, 0.47728536987304687, 0.47736114501953125, 0.4773693542480469, 0.4772034606933594, 0.4772536315917969, 0.47729254150390626, 0.4772167663574219, 0.47748709106445314, 0.47718603515625, 0.4773519287109375, 0.4772392883300781, 0.47736013793945314, 0.47721368408203124, 0.4772720642089844, 0.47731301879882815, 0.4773785705566406, 0.47717376708984377, 0.4773970031738281, 0.4772444152832031, 0.4775249938964844, 0.47723724365234377, 0.4771706848144531, 1.024362548828125, 0.47715020751953124, 0.47739596557617187, 0.47719732666015624, 0.4772392883300781, 0.47721368408203124, 0.47723724365234377, 0.47732427978515624, 0.4772249450683594, 0.47791104125976563, 0.47739495849609376, 0.477264892578125, 0.47698226928710935, 0.4770733947753906, 0.4772894592285156, 0.47730996704101564, 0.4771266479492188, 0.4772669372558594, 0.47744308471679686, 0.4772044677734375, 0.47736831665039064, 0.4771338195800781, 0.4772444152832031, 0.47796121215820314, 0.47704986572265623, 0.47745843505859376, 0.47727410888671873, 0.47719732666015624, 0.477201416015625, 0.4772178039550781, 0.4771512451171875, 0.47725466918945314, 0.47705291748046874, 0.47749530029296877, 0.4772147216796875, 0.47722802734375, 0.4770723876953125, 0.4772300720214844, 0.47727102661132814, 0.4772935791015625, 0.47741131591796876, 0.47722702026367186, 0.4774359130859375, 0.4770754699707031, 0.4776151123046875, 0.4770733947753906, 0.47736627197265624, 0.4771471252441406, 0.47732632446289064, 0.47713790893554686, 0.47717376708984377, 0.4772116394042969, 0.4771123352050781, 0.4773304443359375, 0.477154296875, 0.4771768188476562, 0.4772454528808594, 0.47722802734375, 0.47735504150390623, 0.47719012451171877, 0.47723724365234377, 0.47709390258789064, 0.4772997131347656, 1.0243492431640624, 0.4771563415527344, 0.4770099182128906, 0.47724337768554687, 0.47722702026367186, 0.4771266479492188, 0.4769935302734375, 0.4773724060058594, 0.47699761962890624, 0.4773304443359375, 0.4772311096191406, 0.47714407348632815, 0.4770559997558594, 0.47709490966796875, 0.4773847045898437, 0.47727410888671873, 0.47731201171875, 0.4770979919433594, 0.4770693054199219, 0.4772536315917969, 0.4771809387207031, 0.4774225769042969, 0.47736114501953125, 0.4771532897949219, 0.4772874145507813, 0.47734783935546876, 0.47729049682617186, 0.47728436279296876, 0.47720550537109374, 0.47703244018554686, 0.47739495849609376, 0.4771389465332031, 0.47705291748046874, 0.477117431640625, 0.47710003662109374, 0.4770733947753906, 0.4771184692382813, 0.4772731018066406, 0.4770928649902344, 0.4770754699707031, 0.4773201904296875, 0.47726898193359374, 0.4773232727050781, 0.47721572875976564, 0.4771839904785156, 0.47720755004882814, 0.47711334228515623, 0.4771839904785156, 0.47712255859375, 0.47736114501953125, 0.47717889404296876, 0.477264892578125, 0.4770754699707031, 0.4773447570800781, 0.477517822265625, 0.47724749755859375, 0.4772515869140625, 0.4773017578125, 0.4772178039550781, 0.47709390258789064, 0.477233154296875, 0.4771348876953125, 0.47706414794921875, 1.02424267578125, 0.477259765625, 0.47810150146484376, 0.4773212280273437, 0.4772720642089844, 0.477191162109375, 0.4772024230957031, 0.47724337768554687, 0.47722802734375, 0.4773355407714844, 0.47746560668945315, 0.4771881103515625, 0.47726593017578123, 0.477011962890625, 0.47714407348632815, 0.4771829833984375, 0.47724954223632815, 0.477275146484375, 0.476948486328125, 0.4772321166992187, 0.4772444152832031, 0.4771614685058594, 0.4774000549316406, 0.47777078247070315, 0.47790792846679686, 0.4773765258789063, 0.4772259826660156, 0.4770508728027344, 0.47731610107421873, 0.47715838623046875, 0.4770928649902344, 0.4775126953125, 0.477233154296875, 0.47715533447265623, 0.4773447570800781, 0.4773294067382812, 0.47717990112304687, 0.47736831665039064, 0.4773918762207031, 0.4771676025390625, 0.477222900390625, 0.4770652160644531, 0.4773887939453125, 0.4771778564453125, 0.47759051513671874, 0.47772467041015626, 0.4773519287109375, 0.4772536315917969, 0.47726797485351563, 0.47727615356445313, 0.47720755004882814, 0.4770641784667969, 0.47737957763671873, 0.47708160400390626, 0.47707647705078127, 0.4773785705566406, 0.47715737915039064, 0.4772515869140625, 0.47699661254882814, 0.4771829833984375, 0.47729766845703125, 0.4773785705566406, 0.47715737915039064, 1.0246768798828125, 0.4771266479492188, 0.47703448486328126, 0.47730380249023435, 0.4776499328613281, 0.47727001953125, 0.4771512451171875, 0.47764785766601564, 0.47741339111328124, 0.47718707275390626, 0.4771532897949219, 0.4772444152832031, 0.47717172241210937, 0.4773150634765625, 0.47722906494140627, 0.4772567138671875, 0.4772525939941406, 0.47721267700195313, 0.47721368408203124, 0.47712152099609373, 0.4772894592285156, 0.4772137145996094, 0.4772689514160156, 0.47712460327148437, 0.477191162109375, 0.47738162231445314, 0.47717376708984377, 0.47749325561523437, 0.4772300720214844, 0.477173828125, 0.4771890563964844, 0.47735296630859375, 0.4773990478515625, 0.47717889404296876, 0.47727719116210937, 0.47742361450195314, 0.477348876953125, 0.4772198486328125, 0.4771205139160156, 0.47718502807617186, 0.4773642272949219, 0.4773007507324219, 0.47724850463867186, 0.47722802734375, 0.47715838623046875, 0.47710821533203124, 0.477011962890625, 0.4771829833984375, 0.4772720642089844, 0.47729254150390626, 0.47744921875, 0.4773253173828125, 0.4774225769042969, 0.4769884033203125, 0.47743896484375, 0.4771676025390625, 0.4771604614257812, 0.47730996704101564, 0.4770979919433594, 0.47749221801757813, 0.4774000549316406, 0.47761407470703127, 0.47721881103515623, 1.024553955078125, 0.47738162231445314, 0.477201416015625, 0.47757208251953126, 0.477601806640625, 0.47712973022460936, 0.47748504638671874, 0.47724032592773435, 0.4771266479492188, 0.4773171081542969, 0.4770928649902344, 0.47719320678710936, 0.47719219970703125, 0.47721063232421873, 0.47728436279296876, 0.47726284790039064, 0.4772638854980469, 0.47721368408203124, 0.47728536987304687, 0.4774573974609375, 0.4772239379882813, 0.47735296630859375, 0.4772874145507813, 0.47731097412109375, 0.47723724365234377, 0.47739801025390627, 0.47726898193359374, 0.47757415771484374, 0.4772085876464844, 0.4772731018066406, 0.4772720642089844, 0.4771839904785156, 0.47726080322265624, 0.47707647705078127, 0.4774143981933594, 0.47733248901367187, 0.47731915283203125, 0.47733966064453126, 0.47727001953125, 0.47724032592773435, 0.4772812805175781, 0.47747073364257814, 0.4772915344238281, 0.4772413330078125, 0.4772997131347656, 0.477370361328125, 0.47713485717773435, 0.4774625244140625, 0.47795608520507815, 0.4772945861816406, 0.4771891174316406, 0.4771962890625, 0.477328369140625, 0.477486083984375, 0.47736627197265624, 0.477328369140625, 0.4770775146484375, 0.4772720642089844, 0.47720550537109374, 0.4771512451171875, 0.4774553527832031, 0.47746356201171875, 0.4773078918457031, 1.02460009765625, 0.4773498840332031, 0.4771809387207031, 0.4774225769042969, 0.4771409912109375, 0.4773642272949219, 0.47724850463867186, 0.4774676513671875, 0.47723828125, 0.4772034606933594, 0.47725466918945314, 0.4772034606933594, 0.477275146484375, 0.4771563415527344, 0.4773150634765625, 0.4773078918457031, 0.4773939208984375, 0.4772259826660156, 0.4774256591796875, 0.4774328308105469, 0.4773785705566406, 0.4772731018066406, 0.47725054931640626, 0.4772249450683594, 0.47737139892578123, 0.4771942443847656, 0.47756903076171875, 0.47735092163085935, 0.47715838623046875, 0.47730584716796876, 0.47714407348632815, 0.4773273620605469, 0.4772669372558594, 0.4775249938964844, 0.47741644287109375, 0.4772259826660156, 0.47743179321289064, 0.47707647705078127, 0.4774062194824219, 0.4772454528808594, 0.4779735107421875, 0.47715533447265623, 0.4772587585449219, 0.47705496215820314, 0.47731097412109375, 0.47737957763671873, 0.47735809326171874, 0.4775751647949219, 0.4772392883300781, 0.4774471740722656, 0.4773007507324219, 0.47728536987304687, 0.47717889404296876, 0.4774553527832031, 0.4770570373535156, 0.4774328308105469, 0.47731814575195314, 0.4771809387207031, 0.4775096435546875, 0.4773007507324219, 0.47730279541015624, 0.47790591430664064, 0.47752191162109375, 1.0246358642578124, 0.47706829833984377, 0.476943359375, 0.47713177490234376, 0.47717172241210937, 0.4772515869140625, 0.47762841796875, 0.4773918762207031, 0.4771307373046875, 0.4773201904296875, 0.4773017578125, 0.47725567626953125, 0.4773253173828125, 0.4772731018066406, 0.47719732666015624, 0.47721881103515623, 0.4772720642089844, 0.4773775329589844, 0.4771768188476562, 0.4774041748046875, 0.47710208129882814, 0.47741748046875, 0.4771881103515625, 0.47710821533203124, 0.47725567626953125, 0.47734579467773436, 0.47741543579101564, 0.47704473876953124, 0.47718707275390626, 0.47784756469726564, 0.4773631896972656, 0.477169677734375, 0.4772392883300781, 0.4771532897949219, 0.47739495849609376, 0.47729562377929685, 0.4773273620605469, 0.4772413330078125, 0.4772454528808594, 0.4773017578125, 0.47734271240234377, 0.477370361328125, 0.47731097412109375, 0.47714202880859374, 0.4772894592285156, 0.4771461181640625, 0.4774502258300781, 0.47740109252929686, 0.4771031188964844, 0.47733145141601563, 0.4771389465332031, 0.47757415771484374, 0.47729562377929685, 0.4773201904296875, 0.4772812805175781, 0.477402099609375, 0.477154296875, 0.47732427978515624, 0.4773017578125, 0.4772300720214844, 0.4773673095703125, 0.4772720642089844, 0.4772392883300781, 1.0246451416015625, 0.47726080322265624, 0.47702630615234376, 0.4773908386230469, 0.4772525939941406, 0.4773447570800781, 0.477454345703125, 0.47726593017578123, 0.4775526428222656, 0.47715737915039064, 0.47714407348632815, 0.4773365783691406, 0.47723828125, 0.4771829833984375, 0.4774942626953125, 0.4771389465332031, 0.47739801025390627, 0.4774799499511719, 0.47728436279296876, 0.47729049682617186, 0.47717376708984377, 0.47721063232421873, 0.4772167663574219, 0.47708261108398436, 0.4772341613769531, 0.47719525146484376, 0.4772935791015625, 0.4773212280273437, 0.47720037841796875, 0.4772311096191406, 0.47721267700195313, 0.4775546875, 0.4770652160644531, 0.4773304443359375, 0.47714202880859374, 0.47778610229492186, 0.477233154296875, 0.4772781982421875, 0.4771676025390625, 0.47732427978515624, 0.47731201171875, 0.47727102661132814, 0.4772095947265625, 0.4773201904296875, 0.4773078918457031, 0.47726593017578123, 0.47725567626953125, 0.47719525146484376, 0.4772720642089844, 0.47726080322265624, 0.4771706848144531, 0.4774205322265625, 0.477306884765625, 0.4772874145507813, 0.4772997131347656, 0.47724954223632815, 0.47773388671875, 0.47704986572265623, 0.477770751953125, 0.4772915344238281, 0.4772341613769531, 0.47730078125, 0.4772505187988281]",tokens/s,2.0614072268964168,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,v,v,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/v/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947791-241d537d77e1c8ec1ce179a3;23c0be4b-c6e8-4ec7-bcdb-fec18408dad8) Repository Not Found for url: https://huggingface.co/v/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: v is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/polyglot-ko-12.8b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1717.346304,9527.885824,0.0,8881.43872,8498.551808,s,10,5.866611938476563,0.5866611938476562,0.00024414694205694834,0.5866178283691407,0.5867573913574219,0.5870524017333985,0.5872884100341798,"[0.587347412109375, 0.5864708862304687, 0.58650927734375, 0.5866918334960938, 0.5866768188476562, 0.5865447387695313, 0.5866347045898438, 0.586688720703125, 0.5864465942382813, 0.5866009521484375]",tokens/s,436.36770709343676,kWh,6.935136875620596e-06,3.799984330422982e-06,3.59199824396682e-05,4.665510364571177e-05,tokens/kWh,5487073.867502378,MB,1717.346304,9527.885824,0.0,8881.43872,8809.117184,s,10,333.83623828125,33.383623828125,0.0015667452582819516,33.384046874999996,33.385412890625,33.3854603515625,33.3854983203125,"[33.3822734375, 33.3848828125, 33.38409375, 33.38540234375, 33.3826015625, 33.3855078125, 33.38318359375, 33.384, 33.384203125, 33.38008984375]",tokens/s,1.88715282452122,kWh,0.00039404478615080865,0.00021597094094718462,0.0020365677866603328,0.002646583513758326,tokens/kWh,23804.27433046909,,s,629,338.58538531494156,0.538291550580193,0.06970318979000148,0.5298984985351562,0.53021181640625,0.53030400390625,1.116751240234375,"[0.529671142578125, 0.5298360595703125, 0.5295360107421875, 0.5296373901367187, 0.5297510375976563, 0.5296434936523438, 0.5297418212890626, 0.5297081298828125, 0.5296485595703125, 0.5295677490234375, 0.5296117553710937, 0.52949609375, 0.5295933837890625, 0.52952978515625, 0.5296732177734375, 0.529728515625, 0.52969677734375, 0.5296466064453125, 0.5296619262695312, 0.5297305297851562, 0.5297592163085938, 0.5297111206054688, 0.5300264892578125, 0.5299220581054688, 0.5299630126953125, 0.529807373046875, 0.5299783935546875, 0.5298391723632813, 0.5296372680664062, 0.5297520751953125, 0.52964453125, 0.5298831787109375, 0.5296773071289063, 0.5297973022460938, 0.529663818359375, 0.5300633544921876, 0.5299220581054688, 0.5300264892578125, 0.5302221069335937, 0.530324462890625, 0.52982373046875, 0.5300172729492187, 0.5299507446289062, 0.5301862182617187, 0.5300787963867187, 0.5300796508789063, 0.5298749389648437, 0.53003271484375, 0.529998779296875, 0.5298954467773438, 0.5298421630859375, 0.53005517578125, 0.530060302734375, 0.5301882934570312, 0.5301156005859375, 0.5302538452148438, 0.5300510864257812, 0.52997119140625, 0.5300940551757812, 0.5302302856445312, 0.5300950927734375, 0.5300706787109375, 1.116972900390625, 0.5298432006835937, 0.5299220581054688, 0.5296732177734375, 0.5300571899414063, 0.5298114624023438, 0.529755126953125, 0.529617919921875, 0.52976025390625, 0.5296742553710938, 0.5295411376953125, 0.5295564575195313, 0.5296046142578125, 0.5295452270507812, 0.5296260986328125, 0.5294059448242188, 0.5296866455078125, 0.529857421875, 0.5300510864257812, 0.5300408325195313, 0.5297930297851563, 0.5297479858398437, 0.5298821411132812, 0.530071533203125, 0.5299271850585937, 0.5295953979492187, 0.5296773071289063, 0.5302200317382812, 0.5300142211914063, 0.5295328979492188, 0.5296066284179688, 0.5296107788085938, 0.5296640014648437, 0.5298360595703125, 0.5300203247070312, 0.5298882446289063, 0.5301903076171876, 0.5300490112304688, 0.5302650756835937, 0.529966064453125, 0.5299435424804687, 0.5298432006835937, 0.5299783935546875, 0.5299578857421875, 0.5297705078125, 0.5299701538085938, 0.5300961303710937, 0.5301217041015625, 0.5300203857421875, 0.5299783325195313, 0.529924072265625, 0.5300193481445312, 0.5299752807617187, 0.53016064453125, 0.5301954345703125, 0.530376708984375, 0.5301647338867187, 0.530176025390625, 0.5305906982421875, 0.5299701538085938, 0.5302487182617187, 0.530208740234375, 0.5302682495117188, 1.1169443359375, 0.5298206787109375, 0.5297777709960938, 0.5295870971679687, 0.5296568603515625, 0.529490966796875, 0.5294500732421875, 0.5294693603515624, 0.5296107788085938, 0.5296425170898438, 0.5298974609375, 0.52969775390625, 0.5296987915039062, 0.5297489624023437, 0.5296271362304688, 0.5295155029296875, 0.5297960815429688, 0.5294848022460937, 0.52961279296875, 0.5297141723632812, 0.5296609497070313, 0.5298401489257812, 0.5299251098632812, 0.529997802734375, 0.5298995361328125, 0.5298298950195313, 0.5297489624023437, 0.5298534545898438, 0.5298565063476562, 0.52997119140625, 0.5299539184570312, 0.5296341552734375, 0.5300521240234375, 0.5298790283203125, 0.5298954467773438, 0.529733642578125, 0.5300469970703126, 0.5300438842773437, 0.5298432006835937, 0.5299404907226563, 0.5300541381835937, 0.529839111328125, 0.529826904296875, 0.529872802734375, 0.529966064453125, 0.5300438842773437, 0.5302978515625, 0.5301698608398437, 0.5303357543945313, 0.52992626953125, 0.5302198486328125, 0.5301862182617187, 0.5301882934570312, 0.5300264892578125, 0.5299486694335938, 0.53028759765625, 0.53030810546875, 0.5302538452148438, 0.5303336791992187, 0.530150390625, 0.5301473388671875, 0.5302589721679688, 0.530135009765625, 1.1167333984375, 0.5296568603515625, 0.52999169921875, 0.5297899780273437, 0.529817626953125, 0.5300244750976563, 0.5295564575195313, 0.5296322631835938, 0.5296691284179688, 0.5296609497070313, 0.529628173828125, 0.5297459106445312, 0.5300234375, 0.5298790893554688, 0.529734619140625, 0.5298575439453125, 0.529659912109375, 0.5294110717773437, 0.529733642578125, 0.5296987915039062, 0.52967626953125, 0.530177001953125, 0.5301432495117188, 0.5302117919921875, 0.530039794921875, 0.5298155517578125, 0.530008056640625, 0.5299507446289062, 0.5297090454101563, 0.5297029418945313, 0.5296363525390625, 0.5298370361328125, 0.5299988403320313, 0.5296220703125, 0.5298789672851563, 0.5299415283203125, 0.5299066772460937, 0.5298851928710937, 0.5297869873046875, 0.5297161865234375, 0.5303387451171875, 0.5303142700195312, 0.53028466796875, 0.5302014770507812, 0.5299251098632812, 0.5299404907226563, 0.5301196899414062, 0.5299252319335938, 0.5301400756835938, 0.5299435424804687, 0.52982373046875, 0.530155517578125, 0.5298575439453125, 0.5300387573242188, 0.5300828247070313, 0.5301094360351563, 0.5300654296875, 0.5301566772460937, 0.5301514282226563, 0.530191162109375, 0.5302261962890625, 0.5302374267578125, 0.5303685913085937, 1.1168582763671875, 0.5295739135742188, 0.5296895751953125, 0.5295247192382813, 0.5294991455078125, 0.5295595703125, 0.5296619262695312, 0.5296292114257812, 0.529701904296875, 0.5297623291015625, 0.5297141723632812, 0.5295953979492187, 0.5295739135742188, 0.5295615844726562, 0.5295902709960938, 0.5297377319335937, 0.5299251098632812, 0.5297889404296875, 0.5296773071289063, 0.5297715454101563, 0.5297469482421875, 0.5296578369140625, 0.5299199829101563, 0.5298779907226563, 0.5299415283203125, 0.5298882446289063, 0.5299210205078125, 0.5299148559570312, 0.5299844970703125, 0.52978173828125, 0.5295902709960938, 0.5297141723632812, 0.5299476318359375, 0.5296680908203125, 0.5299486694335938, 0.529944580078125, 0.5299036254882813, 0.5297919921875, 0.529860595703125, 0.53003369140625, 0.5297459106445312, 0.5299404907226563, 0.5300930786132813, 0.5300020751953125, 0.5302178344726562, 0.5300899658203125, 0.5299640502929688, 0.5298974609375, 0.5300950927734375, 0.5299066772460937, 0.5299527587890625, 0.5302691650390625, 0.5304944458007812, 0.5300521240234375, 0.530271240234375, 0.5300347290039062, 0.5300838623046875, 0.5301421508789063, 0.5301043090820312, 0.529924072265625, 0.5300479736328125, 0.5302097778320313, 0.5302517700195313, 1.1167581787109375, 0.5295728149414063, 0.5298103637695313, 0.5295411376953125, 0.5296097412109375, 0.5296220092773437, 0.530044921875, 0.5298401489257812, 0.5299537963867188, 0.5297376708984375, 0.5297039794921875, 0.5296229858398438, 0.5297572021484375, 0.5295503540039063, 0.5299415283203125, 0.5297960815429688, 0.5300172729492187, 0.5299793701171875, 0.5296466064453125, 0.529775634765625, 0.5296732177734375, 0.5297981567382812, 0.5299097900390625, 0.5298104248046875, 0.5298984985351562, 0.52997119140625, 0.5302119140625, 0.5301524047851562, 0.5301597290039063, 0.52963623046875, 0.5299158935546875, 0.5296629638671875, 0.5300695190429687, 0.5298687744140625, 0.5301268310546875, 0.5298595581054687, 0.5298483276367187, 0.5297407836914062, 0.5301852416992188, 0.5300214233398437, 0.5301431884765625, 0.5299118041992188, 0.530134033203125, 0.5300592651367187, 0.5300899658203125, 0.5300111083984375, 0.5300899658203125, 0.529806396484375, 0.53009814453125, 0.52990771484375, 0.5300459594726562, 0.5300018920898437, 0.530070556640625, 0.5300491943359374, 0.5301031494140624, 0.5300746459960938, 0.5300654296875, 0.5302415161132813, 0.5300060424804688, 0.53018212890625, 0.5300244750976563, 0.5300479736328125, 0.5302528076171875, 1.116832763671875, 0.5297244262695312, 0.5300213623046875, 0.529743896484375, 0.5296209716796875, 0.529691650390625, 0.5297510375976563, 0.5299537963867188, 0.529681396484375, 0.52973974609375, 0.5298555908203125, 0.5296116943359375, 0.529554443359375, 0.52949609375, 0.529565673828125, 0.5296660766601563, 0.5297520751953125, 0.5296906127929687, 0.5297049560546875, 0.5298298950195313, 0.5295247192382813, 0.5298278198242188, 0.52978076171875, 0.5298984985351562, 0.5298575439453125, 0.5297377319335937, 0.5297581787109376, 0.5298370361328125, 0.5299619750976563, 0.5296158447265625, 0.5298134765625, 0.5297356567382813, 0.5298933715820312, 0.529712158203125, 0.5299640502929688, 0.52978076171875, 0.529934326171875, 0.5298749389648437, 0.5300213623046875, 0.5297315673828125, 0.5299476318359375, 0.5298841552734375, 0.5300879516601562, 0.5299447631835937, 0.529895263671875, 0.52985546875, 0.5302384643554687, 0.5300275268554687, 0.5300387573242188, 0.5301094360351563, 0.5299384155273438, 0.5299199829101563, 0.5300899658203125, 0.5300009155273437, 0.5301411743164063, 0.5303428955078126, 0.5305528564453125, 0.5304013061523437, 0.53033984375, 0.52999267578125, 0.5302230834960937, 0.5300531005859375, 0.5300828247070313, 1.116874755859375, 0.5297981567382812, 0.5299609375, 0.5294049072265625, 0.52961279296875, 0.5296927490234375, 0.5295072021484375, 0.5295678100585938, 0.529566650390625, 0.5296691284179688, 0.529881103515625, 0.5300264892578125, 0.5300326538085938, 0.5298739013671875, 0.5296875610351562, 0.5296087036132813, 0.5298380737304688, 0.5296609497070313, 0.5299036254882813, 0.5298462524414063, 0.5297305297851562, 0.5297735595703125, 0.5298421630859375, 0.529691650390625, 0.5299015502929687, 0.5297643432617187, 0.5299282836914062, 0.5297725219726562, 0.529819580078125, 0.5299108276367187, 0.5300806884765625, 0.529597412109375, 0.529849365234375, 0.5296947021484375, 0.5298667602539062, 0.5300223999023438, 0.52999267578125, 0.5299108276367187, 0.5298841552734375, 0.5296558227539062, 0.5301053466796875, 0.5300305786132813, 0.5300940551757812, 0.5298718872070313, 0.5299415283203125, 0.5299855346679687, 0.5300429077148437, 0.5300039672851562, 0.5304309692382813, 0.5301227416992188, 0.529849365234375, 0.530103271484375, 0.5304934692382812, 0.5300510864257812, 0.5300305786132813, 0.5300408325195313, 0.5300438842773437, 0.53003369140625, 0.5300868530273437, 0.5301473388671875, 0.5301616821289062, 0.53024560546875, 0.53007568359375, 1.1165562744140625, 0.5296098022460938, 0.5299107055664063, 0.5299701538085938, 0.5297940673828125, 0.5295452270507812, 0.5294940185546875, 0.52950732421875, 0.5295748901367188, 0.52950341796875, 0.5293299560546875, 0.5296373901367187, 0.52976025390625, 0.5297930297851563, 0.529986572265625, 0.5297080078125, 0.5295769653320312, 0.5296629638671875, 0.5297407836914062, 0.5296056518554687, 0.5296895751953125, 0.529617919921875, 0.5300018920898437, 0.5300725708007813, 0.5300018920898437, 0.5298114624023438, 0.5297786865234375, 0.5298944091796876, 0.52986572265625, 0.5296466064453125, 0.5298268432617188, 0.5298032836914063, 0.530135009765625, 0.5298585815429687, 0.52971826171875, 0.5296947021484375, 0.5298032836914063, 0.5298032836914063, 0.52980224609375, 0.5295155029296875, 0.530071533203125, 0.5302548217773437, 0.5302918090820312, 0.5304462280273438, 0.5301677856445313, 0.5298995361328125, 0.530039794921875, 0.5299794921875, 0.5300028076171875, 0.53007666015625, 0.530271240234375, 0.530355224609375, 0.5301044311523437, 0.5300089721679687, 0.5300060424804688, 0.5301012573242188, 0.5299476318359375, 0.5301565551757812, 0.530197509765625, 0.5303531494140625, 0.5305057373046875, 0.530535400390625, 0.53028759765625, 1.1168521728515626, 0.529364990234375, 0.5298298950195313, 0.5295093994140625, 0.5294776611328125, 0.5295482788085938, 0.5294776611328125, 0.5295289916992187, 0.5296116333007812, 0.529491943359375, 0.5295053100585938, 0.5295687866210937, 0.5296117553710937, 0.5294970703125, 0.529765380859375, 0.5297899780273437, 0.5298433227539062, 0.5296454467773437, 0.5296854858398438, 0.5296301879882812, 0.5297684326171875, 0.5298442993164062, 0.5297960205078125, 0.5298626708984375, 0.5298627319335938, 0.5297796020507812, 0.5298892822265625, 0.5298749389648437, 0.5297357177734375, 0.5296741943359375, 0.52980224609375, 0.5297612915039063, 0.529902587890625, 0.5298093872070313, 0.5301083984375, 0.5299937133789062, 0.5298401489257812, 0.5298063354492187, 0.5301196899414062, 0.52990771484375, 0.5300418701171875, 0.52973974609375, 0.5299752807617187, 0.5299056396484375, 0.5300797729492187, 0.5297254638671876, 0.5298421630859375, 0.5296066284179688, 0.5299619750976563, 0.5300521240234375, 0.5299814453125, 0.5299599609375, 0.5299742431640625, 0.5301534423828125, 0.5302344360351563, 0.5301175537109375, 0.5301954345703125, 0.5299384155273438, 0.5303326416015625, 0.52994970703125, 0.5300193481445312, 0.530218994140625, 0.5303408813476562]",tokens/s,1.8577293270201967,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2,openai-community/gpt2,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1270.276096,893.91104,0.0,247.463936,189.067776,s,11,0.17221023845672603,0.015655476223338734,0.0005821420175291704,0.015365023612976075,0.016032447814941408,0.01665022373199463,0.017144444465637208,"[0.017267999649047853, 0.015366368293762207, 0.015733920097351074, 0.015324671745300293, 0.015226752281188964, 0.015241215705871582, 0.015357695579528808, 0.015288127899169921, 0.016006015777587892, 0.016032447814941408, 0.015365023612976075]",tokens/s,16352.10557302387,kWh,1.8139065337896188e-07,9.939350193821312e-08,4.275391116289055e-07,7.083232669460805e-07,tokens/kWh,361416900.9352723,MB,1270.276096,893.91104,0.0,247.463936,209.724416,s,11,10.750163269042968,0.9772875699129971,0.019333223823185315,0.9871729736328125,0.9962877197265625,0.998942138671875,1.001065673828125,"[1.0015965576171875, 0.9871729736328125, 0.9498121337890625, 0.98820263671875, 0.9802625732421875, 0.9578631591796875, 0.9462407836914063, 0.9578382568359375, 0.9922295532226563, 0.9962877197265625, 0.9926569213867188]",tokens/s,64.4641372094895,kWh,1.1627758971946484e-05,6.3716004579815125e-06,2.4181470474550097e-05,4.2180829904478085e-05,tokens/kWh,1493569.475580936,,s,692,10.887371791839584,0.01573319623098208,0.0019054337375759122,0.015682559967041015,0.01600194606781006,0.01618211870193481,0.030720634002685546,"[0.017163263320922852, 0.01666662406921387, 0.015277055740356446, 0.015147007942199708, 0.015253503799438477, 0.015252479553222656, 0.015236096382141113, 0.015407103538513184, 0.01541222381591797, 0.015225855827331543, 0.015224831581115723, 0.01516748809814453, 0.015145983695983887, 0.015186944007873536, 0.015222784042358398, 0.015209471702575684, 0.015259648323059082, 0.015242239952087403, 0.015360063552856445, 0.016390079498291014, 0.016273408889770507, 0.016113664627075194, 0.016071680068969727, 0.0160317440032959, 0.016111616134643555, 0.01620172882080078, 0.01620070457458496, 0.016060415267944335, 0.016028671264648436, 0.01601126480102539, 0.015973376274108886, 0.015994879722595216, 0.016470016479492186, 0.01629088020324707, 0.016567232131958008, 0.016446464538574217, 0.016264192581176756, 0.016111616134643555, 0.01600307273864746, 0.015937536239624024, 0.01598464012145996, 0.01593958377838135, 0.01604915237426758, 0.01600614356994629, 0.015890432357788087, 0.01598361587524414, 0.01600102424621582, 0.016166912078857423, 0.01600921630859375, 0.016098304748535155, 0.01576857566833496, 0.015965184211730956, 0.01585868835449219, 0.015822848320007323, 0.015911935806274414, 0.015977503776550293, 0.01594979190826416, 0.01597644805908203, 0.015933440208435058, 0.015697919845581054, 0.015691776275634766, 0.01620479965209961, 0.030861312866210938, 0.015125503540039062, 0.015150079727172852, 0.015121408462524414, 0.015140864372253418, 0.01509887981414795, 0.015095808029174805, 0.015246335983276366, 0.015711232185363768, 0.015333375930786132, 0.015273983955383302, 0.015232000350952148, 0.014948351860046387, 0.014981120109558106, 0.01578700828552246, 0.015993856430053712, 0.01588633632659912, 0.015856639862060547, 0.015814656257629393, 0.015722496032714844, 0.015678463935852052, 0.01570201587677002, 0.015774720191955565, 0.01594777584075928, 0.015738880157470703, 0.015720447540283202, 0.015697919845581054, 0.0160501766204834, 0.015898624420166017, 0.015742976188659667, 0.015771648406982423, 0.015668255805969238, 0.01568560028076172, 0.015684608459472657, 0.0156876802444458, 0.01569587230682373, 0.01581056022644043, 0.015721471786499023, 0.016269311904907227, 0.015977472305297852, 0.01596723175048828, 0.015968255996704102, 0.015961088180541993, 0.01603379249572754, 0.01570406436920166, 0.01562009620666504, 0.015757311820983888, 0.015971327781677248, 0.015859711647033693, 0.015691776275634766, 0.015731712341308594, 0.01579212760925293, 0.016128000259399415, 0.015775744438171386, 0.015716352462768556, 0.015766528129577635, 0.015699968338012696, 0.015678463935852052, 0.015625215530395507, 0.015782912254333495, 0.015716352462768556, 0.015597567558288575, 0.015738880157470703, 0.031205375671386718, 0.015143936157226562, 0.0149749755859375, 0.014953472137451173, 0.014938112258911132, 0.01496678352355957, 0.014958592414855957, 0.01520025634765625, 0.015341567993164062, 0.015218688011169433, 0.015213600158691406, 0.01505072021484375, 0.015153152465820312, 0.015119359970092774, 0.015134719848632813, 0.015205375671386719, 0.015143936157226562, 0.015150079727172852, 0.015010815620422363, 0.015117312431335449, 0.015136768341064453, 0.015014911651611328, 0.015068160057067872, 0.015108096122741698, 0.01516543960571289, 0.015196160316467285, 0.015013888359069824, 0.01500876808166504, 0.015087615966796876, 0.015139840126037597, 0.015152128219604492, 0.014997535705566407, 0.014972895622253417, 0.01516543960571289, 0.015178751945495606, 0.01509068775177002, 0.015112192153930663, 0.015163392066955566, 0.015176704406738281, 0.015122431755065918, 0.015093759536743164, 0.014987263679504394, 0.014937088012695313, 0.014993408203125, 0.014882847785949707, 0.014963680267333985, 0.014918656349182128, 0.014982144355773925, 0.015006752014160156, 0.014988256454467773, 0.014960639953613282, 0.01489408016204834, 0.01496678352355957, 0.014878751754760743, 0.014980064392089844, 0.015024127960205079, 0.015048704147338866, 0.015194111824035645, 0.015159296035766602, 0.015072256088256837, 0.015130623817443848, 0.015078399658203125, 0.015174655914306641, 0.030718975067138672, 0.015500288009643554, 0.015138815879821778, 0.015256575584411621, 0.0151910400390625, 0.015121408462524414, 0.015160320281982421, 0.015072256088256837, 0.015168512344360351, 0.015140864372253418, 0.01571225643157959, 0.01599283218383789, 0.015994879722595216, 0.015989760398864745, 0.016074752807617186, 0.015919103622436523, 0.015774720191955565, 0.015771648406982423, 0.015675392150878906, 0.01577881622314453, 0.015805439949035646, 0.01581670379638672, 0.01620172882080078, 0.01599180793762207, 0.016002048492431642, 0.016151552200317384, 0.015995903968811034, 0.015720447540283202, 0.016012287139892577, 0.01600924873352051, 0.015763423919677735, 0.01575321578979492, 0.01572556781768799, 0.0157521915435791, 0.015762432098388672, 0.015944704055786133, 0.015980544090270995, 0.016101375579833984, 0.017327104568481445, 0.016327680587768553, 0.01600921630859375, 0.01598259162902832, 0.015720447540283202, 0.015821824073791502, 0.016100351333618163, 0.016069631576538086, 0.015977472305297852, 0.01598464012145996, 0.016038911819458008, 0.016150527954101563, 0.016781312942504883, 0.01577881622314453, 0.015094783782958985, 0.01496780776977539, 0.01495961570739746, 0.014925824165344239, 0.01499238395690918, 0.014980128288269043, 0.015072223663330078, 0.015059967994689942, 0.014862336158752442, 0.014997504234313964, 0.014935040473937988, 0.03063910484313965, 0.015058943748474121, 0.015142911911010743, 0.015056896209716796, 0.015037440299987792, 0.014813183784484863, 0.014943231582641601, 0.01488486385345459, 0.014855168342590331, 0.016649248123168946, 0.01594159984588623, 0.015859711647033693, 0.015538175582885743, 0.01561190414428711, 0.015604736328125, 0.015558655738830567, 0.015531007766723632, 0.015554559707641602, 0.01576140785217285, 0.015773695945739748, 0.01574502372741699, 0.01576959991455078, 0.01577676773071289, 0.01578700828552246, 0.015719424247741698, 0.015771679878234864, 0.015715295791625977, 0.015714303970336914, 0.01587097644805908, 0.015736831665039062, 0.015708160400390626, 0.015779840469360353, 0.01577881622314453, 0.015719424247741698, 0.015557632446289063, 0.015567872047424316, 0.015678463935852052, 0.015774720191955565, 0.015645695686340333, 0.01571840000152588, 0.015683584213256836, 0.015754240036010742, 0.01571020793914795, 0.015755264282226563, 0.015720447540283202, 0.015581184387207032, 0.015506431579589844, 0.015450112342834473, 0.015567872047424316, 0.015424511909484863, 0.015511551856994628, 0.015475711822509765, 0.015491071701049805, 0.01540403175354004, 0.015512576103210449, 0.015466496467590332, 0.015409152030944824, 0.015428607940673827, 0.015441920280456543, 0.015454208374023438, 0.015455231666564942, 0.015514623641967774, 0.015451135635375977, 0.030737407684326173, 0.015005696296691894, 0.015078399658203125, 0.014960639953613282, 0.014877696037292481, 0.01496780776977539, 0.01489510440826416, 0.014872575759887695, 0.014956543922424317, 0.014982144355773925, 0.01486847972869873, 0.015243264198303222, 0.015238143920898438, 0.01509273624420166, 0.01510092830657959, 0.015048704147338866, 0.014899200439453125, 0.014996479988098145, 0.014898176193237305, 0.015057920455932617, 0.014862336158752442, 0.014879743576049804, 0.014925824165344239, 0.01498624038696289, 0.015011839866638184, 0.014954527854919434, 0.014899168014526367, 0.015006719589233398, 0.014950400352478027, 0.014922752380371093, 0.014850048065185547, 0.014874624252319337, 0.015030271530151367, 0.015019007682800293, 0.014943231582641601, 0.01484390354156494, 0.015143936157226562, 0.015096832275390625, 0.01510092830657959, 0.015046655654907226, 0.015063039779663086, 0.01507430362701416, 0.015096832275390625, 0.015140864372253418, 0.014982144355773925, 0.015427583694458008, 0.01582592010498047, 0.01579212760925293, 0.015821824073791502, 0.015714303970336914, 0.015684608459472657, 0.01574502372741699, 0.015715328216552735, 0.015728639602661132, 0.015828991889953615, 0.015729663848876953, 0.01577676773071289, 0.01575014400482178, 0.015443967819213868, 0.0155863037109375, 0.0156692476272583, 0.015721471786499023, 0.0156876802444458, 0.030801919937133788, 0.015108096122741698, 0.015089664459228515, 0.015044608116149903, 0.015096832275390625, 0.015073280334472656, 0.015026176452636719, 0.015057920455932617, 0.015222784042358398, 0.015088640213012695, 0.015011839866638184, 0.015104000091552734, 0.015072319984436035, 0.015154111862182617, 0.015079423904418946, 0.01518899154663086, 0.015185919761657715, 0.015022080421447754, 0.015072256088256837, 0.014988287925720215, 0.014916607856750488, 0.014915583610534668, 0.01489408016204834, 0.014916607856750488, 0.014891008377075195, 0.01485209560394287, 0.014921728134155274, 0.015110143661499023, 0.01490124797821045, 0.01486137580871582, 0.014849984169006347, 0.015004672050476075, 0.014888959884643555, 0.014953472137451173, 0.014841856002807617, 0.014898176193237305, 0.014964735984802247, 0.015064064025878907, 0.015017984390258789, 0.015164416313171386, 0.014973952293395995, 0.01487564754486084, 0.01496678352355957, 0.014952447891235352, 0.014946304321289062, 0.014859264373779296, 0.014858240127563477, 0.01496780776977539, 0.014981120109558106, 0.014960639953613282, 0.015062015533447265, 0.015105024337768554, 0.015095871925354004, 0.015017919540405274, 0.015124480247497558, 0.015058943748474121, 0.01507532787322998, 0.015135744094848632, 0.015047679901123047, 0.015064064025878907, 0.015042559623718262, 0.015049728393554687, 0.01510912036895752, 0.030686208724975586, 0.015042559623718262, 0.014982144355773925, 0.014889984130859376, 0.014870528221130372, 0.014872575759887695, 0.014932991981506348, 0.01489510440826416, 0.014864383697509765, 0.014915583610534668, 0.014880767822265625, 0.014898176193237305, 0.01501696014404297, 0.015234047889709473, 0.015120384216308593, 0.015201279640197754, 0.01529753589630127, 0.01519820785522461, 0.015226880073547363, 0.015101951599121094, 0.015122431755065918, 0.01501699161529541, 0.015133664131164551, 0.0150763521194458, 0.015033344268798828, 0.014899200439453125, 0.014950400352478027, 0.015050751686096191, 0.015001600265502929, 0.014896127700805664, 0.014858240127563477, 0.015051775932312012, 0.015073280334472656, 0.01508351993560791, 0.01509273624420166, 0.015063039779663086, 0.015166463851928711, 0.014925824165344239, 0.014968832015991211, 0.014919679641723632, 0.014900223731994629, 0.01509171199798584, 0.01511526393890381, 0.01509068775177002, 0.01491763210296631, 0.014873600006103516, 0.015904767990112305, 0.016038911819458008, 0.015723520278930665, 0.0157521915435791, 0.015790080070495604, 0.015524864196777344, 0.015532032012939453, 0.015653887748718263, 0.01554742431640625, 0.01546134376525879, 0.015466496467590332, 0.015935487747192383, 0.01567232036590576, 0.015514623641967774, 0.015451135635375977, 0.015912960052490235, 0.01576140785217285, 0.03203788757324219, 0.015758336067199705, 0.01576857566833496, 0.01571737575531006, 0.015705087661743163, 0.015699999809265137, 0.015835103988647462, 0.015681535720825195, 0.015708160400390626, 0.015882240295410157, 0.015770624160766602, 0.01574092769622803, 0.01570406436920166, 0.01613209533691406, 0.01579315185546875, 0.015797247886657716, 0.015995903968811034, 0.015762432098388672, 0.015839232444763183, 0.01577676773071289, 0.015759360313415526, 0.0157009916305542, 0.01568051242828369, 0.015630335807800294, 0.015448063850402831, 0.015498240470886231, 0.015449088096618652, 0.015380479812622071, 0.015546367645263673, 0.015431679725646973, 0.015696895599365233, 0.015705087661743163, 0.015728639602661132, 0.015711232185363768, 0.01569382381439209, 0.01571020793914795, 0.015551487922668457, 0.01572556781768799, 0.01567948818206787, 0.015739904403686524, 0.015703040122985838, 0.015780863761901857, 0.01569587230682373, 0.015713279724121093, 0.01581158447265625, 0.015972352027893065, 0.01721446418762207, 0.015929344177246094, 0.015848447799682617, 0.015765503883361818, 0.015765503883361818, 0.015756287574768067, 0.015727616310119628, 0.015716352462768556, 0.01571020793914795, 0.015815679550170898, 0.01567948818206787, 0.015665151596069335, 0.01574502372741699, 0.015708160400390626, 0.015727616310119628, 0.015539199829101562, 0.015696895599365233, 0.03217919921875, 0.01575014400482178, 0.015762432098388672, 0.015727616310119628, 0.01571737575531006, 0.015764479637145997, 0.015728639602661132, 0.015837183952331545, 0.01601433563232422, 0.015727616310119628, 0.015730688095092774, 0.015722496032714844, 0.015650815963745117, 0.01550540828704834, 0.01570406436920166, 0.015892479896545412, 0.015844351768493654, 0.01581875228881836, 0.01586892795562744, 0.015783935546875, 0.016210943222045898, 0.01574195194244385, 0.01575321578979492, 0.01600102424621582, 0.015831040382385253, 0.015796223640441896, 0.015715328216552735, 0.015640576362609862, 0.015558655738830567, 0.01578700828552246, 0.01574195194244385, 0.015765503883361818, 0.015841279983520508, 0.015781888008117674, 0.015771648406982423, 0.015837183952331545, 0.01581875228881836, 0.015849472045898438, 0.01577676773071289, 0.01576959991455078, 0.015734784126281737, 0.015922176361083985, 0.01575014400482178, 0.015716352462768556, 0.016244735717773438, 0.016102399826049805, 0.01582592010498047, 0.015736831665039062, 0.01587814426422119, 0.015728639602661132, 0.01571225643157959, 0.015790080070495604, 0.015730688095092774, 0.015739904403686524, 0.015534079551696778, 0.01559552001953125, 0.01642188835144043, 0.016281600952148437, 0.015977472305297852, 0.015866880416870118, 0.015782912254333495, 0.01581056022644043, 0.0157521915435791, 0.03078041648864746, 0.015017984390258789, 0.01507737636566162, 0.015029248237609863, 0.015439871788024903, 0.01584230422973633, 0.015838208198547362, 0.01571737575531006, 0.015708160400390626, 0.015812607765197755, 0.01574195194244385, 0.01574092769622803, 0.015553536415100098, 0.01567948818206787, 0.0157521915435791, 0.016026624679565428, 0.015846400260925292, 0.015806464195251464, 0.015762432098388672, 0.01581158447265625, 0.015711232185363768, 0.015719424247741698, 0.015765503883361818, 0.01571840000152588, 0.016038911819458008, 0.016012287139892577, 0.016638975143432617, 0.01591196823120117, 0.01582697582244873, 0.015742912292480468, 0.015764479637145997, 0.015697919845581054, 0.015779840469360353, 0.015791104316711425, 0.015713279724121093, 0.015711232185363768, 0.01575321578979492, 0.01575014400482178, 0.015771648406982423, 0.015763456344604493, 0.01574502372741699, 0.015719424247741698, 0.015758336067199705, 0.01586892795562744, 0.015751168251037596, 0.015836159706115724, 0.01581875228881836, 0.01570918369293213, 0.015721471786499023, 0.01582694435119629, 0.01549721622467041, 0.015581184387207032, 0.015797247886657716, 0.01581875228881836, 0.016449535369873047, 0.015756319999694825, 0.01575932788848877, 0.015900671958923338, 0.015775744438171386, 0.015729663848876953, 0.015953920364379884, 0.015949824333190917, 0.015765503883361818]",tokens/s,63.55987590307829,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-410m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1331.101696,1313.34144,0.0,666.894336,583.411712,s,10,0.33520121383667,0.033520121383666994,0.001453907594310569,0.03276590347290039,0.03438638572692871,0.03594858493804932,0.0371983443069458,"[0.037510784149169925, 0.03251792144775391, 0.03257727813720703, 0.03279670333862305, 0.03273510360717773, 0.0338130874633789, 0.0339708480834961, 0.03403923034667969, 0.03259091186523438, 0.03264934539794922]",tokens/s,7637.2038474997435,kWh,3.937127772304747e-07,2.1573539868950317e-07,1.2275167227534153e-06,1.836964898673393e-06,tokens/kWh,139360311.23124692,MB,1331.101696,1313.34144,0.0,666.894336,644.0192,s,10,20.422793212890625,2.0422793212890626,0.020881081923259662,2.038978942871094,2.0718335693359373,2.0766283325195314,2.0804641430664064,"[2.05873486328125, 2.0230191650390625, 2.022578857421875, 2.030239990234375, 2.07076806640625, 2.081423095703125, 2.038813720703125, 2.0391441650390627, 2.013723388671875, 2.044347900390625]",tokens/s,30.847886155080463,kWh,2.5016873122917285e-05,1.3707734888537744e-05,7.079942978764167e-05,0.0001095240377990967,tokens/kWh,575216.1924084906,,s,629,20.68533759689332,0.03288606931143611,0.004037093144175609,0.032176128387451174,0.03341967468261719,0.033662213134765626,0.06502883392333984,"[0.033104896545410156, 0.03315814590454102, 0.0339947509765625, 0.03458047866821289, 0.03360153579711914, 0.03348889541625977, 0.03379516983032226, 0.03395471954345703, 0.034119678497314454, 0.033826911926269534, 0.033135520935058595, 0.03497574234008789, 0.032911422729492185, 0.03253753662109375, 0.03308441543579101, 0.03468185424804687, 0.033547264099121094, 0.03344486236572266, 0.03216896057128906, 0.032756736755371094, 0.032584705352783204, 0.031925247192382815, 0.03165603256225586, 0.03363113784790039, 0.03241676712036133, 0.032061439514160156, 0.03212799835205078, 0.033124351501464845, 0.03342950439453125, 0.03297894287109375, 0.03218739318847656, 0.031764480590820314, 0.03209011077880859, 0.03204198455810547, 0.03206655883789063, 0.03209734344482422, 0.03223238372802734, 0.03212799835205078, 0.031920127868652344, 0.03172249603271484, 0.032205825805664064, 0.0320634880065918, 0.032023681640625, 0.03208793640136719, 0.032194561004638675, 0.0322426872253418, 0.03201536178588867, 0.031942655563354495, 0.03224063873291016, 0.03195699119567871, 0.03216998291015625, 0.03210854339599609, 0.03225907135009766, 0.0318884162902832, 0.032253921508789064, 0.03189452743530274, 0.032215038299560544, 0.03224166488647461, 0.03209625625610352, 0.03184435272216797, 0.03227238464355469, 0.03201536178588867, 0.0649543685913086, 0.03204198455810547, 0.03203276824951172, 0.03199897575378418, 0.03233385467529297, 0.032118751525878904, 0.031925247192382815, 0.03201740646362305, 0.03212799835205078, 0.03179520034790039, 0.03220278549194336, 0.0322088623046875, 0.032091136932373046, 0.03206041717529297, 0.03184236717224121, 0.03198764801025391, 0.03176140785217285, 0.03216486358642578, 0.032, 0.03201740646362305, 0.03221196746826172, 0.03222016143798828, 0.032091136932373046, 0.031916032791137694, 0.031753215789794925, 0.03231132888793945, 0.032330718994140625, 0.03216486358642578, 0.032231456756591795, 0.03199279975891113, 0.03186073684692383, 0.0320819206237793, 0.032210945129394535, 0.03181158447265625, 0.03150028800964356, 0.03199897575378418, 0.03202150344848633, 0.032489471435546875, 0.03226419067382812, 0.03231129455566406, 0.032194561004638675, 0.03220377731323242, 0.032314369201660156, 0.03222016143798828, 0.03188531112670898, 0.03210137557983399, 0.03206553649902344, 0.03210649490356445, 0.03198259162902832, 0.032304126739501955, 0.032077823638916016, 0.03200921630859375, 0.03172147178649903, 0.03178188705444336, 0.03171123123168945, 0.031903743743896484, 0.03326873779296875, 0.033317886352539065, 0.03220694351196289, 0.03213711929321289, 0.0322426872253418, 0.03200921630859375, 0.03232153701782227, 0.06520320129394531, 0.03232767868041992, 0.03204198455810547, 0.032148479461669925, 0.03198873519897461, 0.03217407989501953, 0.03191296005249023, 0.032146430969238284, 0.03197849655151367, 0.032277503967285154, 0.031971328735351565, 0.03213926315307617, 0.03194777679443359, 0.03202969741821289, 0.03183001518249512, 0.031865856170654294, 0.032031742095947266, 0.032123905181884765, 0.03240038299560547, 0.032161792755126956, 0.0322754898071289, 0.03221500778198242, 0.03213516616821289, 0.0319815673828125, 0.03259187316894531, 0.03320217514038086, 0.03232665634155273, 0.032246784210205076, 0.031801343917846676, 0.03212799835205078, 0.03236556625366211, 0.03234921646118164, 0.03226313781738281, 0.03233996963500976, 0.0320634880065918, 0.03211471939086914, 0.03225084686279297, 0.03212595367431641, 0.03177676773071289, 0.03220377731323242, 0.031860767364501955, 0.03182383918762207, 0.03216998291015625, 0.031927295684814457, 0.032008190155029294, 0.03208294296264649, 0.031850496292114255, 0.03204915237426758, 0.03201126480102539, 0.03209222412109375, 0.032090049743652344, 0.03199897575378418, 0.032054271697998044, 0.03199078369140625, 0.03199795150756836, 0.0319815673828125, 0.032059391021728514, 0.0321341438293457, 0.03216998291015625, 0.031866880416870115, 0.03199283218383789, 0.0318525447845459, 0.0316866569519043, 0.06526771545410157, 0.0321003532409668, 0.032156673431396485, 0.0322949104309082, 0.03197337532043457, 0.0318474235534668, 0.03226009750366211, 0.032176128387451174, 0.0321607666015625, 0.03189760017395019, 0.03209830474853516, 0.03213824081420898, 0.032189441680908204, 0.03204095840454101, 0.03174092864990234, 0.03217715072631836, 0.03218022537231445, 0.03219046401977539, 0.032061439514160156, 0.03203583908081055, 0.03203481674194336, 0.03219558334350586, 0.03174399948120117, 0.032053249359130856, 0.03205734252929687, 0.032935935974121096, 0.03235635375976562, 0.03200614547729492, 0.03260518264770508, 0.032069633483886716, 0.03273932647705078, 0.03267804718017578, 0.03222000122070313, 0.03172352027893066, 0.032352256774902347, 0.0326297607421875, 0.0321638412475586, 0.031821823120117186, 0.03215468978881836, 0.03231942367553711, 0.03211673736572265, 0.031959039688110355, 0.031958015441894534, 0.032586753845214846, 0.03233484649658203, 0.032471038818359374, 0.03204915237426758, 0.031835168838500974, 0.032327648162841796, 0.03257753753662109, 0.03249868774414062, 0.032210945129394535, 0.03236249542236328, 0.03205836868286133, 0.03227545547485351, 0.032244735717773435, 0.03242700958251953, 0.03219251251220703, 0.031923200607299806, 0.03297689437866211, 0.03294412612915039, 0.03244441604614258, 0.032438270568847655, 0.06516633605957031, 0.03237887954711914, 0.03210649490356445, 0.0328611831665039, 0.03278335952758789, 0.03263283157348633, 0.03236454391479492, 0.03188531112670898, 0.03201536178588867, 0.032143360137939454, 0.03220479965209961, 0.03231846237182617, 0.032036865234375, 0.03224166488647461, 0.031923200607299806, 0.03245363235473633, 0.03258163070678711, 0.03215052795410156, 0.03210444641113281, 0.03236556625366211, 0.032140289306640625, 0.03235123062133789, 0.031850496292114255, 0.03293491363525391, 0.03199488067626953, 0.03168972778320313, 0.034272254943847655, 0.03420774459838867, 0.033530879974365234, 0.03320633697509766, 0.03329529571533203, 0.03347967910766601, 0.0335810546875, 0.033501312255859374, 0.033164161682128906, 0.03283456039428711, 0.03306086349487305, 0.03298611068725586, 0.033023998260498046, 0.03273011016845703, 0.033073150634765625, 0.03321558380126953, 0.0334744644165039, 0.033670143127441404, 0.03373158264160156, 0.033122303009033204, 0.033137664794921876, 0.032949249267578126, 0.03352166366577149, 0.03325235366821289, 0.03329740905761719, 0.03341721725463867, 0.0329431037902832, 0.032920574188232424, 0.03270041656494141, 0.03291449737548828, 0.03361273574829102, 0.0333383674621582, 0.03300966262817383, 0.033314815521240236, 0.03352576065063476, 0.033484798431396484, 0.03335168075561523, 0.06773554992675782, 0.03331584167480469, 0.032792736053466796, 0.03239920043945312, 0.032656383514404294, 0.032487422943115234, 0.032510974884033206, 0.032625663757324216, 0.033486846923828126, 0.0323133430480957, 0.032674816131591795, 0.03250995254516602, 0.03332198333740234, 0.0331673583984375, 0.03303833770751953, 0.032824321746826174, 0.03312844848632813, 0.03281119918823242, 0.03530630493164062, 0.0341288948059082, 0.03366307067871094, 0.033581985473632815, 0.0333496322631836, 0.03298713684082031, 0.03383500671386719, 0.03362406539916992, 0.03323088073730469, 0.033562591552734375, 0.03322777557373047, 0.03339571380615235, 0.033470462799072266, 0.033393665313720705, 0.03320627212524414, 0.03301683044433594, 0.03308854293823242, 0.03340288162231445, 0.03320111846923828, 0.03311206436157227, 0.03325235366821289, 0.03300556945800781, 0.03261337661743164, 0.032723968505859374, 0.032677886962890625, 0.03328521728515625, 0.033381278991699216, 0.03289907073974609, 0.0326901741027832, 0.03343155288696289, 0.033373344421386716, 0.03307913589477539, 0.03322367858886719, 0.033445888519287106, 0.03355753707885742, 0.03334857559204102, 0.033306625366210936, 0.03201126480102539, 0.032074752807617186, 0.03210137557983399, 0.031854591369628905, 0.032043006896972655, 0.03199590492248535, 0.03199590492248535, 0.03232460784912109, 0.06749696350097656, 0.032715774536132815, 0.03205734252929687, 0.031893535614013674, 0.03176547241210938, 0.031662080764770506, 0.031867904663085936, 0.031474687576293944, 0.03173785591125488, 0.03174502372741699, 0.032121856689453124, 0.032102401733398435, 0.032121856689453124, 0.03208396911621094, 0.03197644805908203, 0.0320706558227539, 0.031995071411132815, 0.032895809173583986, 0.03338956832885742, 0.03222630310058594, 0.03171327972412109, 0.032189441680908204, 0.03259699249267578, 0.03214745712280274, 0.03189555168151856, 0.03158844757080078, 0.031835039138793944, 0.03214745712280274, 0.03194879913330078, 0.032132095336914065, 0.03190784072875977, 0.031838207244873046, 0.03188531112670898, 0.03211468887329102, 0.031869951248168944, 0.032113662719726564, 0.031850496292114255, 0.03192934417724609, 0.03216281509399414, 0.03153203201293946, 0.03204095840454101, 0.03206659317016602, 0.032035808563232425, 0.0327116813659668, 0.03444121551513672, 0.033683456420898435, 0.032330753326416016, 0.03154944038391113, 0.031768575668334964, 0.03169075202941894, 0.032817150115966795, 0.03294105529785156, 0.03330559921264648, 0.03367731094360352, 0.03334463882446289, 0.03294502258300781, 0.033154048919677735, 0.03304246520996094, 0.033652702331542966, 0.033350654602050785, 0.033121280670166016, 0.033290241241455076, 0.033051647186279294, 0.06784102630615234, 0.03334348678588867, 0.03323187255859375, 0.03275980758666992, 0.03303833770751953, 0.033274913787841795, 0.03332502365112305, 0.03250380706787109, 0.03273420715332031, 0.033035263061523434, 0.0333568000793457, 0.034625537872314455, 0.033642528533935546, 0.033573856353759764, 0.0330885124206543, 0.03200723266601563, 0.03196735954284668, 0.031814559936523434, 0.0320357437133789, 0.03220479965209961, 0.03211468887329102, 0.03197644805908203, 0.0320819206237793, 0.03228979110717774, 0.03189049530029297, 0.03215865707397461, 0.03181465530395508, 0.032048126220703126, 0.03180544090270996, 0.031985727310180664, 0.03187910461425781, 0.032320510864257815, 0.03181670379638672, 0.03186892890930176, 0.03202560043334961, 0.03222937774658203, 0.03159452819824219, 0.03166102409362793, 0.032102401733398435, 0.03137347221374512, 0.03133219146728516, 0.03190169525146484, 0.031926271438598636, 0.03193446350097656, 0.03205542373657227, 0.03184217643737793, 0.03156889533996582, 0.03164985656738281, 0.03224262237548828, 0.03217407989501953, 0.03388729476928711, 0.03340281677246094, 0.03364863967895508, 0.032742401123046876, 0.03202764892578125, 0.0319109115600586, 0.03200921630859375, 0.031916032791137694, 0.03180748748779297, 0.031916032791137694, 0.03242086410522461, 0.03213516616821289, 0.03232563018798828, 0.06490930938720703, 0.03211775970458984, 0.03203177642822266, 0.03207574462890625, 0.032105472564697264, 0.03196518325805664, 0.031838207244873046, 0.03207372665405273, 0.03203379058837891, 0.03212192153930664, 0.031962047576904296, 0.03213312149047851, 0.03176140785217285, 0.031899648666381834, 0.03203481674194336, 0.03176243209838867, 0.03202560043334961, 0.03242092895507812, 0.03222214508056641, 0.03180646324157715, 0.03202560043334961, 0.031848512649536136, 0.03206444931030274, 0.03233484649658203, 0.03199590492248535, 0.03216486358642578, 0.03189871978759766, 0.03182275199890137, 0.032094207763671875, 0.03187302398681641, 0.03178291130065918, 0.031719423294067385, 0.031409151077270506, 0.032059391021728514, 0.03167334365844727, 0.03156991958618164, 0.031459327697753905, 0.031955968856811526, 0.031752191543579104, 0.031849472045898435, 0.032089088439941404, 0.03199590492248535, 0.03220991897583008, 0.03219353485107422, 0.032301055908203126, 0.03199708747863769, 0.03167932891845703, 0.031663103103637694, 0.031920127868652344, 0.03268921661376953, 0.031928255081176755, 0.031344671249389645, 0.031846368789672855, 0.03184745597839356, 0.031919071197509766, 0.03223551940917969, 0.032146430969238284, 0.03202252960205078, 0.032074752807617186, 0.031932416915893554, 0.031835136413574217, 0.03167948722839355, 0.0321607666015625, 0.06505779266357421, 0.03212086486816406, 0.03157814407348633, 0.0318535041809082, 0.03200102233886719, 0.03226931381225586, 0.03219968032836914, 0.0319815673828125, 0.0331673583984375, 0.03325235366821289, 0.03343974304199219, 0.03346435165405273, 0.032823265075683596, 0.03463884735107422, 0.03484467315673828, 0.03366092681884766, 0.03305574417114258, 0.03280998229980469, 0.03216588973999023, 0.031710208892822264, 0.03217510223388672, 0.032246784210205076, 0.03222016143798828, 0.03241779327392578, 0.03233996963500976, 0.03221196746826172, 0.032176128387451174, 0.0317573127746582, 0.03218534469604492, 0.03207987213134766, 0.03217203140258789, 0.03193139266967773, 0.03201849746704102, 0.03191494369506836, 0.0320552978515625, 0.03230515289306641, 0.03226828765869141, 0.03278847885131836, 0.03237273788452148, 0.03205836868286133, 0.03208294296264649, 0.032156673431396485, 0.03226521682739258, 0.03197542381286621, 0.0322979850769043, 0.03211673736572265, 0.032233470916748046, 0.03278335952758789, 0.032421886444091795, 0.032421886444091795, 0.03249868774414062, 0.03187609672546387, 0.032476158142089845, 0.032279552459716795, 0.032189441680908204, 0.031854591369628905, 0.032369663238525394, 0.03227340698242188, 0.032464897155761716, 0.03206553649902344, 0.03333529663085937, 0.033263614654541016, 0.0335206413269043]",tokens/s,30.408012296326657,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,.,.,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: . does not appear to have a file named config.json. Checkout 'https://huggingface.co/./tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,a,a,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/a/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475cc-14aadc291405d57749b28ed3;0889ece3-5fd5-4406-8fcf-006ed12c116a) Repository Not Found for url: https://huggingface.co/a/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: a is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-7B,Qwen/Qwen-7B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-66b,facebook/opt-66b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1609.027584,7751.59808,0.0,7105.150976,6339.650048,s,10,3.3986695556640627,0.3398669555664063,0.0001646782605956195,0.339845703125,0.34012085266113284,0.34014270172119143,0.3401601809692383,"[0.34011599731445313, 0.33972415161132813, 0.33968338012695315, 0.339990234375, 0.34016455078125, 0.33984439086914064, 0.3398470153808594, 0.33965631103515626, 0.33985299682617187, 0.33979052734375]",tokens/s,753.2359230786719,kWh,4.013892660538355e-06,2.199424855698453e-06,1.9617386064267142e-05,2.5830703580503952e-05,tokens/kWh,9910686.296335312,MB,1609.027584,7751.59808,0.0,7105.150976,6492.977664,s,10,191.89002539062503,19.189002539062503,0.0012045785184213059,19.1887900390625,19.190859570312497,19.19101865234375,19.19114591796875,"[19.1888984375, 19.18731640625, 19.1877265625, 19.18863671875, 19.188681640625, 19.18903125, 19.191177734375, 19.19082421875, 19.1897890625, 19.187943359375]",tokens/s,3.283130526026702,kWh,0.00022655748135513731,0.00012417251329203282,0.0011185267188947375,0.0014692567135419078,tokens/kWh,42878.82397904935,,s,629,194.64379080200192,0.30944958792051186,0.04038682464466205,0.3045693359375,0.3048181640625,0.3049306213378906,0.6444886328125,"[0.30478948974609377, 0.3042662353515625, 0.30442803955078124, 0.30440447998046877, 0.3044751281738281, 0.30454067993164063, 0.3044259948730469, 0.3043399658203125, 0.3044474792480469, 0.30432562255859374, 0.3044761657714844, 0.304427001953125, 0.30472909545898436, 0.30443521118164063, 0.3047352294921875, 0.30451815795898435, 0.30454681396484373, 0.30443212890625, 0.3045222473144531, 0.30457138061523437, 0.3045478515625, 0.3047987060546875, 0.30460107421875, 0.30459185791015625, 0.3046369323730469, 0.30486526489257815, 0.3047526550292969, 0.3046144104003906, 0.3045027770996094, 0.3044874267578125, 0.304363525390625, 0.30450686645507813, 0.3044393005371094, 0.304437255859375, 0.30457958984375, 0.30448333740234373, 0.3045529479980469, 0.30447103881835935, 0.3045949401855469, 0.3044331665039062, 0.3046225891113281, 0.30454681396484373, 0.3045509033203125, 0.30452633666992185, 0.304637939453125, 0.3045140380859375, 0.3045498962402344, 0.30461236572265626, 0.30448538208007814, 0.3044638671875, 0.3047526550292969, 0.30461029052734373, 0.30459185791015625, 0.30478744506835936, 0.3049840698242188, 0.3048089599609375, 0.3046655883789062, 0.3046697082519531, 0.30488986206054686, 0.30502398681640625, 0.30461236572265626, 0.30473114013671876, 0.6444891967773437, 0.3043993530273438, 0.30424884033203126, 0.3043583984375, 0.30431948852539065, 0.30437991333007813, 0.30438092041015624, 0.30442803955078124, 0.3044761657714844, 0.3045867614746094, 0.30432461547851564, 0.3044423828125, 0.30435531616210937, 0.3044761657714844, 0.304436279296875, 0.30439520263671876, 0.3044485168457031, 0.3044905090332031, 0.30447412109375, 0.30449151611328124, 0.30443826293945314, 0.30452020263671875, 0.3044085693359375, 0.3048028259277344, 0.30451608276367187, 0.3045928955078125, 0.30452020263671875, 0.30489599609375, 0.3045519409179688, 0.3049216003417969, 0.3045365905761719, 0.304510986328125, 0.3044945983886719, 0.3045028076171875, 0.3043931884765625, 0.30460415649414063, 0.3045365905761719, 0.3045611572265625, 0.30457855224609376, 0.30456832885742186, 0.3045027770996094, 0.3046031494140625, 0.30463180541992185, 0.30461029052734373, 0.30457855224609376, 0.30454681396484373, 0.3046533203125, 0.3045089416503906, 0.304542724609375, 0.3045539855957031, 0.3046277160644531, 0.3046195068359375, 0.30470449829101565, 0.3045611572265625, 0.3045621643066406, 0.30463079833984374, 0.3050895385742188, 0.3047403564453125, 0.304690185546875, 0.3046502380371094, 0.30493185424804686, 0.3047198791503906, 0.30508132934570314, 0.6442833862304688, 0.30445977783203126, 0.30426727294921874, 0.3043420104980469, 0.3043338317871094, 0.3044546508789063, 0.30443826293945314, 0.30430718994140626, 0.3043133544921875, 0.30441574096679686, 0.304405517578125, 0.3044505615234375, 0.30437274169921874, 0.30444442749023437, 0.3044566955566406, 0.3044566955566406, 0.304468994140625, 0.30446795654296877, 0.304395263671875, 0.30441061401367187, 0.30441778564453126, 0.3045898132324219, 0.30452838134765625, 0.30448333740234373, 0.3043921813964844, 0.3048939514160156, 0.30448538208007814, 0.3044843444824219, 0.3046174621582031, 0.3049267272949219, 0.30491033935546874, 0.304564208984375, 0.304510986328125, 0.304421875, 0.3045089416503906, 0.304822265625, 0.3045621643066406, 0.30457342529296877, 0.3046072387695313, 0.3045529479980469, 0.30443826293945314, 0.304505859375, 0.30459597778320313, 0.3045877685546875, 0.3046727600097656, 0.3046348876953125, 0.3045928955078125, 0.3045621643066406, 0.3046533203125, 0.3046225891113281, 0.3045498962402344, 0.3046031494140625, 0.30469528198242185, 0.30454885864257814, 0.3045509033203125, 0.30464614868164064, 0.3047004089355469, 0.30466763305664063, 0.30504449462890626, 0.30468096923828125, 0.30483660888671876, 0.3048140869140625, 0.30520626831054687, 0.6449448852539063, 0.3044966430664062, 0.30465432739257814, 0.304400390625, 0.3043645324707031, 0.3043502197265625, 0.3043973083496094, 0.30431744384765624, 0.30434100341796877, 0.30444134521484373, 0.3044331665039062, 0.304421875, 0.30450177001953127, 0.30457958984375, 0.30442495727539065, 0.30445159912109376, 0.3044843444824219, 0.3045458068847656, 0.30443521118164063, 0.3044474792480469, 0.304385009765625, 0.30457650756835936, 0.30443521118164063, 0.30479257202148435, 0.30476287841796873, 0.30462872314453127, 0.30451608276367187, 0.3048673400878906, 0.30453759765625, 0.30450686645507813, 0.30489599609375, 0.3044966430664062, 0.304901123046875, 0.30448333740234373, 0.30450994873046877, 0.30458880615234374, 0.30450994873046877, 0.30452120971679686, 0.3044945983886719, 0.30451507568359376, 0.30433074951171873, 0.3046614990234375, 0.30463796997070314, 0.30459799194335935, 0.30462054443359377, 0.3045662841796875, 0.3045693359375, 0.304616455078125, 0.30456524658203127, 0.304564208984375, 0.30454168701171874, 0.3047475280761719, 0.30469631958007815, 0.30500762939453124, 0.304721923828125, 0.3046144104003906, 0.3047198791503906, 0.30479974365234375, 0.304616455078125, 0.30503839111328124, 0.30474951171875, 0.3046666259765625, 0.304711669921875, 0.6450841674804687, 0.304817138671875, 0.3043082275390625, 0.30437274169921874, 0.304363525390625, 0.30441473388671875, 0.304427001953125, 0.3043450927734375, 0.30436761474609375, 0.30436865234375, 0.30433279418945314, 0.30445977783203126, 0.3044454345703125, 0.304500732421875, 0.3044075927734375, 0.3043808898925781, 0.30453863525390623, 0.3045458068847656, 0.3044874267578125, 0.3044393005371094, 0.30435226440429686, 0.3045539855957031, 0.3044208679199219, 0.30482843017578126, 0.30444952392578123, 0.30483456420898436, 0.3044393005371094, 0.3044771728515625, 0.30498202514648437, 0.3046031494140625, 0.30453759765625, 0.3045498962402344, 0.30491134643554685, 0.3045601196289062, 0.30494207763671877, 0.30466253662109377, 0.3045447692871094, 0.30456320190429687, 0.30460415649414063, 0.304564208984375, 0.30446795654296877, 0.3046133728027344, 0.30457138061523437, 0.30461029052734373, 0.30457958984375, 0.3045693359375, 0.30453350830078124, 0.3045816345214844, 0.30457342529296877, 0.30455706787109377, 0.3046031494140625, 0.30466253662109377, 0.3047086181640625, 0.30452432250976563, 0.30463690185546877, 0.3046358947753906, 0.3047578125, 0.30474746704101563, 0.3049267272949219, 0.30463897705078125, 0.3047137145996094, 0.3050895385742188, 0.30495333862304685, 0.6446203002929688, 0.30478744506835936, 0.30459902954101564, 0.304611328125, 0.30434918212890627, 0.30431640625, 0.3043921813964844, 0.3046133728027344, 0.3044198303222656, 0.3044116516113281, 0.30441265869140627, 0.30441473388671875, 0.30454067993164063, 0.3044505615234375, 0.3042959289550781, 0.3044894714355469, 0.3044771728515625, 0.304500732421875, 0.3045519409179688, 0.304611328125, 0.304421875, 0.3046133728027344, 0.30440447998046877, 0.30459085083007814, 0.3044812927246094, 0.3044618225097656, 0.3045693359375, 0.30448843383789065, 0.3045601196289062, 0.3048796081542969, 0.30478131103515627, 0.3046400146484375, 0.3047106628417969, 0.30471783447265627, 0.30460415649414063, 0.3049850769042969, 0.3047782287597656, 0.3046614990234375, 0.3045222473144531, 0.30454681396484373, 0.304532470703125, 0.30453759765625, 0.30459902954101564, 0.3044894714355469, 0.30470758056640623, 0.3046277160644531, 0.3045498962402344, 0.30464102172851565, 0.30461236572265626, 0.30457138061523437, 0.3045724182128906, 0.30468096923828125, 0.3046574096679687, 0.3045816345214844, 0.3046174621582031, 0.3046748046875, 0.30465127563476563, 0.30468096923828125, 0.30462158203125, 0.3046563720703125, 0.3046635437011719, 0.30464102172851565, 0.30507928466796874, 0.6447708129882812, 0.30451608276367187, 0.30473931884765626, 0.3044474792480469, 0.3048611755371094, 0.3043911743164063, 0.3045365905761719, 0.30441677856445315, 0.3044474792480469, 0.30449356079101564, 0.304405517578125, 0.3044331665039062, 0.3043973083496094, 0.30469528198242185, 0.30445773315429686, 0.30450790405273437, 0.30452838134765625, 0.304532470703125, 0.30447103881835935, 0.3045498962402344, 0.30430718994140626, 0.3046369323730469, 0.30439938354492185, 0.30459799194335935, 0.30446795654296877, 0.30450177001953127, 0.30463385009765626, 0.3047454833984375, 0.30470761108398436, 0.3046962890625, 0.30460107421875, 0.3049267272949219, 0.30491851806640624, 0.30449356079101564, 0.30467584228515626, 0.3049942932128906, 0.30461029052734373, 0.30496563720703124, 0.30467071533203127, 0.30460415649414063, 0.3045242919921875, 0.30462567138671875, 0.30474957275390624, 0.3046144104003906, 0.3045498962402344, 0.304606201171875, 0.30464614868164064, 0.3046092834472656, 0.3046697082519531, 0.3046430969238281, 0.30454473876953125, 0.30466049194335937, 0.3048140869140625, 0.3044905090332031, 0.30462667846679686, 0.30466049194335937, 0.30473114013671876, 0.3046860656738281, 0.3047086181640625, 0.30486834716796873, 0.3047086181640625, 0.3048406982421875, 0.30472909545898436, 0.6446704711914063, 0.30436865234375, 0.30470449829101565, 0.30452120971679686, 0.3047823486328125, 0.3046778869628906, 0.30475469970703123, 0.304400390625, 0.3043993530273438, 0.3044700012207031, 0.30440960693359376, 0.30461849975585936, 0.3044761657714844, 0.3044423828125, 0.30439630126953127, 0.30434918212890627, 0.30446286010742185, 0.3045724182128906, 0.3044874267578125, 0.30457958984375, 0.30450994873046877, 0.3045662841796875, 0.30447308349609375, 0.3045949401855469, 0.3044771728515625, 0.3045816345214844, 0.3045560302734375, 0.30449356079101564, 0.30450790405273437, 0.30470962524414064, 0.304532470703125, 0.30449151611328124, 0.30458367919921875, 0.3047065734863281, 0.3045898132324219, 0.30453759765625, 0.30464306640625, 0.30495950317382814, 0.3049840698242188, 0.3048581237792969, 0.30449868774414063, 0.3049779052734375, 0.30466253662109377, 0.3045458068847656, 0.30470245361328124, 0.30454067993164063, 0.3045949401855469, 0.304611328125, 0.30475979614257814, 0.3046922302246094, 0.3049287719726563, 0.3048406982421875, 0.30467071533203127, 0.3046144104003906, 0.3045816345214844, 0.30464306640625, 0.3047250061035156, 0.30468197631835936, 0.3045529479980469, 0.3046748046875, 0.30462054443359377, 0.3046973571777344, 0.30478643798828126, 0.6444871826171875, 0.30489291381835937, 0.30436865234375, 0.30438809204101563, 0.3043481750488281, 0.30482635498046873, 0.30453451538085935, 0.3047802734375, 0.3047424621582031, 0.3044248962402344, 0.3043338317871094, 0.3044546508789063, 0.3044085693359375, 0.3044618225097656, 0.30433074951171873, 0.3044116516113281, 0.30440756225585935, 0.3045601196289062, 0.30459698486328124, 0.30457650756835936, 0.30443109130859375, 0.30460107421875, 0.304584716796875, 0.3044454345703125, 0.3044956359863281, 0.30446588134765623, 0.30462158203125, 0.3043911743164063, 0.3046000671386719, 0.3045693359375, 0.30454168701171874, 0.3045539855957031, 0.304564208984375, 0.30457958984375, 0.30483660888671876, 0.3046144104003906, 0.304564208984375, 0.30466253662109377, 0.30505267333984376, 0.30470144653320314, 0.3047720947265625, 0.30488473510742187, 0.3047352294921875, 0.30453863525390623, 0.30465432739257814, 0.3045621643066406, 0.30466867065429687, 0.3045591125488281, 0.3045693359375, 0.3046369323730469, 0.30452325439453126, 0.30468710327148435, 0.30468402099609376, 0.30459085083007814, 0.30460519409179687, 0.30462362670898435, 0.304785400390625, 0.30475057983398435, 0.3049850769042969, 0.30464614868164064, 0.3046635437011719, 0.3046973571777344, 0.3046584167480469, 0.6445435180664062, 0.304405517578125, 0.30429080200195313, 0.3047802734375, 0.3043911743164063, 0.3044566955566406, 0.30437786865234373, 0.3047065734863281, 0.3044403076171875, 0.30442495727539065, 0.3044505615234375, 0.304500732421875, 0.30434713745117187, 0.3045119934082031, 0.304505859375, 0.30438604736328123, 0.30432766723632815, 0.3045314636230469, 0.3044843444824219, 0.30452325439453126, 0.3044341735839844, 0.30457754516601565, 0.3044219665527344, 0.3047894287109375, 0.30445773315429686, 0.304505859375, 0.3044751281738281, 0.30441778564453126, 0.30445977783203126, 0.30456832885742186, 0.3045038146972656, 0.3045222473144531, 0.30485504150390624, 0.3044966430664062, 0.3045877685546875, 0.3045980224609375, 0.30491751098632813, 0.3046748046875, 0.30450790405273437, 0.3045509033203125, 0.30478948974609377, 0.3049942932128906, 0.3045222473144531, 0.3046420593261719, 0.30473831176757815, 0.30461849975585936, 0.304500732421875, 0.3045949401855469, 0.30462567138671875, 0.30443621826171874, 0.30457550048828125, 0.30480691528320314, 0.30472601318359377, 0.304606201171875, 0.3045805969238281, 0.304606201171875, 0.304648193359375, 0.30469528198242185, 0.30467584228515626, 0.30469940185546873, 0.3046666259765625, 0.3046482238769531, 0.3045785217285156]",tokens/s,3.2315441320182643,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-2.7B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2226.05312,2835.873792,0.0,2189.426688,1980.544,s,10,1.3447000579833985,0.13447000579833984,0.00025632887454029885,0.13444451141357422,0.1348133331298828,0.13484887390136718,0.13487730651855467,"[0.13488441467285156, 0.13425430297851562, 0.13398623657226563, 0.13435884094238282, 0.1343155517578125, 0.1343513946533203, 0.13453018188476562, 0.13480543518066407, 0.13462783813476562, 0.13458586120605467]",tokens/s,1903.770275610121,kWh,1.5870890043399954e-06,8.696482837185613e-07,7.258761362560761e-06,9.715498650619319e-06,tokens/kWh,26349651.13022595,MB,2226.05312,2835.873792,0.0,2189.426688,2079.896576,s,10,71.62965771484374,7.162965771484375,0.0021868392976527027,7.162880371093751,7.165490283203125,7.1658310791015625,7.166103715820312,"[7.166171875, 7.16162646484375, 7.1599931640625, 7.16541455078125, 7.1615986328125, 7.16475927734375, 7.16158056640625, 7.16413427734375, 7.15980810546875, 7.16457080078125]",tokens/s,8.795239571128729,kWh,8.44976021989628e-05,4.631072809124453e-05,0.00039328069795765416,0.0005240890282478616,tokens/kWh,120208.58404653515,,s,629,72.72498796081553,0.11562001265630434,0.01603656017316123,0.11366297912597656,0.11386573638916016,0.11402014465332032,0.24849866943359375,"[0.11424972534179688, 0.11423129272460937, 0.11428352355957032, 0.11425894165039062, 0.11411353302001953, 0.11366400146484375, 0.11351551818847656, 0.1137623062133789, 0.11353497314453125, 0.11373158264160156, 0.113797119140625, 0.11400704193115234, 0.11358515167236329, 0.11378892517089843, 0.11353497314453125, 0.11382374572753906, 0.11352268981933594, 0.11377049255371094, 0.11365068817138672, 0.11382374572753906, 0.113691650390625, 0.1141013412475586, 0.11369462585449219, 0.11375718688964843, 0.11356671905517578, 0.11377561950683594, 0.1135810546875, 0.11388524627685546, 0.11379705810546875, 0.11374387359619141, 0.1136015396118164, 0.11366809844970703, 0.11366297912597656, 0.11377664184570313, 0.11351654052734375, 0.11375308990478515, 0.11350220489501953, 0.11368755340576171, 0.11348582458496094, 0.11375411224365234, 0.11354013061523438, 0.11375312042236328, 0.11357075500488281, 0.11370291137695313, 0.11353292846679687, 0.11371417236328125, 0.11349708557128907, 0.11366809844970703, 0.11354521942138672, 0.1137786865234375, 0.11364761352539063, 0.11379302215576172, 0.11353702545166015, 0.11376640319824219, 0.11353190612792968, 0.11377561950683594, 0.11355136108398438, 0.11389337921142578, 0.11369983673095703, 0.11388313293457031, 0.11358617401123047, 0.11378688049316406, 0.24841830444335938, 0.11351654052734375, 0.113617919921875, 0.11361484527587891, 0.11355136108398438, 0.11364864349365235, 0.11356877136230469, 0.11346125030517579, 0.11372953796386719, 0.11348582458496094, 0.1137448959350586, 0.11348684692382813, 0.1136885757446289, 0.1134950408935547, 0.11377458953857422, 0.11343974304199218, 0.1137807388305664, 0.11355136108398438, 0.11378380584716796, 0.11348480224609375, 0.11379302215576172, 0.11353600311279297, 0.11383910369873047, 0.11351142120361328, 0.1137479705810547, 0.11347148895263671, 0.11375718688964843, 0.11350425720214843, 0.11385958099365234, 0.11376025390625, 0.1137807388305664, 0.11355955505371093, 0.113797119140625, 0.11348889923095704, 0.11377561950683594, 0.11376332855224609, 0.11403469085693359, 0.11348480224609375, 0.11371520233154297, 0.11352166748046875, 0.11378176116943359, 0.11351347351074219, 0.11379814147949219, 0.11352883148193359, 0.11378278350830077, 0.11351654052734375, 0.11392511749267578, 0.11364966583251954, 0.11373977661132813, 0.11357081604003906, 0.11374694061279297, 0.11360562896728515, 0.11385343933105468, 0.11355238342285157, 0.11377766418457032, 0.11363737487792969, 0.1138155517578125, 0.11355545806884766, 0.11387391662597657, 0.11376844787597656, 0.11384729766845703, 0.11369676971435547, 0.11382784271240234, 0.24820428466796876, 0.11348889923095704, 0.1135278091430664, 0.1138115234375, 0.11356460571289062, 0.1136332778930664, 0.11356364440917968, 0.11359334564208984, 0.11355443572998047, 0.11360569763183594, 0.11366188812255859, 0.1138370590209961, 0.11356057739257812, 0.11368345642089844, 0.11355136108398438, 0.11357695770263672, 0.11353804779052734, 0.11362201690673829, 0.11362611389160156, 0.11380735778808594, 0.11366400146484375, 0.11370086669921875, 0.11358207702636719, 0.11364556884765625, 0.1135472640991211, 0.11361484527587891, 0.11355340576171875, 0.11362303924560548, 0.11354112243652344, 0.11365888214111328, 0.11356057739257812, 0.11365580749511718, 0.1135278091430664, 0.11361382293701172, 0.1135360336303711, 0.11364144134521484, 0.11351449584960938, 0.11366912078857422, 0.11354528045654297, 0.11363014221191406, 0.11356774139404296, 0.1136711654663086, 0.11359334564208984, 0.11369267272949218, 0.11357286071777344, 0.11378688049316406, 0.11367740631103515, 0.11405404663085937, 0.11356569671630859, 0.11370188903808594, 0.11359436798095703, 0.113691650390625, 0.113723388671875, 0.11381964874267578, 0.11367526245117188, 0.11373363494873047, 0.11365888214111328, 0.1136537628173828, 0.11365990447998046, 0.11378585815429687, 0.11376742553710938, 0.11373567962646484, 0.11359033966064454, 0.24872134399414061, 0.1135994873046875, 0.11357798767089844, 0.11365068817138672, 0.11364358520507813, 0.1139649887084961, 0.11404287719726562, 0.11353600311279297, 0.1137623062133789, 0.11355238342285157, 0.11381043243408204, 0.11352268981933594, 0.11396812438964844, 0.113512451171875, 0.11375206756591796, 0.11353190612792968, 0.11389234924316406, 0.11353497314453125, 0.11379097747802734, 0.11376127624511718, 0.11405926513671875, 0.11356671905517578, 0.11379199981689453, 0.11355955505371093, 0.1137828140258789, 0.11348886108398437, 0.11380633544921875, 0.1136209945678711, 0.1137786865234375, 0.11361689758300782, 0.11374591827392579, 0.11354521942138672, 0.11377254486083985, 0.11362918090820312, 0.11383808135986329, 0.11357491302490234, 0.11375615692138671, 0.11357081604003906, 0.11390975952148437, 0.1135841293334961, 0.11378585815429687, 0.11378482818603515, 0.11409510040283204, 0.11371212768554688, 0.11442790222167969, 0.11356057739257812, 0.11375103759765624, 0.1135964126586914, 0.11376742553710938, 0.11364556884765625, 0.11382067108154297, 0.1136363525390625, 0.11386265563964844, 0.1135841293334961, 0.11388108825683593, 0.11361996459960938, 0.11384114837646485, 0.11358617401123047, 0.1137786865234375, 0.11366194915771484, 0.11380531311035157, 0.11361484527587891, 0.11387187194824219, 0.24852992248535155, 0.11356569671630859, 0.11351248168945313, 0.11361686706542969, 0.11355852508544922, 0.11363839721679687, 0.1136015396118164, 0.11359334564208984, 0.11348582458496094, 0.11360972595214844, 0.11348889923095704, 0.11366502380371094, 0.11366604614257812, 0.11375206756591796, 0.11358003234863281, 0.11364351654052735, 0.11357593536376953, 0.11384012603759766, 0.11381862640380859, 0.11397325134277343, 0.1136711654663086, 0.11365888214111328, 0.11357491302490234, 0.11375516510009766, 0.11365782165527344, 0.11365990447998046, 0.11358515167236329, 0.113617919921875, 0.11354624176025391, 0.11382784271240234, 0.11417906951904297, 0.11376947021484375, 0.11351961517333985, 0.11367833709716797, 0.11351961517333985, 0.11370086669921875, 0.1136701431274414, 0.11368755340576171, 0.11358617401123047, 0.11369267272949218, 0.11363533020019531, 0.11365068817138672, 0.11361074829101563, 0.11373977661132813, 0.11364249420166016, 0.11382886505126953, 0.11359436798095703, 0.1136732177734375, 0.11348992156982422, 0.113691650390625, 0.11357081604003906, 0.11368959808349609, 0.11362406158447266, 0.11370188903808594, 0.11360050964355468, 0.11365171051025391, 0.11362201690673829, 0.11425587463378906, 0.11363737487792969, 0.11378585815429687, 0.11361689758300782, 0.11369983673095703, 0.11364454650878907, 0.24858316040039063, 0.11364249420166016, 0.11369574737548828, 0.11371929931640624, 0.11361074829101563, 0.11359846496582031, 0.11358207702636719, 0.11350425720214843, 0.11376947021484375, 0.11351347351074219, 0.11373260498046875, 0.11349913787841796, 0.11376435089111328, 0.11365990447998046, 0.11382579040527344, 0.11344076538085937, 0.11377356719970703, 0.11348582458496094, 0.11375001525878906, 0.11351142120361328, 0.11374079895019532, 0.11356364440917968, 0.11372748565673828, 0.11353395080566406, 0.1137807388305664, 0.11348070526123047, 0.11377152252197266, 0.11359027099609376, 0.11384832000732421, 0.11381043243408204, 0.11385855865478516, 0.11359027099609376, 0.11377152252197266, 0.11355136108398438, 0.11373465728759766, 0.11389952087402344, 0.11405824279785157, 0.11354521942138672, 0.11441049957275391, 0.11356671905517578, 0.11373056030273437, 0.11352371215820313, 0.11402342224121094, 0.113833984375, 0.11380531311035157, 0.11357183837890625, 0.1139230728149414, 0.11358617401123047, 0.11379507446289062, 0.11353600311279297, 0.11375411224365234, 0.11368243408203126, 0.11385343933105468, 0.11383193969726563, 0.11425484466552735, 0.11370598602294922, 0.11386367797851563, 0.1136209945678711, 0.11381862640380859, 0.11365785980224609, 0.11383602905273438, 0.11361894226074219, 0.11383808135986329, 0.2488125457763672, 0.1137080307006836, 0.1136527328491211, 0.11368653106689453, 0.11361074829101563, 0.11366194915771484, 0.11357798767089844, 0.11360460662841797, 0.11356364440917968, 0.11369676971435547, 0.11357286071777344, 0.11367839813232422, 0.11364243316650391, 0.11376844787597656, 0.11360050964355468, 0.11365379333496094, 0.11353084564208984, 0.11366809844970703, 0.11364454650878907, 0.11367935943603516, 0.11356877136230469, 0.11360562896728515, 0.11354930877685547, 0.11403775787353515, 0.11353702545166015, 0.11369779205322265, 0.11378585815429687, 0.11364044952392578, 0.11352063751220703, 0.11364659118652344, 0.11353804779052734, 0.1136885757446289, 0.11353292846679687, 0.11375001525878906, 0.1135257568359375, 0.11364044952392578, 0.11351654052734375, 0.11368653106689453, 0.11351039886474609, 0.11368755340576171, 0.11364147186279297, 0.11370393371582031, 0.11359027099609376, 0.11370703887939453, 0.11353801727294922, 0.11365785980224609, 0.11360358428955078, 0.11373363494873047, 0.11362918090820312, 0.11373260498046875, 0.1135278091430664, 0.11372032165527343, 0.11372032165527343, 0.11387904357910156, 0.11371110534667969, 0.11376537322998047, 0.11370496368408203, 0.11375820922851562, 0.11364864349365235, 0.11401522827148437, 0.11397734069824218, 0.11378278350830077, 0.11368755340576171, 0.2493798370361328, 0.11385958099365234, 0.11387494659423827, 0.11379302215576172, 0.11363839721679687, 0.1136537628173828, 0.11364556884765625, 0.11349606323242188, 0.11378892517089843, 0.1135257568359375, 0.11378995513916015, 0.1136732177734375, 0.11378688049316406, 0.11370188903808594, 0.11404185485839843, 0.11351859283447266, 0.11381350708007812, 0.11354316711425781, 0.11373875427246094, 0.113544189453125, 0.11376236724853515, 0.11352671813964844, 0.11378482818603515, 0.11356979370117187, 0.11383808135986329, 0.1136015396118164, 0.11386573028564453, 0.11357286071777344, 0.11374694061279297, 0.11357695770263672, 0.11375411224365234, 0.11357491302490234, 0.1137479705810547, 0.113617919921875, 0.11386675262451172, 0.11355955505371093, 0.11374387359619141, 0.1135308837890625, 0.113728515625, 0.11353292846679687, 0.11372441864013672, 0.11356671905517578, 0.113797119140625, 0.11362815856933593, 0.11393740844726563, 0.11352166748046875, 0.11377561950683594, 0.11356979370117187, 0.11384217834472657, 0.11387391662597657, 0.11389440155029297, 0.1136404800415039, 0.11386978912353515, 0.11359436798095703, 0.11378790283203125, 0.11359129333496094, 0.11380735778808594, 0.11355750274658204, 0.1138155517578125, 0.1135810546875, 0.11381657409667968, 0.11365478515625, 0.113833984375, 0.24886892700195312, 0.11353286743164062, 0.11360870361328125, 0.11362918090820312, 0.11354009246826172, 0.11365478515625, 0.11352268981933594, 0.11359951782226563, 0.11353801727294922, 0.11364351654052735, 0.11354214477539062, 0.11359129333496094, 0.11357695770263672, 0.11369062042236328, 0.11362918090820312, 0.1137100830078125, 0.11360569763183594, 0.11373971557617188, 0.11364249420166016, 0.11371622467041016, 0.11371520233154297, 0.11369574737548828, 0.11362918090820312, 0.1136394271850586, 0.11355340576171875, 0.11373056030273437, 0.1137623062133789, 0.11376742553710938, 0.11352473449707032, 0.11368959808349609, 0.11354316711425781, 0.11368038177490235, 0.11356671905517578, 0.11361484527587891, 0.11354009246826172, 0.1136732177734375, 0.11352371215820313, 0.11378591918945312, 0.11375405120849609, 0.11369471740722656, 0.11356569671630859, 0.11365990447998046, 0.11357901000976563, 0.11364864349365235, 0.11357286071777344, 0.1136394271850586, 0.11353907012939453, 0.11362713623046874, 0.11350425720214843, 0.11370188903808594, 0.11360972595214844, 0.11372236633300781, 0.11362303924560548, 0.11370188903808594, 0.11366297912597656, 0.11366194915771484, 0.11367219543457031, 0.11370496368408203, 0.11363021087646484, 0.1137100830078125, 0.11362815856933593, 0.11379302215576172, 0.113617919921875, 0.24892825317382813, 0.11366502380371094, 0.11356671905517578, 0.11361074829101563, 0.11355238342285157, 0.11360972595214844, 0.11363533020019531, 0.11348070526123047, 0.11400294494628906, 0.11381145477294922, 0.11377356719970703, 0.11352985382080077, 0.1137623062133789, 0.11355238342285157, 0.11374387359619141, 0.1134919662475586, 0.1137807388305664, 0.11353600311279297, 0.11380633544921875, 0.11345203399658203, 0.1137786865234375, 0.11354828643798828, 0.11378790283203125, 0.11351757049560547, 0.11374285125732422, 0.11347046661376953, 0.11419548797607422, 0.11349193572998047, 0.11366297912597656, 0.11352371215820313, 0.11369779205322265, 0.11351961517333985, 0.1138001937866211, 0.1135646743774414, 0.11386576080322265, 0.11352265930175781, 0.11383296203613281, 0.11371520233154297, 0.11384422302246094, 0.11356057739257812, 0.11375308990478515, 0.11355238342285157, 0.11393843078613282, 0.11382988739013672, 0.11391795349121094, 0.11353804779052734, 0.11381964874267578, 0.11361484527587891, 0.1138001937866211, 0.11391078186035156, 0.11409613037109376, 0.1135810546875, 0.1139210205078125, 0.11367424011230469, 0.11384012603759766, 0.11361177825927735, 0.11383296203613281, 0.11358515167236329, 0.11383500671386719, 0.11362406158447266, 0.113797119140625, 0.11396403503417969, 0.1142138900756836]",tokens/s,8.649021713677122,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,1,1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/1/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694781f-4c3ea5fc2e436a2b6514c657;c8eefd9f-08d1-4bba-a288-30018ecd556e) Repository Not Found for url: https://huggingface.co/1/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-7b,tiiuae/falcon-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1481, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1572, in _check_and_enable_flash_attn_2 raise ValueError( ValueError: FalconForCausalLM does not support Flash Attention 2.0 yet. Please request to add support where the model is hosted, on its model hub page: https://huggingface.co//tmp/tmp0etlqmat/no_weights_model/discussions/new or in the Transformers GitHub repo: https://github.com/huggingface/transformers/issues/new ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4119.26528,5287.44448,0.0,4640.997376,4330.668544,s,10,3.1964943542480473,0.31964943542480473,0.0011752270876245364,0.31938330078125,0.3210399475097656,0.3212041931152344,0.3213355895996094,"[0.31863671875, 0.32136843872070314, 0.3186257019042969, 0.3181160888671875, 0.3190706481933594, 0.3183872985839844, 0.31969595336914064, 0.3206474304199219, 0.320942626953125, 0.3210034484863281]",tokens/s,800.8773726122291,kWh,3.759320359677076e-06,2.059510090694167e-06,1.8734077487252143e-05,2.4552907937623384e-05,tokens/kWh,10426463.56392357,MB,4119.26528,5287.44448,0.0,4640.997376,4515.667456,s,10,175.22104296875003,17.522104296875003,0.0010294162792460536,17.5222197265625,17.523270312500003,17.5235814453125,17.523830351562502,"[17.52235546875, 17.520908203125, 17.52276953125, 17.520298828125, 17.52115625, 17.522083984375, 17.523892578125, 17.52198046875, 17.523201171875, 17.522396484375]",tokens/s,3.5954585666537664,kWh,0.0002069021587094499,0.00011339795251749486,0.0010054651863159417,0.0013257652975428866,tokens/kWh,47519.72322458684,,s,629,177.82021145629867,0.28270303888123816,0.03804919348962998,0.27811224365234377,0.278291455078125,0.2783965270996094,0.5975640185546875,"[0.27857000732421877, 0.2780395202636719, 0.27797503662109374, 0.2779525146484375, 0.27803750610351563, 0.27811431884765625, 0.2782115783691406, 0.2780088195800781, 0.2779576416015625, 0.2779299926757812, 0.278034423828125, 0.2779525146484375, 0.27793820190429686, 0.2782955322265625, 0.2780692443847656, 0.27795455932617186, 0.27805389404296876, 0.2780364685058594, 0.2780498046875, 0.27802215576171874, 0.2781245422363281, 0.2780498046875, 0.27813479614257813, 0.27802215576171874, 0.2781532287597656, 0.2781327209472656, 0.27817880249023436, 0.27801803588867186, 0.2782863464355469, 0.278108154296875, 0.27824844360351564, 0.2780682373046875, 0.27830169677734373, 0.2781562805175781, 0.27808154296875, 0.278002685546875, 0.27811328125, 0.27820440673828123, 0.2781337585449219, 0.2781665344238281, 0.27812457275390623, 0.27807025146484377, 0.27822796630859375, 0.2779862976074219, 0.2780989379882812, 0.278108154296875, 0.27817166137695315, 0.27808154296875, 0.27818496704101564, 0.27802520751953125, 0.2784215087890625, 0.27810406494140627, 0.2782023620605469, 0.27815115356445314, 0.2781747131347656, 0.2784276428222656, 0.278086669921875, 0.2781051025390625, 0.27823614501953126, 0.2781521911621094, 0.27816244506835935, 0.2781388854980469, 0.5999144897460937, 0.27822695922851565, 0.2780282897949219, 0.27790643310546875, 0.27799859619140627, 0.27829043579101564, 0.27803237915039064, 0.27796685791015624, 0.2778839111328125, 0.27787982177734377, 0.2779361267089844, 0.27789108276367186, 0.27787161254882814, 0.2779381713867187, 0.27786648559570315, 0.2779586486816406, 0.2779320373535156, 0.2780569458007813, 0.27793508911132814, 0.27819827270507813, 0.27794125366210937, 0.2780354614257812, 0.2785587158203125, 0.27818292236328124, 0.2780968933105469, 0.27815115356445314, 0.2779381713867187, 0.27799859619140627, 0.2783057861328125, 0.2781767578125, 0.27804568481445313, 0.2780692443847656, 0.27811224365234377, 0.2780917663574219, 0.2780559387207031, 0.27807333374023435, 0.27801803588867186, 0.27811532592773436, 0.27813067626953125, 0.27810406494140627, 0.2780610656738281, 0.27840408325195315, 0.27811328125, 0.278408203125, 0.27807232666015624, 0.2780897216796875, 0.27822796630859375, 0.27817062377929686, 0.27822900390625, 0.2781808776855469, 0.27825048828125, 0.27820645141601563, 0.2780579833984375, 0.2781112365722656, 0.2781214599609375, 0.27808767700195314, 0.2780426330566406, 0.27833139038085936, 0.27853927612304685, 0.27829556274414063, 0.2780999755859375, 0.27811224365234377, 0.2782023620605469, 0.5972490234375, 0.2780139465332031, 0.27791461181640625, 0.2779453430175781, 0.27807232666015624, 0.27789926147460936, 0.2779279479980469, 0.27835903930664063, 0.27785830688476565, 0.277928955078125, 0.2780498046875, 0.2779422607421875, 0.2780159912109375, 0.27806515502929685, 0.27808767700195314, 0.27808563232421873, 0.2780149841308594, 0.27797503662109374, 0.2780211181640625, 0.2781542358398438, 0.2780426330566406, 0.2781890563964844, 0.2781552734375, 0.2781767578125, 0.2779658203125, 0.27812249755859375, 0.2780405883789063, 0.2780845947265625, 0.27801702880859375, 0.2782105712890625, 0.27835595703125, 0.27822079467773436, 0.2781368408203125, 0.27814093017578123, 0.27808255004882815, 0.27803955078125, 0.27819931030273437, 0.2780928039550781, 0.2780692443847656, 0.2780948486328125, 0.27811019897460937, 0.27807537841796875, 0.2781521911621094, 0.2783621215820313, 0.27800473022460936, 0.2781562805175781, 0.27817984008789065, 0.27834368896484374, 0.2781603698730469, 0.2783662109375, 0.2781337585449219, 0.27818496704101564, 0.2783641662597656, 0.278192138671875, 0.2781552734375, 0.2782423095703125, 0.27822695922851565, 0.2782248840332031, 0.27817166137695315, 0.2782586975097656, 0.27807745361328123, 0.27811328125, 0.2781695861816406, 0.5976371459960937, 0.27793508911132814, 0.27821261596679686, 0.277923828125, 0.27800985717773435, 0.27803237915039064, 0.27797607421875, 0.27789312744140626, 0.27804672241210937, 0.27797708129882814, 0.27794842529296876, 0.2779309997558594, 0.27805389404296876, 0.27793508911132814, 0.27791156005859374, 0.27805184936523436, 0.2780426330566406, 0.2781562805175781, 0.2780354614257812, 0.27821261596679686, 0.2779893798828125, 0.27812045288085935, 0.2779381713867187, 0.27817166137695315, 0.2780364685058594, 0.2781839294433594, 0.2779955139160156, 0.2781552734375, 0.2780487670898438, 0.27814501953125, 0.27815731811523436, 0.27817062377929686, 0.2780508117675781, 0.2780928039550781, 0.2782791748046875, 0.2779914245605469, 0.277855224609375, 0.2780334167480469, 0.27817166137695315, 0.278255615234375, 0.2780928039550781, 0.2780917663574219, 0.2781839294433594, 0.27820748901367187, 0.27814093017578123, 0.2783354797363281, 0.2781552734375, 0.2781767578125, 0.27807537841796875, 0.2782115783691406, 0.27816448974609376, 0.27819314575195314, 0.278001708984375, 0.27818389892578127, 0.27822796630859375, 0.27817880249023436, 0.27804672241210937, 0.2781532287597656, 0.2782310485839844, 0.27818597412109375, 0.27811431884765625, 0.27812353515625, 0.27820440673828123, 0.5976770629882813, 0.27793508911132814, 0.2780139465332031, 0.27788491821289063, 0.2779473876953125, 0.2779207763671875, 0.27793508911132814, 0.27799755859375, 0.27789208984375, 0.277928955078125, 0.27800167846679685, 0.2780415954589844, 0.2780139465332031, 0.2780149841308594, 0.2780282897949219, 0.27804266357421875, 0.2780118713378906, 0.27807537841796875, 0.27801907348632815, 0.2781399230957031, 0.2780303039550781, 0.2780282897949219, 0.27832525634765626, 0.2781941833496094, 0.27800473022460936, 0.27825665283203127, 0.27798220825195313, 0.27805184936523436, 0.2780968933105469, 0.27815936279296877, 0.27810919189453126, 0.27815936279296877, 0.27806515502929685, 0.27813580322265624, 0.27810714721679686, 0.2780652160644531, 0.27816851806640625, 0.2780989379882812, 0.27828121948242185, 0.2780968933105469, 0.2781665344238281, 0.2781890563964844, 0.27813784790039064, 0.2782095336914063, 0.2779473876953125, 0.2781481018066406, 0.27816448974609376, 0.27832321166992186, 0.2781747131347656, 0.2782843017578125, 0.2781665344238281, 0.27816860961914064, 0.27811734008789063, 0.27814297485351563, 0.2780897216796875, 0.27829656982421874, 0.2781839294433594, 0.27825665283203127, 0.2781562805175781, 0.27817880249023436, 0.2780989379882812, 0.2784952392578125, 0.27819827270507813, 0.5973759765625, 0.2780149841308594, 0.27803955078125, 0.27812353515625, 0.2779873352050781, 0.2780631103515625, 0.2779586486816406, 0.2779525146484375, 0.2778961791992188, 0.2780231628417969, 0.2780201110839844, 0.2779781188964844, 0.2780682373046875, 0.2778746948242187, 0.2778736572265625, 0.2780569458007813, 0.2779473876953125, 0.2781951904296875, 0.2780692443847656, 0.27814093017578123, 0.2780139465332031, 0.2780569458007813, 0.2779873352050781, 0.27845733642578124, 0.2780528564453125, 0.27811532592773436, 0.2780006408691406, 0.2780979309082031, 0.27799859619140627, 0.2780334167480469, 0.2781214599609375, 0.27804672241210937, 0.2782586975097656, 0.27856692504882813, 0.27808563232421873, 0.27827813720703126, 0.2783825988769531, 0.27811328125, 0.27818292236328124, 0.278108154296875, 0.27812045288085935, 0.27821261596679686, 0.2781440124511719, 0.27821978759765625, 0.27803851318359374, 0.2780477294921875, 0.2781481018066406, 0.27811532592773436, 0.27803955078125, 0.27829656982421874, 0.2781245422363281, 0.27817779541015625, 0.2781583251953125, 0.2784716796875, 0.278086669921875, 0.27816448974609376, 0.27813580322265624, 0.2781460571289063, 0.278029296875, 0.27843685913085936, 0.27803033447265624, 0.27825048828125, 0.27829556274414063, 0.5983477783203125, 0.2779914245605469, 0.2780149841308594, 0.278034423828125, 0.2779525146484375, 0.27849215698242186, 0.27799038696289063, 0.2781112365722656, 0.277970947265625, 0.2779361267089844, 0.2780006408691406, 0.2781327209472656, 0.27799755859375, 0.2780006408691406, 0.2780211181640625, 0.27807437133789065, 0.27802725219726565, 0.2781521911621094, 0.27789208984375, 0.2782105712890625, 0.27799755859375, 0.27802215576171874, 0.2780477294921875, 0.27806719970703125, 0.27805902099609375, 0.27865087890625, 0.27810714721679686, 0.27815115356445314, 0.27817266845703126, 0.278302734375, 0.27812762451171874, 0.27827301025390627, 0.27820645141601563, 0.27821774291992185, 0.2780845947265625, 0.27819314575195314, 0.2780631103515625, 0.27807232666015624, 0.2781757507324219, 0.278181884765625, 0.2781419372558594, 0.27867239379882813, 0.278108154296875, 0.2783160400390625, 0.27805389404296876, 0.2783057861328125, 0.278150146484375, 0.27816244506835935, 0.2780405883789063, 0.2783088684082031, 0.2781603698730469, 0.2782290344238281, 0.2781531982421875, 0.2781839294433594, 0.2782597045898437, 0.2781552734375, 0.278181884765625, 0.27816448974609376, 0.27823614501953126, 0.27816448974609376, 0.2781317138671875, 0.2785331115722656, 0.278302734375, 0.5992274169921875, 0.2780313720703125, 0.278044677734375, 0.2780078125, 0.27800677490234377, 0.2780559387207031, 0.27793304443359373, 0.27800677490234377, 0.27792178344726565, 0.2780579833984375, 0.27804364013671873, 0.2780334167480469, 0.277970947265625, 0.2784481201171875, 0.278150146484375, 0.2780641174316406, 0.27803851318359374, 0.2780887145996094, 0.27807537841796875, 0.2781368408203125, 0.27809381103515624, 0.2780897216796875, 0.27805184936523436, 0.2781614074707031, 0.27800677490234377, 0.2781163635253906, 0.27799859619140627, 0.27805184936523436, 0.27798220825195313, 0.2782003173828125, 0.27810302734375, 0.27817166137695315, 0.27818496704101564, 0.27818496704101564, 0.2780569458007813, 0.2780477294921875, 0.2779955139160156, 0.27807232666015624, 0.2781552734375, 0.2780528564453125, 0.27810202026367187, 0.27819009399414063, 0.2780139465332031, 0.2782863464355469, 0.2779986267089844, 0.27810198974609374, 0.27818292236328124, 0.27821261596679686, 0.2781337585449219, 0.27874508666992187, 0.27831808471679687, 0.27817779541015625, 0.278245361328125, 0.2782320556640625, 0.27816244506835935, 0.2781317138671875, 0.27815115356445314, 0.2781737060546875, 0.27821875, 0.2782105712890625, 0.27813479614257813, 0.27818801879882815, 0.2782443542480469, 0.5995693969726562, 0.27800167846679685, 0.27810098266601563, 0.2780897216796875, 0.277897216796875, 0.27807949829101564, 0.27800167846679685, 0.2780528564453125, 0.2780139465332031, 0.2779791259765625, 0.27805490112304687, 0.278002685546875, 0.2781245422363281, 0.27810714721679686, 0.27802215576171874, 0.27804672241210937, 0.27800985717773435, 0.27851263427734374, 0.2779924621582031, 0.2781757507324219, 0.27816549682617187, 0.2783897705078125, 0.2783006591796875, 0.27812966918945314, 0.27797503662109374, 0.2782586975097656, 0.2779873352050781, 0.27809588623046877, 0.2780631103515625, 0.2781767578125, 0.27805184936523436, 0.27824331665039065, 0.2781265869140625, 0.27821261596679686, 0.27800985717773435, 0.2781194152832031, 0.27810205078125, 0.2781490783691406, 0.27807437133789065, 0.2781624755859375, 0.2780200500488281, 0.27825048828125, 0.27810513305664064, 0.2783231811523437, 0.2780917663574219, 0.2781695861816406, 0.2781695861816406, 0.2783047790527344, 0.2782218322753906, 0.2782494812011719, 0.2781051025390625, 0.2781695861816406, 0.27809381103515624, 0.278192138671875, 0.27815731811523436, 0.27819009399414063, 0.2781890563964844, 0.2785372009277344, 0.2781839294433594, 0.2781603698730469, 0.27817880249023436, 0.27817166137695315, 0.2783221740722656, 0.5995499267578125, 0.2779862976074219, 0.27796685791015624, 0.2779842529296875, 0.277970947265625, 0.27801803588867186, 0.2779586486816406, 0.27808563232421873, 0.27782144165039063, 0.27793508911132814, 0.27791668701171873, 0.2779381713867187, 0.2780405883789063, 0.27805389404296876, 0.2779924621582031, 0.27810202026367187, 0.27799859619140627, 0.27811328125, 0.27840103149414064, 0.2781890563964844, 0.2779473876953125, 0.27806515502929685, 0.2780078125, 0.2781603698730469, 0.2779299926757812, 0.27811328125, 0.27796685791015624, 0.2782474365234375, 0.27803851318359374, 0.27858328247070313, 0.2781255798339844, 0.2784962463378906, 0.2780979309082031, 0.27818292236328124, 0.2782156677246094, 0.2781317138671875, 0.2780702819824219, 0.2781757507324219, 0.2781265869140625, 0.27816448974609376, 0.2780897216796875, 0.27811532592773436, 0.2780405883789063, 0.27824331665039065, 0.278076416015625, 0.27814093017578123, 0.2782423095703125, 0.278181884765625, 0.27828839111328124, 0.2782494812011719, 0.2781562805175781, 0.27818496704101564, 0.27810714721679686, 0.2782597045898437, 0.2783846435546875, 0.27833447265625, 0.2781685791015625, 0.27818701171875, 0.2782156677246094, 0.2782771301269531, 0.27810714721679686, 0.2782115783691406, 0.2782771301269531]",tokens/s,3.537280688447406,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1481, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1572, in _check_and_enable_flash_attn_2 raise ValueError( ValueError: FalconForCausalLM does not support Flash Attention 2.0 yet. Please request to add support where the model is hosted, on its model hub page: https://huggingface.co//tmp/tmpxjmjhv59/no_weights_model/discussions/new or in the Transformers GitHub repo: https://github.com/huggingface/transformers/issues/new ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,8,8,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/8/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947678-3b05e71f3b0e241f4eb927b6;4324c138-34b8-4696-ab23-27edca75aed2) Repository Not Found for url: https://huggingface.co/8/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 8 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-4B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3169.820672,5144.838144,0.0,4498.39104,4272.10752,s,10,1.8728151702880858,0.18728151702880858,0.002051759110187176,0.18691394805908204,0.18977642211914061,0.18985020904541017,0.18990923858642578,"[0.1899239959716797, 0.1868985595703125, 0.1849130859375, 0.1853829803466797, 0.18692933654785157, 0.18436972045898437, 0.18585484313964845, 0.1895789794921875, 0.18976002502441405, 0.18920364379882812]",tokens/s,1366.926133776569,kWh,2.1824758642851706e-06,1.1953961342805993e-06,1.07271449453459e-05,1.410501694391167e-05,tokens/kWh,18149570.54060829,MB,3169.820672,5144.838144,0.0,4498.39104,4389.692928,s,10,101.599466796875,10.159946679687499,0.007036704958629687,10.159453125,10.1679412109375,10.170304589843749,10.17219529296875,"[10.167416015625, 10.17266796875, 10.155634765625, 10.1646279296875, 10.1579892578125, 10.1643447265625, 10.150501953125, 10.1557001953125, 10.1609169921875, 10.1496669921875]",tokens/s,6.200819943863895,kWh,0.00011984743448820982,6.568589577471357e-05,0.0005739526283536559,0.0007594859586165791,tokens/kWh,82950.84232334714,,s,629,103.12127998352055,0.16394480124566058,0.022302633460753327,0.16112435913085937,0.16219955444335937,0.1625917510986328,0.3475208703613281,"[0.16117555236816405, 0.16133938598632813, 0.16145510864257812, 0.16219955444335937, 0.16072499084472655, 0.16144691467285155, 0.1615636444091797, 0.16083763122558595, 0.1608826904296875, 0.16151551818847656, 0.16105471801757812, 0.16102400207519532, 0.161328125, 0.16132301330566406, 0.1609298553466797, 0.16125637817382812, 0.16096153259277343, 0.16087449645996094, 0.1607362518310547, 0.1605877685546875, 0.16075570678710938, 0.16117453002929688, 0.16092568969726562, 0.16073420715332032, 0.1606246337890625, 0.16116120910644532, 0.1616425018310547, 0.16149095153808593, 0.16108749389648438, 0.16082124328613281, 0.16061337280273438, 0.1635215301513672, 0.1607526397705078, 0.16146841430664063, 0.16217599487304687, 0.16161900329589843, 0.162251708984375, 0.16194969177246094, 0.16209510803222657, 0.16195071411132814, 0.16153907775878906, 0.16092576599121095, 0.16116319274902344, 0.16112538146972658, 0.16104856872558593, 0.16165478515625, 0.16131686401367187, 0.16133631896972656, 0.1608826904296875, 0.16228147888183594, 0.1610321960449219, 0.16147354125976562, 0.16197836303710939, 0.16093081665039063, 0.16067890930175782, 0.16196812438964844, 0.1615944061279297, 0.1631743621826172, 0.1616302032470703, 0.16213810729980468, 0.16179405212402342, 0.1622528076171875, 0.348990478515625, 0.16280677795410156, 0.16180940246582032, 0.1625917510986328, 0.16178994750976564, 0.16213299560546876, 0.16079461669921874, 0.1611623992919922, 0.16157168579101563, 0.16073114013671874, 0.16091853332519532, 0.16239718627929686, 0.16121446228027345, 0.16101785278320313, 0.16150323486328125, 0.16093490600585938, 0.16058265686035156, 0.16087245178222656, 0.16090931701660155, 0.1609697265625, 0.16077311706542968, 0.16067584228515625, 0.16070040893554688, 0.16107725524902344, 0.16101785278320313, 0.16067686462402345, 0.16112742614746095, 0.1624954833984375, 0.16200909423828125, 0.16181964111328126, 0.16161383056640624, 0.162555908203125, 0.16225894165039062, 0.16126463317871093, 0.16127183532714845, 0.16267567443847655, 0.1623173065185547, 0.16229580688476564, 0.1620869140625, 0.16200601196289063, 0.16128717041015625, 0.16231832885742187, 0.1612032012939453, 0.16113970947265624, 0.16146534729003906, 0.16099224853515626, 0.16458650207519532, 0.16144895935058592, 0.16118783569335937, 0.16072805786132813, 0.16230093383789063, 0.16111923217773438, 0.16094105529785158, 0.16101376342773438, 0.161006591796875, 0.16084786987304686, 0.160795654296875, 0.16060015869140626, 0.1608303680419922, 0.16116940307617186, 0.16078437805175783, 0.16150527954101562, 0.1619517364501953, 0.34817535400390626, 0.1615032958984375, 0.16246368408203124, 0.16123391723632813, 0.1615421447753906, 0.16134556579589843, 0.16040547180175782, 0.1605877685546875, 0.16065023803710937, 0.16172236633300782, 0.16112742614746095, 0.1605980224609375, 0.16081202697753907, 0.16182476806640625, 0.16108441162109374, 0.1605601348876953, 0.16082534790039063, 0.16095744323730468, 0.16087245178222656, 0.16076083374023437, 0.16140185546875, 0.16160255432128906, 0.16113357543945311, 0.16298086547851562, 0.16132403564453124, 0.1624268798828125, 0.16097894287109374, 0.1612093505859375, 0.1608826904296875, 0.16193536376953124, 0.16223641967773436, 0.1609205780029297, 0.16077413940429688, 0.16134246826171875, 0.16238592529296875, 0.16128720092773438, 0.16262037658691406, 0.16082330322265626, 0.160657470703125, 0.1608314208984375, 0.16117453002929688, 0.16101177978515624, 0.16065837097167968, 0.16077516174316406, 0.16123187255859375, 0.16096665954589845, 0.16081817626953124, 0.16283750915527342, 0.16070144653320312, 0.16067686462402345, 0.1607393341064453, 0.1608652801513672, 0.16090521240234376, 0.1606625213623047, 0.16054988098144532, 0.16066355895996093, 0.16096768188476562, 0.16082841491699218, 0.16062156677246095, 0.16051303100585937, 0.16050688171386718, 0.16072294616699218, 0.16232447814941406, 0.34695169067382814, 0.160795654296875, 0.16087962341308593, 0.16063795471191405, 0.16091136169433592, 0.16089190673828124, 0.16070962524414062, 0.16052531433105469, 0.16060520935058595, 0.160691162109375, 0.16082330322265626, 0.16078131103515625, 0.16114079284667968, 0.16060818481445313, 0.16091238403320313, 0.16088371276855468, 0.16104754638671875, 0.160648193359375, 0.16055194091796876, 0.16094412231445313, 0.1609759979248047, 0.16087948608398436, 0.1606307830810547, 0.16074444580078126, 0.16106495666503906, 0.16122880554199218, 0.1606604766845703, 0.16192118835449218, 0.16171708679199218, 0.1607587890625, 0.16065740966796874, 0.16126463317871093, 0.16191180419921875, 0.16121446228027345, 0.16255282592773437, 0.16105577087402342, 0.16206434631347658, 0.16168038940429688, 0.16244326782226562, 0.16139878845214845, 0.16282931518554689, 0.1610188751220703, 0.16209919738769532, 0.161227783203125, 0.1613260803222656, 0.16229478454589844, 0.16123187255859375, 0.1629071350097656, 0.1616691131591797, 0.16202546691894532, 0.1615564727783203, 0.16275456237792968, 0.16152064514160155, 0.16137727355957032, 0.16129843139648437, 0.16144998168945313, 0.1623162841796875, 0.16169471740722657, 0.162440185546875, 0.16149095153808593, 0.16264909362792968, 0.16099839782714845, 0.16110284423828125, 0.34947378540039065, 0.16116432189941407, 0.16155439758300782, 0.16103424072265626, 0.16076287841796874, 0.16150221252441407, 0.16181146240234376, 0.1609707489013672, 0.16120626831054688, 0.16158726501464843, 0.16130860900878907, 0.160901123046875, 0.16112435913085937, 0.16113766479492186, 0.16060108947753907, 0.16045481872558592, 0.16068489074707032, 0.16197836303710939, 0.16078643798828124, 0.16117759704589843, 0.1626972198486328, 0.1615945281982422, 0.1618819580078125, 0.16060313415527344, 0.16067481994628907, 0.161227783203125, 0.1615104064941406, 0.16060723876953126, 0.16094720458984374, 0.16116224670410156, 0.16201216125488282, 0.1619568634033203, 0.16194969177246094, 0.161154052734375, 0.16195277404785155, 0.16094720458984374, 0.1615984649658203, 0.16161074829101563, 0.16216482543945313, 0.16100547790527345, 0.1609431610107422, 0.1607505340576172, 0.1616374969482422, 0.1614344940185547, 0.16066867065429688, 0.1605601348876953, 0.16058163452148438, 0.16095333862304687, 0.16110797119140624, 0.16082124328613281, 0.1606666259765625, 0.160574462890625, 0.1610188751220703, 0.1611161651611328, 0.16074546813964843, 0.1605232696533203, 0.1606973419189453, 0.16272691345214843, 0.16219648742675782, 0.1613322296142578, 0.1607526397705078, 0.16099020385742188, 0.16173568725585938, 0.3461826477050781, 0.16093594360351562, 0.16129330444335938, 0.1610577850341797, 0.16295018005371092, 0.161165283203125, 0.16090623474121094, 0.16130149841308594, 0.161396728515625, 0.16137420654296875, 0.16193331909179687, 0.16108236694335937, 0.1607034912109375, 0.16081919860839844, 0.16146432495117188, 0.16078950500488282, 0.1609881591796875, 0.16134553527832032, 0.16150732421875, 0.16070860290527345, 0.16144895935058592, 0.16119296264648436, 0.16072294616699218, 0.1617407989501953, 0.16164665222167968, 0.16109152221679687, 0.16134153747558594, 0.16145500183105468, 0.16172647094726564, 0.16259292602539063, 0.16168841552734375, 0.16088780212402343, 0.16110079956054688, 0.16154931640625, 0.16160255432128906, 0.16102809143066407, 0.1607209014892578, 0.160679931640625, 0.16402227783203124, 0.16117657470703126, 0.16123391723632813, 0.16108953857421876, 0.16132099914550782, 0.16139669799804687, 0.16096255493164063, 0.16061849975585937, 0.1624780731201172, 0.1612042236328125, 0.1608335418701172, 0.16104141235351563, 0.16104652404785155, 0.16079359436035157, 0.16109977722167967, 0.16118783569335937, 0.16105574035644532, 0.16153701782226562, 0.16172134399414062, 0.16154112243652344, 0.1629091796875, 0.16104754638671875, 0.16144895935058592, 0.16118988037109375, 0.160679931640625, 0.3477422180175781, 0.16163737487792967, 0.1618872375488281, 0.1606860809326172, 0.16054066467285155, 0.16075570678710938, 0.16127180480957032, 0.16133120727539063, 0.1610987548828125, 0.16100146484375, 0.16092364501953124, 0.16078643798828124, 0.16089907836914064, 0.16058880615234375, 0.16083660888671875, 0.16159744262695314, 0.16122064208984374, 0.16097686767578126, 0.16197120666503906, 0.16053353881835938, 0.16058058166503905, 0.16313343811035155, 0.16155340576171875, 0.16108441162109374, 0.16116018676757812, 0.16133016967773436, 0.1616680908203125, 0.16148275756835936, 0.16202444458007811, 0.16162611389160156, 0.16124313354492187, 0.16125541687011719, 0.16126976013183594, 0.1606604766845703, 0.16057752990722657, 0.16073216247558594, 0.1610639343261719, 0.1608417205810547, 0.1606656036376953, 0.16064102172851563, 0.16088064575195313, 0.1609564208984375, 0.1607475128173828, 0.16067599487304687, 0.16055996704101563, 0.1607598114013672, 0.16081202697753907, 0.1608775634765625, 0.16080487060546875, 0.16107212829589843, 0.16074444580078126, 0.16074240112304689, 0.1610393524169922, 0.1611304931640625, 0.16201011657714845, 0.1611366424560547, 0.1617725372314453, 0.16147865295410158, 0.16119602966308594, 0.16081817626953124, 0.161333251953125, 0.1611161651611328, 0.16082124328613281, 0.351594482421875, 0.16177561950683594, 0.16173670959472655, 0.16195382690429688, 0.16223228454589844, 0.16070045471191408, 0.1610679931640625, 0.1609881591796875, 0.16163328552246095, 0.1610250244140625, 0.16074855041503905, 0.16098304748535155, 0.16115097045898438, 0.16056217956542967, 0.16092877197265626, 0.16088578796386718, 0.1610679931640625, 0.16071781921386719, 0.16057958984375, 0.1632041015625, 0.1610608673095703, 0.16082432556152343, 0.16138140869140624, 0.1615185546875, 0.161939453125, 0.16206541442871095, 0.1615718994140625, 0.16123898315429688, 0.16082534790039063, 0.16088780212402343, 0.16116633605957031, 0.1613096923828125, 0.16116018676757812, 0.16065228271484375, 0.1619517822265625, 0.16120016479492189, 0.1611334991455078, 0.16169882202148436, 0.16082432556152343, 0.16067890930175782, 0.1609001007080078, 0.16092364501953124, 0.16107725524902344, 0.16086015319824218, 0.16070672607421874, 0.16093064880371094, 0.16086630249023437, 0.16066371154785156, 0.16118051147460938, 0.16115097045898438, 0.1617295379638672, 0.16177151489257813, 0.16164659118652344, 0.1608826904296875, 0.1616886749267578, 0.16088873291015626, 0.16095027160644532, 0.16064614868164062, 0.16058367919921876, 0.16168754577636718, 0.16132301330566406, 0.16058982849121095, 0.16104652404785155, 0.35097293090820314, 0.1617572784423828, 0.16133929443359374, 0.1608417205810547, 0.1612410888671875, 0.1617274932861328, 0.16119296264648436, 0.16244122314453124, 0.16145304870605467, 0.16198556518554688, 0.16089497375488282, 0.16042594909667968, 0.16177151489257813, 0.16148275756835936, 0.16088064575195313, 0.16101580810546876, 0.16093081665039063, 0.1616312255859375, 0.16096255493164063, 0.1608826904296875, 0.16225587463378907, 0.16162818908691406, 0.16261935424804688, 0.1617469482421875, 0.16181350708007813, 0.1615083465576172, 0.16123085021972655, 0.1612411804199219, 0.16104949951171876, 0.1610055694580078, 0.16073829650878907, 0.1609432373046875, 0.16170687866210937, 0.16092364501953124, 0.16204083251953125, 0.1612032012939453, 0.1625917510986328, 0.161227783203125, 0.1624904327392578, 0.16127174377441406, 0.16097996520996094, 0.1616926727294922, 0.16059913635253906, 0.16051907348632813, 0.16100250244140624, 0.16112640380859375, 0.1609943084716797, 0.16066764831542968, 0.16066355895996093, 0.16300448608398438, 0.161392578125, 0.1609707489013672, 0.16117350769042968, 0.16087962341308593, 0.16065638732910156, 0.1607782440185547, 0.1612453155517578, 0.16068902587890624, 0.1608140869140625, 0.16072195434570313, 0.16164041137695312, 0.16087449645996094, 0.1605928955078125, 0.35075482177734374, 0.16089808654785157, 0.1605908203125, 0.16065330505371095, 0.16107008361816405, 0.16115303039550782, 0.16061439514160156, 0.16051814270019532, 0.16074041748046874, 0.16238278198242187, 0.16154010009765624, 0.16219955444335937, 0.16125234985351564, 0.1607619171142578, 0.16227833557128907, 0.16189747619628905, 0.16126258850097655, 0.16076400756835937, 0.1605262451171875, 0.1613639678955078, 0.16232566833496093, 0.16172323608398437, 0.16197325134277343, 0.16150732421875, 0.16130149841308594, 0.16099122619628906, 0.16064306640625, 0.16059494018554688, 0.16095436096191407, 0.1610393524169922, 0.1608714294433594, 0.16082943725585938, 0.16067788696289062, 0.1616117706298828, 0.16110797119140624, 0.1613291473388672, 0.16121241760253907, 0.16100863647460936, 0.16066867065429688, 0.16062054443359375, 0.16104754638671875, 0.16140185546875, 0.160822265625, 0.1606727752685547, 0.1607034912109375, 0.16151142883300781, 0.16084991455078124, 0.16168038940429688, 0.16132710266113282, 0.16096870422363282, 0.16067071533203126, 0.16063282775878907, 0.16104550170898438, 0.16178688049316406, 0.1611724853515625, 0.1607403564453125, 0.1610055694580078, 0.16085401916503905, 0.16061235046386718, 0.16061337280273438, 0.16079872131347656, 0.16091033935546875, 0.16084786987304686]",tokens/s,6.099613970079877,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm2-20b,internlm/internlm2-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4050.08384,14749.794304,0.0,14103.3472,13629.69856,s,10,9.028306030273438,0.9028306030273436,0.0009626774697827809,0.9027147216796876,0.9042834228515625,0.904348681640625,0.904400888671875,"[0.9025653686523437, 0.9026265869140625, 0.9028028564453126, 0.9014714965820313, 0.90321240234375, 0.9019688720703125, 0.9033845825195312, 0.9044139404296875, 0.9015910034179687, 0.9042689208984375]",tokens/s,283.5526389353537,kWh,1.0652240269162036e-05,5.836994041465005e-06,5.518881729916584e-05,7.167805160979288e-05,tokens/kWh,3571525.651863903,MB,4050.08384,14749.794304,0.0,14103.3472,13753.431552,s,10,494.96930468749997,49.49693046875,0.001987312356020742,49.496775390625004,49.499269921875,49.4995001953125,49.4996844140625,"[49.495296875, 49.49973046875, 49.49440234375, 49.497625, 49.49433984375, 49.49868359375, 49.49592578125, 49.49921875, 49.49530078125, 49.49878125]",tokens/s,1.2728062003718632,kWh,0.0005843983777998774,0.0003203008121307994,0.003070168932985042,0.003974868122915719,tokens/kWh,15849.58243942621,,s,629,502.3091403198241,0.7985836889027412,0.10728011660819212,0.7856434936523438,0.7858710571289063,0.78596279296875,1.6882236865234375,"[0.7858298950195313, 0.7856138305664062, 0.785670166015625, 0.7857612915039063, 0.7855411376953125, 0.7860469970703124, 0.785470458984375, 0.7856558227539062, 0.7856660766601562, 0.785670166015625, 0.7855615844726562, 0.78563427734375, 0.7855789794921875, 0.7857192993164063, 0.7854878540039063, 0.7855595703125, 0.7854100341796875, 0.7857029418945313, 0.7857428588867188, 0.78554931640625, 0.78559130859375, 0.7855473022460937, 0.7855011596679687, 0.7856619873046875, 0.7856229858398438, 0.7856353149414063, 0.7855042724609375, 0.7857111206054688, 0.7860674438476563, 0.7860982055664063, 0.785671142578125, 0.7854725341796875, 0.7856834716796876, 0.7855780029296875, 0.7855267944335937, 0.78559130859375, 0.7856650390625, 0.7856742553710937, 0.7855349731445312, 0.7857407836914062, 0.7855513305664062, 0.7855564575195313, 0.785554443359375, 0.785560546875, 0.7855748901367188, 0.7859998779296875, 0.7853834228515625, 0.7854991455078125, 0.7854684448242187, 0.7856148681640625, 0.7859332885742187, 0.7854530639648437, 0.7856803588867187, 0.7855093994140625, 0.785623046875, 0.7856107788085938, 0.7857418212890624, 0.7855728759765624, 0.7855380249023437, 0.785586181640625, 0.7856097412109375, 0.785512451171875, 1.688363037109375, 0.7856168823242188, 0.7858903198242188, 0.7862732543945312, 0.7856793823242187, 0.7856220092773437, 0.7859323120117188, 0.7856260986328125, 0.7855615844726562, 0.785681396484375, 0.7855247192382813, 0.7856097412109375, 0.7857725219726562, 0.7854520263671875, 0.7857919921875, 0.7856209716796875, 0.7857152099609375, 0.7858125, 0.7856865234375, 0.7857111206054688, 0.78563330078125, 0.7858411254882812, 0.7855186157226562, 0.785733642578125, 0.7857705078125, 0.7860950927734375, 0.78563427734375, 0.785723388671875, 0.7854868774414062, 0.7857705078125, 0.785817626953125, 0.785881103515625, 0.78552880859375, 0.7856312255859375, 0.7856353149414063, 0.7859486694335938, 0.7858452758789063, 0.7857059936523437, 0.7860684814453125, 0.7854571533203125, 0.7856486206054687, 0.7856046142578125, 0.785744873046875, 0.78564453125, 0.785564697265625, 0.785564697265625, 0.785744873046875, 0.785586181640625, 0.7859107666015624, 0.7859537963867187, 0.7858268432617187, 0.7857459106445313, 0.7855472412109376, 0.7856015625, 0.7857919921875, 0.7855186157226562, 0.7855677490234375, 0.7855615844726562, 0.785744873046875, 0.7858001708984375, 0.7856834716796876, 0.7856854858398438, 0.785639404296875, 1.6886414794921876, 0.7854468994140625, 0.7857520751953125, 0.7855103759765625, 0.7858114624023438, 0.78597119140625, 0.785659912109375, 0.7855667114257813, 0.7854837646484375, 0.78549609375, 0.7854028930664062, 0.7854376831054688, 0.7855472412109376, 0.7855421142578125, 0.7854653930664063, 0.7856312255859375, 0.7855953979492187, 0.7860060424804688, 0.7858125, 0.78561181640625, 0.7856024780273437, 0.7853823852539062, 0.7855800170898437, 0.7853568115234375, 0.7855748901367188, 0.7857981567382812, 0.7855800170898437, 0.78561279296875, 0.7860838623046875, 0.7857100830078125, 0.7854827270507813, 0.7858770141601562, 0.7856056518554687, 0.7854325561523438, 0.7855769653320313, 0.7855206298828125, 0.7855739135742188, 0.7854008178710937, 0.7854243774414063, 0.7858401489257812, 0.7853342895507812, 0.78569677734375, 0.7855820922851563, 0.7856301879882812, 0.785375244140625, 0.785733642578125, 0.7854745483398438, 0.7855298461914062, 0.7855697631835937, 0.7855093994140625, 0.7857192993164063, 0.7857192993164063, 0.7855677490234375, 0.7855851440429688, 0.7855615844726562, 0.7857244262695312, 0.7859435424804687, 0.78540185546875, 0.7855186157226562, 0.7856803588867187, 0.7854776611328125, 0.785639404296875, 0.7856148681640625, 1.6887142333984375, 0.785617919921875, 0.7858452758789063, 0.7856066284179688, 0.7855062866210938, 0.7854735107421875, 0.7857459106445313, 0.7854899291992188, 0.7856506958007813, 0.7855933227539063, 0.78567626953125, 0.7856220092773437, 0.785565673828125, 0.7858698120117188, 0.7857111206054688, 0.7855574951171875, 0.7856875610351562, 0.7854837646484375, 0.7857531127929688, 0.7856025390625, 0.7855462646484375, 0.7855800170898437, 0.7854571533203125, 0.785659912109375, 0.7858226928710937, 0.7857049560546875, 0.7857192993164063, 0.785597412109375, 0.7857479858398437, 0.7856455688476562, 0.786008056640625, 0.7854899291992188, 0.785491943359375, 0.7855902709960938, 0.7857172241210938, 0.7857090454101563, 0.7856066284179688, 0.7855933227539063, 0.7856865234375, 0.7856998291015626, 0.78565478515625, 0.785607666015625, 0.785671142578125, 0.785596435546875, 0.7857152099609375, 0.7856619262695312, 0.7856629638671875, 0.78571826171875, 0.785639404296875, 0.7858749389648437, 0.785691650390625, 0.7858800659179688, 0.7856301879882812, 0.7860018920898437, 0.7855933227539063, 0.7856987915039062, 0.78588720703125, 0.7856680908203125, 0.785743896484375, 0.7855677490234375, 0.7856087036132813, 0.7859773559570312, 0.785638427734375, 1.6893511962890626, 0.785596435546875, 0.785639404296875, 0.7857715454101563, 0.7859681396484375, 0.7855800170898437, 0.7856957397460937, 0.78538037109375, 0.7854633178710938, 0.78554931640625, 0.7855308837890626, 0.7858401489257812, 0.7856845092773438, 0.7855953369140625, 0.7856947021484375, 0.785765380859375, 0.7855186157226562, 0.7854776611328125, 0.78546533203125, 0.7855195922851562, 0.7855103759765625, 0.78570703125, 0.7853977661132813, 0.7854970703125, 0.7857090454101563, 0.7857940673828125, 0.7856854858398438, 0.7859384155273438, 0.78564453125, 0.785691650390625, 0.785892333984375, 0.7855032348632812, 0.78557080078125, 0.7856250610351563, 0.785396728515625, 0.7857192993164063, 0.7855728759765624, 0.7857623291015625, 0.7854950561523437, 0.7855011596679687, 0.7854837646484375, 0.7857889404296875, 0.7854049072265625, 0.7857991943359375, 0.7855328979492188, 0.7855053100585937, 0.785817626953125, 0.78563330078125, 0.785586181640625, 0.7855186157226562, 0.7857776489257813, 0.7855667114257813, 0.7855534057617187, 0.785396728515625, 0.7854827270507813, 0.7858063354492187, 0.7856404418945313, 0.7856466064453125, 0.7857039184570312, 0.7858012084960937, 0.785490966796875, 0.7855390625, 0.7855360107421875, 1.6878653564453125, 0.78591796875, 0.78554931640625, 0.7856609497070313, 0.7856434936523438, 0.78550732421875, 0.7856476440429687, 0.7855001831054688, 0.7855165405273438, 0.7856793823242187, 0.785733642578125, 0.7855626220703125, 0.785934326171875, 0.78563427734375, 0.7856906127929687, 0.7856250610351563, 0.7855615844726562, 0.785701904296875, 0.7855994873046875, 0.7854755859375, 0.7856691284179688, 0.785617919921875, 0.7856015625, 0.7856363525390625, 0.786171875, 0.7856097412109375, 0.785765380859375, 0.7856199951171875, 0.785850341796875, 0.785728515625, 0.7858063354492187, 0.7856926879882813, 0.7857572021484375, 0.7854837646484375, 0.7856773071289063, 0.7857264404296875, 0.785776611328125, 0.7856158447265625, 0.7856947021484375, 0.7856455688476562, 0.78561279296875, 0.7859107666015624, 0.7857612915039063, 0.7856865234375, 0.7856138305664062, 0.7856834716796876, 0.7856312255859375, 0.785860595703125, 0.7854817504882813, 0.7856189575195313, 0.7860889892578125, 0.7857141723632812, 0.7859804077148438, 0.785596435546875, 0.785560546875, 0.785733642578125, 0.785671142578125, 0.78569677734375, 0.785807373046875, 0.7855042724609375, 0.7858749389648437, 0.7857612915039063, 0.785691650390625, 1.6891484375, 0.7858595581054687, 0.7856240844726563, 0.7858718872070313, 0.785691650390625, 0.7855042724609375, 0.7855298461914062, 0.7855677490234375, 0.7855319213867188, 0.7855216674804687, 0.7858646850585937, 0.7856250610351563, 0.7855267944335937, 0.7855698852539063, 0.7856055908203124, 0.7856466064453125, 0.7857172241210938, 0.7857377319335938, 0.785512451171875, 0.7855411376953125, 0.7857531127929688, 0.7855789794921875, 0.7855574951171875, 0.7856025390625, 0.7858298950195313, 0.7856865234375, 0.7860900268554688, 0.7854837036132812, 0.78567626953125, 0.7858063354492187, 0.7856680908203125, 0.7855308837890626, 0.7856506958007813, 0.785617919921875, 0.7856854858398438, 0.785533935546875, 0.7854028930664062, 0.7856957397460937, 0.7857172241210938, 0.7856609497070313, 0.7855615844726562, 0.7855328979492188, 0.7855769653320313, 0.7855431518554687, 0.7855851440429688, 0.785623046875, 0.7855534057617187, 0.7856148681640625, 0.7856250610351563, 0.7857039184570312, 0.7855328979492188, 0.785797119140625, 0.785681396484375, 0.7855616455078125, 0.7855472412109376, 0.7856640014648437, 0.7856527099609375, 0.7855595703125, 0.7856640014648437, 0.78597119140625, 0.7856773071289063, 0.785784912109375, 0.7859547729492188, 1.6906854248046874, 0.7857141723632812, 0.785870849609375, 0.7857520751953125, 0.7856015625, 0.7857489624023437, 0.7857428588867188, 0.7855902709960938, 0.7855370483398437, 0.7858616333007813, 0.78571826171875, 0.785728515625, 0.785670166015625, 0.785564697265625, 0.7857172241210938, 0.7856322631835938, 0.7856138305664062, 0.7857428588867188, 0.7855349731445312, 0.78550732421875, 0.785671142578125, 0.7856353149414063, 0.7855718383789062, 0.7854837646484375, 0.785628173828125, 0.7859087524414062, 0.7856537475585937, 0.7859435424804687, 0.7857254638671874, 0.7856947021484375, 0.7857366943359375, 0.7855769653320313, 0.785607666015625, 0.7858298950195313, 0.7857919921875, 0.7858513793945312, 0.7861115112304687, 0.7858012084960937, 0.7857520751953125, 0.7856987915039062, 0.7855564575195313, 0.7856998291015626, 0.7855308837890626, 0.7856271362304688, 0.7856578369140625, 0.7855585327148438, 0.7856168823242188, 0.7855780029296875, 0.7856025390625, 0.785881103515625, 0.785617919921875, 0.7860111083984375, 0.7856947021484375, 0.7856404418945313, 0.785713134765625, 0.7857684326171875, 0.7856517333984375, 0.7858800659179688, 0.785712158203125, 0.7854766235351562, 0.7856506958007813, 0.7856895751953125, 0.7856107788085938, 1.687405517578125, 0.7856005249023438, 0.7860438842773437, 0.785554443359375, 0.7854868774414062, 0.7856875610351562, 0.7856148681640625, 0.7854642944335938, 0.7857909545898437, 0.7855360107421875, 0.7855482788085938, 0.7854397583007813, 0.7854950561523437, 0.7859323120117188, 0.7855298461914062, 0.785623046875, 0.7855564575195313, 0.7856783447265625, 0.785638427734375, 0.7855780029296875, 0.7854817504882813, 0.7857960815429688, 0.7857797241210938, 0.78594970703125, 0.7857244262695312, 0.7858954467773438, 0.7857715454101563, 0.785523681640625, 0.7856957397460937, 0.78564453125, 0.7854059448242188, 0.7857940673828125, 0.7855585327148438, 0.7856588745117188, 0.7854991455078125, 0.7856906127929687, 0.7856588745117188, 0.7856845092773438, 0.7854970703125, 0.7854950561523437, 0.7857643432617187, 0.7854581909179688, 0.7856250610351563, 0.7855851440429688, 0.7856015625, 0.7856476440429687, 0.7855421142578125, 0.7855841064453125, 0.7856865234375, 0.7855892333984374, 0.7855503540039063, 0.785743896484375, 0.7855267944335937, 0.7856271362304688, 0.7857735595703125, 0.7857715454101563, 0.7855841064453125, 0.7855718383789062, 0.7855810546875, 0.7857305297851562, 0.7854970703125, 0.78563330078125, 0.7856998291015626, 1.69082568359375, 0.785733642578125, 0.7857059936523437, 0.7857919921875, 0.78569677734375, 0.78552880859375, 0.785586181640625, 0.7856404418945313, 0.7854827270507813, 0.7856066284179688, 0.78590771484375, 0.7856025390625, 0.78550732421875, 0.7854633178710938, 0.7857315673828125, 0.7857244262695312, 0.7857377319335938, 0.785723388671875, 0.785670166015625, 0.7855411376953125, 0.7856947021484375, 0.7856619262695312, 0.7855114135742187, 0.7856640014648437, 0.785659912109375, 0.7856834716796876, 0.78590771484375, 0.7858247680664062, 0.785713134765625, 0.7856793823242187, 0.7856803588867187, 0.7855267944335937, 0.7857080078125, 0.7857930297851563, 0.7857244262695312, 0.78570703125, 0.7857745971679687, 0.7857572021484375, 0.7857111206054688, 0.7855780029296875, 0.7856568603515625, 0.7856209716796875, 0.785575927734375, 0.7857561645507812, 0.785628173828125, 0.7856978149414062, 0.7856199951171875, 0.7855677490234375, 0.785892333984375, 0.7856742553710937, 0.7858472900390625, 0.7857572021484375, 0.7857172241210938, 0.7858779907226563, 0.7855165405273438, 0.7857223510742187, 0.7858145141601562, 0.7856568603515625, 0.7855145263671875, 0.7855103759765625, 0.7857664184570312, 0.7860858764648437, 0.7855902709960938]",tokens/s,1.2522169108838248,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,i,i,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/i/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947505-428435f823ffa53a633f9cee;4126e6e7-8f91-4ea9-9955-9e4ce57bea12) Repository Not Found for url: https://huggingface.co/i/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: i is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciLM-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4464.287744,5279.055872,0.0,4632.608768,4516.927488,s,10,3.322807861328125,0.33228078613281253,0.00047834574054311536,0.3321116943359375,0.33292347106933595,0.3330966842651367,0.33323525482177735,"[0.33217636108398435, 0.3320875549316406, 0.3326549987792969, 0.3321318054199219, 0.3328849792480469, 0.33209158325195315, 0.3332698974609375, 0.3315861511230469, 0.3318814697265625, 0.3320430603027344]",tokens/s,770.4327505041982,kWh,3.922594437462455e-06,2.1491574481549307e-06,1.9671691364580957e-05,2.574344325019834e-05,tokens/kWh,9944279.695297856,MB,4465.156096,5279.055872,0.0,4632.608768,4542.985728,s,10,182.73588867187502,18.273588867187502,0.002576806044302117,18.27396484375,18.277111523437497,18.27734970703125,18.27754025390625,"[18.269603515625, 18.269658203125, 18.27247265625, 18.273525390625, 18.2750703125, 18.27705859375, 18.272091796875, 18.277587890625, 18.274416015625, 18.274404296875]",tokens/s,3.4475986330810104,kWh,0.00021568982703871627,0.0001182162654096576,0.0010533487226066119,0.0013872548150549858,tokens/kWh,45413.430406801584,,s,629,185.43583731079087,0.2948105521634197,0.03954700006280358,0.28999884033203127,0.29023006591796874,0.2903502990722656,0.62266271484375,"[0.29081805419921875, 0.29032345581054686, 0.2899527587890625, 0.28984225463867186, 0.2898441467285156, 0.2898124694824219, 0.2898370666503906, 0.2898370666503906, 0.2898524169921875, 0.29034597778320315, 0.2898186340332031, 0.28971621704101563, 0.2898902893066406, 0.2898309020996094, 0.28979403686523436, 0.28965374755859374, 0.28979608154296876, 0.2899015808105469, 0.2899855346679687, 0.2899210205078125, 0.2898892822265625, 0.289833984375, 0.2899568786621094, 0.2899630126953125, 0.2899210205078125, 0.2899220581054687, 0.2899568786621094, 0.2898728942871094, 0.28995587158203123, 0.28996298217773436, 0.2899364624023438, 0.28999468994140626, 0.2900756530761719, 0.2902097778320312, 0.2900008850097656, 0.290008056640625, 0.2901002197265625, 0.29016986083984375, 0.28990667724609376, 0.2899640197753906, 0.290229248046875, 0.2898329467773437, 0.2899640197753906, 0.2900418701171875, 0.28997528076171875, 0.28989132690429686, 0.2901053466796875, 0.28994049072265626, 0.28996710205078124, 0.2898944091796875, 0.29011968994140624, 0.28998861694335937, 0.2899814453125, 0.29032958984375, 0.29046478271484377, 0.2900684814453125, 0.2898677673339844, 0.2899158935546875, 0.2898800659179688, 0.28985446166992185, 0.29010943603515627, 0.28984115600585936, 0.62263916015625, 0.289713134765625, 0.28976638793945314, 0.28984320068359376, 0.28991897583007814, 0.28986981201171874, 0.2899425354003906, 0.2901022644042969, 0.2901002197265625, 0.28985446166992185, 0.2898606872558594, 0.289925048828125, 0.28989645385742185, 0.28990567016601565, 0.2898412170410156, 0.28977862548828126, 0.2899179382324219, 0.2898882446289063, 0.2897817687988281, 0.289839111328125, 0.28981451416015624, 0.2898821105957031, 0.2900367431640625, 0.29005517578125, 0.289901611328125, 0.2898984680175781, 0.29010739135742186, 0.2900060119628906, 0.28993844604492186, 0.290018310546875, 0.29002444458007814, 0.28999578857421876, 0.2898902893066406, 0.28999679565429687, 0.2900899963378906, 0.28993228149414063, 0.28995379638671875, 0.2902097778320312, 0.2902568969726563, 0.2900971374511719, 0.29003057861328124, 0.2899681396484375, 0.2899455871582031, 0.28993228149414063, 0.2898728942871094, 0.2899230651855469, 0.2914222106933594, 0.28994662475585936, 0.29001318359375, 0.2900029296875, 0.2899312744140625, 0.29007974243164064, 0.29014117431640624, 0.2899425354003906, 0.2900531311035156, 0.28997528076171875, 0.2899158935546875, 0.29014321899414064, 0.29004391479492186, 0.28993023681640623, 0.29009210205078123, 0.28997113037109373, 0.2899518127441406, 0.6237306518554687, 0.28999679565429687, 0.2899927062988281, 0.28989132690429686, 0.2899978332519531, 0.29005926513671876, 0.28998757934570313, 0.289986572265625, 0.2902364196777344, 0.2903244934082031, 0.28992510986328124, 0.2899527587890625, 0.2900029296875, 0.2900008850097656, 0.2898800659179688, 0.29000396728515626, 0.29007156372070314, 0.2900561828613281, 0.29009304809570313, 0.289976318359375, 0.29011968994140624, 0.2898728942871094, 0.28990667724609376, 0.28997427368164064, 0.28994662475585936, 0.28986981201171874, 0.2900469970703125, 0.28992510986328124, 0.2898892517089844, 0.2901842041015625, 0.2904524841308594, 0.2899292297363281, 0.2899681396484375, 0.2899507141113281, 0.28992510986328124, 0.289860595703125, 0.28988314819335936, 0.2899087219238281, 0.28993023681640623, 0.2898872375488281, 0.28994049072265626, 0.29004391479492186, 0.28986367797851564, 0.2899148864746094, 0.2899937133789062, 0.2900981750488281, 0.2902220764160156, 0.29178369140625, 0.290060302734375, 0.2899015808105469, 0.2899794006347656, 0.2899794006347656, 0.28998245239257814, 0.29001522827148435, 0.2900961303710938, 0.29008282470703123, 0.2900060119628906, 0.2899814453125, 0.28995175170898435, 0.28994155883789063, 0.2899752197265625, 0.28996609497070314, 0.28984423828125, 0.6227056884765625, 0.2898370666503906, 0.28998660278320315, 0.2899425048828125, 0.28994149780273437, 0.2899261474609375, 0.2898421630859375, 0.28993228149414063, 0.28983602905273437, 0.28989645385742185, 0.28977151489257813, 0.28996096801757815, 0.2909337463378906, 0.29027020263671877, 0.29031219482421877, 0.28984320068359376, 0.28989337158203127, 0.29031219482421877, 0.2903337097167969, 0.29022515869140625, 0.2905108947753906, 0.2899250793457031, 0.29009408569335937, 0.2899998779296875, 0.2900029296875, 0.2900203552246094, 0.29013504028320314, 0.289860595703125, 0.2901340026855469, 0.2898954162597656, 0.28997119140625, 0.2901063537597656, 0.2900736083984375, 0.29002752685546873, 0.29034909057617186, 0.29045550537109377, 0.2899231262207031, 0.2899168701171875, 0.2901381225585937, 0.2899435424804688, 0.29000909423828125, 0.28997222900390623, 0.28995993041992185, 0.2899281921386719, 0.2903634033203125, 0.28989132690429686, 0.28990463256835936, 0.28994461059570314, 0.2899537658691406, 0.29014938354492187, 0.2902159423828125, 0.29030398559570314, 0.2901247863769531, 0.28996609497070314, 0.28990463256835936, 0.2899220581054687, 0.28991180419921875, 0.29002444458007814, 0.2899220581054687, 0.2899947509765625, 0.29012173461914065, 0.2900029296875, 0.2899947509765625, 0.6235740356445313, 0.29001727294921875, 0.2900705261230469, 0.2898186340332031, 0.28987698364257813, 0.2899527587890625, 0.29004391479492186, 0.29001010131835936, 0.2899732360839844, 0.2899230651855469, 0.289953857421875, 0.289919921875, 0.28999884033203127, 0.2899220581054687, 0.29007769775390624, 0.28998861694335937, 0.2899701843261719, 0.2912440185546875, 0.29000909423828125, 0.2900469665527344, 0.290081787109375, 0.28998757934570313, 0.2901524353027344, 0.2902691955566406, 0.2899937133789062, 0.2899527587890625, 0.28995480346679686, 0.2900469665527344, 0.2899845886230469, 0.28986053466796874, 0.28998040771484374, 0.29011456298828125, 0.29002239990234374, 0.29014321899414064, 0.2899230651855469, 0.2900213623046875, 0.2899773559570312, 0.29002239990234374, 0.29005413818359377, 0.29018316650390624, 0.2901176452636719, 0.2899630126953125, 0.28984832763671875, 0.28996710205078124, 0.29000909423828125, 0.2900705261230469, 0.29016268920898436, 0.29005722045898436, 0.290044921875, 0.2901452941894531, 0.2901923828125, 0.2899363708496094, 0.2901033020019531, 0.29029177856445315, 0.29012063598632815, 0.28995175170898435, 0.29026815795898436, 0.29174169921875, 0.2900387878417969, 0.28982989501953127, 0.2899844970703125, 0.29001318359375, 0.2899589538574219, 0.6227763061523437, 0.2901637268066406, 0.29006643676757815, 0.28986572265625, 0.2898810729980469, 0.290008056640625, 0.2900889587402344, 0.29018521118164065, 0.28992715454101564, 0.2903275451660156, 0.29024359130859373, 0.2899476623535156, 0.2899179382324219, 0.2899844970703125, 0.28990567016601565, 0.2899507141113281, 0.28989645385742185, 0.2900367736816406, 0.2899793701171875, 0.2899527587890625, 0.29005926513671876, 0.29004595947265627, 0.28986880493164063, 0.2899455871582031, 0.2900899963378906, 0.2902855529785156, 0.2903050231933594, 0.29011050415039064, 0.29013909912109376, 0.2900756530761719, 0.28999066162109377, 0.29001727294921875, 0.29220660400390625, 0.29005926513671876, 0.29008792114257814, 0.2901381225585937, 0.29006744384765626, 0.29035110473632814, 0.2901391296386719, 0.28993844604492186, 0.29018521118164065, 0.29022412109375, 0.28984832763671875, 0.2900469665527344, 0.29007672119140626, 0.2900172119140625, 0.2901585998535156, 0.29016781616210935, 0.29001727294921875, 0.29025997924804686, 0.2900346984863281, 0.2900469665527344, 0.2900418701171875, 0.29001010131835936, 0.2899916687011719, 0.2900899963378906, 0.2899179382324219, 0.2902097778320312, 0.29041357421875, 0.2899261474609375, 0.2901473388671875, 0.2902087707519531, 0.2900981750488281, 0.6240071411132813, 0.2898882446289063, 0.2899476623535156, 0.29000704956054685, 0.28989849853515626, 0.29011251831054685, 0.28995480346679686, 0.28998040771484374, 0.29001727294921875, 0.2900285339355469, 0.289944580078125, 0.28990362548828125, 0.28993228149414063, 0.2899148864746094, 0.28998757934570313, 0.29000704956054685, 0.28992510986328124, 0.28990771484375, 0.29001422119140624, 0.28998556518554686, 0.2899189453125, 0.2900008850097656, 0.2899363708496094, 0.29158502197265623, 0.2900213623046875, 0.2899732360839844, 0.2901197204589844, 0.2899261169433594, 0.2900490112304687, 0.2900899963378906, 0.2900336608886719, 0.2902159423828125, 0.2899947509765625, 0.29003570556640623, 0.2898882446289063, 0.2899527587890625, 0.28991384887695315, 0.2898892822265625, 0.28996197509765625, 0.29018316650390624, 0.29010125732421876, 0.2899855346679687, 0.29005517578125, 0.2899292297363281, 0.2899630126953125, 0.2898329467773437, 0.2898810729980469, 0.29002752685546873, 0.2901811218261719, 0.290081787109375, 0.2900408325195313, 0.2899374084472656, 0.2899640197753906, 0.290150390625, 0.29024050903320314, 0.2899568786621094, 0.2900336608886719, 0.28990667724609376, 0.28994662475585936, 0.29007461547851565, 0.28989337158203127, 0.29001318359375, 0.289976318359375, 0.6224251098632813, 0.28999679565429687, 0.29001422119140624, 0.2899507141113281, 0.2899281921386719, 0.28986572265625, 0.2899701843261719, 0.28988519287109377, 0.28996609497070314, 0.289939453125, 0.28996609497070314, 0.290218994140625, 0.2899640197753906, 0.28999884033203127, 0.2901381225585937, 0.2899455871582031, 0.29118975830078125, 0.290060302734375, 0.29010125732421876, 0.29006539916992186, 0.2901616516113281, 0.2898923645019531, 0.290018310546875, 0.2900807800292969, 0.29012896728515625, 0.2900438537597656, 0.29006951904296874, 0.289939453125, 0.2899937133789062, 0.28994149780273437, 0.29006951904296874, 0.28995175170898435, 0.29016473388671876, 0.290398193359375, 0.2899896240234375, 0.2900203552246094, 0.2900899963378906, 0.2902917175292969, 0.29042074584960936, 0.290050048828125, 0.29000704956054685, 0.28999679565429687, 0.28995175170898435, 0.28996197509765625, 0.28986880493164063, 0.2899609985351562, 0.2901001892089844, 0.28999066162109377, 0.28984832763671875, 0.2900029296875, 0.290059326171875, 0.2898707885742188, 0.28985650634765625, 0.29017086791992186, 0.2903326721191406, 0.2900336608886719, 0.289902587890625, 0.2933575744628906, 0.2900469665527344, 0.29014834594726563, 0.2901022644042969, 0.2903562316894531, 0.29016781616210935, 0.62283056640625, 0.2901688232421875, 0.2902220764160156, 0.2899148864746094, 0.2900899963378906, 0.29031527709960936, 0.2903081359863281, 0.2901585998535156, 0.28989334106445314, 0.2899650573730469, 0.290008056640625, 0.29003057861328124, 0.2899455871582031, 0.29001727294921875, 0.2899834899902344, 0.2899230651855469, 0.2899210205078125, 0.2910033874511719, 0.2898124694824219, 0.2898370666503906, 0.2900029296875, 0.2900326538085938, 0.2899558410644531, 0.2898790283203125, 0.29018829345703123, 0.29023333740234375, 0.289976318359375, 0.2898841552734375, 0.2900050048828125, 0.2898944091796875, 0.28994866943359376, 0.29009304809570313, 0.289902587890625, 0.28999578857421876, 0.28992510986328124, 0.29001522827148435, 0.290008056640625, 0.2902568969726563, 0.29026202392578127, 0.29019851684570314, 0.2900899963378906, 0.29016986083984375, 0.2900316162109375, 0.29012069702148435, 0.29002752685546873, 0.289902587890625, 0.28994873046875, 0.28995269775390625, 0.28993844604492186, 0.2900613098144531, 0.29006539916992186, 0.29001318359375, 0.29007974243164064, 0.2900726013183594, 0.2900581970214844, 0.29006951904296874, 0.28995480346679686, 0.29001626586914064, 0.29044839477539064, 0.29026614379882815, 0.2899639892578125, 0.29009304809570313, 0.29005209350585937, 0.622671875, 0.2899619445800781, 0.29001010131835936, 0.2898595886230469, 0.2899455871582031, 0.28992715454101564, 0.2899701843261719, 0.2899087219238281, 0.2900346984863281, 0.29009100341796873, 0.2900818176269531, 0.290240478515625, 0.29012274169921876, 0.2900203552246094, 0.2900807800292969, 0.28994049072265626, 0.2899097595214844, 0.2898401794433594, 0.29011041259765624, 0.28985137939453126, 0.2900899963378906, 0.2899435424804688, 0.29001425170898437, 0.2899814147949219, 0.2899158935546875, 0.29012890625, 0.29197210693359377, 0.2899374084472656, 0.2901534729003906, 0.29027532958984376, 0.29012686157226564, 0.2901534729003906, 0.28994866943359376, 0.2901309509277344, 0.29010943603515627, 0.2901084289550781, 0.2900480041503906, 0.2900807800292969, 0.290155517578125, 0.29003775024414064, 0.2900705261230469, 0.29000396728515626, 0.290018310546875, 0.29006539916992186, 0.29001522827148435, 0.28991693115234374, 0.2899773559570312, 0.29018316650390624, 0.29014938354492187, 0.2899794006347656, 0.2901084289550781, 0.28993331909179687, 0.29003775024414064, 0.2899681396484375, 0.2899998779296875, 0.29012069702148435, 0.28994970703125, 0.2898790283203125, 0.29001010131835936, 0.29009408569335937, 0.29008282470703123, 0.2899681396484375, 0.2900264892578125]",tokens/s,3.3920088431762743,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2111.709184,2846.359552,0.0,2199.912448,2075.149824,s,10,1.3453333587646483,0.13453333587646488,0.00037314034821595173,0.1344193572998047,0.13494225463867188,0.13509095458984374,0.13520991455078127,"[0.13475248718261718, 0.13418553161621094, 0.13432022094726562, 0.13489741516113282, 0.13411357116699218, 0.13451849365234375, 0.13424528503417968, 0.13490921020507812, 0.13523965454101564, 0.1341514892578125]",tokens/s,1902.87409683405,kWh,1.585279288115325e-06,8.686536016248283e-07,7.232220600587406e-06,9.68615349032756e-06,tokens/kWh,26429480.00520925,MB,2111.709184,2846.359552,0.0,2199.912448,2180.296192,s,10,73.00530517578125,7.3005305175781245,0.0007282911594045042,7.300685302734375,7.30122587890625,7.301244775390625,7.301259892578125,"[7.300828125, 7.2997451171875, 7.30047802734375, 7.301263671875, 7.3009970703125, 7.2987939453125, 7.30108984375, 7.30054248046875, 7.30034521484375, 7.3012216796875]",tokens/s,8.62950984840203,kWh,8.618859241516501e-05,4.7236544329356545e-05,0.00039300190514201155,0.0005264270418865332,tokens/kWh,119674.7032109705,,s,629,74.10009601593016,0.11780619398399074,0.016010191491318843,0.11586764526367188,0.11598458709716797,0.11603824615478515,0.25035735107421875,"[0.11582157135009766, 0.11592908477783204, 0.11582463836669922, 0.11582361602783203, 0.11594035339355468, 0.11583283233642579, 0.11581132507324218, 0.11589222717285157, 0.11569254302978516, 0.11578572845458984, 0.11584921264648437, 0.11568230438232421, 0.11578060913085937, 0.11596185302734376, 0.11584102630615234, 0.11585330963134766, 0.11592499542236329, 0.1157396469116211, 0.11578060913085937, 0.11596902465820312, 0.11583999633789062, 0.11580928039550781, 0.11587789154052734, 0.11576528167724609, 0.11583074951171875, 0.11591680145263672, 0.11582669067382813, 0.1158440933227539, 0.11589529418945313, 0.11574169921875, 0.11580825805664062, 0.11594956970214844, 0.11593830108642578, 0.11586969757080078, 0.11587071990966796, 0.11580825805664062, 0.11589017486572266, 0.115989501953125, 0.11584614562988281, 0.11587789154052734, 0.11596697235107421, 0.11584716796875, 0.11584614562988281, 0.11606425476074218, 0.11586867523193359, 0.11603250885009765, 0.11593727874755859, 0.11584819030761719, 0.11585228729248047, 0.11607039642333984, 0.11590860748291015, 0.11600281524658203, 0.11595878601074219, 0.11580518341064452, 0.1159004135131836, 0.11632947540283203, 0.11589222717285157, 0.11588915252685547, 0.11592396545410157, 0.11583590698242187, 0.11593727874755859, 0.11603456115722656, 0.25036595153808594, 0.11579698944091797, 0.11584716796875, 0.11574784088134765, 0.11585433959960938, 0.11591680145263672, 0.11572633361816406, 0.11576422119140625, 0.11590553283691406, 0.11572633361816406, 0.11578265380859375, 0.1158809585571289, 0.11578163146972656, 0.11591270446777344, 0.11596697235107421, 0.11578265380859375, 0.11574988555908203, 0.11589529418945313, 0.11582361602783203, 0.11585433959960938, 0.11589734649658204, 0.11578265380859375, 0.11578470611572265, 0.11593017578125, 0.11576313781738282, 0.11586457824707032, 0.11585945892333985, 0.11573145294189453, 0.11579801940917969, 0.11591270446777344, 0.11616665649414062, 0.11589529418945313, 0.11587071990966796, 0.11580620574951171, 0.11581644439697265, 0.11596288299560546, 0.11583692932128906, 0.11590962982177734, 0.11592396545410157, 0.11578060913085937, 0.11579698944091797, 0.11590656280517578, 0.11588710021972656, 0.11586150360107422, 0.11596902465820312, 0.11581132507324218, 0.11587481689453125, 0.11590451049804687, 0.11589017486572266, 0.11585536193847656, 0.11598028564453125, 0.11576627349853516, 0.1159004135131836, 0.11595884704589844, 0.11590035247802734, 0.11585330963134766, 0.1159710693359375, 0.11582361602783203, 0.11584307098388671, 0.11590860748291015, 0.11591782379150391, 0.11584614562988281, 0.11595980834960938, 0.2506649627685547, 0.11577139282226563, 0.11588710021972656, 0.11572736358642578, 0.11592396545410157, 0.1159024658203125, 0.11574988555908203, 0.11572121429443359, 0.11585945892333985, 0.11582771301269532, 0.11576934051513672, 0.11592704010009766, 0.11575910186767578, 0.11582157135009766, 0.11619225311279296, 0.11580518341064452, 0.1158666229248047, 0.11593421173095703, 0.11575193786621094, 0.11589734649658204, 0.1159024658203125, 0.11589222717285157, 0.11589631652832032, 0.11594445037841797, 0.11578470611572265, 0.115884033203125, 0.11585638427734375, 0.11587379455566406, 0.115810302734375, 0.11595366668701172, 0.11578163146972656, 0.11583692932128906, 0.11583590698242187, 0.1158502426147461, 0.1158809585571289, 0.11597414398193359, 0.11580210876464844, 0.11586252593994141, 0.1159393310546875, 0.11587174224853515, 0.11591680145263672, 0.11600077056884765, 0.11582669067382813, 0.11582463836669922, 0.11598028564453125, 0.11589631652832032, 0.11595263671875, 0.11597618865966797, 0.11580825805664062, 0.1158287353515625, 0.11591782379150391, 0.11585638427734375, 0.1160447998046875, 0.11599871826171874, 0.11580620574951171, 0.1157918701171875, 0.11594239807128906, 0.11589427185058594, 0.11587686157226562, 0.11594239807128906, 0.11586150360107422, 0.11599769592285156, 0.11592601776123047, 0.25112678527832033, 0.11579289245605469, 0.11592908477783204, 0.11572531127929687, 0.11574374389648437, 0.11589017486572266, 0.1158635482788086, 0.11578880310058594, 0.11582361602783203, 0.11579801940917969, 0.1157754898071289, 0.11591168212890625, 0.11577446746826171, 0.11583487701416016, 0.11590962982177734, 0.1158635482788086, 0.11581337738037109, 0.11594854736328125, 0.11583695983886719, 0.11590447998046875, 0.11587379455566406, 0.11590758514404297, 0.11589119720458985, 0.11596905517578125, 0.11583689880371094, 0.1158666229248047, 0.11619020843505859, 0.11580313873291016, 0.1158287353515625, 0.11597618865966797, 0.11579596710205078, 0.115884033203125, 0.11582157135009766, 0.11585945892333985, 0.11579596710205078, 0.11597516632080078, 0.1162946548461914, 0.11594649505615234, 0.11589631652832032, 0.11589529418945313, 0.11589017486572266, 0.11599974060058593, 0.1159024658203125, 0.1159024658203125, 0.11592294311523438, 0.11592499542236329, 0.11590662384033203, 0.115980224609375, 0.11584307098388671, 0.11590553283691406, 0.11590144348144531, 0.11581439971923828, 0.11587686157226562, 0.11601817321777344, 0.11585126495361328, 0.11584716796875, 0.11595059204101563, 0.11585842895507813, 0.1158809585571289, 0.11594547271728516, 0.11589427185058594, 0.11583897399902343, 0.11595980834960938, 0.2502584381103516, 0.11579596710205078, 0.1159362564086914, 0.11580210876464844, 0.11584614562988281, 0.11590144348144531, 0.11576319885253906, 0.11572838592529297, 0.11588301086425781, 0.11573760223388672, 0.11587481689453125, 0.1159557113647461, 0.11573248291015625, 0.11578777313232422, 0.11586870574951172, 0.11576112365722656, 0.11573554992675782, 0.11599155426025391, 0.11581951904296875, 0.11591782379150391, 0.11591782379150391, 0.11580006408691407, 0.11578470611572265, 0.1159557113647461, 0.11576217651367188, 0.11578982543945313, 0.11585948944091796, 0.11576112365722656, 0.1158123550415039, 0.11597618865966797, 0.11576115417480469, 0.1157949447631836, 0.1159004135131836, 0.11579289245605469, 0.11580825805664062, 0.11603456115722656, 0.11585536193847656, 0.11589939117431641, 0.11597824096679688, 0.11577037048339844, 0.1158635482788086, 0.1160079345703125, 0.11582975769042969, 0.11588710021972656, 0.1162117156982422, 0.1158318099975586, 0.11587583923339843, 0.115955810546875, 0.11632425689697265, 0.11598847961425782, 0.11605401611328126, 0.11578572845458984, 0.115957763671875, 0.11604070281982422, 0.11586457824707032, 0.11582771301269532, 0.1160079345703125, 0.11587276458740234, 0.11606630706787109, 0.11597618865966797, 0.1159004135131836, 0.11586764526367188, 0.1159925765991211, 0.25069981384277346, 0.11579286193847656, 0.11590348815917968, 0.11571814727783203, 0.11574681854248046, 0.11589836883544923, 0.11577139282226563, 0.1157734375, 0.11582259368896484, 0.11574272155761718, 0.11582771301269532, 0.11589836883544923, 0.11574578857421874, 0.11581132507324218, 0.11584819030761719, 0.11581849670410156, 0.11577139282226563, 0.11596083068847657, 0.11572531127929687, 0.11584102630615234, 0.11585536193847656, 0.11584307098388671, 0.11581132507324218, 0.1159362564086914, 0.11576934051513672, 0.11586867523193359, 0.11581132507324218, 0.11585945892333985, 0.11582463836669922, 0.11598540496826172, 0.11580518341064452, 0.1158809585571289, 0.11582463836669922, 0.11587174224853515, 0.11584921264648437, 0.11596390533447265, 0.11584819030761719, 0.11587583923339843, 0.11590656280517578, 0.11582771301269532, 0.11583897399902343, 0.11593215942382812, 0.11582361602783203, 0.115810302734375, 0.1159004135131836, 0.11589119720458985, 0.11589017486572266, 0.11592908477783204, 0.11580723571777343, 0.11584614562988281, 0.11591372680664062, 0.11578368377685547, 0.11591168212890625, 0.11597004699707031, 0.1158318099975586, 0.11582975769042969, 0.11590758514404297, 0.11586764526367188, 0.11586252593994141, 0.11597516632080078, 0.11580108642578125, 0.11580620574951171, 0.11595263671875, 0.2503700408935547, 0.11580723571777343, 0.11638988494873047, 0.11580313873291016, 0.11580723571777343, 0.11588198089599609, 0.11621478271484376, 0.11579904174804688, 0.11577446746826171, 0.11573862457275391, 0.11577753448486328, 0.11594137573242187, 0.11578470611572265, 0.11584512329101562, 0.11581747436523437, 0.11581337738037109, 0.11592601776123047, 0.11600691223144531, 0.11579801940917969, 0.1158440933227539, 0.1158502426147461, 0.11593113708496093, 0.11585126495361328, 0.11596288299560546, 0.11580006408691407, 0.11587481689453125, 0.11586764526367188, 0.11577446746826171, 0.1158123550415039, 0.11609497833251953, 0.11580518341064452, 0.11587071990966796, 0.11586457824707032, 0.11586969757080078, 0.11583590698242187, 0.11594137573242187, 0.11584716796875, 0.11590451049804687, 0.11589836883544923, 0.11583795166015624, 0.1158502426147461, 0.11596390533447265, 0.1158656005859375, 0.11594239807128906, 0.11593113708496093, 0.11589017486572266, 0.11593215942382812, 0.11600077056884765, 0.11586764526367188, 0.11587379455566406, 0.1159024658203125, 0.11580723571777343, 0.1158666229248047, 0.11599769592285156, 0.11587891387939453, 0.11586457824707032, 0.11595980834960938, 0.1158635482788086, 0.11585228729248047, 0.11592704010009766, 0.11589939117431641, 0.1158635482788086, 0.11592806243896485, 0.2509998016357422, 0.11576422119140625, 0.11589017486572266, 0.11579801940917969, 0.11581439971923828, 0.115884033203125, 0.11576012420654297, 0.11569049835205078, 0.11582259368896484, 0.11572531127929687, 0.11578988647460937, 0.1159249267578125, 0.1156710433959961, 0.11576525115966797, 0.11587583923339843, 0.11574578857421874, 0.11575296020507812, 0.11592396545410157, 0.1159004135131836, 0.11583897399902343, 0.11593523406982421, 0.11584921264648437, 0.11578163146972656, 0.11592499542236329, 0.11572940826416016, 0.11587379455566406, 0.11587071990966796, 0.11571405029296875, 0.11633971405029297, 0.11600895690917969, 0.11576217651367188, 0.1158287353515625, 0.11589939117431641, 0.11583692932128906, 0.11583795166015624, 0.1159731216430664, 0.11583283233642579, 0.11591270446777344, 0.11594035339355468, 0.11587686157226562, 0.11583487701416016, 0.1159731216430664, 0.1158318099975586, 0.11601920318603516, 0.11600281524658203, 0.11582566070556641, 0.11584716796875, 0.11614105224609375, 0.11581644439697265, 0.11586457824707032, 0.11598233795166016, 0.11617075347900391, 0.1159024658203125, 0.11601612854003907, 0.11585842895507813, 0.11583692932128906, 0.11598643493652344, 0.11586252593994141, 0.1158502426147461, 0.11598438262939453, 0.11596697235107421, 0.11586764526367188, 0.11597004699707031, 0.2513623046875, 0.11575091552734375, 0.1159004135131836, 0.11575398254394531, 0.11576525115966797, 0.11587993621826172, 0.11576217651367188, 0.11585638427734375, 0.1158635482788086, 0.11579289245605469, 0.11580006408691407, 0.11594239807128906, 0.1157396469116211, 0.11585126495361328, 0.11587583923339843, 0.11581132507324218, 0.11581337738037109, 0.11598847961425782, 0.11574374389648437, 0.11584102630615234, 0.11590962982177734, 0.11583795166015624, 0.11583283233642579, 0.11596595001220703, 0.11574988555908203, 0.11585945892333985, 0.1158635482788086, 0.11584204864501953, 0.11579904174804688, 0.11596492767333984, 0.11575910186767578, 0.11587174224853515, 0.11586457824707032, 0.11590962982177734, 0.11583590698242187, 0.11594649505615234, 0.11578777313232422, 0.11588505554199219, 0.11593215942382812, 0.11591577911376953, 0.11586048126220704, 0.11596492767333984, 0.11584102630615234, 0.11584204864501953, 0.11592396545410157, 0.11589222717285157, 0.11586457824707032, 0.11606527709960937, 0.11584204864501953, 0.11589119720458985, 0.11603046417236328, 0.11586457824707032, 0.11594956970214844, 0.11604889678955078, 0.1158502426147461, 0.11584819030761719, 0.11599462127685548, 0.11590144348144531, 0.11596390533447265, 0.1160110092163086, 0.11584716796875, 0.11592908477783204, 0.11597721862792969, 0.25033523559570314, 0.11589222717285157, 0.11593727874755859, 0.11573862457275391, 0.11576115417480469, 0.11591065979003906, 0.11583590698242187, 0.11581337738037109, 0.11586867523193359, 0.1157570571899414, 0.1158216323852539, 0.1159464340209961, 0.11589324951171875, 0.11585330963134766, 0.11584307098388671, 0.11578982543945313, 0.11579289245605469, 0.115957763671875, 0.11585842895507813, 0.11585433959960938, 0.11584204864501953, 0.11585945892333985, 0.11586252593994141, 0.11594656372070312, 0.11579385375976563, 0.11587686157226562, 0.11584204864501953, 0.11581542205810547, 0.11581337738037109, 0.11598131561279297, 0.11582771301269532, 0.11589119720458985, 0.11588198089599609, 0.11584102630615234, 0.11580825805664062, 0.11601612854003907, 0.11588304138183594, 0.11593315124511719, 0.11592806243896485, 0.11584204864501953, 0.11589222717285157, 0.1160284194946289, 0.11598233795166016, 0.11591986846923828, 0.11601817321777344, 0.11596185302734376, 0.11590553283691406, 0.11604377746582031, 0.11589017486572266, 0.11591065979003906, 0.11596288299560546, 0.11582771301269532, 0.11590144348144531, 0.11607039642333984, 0.1158809585571289, 0.1158440933227539, 0.11592601776123047, 0.11591680145263672, 0.11586252593994141, 0.11594137573242187, 0.1159024658203125, 0.11589734649658204, 0.11597209930419922]",tokens/s,8.488518015749621,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-13b,huggyllama/llama-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2472.198144,9028.763648,0.0,8382.316544,7939.283456,s,10,6.1620845947265614,0.6162084594726561,0.0011803163390921698,0.6157510986328125,0.6171693908691406,0.6182771697998047,0.619163392944336,"[0.6155607299804687, 0.6193849487304688, 0.6151373901367188, 0.61642626953125, 0.6163339233398437, 0.6153935546875, 0.6169232177734375, 0.61542236328125, 0.6157410278320312, 0.6157611694335937]",tokens/s,415.4438259725966,kWh,7.26740989420149e-06,3.982230299933529e-06,3.644055202823391e-05,4.769019222236893e-05,tokens/kWh,5367980.040976309,MB,2472.779776,9028.763648,0.0,8382.316544,8233.862144,s,10,338.1937578125,33.81937578125,0.0011103055076484762,33.81973828125,33.820403125000006,33.820582421875,33.820725859375,"[33.81766796875, 33.82027734375, 33.8172265625, 33.82005078125, 33.81898828125, 33.8189453125, 33.82076171875, 33.8196171875, 33.819859375, 33.82036328125]",tokens/s,1.8628374576602387,kWh,0.0003992788065804376,0.0002188394560563585,0.0020008438000201846,0.0026189620626569806,tokens/kWh,24055.331269703638,,s,629,343.20291455078103,0.5456326145481419,0.07326185412723402,0.5368145751953125,0.53704130859375,0.5371090820312501,1.15295984375,"[0.5366138916015625, 0.5368842163085937, 0.5365032958984375, 0.5366651000976562, 0.5367828369140625, 0.5368319702148437, 0.536500244140625, 0.5367971801757813, 0.5363753051757812, 0.5366179809570313, 0.5364674682617188, 0.5371392211914062, 0.5367183227539063, 0.5364090576171875, 0.5364602661132812, 0.5366578979492187, 0.5366630249023437, 0.536791015625, 0.5366445922851563, 0.5370265502929688, 0.5366231079101562, 0.5366497192382812, 0.5368258666992187, 0.5368289184570313, 0.53686376953125, 0.5370091552734375, 0.5367439575195313, 0.5367941284179687, 0.5368914184570313, 0.5367971801757813, 0.5367203979492188, 0.5368668212890625, 0.5365339965820313, 0.5368442993164062, 0.5367408447265625, 0.5368688354492187, 0.5367408447265625, 0.536742919921875, 0.5369190673828125, 0.5368074340820312, 0.5366405029296875, 0.53675830078125, 0.5370582885742188, 0.536890380859375, 0.5368985595703125, 0.5370951538085937, 0.5367521362304688, 0.5369446411132812, 0.5367613525390625, 0.5367725830078125, 0.5367357177734375, 0.5368411865234375, 0.5369948120117187, 0.53707470703125, 0.5366937866210938, 0.5367838745117187, 0.536826904296875, 0.536911865234375, 0.5365247802734375, 0.5369384765625, 0.5366364135742188, 0.5370501098632813, 1.15660498046875, 0.5366784057617188, 0.5368135375976563, 0.5366763305664063, 0.5366251220703125, 0.5368370971679688, 0.5370634155273437, 0.5365442504882812, 0.5366190185546875, 0.5368156127929687, 0.5367030029296875, 0.5364469604492188, 0.5368719482421875, 0.5366988525390625, 0.5366445922851563, 0.5365545043945312, 0.5366353759765625, 0.5364398193359375, 0.5369077758789063, 0.5365125122070312, 0.5368678588867187, 0.5366210327148437, 0.5368207397460938, 0.536680419921875, 0.5368309936523438, 0.536911865234375, 0.5369497680664063, 0.5366302490234375, 0.53686376953125, 0.5368207397460938, 0.536680419921875, 0.5367817993164062, 0.5367613525390625, 0.5367193603515625, 0.5368514404296875, 0.5367982177734375, 0.5366886596679687, 0.536848388671875, 0.5369354248046875, 0.5368606567382812, 0.5369999389648438, 0.5371566162109375, 0.53701123046875, 0.5369251708984375, 0.5368104858398437, 0.53696923828125, 0.5372661743164062, 0.536816650390625, 0.537080810546875, 0.5368729858398438, 0.5366435546875, 0.536722412109375, 0.5367203979492188, 0.5367930908203125, 0.5370296020507812, 0.5369251708984375, 0.5368258666992187, 0.5370675048828125, 0.53682177734375, 0.53661083984375, 0.5368616943359374, 0.5369835815429688, 0.5369682006835937, 1.153555419921875, 0.5368104858398437, 0.536627197265625, 0.536426513671875, 0.5363701782226562, 0.5369129028320313, 0.5365360717773437, 0.5366179809570313, 0.5368780517578124, 0.5365504150390625, 0.5364623413085937, 0.5367234497070312, 0.5365247802734375, 0.5367357177734375, 0.5363619995117187, 0.536642578125, 0.5365043334960937, 0.5364766845703125, 0.5367828369140625, 0.5367777099609375, 0.5369682006835937, 0.53671728515625, 0.5365309448242187, 0.5366927490234376, 0.5366732788085937, 0.536748046875, 0.5368842163085937, 0.536711181640625, 0.5367275390625, 0.53675927734375, 0.5366507568359375, 0.5366527709960938, 0.537112548828125, 0.5368504028320312, 0.5369364624023437, 0.5365678100585938, 0.53705419921875, 0.5368473510742188, 0.536774658203125, 0.5369088134765625, 0.5367490844726562, 0.5367777099609375, 0.5368207397460938, 0.5368125610351563, 0.5366998901367187, 0.536975341796875, 0.5371187133789063, 0.5369088134765625, 0.5368340454101562, 0.5368309936523438, 0.53690673828125, 0.536796142578125, 0.53704296875, 0.5369108276367187, 0.5367992553710937, 0.5370162963867188, 0.536953857421875, 0.5370245361328125, 0.5368985595703125, 0.5370009765625, 0.5369139404296875, 0.5368319702148437, 0.5369620361328125, 1.1536087646484374, 0.53665380859375, 0.5366210327148437, 0.5366343383789063, 0.5365514526367188, 0.5365883178710937, 0.5368463134765625, 0.5365125122070312, 0.536474609375, 0.5365883178710937, 0.5365862426757813, 0.5367296142578125, 0.536585205078125, 0.5366619873046875, 0.5366722412109375, 0.5366896362304687, 0.536859619140625, 0.5366026000976563, 0.5365985107421875, 0.536827880859375, 0.5368822021484375, 0.5369682006835937, 0.5367449340820313, 0.5368606567382812, 0.5368719482421875, 0.5370050659179687, 0.5367684936523438, 0.5367459716796875, 0.5366732788085937, 0.5369620361328125, 0.5367920532226562, 0.536858642578125, 0.5368411865234375, 0.5368186645507812, 0.5369609985351562, 0.5366333618164062, 0.5371084594726563, 0.5371924438476563, 0.5368709106445313, 0.5368985595703125, 0.5369241333007813, 0.5369467163085937, 0.5369282836914062, 0.5369384765625, 0.5369241333007813, 0.5369927978515625, 0.5370040283203125, 0.5367838745117187, 0.5370081176757813, 0.5368955078125, 0.5368207397460938, 0.5365821533203124, 0.537007080078125, 0.5369712524414062, 0.5370511474609375, 0.5367930908203125, 0.5369210815429688, 0.5370777587890625, 0.5367992553710937, 0.5366517944335938, 0.5372211303710938, 0.5368811645507813, 0.5370286254882812, 1.1536322021484375, 0.5366702270507813, 0.53663232421875, 0.5365944213867188, 0.5365933837890625, 0.536669189453125, 0.536585205078125, 0.5366456298828125, 0.5366261596679688, 0.5365391235351562, 0.53661181640625, 0.5368197021484375, 0.5366292724609375, 0.5367183227539063, 0.5363814697265625, 0.5366312866210937, 0.5366026000976563, 0.5365043334960937, 0.5368678588867187, 0.5367070922851562, 0.5367982177734375, 0.5367142333984375, 0.5365944213867188, 0.5368822021484375, 0.536764404296875, 0.5367572631835937, 0.5367725830078125, 0.5366507568359375, 0.5366978759765625, 0.5369057006835938, 0.5367367553710938, 0.5368442993164062, 0.5371207885742187, 0.5368688354492187, 0.536975341796875, 0.5372374877929688, 0.5367255249023437, 0.5367490844726562, 0.536848388671875, 0.5366968383789062, 0.5368555297851563, 0.5369047241210938, 0.53682275390625, 0.5368104858398437, 0.536953857421875, 0.537143310546875, 0.5368975219726563, 0.536890380859375, 0.5368473510742188, 0.5369108276367187, 0.5374085083007812, 0.5368156127929687, 0.5369896850585938, 0.5370736694335938, 0.53701123046875, 0.536953857421875, 0.5369763793945312, 0.5369876708984375, 0.536796142578125, 0.5366702270507813, 0.5370020141601562, 0.5367982177734375, 0.5368473510742188, 1.152858154296875, 0.5366998901367187, 0.536784912109375, 0.5366947631835938, 0.5364510498046875, 0.5367101440429688, 0.536543212890625, 0.5367490844726562, 0.5370357666015625, 0.5365555419921875, 0.5364735717773438, 0.5366886596679687, 0.5366702270507813, 0.5367971801757813, 0.53650634765625, 0.5364786987304687, 0.5364551391601563, 0.53650537109375, 0.5366241455078125, 0.5367337036132812, 0.536774658203125, 0.536574951171875, 0.5367716064453125, 0.537091064453125, 0.5366610107421875, 0.5366507568359375, 0.5369815063476563, 0.53661083984375, 0.5366763305664063, 0.5367521362304688, 0.5368361206054687, 0.5368678588867187, 0.5367817993164062, 0.5368463134765625, 0.53707470703125, 0.5366835327148437, 0.536911865234375, 0.536911865234375, 0.5369528198242187, 0.5372190551757813, 0.5367623901367188, 0.5369282836914062, 0.5367654418945312, 0.5368145751953125, 0.5367992553710937, 0.5374668579101562, 0.5371975708007812, 0.5368463134765625, 0.5368524780273437, 0.5368186645507812, 0.53682177734375, 0.5366507568359375, 0.5368616943359374, 0.5369609985351562, 0.53703271484375, 0.53690673828125, 0.5366845703125, 0.5369559326171875, 0.5369241333007813, 0.5368340454101562, 0.5370408935546875, 0.5368411865234375, 0.5369733276367188, 1.1542640380859375, 0.5367930297851562, 0.5365872802734375, 0.5365022583007812, 0.5364807739257812, 0.5368463134765625, 0.5367828369140625, 0.53667431640625, 0.5366415405273437, 0.536479736328125, 0.5365933837890625, 0.5367357788085938, 0.5367592163085938, 0.5366712036132812, 0.5365125122070312, 0.53663232421875, 0.5365278930664062, 0.5366466064453125, 0.5368186645507812, 0.5369241333007813, 0.5368115234375, 0.5370562744140625, 0.5365463256835937, 0.53686376953125, 0.5368514404296875, 0.5370029907226562, 0.5367296142578125, 0.5366886596679687, 0.5367869262695313, 0.53690673828125, 0.5365933837890625, 0.5370020141601562, 0.5367613525390625, 0.53675830078125, 0.5370337524414063, 0.5367316284179687, 0.5368453369140626, 0.5372139282226562, 0.5369917602539063, 0.5368442993164062, 0.5370337524414063, 0.5368677978515625, 0.5368289184570313, 0.5368361206054687, 0.5369886474609376, 0.5370162963867188, 0.5369282836914062, 0.5369343872070312, 0.53701220703125, 0.53686474609375, 0.536791015625, 0.5366722412109375, 0.5372876586914063, 0.5370562744140625, 0.536880126953125, 0.5368606567382812, 0.5368473510742188, 0.537079833984375, 0.53690673828125, 0.5369467163085937, 0.537111572265625, 0.5369978637695313, 0.5370552368164062, 1.152716796875, 0.5368033447265625, 0.5367306518554688, 0.5365186767578125, 0.5366087646484375, 0.5367869262695313, 0.5367767333984375, 0.5365708618164062, 0.536700927734375, 0.536627197265625, 0.5366988525390625, 0.5369722900390625, 0.5366445922851563, 0.5371094970703125, 0.5364469604492188, 0.5367030029296875, 0.5365135498046875, 0.5366927490234376, 0.5367418823242187, 0.53669580078125, 0.536995849609375, 0.53682275390625, 0.536711181640625, 0.5367275390625, 0.5368361206054687, 0.5368811645507813, 0.5368923950195312, 0.5364756469726563, 0.5366835327148437, 0.5368811645507813, 0.5367879638671875, 0.5370316772460938, 0.5366599731445313, 0.5367091064453124, 0.5370531616210937, 0.5366466674804687, 0.5371033325195312, 0.5367869262695313, 0.5368330078125, 0.536774658203125, 0.5366927490234376, 0.5368402099609375, 0.53682275390625, 0.5367613525390625, 0.5369722900390625, 0.5369609985351562, 0.5371791381835938, 0.5367408447265625, 0.536826904296875, 0.5367736206054687, 0.5367817993164062, 0.5369354248046875, 0.53711669921875, 0.5369241333007813, 0.5370623779296875, 0.5369609985351562, 0.5368463134765625, 0.5369671630859375, 0.536806396484375, 0.5367019653320313, 0.5371135864257812, 0.5369528198242187, 0.53698046875, 1.1529993896484374, 0.5368299560546875, 0.5370091552734375, 0.5366353759765625, 0.5365616455078125, 0.5366558837890625, 0.536468505859375, 0.5366865844726563, 0.5366210327148437, 0.5364827880859375, 0.5366784057617188, 0.5368084716796875, 0.536574951171875, 0.5367470092773438, 0.5364807739257812, 0.5367275390625, 0.5365463256835937, 0.5368893432617188, 0.5367490844726562, 0.5366538696289063, 0.5368145751953125, 0.5367122192382813, 0.536791015625, 0.5369139404296875, 0.5368699340820312, 0.5368401489257812, 0.5368053588867188, 0.5367551879882813, 0.536791015625, 0.5368115234375, 0.5367808227539063, 0.5368504028320312, 0.5366098022460938, 0.536838134765625, 0.5369794311523437, 0.5365626831054687, 0.5368678588867187, 0.5369231567382813, 0.5369620361328125, 0.5371443481445313, 0.5370357666015625, 0.5368053588867188, 0.5367316284179687, 0.5368494262695312, 0.5369876708984375, 0.5369149169921875, 0.5369937744140625, 0.5367244873046875, 0.53688525390625, 0.5367900390625, 0.5368668212890625, 0.5369569091796875, 0.536943603515625, 0.5370767211914063, 0.53701123046875, 0.5369712524414062, 0.5369476928710938, 0.53696923828125, 0.53707568359375, 0.53675830078125, 0.5370572509765625, 0.5368934326171875, 0.5369927978515625, 1.1530455322265625, 0.5370398559570313, 0.536827880859375, 0.53667431640625, 0.5366241455078125, 0.5367562255859375, 0.5369866333007812, 0.5366569213867187, 0.536543212890625, 0.5366067504882812, 0.5366558837890625, 0.536690673828125, 0.5370921020507813, 0.5367521362304688, 0.5363927001953125, 0.5365883178710937, 0.5365883178710937, 0.5364572143554688, 0.5367060546875, 0.5369026489257812, 0.5367357177734375, 0.5368033447265625, 0.5366507568359375, 0.5368565673828125, 0.5367767333984375, 0.536933349609375, 0.5369292602539063, 0.5367490844726562, 0.5366527709960938, 0.53698046875, 0.536901611328125, 0.5368790893554688, 0.5367060546875, 0.5367142333984375, 0.5368207397460938, 0.5366681518554688, 0.536848388671875, 0.5368248291015625, 0.536901611328125, 0.5367930908203125, 0.5368125610351563, 0.5368084716796875, 0.5369190673828125, 0.5370562744140625, 0.5367808227539063, 0.53699072265625, 0.5371361083984375, 0.5368914184570313, 0.5368616943359374, 0.5369302978515625, 0.5368442993164062, 0.536732666015625, 0.5369579467773438, 0.5370081176757813, 0.5371074829101562, 0.5370603637695313, 0.5368606567382812, 0.5370623779296875, 0.5368893432617188, 0.5367756958007812, 0.5370880126953125, 0.5369036865234375, 0.5369425659179687]",tokens/s,1.8327350186501152,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-2.7b,facebook/opt-2.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2083.00032,2720.530432,0.0,2074.083328,1826.138624,s,10,1.2881728057861328,0.12881728057861327,0.0007110140837188156,0.12853649139404297,0.12991946716308592,0.12992154083251953,0.1299231997680664,"[0.12817347717285157, 0.12806282043457032, 0.1284011535644531, 0.12846549987792968, 0.12860748291015625, 0.128027099609375, 0.12897254943847655, 0.12962010192871093, 0.12992361450195314, 0.12991900634765624]",tokens/s,1987.3110102162962,kWh,1.5109359233020562e-06,8.278235295286241e-07,7.064478225418844e-06,9.403237678249526e-06,tokens/kWh,27224665.45668088,MB,2083.414016,2720.530432,0.0,2074.083328,1932.190208,s,10,71.13877734375001,7.113877734375,0.0010057901883820056,7.113699462890625,7.1146048828125,7.11549873046875,7.116213808593749,"[7.116392578125, 7.112533203125, 7.11372216796875, 7.11414013671875, 7.1143056640625, 7.11328076171875, 7.1136767578125, 7.11318359375, 7.11440625, 7.11313623046875]",tokens/s,8.855929543964105,kWh,8.4005987775812e-05,4.604141165640313e-05,0.00039482242661717775,0.0005248698260493928,tokens/kWh,120029.76142520983,,s,629,72.18568099975577,0.11476260890263255,0.01534532219627389,0.112901123046875,0.11301499176025391,0.11310202941894532,0.24174383483886722,"[0.11328921508789062, 0.11327693176269531, 0.11322982025146484, 0.11317759704589844, 0.11294822692871094, 0.11292774200439454, 0.11285504150390625, 0.11283763122558593, 0.11281305694580078, 0.11289190673828126, 0.11287551879882812, 0.11275775909423828, 0.11291648101806641, 0.11284786987304687, 0.11291136169433594, 0.11284786987304687, 0.11286835479736328, 0.11290624237060547, 0.1129697265625, 0.1129717788696289, 0.11290009307861328, 0.11288575744628906, 0.11283660888671875, 0.11282637023925782, 0.11288575744628906, 0.11289497375488282, 0.11279974365234376, 0.11278848266601563, 0.11292774200439454, 0.1129543685913086, 0.11284278106689453, 0.11287548828125, 0.11295539093017579, 0.11290521240234375, 0.11285708618164063, 0.11284070587158203, 0.11295641326904297, 0.11295846557617187, 0.11293695831298828, 0.11322879791259766, 0.11292057800292969, 0.11292569732666016, 0.11288883209228516, 0.11293389129638672, 0.11296665954589843, 0.1130568618774414, 0.11305462646484375, 0.11294310760498047, 0.1129349136352539, 0.11288371276855469, 0.11292364501953125, 0.11303116607666015, 0.11317350769042969, 0.11290624237060547, 0.11289087677001954, 0.11364249420166016, 0.11302194976806641, 0.11299635314941406, 0.11293798065185547, 0.11283148956298829, 0.11294412994384766, 0.11296051025390624, 0.24115916442871094, 0.1128458251953125, 0.11282646179199218, 0.11283036804199219, 0.11277823638916015, 0.11290726470947265, 0.1128089599609375, 0.11290316772460937, 0.11293183898925781, 0.11291033935546875, 0.1128458251953125, 0.11287865447998047, 0.11277101135253906, 0.112932861328125, 0.1128089599609375, 0.11285298919677735, 0.11292160034179688, 0.11290726470947265, 0.11284480285644531, 0.1128427505493164, 0.11277005004882812, 0.11292160034179688, 0.11292057800292969, 0.11287347412109375, 0.11283968353271484, 0.11287245178222656, 0.11287347412109375, 0.11284889221191406, 0.11278540802001953, 0.11289190673828126, 0.11289087677001954, 0.11288883209228516, 0.11287757110595703, 0.11289395141601563, 0.11283968353271484, 0.11286937713623046, 0.1128253402709961, 0.11291648101806641, 0.11293389129638672, 0.11313868713378906, 0.11290521240234375, 0.1129717788696289, 0.11289702606201171, 0.11290726470947265, 0.11277926635742187, 0.11294924926757813, 0.1129512939453125, 0.11293593597412109, 0.11299737548828125, 0.11293695831298828, 0.11285094451904297, 0.11290930938720703, 0.11281203460693359, 0.11314380645751954, 0.11298713684082032, 0.11290525054931641, 0.1130372772216797, 0.11299635314941406, 0.11288678741455078, 0.11297484588623047, 0.11280178833007813, 0.11299533081054687, 0.11294515228271484, 0.24197120666503907, 0.112901123046875, 0.1128796157836914, 0.11284480285644531, 0.11283968353271484, 0.11294310760498047, 0.11288883209228516, 0.11286732482910156, 0.11282125091552735, 0.11286937713623046, 0.11283660888671875, 0.1129195556640625, 0.11275981140136719, 0.11293183898925781, 0.11289497375488282, 0.11290214538574218, 0.1127741470336914, 0.11287142181396484, 0.1128427505493164, 0.11287757110595703, 0.11282022094726563, 0.11287449645996094, 0.11290316772460937, 0.11284480285644531, 0.11285196685791016, 0.11291136169433594, 0.11289395141601563, 0.1128806381225586, 0.11301171112060547, 0.11298611450195313, 0.11305983734130859, 0.113006591796875, 0.11288985443115235, 0.11297081756591797, 0.11289389038085937, 0.1129195556640625, 0.11282943725585938, 0.11295334625244141, 0.11296259307861328, 0.11286422729492188, 0.11321139526367187, 0.112932861328125, 0.11290726470947265, 0.11290009307861328, 0.11284889221191406, 0.11308544158935546, 0.11292160034179688, 0.11290214538574218, 0.11286732482910156, 0.1129175033569336, 0.11287042999267578, 0.11295843505859375, 0.11300045013427734, 0.11299942779541015, 0.11288473510742188, 0.1128826904296875, 0.11283353424072265, 0.11289395141601563, 0.11290930938720703, 0.11295641326904297, 0.11280998229980468, 0.11300051116943359, 0.1129072036743164, 0.2420009002685547, 0.1128622055053711, 0.11288780975341797, 0.11283558654785156, 0.1127567367553711, 0.11290828704833984, 0.11291852569580078, 0.11281407928466797, 0.11287347412109375, 0.11289907073974609, 0.11285913848876954, 0.11282329559326172, 0.11274034881591796, 0.11295231628417969, 0.11284684753417969, 0.1128796157836914, 0.11285708618164063, 0.11284377288818359, 0.11283251190185548, 0.11287347412109375, 0.1128253402709961, 0.11290009307861328, 0.112827392578125, 0.11286835479736328, 0.11286016082763672, 0.11302809906005859, 0.1128806381225586, 0.1128427505493164, 0.1132410888671875, 0.11289395141601563, 0.11300863647460938, 0.11286835479736328, 0.11286937713623046, 0.11307315063476563, 0.11302912139892578, 0.11291545867919922, 0.11283865356445312, 0.11295334625244141, 0.11299430084228515, 0.11289087677001954, 0.11290930938720703, 0.11290726470947265, 0.11301068878173828, 0.11288883209228516, 0.1129175033569336, 0.11294310760498047, 0.11292057800292969, 0.11294105529785156, 0.11314278411865235, 0.11292979431152343, 0.1128826904296875, 0.11302297973632812, 0.1130240020751953, 0.11301376342773438, 0.11291648101806641, 0.11292364501953125, 0.1129543685913086, 0.11293183898925781, 0.11292057800292969, 0.11287039947509765, 0.11285504150390625, 0.11296768188476562, 0.11295641326904297, 0.24203366088867187, 0.11290419006347656, 0.1129144287109375, 0.11282329559326172, 0.11277619171142578, 0.11292467498779298, 0.1128806381225586, 0.11285708618164063, 0.11285810852050782, 0.11288166046142578, 0.11291033935546875, 0.11283251190185548, 0.11284172821044922, 0.11298303985595703, 0.11288883209228516, 0.11293593597412109, 0.11286739349365234, 0.11287955474853516, 0.1128632354736328, 0.11287859344482422, 0.11287654113769531, 0.11304857635498047, 0.11286534118652344, 0.11283654022216796, 0.11286732482910156, 0.11292569732666016, 0.11304447937011719, 0.11288678741455078, 0.11283148956298829, 0.11299839782714843, 0.11307110595703125, 0.11286732482910156, 0.11288678741455078, 0.1128806381225586, 0.11290729522705079, 0.11285603332519531, 0.11291033935546875, 0.11294723510742187, 0.11293590545654297, 0.11286124420166016, 0.11291539001464844, 0.1128806381225586, 0.11291241455078126, 0.11292976379394531, 0.11288371276855469, 0.11306803131103516, 0.11305062103271485, 0.11305165100097657, 0.11288473510742188, 0.11333837127685546, 0.11288575744628906, 0.11292774200439454, 0.11285708618164063, 0.11309158325195312, 0.11293798065185547, 0.11287142181396484, 0.1129144287109375, 0.11293798065185547, 0.11295948791503906, 0.11290521240234375, 0.11283763122558593, 0.11290214538574218, 0.11294412994384766, 0.2411356201171875, 0.11287859344482422, 0.1128796157836914, 0.11282637023925782, 0.11278438568115234, 0.11292774200439454, 0.11283968353271484, 0.1128632354736328, 0.11285094451904297, 0.1129175033569336, 0.11281715393066406, 0.11287551879882812, 0.11281305694580078, 0.11293389129638672, 0.11283353424072265, 0.1128796157836914, 0.1129144287109375, 0.1130618896484375, 0.11299430084228515, 0.11291136169433594, 0.11279872131347657, 0.11304755401611329, 0.11301990509033204, 0.11283865356445312, 0.1127352294921875, 0.11301376342773438, 0.11284480285644531, 0.11281715393066406, 0.1128458251953125, 0.11294822692871094, 0.11293901062011719, 0.11288371276855469, 0.11286937713623046, 0.11293389129638672, 0.11293389129638672, 0.1128427505493164, 0.11279462432861329, 0.11292569732666016, 0.1130403823852539, 0.11292569732666016, 0.11284070587158203, 0.11290930938720703, 0.11297074890136719, 0.11295334625244141, 0.11285606384277344, 0.11294207763671875, 0.11285606384277344, 0.11298099517822266, 0.1128826904296875, 0.1132759017944336, 0.11287859344482422, 0.11292569732666016, 0.11281510162353516, 0.11300863647460938, 0.11289292907714844, 0.11292979431152343, 0.11292876434326173, 0.1129512939453125, 0.11292876434326173, 0.1129195556640625, 0.112827392578125, 0.11297894287109375, 0.11296460723876953, 0.2420869140625, 0.11298611450195313, 0.11290214538574218, 0.1128304672241211, 0.11279161834716797, 0.11289798736572265, 0.11284377288818359, 0.11286326599121094, 0.11289596557617188, 0.11315302276611328, 0.11287757110595703, 0.11287039947509765, 0.11270861053466796, 0.11310899353027344, 0.11284786987304687, 0.11293183898925781, 0.11284786987304687, 0.11290624237060547, 0.11288678741455078, 0.112901123046875, 0.11296665954589843, 0.11292467498779298, 0.11285810852050782, 0.11299533081054687, 0.11282329559326172, 0.1129574432373047, 0.1128796157836914, 0.11294003295898437, 0.1127936019897461, 0.11295846557617187, 0.11288985443115235, 0.11289907073974609, 0.11289702606201171, 0.1129717788696289, 0.11289907073974609, 0.11291033935546875, 0.11286835479736328, 0.11298303985595703, 0.11292057800292969, 0.11296256256103515, 0.1128980484008789, 0.11293081665039062, 0.11287142181396484, 0.11307724761962891, 0.11289600372314453, 0.11299839782714843, 0.11289190673828126, 0.11292364501953125, 0.11291545867919922, 0.11314892578125, 0.11286937713623046, 0.11294525146484374, 0.11281910705566406, 0.11296256256103515, 0.11286528015136718, 0.11285606384277344, 0.1128806381225586, 0.11296768188476562, 0.112901123046875, 0.11294310760498047, 0.11279974365234376, 0.11300147247314453, 0.11290828704833984, 0.24266957092285157, 0.112827392578125, 0.11286630249023437, 0.11278643035888672, 0.11279769897460938, 0.11285298919677735, 0.11287551879882812, 0.11286016082763672, 0.11281407928466797, 0.11288371276855469, 0.11295846557617187, 0.11279974365234376, 0.11278848266601563, 0.1129144287109375, 0.11288575744628906, 0.11302297973632812, 0.11308441925048827, 0.11301068878173828, 0.1128642578125, 0.11281715393066406, 0.11282125091552735, 0.1129512939453125, 0.11292262268066407, 0.11281100463867187, 0.11283660888671875, 0.11292569732666016, 0.1128796157836914, 0.11282022094726563, 0.11286016082763672, 0.11287859344482422, 0.11289190673828126, 0.1128253402709961, 0.11284172821044922, 0.11300556945800781, 0.11299737548828125, 0.11282329559326172, 0.11286630249023437, 0.11321241760253906, 0.11297894287109375, 0.11289292907714844, 0.11292057800292969, 0.1129574432373047, 0.11296153259277343, 0.11290624237060547, 0.11297484588623047, 0.11294822692871094, 0.11291648101806641, 0.11297283172607422, 0.11295024108886718, 0.11298406219482422, 0.11291033935546875, 0.1129717788696289, 0.11283353424072265, 0.11296768188476562, 0.11291340637207031, 0.11296562957763671, 0.11287142181396484, 0.11289600372314453, 0.11297484588623047, 0.11289497375488282, 0.11283049774169922, 0.11297481536865234, 0.11292057800292969, 0.24307711791992187, 0.1129195556640625, 0.11302604675292968, 0.11285810852050782, 0.11283968353271484, 0.11308134460449219, 0.1130240020751953, 0.1128632354736328, 0.11285298919677735, 0.11311615753173829, 0.11293695831298828, 0.11285401916503907, 0.11279052734375, 0.11300556945800781, 0.1130240020751953, 0.11288985443115235, 0.11283360290527343, 0.11289596557617188, 0.11288982391357422, 0.11290009307861328, 0.11283865356445312, 0.1128642578125, 0.11289087677001954, 0.1128458251953125, 0.11282431793212891, 0.11287245178222656, 0.1128632354736328, 0.11282022094726563, 0.11284377288818359, 0.11291852569580078, 0.11296051025390624, 0.11284480285644531, 0.11289087677001954, 0.11298508453369141, 0.1129697265625, 0.11290940856933594, 0.11292355346679687, 0.11298099517822266, 0.11300556945800781, 0.11289497375488282, 0.11289395141601563, 0.11294003295898437, 0.11293389129638672, 0.1129144287109375, 0.11281715393066406, 0.11290521240234375, 0.11292262268066407, 0.11289190673828126, 0.11290214538574218, 0.11288780975341797, 0.11287142181396484, 0.11296153259277343, 0.11294515228271484, 0.11297689819335938, 0.11287449645996094, 0.11304755401611329, 0.1129891815185547, 0.11289190673828126, 0.11344902038574219, 0.11292972564697265, 0.11284070587158203, 0.11296051025390624, 0.11298303985595703, 0.24297984313964843, 0.11288678741455078, 0.11285094451904297, 0.11341004943847656, 0.11276390075683594, 0.11316941070556641, 0.11280384063720703, 0.11285094451904297, 0.1128427505493164, 0.11289087677001954, 0.11284684753417969, 0.11291033935546875, 0.11273932647705077, 0.11297689819335938, 0.11288371276855469, 0.11289600372314453, 0.1128028793334961, 0.11289081573486329, 0.11285401916503907, 0.11285708618164063, 0.11276493072509766, 0.11288473510742188, 0.11287039947509765, 0.11285401916503907, 0.11281613159179688, 0.11285196685791016, 0.1129175033569336, 0.11291340637207031, 0.11280998229980468, 0.1128980484008789, 0.11292982482910156, 0.11289494323730469, 0.11284889221191406, 0.11296460723876953, 0.1129574432373047, 0.11293593597412109, 0.11296051025390624, 0.1130035171508789, 0.11291136169433594, 0.11287142181396484, 0.11284684753417969, 0.11290419006347656, 0.1128796157836914, 0.11292671966552735, 0.11284070587158203, 0.11297484588623047, 0.11290419006347656, 0.11294105529785156, 0.11294310760498047, 0.11292876434326173, 0.1128786849975586, 0.11289385223388672, 0.11282329559326172, 0.1130035171508789, 0.11288883209228516, 0.11290930938720703, 0.11286630249023437, 0.11292057800292969, 0.11290930938720703, 0.11321241760253906, 0.11283455657958984, 0.11297586822509766, 0.11292057800292969]",tokens/s,8.713639482075775,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/phi-1_5,microsoft/phi-1_5,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1418.899456,2078.80192,0.0,1432.354816,1207.615488,s,10,0.6955361557006836,0.06955361557006837,0.0004522224002515093,0.0693950080871582,0.06978186492919922,0.07030534973144531,0.07072413757324218,"[0.0708288345336914, 0.06940137481689453, 0.06938864135742187, 0.06922147369384765, 0.06928169250488281, 0.06926588439941406, 0.06964899444580078, 0.06956246185302735, 0.06927126312255859, 0.06966553497314452]",tokens/s,3680.61383871706,kWh,8.182742792071054e-07,4.4837622063039754e-07,3.5352307975309993e-06,4.8018812973685025e-06,tokens/kWh,53312438.218806356,MB,1418.899456,2078.80192,0.0,1432.354816,1306.320384,s,10,36.42251831054687,3.642251831054687,0.002124324273914774,3.6416168212890625,3.6441444091796877,3.646000549316406,3.6474854614257812,"[3.647856689453125, 3.6418955078125, 3.642736328125, 3.64228125, 3.641338134765625, 3.64373193359375, 3.640632080078125, 3.6409775390625, 3.640833251953125, 3.640235595703125]",tokens/s,17.296991784820403,kWh,4.300259057703603e-05,2.3565814904248893e-05,0.0001876591166022669,0.00025422752208355184,tokens/kWh,247809.5191412638,,s,629,36.988928016662584,0.058805926894535135,0.008272059089946906,0.05779455947875976,0.05787996063232422,0.05795594253540039,0.12727595092773436,"[0.05830963134765625, 0.05840793609619141, 0.0584796142578125, 0.05834444808959961, 0.05833830261230469, 0.05842124938964844, 0.05816729736328125, 0.05824512100219727, 0.05785702514648437, 0.05775667190551758, 0.05781094360351562, 0.05781401443481445, 0.057785343170166016, 0.05776486587524414, 0.05783347320556641, 0.05779251098632812, 0.0584089584350586, 0.057826305389404295, 0.0578600959777832, 0.05786624145507813, 0.05780684661865235, 0.05774848175048828, 0.05777510452270508, 0.05777203369140625, 0.05775667190551758, 0.05789081573486328, 0.05778227233886719, 0.057864192962646485, 0.057777153015136716, 0.05778739166259766, 0.057831424713134766, 0.057801727294921876, 0.05775974273681641, 0.05774848175048828, 0.057929729461669924, 0.057818111419677735, 0.057780223846435545, 0.05775974273681641, 0.05785497665405273, 0.05783552169799805, 0.05778432083129883, 0.057807872772216794, 0.05778432083129883, 0.05781913757324219, 0.05778841781616211, 0.05782220840454102, 0.05782527923583984, 0.05803212738037109, 0.057896961212158204, 0.057852928161621096, 0.05775974273681641, 0.05782527923583984, 0.05780275344848633, 0.05777203369140625, 0.057818111419677735, 0.057777153015136716, 0.05784371185302734, 0.057791488647460934, 0.05781401443481445, 0.05779558563232422, 0.05796044921875, 0.05768601608276367, 0.1273733139038086, 0.0577710075378418, 0.05780582427978516, 0.057768959045410156, 0.057818111419677735, 0.05779251098632812, 0.057845760345458984, 0.05779558563232422, 0.057729022979736325, 0.05777305603027344, 0.057793537139892576, 0.057796607971191405, 0.05774233627319336, 0.057807872772216794, 0.05791641616821289, 0.05785599899291992, 0.05775360107421875, 0.05784064102172851, 0.05779455947875976, 0.057859073638916014, 0.05773619079589844, 0.05777305603027344, 0.05775564956665039, 0.05800243377685547, 0.057711616516113284, 0.05775564956665039, 0.057804798126220705, 0.05774848175048828, 0.057745407104492184, 0.05775667190551758, 0.05776486587524414, 0.05779763031005859, 0.05772185516357422, 0.05786316680908203, 0.057812992095947265, 0.05777203369140625, 0.05774848175048828, 0.05779558563232422, 0.057818111419677735, 0.057780223846435545, 0.05784883117675781, 0.05775462341308594, 0.05782220840454102, 0.057783294677734375, 0.057777153015136716, 0.05779046249389649, 0.057875457763671874, 0.057839614868164066, 0.057768959045410156, 0.057834495544433595, 0.05777920150756836, 0.05778227233886719, 0.057763839721679686, 0.05790924835205078, 0.05819084930419922, 0.05786111831665039, 0.05770956802368164, 0.05790617752075195, 0.05779455947875976, 0.057823230743408206, 0.05775155258178711, 0.05779558563232422, 0.05788159942626953, 0.12767129516601564, 0.05777920150756836, 0.05790924835205078, 0.05775462341308594, 0.0577894401550293, 0.057745407104492184, 0.057804798126220705, 0.05781708908081055, 0.05776793670654297, 0.05775360107421875, 0.05780070495605469, 0.05782527923583984, 0.057747455596923826, 0.05774950408935547, 0.05775564956665039, 0.057847808837890625, 0.05782015991210938, 0.057793537139892576, 0.05780275344848633, 0.05788876724243164, 0.057831424713134766, 0.0578785285949707, 0.05778227233886719, 0.057818111419677735, 0.05779046249389649, 0.05771571350097656, 0.057763839721679686, 0.057763839721679686, 0.05790822219848633, 0.057831424713134766, 0.05771878433227539, 0.05783654403686524, 0.0577894401550293, 0.057804798126220705, 0.05771366500854492, 0.0577710075378418, 0.05779865646362305, 0.057815040588378906, 0.057763839721679686, 0.057761791229248044, 0.05781401443481445, 0.05793996810913086, 0.05793484878540039, 0.05774950408935547, 0.05785702514648437, 0.05788671875, 0.057935871124267575, 0.05784883117675781, 0.057899009704589846, 0.05785497665405273, 0.057777153015136716, 0.05782015991210938, 0.05783654403686524, 0.057816062927246094, 0.05773209762573242, 0.057804798126220705, 0.057831424713134766, 0.05778227233886719, 0.057763839721679686, 0.05799321746826172, 0.05781708908081055, 0.05786624145507813, 0.05790924835205078, 0.12723506927490236, 0.057711616516113284, 0.057809921264648435, 0.05777510452270508, 0.05779046249389649, 0.05777407836914063, 0.058024959564208986, 0.05784473419189453, 0.05775974273681641, 0.05780275344848633, 0.05783244705200195, 0.05783347320556641, 0.057761791229248044, 0.05783654403686524, 0.05783244705200195, 0.057826305389404295, 0.05778432083129883, 0.057875457763671874, 0.057816062927246094, 0.057804798126220705, 0.05788159942626953, 0.05783244705200195, 0.05775155258178711, 0.057923583984375, 0.057864192962646485, 0.05778124618530273, 0.05778636932373047, 0.0577525749206543, 0.057768959045410156, 0.05779046249389649, 0.057791488647460934, 0.05779046249389649, 0.057785343170166016, 0.05779558563232422, 0.05778636932373047, 0.05777203369140625, 0.05778636932373047, 0.05779763031005859, 0.05782732772827148, 0.0577525749206543, 0.05775462341308594, 0.05777305603027344, 0.057940990447998046, 0.05780070495605469, 0.057850879669189455, 0.05779865646362305, 0.057837566375732424, 0.057823230743408206, 0.05784371185302734, 0.057847808837890625, 0.057973758697509765, 0.057745407104492184, 0.057766910552978515, 0.057837566375732424, 0.05781094360351562, 0.057807872772216794, 0.05773311996459961, 0.05784883117675781, 0.057823230743408206, 0.05783347320556641, 0.05773823928833008, 0.05780889511108398, 0.05778432083129883, 0.12736102294921875, 0.05775564956665039, 0.05778432083129883, 0.05775360107421875, 0.057783294677734375, 0.05776793670654297, 0.05776998519897461, 0.05788671875, 0.05776998519897461, 0.05772185516357422, 0.057812992095947265, 0.057869312286376956, 0.057785343170166016, 0.057793537139892576, 0.057875457763671874, 0.057801727294921876, 0.05774950408935547, 0.05779046249389649, 0.05781401443481445, 0.05783039855957031, 0.05776486587524414, 0.05778227233886719, 0.05773516845703125, 0.05778227233886719, 0.05769113540649414, 0.05770956802368164, 0.05777305603027344, 0.05770547103881836, 0.05769625473022461, 0.05790822219848633, 0.057763839721679686, 0.05787750244140625, 0.05780684661865235, 0.05769728088378906, 0.05778841781616211, 0.05775769424438477, 0.057831424713134766, 0.05777510452270508, 0.057867263793945314, 0.057801727294921876, 0.05780582427978516, 0.05775155258178711, 0.057829376220703124, 0.0577259521484375, 0.057821182250976565, 0.05775360107421875, 0.05785190582275391, 0.05787955093383789, 0.05782425689697265, 0.057823230743408206, 0.057812992095947265, 0.057804798126220705, 0.057859073638916014, 0.05781708908081055, 0.057785343170166016, 0.05782527923583984, 0.05777920150756836, 0.05777612686157227, 0.05780684661865235, 0.05783654403686524, 0.0578785285949707, 0.057816062927246094, 0.05780275344848633, 0.1272791061401367, 0.05770035171508789, 0.05822361755371094, 0.0577894401550293, 0.05786316680908203, 0.057831424713134766, 0.057839614868164066, 0.0578416633605957, 0.05776588821411133, 0.057831424713134766, 0.05782220840454102, 0.05780582427978516, 0.05774643325805664, 0.057829376220703124, 0.05783347320556641, 0.057796607971191405, 0.05780070495605469, 0.057883647918701174, 0.05784064102172851, 0.05787340927124023, 0.05782220840454102, 0.058213375091552735, 0.05795840072631836, 0.05780889511108398, 0.05778227233886719, 0.057744384765625, 0.057952255249023435, 0.0577894401550293, 0.0577259521484375, 0.057809921264648435, 0.05781708908081055, 0.05810995101928711, 0.057793537139892576, 0.057783294677734375, 0.057845760345458984, 0.057799678802490234, 0.05776588821411133, 0.05778124618530273, 0.05780275344848633, 0.057778175354003904, 0.05778227233886719, 0.05776998519897461, 0.05810790252685547, 0.05775769424438477, 0.057852928161621096, 0.0577628173828125, 0.05785702514648437, 0.057818111419677735, 0.05781401443481445, 0.057837566375732424, 0.05782835388183594, 0.05786111831665039, 0.05779558563232422, 0.05782425689697265, 0.057818111419677735, 0.057801727294921876, 0.05774028778076172, 0.057831424713134766, 0.05778636932373047, 0.05777612686157227, 0.05788159942626953, 0.05783347320556641, 0.05782220840454102, 0.12767539215087892, 0.05776793670654297, 0.057804798126220705, 0.05776486587524414, 0.057804798126220705, 0.057768959045410156, 0.05778841781616211, 0.05789286422729492, 0.05775564956665039, 0.05777203369140625, 0.05779251098632812, 0.0577894401550293, 0.05774233627319336, 0.05789798355102539, 0.057852928161621096, 0.05783244705200195, 0.05773926544189453, 0.05780684661865235, 0.057809921264648435, 0.057799678802490234, 0.05777407836914063, 0.05779763031005859, 0.05776486587524414, 0.05775872039794922, 0.05773004913330078, 0.057760768890380856, 0.05774848175048828, 0.057768959045410156, 0.057807872772216794, 0.05770240020751953, 0.057783294677734375, 0.05783244705200195, 0.057847808837890625, 0.05765427017211914, 0.05773516845703125, 0.057763839721679686, 0.057768959045410156, 0.05775462341308594, 0.05783347320556641, 0.05779251098632812, 0.05779251098632812, 0.05771571350097656, 0.05777612686157227, 0.05775974273681641, 0.05784064102172851, 0.0577525749206543, 0.05784985733032227, 0.057867263793945314, 0.05775872039794922, 0.057799678802490234, 0.05780684661865235, 0.05779455947875976, 0.057809921264648435, 0.057834495544433595, 0.05773209762573242, 0.05777510452270508, 0.05778432083129883, 0.05777612686157227, 0.05776793670654297, 0.057821182250976565, 0.05775667190551758, 0.05776998519897461, 0.05772390365600586, 0.1275504608154297, 0.05771468734741211, 0.05784371185302734, 0.05775155258178711, 0.05780889511108398, 0.05778739166259766, 0.05781094360351562, 0.05777203369140625, 0.05775155258178711, 0.057766910552978515, 0.057815040588378906, 0.05775155258178711, 0.057747455596923826, 0.057823230743408206, 0.057896961212158204, 0.057809921264648435, 0.057761791229248044, 0.057823230743408206, 0.057804798126220705, 0.057785343170166016, 0.057747455596923826, 0.0577894401550293, 0.05774028778076172, 0.05777305603027344, 0.057706497192382813, 0.058426368713378904, 0.05783552169799805, 0.05772390365600586, 0.057711616516113284, 0.05771366500854492, 0.05784371185302734, 0.05774950408935547, 0.05775667190551758, 0.05774643325805664, 0.05776588821411133, 0.05768396759033203, 0.05771059036254883, 0.05778432083129883, 0.05779865646362305, 0.05772390365600586, 0.05780889511108398, 0.057768959045410156, 0.057818111419677735, 0.05771263885498047, 0.057801727294921876, 0.05777920150756836, 0.05783244705200195, 0.05779865646362305, 0.057791488647460934, 0.05782835388183594, 0.057818111419677735, 0.057747455596923826, 0.05782527923583984, 0.05780275344848633, 0.057831424713134766, 0.05775974273681641, 0.057717758178710936, 0.057777153015136716, 0.05792563247680664, 0.05778124618530273, 0.05776588821411133, 0.05781196975708008, 0.05777510452270508, 0.12726783752441406, 0.05774950408935547, 0.057847808837890625, 0.05782732772827148, 0.057796607971191405, 0.05773721694946289, 0.05778432083129883, 0.05777920150756836, 0.057695232391357425, 0.05773926544189453, 0.057760768890380856, 0.0578416633605957, 0.0577628173828125, 0.05782732772827148, 0.057804798126220705, 0.057821182250976565, 0.05773311996459961, 0.05783654403686524, 0.05778739166259766, 0.05783244705200195, 0.05773004913330078, 0.057791488647460934, 0.05786111831665039, 0.05783859252929688, 0.05774643325805664, 0.057731071472167966, 0.0577894401550293, 0.05779763031005859, 0.05773311996459961, 0.05775155258178711, 0.05782220840454102, 0.05810790252685547, 0.057807872772216794, 0.05775667190551758, 0.057891841888427734, 0.0577710075378418, 0.057745407104492184, 0.057780223846435545, 0.057761791229248044, 0.05775974273681641, 0.05773926544189453, 0.05770240020751953, 0.057864192962646485, 0.05773823928833008, 0.05787136077880859, 0.05777407836914063, 0.05781094360351562, 0.05782425689697265, 0.05774233627319336, 0.057837566375732424, 0.057809921264648435, 0.05781094360351562, 0.057785343170166016, 0.05779046249389649, 0.057785343170166016, 0.05780070495605469, 0.05769318389892578, 0.05773823928833008, 0.05775872039794922, 0.05776793670654297, 0.05769830322265625, 0.05778636932373047, 0.057796607971191405, 0.12771532440185546, 0.05778432083129883, 0.05775462341308594, 0.057760768890380856, 0.05775155258178711, 0.05786624145507813, 0.05778124618530273, 0.05779455947875976, 0.057801727294921876, 0.057777153015136716, 0.057761791229248044, 0.05776588821411133, 0.05771468734741211, 0.05774643325805664, 0.057785343170166016, 0.05779251098632812, 0.05778432083129883, 0.05774131011962891, 0.057804798126220705, 0.05777203369140625, 0.057744384765625, 0.057777153015136716, 0.05771571350097656, 0.05782015991210938, 0.05772390365600586, 0.057717758178710936, 0.05773823928833008, 0.05778227233886719, 0.05770751953125, 0.05763174438476563, 0.05773516845703125, 0.05781708908081055, 0.05781196975708008, 0.05773721694946289, 0.05770137786865234, 0.05773516845703125, 0.057760768890380856, 0.05776998519897461, 0.05774643325805664, 0.057791488647460934, 0.05785599899291992, 0.05776793670654297, 0.0577525749206543, 0.05775667190551758, 0.057845760345458984, 0.05774233627319336, 0.057796607971191405, 0.05780684661865235, 0.0578416633605957, 0.05781401443481445, 0.057777153015136716, 0.05774335861206055, 0.05795123291015625, 0.05784064102172851, 0.05794611358642578, 0.057780223846435545, 0.05777305603027344, 0.057831424713134766, 0.057745407104492184, 0.05780275344848633, 0.05779763031005859, 0.05780889511108398, 0.05773619079589844]",tokens/s,17.00508865022125,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-2b,google/recurrentgemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-j-6b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2068.668416,5285.347328,0.0,4638.900224,4372.758016,s,10,2.9701329345703127,0.29701329345703126,0.0012311491422686385,0.29660739135742187,0.2973036926269531,0.29898396911621095,0.30032819030761715,"[0.3006642456054687, 0.29662017822265624, 0.29632537841796874, 0.2963324890136719, 0.2964971618652344, 0.2968426513671875, 0.2965946044921875, 0.2967448425292969, 0.29658108520507814, 0.2969302978515625]",tokens/s,861.9142834326888,kWh,3.505796939134598e-06,1.921009422146787e-06,1.6479759915830226e-05,2.190656627711161e-05,tokens/kWh,11685993.9052828,MB,2068.668416,5285.347328,0.0,4638.900224,4531.241984,s,10,163.20172460937502,16.320172460937503,0.0051915530298976146,16.31903076171875,16.32781025390625,16.329140478515622,16.330204658203122,"[16.3211953125, 16.3180869140625, 16.3148203125, 16.316615234375, 16.3139658203125, 16.3161123046875, 16.32296875, 16.330470703125, 16.319974609375, 16.3275146484375]",tokens/s,3.8602533245767554,kWh,0.00019265670105814934,0.00010559173447654972,0.0008939516906509652,0.0011922001261856642,tokens/kWh,52843.477044045256,,s,629,165.61214807128928,0.26329435305451365,0.03529341739817531,0.25899725341796875,0.2593869873046875,0.25956641235351563,0.5558607275390626,"[0.2596126708984375, 0.25883749389648436, 0.25865420532226563, 0.25866342163085937, 0.25874636840820314, 0.25884161376953124, 0.25873919677734375, 0.25880679321289063, 0.2590146484375, 0.259704833984375, 0.2589245300292969, 0.25884365844726565, 0.25933413696289065, 0.25897271728515625, 0.2591651611328125, 0.25897677612304687, 0.25890509033203124, 0.2589583435058594, 0.2591385498046875, 0.2590310363769531, 0.2588887023925781, 0.25904742431640626, 0.2588170166015625, 0.25896755981445313, 0.25953280639648435, 0.2590853271484375, 0.25897677612304687, 0.2595287170410156, 0.25878219604492186, 0.2588057556152344, 0.2588323974609375, 0.2587720336914062, 0.2588384704589844, 0.25883648681640625, 0.25910885620117186, 0.2587729797363281, 0.2589030456542969, 0.2591518859863281, 0.25915084838867186, 0.2589644775390625, 0.25924197387695314, 0.2588323974609375, 0.2589112243652344, 0.2587709350585938, 0.2589327392578125, 0.2589224853515625, 0.2588805236816406, 0.2601308288574219, 0.2592225341796875, 0.2592593994140625, 0.25934744262695314, 0.25942221069335936, 0.25929522705078123, 0.25913037109375, 0.2591600646972656, 0.2592276611328125, 0.2592860107421875, 0.2591549377441406, 0.25925836181640627, 0.259599365234375, 0.2591395874023438, 0.25907403564453124, 0.55589990234375, 0.2587228088378906, 0.25916314697265624, 0.25877197265625, 0.25900442504882815, 0.2588753967285156, 0.25875149536132813, 0.258766845703125, 0.25881497192382813, 0.2590638122558594, 0.259009521484375, 0.2589081726074219, 0.2589296569824219, 0.2588262329101563, 0.25866241455078126, 0.25888766479492187, 0.25897369384765623, 0.25880679321289063, 0.2587279357910156, 0.2587975769042969, 0.2590208129882812, 0.258798583984375, 0.259083251953125, 0.2604021911621094, 0.25915597534179685, 0.2588118896484375, 0.2589245300292969, 0.2589726867675781, 0.25907916259765623, 0.2588477783203125, 0.259078125, 0.2591242370605469, 0.2591016845703125, 0.2588743591308594, 0.2590863342285156, 0.25905355834960936, 0.25897369384765623, 0.258845703125, 0.25942529296875, 0.2588661804199219, 0.2589634704589844, 0.2595092468261719, 0.2589358215332031, 0.2588477478027344, 0.2587965698242187, 0.2588722839355469, 0.2590689697265625, 0.25886102294921876, 0.2590750732421875, 0.2591498107910156, 0.2588702697753906, 0.25927374267578124, 0.2590648193359375, 0.2591958923339844, 0.25910372924804687, 0.2589030456542969, 0.25907098388671873, 0.25905767822265624, 0.2590115966796875, 0.2588620910644531, 0.2591058044433594, 0.25967205810546873, 0.2595266418457031, 0.5556316528320312, 0.25898492431640624, 0.25894195556640626, 0.2589634704589844, 0.25866241455078126, 0.2588334045410156, 0.2588968811035156, 0.25885183715820315, 0.2587781066894531, 0.25879653930664065, 0.25883953857421876, 0.258840576171875, 0.25938021850585935, 0.2590166931152344, 0.2588641357421875, 0.25951950073242186, 0.2588866882324219, 0.25885589599609377, 0.2587842712402344, 0.2588118896484375, 0.2586859436035156, 0.2586849365234375, 0.25902590942382814, 0.2587607116699219, 0.2589235229492188, 0.2588487548828125, 0.25893478393554686, 0.25866241455078126, 0.2588006286621094, 0.2588190612792969, 0.25870233154296873, 0.258629638671875, 0.25873818969726564, 0.2586747436523438, 0.258694091796875, 0.2589174499511719, 0.2596894226074219, 0.2589306945800781, 0.2587054138183594, 0.2590136413574219, 0.25912319946289064, 0.258988037109375, 0.2590761108398438, 0.25898806762695314, 0.25893167114257815, 0.25908837890625, 0.2589020080566406, 0.2588702697753906, 0.2590771179199219, 0.25914471435546876, 0.25886514282226564, 0.259557373046875, 0.2591631774902344, 0.2589408874511719, 0.2596792297363281, 0.2590719909667969, 0.2590330810546875, 0.2590719909667969, 0.25894296264648436, 0.25893991088867185, 0.25922866821289064, 0.25933108520507814, 0.2591129455566406, 0.55583642578125, 0.2587535400390625, 0.25878118896484376, 0.25865625, 0.25856512451171876, 0.25868185424804685, 0.2585262145996094, 0.25859994506835937, 0.25871258544921877, 0.25883953857421876, 0.2595287170410156, 0.2593966064453125, 0.2591334533691406, 0.25915902709960936, 0.2588968811035156, 0.25877310180664065, 0.2588486633300781, 0.2586951599121094, 0.2589296569824219, 0.25895425415039064, 0.2588753967285156, 0.2586368103027344, 0.2588958740234375, 0.2587566223144531, 0.25881805419921877, 0.25923992919921873, 0.2590802001953125, 0.25883444213867185, 0.259525634765625, 0.2588661804199219, 0.2589613952636719, 0.2589194641113281, 0.2594764404296875, 0.25882931518554686, 0.25881396484375, 0.2589276123046875, 0.2589173889160156, 0.25911090087890626, 0.25907098388671873, 0.25903924560546876, 0.2589317016601563, 0.2588129272460937, 0.25908837890625, 0.2589686279296875, 0.2594252014160156, 0.259030029296875, 0.25912933349609374, 0.2590208129882812, 0.25911807250976565, 0.2599424133300781, 0.2593351745605469, 0.25881497192382813, 0.2588190612792969, 0.25889483642578126, 0.2589890441894531, 0.25897573852539063, 0.2588897399902344, 0.25921331787109375, 0.2592593994140625, 0.259051513671875, 0.25937921142578124, 0.25901873779296875, 0.2591139831542969, 0.556211181640625, 0.25889895629882814, 0.2588037109375, 0.25953997802734374, 0.25883953857421876, 0.2588620910644531, 0.2589798583984375, 0.2586859130859375, 0.2587249145507812, 0.25875653076171873, 0.2589306945800781, 0.2588334045410156, 0.2587699279785156, 0.25889279174804686, 0.25896755981445313, 0.258798583984375, 0.25889382934570315, 0.2588477478027344, 0.2588528747558594, 0.2588528747558594, 0.25885806274414064, 0.25866232299804687, 0.2588692626953125, 0.2592368774414063, 0.259240966796875, 0.2589747314453125, 0.25899826049804686, 0.2586859436035156, 0.2589081726074219, 0.25870233154296873, 0.25888766479492187, 0.25886309814453123, 0.25890509033203124, 0.2588805236816406, 0.25874945068359373, 0.25898190307617186, 0.2589224853515625, 0.2591047668457031, 0.2595870666503906, 0.25905255126953125, 0.25894918823242186, 0.2593770751953125, 0.25912933349609374, 0.2589337463378906, 0.2588190612792969, 0.258956298828125, 0.25876583862304686, 0.25882418823242187, 0.25878118896484376, 0.2588702697753906, 0.2589388732910156, 0.25887335205078127, 0.25894708251953125, 0.259051513671875, 0.25898190307617186, 0.2589992980957031, 0.25891531372070314, 0.25894091796875, 0.25891226196289063, 0.25893478393554686, 0.25894708251953125, 0.2590269470214844, 0.25956765747070315, 0.556401611328125, 0.2588671875, 0.25901773071289064, 0.2588610534667969, 0.25880679321289063, 0.2589869995117188, 0.2589532165527344, 0.2587371826171875, 0.2588364562988281, 0.25902386474609373, 0.25916519165039065, 0.258923583984375, 0.2590258483886719, 0.2593996887207031, 0.259198974609375, 0.2588702697753906, 0.2592297058105469, 0.25891021728515623, 0.258693115234375, 0.25881600952148437, 0.25884161376953124, 0.2586378173828125, 0.2588057556152344, 0.25882110595703123, 0.2588600463867187, 0.25881600952148437, 0.25924813842773436, 0.25903924560546876, 0.2589869995117188, 0.2588968811035156, 0.25880679321289063, 0.2588753967285156, 0.25886517333984377, 0.2589092102050781, 0.2587811279296875, 0.2588232421875, 0.2592849426269531, 0.2594529418945313, 0.2590771179199219, 0.25902490234375, 0.2591201171875, 0.25896044921875, 0.25895111083984373, 0.2589358215332031, 0.25881805419921877, 0.2589788208007813, 0.25881497192382813, 0.2587637634277344, 0.25882418823242187, 0.259009521484375, 0.2589859924316406, 0.259051513671875, 0.2593505249023437, 0.2591969299316406, 0.2594058227539062, 0.2592102355957031, 0.2590750732421875, 0.2590822448730469, 0.25910784912109375, 0.2588682250976562, 0.25900543212890625, 0.25888153076171877, 0.25905355834960936, 0.5558701782226563, 0.2589337463378906, 0.258777099609375, 0.2590136413574219, 0.258808837890625, 0.25884262084960935, 0.2587699279785156, 0.2588641357421875, 0.2587750549316406, 0.25902590942382814, 0.2587832336425781, 0.2594273376464844, 0.2593843078613281, 0.2589532165527344, 0.2588108825683594, 0.2587699279785156, 0.2588190612792969, 0.25882931518554686, 0.25881805419921877, 0.2590208129882812, 0.25898495483398437, 0.2587218017578125, 0.2589521789550781, 0.2593495178222656, 0.25908837890625, 0.2588477478027344, 0.2594682922363281, 0.2589788208007813, 0.2589255676269531, 0.25923379516601563, 0.2589962158203125, 0.2587904052734375, 0.258845703125, 0.2587146301269531, 0.25866241455078126, 0.2588323974609375, 0.2590208129882812, 0.25911807250976565, 0.25915902709960936, 0.2592450561523437, 0.25931979370117186, 0.2590781555175781, 0.25913650512695313, 0.2590545959472656, 0.259030029296875, 0.25906689453125, 0.25922048950195314, 0.2591877136230469, 0.2593157653808594, 0.25990341186523436, 0.25946728515625, 0.2597017211914063, 0.2592245788574219, 0.25935360717773437, 0.2592665710449219, 0.2593914794921875, 0.2593064880371094, 0.2591498107910156, 0.259198974609375, 0.2593064880371094, 0.2594631652832031, 0.2596761474609375, 0.25952972412109376, 0.5568624877929688, 0.2590802001953125, 0.25889996337890625, 0.2591129455566406, 0.2590904235839844, 0.25906790161132814, 0.2591805419921875, 0.25888665771484376, 0.25913650512695313, 0.2589583435058594, 0.25918667602539064, 0.259030029296875, 0.25907916259765623, 0.2592860107421875, 0.2595102844238281, 0.25924813842773436, 0.2591692810058594, 0.25920306396484377, 0.25925631713867187, 0.25921432495117186, 0.2591549377441406, 0.25873101806640625, 0.2589317016601563, 0.25867367553710935, 0.25932595825195315, 0.2592962646484375, 0.2593300476074219, 0.25892660522460936, 0.2593208312988281, 0.25899008178710936, 0.2590484619140625, 0.25905255126953125, 0.2592573547363281, 0.2590074768066406, 0.2589726867675781, 0.259162109375, 0.259156982421875, 0.2589859924316406, 0.2590945129394531, 0.25934130859375, 0.2592255859375, 0.25923175048828123, 0.2594488220214844, 0.25944479370117185, 0.2592102355957031, 0.25978976440429685, 0.25922048950195314, 0.25897369384765623, 0.25908737182617186, 0.25929931640625, 0.259240966796875, 0.25915802001953125, 0.2592041015625, 0.2593290100097656, 0.25931878662109376, 0.25920001220703126, 0.2593423461914062, 0.25957684326171876, 0.25933721923828124, 0.25965057373046874, 0.25964645385742186, 0.25939556884765624, 0.25966592407226563, 0.5568726806640625, 0.2592593994140625, 0.25911807250976565, 0.2588753967285156, 0.2588764038085937, 0.25873818969726564, 0.25877606201171877, 0.25875967407226563, 0.2588221435546875, 0.25873406982421876, 0.2587289733886719, 0.258766845703125, 0.2589245300292969, 0.2592522277832031, 0.2589173889160156, 0.2589010009765625, 0.25915289306640626, 0.259262451171875, 0.2588590087890625, 0.2588600463867187, 0.25895425415039064, 0.25854360961914064, 0.25875149536132813, 0.2587607116699219, 0.25884466552734375, 0.2586101684570313, 0.2589808654785156, 0.25880267333984375, 0.25893478393554686, 0.2587259216308594, 0.25879550170898435, 0.25881600952148437, 0.258745361328125, 0.25890914916992186, 0.25882318115234376, 0.25883953857421876, 0.2588221435546875, 0.25920101928710937, 0.2590904235839844, 0.25932492065429685, 0.25913037109375, 0.25913446044921873, 0.25912628173828123, 0.2591191101074219, 0.2590719909667969, 0.2592327575683594, 0.2591242370605469, 0.2589859924316406, 0.2591477661132813, 0.25937203979492185, 0.2592931823730469, 0.2592184753417969, 0.25960345458984374, 0.259389404296875, 0.25917236328125, 0.259462158203125, 0.2594600830078125, 0.259346435546875, 0.25938638305664063, 0.25932391357421875, 0.2593228759765625, 0.25927066040039065, 0.2592102355957031, 0.556389404296875, 0.25919488525390627, 0.25904229736328127, 0.2588118896484375, 0.2590904235839844, 0.25888766479492187, 0.25929931640625, 0.2588743591308594, 0.2589337463378906, 0.25886309814453123, 0.25880267333984375, 0.25936178588867187, 0.25919287109375, 0.2593248901367188, 0.25923175048828123, 0.25906790161132814, 0.2588866882324219, 0.2589419250488281, 0.2591856689453125, 0.2590986328125, 0.2591958923339844, 0.2591201171875, 0.25920101928710937, 0.2591191101074219, 0.2589450378417969, 0.2588538818359375, 0.2603427734375, 0.2592798767089844, 0.25938330078125, 0.25986251831054685, 0.2593218688964844, 0.25912319946289064, 0.25912115478515624, 0.259156982421875, 0.2591887512207031, 0.25917034912109377, 0.25913650512695313, 0.259178466796875, 0.25923175048828123, 0.25899826049804686, 0.25931365966796877, 0.2592450561523437, 0.2592471008300781, 0.25926254272460936, 0.25903302001953127, 0.2591068115234375, 0.25931878662109376, 0.2590228576660156, 0.25904537963867186, 0.2592604064941406, 0.2595645446777344, 0.25928909301757813, 0.2597283935546875, 0.2592655334472656, 0.259125244140625, 0.2589532165527344, 0.258977783203125, 0.2589420166015625, 0.2593340759277344, 0.2589583435058594, 0.2589440002441406, 0.25899725341796875, 0.2591518859863281]",tokens/s,3.7980305631277838,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1452.27776,2426.929152,0.0,1780.482048,1621.410304,s,10,0.7058684158325197,0.07058684158325197,0.0002928328251085697,0.07070625686645508,0.07090748825073243,0.07092075080871582,0.07093136085510254,"[0.07084793853759766, 0.07022029113769532, 0.07070374298095704, 0.07075682830810547, 0.07070877075195313, 0.07024800109863281, 0.07009436798095703, 0.07044992065429688, 0.07093401336669922, 0.070904541015625]",tokens/s,3626.738273847639,kWh,8.283197671383412e-07,4.537640673683759e-07,3.7133809815803766e-06,4.995464816087093e-06,tokens/kWh,51246482.444555126,MB,1452.27776,2426.929152,0.0,1780.482048,1723.272192,s,10,38.030801269531246,3.8030801269531245,0.0020719084747050052,3.802459106445313,3.8038822265625,3.806487744140625,3.808572158203125,"[3.80909326171875, 3.80165771484375, 3.8017744140625, 3.80289404296875, 3.802064697265625, 3.80330322265625, 3.80299072265625, 3.802145751953125, 3.8027724609375, 3.80210498046875]",tokens/s,16.565520025073223,kWh,4.4899062949067045e-05,2.4607307695079302e-05,0.00019991478192082245,0.0002694211525649688,tokens/kWh,233834.6466126413,,s,629,38.604979228973406,0.06137516570584005,0.008407749083102415,0.06034739303588867,0.06043340682983398,0.060483585357666014,0.13084835754394533,"[0.06085631942749024, 0.06110108947753906, 0.06107440185546875, 0.06086963272094727, 0.06092902374267578, 0.060903423309326174, 0.06097305679321289, 0.06068940734863281, 0.060516353607177734, 0.06042521667480469, 0.06034124755859375, 0.06029312133789062, 0.06031155014038086, 0.06031769561767578, 0.060355583190917966, 0.060298240661621094, 0.06034534454345703, 0.06035148620605469, 0.060369918823242184, 0.060316673278808595, 0.06033817672729492, 0.060298240661621094, 0.06036377716064453, 0.06029312133789062, 0.06034534454345703, 0.06041497421264649, 0.060398593902587894, 0.06032076644897461, 0.060527614593505856, 0.06036479949951172, 0.06035148620605469, 0.06034329605102539, 0.06039961624145508, 0.06036172866821289, 0.06039654541015625, 0.06041088104248047, 0.06041190338134766, 0.06058393478393555, 0.060483585357666014, 0.06034431838989258, 0.06034841537475586, 0.06036070251464844, 0.060386302947998044, 0.0604139518737793, 0.06040681457519531, 0.06037091064453125, 0.06038323211669922, 0.06031872177124024, 0.06034739303588867, 0.0603135986328125, 0.0604068489074707, 0.060338111877441404, 0.060382209777832034, 0.06051123046875, 0.06040883255004883, 0.060437503814697265, 0.06033407974243164, 0.06041190338134766, 0.060483585357666014, 0.06047129440307617, 0.060355583190917966, 0.060355583190917966, 0.13078938293457032, 0.060290046691894535, 0.06030131149291992, 0.060345375061035156, 0.06027977752685547, 0.06031769561767578, 0.060283905029296876, 0.06029721450805664, 0.06027775955200195, 0.06029414367675781, 0.06029926300048828, 0.06034022521972656, 0.06031872177124024, 0.06030131149291992, 0.06027468872070312, 0.060336128234863284, 0.06028902435302735, 0.06032281494140625, 0.06031257629394531, 0.06031564712524414, 0.06030438232421875, 0.06032998275756836, 0.06030438232421875, 0.06031155014038086, 0.06029107284545898, 0.06038016128540039, 0.06032179260253906, 0.06031872177124024, 0.060393470764160156, 0.06030847930908203, 0.06031564712524414, 0.06033715057373047, 0.06030131149291992, 0.06035763168334961, 0.06037811279296875, 0.06036787033081055, 0.06038019180297852, 0.06038729476928711, 0.06032998275756836, 0.060353534698486325, 0.06034841537475586, 0.0603351058959961, 0.060355583190917966, 0.06032998275756836, 0.06028083038330078, 0.06039961624145508, 0.06038016128540039, 0.06034841537475586, 0.06039449691772461, 0.06032793426513672, 0.06034841537475586, 0.060371967315673826, 0.06034431838989258, 0.06035865783691406, 0.06034636688232422, 0.06037401580810547, 0.060424190521240234, 0.06042726516723633, 0.060418048858642576, 0.06036377716064453, 0.060437503814697265, 0.060439552307128906, 0.060385280609130856, 0.13130752563476564, 0.060295169830322265, 0.060316673278808595, 0.0603238410949707, 0.060283905029296876, 0.0603135986328125, 0.06028902435302735, 0.060281856536865235, 0.06031872177124024, 0.06030438232421875, 0.06033407974243164, 0.060260353088378904, 0.06028799819946289, 0.060267520904541017, 0.06033919906616211, 0.06032998275756836, 0.06028287887573242, 0.060295169830322265, 0.060303359985351565, 0.060314624786376954, 0.0603054084777832, 0.06033919906616211, 0.06035763168334961, 0.06036070251464844, 0.06036684799194336, 0.06033715057373047, 0.06031052780151367, 0.06033817672729492, 0.060349441528320315, 0.06032076644897461, 0.06037299346923828, 0.06037299346923828, 0.060331008911132813, 0.0604139518737793, 0.060386302947998044, 0.06040576171875, 0.060388351440429686, 0.060371967315673826, 0.06029926300048828, 0.060388351440429686, 0.06034739303588867, 0.060368896484375, 0.060353534698486325, 0.0603351058959961, 0.06035148620605469, 0.060365825653076174, 0.060401664733886716, 0.060434432983398435, 0.06033407974243164, 0.06032998275756836, 0.06036275100708008, 0.06036684799194336, 0.06034124755859375, 0.060365825653076174, 0.06031257629394531, 0.06035968017578125, 0.060437503814697265, 0.06032588958740234, 0.06041088104248047, 0.060349441528320315, 0.060385280609130856, 0.060316673278808595, 0.06039244842529297, 0.13137100219726563, 0.06030847930908203, 0.0605747184753418, 0.060353534698486325, 0.06028902435302735, 0.0603351058959961, 0.060286975860595705, 0.06034739303588867, 0.06035865783691406, 0.06034534454345703, 0.060290046691894535, 0.060437503814697265, 0.060319744110107425, 0.06032076644897461, 0.06028595352172852, 0.06031872177124024, 0.06034841537475586, 0.060665855407714846, 0.06037811279296875, 0.06034329605102539, 0.06041292953491211, 0.0603351058959961, 0.0603422737121582, 0.060314624786376954, 0.06029619216918945, 0.06047129440307617, 0.06029107284545898, 0.06037811279296875, 0.06033203125, 0.06035968017578125, 0.0603422737121582, 0.0603504638671875, 0.0603770866394043, 0.060416000366210934, 0.06037094497680664, 0.0603422737121582, 0.06034431838989258, 0.06035865783691406, 0.0603351058959961, 0.06036380767822266, 0.06032892990112305, 0.060375072479248046, 0.060357601165771484, 0.06030131149291992, 0.060316673278808595, 0.060349441528320315, 0.06036070251464844, 0.06037811279296875, 0.0603054084777832, 0.06037913513183594, 0.06035968017578125, 0.060391422271728515, 0.06034739303588867, 0.06038016128540039, 0.06030847930908203, 0.06037299346923828, 0.06040371322631836, 0.060298240661621094, 0.060401664733886716, 0.06032691192626953, 0.06044160079956055, 0.06035456085205078, 0.06043340682983398, 0.13126860046386718, 0.060421119689941405, 0.060418048858642576, 0.060375038146972655, 0.06035148620605469, 0.06029926300048828, 0.06027264022827149, 0.06029107284545898, 0.06031564712524414, 0.06032691192626953, 0.0603238410949707, 0.060284927368164064, 0.060268543243408204, 0.0603504638671875, 0.06031872177124024, 0.060319744110107425, 0.060298240661621094, 0.0603135986328125, 0.060462078094482424, 0.06032998275756836, 0.06028595352172852, 0.060331008911132813, 0.060298240661621094, 0.06032896041870117, 0.0602716178894043, 0.06033203125, 0.060316673278808595, 0.06044160079956055, 0.06032179260253906, 0.06032896041870117, 0.06029619216918945, 0.06037606430053711, 0.06034739303588867, 0.06036377716064453, 0.06037606430053711, 0.060398593902587894, 0.060385280609130856, 0.060369918823242184, 0.06032793426513672, 0.060407806396484375, 0.06034534454345703, 0.06032076644897461, 0.060368896484375, 0.06032588958740234, 0.060336128234863284, 0.06036070251464844, 0.06034329605102539, 0.060352512359619144, 0.0603238410949707, 0.060331008911132813, 0.06036172866821289, 0.06038323211669922, 0.06035456085205078, 0.06036684799194336, 0.06034841537475586, 0.0603422737121582, 0.060440574645996094, 0.06031052780151367, 0.060365825653076174, 0.06039039993286133, 0.06045798492431641, 0.060355583190917966, 0.060402687072753904, 0.13087129211425783, 0.06030643081665039, 0.0603504638671875, 0.06032486343383789, 0.06032486343383789, 0.06033407974243164, 0.06032691192626953, 0.06029721450805664, 0.060313663482666015, 0.060308414459228514, 0.06031155014038086, 0.06032588958740234, 0.060319744110107425, 0.060314624786376954, 0.06033203125, 0.060319744110107425, 0.06032896041870117, 0.06031769561767578, 0.06030745697021484, 0.06030131149291992, 0.06047436904907227, 0.060437503814697265, 0.06032076644897461, 0.060355583190917966, 0.06031872177124024, 0.06036275100708008, 0.06032179260253906, 0.06032793426513672, 0.0603054084777832, 0.060298240661621094, 0.060365825653076174, 0.06033407974243164, 0.060319744110107425, 0.060388351440429686, 0.06036172866821289, 0.060455936431884766, 0.060388351440429686, 0.060401664733886716, 0.060369918823242184, 0.06038323211669922, 0.06042828750610352, 0.06038937759399414, 0.06034124755859375, 0.06034739303588867, 0.060298240661621094, 0.060333057403564455, 0.06038118362426758, 0.060369918823242184, 0.060900352478027345, 0.06035865783691406, 0.060401664733886716, 0.06035968017578125, 0.0603351058959961, 0.06038118362426758, 0.06034431838989258, 0.06064025497436523, 0.06043545532226562, 0.060369918823242184, 0.06040883255004883, 0.060340255737304685, 0.06042825698852539, 0.06035660934448242, 0.06040063858032227, 0.1306808319091797, 0.06031257629394531, 0.06034636688232422, 0.06033407974243164, 0.0605665283203125, 0.06033715057373047, 0.060300289154052736, 0.06031052780151367, 0.060319744110107425, 0.06033203125, 0.06029312133789062, 0.06029312133789062, 0.06032691192626953, 0.06031155014038086, 0.06032691192626953, 0.0603238410949707, 0.06026137542724609, 0.06029312133789062, 0.060290046691894535, 0.06035660934448242, 0.06030950546264648, 0.06033715057373047, 0.06032896041870117, 0.06042214584350586, 0.06032179260253906, 0.06034431838989258, 0.06031465530395508, 0.06036374282836914, 0.060314624786376954, 0.06031052780151367, 0.06032281494140625, 0.060391422271728515, 0.06036172866821289, 0.06047334289550781, 0.06042726516723633, 0.06035865783691406, 0.060375038146972655, 0.06036479949951172, 0.06031769561767578, 0.06042931365966797, 0.06032799911499023, 0.060305343627929685, 0.06035968017578125, 0.060355583190917966, 0.06034022521972656, 0.06037606430053711, 0.060352512359619144, 0.06036684799194336, 0.06035456085205078, 0.06041088104248047, 0.06037811279296875, 0.0605849609375, 0.060386302947998044, 0.06039654541015625, 0.06033817672729492, 0.06036275100708008, 0.060475391387939455, 0.06033817672729492, 0.06041907119750976, 0.06040371322631836, 0.06048255920410156, 0.060510208129882816, 0.06039449691772461, 0.1310750732421875, 0.06031872177124024, 0.06032793426513672, 0.0603770866394043, 0.06030643081665039, 0.060368896484375, 0.06032179260253906, 0.06029926300048828, 0.06029209518432617, 0.06032998275756836, 0.06029209518432617, 0.06027980804443359, 0.06030131149291992, 0.06029721450805664, 0.060278785705566405, 0.06032793426513672, 0.060319744110107425, 0.06037094497680664, 0.0603422737121582, 0.06032896041870117, 0.060290046691894535, 0.06036070251464844, 0.06032588958740234, 0.0603351058959961, 0.060300289154052736, 0.06034739303588867, 0.0603054084777832, 0.060368896484375, 0.06031564712524414, 0.06034431838989258, 0.06032076644897461, 0.06033919906616211, 0.06032691192626953, 0.06046105575561524, 0.060409854888916016, 0.060349441528320315, 0.060369918823242184, 0.06035865783691406, 0.06032588958740234, 0.06040576171875, 0.060365825653076174, 0.06039244842529297, 0.06039039993286133, 0.060307487487792966, 0.060313568115234376, 0.06037606430053711, 0.06039961624145508, 0.06036377716064453, 0.06030847930908203, 0.0603054084777832, 0.06034534454345703, 0.06039039993286133, 0.06034534454345703, 0.06036684799194336, 0.0603135986328125, 0.06032486343383789, 0.06041292953491211, 0.06047948837280273, 0.06050099182128906, 0.06032076644897461, 0.06044467163085938, 0.06034329605102539, 0.060402687072753904, 0.13153587341308592, 0.060286975860595705, 0.06035148620605469, 0.06040576171875, 0.060283905029296876, 0.060349441528320315, 0.06030847930908203, 0.060300289154052736, 0.06027980804443359, 0.06028287887573242, 0.060319744110107425, 0.06028595352172852, 0.060298240661621094, 0.06046003341674805, 0.06037404632568359, 0.06031766510009766, 0.06031872177124024, 0.060281856536865235, 0.060303359985351565, 0.060319744110107425, 0.06031872177124024, 0.06056959915161133, 0.06044979095458984, 0.06042009735107422, 0.06029619216918945, 0.06031872177124024, 0.06032896041870117, 0.06034841537475586, 0.06034534454345703, 0.060450817108154295, 0.06033615875244141, 0.060324832916259764, 0.060365825653076174, 0.06036684799194336, 0.06040063858032227, 0.06036070251464844, 0.06043340682983398, 0.06036684799194336, 0.06036073684692383, 0.06044566345214844, 0.06033919906616211, 0.060365825653076174, 0.06036377716064453, 0.060349441528320315, 0.06034841537475586, 0.060369918823242184, 0.060381214141845704, 0.06036067199707031, 0.06034431838989258, 0.06032793426513672, 0.060352512359619144, 0.06038118362426758, 0.06040063858032227, 0.06036377716064453, 0.06029721450805664, 0.060442623138427735, 0.06050201416015625, 0.06030643081665039, 0.060416000366210934, 0.06033817672729492, 0.060416000366210934, 0.06034841537475586, 0.06035763168334961, 0.13149183654785157, 0.06031257629394531, 0.06034431838989258, 0.06033817672729492, 0.060267520904541017, 0.06034124755859375, 0.06029209518432617, 0.06033203125, 0.06028799819946289, 0.060331008911132813, 0.06029926300048828, 0.06027980804443359, 0.06034739303588867, 0.06031564712524414, 0.06030745697021484, 0.06032486343383789, 0.0602716178894043, 0.060336128234863284, 0.0603504638671875, 0.06035456085205078, 0.06035763168334961, 0.06036479949951172, 0.06032691192626953, 0.06033715057373047, 0.06032486343383789, 0.06039244842529297, 0.060295169830322265, 0.060368896484375, 0.06030847930908203, 0.06031872177124024, 0.0603351058959961, 0.06036479949951172, 0.06035865783691406, 0.06043033599853516, 0.06038016128540039, 0.0603422737121582, 0.060401664733886716, 0.060371967315673826, 0.0603135986328125, 0.06046003341674805, 0.060333057403564455, 0.060369918823242184, 0.06035456085205078, 0.060352512359619144, 0.0603422737121582, 0.06037094497680664, 0.060349441528320315, 0.060386302947998044, 0.06028902435302735, 0.06037913513183594, 0.06036172866821289, 0.06035865783691406, 0.06035763168334961, 0.060386302947998044, 0.06034124755859375, 0.06039039993286133, 0.06043135833740235, 0.06030131149291992, 0.06038425445556641, 0.06040678405761719, 0.0603873291015625, 0.06038118362426758, 0.06035660934448242]",tokens/s,16.29323503243669,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2253.213696,3257.401344,0.0,2610.95424,2376.894976,s,10,1.2870804443359376,0.12870804443359377,0.00015157803773503835,0.12866516876220702,0.12899027557373047,0.1289954734802246,0.12899963180541993,"[0.12900067138671875, 0.12865913391113282, 0.12858761596679688, 0.12898912048339845, 0.12858274841308595, 0.1286431427001953, 0.12867120361328124, 0.128544189453125, 0.12870460510253906, 0.12869801330566405]",tokens/s,1988.997666203233,kWh,1.5193139385973286e-06,8.325113373967513e-07,7.587381426025696e-06,9.939206702019776e-06,tokens/kWh,25756582.761074632,MB,2253.213696,3257.401344,0.0,2610.95424,2525.750784,s,10,70.93060400390624,7.093060400390625,0.0012182744404161136,7.0930024414062505,7.094170507812501,7.094838916015625,7.095373642578125,"[7.09550732421875, 7.09132666015625, 7.09347216796875, 7.09222509765625, 7.09402197265625, 7.09253271484375, 7.0937412109375, 7.09241015625, 7.0938251953125, 7.09154150390625]",tokens/s,8.881920700482192,kWh,8.37330595117349e-05,4.5889142433513294e-05,0.0004168421247839744,0.0005464643267292225,tokens/kWh,115286.57392345577,,s,629,71.97587043762205,0.11442904680067104,0.015304620913384064,0.112574462890625,0.11269017791748047,0.1127872543334961,0.2413812921142578,"[0.11270246124267579, 0.11247513580322266, 0.11254988861083984, 0.1130250244140625, 0.11253555297851563, 0.1124659194946289, 0.11245568084716796, 0.11251609802246093, 0.11251097869873047, 0.11258163452148437, 0.11251097869873047, 0.11258470153808593, 0.11255500793457031, 0.11256934356689453, 0.11261746978759765, 0.11248435211181641, 0.11289702606201171, 0.11260825347900391, 0.11277926635742187, 0.11253043365478516, 0.11260928344726563, 0.11247206115722656, 0.11275059509277344, 0.11259801483154297, 0.11260108947753907, 0.11253247833251953, 0.11261849975585937, 0.11252735900878906, 0.11259494018554687, 0.11255398559570312, 0.11260928344726563, 0.11257344055175782, 0.11260723114013672, 0.11260825347900391, 0.11258777618408203, 0.11255705261230468, 0.11253350067138672, 0.11254476928710938, 0.1126266860961914, 0.11260211181640625, 0.11261746978759765, 0.11256422424316406, 0.11285606384277344, 0.11264921569824218, 0.11261030578613282, 0.11261746978759765, 0.1126277084350586, 0.11262258911132812, 0.11260415649414063, 0.11261337280273437, 0.1127710723876953, 0.1126277084350586, 0.11271577453613281, 0.11270861053466796, 0.11272191619873047, 0.11274956512451172, 0.11267686462402343, 0.11262464141845703, 0.11263385772705078, 0.11267481231689454, 0.11275059509277344, 0.1126645736694336, 0.24137318420410156, 0.1124853744506836, 0.11256320190429688, 0.11262566375732422, 0.11250688171386719, 0.11255091094970703, 0.11251097869873047, 0.11253964996337891, 0.11249152374267578, 0.11245977783203125, 0.11250790405273438, 0.11248230743408204, 0.11246387481689453, 0.1124352035522461, 0.1125406723022461, 0.1124485092163086, 0.11249254608154297, 0.1125191650390625, 0.11247923278808594, 0.11253453063964844, 0.11251097869873047, 0.11247309112548828, 0.11252838134765625, 0.1125580825805664, 0.11245875549316406, 0.11259085083007812, 0.11255091094970703, 0.11260006713867188, 0.11251200103759766, 0.11249868774414062, 0.11258367919921874, 0.11248025512695313, 0.11253759765625, 0.11275981140136719, 0.11252735900878906, 0.1126328353881836, 0.11258573150634765, 0.11260518646240235, 0.11257855987548829, 0.11252735900878906, 0.11254271697998047, 0.11252531433105468, 0.11264409637451171, 0.11267686462402343, 0.11256832122802735, 0.11244338989257813, 0.11257855987548829, 0.11266764831542969, 0.11267788696289062, 0.11254169464111329, 0.11269017791748047, 0.11268915557861328, 0.1125959701538086, 0.11256934356689453, 0.11263897705078126, 0.11264717102050781, 0.11258367919921874, 0.11256934356689453, 0.11263590240478516, 0.11262566375732422, 0.11256832122802735, 0.11255398559570312, 0.11261952209472656, 0.241438720703125, 0.11255398559570312, 0.11255091094970703, 0.11259801483154297, 0.11265331268310547, 0.11257855987548829, 0.11258163452148437, 0.11253043365478516, 0.11255296325683593, 0.112505859375, 0.11257138824462891, 0.1125406723022461, 0.11249766540527344, 0.1125181427001953, 0.11253862762451172, 0.11249459075927734, 0.11246284484863281, 0.11260723114013672, 0.11257344055175782, 0.11261235046386718, 0.11254476928710938, 0.11284480285644531, 0.11285606384277344, 0.11266355133056641, 0.1125038070678711, 0.11255193328857421, 0.11254783630371094, 0.11258163452148437, 0.11256114959716797, 0.1125437469482422, 0.11258879852294922, 0.11253453063964844, 0.112574462890625, 0.11258675384521484, 0.11257138824462891, 0.1126266860961914, 0.11258060455322266, 0.11259187316894531, 0.1126277084350586, 0.11262156677246093, 0.1126277084350586, 0.11259903717041016, 0.1125560302734375, 0.11265638732910156, 0.11254681396484376, 0.11247923278808594, 0.11261952209472656, 0.11259494018554687, 0.11258879852294922, 0.11258470153808593, 0.11267174530029297, 0.11263897705078126, 0.11259903717041016, 0.11261542510986328, 0.11264205169677734, 0.112648193359375, 0.11261542510986328, 0.11270758056640626, 0.11261849975585937, 0.11263999938964844, 0.1125928955078125, 0.11255705261230468, 0.11270041656494141, 0.241728515625, 0.11265331268310547, 0.11293695831298828, 0.11258060455322266, 0.11248435211181641, 0.1124485092163086, 0.11253043365478516, 0.11249971008300781, 0.11272191619873047, 0.11246182250976562, 0.1124853744506836, 0.11250688171386719, 0.11245772552490234, 0.11244441223144531, 0.11255705261230468, 0.11249254608154297, 0.11248025512695313, 0.11250278472900391, 0.11248844909667968, 0.11263999938964844, 0.11251097869873047, 0.11251507568359374, 0.11251200103759766, 0.11259699249267578, 0.11254579162597657, 0.11251507568359374, 0.11254579162597657, 0.11257651519775391, 0.11252428436279296, 0.11254579162597657, 0.11264102172851563, 0.11248844909667968, 0.11276595306396485, 0.11260928344726563, 0.11258367919921874, 0.11260006713867188, 0.1125212173461914, 0.1125038070678711, 0.1125580825805664, 0.11256320190429688, 0.1125928955078125, 0.1126277084350586, 0.11257548522949219, 0.11259391784667969, 0.11258470153808593, 0.11247821044921875, 0.11275161743164062, 0.11263078308105469, 0.11257855987548829, 0.11255091094970703, 0.11261542510986328, 0.1126451187133789, 0.11260108947753907, 0.11263180541992188, 0.11260825347900391, 0.11262156677246093, 0.11258879852294922, 0.11263692474365235, 0.11257344055175782, 0.11260518646240235, 0.11258675384521484, 0.11256012725830078, 0.11266764831542969, 0.24138444519042968, 0.11254169464111329, 0.11258163452148437, 0.11254886627197265, 0.11248230743408204, 0.11253759765625, 0.11253350067138672, 0.11252838134765625, 0.11254681396484376, 0.1125038070678711, 0.11258470153808593, 0.11254271697998047, 0.11252428436279296, 0.11249766540527344, 0.11261746978759765, 0.11248947143554687, 0.11247513580322266, 0.11254169464111329, 0.11253862762451172, 0.11260006713867188, 0.11256626892089844, 0.11257548522949219, 0.11262361907958984, 0.11265638732910156, 0.11253350067138672, 0.11247923278808594, 0.11264614105224609, 0.11268300628662109, 0.11261849975585937, 0.11249766540527344, 0.11260313415527344, 0.11253453063964844, 0.11256012725830078, 0.11267584228515624, 0.11257651519775391, 0.11323187255859375, 0.11262566375732422, 0.11254271697998047, 0.1125898208618164, 0.11256729888916016, 0.11257548522949219, 0.11260108947753907, 0.11257138824462891, 0.11269017791748047, 0.1125898208618164, 0.1124853744506836, 0.11267481231689454, 0.11263078308105469, 0.11253759765625, 0.11252633666992187, 0.11263488006591797, 0.1126666259765625, 0.11264102172851563, 0.11268812561035156, 0.11273830413818359, 0.11272089385986328, 0.11266252899169922, 0.11263180541992188, 0.11258265686035156, 0.11281510162353516, 0.11268812561035156, 0.11254169464111329, 0.11275571441650391, 0.24144178771972657, 0.11251712036132812, 0.1126328353881836, 0.11250994873046875, 0.11244646453857422, 0.11244953918457032, 0.11279257965087891, 0.11258060455322266, 0.11250176239013672, 0.11244953918457032, 0.11255398559570312, 0.11250176239013672, 0.11249971008300781, 0.11255193328857421, 0.11253145599365234, 0.11250790405273438, 0.11251302337646485, 0.11246797180175781, 0.11256832122802735, 0.11259494018554687, 0.11254988861083984, 0.11252428436279296, 0.11260620880126954, 0.11262464141845703, 0.112574462890625, 0.11257651519775391, 0.11250482940673828, 0.11253862762451172, 0.1125038070678711, 0.11250176239013672, 0.11260006713867188, 0.11254988861083984, 0.11248332977294923, 0.1125898208618164, 0.11260211181640625, 0.1126297607421875, 0.11252633666992187, 0.11251507568359374, 0.11256217956542969, 0.11253247833251953, 0.1125560302734375, 0.11251507568359374, 0.11263385772705078, 0.11258675384521484, 0.11258265686035156, 0.11251200103759766, 0.11261746978759765, 0.1127045135498047, 0.11258265686035156, 0.11248435211181641, 0.11258265686035156, 0.11281817626953125, 0.11271372985839843, 0.1126297607421875, 0.11258163452148437, 0.11262156677246093, 0.11254681396484376, 0.11303116607666015, 0.1126983642578125, 0.11258265686035156, 0.1126277084350586, 0.11263590240478516, 0.11267072296142579, 0.24141619873046874, 0.11255091094970703, 0.11249459075927734, 0.11251404571533204, 0.11253247833251953, 0.11248435211181641, 0.11257855987548829, 0.11252223968505859, 0.11253145599365234, 0.11259801483154297, 0.11253657531738281, 0.11254169464111329, 0.11248639678955077, 0.11248435211181641, 0.1125406723022461, 0.112500732421875, 0.11250278472900391, 0.112500732421875, 0.11255398559570312, 0.11258265686035156, 0.11255910491943359, 0.11248947143554687, 0.11267584228515624, 0.11257138824462891, 0.11249971008300781, 0.11251712036132812, 0.11254271697998047, 0.1126277084350586, 0.11255193328857421, 0.11256217956542969, 0.11284172821044922, 0.11293901062011719, 0.11256320190429688, 0.11262873840332031, 0.112574462890625, 0.11262873840332031, 0.11260518646240235, 0.11254988861083984, 0.1126328353881836, 0.1125928955078125, 0.11260415649414063, 0.11257548522949219, 0.1125898208618164, 0.11260108947753907, 0.11265740966796875, 0.11247513580322266, 0.11259903717041016, 0.112611328125, 0.11260518646240235, 0.11256832122802735, 0.11265638732910156, 0.11318374633789062, 0.11264614105224609, 0.11265126037597656, 0.112716796875, 0.11264102172851563, 0.11263692474365235, 0.11265638732910156, 0.11265433502197265, 0.11260108947753907, 0.11261030578613282, 0.11261235046386718, 0.1126983642578125, 0.24122265625, 0.11252019500732421, 0.11248844909667968, 0.11258060455322266, 0.11247821044921875, 0.1124505615234375, 0.11250688171386719, 0.11245568084716796, 0.1127936019897461, 0.11244953918457032, 0.11250790405273438, 0.11251712036132812, 0.11267072296142579, 0.11250482940673828, 0.1125560302734375, 0.11244032287597656, 0.1124485092163086, 0.11246284484863281, 0.11280691528320312, 0.11258675384521484, 0.11251609802246093, 0.11249152374267578, 0.11257036590576172, 0.11254988861083984, 0.11245670318603515, 0.11254783630371094, 0.11252019500732421, 0.11255500793457031, 0.11247001647949219, 0.11252428436279296, 0.11255398559570312, 0.11250688171386719, 0.11250994873046875, 0.11253453063964844, 0.11261952209472656, 0.11287757110595703, 0.11254681396484376, 0.11263692474365235, 0.11282841491699219, 0.11264409637451171, 0.11253759765625, 0.11254476928710938, 0.11256422424316406, 0.11258777618408203, 0.11260006713867188, 0.11250994873046875, 0.11263590240478516, 0.11265433502197265, 0.11255910491943359, 0.11248639678955077, 0.11258163452148437, 0.1128642578125, 0.1126266860961914, 0.11265945434570312, 0.11260415649414063, 0.11265740966796875, 0.1126983642578125, 0.11261235046386718, 0.11258163452148437, 0.11269734191894532, 0.1125959701538086, 0.11257241821289063, 0.1125928955078125, 0.24156057739257814, 0.11255500793457031, 0.11257344055175782, 0.11258265686035156, 0.11252735900878906, 0.11252735900878906, 0.11254783630371094, 0.11252223968505859, 0.11247821044921875, 0.11248332977294923, 0.11258163452148437, 0.11257241821289063, 0.11249459075927734, 0.11252735900878906, 0.11256934356689453, 0.11252735900878906, 0.11250994873046875, 0.11254783630371094, 0.1125437469482422, 0.11265535736083984, 0.11260006713867188, 0.1125212173461914, 0.11262054443359375, 0.11261849975585937, 0.11250994873046875, 0.11262464141845703, 0.11254783630371094, 0.11264614105224609, 0.11257548522949219, 0.11259187316894531, 0.11254783630371094, 0.11248230743408204, 0.11256729888916016, 0.11293798065185547, 0.11260415649414063, 0.11265638732910156, 0.11258060455322266, 0.11265433502197265, 0.1126451187133789, 0.11261337280273437, 0.11255705261230468, 0.11254476928710938, 0.11262566375732422, 0.11269427490234375, 0.1125928955078125, 0.11255910491943359, 0.11262258911132812, 0.11262361907958984, 0.11250892639160157, 0.11256114959716797, 0.11261030578613282, 0.11268096160888671, 0.11266150665283203, 0.11274956512451172, 0.11281715393066406, 0.11264614105224609, 0.11259085083007812, 0.11267584228515624, 0.11262054443359375, 0.11264614105224609, 0.11265126037597656, 0.11263897705078126, 0.11264921569824218, 0.24151962280273437, 0.11256320190429688, 0.11253555297851563, 0.11254476928710938, 0.1124505615234375, 0.11248947143554687, 0.1125038070678711, 0.11250790405273438, 0.11244544219970704, 0.11249356842041015, 0.11254169464111329, 0.11252941131591797, 0.11247206115722656, 0.11247513580322266, 0.11251609802246093, 0.11247309112548828, 0.1128253402709961, 0.11254476928710938, 0.11253145599365234, 0.11254579162597657, 0.1125212173461914, 0.11251302337646485, 0.11254886627197265, 0.11256217956542969, 0.11252941131591797, 0.11249459075927734, 0.11252019500732421, 0.11256114959716797, 0.11249664306640625, 0.11250688171386719, 0.11254681396484376, 0.11246284484863281, 0.11252735900878906, 0.11256729888916016, 0.112611328125, 0.11260415649414063, 0.11252941131591797, 0.11251097869873047, 0.11259699249267578, 0.11252428436279296, 0.11256626892089844, 0.11252531433105468, 0.11255500793457031, 0.11262156677246093, 0.11255705261230468, 0.11246080017089843, 0.11257241821289063, 0.11256934356689453, 0.11253145599365234, 0.1124853744506836, 0.11254169464111329, 0.11267788696289062, 0.11267481231689454, 0.11273113250732422, 0.11271372985839843, 0.11260415649414063, 0.11258060455322266, 0.11259391784667969, 0.11297996520996094, 0.11263078308105469, 0.11258163452148437, 0.11260108947753907, 0.11272294616699219]",tokens/s,8.739039850099807,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4336.099328,7053.246464,0.0,6406.79936,6087.598592,s,10,3.4351724548339844,0.34351724548339846,0.000996006989202063,0.3434152984619141,0.3449408782958984,0.34498986358642575,0.34502905181884763,"[0.34278158569335937, 0.3431128234863281, 0.34336032104492187, 0.3419653930664063, 0.3434702758789063, 0.342369384765625, 0.34355401611328124, 0.3445898132324219, 0.3449299926757812, 0.34503884887695313]",tokens/s,745.2318722448885,kWh,4.042109383477105e-06,2.214908218520577e-06,1.963242311333324e-05,2.5889440715330928e-05,tokens/kWh,9888201.248333832,MB,4336.099328,7055.343616,0.0,6408.896512,6237.471744,s,10,188.960994140625,18.896099414062498,0.000939762670708752,18.8963857421875,18.8969837890625,18.89723603515625,18.897437832031247,"[18.894625, 18.8951796875, 18.89748828125, 18.89626171875, 18.894720703125, 18.896509765625, 18.8968125, 18.89570703125, 18.89676171875, 18.896927734375]",tokens/s,3.3340214093663865,kWh,0.00022309311126669247,0.00012227368285426565,0.0010469299579136642,0.0013922967520346224,tokens/kWh,45248.97433534584,,s,629,191.75331195068367,0.30485423203606293,0.04086257847679556,0.29992037963867185,0.30005883178710935,0.3001532409667969,0.6433464794921875,"[0.29990093994140626, 0.3001077880859375, 0.2998753356933594, 0.2998783874511719, 0.29996954345703125, 0.299936767578125, 0.2998446044921875, 0.2998763427734375, 0.2999029846191406, 0.29992037963867185, 0.2997288818359375, 0.2998486938476562, 0.29970431518554685, 0.3001067504882812, 0.29980877685546875, 0.2998558654785156, 0.2997698669433594, 0.3001978759765625, 0.2999255065917969, 0.299936767578125, 0.2999552001953125, 0.30045184326171875, 0.2999582824707031, 0.29991525268554686, 0.2998814697265625, 0.2998968200683594, 0.2998548583984375, 0.29992037963867185, 0.29982208251953124, 0.29988970947265625, 0.2999408264160156, 0.2998896789550781, 0.30002789306640626, 0.29987429809570315, 0.29985995483398437, 0.30030642700195315, 0.2998077392578125, 0.2997452697753906, 0.2997862548828125, 0.299926513671875, 0.2999244689941406, 0.2998835144042969, 0.29987429809570315, 0.29978009033203123, 0.29975347900390625, 0.29980877685546875, 0.29992037963867185, 0.2999234619140625, 0.29990707397460936, 0.29988760375976564, 0.2998333435058594, 0.29992037963867185, 0.2998415222167969, 0.29980364990234376, 0.29994085693359374, 0.29989990234375, 0.300157958984375, 0.29988555908203124, 0.29991525268554686, 0.2998446044921875, 0.29986611938476565, 0.299826171875, 0.6434345092773438, 0.29993572998046875, 0.29985690307617185, 0.29987942504882814, 0.29980673217773435, 0.2999234619140625, 0.29993572998046875, 0.2999111633300781, 0.29989273071289063, 0.29976678466796874, 0.2999132080078125, 0.2999439392089844, 0.299863037109375, 0.29987429809570315, 0.3000299377441406, 0.29982308959960935, 0.2999869384765625, 0.2999603271484375, 0.30002072143554687, 0.2998804626464844, 0.30013336181640626, 0.29992037963867185, 0.3000647583007813, 0.299936767578125, 0.30011083984375, 0.29980364990234376, 0.30006170654296876, 0.29994189453125, 0.29997467041015624, 0.29981594848632814, 0.30014361572265624, 0.2998507385253906, 0.29992959594726565, 0.29985995483398437, 0.2999060363769531, 0.2997432250976563, 0.29991525268554686, 0.2998917236328125, 0.29976678466796874, 0.29991015625, 0.2998486938476562, 0.29981594848632814, 0.29997259521484376, 0.2998425598144531, 0.29992242431640626, 0.2999459838867187, 0.30001458740234377, 0.29989068603515623, 0.29991729736328127, 0.29985894775390626, 0.29985382080078127, 0.299873291015625, 0.2998783874511719, 0.2998108215332031, 0.3003719787597656, 0.29993472290039064, 0.29988250732421873, 0.29979852294921877, 0.299936767578125, 0.2998476867675781, 0.299894775390625, 0.29997772216796875, 0.299926513671875, 0.6436669311523437, 0.2999039916992188, 0.2998507385253906, 0.29977496337890625, 0.30008319091796876, 0.299905029296875, 0.3000637512207031, 0.2998691711425781, 0.3001681823730469, 0.30001766967773436, 0.30000640869140627, 0.29993267822265623, 0.2999439392089844, 0.29982720947265623, 0.29993472290039064, 0.2999654541015625, 0.29991937255859374, 0.2998384704589844, 0.2999244689941406, 0.2997933959960937, 0.3000565795898438, 0.29985382080078127, 0.2997841796875, 0.3002275695800781, 0.3000094604492187, 0.29976165771484375, 0.2999234619140625, 0.3004180603027344, 0.3000115051269531, 0.29985382080078127, 0.2999992370605469, 0.3000217590332031, 0.2999797668457031, 0.2998486938476562, 0.29989886474609373, 0.2999603271484375, 0.30001666259765625, 0.299906005859375, 0.29990194702148437, 0.2998282165527344, 0.29980877685546875, 0.29997259521484376, 0.2998783874511719, 0.29992242431640626, 0.2997698669433594, 0.299894775390625, 0.2998968200683594, 0.30008831787109375, 0.2997790832519531, 0.29990194702148437, 0.29989990234375, 0.2999992370605469, 0.2999388122558594, 0.2998128662109375, 0.29980364990234376, 0.2999808044433594, 0.29978829956054687, 0.2999080810546875, 0.299926513671875, 0.2999920654296875, 0.29993267822265623, 0.3000012817382812, 0.30034637451171875, 0.6431201171875, 0.2999808044433594, 0.2998896789550781, 0.299767822265625, 0.2999808044433594, 0.30002584838867186, 0.29993572998046875, 0.300037109375, 0.29994802856445313, 0.30001766967773436, 0.2998865966796875, 0.2997708740234375, 0.2999336853027344, 0.2998783874511719, 0.29991424560546875, 0.2999808044433594, 0.2998753356933594, 0.29990911865234376, 0.2998384704589844, 0.2999378051757812, 0.2999244689941406, 0.29995111083984377, 0.3000647583007813, 0.3000361022949219, 0.299936767578125, 0.2997708740234375, 0.2999255065917969, 0.29990911865234376, 0.30002789306640626, 0.3000647583007813, 0.2999541625976562, 0.29996749877929685, 0.29993572998046875, 0.2998681640625, 0.30000640869140627, 0.2997647399902344, 0.3001548767089844, 0.29987124633789064, 0.29994189453125, 0.2998753356933594, 0.30004531860351563, 0.2998446044921875, 0.2998691711425781, 0.29980673217773435, 0.3001241455078125, 0.29987225341796875, 0.3000022888183594, 0.299894775390625, 0.2998681640625, 0.29985791015625, 0.2999439392089844, 0.2999080810546875, 0.2999459838867187, 0.2998886413574219, 0.300037109375, 0.29982720947265623, 0.29991220092773435, 0.29980978393554686, 0.2999183349609375, 0.3003135986328125, 0.3000688781738281, 0.299894775390625, 0.29988250732421873, 0.643641357421875, 0.2999439392089844, 0.29980978393554686, 0.2997442626953125, 0.2999992370605469, 0.30003302001953125, 0.29999615478515623, 0.2998753356933594, 0.30001971435546876, 0.29985690307617185, 0.2998978576660156, 0.2998702087402344, 0.3000504455566406, 0.2998681640625, 0.2998958129882813, 0.2998395080566406, 0.30002276611328127, 0.2998251647949219, 0.2999255065917969, 0.2998835144042969, 0.300015625, 0.29986712646484376, 0.29996337890625, 0.299863037109375, 0.2998497314453125, 0.29987124633789064, 0.3001497497558594, 0.2998917236328125, 0.2999992370605469, 0.300015625, 0.30003506469726565, 0.299905029296875, 0.2999582824707031, 0.2999439392089844, 0.29992037963867185, 0.29987942504882814, 0.29999819946289064, 0.299799560546875, 0.30011083984375, 0.29991729736328127, 0.2998282165527344, 0.2999060363769531, 0.29996237182617186, 0.2997852172851562, 0.2999029846191406, 0.29989068603515623, 0.2999255065917969, 0.30045697021484374, 0.29992959594726565, 0.299715576171875, 0.2999060363769531, 0.299789306640625, 0.2998814697265625, 0.29967666625976563, 0.29988760375976564, 0.2998763427734375, 0.2999234619140625, 0.29976165771484375, 0.2997841796875, 0.2998282165527344, 0.2998108215332031, 0.299936767578125, 0.30003506469726565, 0.6426808471679688, 0.29990707397460936, 0.300000244140625, 0.300368896484375, 0.29997567749023435, 0.2998446044921875, 0.29985894775390626, 0.2999797668457031, 0.2999797668457031, 0.2999285888671875, 0.2998917236328125, 0.2999521179199219, 0.29989376831054687, 0.30005966186523436, 0.30004327392578123, 0.29983230590820314, 0.299905029296875, 0.29989068603515623, 0.2999183349609375, 0.2997923889160156, 0.2999889831542969, 0.2999521179199219, 0.2999459838867187, 0.30035354614257814, 0.3000627136230469, 0.299936767578125, 0.30006378173828124, 0.29995413208007815, 0.2999603271484375, 0.2999797668457031, 0.30004531860351563, 0.29985995483398437, 0.29997055053710936, 0.29985177612304686, 0.29993572998046875, 0.29984564208984377, 0.2998528137207031, 0.2999039916992188, 0.2999797668457031, 0.2997933959960937, 0.29989068603515623, 0.29985177612304686, 0.2999869384765625, 0.29982720947265623, 0.2999398498535156, 0.29988760375976564, 0.29994906616210937, 0.29985894775390626, 0.29991220092773435, 0.2998917236328125, 0.30008218383789065, 0.2999797668457031, 0.2999931030273438, 0.29993472290039064, 0.2999029846191406, 0.29992959594726565, 0.29993472290039064, 0.29998797607421873, 0.29983230590820314, 0.2999162902832031, 0.2998558654785156, 0.29985791015625, 0.29978829956054687, 0.6442516479492187, 0.2999521179199219, 0.2999306335449219, 0.29997055053710936, 0.30004019165039064, 0.2999941101074219, 0.29994802856445313, 0.2999398498535156, 0.29992037963867185, 0.2999060363769531, 0.30010366821289064, 0.3000166320800781, 0.29998388671875, 0.29989068603515623, 0.29999102783203124, 0.2999941101074219, 0.29998284912109374, 0.299831298828125, 0.29996237182617186, 0.300337158203125, 0.30004327392578123, 0.299831298828125, 0.29983642578125, 0.2998446044921875, 0.30003506469726565, 0.2999449462890625, 0.29997671508789064, 0.3000094604492187, 0.2999992370605469, 0.2999818115234375, 0.3000299377441406, 0.29985894775390626, 0.29991937255859374, 0.2998108215332031, 0.30005145263671873, 0.30003201293945314, 0.2998917236328125, 0.300037109375, 0.2999951477050781, 0.30028390502929686, 0.29988555908203124, 0.29980160522460936, 0.3000084533691406, 0.2998425598144531, 0.2998783874511719, 0.29978829956054687, 0.2998814697265625, 0.2999992370605469, 0.2996756591796875, 0.29991424560546875, 0.2999992370605469, 0.299767822265625, 0.29991015625, 0.2999859313964844, 0.2998783874511719, 0.29985177612304686, 0.2998384704589844, 0.2998190002441406, 0.29998388671875, 0.2997790832519531, 0.2999449462890625, 0.29986508178710936, 0.29973095703125, 0.6448035888671875, 0.29986407470703125, 0.29995623779296876, 0.2999715881347656, 0.2999541625976562, 0.3000586242675781, 0.30003814697265624, 0.29999819946289064, 0.3002849426269531, 0.29982308959960935, 0.2999531555175781, 0.30003201293945314, 0.29999615478515623, 0.299789306640625, 0.2999582824707031, 0.299905029296875, 0.29993267822265623, 0.29991424560546875, 0.29997567749023435, 0.299936767578125, 0.3000289306640625, 0.29991729736328127, 0.3001139221191406, 0.29997772216796875, 0.2998978576660156, 0.2998558654785156, 0.3002347412109375, 0.2997790832519531, 0.299926513671875, 0.2999603271484375, 0.29986407470703125, 0.299863037109375, 0.30000640869140627, 0.2999244689941406, 0.29989068603515623, 0.300000244140625, 0.29997772216796875, 0.29985894775390626, 0.29996237182617186, 0.2998968200683594, 0.29987942504882814, 0.2999439392089844, 0.2998609924316406, 0.2998702087402344, 0.2999255065917969, 0.2998609924316406, 0.299978759765625, 0.2998804626464844, 0.29991015625, 0.29994290161132814, 0.2998917236328125, 0.2998056945800781, 0.299789306640625, 0.29991424560546875, 0.2999613342285156, 0.29985382080078127, 0.29989273071289063, 0.29972991943359373, 0.29990911865234376, 0.29996954345703125, 0.29984564208984377, 0.2997073974609375, 0.29994085693359374, 0.6452316284179688, 0.299720703125, 0.29987738037109374, 0.2998056945800781, 0.29982308959960935, 0.3001968688964844, 0.29989273071289063, 0.29982412719726564, 0.2999889831542969, 0.3002746887207031, 0.2998917236328125, 0.2998783874511719, 0.2998814697265625, 0.299826171875, 0.3000012817382812, 0.2999531555175781, 0.3000637512207031, 0.2998958129882813, 0.30013336181640626, 0.29988760375976564, 0.2999521179199219, 0.2998528137207031, 0.29991424560546875, 0.2999398498535156, 0.299936767578125, 0.29991937255859374, 0.29995724487304687, 0.2999132080078125, 0.30000640869140627, 0.29998284912109374, 0.30002072143554687, 0.29994802856445313, 0.2997790832519531, 0.29982720947265623, 0.2999234619140625, 0.29994802856445313, 0.299978759765625, 0.3000074157714844, 0.2998476867675781, 0.29983642578125, 0.29987429809570315, 0.2999808044433594, 0.29995623779296876, 0.299931640625, 0.3004897155761719, 0.29990194702148437, 0.2999541625976562, 0.29982208251953124, 0.2999132080078125, 0.30000640869140627, 0.2999613342285156, 0.2998783874511719, 0.2999306335449219, 0.29987429809570315, 0.29998284912109374, 0.29990707397460936, 0.2999715881347656, 0.29980465698242187, 0.30028390502929686, 0.2998333435058594, 0.30004531860351563, 0.299947021484375, 0.2999449462890625, 0.6452459716796874, 0.2998394775390625, 0.2998783874511719, 0.3000238037109375, 0.30035250854492185, 0.29996954345703125, 0.30012109375, 0.29999615478515623, 0.3000442810058594, 0.29996441650390626, 0.3000084533691406, 0.30001766967773436, 0.30003814697265624, 0.30015078735351564, 0.3000340576171875, 0.29980673217773435, 0.2999500732421875, 0.2998507385253906, 0.3000914001464844, 0.2998804626464844, 0.300015625, 0.30002789306640626, 0.3000606689453125, 0.299789306640625, 0.30005145263671873, 0.30004736328125, 0.30011083984375, 0.30007601928710936, 0.2999449462890625, 0.30000436401367186, 0.3000299377441406, 0.299905029296875, 0.2998753356933594, 0.29985177612304686, 0.29997055053710936, 0.29977191162109373, 0.30002789306640626, 0.299747314453125, 0.30014566040039065, 0.29985177612304686, 0.2998814697265625, 0.299931640625, 0.30002484130859375, 0.2998609924316406, 0.3000299377441406, 0.2999931030273438, 0.2999582824707031, 0.29990911865234376, 0.29975961303710935, 0.2997780456542969, 0.2998865966796875, 0.29989068603515623, 0.29994802856445313, 0.29983026123046874, 0.29986508178710936, 0.2997340087890625, 0.29990911865234376, 0.29983642578125, 0.29999002075195313, 0.2997790832519531, 0.29986407470703125, 0.299789306640625, 0.29997671508789064]",tokens/s,3.2802562500812007,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4017.545216,12218.53184,0.0,11572.084736,11067.6992,s,10,6.275205322265625,0.6275205322265626,0.0011426625591282988,0.62727880859375,0.6291059875488281,0.6292253265380859,0.6293207977294922,"[0.6287470703125, 0.6278302001953125, 0.6258215942382812, 0.6270762329101562, 0.6267071533203125, 0.6263330688476563, 0.6274813842773438, 0.6293446655273438, 0.6267844848632812, 0.6290794677734375]",tokens/s,407.9547789323533,kWh,7.390400063660411e-06,4.0495774972782784e-06,3.874734002562441e-05,5.01873175865631e-05,tokens/kWh,5100890.270902626,MB,4017.545216,12218.53184,0.0,11572.084736,11417.442816,s,10,346.3268164062499,34.632681640624995,0.00561526399448804,34.63506640625,34.6388390625,34.639573828125,34.640161640625,"[34.626, 34.63206640625, 34.635640625, 34.63867578125, 34.63513671875, 34.63551171875, 34.62590234375, 34.622578125, 34.63499609375, 34.64030859375]",tokens/s,1.8190910150630506,kWh,0.00040866841315395305,0.0002239832634766776,0.0021485323542411784,0.002781184030871809,tokens/kWh,22652.222686699228,,s,629,351.4197983398439,0.5586960227978438,0.07459148556952316,0.5496463623046876,0.5502066772460937,0.550426953125,1.176948310546875,"[0.5492920532226563, 0.5500744018554687, 0.5505628051757813, 0.5499956665039063, 0.5497005004882812, 0.5491506958007812, 0.5490811157226563, 0.5495992431640625, 0.5496801147460938, 0.5495613403320313, 0.5495726318359375, 0.549485595703125, 0.54920703125, 0.5490462646484375, 0.5492930297851563, 0.5492357177734375, 0.5493289184570312, 0.54970166015625, 0.5497548828125, 0.5500753784179687, 0.550592529296875, 0.5499996337890625, 0.549823486328125, 0.5496135864257813, 0.5502771606445312, 0.5497977905273438, 0.5508731079101562, 0.550203369140625, 0.5498470458984375, 0.5495255126953125, 0.5496053466796875, 0.5494323120117187, 0.549607421875, 0.549607421875, 0.5491865844726562, 0.549303466796875, 0.549568359375, 0.5494713134765625, 0.5497354125976562, 0.5501132202148438, 0.5495767211914062, 0.549185546875, 0.5493401489257812, 0.5494312744140625, 0.5494743041992187, 0.5496668090820312, 0.5498521728515625, 0.5494108276367188, 0.5494906616210937, 0.5491046142578125, 0.54936474609375, 0.5492674560546875, 0.54910986328125, 0.548982666015625, 0.5494261474609375, 0.5488948364257813, 0.5492816772460938, 0.5501133422851563, 0.549750732421875, 0.5495050048828125, 0.5497251586914063, 0.5496463623046876, 1.1781907958984374, 0.5499473876953125, 0.54942822265625, 0.5500907592773437, 0.5495941162109375, 0.5495531616210938, 0.5491394653320313, 0.549232666015625, 0.5498665161132813, 0.5498665161132813, 0.5495664672851562, 0.5500927734375, 0.5500252075195312, 0.5498328247070312, 0.5493472290039062, 0.5494835205078125, 0.54947021484375, 0.5500416259765625, 0.550302734375, 0.550234130859375, 0.5498378295898437, 0.5495982055664063, 0.5492080688476563, 0.5496033325195312, 0.5496658325195313, 0.5494814453125, 0.5495430908203125, 0.5495376586914062, 0.5498798217773437, 0.5500907592773437, 0.5502125854492188, 0.5500927734375, 0.55006103515625, 0.5497079467773438, 0.5498131103515626, 0.5495265502929687, 0.5501491088867188, 0.5504225463867187, 0.5494713134765625, 0.5497660522460938, 0.5494824829101562, 0.5492674560546875, 0.5491179809570312, 0.5492500610351563, 0.5493053588867187, 0.5493718872070312, 0.5523394775390625, 0.5499014282226562, 0.5503988647460938, 0.5497763671875, 0.549389404296875, 0.54959814453125, 0.5491506958007812, 0.549549072265625, 0.5494630126953125, 0.55014501953125, 0.5495091552734375, 0.5493349609375, 0.549148681640625, 0.54970166015625, 0.54938623046875, 0.5491885986328126, 0.549262451171875, 1.175701416015625, 0.5495830688476563, 0.5503497314453125, 0.550237060546875, 0.5495480346679688, 0.549180419921875, 0.5490780029296874, 0.5494824829101562, 0.5502699584960937, 0.5502689208984375, 0.5500641479492188, 0.54966064453125, 0.5495480346679688, 0.5497569580078125, 0.5493360595703125, 0.5494691772460938, 0.5493524780273438, 0.5498306274414062, 0.5498921508789063, 0.5499524536132813, 0.550666259765625, 0.5500313720703125, 0.5499330444335937, 0.5514813232421875, 0.5495429077148437, 0.5496996459960938, 0.5498389282226562, 0.5499114379882812, 0.5504255981445313, 0.5498388671875, 0.5496012573242187, 0.5494302978515625, 0.5494292602539063, 0.5493423461914062, 0.5497271118164062, 0.549665771484375, 0.549644287109375, 0.5495715942382813, 0.549517333984375, 0.5499033203125, 0.5495531616210938, 0.5495859375, 0.5493125, 0.549485595703125, 0.5494404907226562, 0.5498470458984375, 0.5498470458984375, 0.5513277587890625, 0.5492244262695313, 0.549749755859375, 0.5495685424804687, 0.5496801147460938, 0.5493923950195313, 0.549507080078125, 0.5494855346679688, 0.5496329956054687, 0.5496995849609375, 0.5503682861328125, 0.5499453735351563, 0.5500119018554688, 0.5497886962890625, 0.5496145629882813, 0.549556396484375, 1.1778978271484375, 0.5496043701171875, 0.549570556640625, 0.5497047119140624, 0.5497855834960937, 0.5499638671875, 0.5493800048828125, 0.5497456665039062, 0.550096923828125, 0.549796875, 0.550245361328125, 0.5498931274414063, 0.5510000610351562, 0.5502279663085937, 0.5497118530273437, 0.5495234375, 0.54972314453125, 0.550529052734375, 0.5504501953125, 0.5502085571289063, 0.5498654174804688, 0.5496555786132813, 0.5494569091796875, 0.549607421875, 0.5493514404296875, 0.5497661743164063, 0.55008154296875, 0.5498348999023438, 0.55028515625, 0.5497979125976562, 0.5498050537109375, 0.5498460083007812, 0.549560302734375, 0.5492777099609375, 0.5498992919921875, 0.5496412353515625, 0.549623779296875, 0.5499269409179688, 0.5492879638671875, 0.54909033203125, 0.5489572143554687, 0.5495521240234374, 0.54959716796875, 0.54946728515625, 0.5523075561523437, 0.54934423828125, 0.5495377807617188, 0.550307861328125, 0.5497947998046875, 0.549876708984375, 0.5496586303710937, 0.549770263671875, 0.5497896728515625, 0.5500877075195313, 0.5497988891601563, 0.550302734375, 0.549339111328125, 0.5496555786132813, 0.5493842163085938, 0.549841064453125, 0.5495970458984375, 0.5497098388671875, 0.5493883056640625, 1.1769764404296874, 0.5501900024414063, 0.5493851928710938, 0.54980712890625, 0.5497426147460938, 0.5495367431640625, 0.5495459594726563, 0.5496821899414063, 0.549654541015625, 0.5504278564453124, 0.5497782592773437, 0.5496535034179687, 0.5493268432617188, 0.5494599609375, 0.5490933837890625, 0.5493341064453126, 0.5491844482421875, 0.5506969604492188, 0.5492593383789063, 0.5498019409179687, 0.5500108642578125, 0.5493842163085938, 0.5497937622070312, 0.5497630615234375, 0.549380126953125, 0.5495541381835938, 0.5499996337890625, 0.5497374877929687, 0.54976513671875, 0.5493104858398438, 0.5491926879882812, 0.5495162963867187, 0.5491793823242187, 0.5493821411132812, 0.5497477416992187, 0.5496104736328125, 0.5495418701171875, 0.5496995849609375, 0.5502064819335938, 0.549738525390625, 0.54962890625, 0.5496187133789062, 0.5492920532226563, 0.549465087890625, 0.5496698608398437, 0.5500538940429688, 0.5494722290039062, 0.5490626831054688, 0.5493851928710938, 0.5497989501953126, 0.5501838989257812, 0.5499678955078126, 0.5499576416015625, 0.5498470458984375, 0.5499055786132813, 0.5503834228515625, 0.5501747436523438, 0.553130126953125, 0.5496256713867187, 0.5502074584960938, 0.549987548828125, 0.550122314453125, 0.5499013061523438, 1.1769794921875, 0.5494732666015625, 0.54949169921875, 0.55001904296875, 0.5494507446289062, 0.5495111694335938, 0.5497169799804688, 0.550024169921875, 0.5495613403320313, 0.5498408813476563, 0.550053955078125, 0.5497639770507813, 0.5496115112304687, 0.5494661254882812, 0.5494609985351563, 0.549802978515625, 0.54980810546875, 0.5492991943359375, 0.5498419189453125, 0.55007958984375, 0.54976806640625, 0.549676025390625, 0.549771240234375, 0.5496934204101562, 0.549960693359375, 0.5500333862304687, 0.5496268920898437, 0.549843994140625, 0.5502258911132812, 0.5498306274414062, 0.5496329956054687, 0.5496893310546875, 0.5496197509765625, 0.5498971557617187, 0.5500825805664062, 0.5496954956054687, 0.549802001953125, 0.549538818359375, 0.5524982299804687, 0.5495972900390625, 0.5496410522460937, 0.5494384765625, 0.5495531616210938, 0.5499842529296874, 0.5496637573242188, 0.5497251586914063, 0.5501849365234375, 0.5496914672851563, 0.5495858764648438, 0.5496156005859375, 0.5493606567382813, 0.5499739990234375, 0.5499801635742188, 0.549454833984375, 0.5497866821289062, 0.5499453125, 0.5493473510742187, 0.54949169921875, 0.5495634765625, 0.549530517578125, 0.5494537963867188, 0.5497896728515625, 0.5494395141601562, 1.1781109619140624, 0.5499146118164062, 0.5493626708984375, 0.5495859375, 0.549338134765625, 0.549875732421875, 0.5498900756835937, 0.5496053466796875, 0.5498357543945313, 0.5498521728515625, 0.5495510864257812, 0.5494200439453125, 0.5495214233398438, 0.5493882446289062, 0.5491373901367187, 0.5493341064453126, 0.5495111083984375, 0.5494036254882813, 0.5504092407226563, 0.5498050537109375, 0.5499422607421875, 0.5496329956054687, 0.549358642578125, 0.5524193115234375, 0.5497825317382813, 0.5500354614257813, 0.5495203857421875, 0.5498470458984375, 0.5496299438476563, 0.549644287109375, 0.5499043579101562, 0.549591064453125, 0.5493925170898437, 0.5496195678710938, 0.549570556640625, 0.5493043212890625, 0.5495408935546875, 0.549875732421875, 0.5494425659179687, 0.5494937744140626, 0.5491875610351562, 0.5493186645507813, 0.5492838134765625, 0.5496116943359375, 0.5494629516601562, 0.54971484375, 0.5494845581054687, 0.5491630249023437, 0.549369873046875, 0.5497364501953125, 0.54944873046875, 0.5494906616210937, 0.54952978515625, 0.549251953125, 0.5493248291015626, 0.5500477294921875, 0.549233642578125, 0.54921728515625, 0.549116943359375, 0.5494599609375, 0.5495675048828125, 0.5497467041015625, 0.5492745971679688, 1.1796173095703124, 0.549622802734375, 0.5497937622070312, 0.5499269409179688, 0.5496217651367188, 0.549612548828125, 0.5501798095703125, 0.5495316772460938, 0.5496873168945312, 0.5499842529296874, 0.5494876098632813, 0.5495132446289063, 0.5494404907226562, 0.5491578979492188, 0.5491650390625, 0.54940771484375, 0.55031298828125, 0.5497907104492188, 0.5495819702148438, 0.549314453125, 0.5494251708984375, 0.5497149658203125, 0.5494775390625, 0.5494444580078125, 0.5494220581054687, 0.5491988525390625, 0.5496187744140625, 0.5496318969726562, 0.5496494140625, 0.5490083618164062, 0.5492183227539063, 0.5491578979492188, 0.5493770141601563, 0.5497886962890625, 0.5497467041015625, 0.5499259033203125, 0.5496617431640625, 0.549444580078125, 0.5491456298828125, 0.5491939086914063, 0.5491618041992188, 0.5490442504882812, 0.5493626708984375, 0.5494353637695313, 0.5492029418945312, 0.5501941528320312, 0.5494261474609375, 0.5492777099609375, 0.5493206787109375, 0.5495521240234374, 0.54966064453125, 0.5496084594726562, 0.5494579467773437, 0.54934326171875, 0.5497774047851562, 0.5496136474609375, 0.54905029296875, 0.5517936401367187, 0.5492561645507813, 0.549233642578125, 0.54949169921875, 0.549686279296875, 0.5499166870117187, 1.1768759765625, 0.5489633178710938, 0.549275634765625, 0.5494138793945312, 0.5491897583007812, 0.5498284912109375, 0.549335205078125, 0.549658447265625, 0.5498173217773438, 0.5502312622070312, 0.549719970703125, 0.5497557983398438, 0.5493739624023437, 0.549411865234375, 0.5498410034179687, 0.54971484375, 0.5495142211914062, 0.5517650756835938, 0.5504859008789063, 0.5494948120117188, 0.5495029907226563, 0.549285888671875, 0.54923876953125, 0.5496616821289062, 0.550096923828125, 0.5494609985351563, 0.5499127197265625, 0.5498714599609374, 0.5500692749023437, 0.5498287353515625, 0.54953662109375, 0.5496535034179687, 0.5493677978515625, 0.5492940673828125, 0.5495040283203125, 0.5497681884765625, 0.5504409790039062, 0.5498644409179687, 0.5497200927734375, 0.5499248657226562, 0.5498091430664063, 0.549907470703125, 0.54993408203125, 0.5500641479492188, 0.5505331420898437, 0.5503416137695313, 0.5499535522460938, 0.5496207275390625, 0.5497518310546875, 0.5498900756835937, 0.5496719360351563, 0.5502177124023437, 0.5499156494140625, 0.5504225463867187, 0.5498306274414062, 0.549897216796875, 0.5496217651367188, 0.5494609985351563, 0.549339111328125, 0.5493546752929688, 0.5497096557617187, 0.549349365234375, 0.54950830078125, 1.1797420654296875, 0.5499945068359375, 0.5495848388671875, 0.5498613891601563, 0.5495050048828125, 0.5499658203125, 0.5503887329101562, 0.5505423583984375, 0.5502260131835938, 0.549951416015625, 0.54948046875, 0.5495439453125, 0.5494773559570313, 0.5498358154296875, 0.54995458984375, 0.5497579345703125, 0.549634033203125, 0.550265869140625, 0.5500682373046875, 0.5496248168945312, 0.5499996337890625, 0.5498275756835938, 0.54978662109375, 0.5495347290039062, 0.5495553588867188, 0.5492877807617188, 0.5517701416015625, 0.5500477294921875, 0.5501143188476563, 0.5497261962890625, 0.54972314453125, 0.5497988891601563, 0.5498224487304687, 0.5498900756835937, 0.5498726196289062, 0.549986328125, 0.5497109985351563, 0.549752685546875, 0.5496422119140625, 0.5495142211914062, 0.5495162963867187, 0.54963916015625, 0.5491528930664062, 0.5492939453125, 0.549737548828125, 0.5498552856445312, 0.5496810302734375, 0.5497395629882813, 0.5497855834960937, 0.5499668579101562, 0.5502258911132812, 0.5498316650390624, 0.5495162963867187, 0.5496668090820312, 0.5496012573242187, 0.549538818359375, 0.5493248291015626, 0.5495582885742187, 0.5494783935546875, 0.5495930786132812, 0.5496432495117187, 0.5497006225585938, 0.5496821899414063]",tokens/s,1.7898820811220197,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4449.726464,23096.459264,0.0,22450.01216,21127.025664,s,10,14.8827861328125,1.48827861328125,0.0033396143459483245,1.4868875122070313,1.4917201293945312,1.494497637939453,1.4967196447753905,"[1.497275146484375, 1.486967529296875, 1.488323486328125, 1.4876390380859374, 1.4860391845703125, 1.486738037109375, 1.4911029052734375, 1.48577734375, 1.486115966796875, 1.4868074951171875]",tokens/s,172.01080343121342,kWh,1.755399884449111e-05,9.618974424756743e-06,9.068201698999995e-05,0.00011785499025924781,tokens/kWh,2172160.8854819983,MB,4449.726464,23096.459264,0.0,22450.01216,21326.311424,s,10,835.6858671875001,83.56858671875,0.013720545711954562,83.569734375,83.583603125,83.58684453125001,83.58943765625001,"[83.55065625, 83.546703125, 83.5695390625, 83.554203125, 83.5828828125, 83.5900859375, 83.581328125, 83.5699296875, 83.574625, 83.5659140625]",tokens/s,0.7538717893127287,kWh,0.0009863558577166663,0.0005406108515601773,0.005110131171435001,0.006637097880711845,tokens/kWh,9492.100483117041,,s,629,847.7455760498049,1.3477672115259216,0.17672994660351854,1.3263912353515626,1.32727724609375,1.3275947265624999,2.813688408203125,"[1.32703662109375, 1.3265201416015624, 1.32573486328125, 1.32629296875, 1.326033935546875, 1.327066162109375, 1.3266912841796874, 1.3259398193359375, 1.32647412109375, 1.3257933349609374, 1.325806640625, 1.3260206298828126, 1.326413818359375, 1.3262274169921875, 1.3254482421875, 1.3263431396484375, 1.3257247314453124, 1.3256171875, 1.325835205078125, 1.32581884765625, 1.32653466796875, 1.3264271240234375, 1.3258475341796876, 1.325854736328125, 1.3263421630859376, 1.325823974609375, 1.32601953125, 1.3262039794921876, 1.3279620361328126, 1.3262161865234374, 1.326739501953125, 1.3264630126953125, 1.326454833984375, 1.3257952880859376, 1.325549560546875, 1.3263052978515626, 1.326017578125, 1.325701171875, 1.3257850341796875, 1.3258465576171874, 1.3256591796875, 1.3256580810546874, 1.3255198974609375, 1.32731396484375, 1.3256263427734376, 1.3263277587890625, 1.325961181640625, 1.3258465576171874, 1.3262960205078125, 1.3261209716796876, 1.326737548828125, 1.3267342529296875, 1.3259356689453126, 1.3264814453125, 1.325980712890625, 1.326075927734375, 1.326045166015625, 1.32588134765625, 1.327046630859375, 1.3273712158203126, 1.3267210693359375, 1.3263974609375, 2.813442138671875, 1.3260770263671875, 1.3278206787109375, 1.3265172119140625, 1.3259080810546875, 1.325974365234375, 1.3253519287109374, 1.32558642578125, 1.325379638671875, 1.3252576904296876, 1.3260093994140625, 1.3257205810546875, 1.326103515625, 1.327130615234375, 1.326305419921875, 1.326266357421875, 1.3257840576171875, 1.326772216796875, 1.32562744140625, 1.325826171875, 1.326362548828125, 1.326178466796875, 1.32569580078125, 1.325959228515625, 1.3274715576171876, 1.326749755859375, 1.3265880126953125, 1.3259918212890625, 1.32626025390625, 1.3265489501953125, 1.32552099609375, 1.3259376220703125, 1.326476318359375, 1.3268685302734375, 1.3261221923828126, 1.3262662353515624, 1.3258505859375, 1.3256468505859376, 1.3260400390625, 1.3257850341796875, 1.3274696044921874, 1.326108642578125, 1.325998046875, 1.3258526611328125, 1.3259039306640625, 1.3257196044921875, 1.3270426025390625, 1.32590283203125, 1.3270692138671876, 1.325360107421875, 1.326509033203125, 1.3254952392578125, 1.3255966796875, 1.325497314453125, 1.3264578857421876, 1.3266944580078126, 1.325950927734375, 1.32581787109375, 1.3262203369140626, 1.3261629638671875, 1.3259222412109375, 1.3258167724609375, 1.32592041015625, 2.814847900390625, 1.326730224609375, 1.326434326171875, 1.327655029296875, 1.3259334716796876, 1.3261424560546875, 1.3267568359375, 1.326570556640625, 1.32608203125, 1.3264066162109376, 1.325490234375, 1.3254000244140625, 1.32611376953125, 1.3265223388671874, 1.32691357421875, 1.3263636474609375, 1.32638623046875, 1.3269073486328125, 1.32634521484375, 1.32615576171875, 1.3264168701171875, 1.32727392578125, 1.329280029296875, 1.32626123046875, 1.326855224609375, 1.3260390625, 1.325792236328125, 1.3260810546875, 1.3267486572265625, 1.327026123046875, 1.32655615234375, 1.3273077392578125, 1.3266002197265625, 1.3258516845703125, 1.32609130859375, 1.32623046875, 1.3272698974609376, 1.326314453125, 1.325950927734375, 1.325958251953125, 1.3262529296875, 1.326192626953125, 1.3257901611328125, 1.326587890625, 1.3269637451171874, 1.3267332763671875, 1.3266842041015625, 1.3294725341796876, 1.3263349609375, 1.3266207275390625, 1.326623779296875, 1.3273548583984376, 1.327025146484375, 1.326118896484375, 1.3262847900390624, 1.325697998046875, 1.325595703125, 1.325516845703125, 1.32613525390625, 1.3269176025390625, 1.3265848388671875, 1.3264271240234375, 1.3260010986328126, 2.814129150390625, 1.3261669921875, 1.3268704833984375, 1.3261373291015626, 1.32614453125, 1.3262110595703125, 1.3258896484375, 1.3265294189453125, 1.3258997802734376, 1.3257574462890624, 1.326267333984375, 1.3265888671875, 1.3278280029296874, 1.3261466064453125, 1.32588037109375, 1.3255465087890625, 1.3258260498046874, 1.3265582275390626, 1.3265643310546875, 1.326482421875, 1.3268316650390626, 1.326439453125, 1.326393310546875, 1.3267015380859375, 1.3266524658203125, 1.3261947021484375, 1.3262469482421875, 1.3266431884765626, 1.325875244140625, 1.325791259765625, 1.3257369384765625, 1.3262203369140626, 1.326265380859375, 1.326243896484375, 1.3258209228515625, 1.325865966796875, 1.3259263916015624, 1.325703125, 1.3256990966796875, 1.326487548828125, 1.3267271728515626, 1.3263328857421874, 1.3260574951171875, 1.325727783203125, 1.3297294921875, 1.325644775390625, 1.3261270751953125, 1.32649365234375, 1.32687255859375, 1.3264046630859374, 1.326223388671875, 1.325634521484375, 1.325601806640625, 1.3257994384765626, 1.3259263916015624, 1.3261741943359375, 1.3258701171875, 1.3257196044921875, 1.3259622802734374, 1.325806640625, 1.3257257080078124, 1.326331787109375, 1.3261055908203125, 2.814226318359375, 1.3260257568359375, 1.326233642578125, 1.325980712890625, 1.3262735595703126, 1.32649169921875, 1.3264117431640625, 1.32647216796875, 1.3262120361328125, 1.3262203369140626, 1.3257144775390626, 1.3278822021484376, 1.3259786376953124, 1.32710498046875, 1.3273651123046875, 1.3270589599609375, 1.3271982421875, 1.3256099853515626, 1.3258905029296875, 1.325822998046875, 1.326382080078125, 1.3267528076171875, 1.3272974853515624, 1.3269105224609374, 1.326919677734375, 1.326866455078125, 1.32653466796875, 1.3258004150390625, 1.326193603515625, 1.3273660888671874, 1.327351806640625, 1.3272022705078126, 1.32664013671875, 1.3267906494140624, 1.3263482666015625, 1.3258587646484374, 1.3264700927734374, 1.327213623046875, 1.3263585205078126, 1.3263564453125, 1.3259837646484376, 1.3258465576171874, 1.3260257568359375, 1.326307373046875, 1.3269390869140625, 1.32687158203125, 1.3274736328125, 1.3268121337890626, 1.3268214111328125, 1.330417724609375, 1.32640771484375, 1.3270927734375, 1.327556640625, 1.32746240234375, 1.32691455078125, 1.326350341796875, 1.3262520751953124, 1.3268408203125, 1.327456298828125, 1.3272689208984374, 1.3272913818359375, 1.3272894287109376, 1.327177734375, 2.8137841796875, 1.3266575927734374, 1.3279610595703124, 1.326749755859375, 1.3273037109375, 1.327900634765625, 1.3267322998046875, 1.3270057373046875, 1.3267864990234375, 1.32689404296875, 1.326824462890625, 1.3261588134765625, 1.326581787109375, 1.3270118408203124, 1.3269801025390624, 1.3265960693359375, 1.3266422119140624, 1.327816650390625, 1.3269493408203126, 1.32713671875, 1.326966796875, 1.3259796142578124, 1.3260615234375, 1.326150634765625, 1.3264639892578125, 1.3265654296875, 1.325928466796875, 1.32655712890625, 1.3299937744140624, 1.3272545166015626, 1.3270762939453125, 1.32721044921875, 1.3272822265625, 1.327240234375, 1.3272237548828125, 1.3270487060546876, 1.32680908203125, 1.326940185546875, 1.32583837890625, 1.3258218994140625, 1.3268428955078124, 1.3265684814453125, 1.32727392578125, 1.32640966796875, 1.32676513671875, 1.3264915771484376, 1.3261895751953126, 1.32693505859375, 1.3261466064453125, 1.3268377685546875, 1.326815185546875, 1.326159912109375, 1.326666748046875, 1.326898193359375, 1.3269658203125, 1.32695556640625, 1.3266749267578124, 1.3262991943359375, 1.3261475830078124, 1.3263944091796875, 1.3264527587890624, 1.3273292236328125, 1.327669189453125, 2.81860205078125, 1.326923828125, 1.3265643310546875, 1.3261148681640624, 1.3268265380859374, 1.3264158935546875, 1.3267896728515625, 1.326477294921875, 1.327036376953125, 1.3262479248046875, 1.3263892822265626, 1.3263431396484375, 1.3266226806640624, 1.32702001953125, 1.3260850830078126, 1.3267313232421876, 1.326734375, 1.3265673828125, 1.326982177734375, 1.3269801025390624, 1.3270487060546876, 1.327952880859375, 1.32635546875, 1.3273251953125, 1.3260748291015625, 1.3260328369140626, 1.325855712890625, 1.3259140625, 1.3267568359375, 1.3272760009765625, 1.32689208984375, 1.3267537841796875, 1.3262960205078125, 1.3261680908203124, 1.3261270751953125, 1.3259735107421875, 1.32735791015625, 1.326208984375, 1.326224365234375, 1.3271336669921876, 1.3262694091796876, 1.32602978515625, 1.3265274658203126, 1.3268858642578125, 1.3272227783203125, 1.3262572021484376, 1.326419921875, 1.32625, 1.3261260986328125, 1.33019140625, 1.32598779296875, 1.32771630859375, 1.326360595703125, 1.3271961669921875, 1.3268203125, 1.3264404296875, 1.3262469482421875, 1.326234619140625, 1.32693505859375, 1.327237060546875, 1.3267384033203125, 1.32664013671875, 1.3274481201171875, 2.812429443359375, 1.325724609375, 1.3267967529296876, 1.3260626220703124, 1.3260810546875, 1.326646240234375, 1.3269544677734375, 1.3268438720703124, 1.326650390625, 1.3270281982421874, 1.326645263671875, 1.3262520751953124, 1.326383056640625, 1.3262315673828124, 1.325906982421875, 1.32594384765625, 1.3259254150390625, 1.3272862548828126, 1.32614453125, 1.326861328125, 1.3268592529296874, 1.3260902099609375, 1.3270057373046875, 1.32621826171875, 1.326425048828125, 1.326677001953125, 1.3264312744140625, 1.326624755859375, 1.32645068359375, 1.326435302734375, 1.325835205078125, 1.325960205078125, 1.3272197265625, 1.32663916015625, 1.3262479248046875, 1.3265162353515625, 1.3265521240234375, 1.3261527099609376, 1.3257646484375, 1.3262857666015626, 1.32668310546875, 1.326265380859375, 1.326587890625, 1.331283935546875, 1.3266370849609375, 1.32611376953125, 1.3261107177734375, 1.327009765625, 1.3261578369140625, 1.3263585205078126, 1.3266534423828125, 1.325781005859375, 1.32607177734375, 1.3260810546875, 1.3265367431640624, 1.32735791015625, 1.325907958984375, 1.3263646240234375, 1.326309326171875, 1.326435302734375, 1.32611279296875, 1.3265029296875, 1.32680810546875, 2.81396337890625, 1.3265264892578126, 1.3258916015625, 1.32590283203125, 1.325806640625, 1.3261107177734375, 1.326476318359375, 1.3262254638671875, 1.3267803955078126, 1.3259674072265626, 1.3259417724609375, 1.326308349609375, 1.32628271484375, 1.3273343505859374, 1.326392333984375, 1.32655517578125, 1.326224365234375, 1.325892578125, 1.325812744140625, 1.3257236328125, 1.3260062255859375, 1.3269176025390625, 1.326108642578125, 1.3264373779296874, 1.325970458984375, 1.32640966796875, 1.3266279296875, 1.3263912353515626, 1.327077392578125, 1.3263216552734376, 1.3267353515625, 1.3264998779296875, 1.3261455078125, 1.32605126953125, 1.3263155517578125, 1.326314453125, 1.3266790771484376, 1.326002197265625, 1.3267108154296876, 1.3259991455078124, 1.325950927734375, 1.3261004638671876, 1.32623974609375, 1.3260738525390625, 1.3265694580078125, 1.32634423828125, 1.3275361328125, 1.3265838623046875, 1.3268172607421875, 1.3327943115234375, 1.3271336669921876, 1.3269739990234375, 1.3269329833984376, 1.327072265625, 1.326622802734375, 1.3259857177734375, 1.3261844482421874, 1.3264332275390625, 1.3266431884765626, 1.32767333984375, 1.3268070068359374, 1.3274122314453125, 1.3270281982421874, 2.81598876953125, 1.327383544921875, 1.328353271484375, 1.3269852294921876, 1.3276201171875, 1.3273057861328126, 1.3270343017578126, 1.327029296875, 1.32693505859375, 1.3272596435546875, 1.3277706298828125, 1.3265479736328125, 1.32704150390625, 1.3266483154296875, 1.32609130859375, 1.326444580078125, 1.326432373046875, 1.3268243408203124, 1.3257247314453124, 1.326266357421875, 1.3259478759765626, 1.3259991455078124, 1.3258167724609375, 1.3263277587890625, 1.3260626220703124, 1.3264588623046876, 1.3257615966796874, 1.3268408203125, 1.32659814453125, 1.3263974609375, 1.326381103515625, 1.326419921875, 1.3260943603515625, 1.3258680419921876, 1.3263963623046875, 1.32655712890625, 1.3257738037109374, 1.3256795654296876, 1.32602783203125, 1.32623046875, 1.3263687744140624, 1.3258670654296876, 1.32651318359375, 1.3262735595703126, 1.325685791015625, 1.326097412109375, 1.3259652099609376, 1.3272894287109376, 1.3268509521484375, 1.326709716796875, 1.3268643798828126, 1.32552294921875, 1.3255936279296876, 1.3254072265625, 1.3258834228515626, 1.32596533203125, 1.326349365234375, 1.3258465576171874, 1.325632568359375, 1.32613330078125, 1.32647119140625, 1.3265008544921875, 1.3273128662109375]",tokens/s,0.7419678943426848,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,0,0,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/0/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477b4-4c0dc641175f0e1938f44553;e1fc686a-dd05-4f34-bcea-f34979e1f2fa) Repository Not Found for url: https://huggingface.co/0/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 0 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-125m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1241.817088,925.36832,0.0,278.921216,221.070848,s,10,0.1966527671813965,0.019665276718139647,0.0008091929787064538,0.01935300827026367,0.020115021514892577,0.021075127029418946,0.021843211441040043,"[0.022035232543945314, 0.019313152313232423, 0.019362464904785156, 0.01923481559753418, 0.019291391372680666, 0.019425695419311523, 0.019339775085449217, 0.01934355163574219, 0.019901664733886718, 0.0194050235748291]",tokens/s,13017.86919498877,kWh,2.314289323426662e-07,1.2681084029828327e-07,4.9001724350243e-07,8.482570161433794e-07,tokens/kWh,301795322.7948648,MB,1241.817088,925.36832,0.0,278.921216,242.382336,s,10,12.061798950195312,1.2061798950195315,0.01119210639348665,1.2017161865234374,1.2111292846679687,1.224980352783203,1.2360612072753905,"[1.2388314208984375, 1.20110107421875, 1.200317138671875, 1.1998624267578124, 1.202331298828125, 1.2003731689453125, 1.2032957763671874, 1.20654931640625, 1.20805126953125, 1.2010860595703126]",tokens/s,52.231014842922626,kWh,1.4604486533806983e-05,8.002963711518523e-06,2.8200811264724145e-05,5.0808261510049643e-05,tokens/kWh,1239955.8285917514,,s,629,12.21172840499879,0.019414512567565628,0.002384519492033555,0.019062784194946288,0.019401319122314454,0.019951411056518552,0.0388209065246582,"[0.0217324161529541, 0.02140665626525879, 0.019910655975341796, 0.020168703079223634, 0.01983078384399414, 0.020075519561767577, 0.019931135177612306, 0.01987276840209961, 0.01960857582092285, 0.019775487899780272, 0.019956735610961913, 0.02033459281921387, 0.02017791938781738, 0.020460607528686524, 0.020310976028442382, 0.020726783752441406, 0.02034592056274414, 0.020332479476928712, 0.020564992904663085, 0.020231168746948244, 0.01984511947631836, 0.019644416809082032, 0.01965260887145996, 0.019769344329833984, 0.02026905632019043, 0.02088041687011719, 0.02007651138305664, 0.019530784606933593, 0.019559392929077147, 0.01960038375854492, 0.019335168838500977, 0.01908940887451172, 0.018982912063598634, 0.019119104385375976, 0.01904128074645996, 0.018920448303222655, 0.018922496795654296, 0.019072000503540038, 0.01902796745300293, 0.019117055892944337, 0.019075071334838867, 0.019002368927001953, 0.019095552444458007, 0.01902796745300293, 0.019037248611450196, 0.01899616050720215, 0.018968576431274413, 0.01885491180419922, 0.01905254364013672, 0.01899519920349121, 0.01901670455932617, 0.018959360122680666, 0.019260416030883788, 0.018951168060302736, 0.01883750343322754, 0.018975744247436522, 0.019108863830566408, 0.019078144073486326, 0.01903104019165039, 0.01922047996520996, 0.018980863571166993, 0.019088384628295898, 0.03904716873168945, 0.01922969627380371, 0.01902899169921875, 0.018950143814086915, 0.018953216552734374, 0.01909760093688965, 0.018985984802246093, 0.01898700714111328, 0.01903718376159668, 0.018988031387329102, 0.01902796745300293, 0.01907302474975586, 0.019021823883056642, 0.019095552444458007, 0.01904332733154297, 0.01904947280883789, 0.01925529670715332, 0.01920614433288574, 0.019134464263916014, 0.019090431213378906, 0.018692096710205077, 0.018776063919067384, 0.018988031387329102, 0.019141632080078123, 0.018957311630249024, 0.018955263137817382, 0.018979839324951172, 0.018970624923706055, 0.01901055908203125, 0.018963520050048827, 0.018993087768554687, 0.019398656845092774, 0.018989120483398438, 0.019007423400878905, 0.01906483268737793, 0.01904742431640625, 0.018892799377441406, 0.01900748825073242, 0.018959360122680666, 0.019167232513427734, 0.018750463485717773, 0.018919424057006837, 0.019062784194946288, 0.019252223968505858, 0.019173376083374022, 0.019351551055908203, 0.019002368927001953, 0.019127296447753905, 0.019009536743164062, 0.01900748825073242, 0.0192174072265625, 0.01907302474975586, 0.019126272201538085, 0.019102720260620116, 0.019147775650024415, 0.019119104385375976, 0.01904435157775879, 0.019142656326293944, 0.019102720260620116, 0.019084287643432618, 0.019087360382080077, 0.019183616638183593, 0.019118080139160155, 0.038778881072998046, 0.018910207748413087, 0.01900441551208496, 0.019144704818725586, 0.01904128074645996, 0.019216384887695313, 0.018851839065551757, 0.018873344421386717, 0.019056640625, 0.01903104019165039, 0.019110912322998046, 0.019108863830566408, 0.019109888076782225, 0.019122175216674805, 0.019170303344726563, 0.019115007400512696, 0.019140607833862306, 0.019164159774780275, 0.019120128631591796, 0.018997247695922852, 0.018745344161987306, 0.019080192565917968, 0.01909350395202637, 0.01903104019165039, 0.01901875114440918, 0.01904128074645996, 0.01906175994873047, 0.01881292724609375, 0.018777088165283205, 0.0188221435546875, 0.019001344680786132, 0.019159040451049804, 0.019066944122314453, 0.019001279830932617, 0.019096576690673828, 0.019096576690673828, 0.019074047088623047, 0.019098623275756836, 0.019084287643432618, 0.019108863830566408, 0.01902796745300293, 0.019013631820678712, 0.019070976257324217, 0.019107839584350587, 0.01908531188964844, 0.01903104019165039, 0.01903718376159668, 0.019126272201538085, 0.019070976257324217, 0.01904947280883789, 0.019013631820678712, 0.019131391525268555, 0.01882624053955078, 0.01886617660522461, 0.019176448822021484, 0.019154943466186524, 0.019134464263916014, 0.019079168319702147, 0.019070976257324217, 0.019088384628295898, 0.01900441551208496, 0.019111936569213867, 0.019072000503540038, 0.03883724975585937, 0.019124223709106446, 0.01907302474975586, 0.019207168579101562, 0.01906585693359375, 0.01905766487121582, 0.019129344940185547, 0.019086368560791017, 0.019015647888183593, 0.019194879531860352, 0.01922559928894043, 0.019154943466186524, 0.01908121681213379, 0.01904742431640625, 0.019092479705810548, 0.019191808700561523, 0.01903308868408203, 0.01900032043457031, 0.01901055908203125, 0.019136512756347656, 0.019042303085327148, 0.01904332733154297, 0.019120128631591796, 0.01884364891052246, 0.018778112411499022, 0.01900339126586914, 0.019079168319702147, 0.019099647521972657, 0.0190382080078125, 0.019070976257324217, 0.019082239151000976, 0.019044416427612305, 0.018863040924072264, 0.01884262466430664, 0.018795520782470702, 0.018746368408203123, 0.01881804847717285, 0.018936832427978514, 0.01906073570251465, 0.019117055892944337, 0.019082239151000976, 0.019113983154296875, 0.019098623275756836, 0.019094528198242186, 0.019091455459594727, 0.019058687210083008, 0.01902284812927246, 0.019215360641479492, 0.018979839324951172, 0.01879756736755371, 0.018932735443115235, 0.01904128074645996, 0.019091455459594727, 0.019086336135864256, 0.019139583587646485, 0.018994176864624023, 0.019072000503540038, 0.01901158332824707, 0.019098623275756836, 0.01906073570251465, 0.019179519653320314, 0.01885798454284668, 0.01883852767944336, 0.03877273559570313, 0.019074047088623047, 0.018973695755004884, 0.018962432861328125, 0.018952192306518553, 0.01905561637878418, 0.018984960556030273, 0.018962432861328125, 0.019144704818725586, 0.01906073570251465, 0.01902284812927246, 0.019139583587646485, 0.01900032043457031, 0.019080192565917968, 0.01883340835571289, 0.018737152099609376, 0.01903411293029785, 0.01906585693359375, 0.01900032043457031, 0.01899622344970703, 0.018933759689331055, 0.018975744247436522, 0.019108863830566408, 0.019001344680786132, 0.018983936309814452, 0.01901568031311035, 0.018974720001220705, 0.019042303085327148, 0.019054592132568358, 0.01905356788635254, 0.018979839324951172, 0.01901260757446289, 0.019058687210083008, 0.019112960815429687, 0.019062847137451173, 0.01900332832336426, 0.019083263397216797, 0.019182592391967773, 0.019147775650024415, 0.019019775390625, 0.01904537582397461, 0.019019775390625, 0.01903923225402832, 0.01905356788635254, 0.01900851249694824, 0.01903308868408203, 0.018984960556030273, 0.01902284812927246, 0.019154943466186524, 0.020342784881591795, 0.01984819221496582, 0.019154943466186524, 0.019070976257324217, 0.019175424575805664, 0.018991104125976564, 0.01905356788635254, 0.01901568031311035, 0.019545087814331053, 0.019191808700561523, 0.01900339126586914, 0.019083263397216797, 0.019132415771484376, 0.019014656066894533, 0.0389857292175293, 0.0190248966217041, 0.01904128074645996, 0.019126272201538085, 0.01878835105895996, 0.018913280487060546, 0.018929664611816405, 0.018877439498901367, 0.01906175994873047, 0.01902899169921875, 0.01903001594543457, 0.01903513526916504, 0.018766847610473633, 0.018926591873168946, 0.01904025650024414, 0.01903001594543457, 0.019344383239746094, 0.019257375717163086, 0.019093471527099608, 0.01903104019165039, 0.01901875114440918, 0.01903206443786621, 0.01914678382873535, 0.019074016571044922, 0.018925567626953126, 0.01878835105895996, 0.01903615951538086, 0.019108863830566408, 0.019058687210083008, 0.018997247695922852, 0.01907302474975586, 0.019149824142456053, 0.01901055908203125, 0.01897881507873535, 0.019063871383666994, 0.019060672760009764, 0.019021823883056642, 0.019006464004516603, 0.019203071594238282, 0.019121152877807617, 0.018989055633544923, 0.018732032775878905, 0.0192174072265625, 0.019566591262817384, 0.01922662353515625, 0.01904640007019043, 0.018990079879760743, 0.019132415771484376, 0.01906380844116211, 0.019134464263916014, 0.019079168319702147, 0.019106815338134766, 0.01904947280883789, 0.019054592132568358, 0.01900851249694824, 0.018931711196899414, 0.019076095581054688, 0.019122175216674805, 0.019042303085327148, 0.018916351318359375, 0.01904742431640625, 0.019050527572631835, 0.01904739189147949, 0.03885465621948242, 0.019066879272460938, 0.0190248966217041, 0.01902284812927246, 0.019322879791259767, 0.01949388885498047, 0.01941196823120117, 0.01880575942993164, 0.018926591873168946, 0.018961408615112304, 0.019116031646728517, 0.019074047088623047, 0.019131391525268555, 0.019102720260620116, 0.019116031646728517, 0.01911199951171875, 0.01912214469909668, 0.01908835220336914, 0.01904947280883789, 0.019183616638183593, 0.01902387237548828, 0.01901670455932617, 0.01904537582397461, 0.019087360382080077, 0.018771968841552734, 0.018914304733276367, 0.01898195266723633, 0.019020736694335936, 0.01900032043457031, 0.019079168319702147, 0.018966527938842775, 0.01904640007019043, 0.019058687210083008, 0.018982912063598634, 0.018985984802246093, 0.019130367279052735, 0.019365888595581054, 0.019591167449951173, 0.01922150421142578, 0.018982912063598634, 0.01902592086791992, 0.019146751403808594, 0.01905561637878418, 0.01903104019165039, 0.01904025650024414, 0.019017728805541992, 0.019024927139282225, 0.01906787109375, 0.01905356788635254, 0.01984102439880371, 0.019219455718994142, 0.01902284812927246, 0.01902284812927246, 0.019123199462890626, 0.018988031387329102, 0.01903411293029785, 0.01903001594543457, 0.019320831298828126, 0.019100671768188478, 0.019078144073486326, 0.019121152877807617, 0.018991104125976564, 0.01904332733154297, 0.038865921020507815, 0.019087360382080077, 0.018888704299926756, 0.01942630386352539, 0.01927168083190918, 0.019096607208251952, 0.019198944091796875, 0.019041311264038085, 0.019017696380615234, 0.019058687210083008, 0.019135488510131835, 0.019098623275756836, 0.019555328369140625, 0.01902079963684082, 0.01907302474975586, 0.019050495147705078, 0.019212287902832033, 0.01912118339538574, 0.01903100776672363, 0.0190248966217041, 0.018947071075439453, 0.018782207489013672, 0.019120128631591796, 0.019019775390625, 0.019252223968505858, 0.01904128074645996, 0.019084287643432618, 0.019102720260620116, 0.019140607833862306, 0.019105791091918945, 0.019050495147705078, 0.019118080139160155, 0.01901568031311035, 0.019062784194946288, 0.018872383117675782, 0.018890687942504883, 0.019117055892944337, 0.019211360931396484, 0.019085216522216796, 0.01904742431640625, 0.019072000503540038, 0.01882521629333496, 0.01883647918701172, 0.019074047088623047, 0.01903001594543457, 0.019560447692871095, 0.019574783325195313, 0.019192832946777344, 0.019107839584350587, 0.019082239151000976, 0.01904537582397461, 0.01901875114440918, 0.01906483268737793, 0.01920204734802246, 0.019115007400512696, 0.01900339126586914, 0.01903206443786621, 0.01902694320678711, 0.019126272201538085, 0.01903615951538086, 0.01948467254638672, 0.021171199798583985, 0.01987993621826172, 0.040051712036132815, 0.019595264434814453, 0.0194201602935791, 0.019014656066894533, 0.018975744247436522, 0.019001344680786132, 0.019138559341430664, 0.01903923225402832, 0.01930342483520508, 0.019191808700561523, 0.019163135528564454, 0.019943424224853516, 0.020212736129760742, 0.019767295837402343, 0.019779584884643556, 0.01930342483520508, 0.019129344940185547, 0.01911302375793457, 0.019056575775146484, 0.018827295303344725, 0.018835424423217773, 0.01904128074645996, 0.01904742431640625, 0.019001344680786132, 0.019115007400512696, 0.018876415252685547, 0.018909183502197266, 0.01897881507873535, 0.019006464004516603, 0.01904435157775879, 0.01899519920349121, 0.019128320693969726, 0.01883135986328125, 0.01908940887451172, 0.019099647521972657, 0.01901568031311035, 0.020033536911010744, 0.020287488937377928, 0.02023526382446289, 0.01919692802429199, 0.019087360382080077, 0.019124223709106446, 0.018973695755004884, 0.018757631301879883, 0.018902015686035157, 0.01919385528564453, 0.018886655807495118, 0.018862112045288086, 0.01908527946472168, 0.019013696670532227, 0.01876473617553711, 0.018914304733276367, 0.018874368667602538, 0.019019775390625, 0.019005504608154297, 0.019264448165893556, 0.019087360382080077, 0.01904332733154297, 0.01906483268737793, 0.019123199462890626, 0.019075071334838867, 0.01904947280883789, 0.01903718376159668, 0.03901030349731445, 0.01905254364013672, 0.019112960815429687, 0.019117055892944337, 0.01904742431640625, 0.01915910339355469, 0.019056575775146484, 0.019079168319702147, 0.019125247955322267, 0.019074047088623047, 0.01904844856262207, 0.019126272201538085, 0.019092479705810548, 0.018780160903930664, 0.01885081672668457, 0.01903104019165039, 0.018941951751708985, 0.018921472549438476, 0.01920102310180664, 0.019072000503540038, 0.018903039932250978, 0.01903718376159668, 0.01925836753845215, 0.01906175994873047, 0.019110912322998046, 0.019084287643432618, 0.019019775390625, 0.019121152877807617, 0.01887846374511719, 0.01887948799133301, 0.018957311630249024, 0.01905766487121582, 0.019121152877807617, 0.019066879272460938, 0.01914371109008789, 0.01908016014099121, 0.01904332733154297, 0.01909760093688965, 0.01906585693359375, 0.019095552444458007, 0.019137535095214844, 0.019110912322998046, 0.019116031646728517, 0.01903001594543457, 0.01903615951538086, 0.01903718376159668, 0.019170303344726563, 0.018965503692626954, 0.01906790351867676, 0.01902694320678711, 0.019017728805541992, 0.01897881507873535, 0.01902387237548828, 0.019086336135864256, 0.019113983154296875, 0.01922969627380371, 0.01906380844116211, 0.019062784194946288, 0.019079168319702147, 0.019072032928466796, 0.019019744873046876, 0.01905254364013672, 0.01904640007019043]",tokens/s,51.507860242168796,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,2,2,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/2/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476fd-4c82b2022e407bfd2f809c76;f9f094d3-0d9b-4eff-8d26-f57babe36251) Repository Not Found for url: https://huggingface.co/2/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 2 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-564M,facebook/xglm-564M,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-14B,Qwen/Qwen-14B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-7b,huggyllama/llama-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4121.735168,5287.44448,0.0,4640.997376,4330.668544,s,10,3.198084777832031,0.31980847778320315,0.0010057411852906616,0.319394287109375,0.3211364044189453,0.3213161270141602,0.321459905090332,"[0.3186761779785156, 0.321495849609375, 0.31911083984375, 0.3191420593261719, 0.3191930236816406, 0.3185306701660156, 0.31959555053710936, 0.3205345458984375, 0.32109646606445313, 0.3207095947265625]",tokens/s,800.4790922820418,kWh,3.759105741563771e-06,2.0594423690965867e-06,1.8715553166875898e-05,2.4534101277536256e-05,tokens/kWh,10434455.988587482,MB,4121.735168,5287.44448,0.0,4640.997376,4515.667456,s,10,175.205193359375,17.5205193359375,0.00103957358274861,17.520569335937502,17.5215435546875,17.522091113281252,17.52252916015625,"[17.520630859375, 17.519701171875, 17.5205078125, 17.520123046875, 17.520974609375, 17.5187421875, 17.5209765625, 17.521421875, 17.522638671875, 17.5194765625]",tokens/s,3.595783823072899,kWh,0.0002068707776007553,0.00011338276646740608,0.0010151260794613094,0.0013353796235294707,tokens/kWh,47177.59571131395,,s,629,177.80651275634776,0.28268126034395497,0.03804646545787668,0.2780979309082031,0.2782662780761719,0.2783477783203125,0.5976196801757812,"[0.278029296875, 0.2781368408203125, 0.27801907348632815, 0.27808563232421873, 0.27810098266601563, 0.27801803588867186, 0.2780078125, 0.27804364013671873, 0.27804672241210937, 0.2779002990722656, 0.27798016357421873, 0.2779945068359375, 0.27804672241210937, 0.27796173095703125, 0.27795147705078127, 0.27793304443359373, 0.27810202026367187, 0.2779402160644531, 0.278029296875, 0.27809588623046877, 0.27812045288085935, 0.27805389404296876, 0.2780262451171875, 0.27811224365234377, 0.2781808776855469, 0.27807333374023435, 0.27810098266601563, 0.27803955078125, 0.27811224365234377, 0.27821261596679686, 0.2780702819824219, 0.2780631103515625, 0.27819314575195314, 0.27796273803710936, 0.27807745361328123, 0.27812762451171874, 0.27816244506835935, 0.278066162109375, 0.27809381103515624, 0.2780887145996094, 0.2781603698730469, 0.2781255798339844, 0.27817779541015625, 0.2781614074707031, 0.27805902099609375, 0.2781972351074219, 0.2782023620605469, 0.2782033996582031, 0.27864166259765627, 0.27802520751953125, 0.278086669921875, 0.2781481018066406, 0.2782320556640625, 0.27814910888671873, 0.27824127197265625, 0.2781317138671875, 0.27821774291992185, 0.27806207275390626, 0.2780569458007813, 0.2782248840332031, 0.27819931030273437, 0.2781583251953125, 0.59987353515625, 0.2782054443359375, 0.27805184936523436, 0.27797607421875, 0.2780498046875, 0.2780088195800781, 0.278012939453125, 0.27790643310546875, 0.27796173095703125, 0.27801190185546876, 0.27786648559570315, 0.27794125366210937, 0.2779658203125, 0.2779053955078125, 0.27795147705078127, 0.27794329833984377, 0.27790438842773435, 0.27814910888671873, 0.27803955078125, 0.27807949829101564, 0.2779371643066406, 0.2783139953613281, 0.27804672241210937, 0.27809588623046877, 0.27789312744140626, 0.27814297485351563, 0.278086669921875, 0.27810406494140627, 0.278034423828125, 0.278265869140625, 0.27803033447265624, 0.27811431884765625, 0.27811224365234377, 0.2782740478515625, 0.27813067626953125, 0.2780508117675781, 0.2781163635253906, 0.27812249755859375, 0.27812353515625, 0.2780928039550781, 0.27813067626953125, 0.27812353515625, 0.27823513793945315, 0.27829144287109375, 0.2781112365722656, 0.2780405883789063, 0.27817166137695315, 0.27810202026367187, 0.2780928039550781, 0.27823614501953126, 0.2780477294921875, 0.27816244506835935, 0.27812863159179685, 0.2781941833496094, 0.2780282897949219, 0.2780641174316406, 0.2781163635253906, 0.27822592163085935, 0.2781747131347656, 0.27809588623046877, 0.27818701171875, 0.27813479614257813, 0.2782167053222656, 0.5976320190429687, 0.27807537841796875, 0.2779637756347656, 0.2778951721191406, 0.2780641174316406, 0.2781051025390625, 0.277855224609375, 0.2779207763671875, 0.2779320373535156, 0.2779576416015625, 0.277897216796875, 0.2779105224609375, 0.27804672241210937, 0.27797503662109374, 0.2779002990722656, 0.278002685546875, 0.2779299926757812, 0.27801190185546876, 0.2779320373535156, 0.278118408203125, 0.2779945068359375, 0.27814093017578123, 0.2780712890625, 0.2784429931640625, 0.2780897216796875, 0.2781839294433594, 0.27806002807617186, 0.27810714721679686, 0.2781112365722656, 0.2782607421875, 0.27810714721679686, 0.2779596862792969, 0.27811431884765625, 0.27824127197265625, 0.278108154296875, 0.27804364013671873, 0.2781481018066406, 0.27813067626953125, 0.27802520751953125, 0.2780415954589844, 0.278213623046875, 0.27818801879882815, 0.2779996032714844, 0.2782167053222656, 0.27814910888671873, 0.27814910888671873, 0.2781460571289063, 0.27811328125, 0.2781542358398438, 0.2783129577636719, 0.2780364685058594, 0.278150146484375, 0.27807232666015624, 0.27824127197265625, 0.2781634521484375, 0.27819009399414063, 0.2780887145996094, 0.27823410034179685, 0.2781214599609375, 0.2784696350097656, 0.2781767578125, 0.27835391235351564, 0.2782310485839844, 0.597986328125, 0.27814501953125, 0.2779279479980469, 0.277791748046875, 0.2779852905273438, 0.27800372314453126, 0.27788595581054687, 0.2782720031738281, 0.2779320373535156, 0.27805389404296876, 0.27783578491210936, 0.27794125366210937, 0.277907470703125, 0.27798220825195313, 0.27787774658203124, 0.2783139953613281, 0.27792486572265623, 0.2779893798828125, 0.2779473876953125, 0.2781327209472656, 0.2779862976074219, 0.27801803588867186, 0.277970947265625, 0.27808563232421873, 0.2780610656738281, 0.27815936279296877, 0.2780159912109375, 0.27802215576171874, 0.27799038696289063, 0.2780979309082031, 0.2780487670898438, 0.278361083984375, 0.27804568481445313, 0.27827508544921875, 0.278066162109375, 0.2780968933105469, 0.2784962463378906, 0.27816244506835935, 0.2781337585449219, 0.27791360473632815, 0.278034423828125, 0.2781194152832031, 0.27829248046875, 0.278513671875, 0.27808767700195314, 0.2781532287597656, 0.27807232666015624, 0.27810202026367187, 0.2780907592773437, 0.27827301025390627, 0.2780159912109375, 0.27812863159179685, 0.27810919189453126, 0.2782105712890625, 0.2780948486328125, 0.2782945251464844, 0.2779873352050781, 0.278181884765625, 0.2780702819824219, 0.2781255798339844, 0.27807537841796875, 0.27820440673828123, 0.27820645141601563, 0.5975879516601562, 0.27807437133789065, 0.2779648132324219, 0.2779207763671875, 0.2779596862792969, 0.27835699462890623, 0.2779832458496094, 0.2779576416015625, 0.278002685546875, 0.27800985717773435, 0.2778521728515625, 0.27786444091796875, 0.27798834228515623, 0.27809381103515624, 0.27800167846679685, 0.27802215576171874, 0.27791873168945314, 0.2782105712890625, 0.2779443054199219, 0.27812863159179685, 0.27812863159179685, 0.27812249755859375, 0.2780887145996094, 0.27830169677734373, 0.2779535217285156, 0.2780712890625, 0.2780334167480469, 0.2781614074707031, 0.27803237915039064, 0.27817166137695315, 0.2781051025390625, 0.27811431884765625, 0.2780948486328125, 0.27831808471679687, 0.27808050537109374, 0.27810302734375, 0.2780334167480469, 0.27811532592773436, 0.27809588623046877, 0.278076416015625, 0.2781194152832031, 0.27816549682617187, 0.27809588623046877, 0.2781634521484375, 0.2781051025390625, 0.27823410034179685, 0.2782474365234375, 0.2780999755859375, 0.27812045288085935, 0.27832012939453127, 0.27817984008789065, 0.27822695922851565, 0.27817779541015625, 0.278223876953125, 0.2780712890625, 0.2781552734375, 0.27817779541015625, 0.27828326416015625, 0.27808563232421873, 0.2781634521484375, 0.2780559387207031, 0.2784337768554688, 0.2782105712890625, 0.5971056518554687, 0.27803033447265624, 0.2779811706542969, 0.277897216796875, 0.27794943237304687, 0.27811328125, 0.2779002990722656, 0.2777712707519531, 0.27780813598632814, 0.27793408203125, 0.27786648559570315, 0.27795455932617186, 0.2778746948242187, 0.2783477783203125, 0.27791668701171873, 0.2779648132324219, 0.2779719543457031, 0.2780088195800781, 0.27791461181640625, 0.2780426330566406, 0.2780999755859375, 0.2781521911621094, 0.2780313720703125, 0.278086669921875, 0.27803955078125, 0.2783047790527344, 0.27796890258789064, 0.2780405883789063, 0.27807437133789065, 0.278108154296875, 0.278066162109375, 0.27813067626953125, 0.27807949829101564, 0.27821875, 0.27791156005859374, 0.27796685791015624, 0.2779873352050781, 0.278002685546875, 0.2782095336914063, 0.27797607421875, 0.2781460571289063, 0.27817779541015625, 0.2781112365722656, 0.2782791748046875, 0.27802520751953125, 0.27808563232421873, 0.2782586975097656, 0.2781614074707031, 0.27812045288085935, 0.2783477783203125, 0.2781368408203125, 0.27815936279296877, 0.27815731811523436, 0.2783129577636719, 0.2780006408691406, 0.278066162109375, 0.2781460571289063, 0.2781941833496094, 0.27810919189453126, 0.2780989379882812, 0.27818496704101564, 0.2781061096191406, 0.2781562805175781, 0.5980702514648437, 0.2780006408691406, 0.2780579833984375, 0.27795660400390626, 0.2780057678222656, 0.27833242797851565, 0.2779924621582031, 0.27797607421875, 0.2779842529296875, 0.27806002807617186, 0.2778808288574219, 0.27795660400390626, 0.2778255310058594, 0.27793304443359373, 0.27788595581054687, 0.2779873352050781, 0.2779422912597656, 0.2781480712890625, 0.277939208984375, 0.27817266845703126, 0.278076416015625, 0.27849114990234375, 0.27800677490234377, 0.277960693359375, 0.2781317138671875, 0.2781941833496094, 0.27790130615234376, 0.27797607421875, 0.27813580322265624, 0.2782576599121094, 0.27806002807617186, 0.27816244506835935, 0.2782054443359375, 0.27815731811523436, 0.27806719970703125, 0.27801089477539065, 0.27809381103515624, 0.2781603698730469, 0.27816448974609376, 0.277928955078125, 0.2781317138671875, 0.2781265869140625, 0.2780948486328125, 0.2781583251953125, 0.27793408203125, 0.2783549499511719, 0.27822695922851565, 0.2781562805175781, 0.27817166137695315, 0.2783703002929688, 0.2780682373046875, 0.27811328125, 0.27805389404296876, 0.2782740478515625, 0.2781337585449219, 0.2782320556640625, 0.27812045288085935, 0.27850137329101565, 0.27824331665039065, 0.27813580322265624, 0.27825457763671874, 0.2782443542480469, 0.278265869140625, 0.59905126953125, 0.27806719970703125, 0.278319091796875, 0.27793408203125, 0.2779924621582031, 0.27784600830078127, 0.27785830688476565, 0.27801190185546876, 0.2779504699707031, 0.2779934692382813, 0.2777784423828125, 0.2779228210449219, 0.2779862976074219, 0.27798834228515623, 0.2778951721191406, 0.27802725219726565, 0.2779320373535156, 0.27811532592773436, 0.2780282897949219, 0.27811019897460937, 0.27795660400390626, 0.27806719970703125, 0.2779842529296875, 0.27808563232421873, 0.27802420043945314, 0.2782156677246094, 0.2784849853515625, 0.27811019897460937, 0.27808767700195314, 0.2785658874511719, 0.27806515502929685, 0.2783477783203125, 0.27827508544921875, 0.2782576599121094, 0.2779719543457031, 0.2780487670898438, 0.2781337585449219, 0.2781460571289063, 0.278518798828125, 0.27812249755859375, 0.2781419372558594, 0.2780979309082031, 0.2780006408691406, 0.27822900390625, 0.2779637756347656, 0.27812762451171874, 0.2781757507324219, 0.2782689208984375, 0.27810302734375, 0.27818801879882815, 0.27811532592773436, 0.2780979309082031, 0.27808154296875, 0.2781255798339844, 0.2781388854980469, 0.2781337585449219, 0.27808563232421873, 0.27825665283203127, 0.27816448974609376, 0.27819009399414063, 0.2781634521484375, 0.2783068237304688, 0.27855563354492185, 0.59966259765625, 0.27836007690429687, 0.2779832458496094, 0.278319091796875, 0.2781265869140625, 0.278066162109375, 0.2779648132324219, 0.2779852905273438, 0.277939208984375, 0.27803851318359374, 0.2782822265625, 0.27798016357421873, 0.27800473022460936, 0.2781163635253906, 0.2780477294921875, 0.2779955139160156, 0.2781470642089844, 0.278118408203125, 0.2780282897949219, 0.27814297485351563, 0.27802215576171874, 0.27818701171875, 0.27805902099609375, 0.278408203125, 0.27805184936523436, 0.27821875, 0.2779955139160156, 0.2779832458496094, 0.27797607421875, 0.2781255798339844, 0.2781839294433594, 0.27808767700195314, 0.278086669921875, 0.27829144287109375, 0.27813067626953125, 0.27797402954101563, 0.2779996032714844, 0.27843890380859376, 0.2781481018066406, 0.27820748901367187, 0.27819622802734373, 0.2781951904296875, 0.2780928039550781, 0.27817266845703126, 0.2780610656738281, 0.27811328125, 0.27823513793945315, 0.27809588623046877, 0.27818597412109375, 0.2783170471191406, 0.2780948486328125, 0.2781440124511719, 0.27812863159179685, 0.2781808776855469, 0.2780712890625, 0.2782300109863281, 0.2780498046875, 0.27820440673828123, 0.278223876953125, 0.2782013549804688, 0.278181884765625, 0.27823822021484373, 0.27826791381835936, 0.5991813354492187, 0.2781163635253906, 0.2779637756347656, 0.27790130615234376, 0.27800985717773435, 0.2780405883789063, 0.27791973876953124, 0.27791668701171873, 0.27787060546875, 0.2784122924804687, 0.2778685302734375, 0.27804672241210937, 0.277960693359375, 0.2780845947265625, 0.27822283935546877, 0.2779381713867187, 0.27791668701171873, 0.2780989379882812, 0.27791873168945314, 0.2780999755859375, 0.2780426330566406, 0.278086669921875, 0.2779084777832031, 0.27808255004882815, 0.27801907348632815, 0.2780845947265625, 0.27799755859375, 0.2780231628417969, 0.27811224365234377, 0.27812249755859375, 0.2781051025390625, 0.27811532592773436, 0.2780477294921875, 0.27821466064453126, 0.27798016357421873, 0.2779791259765625, 0.2779862976074219, 0.27815115356445314, 0.2782515258789062, 0.27806002807617186, 0.2780948486328125, 0.27811019897460937, 0.278086669921875, 0.2781767578125, 0.2780078125, 0.2785105895996094, 0.2781757507324219, 0.2781440124511719, 0.278139892578125, 0.27812045288085935, 0.277970947265625, 0.2781737060546875, 0.2781839294433594, 0.2783160400390625, 0.27813479614257813, 0.2781614074707031, 0.2781665344238281, 0.2781737060546875, 0.2779873352050781, 0.2781368408203125, 0.27808566284179687, 0.2781849365234375, 0.27812353515625]",tokens/s,3.537553210224268,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-180B,tiiuae/falcon-180B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-669478f5-3cebaf873dc734e3466904d5;43e7fa59-78d3-46d3-8a48-5ecc3afc6301) 403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository.. Cannot access content at: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json. If you are trying to create or update content,make sure you have a token with the `write` role. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1826, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 445, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like tiiuae/falcon-180B is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-1.3B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1554.829312,1894.252544,0.0,1247.80544,1098.984448,s,10,0.6871653900146484,0.06871653900146484,0.0005664056841337734,0.0687241439819336,0.06908744812011718,0.0695986213684082,0.07000755996704101,"[0.0688316192626953, 0.06876185607910157, 0.0689738540649414, 0.06851602935791015, 0.06868643188476563, 0.0682405776977539, 0.06893190765380859, 0.06807353973388672, 0.06803977966308594, 0.07010979461669922]",tokens/s,3725.4495601785593,kWh,8.060617669459464e-07,4.41684774192922e-07,3.5619529629379617e-06,4.80969950407683e-06,tokens/kWh,53225778.40528448,MB,1554.829312,1894.252544,0.0,1247.80544,1168.467456,s,10,35.99162915039062,3.599162915039062,0.002168037578555576,3.5984886474609374,3.602204931640625,3.60241630859375,3.60258541015625,"[3.59764892578125, 3.598422607421875, 3.6020263671875, 3.597736083984375, 3.5985546875, 3.596339111328125, 3.602157958984375, 3.602627685546875, 3.599098876953125, 3.597016845703125]",tokens/s,17.504070109401052,kWh,4.243587685054843e-05,2.3257129103152022e-05,0.000190800591415852,0.0002564935973695525,tokens/kWh,245620.1661409523,,s,629,36.552152061462365,0.058111529509479176,0.008225381708342357,0.057090049743652345,0.05720698852539063,0.05745684585571289,0.1257980310058594,"[0.05727231979370117, 0.05726310348510742, 0.05701017761230469, 0.05719859313964844, 0.05710233688354492, 0.05710847854614258, 0.057006080627441405, 0.05700403213500976, 0.05726003265380859, 0.057425918579101565, 0.05708697509765625, 0.057164798736572264, 0.05707680130004883, 0.0570684814453125, 0.05705318450927734, 0.05702041625976562, 0.05708902359008789, 0.05696819305419922, 0.05700710296630859, 0.057025535583496094, 0.057145343780517575, 0.05703168106079102, 0.05716582489013672, 0.057006080627441405, 0.05692927932739258, 0.05697843170166016, 0.05713919830322266, 0.057133056640625, 0.057017345428466794, 0.057062400817871096, 0.05714636611938476, 0.057041919708251954, 0.05703987121582031, 0.05708595275878906, 0.05704294586181641, 0.05699379348754883, 0.05709619140625, 0.05703987121582031, 0.0570695686340332, 0.057093120574951174, 0.05705830383300781, 0.05717401504516602, 0.057175041198730465, 0.05714739227294922, 0.05712179183959961, 0.05711360168457031, 0.05705011367797851, 0.057047039031982424, 0.05713100814819336, 0.057025535583496094, 0.05706444931030273, 0.05708083343505859, 0.05711872100830078, 0.05703475189208984, 0.057041919708251954, 0.05709619140625, 0.05720883178710937, 0.05708697509765625, 0.05706649780273437, 0.0571228141784668, 0.05712179183959961, 0.05695078277587891, 0.1264363555908203, 0.0570511360168457, 0.057038848876953124, 0.05707059097290039, 0.05703071975708008, 0.05704595184326172, 0.05707059097290039, 0.05714329528808594, 0.05709721755981445, 0.05740031814575195, 0.05756313705444336, 0.057148414611816405, 0.056997886657714845, 0.05706547164916992, 0.05705420684814453, 0.057051166534423825, 0.05696611022949219, 0.05709107208251953, 0.05700403213500976, 0.057073665618896485, 0.05698867034912109, 0.05709107208251953, 0.05703987121582031, 0.0570695686340332, 0.057041919708251954, 0.057060352325439455, 0.05704806518554688, 0.05712588882446289, 0.05711974334716797, 0.057210880279541014, 0.05710233688354492, 0.05714227294921875, 0.05706137466430664, 0.05713817596435547, 0.057022464752197265, 0.05714022445678711, 0.057063423156738284, 0.05713100814819336, 0.05713612747192383, 0.057093120574951174, 0.05705830383300781, 0.05710233688354492, 0.05705420684814453, 0.05711052703857422, 0.05712076950073242, 0.05713510513305664, 0.05741670227050781, 0.05717094421386719, 0.05707571029663086, 0.057128959655761716, 0.05720678329467774, 0.0571514892578125, 0.057059326171875, 0.05710745620727539, 0.05714636611938476, 0.05712384033203125, 0.05713919830322266, 0.05716377639770508, 0.057071617126464844, 0.05713407897949219, 0.057071617126464844, 0.05711360168457031, 0.05707881546020508, 0.1270814437866211, 0.05709721755981445, 0.057095169067382816, 0.057224193572998044, 0.057109504699707034, 0.05706243133544922, 0.057022430419921874, 0.05710540771484375, 0.05713817596435547, 0.0570880012512207, 0.057079807281494144, 0.057115646362304685, 0.05703475189208984, 0.05740851211547852, 0.05752217483520508, 0.05714636611938476, 0.057090049743652345, 0.057145343780517575, 0.057093120574951174, 0.05712793731689453, 0.05701939010620117, 0.057116703033447264, 0.05705519866943359, 0.05782425689697265, 0.05712998580932617, 0.05705830383300781, 0.057148414611816405, 0.05774335861206055, 0.057678848266601565, 0.05715967941284179, 0.05708697509765625, 0.05719347381591797, 0.057025535583496094, 0.057150463104248046, 0.0571412467956543, 0.05715353775024414, 0.057063423156738284, 0.05718937683105469, 0.0570511360168457, 0.05708294296264648, 0.0570582389831543, 0.0571514892578125, 0.05708595275878906, 0.057109504699707034, 0.05712793731689453, 0.057145343780517575, 0.057082878112792966, 0.057998336791992185, 0.05710953521728516, 0.05716374588012695, 0.05713100814819336, 0.05716582489013672, 0.056994815826416016, 0.057038848876953124, 0.05706752014160156, 0.05711769485473633, 0.05708601760864258, 0.05719955062866211, 0.05712998580932617, 0.057099262237548826, 0.05706854248046875, 0.05706854248046875, 0.057025535583496094, 0.1260584945678711, 0.057115646362304685, 0.05711052703857422, 0.05699686431884766, 0.056986625671386716, 0.05713510513305664, 0.05702860641479492, 0.057047039031982424, 0.056992767333984375, 0.05711667251586914, 0.057095169067382816, 0.05705420684814453, 0.05757952117919922, 0.05718527984619141, 0.05699071884155273, 0.05702348709106445, 0.05704092788696289, 0.057067489624023436, 0.05698457717895508, 0.05706547164916992, 0.05707571029663086, 0.057040897369384766, 0.05703987121582031, 0.05706547164916992, 0.05711360168457031, 0.05707987213134766, 0.056977344512939454, 0.057071617126464844, 0.05703782272338867, 0.0570777587890625, 0.05701017761230469, 0.05714022445678711, 0.05705011367797851, 0.057079807281494144, 0.057024513244628906, 0.05714022445678711, 0.057017345428466794, 0.05709721755981445, 0.05699686431884766, 0.057099262237548826, 0.05702860641479492, 0.05705318450927734, 0.057024574279785155, 0.0571923828125, 0.05835366439819336, 0.05720377731323242, 0.057080768585205076, 0.05709619140625, 0.05706547164916992, 0.057145343780517575, 0.05703782272338867, 0.05707571029663086, 0.057040897369384766, 0.05710752105712891, 0.05705619049072266, 0.05708697509765625, 0.05719859313964844, 0.05727334213256836, 0.05705420684814453, 0.057132030487060545, 0.057055233001708984, 0.057047039031982424, 0.0569620475769043, 0.12623052978515625, 0.05702348709106445, 0.05703168106079102, 0.057095169067382816, 0.057229312896728515, 0.057025535583496094, 0.05702656173706055, 0.0570695686340332, 0.05711667251586914, 0.05704908752441406, 0.057032703399658206, 0.05709107208251953, 0.05698972702026367, 0.05703062438964844, 0.05704908752441406, 0.05707059097290039, 0.056976383209228515, 0.05751500701904297, 0.05711974334716797, 0.05709721755981445, 0.05698355102539063, 0.05703276824951172, 0.05704288101196289, 0.05700812911987305, 0.05701939010620117, 0.057030654907226565, 0.05707263946533203, 0.05703580856323242, 0.056967136383056644, 0.057079807281494144, 0.057071617126464844, 0.05712691116333008, 0.057014270782470705, 0.05713100814819336, 0.05699993515014649, 0.05706649780273437, 0.05700812911987305, 0.05715456008911133, 0.057106433868408205, 0.05715967941284179, 0.05705625534057617, 0.05708697509765625, 0.05706649780273437, 0.057132030487060545, 0.05712793731689453, 0.05708185577392578, 0.05734092712402344, 0.05767782211303711, 0.057311233520507814, 0.057115646362304685, 0.057071617126464844, 0.05778124618530273, 0.05705318450927734, 0.05708902359008789, 0.057073665618896485, 0.05707059097290039, 0.05702963256835938, 0.05725183868408203, 0.057047039031982424, 0.05710028839111328, 0.05716377639770508, 0.05752524948120117, 0.05704294586181641, 0.1258086395263672, 0.057060352325439455, 0.056973312377929686, 0.05695897674560547, 0.05698457717895508, 0.0570777587890625, 0.056998943328857424, 0.057051105499267576, 0.05705830383300781, 0.057207809448242185, 0.05734297561645508, 0.05720064163208008, 0.05705318450927734, 0.057024513244628906, 0.05703782272338867, 0.05714636611938476, 0.05711769485473633, 0.057115646362304685, 0.057012222290039063, 0.05711360168457031, 0.05704294586181641, 0.057060352325439455, 0.057009151458740234, 0.05706854248046875, 0.05702963256835938, 0.05701836776733398, 0.0570695686340332, 0.057073665618896485, 0.05699993515014649, 0.057055233001708984, 0.057062400817871096, 0.05715251159667969, 0.057027584075927736, 0.05712384033203125, 0.05708390426635742, 0.057115646362304685, 0.05702963256835938, 0.05725494384765625, 0.05714838409423828, 0.05711667251586914, 0.05709625625610352, 0.05712582397460937, 0.05706752014160156, 0.05712076950073242, 0.057055233001708984, 0.05711468887329101, 0.05706950378417969, 0.0570695686340332, 0.05711974334716797, 0.05716582489013672, 0.05698867034912109, 0.057093120574951174, 0.05705318450927734, 0.057079841613769534, 0.057037792205810546, 0.05705420684814453, 0.05710847854614258, 0.05712998580932617, 0.05704294586181641, 0.057109504699707034, 0.05706444931030273, 0.057012222290039063, 0.05695180892944336, 0.12652646636962891, 0.05702041625976562, 0.05699993515014649, 0.05708492660522461, 0.05702963256835938, 0.05709721755981445, 0.05722521591186523, 0.05712588882446289, 0.057106433868408205, 0.05709414291381836, 0.05705632019042969, 0.0571923828125, 0.057009151458740234, 0.05706547164916992, 0.05722009658813477, 0.05705830383300781, 0.05699379348754883, 0.05710847854614258, 0.057009151458740234, 0.05704294586181641, 0.057041919708251954, 0.05710233688354492, 0.05720678329467774, 0.05808639907836914, 0.05729587173461914, 0.05707059097290039, 0.05705215835571289, 0.05710028839111328, 0.05711667251586914, 0.057095169067382816, 0.05704294586181641, 0.05719039916992188, 0.05705625534057617, 0.057121856689453125, 0.057028545379638675, 0.05715967941284179, 0.05701939010620117, 0.05710335922241211, 0.0574648323059082, 0.057662464141845705, 0.05712691116333008, 0.05713721466064453, 0.05709817504882812, 0.05713100814819336, 0.05706547164916992, 0.05715660858154297, 0.0570880012512207, 0.05706444931030273, 0.05710438537597656, 0.05718425750732422, 0.05706447982788086, 0.05711151885986328, 0.0571228141784668, 0.057196544647216796, 0.05735327911376953, 0.05830854415893555, 0.057090049743652345, 0.05711667251586914, 0.05712076950073242, 0.05710847854614258, 0.05813862228393555, 0.057132030487060545, 0.05701939010620117, 0.12561714935302734, 0.05707059097290039, 0.05702348709106445, 0.057000961303710934, 0.05700812911987305, 0.05709209442138672, 0.05703168106079102, 0.05712691116333008, 0.05709209442138672, 0.05712588882446289, 0.056997886657714845, 0.05712384033203125, 0.05710540771484375, 0.057055233001708984, 0.057017345428466794, 0.05709721755981445, 0.057780223846435545, 0.057099262237548826, 0.056990753173828124, 0.057152481079101564, 0.05706854248046875, 0.05712588882446289, 0.05708083343505859, 0.057073665618896485, 0.05703680038452148, 0.05704806518554688, 0.05712691116333008, 0.05714944076538086, 0.05717299270629883, 0.05745971298217773, 0.057780223846435545, 0.05721702575683594, 0.05710438537597656, 0.057145343780517575, 0.057041919708251954, 0.0571228141784668, 0.057093120574951174, 0.05713100814819336, 0.05702143859863281, 0.05711155319213867, 0.05708083343505859, 0.05713407897949219, 0.05724364852905273, 0.057425918579101565, 0.05711769485473633, 0.05711667251586914, 0.05716787338256836, 0.0573941764831543, 0.05741571044921875, 0.057169952392578126, 0.05708281707763672, 0.057133056640625, 0.057041919708251954, 0.05713407897949219, 0.05708390426635742, 0.05716377639770508, 0.05732966232299805, 0.057452545166015626, 0.057078784942626956, 0.057130046844482425, 0.05713094329833984, 0.0586506233215332, 0.05720371246337891, 0.125770751953125, 0.057030654907226565, 0.05709209442138672, 0.0570695686340332, 0.057047039031982424, 0.05705215835571289, 0.05704601669311524, 0.057071617126464844, 0.05714944076538086, 0.05722828674316406, 0.05706038284301758, 0.057049057006835935, 0.057027584075927736, 0.05712793731689453, 0.057078784942626956, 0.057132030487060545, 0.05709209442138672, 0.057973758697509765, 0.057038848876953124, 0.057128959655761716, 0.05707571029663086, 0.05711667251586914, 0.057145343780517575, 0.05711974334716797, 0.05712076950073242, 0.05710335922241211, 0.05709107208251953, 0.057110591888427736, 0.057045982360839846, 0.05714633560180664, 0.057133056640625, 0.05718732833862305, 0.05705625534057617, 0.05717196655273438, 0.057181182861328124, 0.05715251159667969, 0.05701939010620117, 0.05713919830322266, 0.05709209442138672, 0.057180160522460936, 0.05717708969116211, 0.05713510513305664, 0.057060352325439455, 0.057099262237548826, 0.05714329528808594, 0.057128959655761716, 0.0570880012512207, 0.05713407897949219, 0.05710540771484375, 0.057145343780517575, 0.05708595275878906, 0.05717606353759765, 0.05715766525268555, 0.05707062530517578, 0.05706028747558594, 0.0571146240234375, 0.057133056640625, 0.057212928771972656, 0.05707468795776367, 0.05717299270629883, 0.0570695686340332, 0.05706137466430664, 0.05702041625976562, 0.1277491226196289, 0.05708390426635742, 0.05704294586181641, 0.05700505447387695, 0.0569989128112793, 0.05704806518554688, 0.05696819305419922, 0.057022464752197265, 0.05702143859863281, 0.057060352325439455, 0.056995838165283204, 0.0570511360168457, 0.057025535583496094, 0.057106433868408205, 0.056994815826416016, 0.05705011367797851, 0.057014270782470705, 0.05712179183959961, 0.056997886657714845, 0.057062400817871096, 0.05710131072998047, 0.05720678329467774, 0.05717606353759765, 0.057113662719726566, 0.05706643295288086, 0.05703680038452148, 0.05820006561279297, 0.05707881546020508, 0.057032703399658206, 0.057092063903808596, 0.05713100814819336, 0.057133056640625, 0.05705830383300781, 0.05713411331176758, 0.05704496002197266, 0.05709619140625, 0.05704499053955078, 0.05715660858154297, 0.05708185577392578, 0.057063423156738284, 0.057015361785888674, 0.05712691116333008, 0.0570049934387207, 0.05706137466430664, 0.057059326171875, 0.05710847854614258, 0.05703577423095703, 0.05708595275878906, 0.05715865707397461, 0.05717094421386719, 0.057033729553222653, 0.057095169067382816, 0.057079807281494144, 0.05703577423095703, 0.057048095703125, 0.057095134735107425, 0.057093120574951174, 0.0571146240234375, 0.05702143859863281, 0.057148414611816405, 0.05710745620727539, 0.05702143859863281, 0.05700812911987305]",tokens/s,17.208289102713767,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5050.339328,5956.435968,0.0,5309.988864,5047.4112,s,10,3.5051743164062503,0.350517431640625,0.0007670843399549683,0.3503496398925781,0.3513632080078125,0.35185547790527344,0.35224929382324216,"[0.35234774780273437, 0.35060940551757813, 0.34943450927734376, 0.3503487548828125, 0.35035052490234375, 0.34977896118164065, 0.35125381469726563, 0.35018606567382815, 0.35063809204101565, 0.3502264404296875]",tokens/s,730.3488411454216,kWh,4.129352663211896e-06,2.262697242233493e-06,1.994309066710337e-05,2.6335140572548764e-05,tokens/kWh,9720851.851721248,MB,5050.339328,5956.435968,0.0,5309.988864,5098.333184,s,10,196.294599609375,19.629459960937503,0.003306332269520929,19.629046875,19.633500976562498,19.63416455078125,19.634695410156247,"[19.629720703125, 19.632705078125, 19.6308828125, 19.628373046875, 19.62533203125, 19.634828125, 19.627736328125, 19.633353515625, 19.627451171875, 19.624216796875]",tokens/s,3.2094617032444903,kWh,0.00023168927829041793,0.00012698317002905933,0.001085903571787293,0.0014445760201067701,tokens/kWh,43611.412015093265,,s,629,199.13568667602536,0.31659091681403084,0.04163273062294084,0.3115284423828125,0.3119087646484375,0.3120863220214844,0.6618047436523438,"[0.31184384155273437, 0.3115591735839844, 0.31158578491210936, 0.31151007080078125, 0.31131027221679686, 0.3114598388671875, 0.3118182373046875, 0.3113861083984375, 0.3115765686035156, 0.3114055786132813, 0.31260980224609375, 0.312263671875, 0.3118950500488281, 0.3115806579589844, 0.3114864501953125, 0.31126220703125, 0.3116441650390625, 0.3115018310546875, 0.3115315246582031, 0.31142501831054686, 0.311541748046875, 0.3113861083984375, 0.31136972045898437, 0.3112591247558594, 0.3113461608886719, 0.31131954956054686, 0.3114598388671875, 0.3114537048339844, 0.3115653076171875, 0.311541748046875, 0.3114598388671875, 0.3115110473632812, 0.31137484741210936, 0.3119503479003906, 0.312026123046875, 0.31166055297851564, 0.31153048706054687, 0.3116718139648437, 0.311868408203125, 0.3118182373046875, 0.3115540466308594, 0.311741455078125, 0.3115653076171875, 0.3113912353515625, 0.3117998046875, 0.31146392822265623, 0.3114485778808594, 0.3119083557128906, 0.31169125366210937, 0.31166055297851564, 0.311630859375, 0.31203225708007815, 0.3113512878417969, 0.3113431091308594, 0.31123968505859373, 0.3115110473632812, 0.31138302612304686, 0.31147930908203125, 0.31122125244140625, 0.311330810546875, 0.31138302612304686, 0.31175167846679686, 0.6627184448242187, 0.3113984069824219, 0.31170968627929685, 0.3114127502441406, 0.31126220703125, 0.31154278564453125, 0.3114198913574219, 0.3116042175292969, 0.3116922912597656, 0.31159194946289065, 0.3114813537597656, 0.3120394287109375, 0.3122575378417969, 0.31202304077148435, 0.3119810485839844, 0.3112878112792969, 0.3118858337402344, 0.3115724792480469, 0.3115530090332031, 0.31155609130859374, 0.3114547119140625, 0.3113154602050781, 0.3114690551757813, 0.31146597290039063, 0.31144140625, 0.3114967041015625, 0.3115970458984375, 0.3113584594726562, 0.3114547119140625, 0.3111997375488281, 0.3114035339355469, 0.31180084228515625, 0.3114537048339844, 0.31141683959960936, 0.31198309326171875, 0.3117250671386719, 0.3118499755859375, 0.31170968627929685, 0.31176602172851564, 0.31219302368164065, 0.31145062255859374, 0.3116390380859375, 0.31146087646484377, 0.3120506896972656, 0.31171890258789064, 0.31187353515625, 0.31155813598632814, 0.31151513671875, 0.31166156005859375, 0.31171173095703125, 0.311625732421875, 0.31178546142578123, 0.311546875, 0.3118653564453125, 0.31160525512695314, 0.3117281188964844, 0.3115683898925781, 0.31145779418945313, 0.3114844055175781, 0.31155508422851563, 0.3114342346191406, 0.31170968627929685, 0.31176397705078124, 0.6612152099609375, 0.3113779296875, 0.31236709594726564, 0.3114844055175781, 0.31142501831054686, 0.311731201171875, 0.31146701049804687, 0.3121192932128906, 0.31149774169921873, 0.3114127502441406, 0.3114178466796875, 0.3117547607421875, 0.3113584594726562, 0.3121397705078125, 0.31130624389648437, 0.31131442260742187, 0.3115397033691406, 0.3114137573242188, 0.31158273315429685, 0.311583740234375, 0.31153765869140626, 0.31172607421875, 0.311552001953125, 0.31155712890625, 0.3116072998046875, 0.3116718139648437, 0.311404541015625, 0.3113922424316406, 0.31131137084960936, 0.31155609130859374, 0.3116861572265625, 0.311625732421875, 0.31160525512695314, 0.31175271606445315, 0.3120947265625, 0.3116974182128906, 0.3114618835449219, 0.31171585083007813, 0.311794677734375, 0.31187353515625, 0.31170355224609375, 0.31179571533203126, 0.3116021728515625, 0.3116339111328125, 0.31165338134765624, 0.31194113159179687, 0.31137588500976565, 0.3114649658203125, 0.3115130920410156, 0.3115212707519531, 0.3118940124511719, 0.31150079345703124, 0.3114434509277344, 0.3113594970703125, 0.31137484741210936, 0.3116216430664063, 0.31164825439453125, 0.3118807067871094, 0.3113963623046875, 0.3114967041015625, 0.3115448303222656, 0.31148236083984376, 0.311404541015625, 0.6620692749023438, 0.31139431762695313, 0.311910400390625, 0.3116124267578125, 0.3113605041503906, 0.311372802734375, 0.31147314453125, 0.3112949829101562, 0.3116492919921875, 0.3115335693359375, 0.31172402954101563, 0.31153253173828127, 0.31165643310546876, 0.31194622802734373, 0.31182745361328124, 0.31166055297851564, 0.3115673522949219, 0.31169537353515625, 0.31190118408203127, 0.3117230224609375, 0.31166873168945314, 0.3114342346191406, 0.3116390380859375, 0.31148544311523435, 0.31161038208007813, 0.3112949829101562, 0.31146701049804687, 0.31134002685546874, 0.3115683898925781, 0.3114055786132813, 0.31139736938476564, 0.311583740234375, 0.31133389282226565, 0.3113963623046875, 0.31168511962890627, 0.31193191528320313, 0.3114076232910156, 0.31169638061523436, 0.31148031616210936, 0.31190118408203127, 0.3117271118164063, 0.3115970458984375, 0.3113994140625, 0.31178546142578123, 0.311657470703125, 0.31192166137695315, 0.3116646423339844, 0.311267333984375, 0.3113789367675781, 0.31148544311523435, 0.3116738586425781, 0.3113932800292969, 0.31144549560546875, 0.3118499755859375, 0.31140966796875, 0.311414794921875, 0.31144549560546875, 0.3115284423828125, 0.31134515380859373, 0.3114117126464844, 0.31143118286132815, 0.3113779296875, 0.3115284423828125, 0.662192138671875, 0.31138302612304686, 0.3115816955566406, 0.31156121826171873, 0.31155813598632814, 0.3113809814453125, 0.31169329833984377, 0.31178546142578123, 0.3113799743652344, 0.3115540466308594, 0.3119083557128906, 0.31207220458984375, 0.31151617431640627, 0.31160321044921874, 0.31140045166015623, 0.31141683959960936, 0.3114158020019531, 0.3113851013183594, 0.31130419921875, 0.3115263977050781, 0.3114127502441406, 0.3112949829101562, 0.31136871337890626, 0.3116789855957031, 0.311330810546875, 0.3113861083984375, 0.31132672119140625, 0.3115038757324219, 0.31150796508789064, 0.31133285522460935, 0.3114158020019531, 0.31143936157226565, 0.31139736938476564, 0.31150283813476565, 0.31133285522460935, 0.3117619323730469, 0.31155712890625, 0.31122637939453124, 0.311436279296875, 0.3119288330078125, 0.3116789855957031, 0.3114844055175781, 0.31126629638671877, 0.3119165344238281, 0.31151617431640627, 0.3117782897949219, 0.31169125366210937, 0.31161651611328123, 0.3115397033691406, 0.3115397033691406, 0.3114281005859375, 0.311541748046875, 0.31147213745117186, 0.3113809814453125, 0.3113226318359375, 0.311362548828125, 0.31155508422851563, 0.31144244384765624, 0.31143014526367185, 0.3113543701171875, 0.31150592041015623, 0.31159295654296876, 0.31152947998046876, 0.6616196899414063, 0.3113656311035156, 0.3113799743652344, 0.3122022399902344, 0.31157760620117186, 0.3115438232421875, 0.3114352722167969, 0.3118960571289062, 0.31142706298828127, 0.311468017578125, 0.311552001953125, 0.31180389404296877, 0.3113543701171875, 0.311900146484375, 0.3113994140625, 0.31151513671875, 0.3119503479003906, 0.311330810546875, 0.31155508422851563, 0.3114649658203125, 0.3115130920410156, 0.31137176513671877, 0.3114547119140625, 0.31152435302734377, 0.3127951354980469, 0.3118182373046875, 0.31182131958007814, 0.31145062255859374, 0.31154791259765624, 0.31154074096679685, 0.3115970458984375, 0.31179571533203126, 0.31168307495117187, 0.311841796875, 0.31201278686523437, 0.3121745910644531, 0.31208447265625, 0.31171380615234373, 0.3116697692871094, 0.3120271301269531, 0.3118397521972656, 0.31170150756835935, 0.31159295654296876, 0.312099853515625, 0.3114629211425781, 0.31185101318359376, 0.3115643005371094, 0.3116093444824219, 0.3114649658203125, 0.3114905700683594, 0.3116656494140625, 0.3116021728515625, 0.3117055969238281, 0.3115284423828125, 0.31146392822265623, 0.31161651611328123, 0.31171072387695314, 0.3116011657714844, 0.3118284912109375, 0.3114260559082031, 0.3115816955566406, 0.31153253173828127, 0.3115192260742187, 0.6630952758789063, 0.31141683959960936, 0.31164312744140626, 0.31152743530273436, 0.3114291076660156, 0.3113584594726562, 0.31125811767578127, 0.3115335693359375, 0.3115970458984375, 0.3116779479980469, 0.31240090942382814, 0.31191244506835936, 0.31150283813476565, 0.3117332458496094, 0.31130419921875, 0.31145166015625, 0.31143731689453125, 0.3113594970703125, 0.3113861083984375, 0.3115816955566406, 0.3115192260742187, 0.3116779479980469, 0.31144140625, 0.3115663452148438, 0.3115591735839844, 0.3113912353515625, 0.3116390380859375, 0.3114291076660156, 0.3114649658203125, 0.3113861083984375, 0.31137176513671877, 0.31148748779296875, 0.3113502807617187, 0.31146392822265623, 0.3112017822265625, 0.31204556274414064, 0.31150796508789064, 0.3115745239257813, 0.31130419921875, 0.31160830688476565, 0.31174041748046877, 0.3113707580566406, 0.3113738098144531, 0.3120425109863281, 0.31171890258789064, 0.31209063720703123, 0.31143218994140626, 0.3114178466796875, 0.31159091186523435, 0.31140863037109373, 0.31129190063476564, 0.3126456298828125, 0.3115643005371094, 0.3116707763671875, 0.31138302612304686, 0.31131341552734376, 0.31147930908203125, 0.31155712890625, 0.3114762268066406, 0.3114700927734375, 0.3113543701171875, 0.31164620971679685, 0.3114014587402344, 0.661876708984375, 0.31147213745117186, 0.31161038208007813, 0.31178854370117187, 0.3116369934082031, 0.31138406372070315, 0.3113994140625, 0.3121100769042969, 0.31174554443359376, 0.3116502990722656, 0.31147930908203125, 0.3120486450195312, 0.31169125366210937, 0.31182437133789065, 0.31171685791015624, 0.31158273315429685, 0.31168307495117187, 0.31170968627929685, 0.31170458984375, 0.31167486572265624, 0.31185101318359376, 0.3117701110839844, 0.31155813598632814, 0.3116707763671875, 0.31168203735351563, 0.31149774169921873, 0.31163595581054687, 0.31133389282226565, 0.3113799743652344, 0.311541748046875, 0.31161038208007813, 0.3115704345703125, 0.31139431762695313, 0.3114598388671875, 0.3114281005859375, 0.3118059387207031, 0.31162777709960937, 0.3116441650390625, 0.3114014587402344, 0.3115048828125, 0.31208755493164064, 0.31144244384765624, 0.3115284423828125, 0.31309515380859376, 0.3117025146484375, 0.3120343017578125, 0.3119083557128906, 0.3115530090332031, 0.3115448303222656, 0.31152230834960937, 0.311510009765625, 0.3115069580078125, 0.3117506408691406, 0.3115540466308594, 0.3115069580078125, 0.3114137573242188, 0.3117055969238281, 0.31158477783203126, 0.3115284423828125, 0.311593994140625, 0.3115950012207031, 0.3112540283203125, 0.3114895324707031, 0.662466552734375, 0.3114035339355469, 0.3113226318359375, 0.31210906982421877, 0.31197491455078125, 0.3115673522949219, 0.31160830688476565, 0.3116871643066406, 0.3120425109863281, 0.3115448303222656, 0.3114495849609375, 0.31190631103515626, 0.311468017578125, 0.31199847412109377, 0.31142501831054686, 0.31138714599609374, 0.31127142333984376, 0.31176397705078124, 0.31159808349609375, 0.3120086975097656, 0.3115663452148438, 0.31146597290039063, 0.3112069091796875, 0.3112509460449219, 0.31143218994140626, 0.3113605041503906, 0.31138919067382814, 0.3113861083984375, 0.31139532470703124, 0.3112755126953125, 0.31115264892578126, 0.3114260559082031, 0.3111403503417969, 0.3112017822265625, 0.31128677368164065, 0.31140045166015623, 0.3121039428710938, 0.3113543701171875, 0.31140045166015623, 0.31126425170898436, 0.3120466003417969, 0.3118028869628906, 0.31142196655273435, 0.31180084228515625, 0.31138302612304686, 0.31169842529296876, 0.31304293823242185, 0.3114485778808594, 0.31143832397460935, 0.31143118286132815, 0.3114281005859375, 0.3113574523925781, 0.3113984069824219, 0.31149261474609374, 0.311372802734375, 0.311404541015625, 0.3115397033691406, 0.31151513671875, 0.31149362182617185, 0.3114629211425781, 0.3114629211425781, 0.3115069580078125, 0.31171173095703125, 0.6619484252929687, 0.31144549560546875, 0.3115090026855469, 0.31149978637695314, 0.31185614013671875, 0.3114260559082031, 0.31134002685546874, 0.3112959899902344, 0.3115192260742187, 0.31148748779296875, 0.31161343383789064, 0.31172607421875, 0.31162673950195313, 0.31148031616210936, 0.31136767578125, 0.31123147583007815, 0.31138919067382814, 0.31133184814453124, 0.3117342834472656, 0.3115806579589844, 0.31134002685546874, 0.3112939453125, 0.31161138916015624, 0.3114342346191406, 0.31162469482421873, 0.3115069580078125, 0.3114403991699219, 0.31136358642578127, 0.3114014587402344, 0.3113512878417969, 0.31128167724609374, 0.3113697509765625, 0.31135638427734375, 0.31134515380859373, 0.3115069580078125, 0.3115048828125, 0.31214797973632813, 0.31165338134765624, 0.31144549560546875, 0.31144549560546875, 0.31171072387695314, 0.31162060546875, 0.3115868225097656, 0.3114710998535156, 0.311947265625, 0.31166873168945314, 0.31137484741210936, 0.31127655029296875, 0.31169638061523436, 0.311468017578125, 0.31132672119140625, 0.311436279296875, 0.31144140625, 0.31263333129882814, 0.31138919067382814, 0.3112171630859375, 0.31134515380859373, 0.3113707580566406, 0.31140045166015623, 0.3112458190917969, 0.31124273681640624, 0.3112949829101562, 0.31147930908203125]",tokens/s,3.158650317777157,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-7b,google/recurrentgemma-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694704d-3a85921405c9e04b2321aa63;2caf6099-bb58-48e8-8057-a14721c18fb4) Repository Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: google/recurrentgemma-7b is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",mixtral,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,t,t,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/t/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947575-0accc48314073541592d20c7;b1c4f515-0875-4aad-9c9f-1e4a51962c93) Repository Not Found for url: https://huggingface.co/t/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: t is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-72B,Qwen/Qwen-72B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-30b,facebook/opt-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6076.469248,19264.96256,0.0,18618.515456,17568.4224,s,10,13.635498901367187,1.3635498901367185,0.0013851927256528227,1.363193603515625,1.365039807128906,1.3656133483886719,1.3660721813964845,"[1.3625631103515625, 1.3661868896484375, 1.36205029296875, 1.3624544677734376, 1.36286865234375, 1.3617510986328125, 1.3635185546875, 1.364419921875, 1.3647735595703125, 1.364912353515625]",tokens/s,187.74523899109533,kWh,1.6085082954830596e-05,8.814408243088109e-06,7.978403604941287e-05,0.00010468352724733157,tokens/kWh,2445465.9365380295,MB,6076.76416,19264.96256,0.0,18618.515456,18063.737344,s,10,773.610859375,77.36108593750001,0.0007063899888939627,77.36097265625,77.361653125,77.36223671875,77.36270359375,"[77.36040625, 77.3609375, 77.3610078125, 77.3602578125, 77.3611875, 77.3605625, 77.360671875, 77.3615234375, 77.3628203125, 77.361484375]",tokens/s,0.8143629220884733,kWh,0.0009133520048525598,0.0005005971095847235,0.004508586634644174,0.005922535749081457,tokens/kWh,10637.335538206054,,s,629,784.6561179199217,1.2474660062319902,0.16197424394816592,1.2279183349609375,1.228476171875,1.2285888671875,2.590534052734375,"[1.227447265625, 1.2275302734375, 1.2274432373046875, 1.227218994140625, 1.2270489501953126, 1.2275711669921876, 1.227357177734375, 1.2275589599609376, 1.2272916259765625, 1.2276593017578126, 1.2274176025390624, 1.2274852294921874, 1.2276796875, 1.2275640869140625, 1.22784765625, 1.22768798828125, 1.227673583984375, 1.2278804931640626, 1.227715576171875, 1.227726806640625, 1.2277913818359374, 1.227662353515625, 1.2278487548828125, 1.2279244384765624, 1.227820068359375, 1.2282286376953124, 1.22768798828125, 1.2276787109375, 1.22760498046875, 1.2277216796875, 1.2276695556640624, 1.2278865966796875, 1.22787939453125, 1.2282706298828125, 1.2276705322265624, 1.2279879150390625, 1.227864013671875, 1.2280289306640626, 1.228136474609375, 1.2280576171875, 1.2281129150390624, 1.2288133544921875, 1.22821630859375, 1.228310546875, 1.2282828369140626, 1.22838525390625, 1.2283873291015626, 1.2282900390625, 1.2279091796875, 1.22836279296875, 1.22804833984375, 1.228283935546875, 1.22859619140625, 1.2285450439453125, 1.2285296630859375, 1.228368896484375, 1.228475341796875, 1.228410888671875, 1.2285205078125, 1.22836279296875, 1.2283197021484376, 1.2284456787109375, 2.594490478515625, 1.2273695068359376, 1.2274544677734376, 1.2272998046875, 1.227284423828125, 1.22728955078125, 1.22764794921875, 1.227513916015625, 1.227526123046875, 1.227642822265625, 1.2276612548828125, 1.2276551513671874, 1.2274903564453126, 1.2275169677734374, 1.2275128173828125, 1.2275548095703126, 1.2276275634765625, 1.2273858642578126, 1.2277708740234374, 1.2278773193359376, 1.227630615234375, 1.2278056640625, 1.2276654052734375, 1.227546630859375, 1.227979736328125, 1.2276070556640626, 1.227842529296875, 1.228037109375, 1.2278056640625, 1.2277862548828125, 1.2278804931640626, 1.227682861328125, 1.2281497802734376, 1.2277186279296874, 1.2280247802734374, 1.2281220703125, 1.2279971923828126, 1.227758544921875, 1.227904052734375, 1.227894775390625, 1.228189697265625, 1.2285767822265625, 1.22829931640625, 1.2282449951171874, 1.228337158203125, 1.2283238525390625, 1.2283197021484376, 1.2281129150390624, 1.228549072265625, 1.2283780517578125, 1.2284283447265625, 1.2281005859375, 1.228375, 1.22840478515625, 1.22849072265625, 1.228536865234375, 1.2288173828125, 1.228137451171875, 1.2285562744140626, 1.22847021484375, 1.2283668212890626, 1.228264404296875, 1.2286341552734374, 2.590506103515625, 1.227557861328125, 1.22739306640625, 1.2276602783203125, 1.2272711181640625, 1.2274166259765624, 1.2276080322265626, 1.22745751953125, 1.227989990234375, 1.2275323486328125, 1.2276397705078126, 1.22752001953125, 1.2276285400390625, 1.22770947265625, 1.22783544921875, 1.2276182861328124, 1.22770947265625, 1.2274503173828124, 1.2275220947265626, 1.2277872314453124, 1.2281436767578124, 1.227738037109375, 1.2278548583984374, 1.227724853515625, 1.227694091796875, 1.2277197265625, 1.227946044921875, 1.2276346435546874, 1.227756591796875, 1.2274554443359376, 1.227869140625, 1.227783203125, 1.22800537109375, 1.2280238037109374, 1.2280125732421876, 1.2277135009765625, 1.2279510498046875, 1.227842529296875, 1.2279183349609375, 1.228310546875, 1.228142578125, 1.2281068115234375, 1.2284498291015624, 1.228401611328125, 1.2281334228515626, 1.228505126953125, 1.2283299560546874, 1.228031005859375, 1.228148681640625, 1.2282664794921876, 1.2283883056640625, 1.22806787109375, 1.2285, 1.2287027587890624, 1.2283494873046874, 1.228158935546875, 1.228421142578125, 1.228399658203125, 1.2283780517578125, 1.2284251708984375, 1.2284027099609376, 1.2282122802734374, 1.2282613525390624, 2.590544921875, 1.2276080322265626, 1.2273018798828126, 1.2274063720703126, 1.2272025146484375, 1.2273233642578125, 1.227387939453125, 1.2272598876953125, 1.2279306640625, 1.2273172607421876, 1.2275076904296875, 1.2275272216796875, 1.2276807861328125, 1.227841552734375, 1.2275394287109376, 1.2277841796875, 1.227830322265625, 1.2276142578125, 1.2277073974609376, 1.227779052734375, 1.2276142578125, 1.227704345703125, 1.2280770263671874, 1.2276378173828124, 1.227822021484375, 1.22768798828125, 1.2278404541015624, 1.227747314453125, 1.227862060546875, 1.2278056640625, 1.2277442626953126, 1.227462646484375, 1.227888671875, 1.2278660888671875, 1.228220458984375, 1.2278170166015625, 1.2277862548828125, 1.227809814453125, 1.227958251953125, 1.2280074462890624, 1.2280125732421876, 1.2280135498046876, 1.228652587890625, 1.2284169921875, 1.2283504638671876, 1.2285357666015626, 1.2283780517578125, 1.2284149169921874, 1.228156982421875, 1.2281558837890625, 1.2286453857421875, 1.2281241455078125, 1.228273681640625, 1.2286556396484376, 1.22842724609375, 1.2280770263671874, 1.2282879638671875, 1.2281016845703125, 1.2288880615234374, 1.228306396484375, 1.2282777099609374, 1.2284937744140625, 1.2286873779296874, 2.59087060546875, 1.2273797607421875, 1.2277801513671875, 1.2276593017578126, 1.22763671875, 1.2272640380859374, 1.227872314453125, 1.227398193359375, 1.2276715087890624, 1.2275599365234375, 1.227820068359375, 1.2275609130859375, 1.227504638671875, 1.227673583984375, 1.227704345703125, 1.227452392578125, 1.227693115234375, 1.22772998046875, 1.227677734375, 1.2276644287109375, 1.22778515625, 1.2277718505859374, 1.2279654541015625, 1.2276551513671874, 1.2277862548828125, 1.2275968017578125, 1.227546630859375, 1.227936767578125, 1.2278702392578125, 1.227599853515625, 1.2278292236328125, 1.2276695556640624, 1.227726806640625, 1.228021728515625, 1.227978759765625, 1.2281416015625, 1.2278292236328125, 1.2276378173828124, 1.2280401611328124, 1.2280023193359375, 1.2278240966796874, 1.2280032958984375, 1.22825732421875, 1.2281671142578126, 1.22851025390625, 1.228162109375, 1.2284251708984375, 1.22834326171875, 1.2282122802734374, 1.2281619873046874, 1.228494873046875, 1.2285870361328124, 1.2284251708984375, 1.2286197509765624, 1.2282685546875, 1.2284937744140625, 1.22838427734375, 1.22827978515625, 1.22844873046875, 1.2289986572265625, 1.228296142578125, 1.2282459716796874, 1.2284794921875, 2.589867919921875, 1.2274278564453125, 1.2274708251953126, 1.2273489990234374, 1.227440185546875, 1.22732958984375, 1.227250732421875, 1.2274586181640625, 1.2276285400390625, 1.2274493408203124, 1.2275557861328126, 1.2274267578125, 1.2276080322265626, 1.227388916015625, 1.22764697265625, 1.22790087890625, 1.2276285400390625, 1.2276746826171876, 1.2277115478515626, 1.2278046875, 1.2278978271484375, 1.227994140625, 1.2277237548828126, 1.2279337158203125, 1.2278507080078125, 1.22746875, 1.2279715576171875, 1.227789306640625, 1.227935791015625, 1.2276981201171875, 1.227969482421875, 1.2275496826171874, 1.2279141845703125, 1.2277606201171876, 1.2281026611328125, 1.2277421875, 1.2281661376953126, 1.22790087890625, 1.22830126953125, 1.2278455810546876, 1.228199951171875, 1.228156982421875, 1.228353515625, 1.228231689453125, 1.228583984375, 1.2282459716796874, 1.2283197021484376, 1.2279654541015625, 1.228291015625, 1.228078125, 1.228359619140625, 1.2280494384765626, 1.2284876708984376, 1.2286392822265626, 1.228547119140625, 1.2281968994140624, 1.2284169921875, 1.2282982177734374, 1.2282449951171874, 1.22855224609375, 1.22853173828125, 1.2284283447265625, 1.228547119140625, 2.591595458984375, 1.2272650146484374, 1.2275272216796875, 1.2273623046875, 1.2275087890625, 1.2273182373046876, 1.227599853515625, 1.227546630859375, 1.2276397705078126, 1.2274647216796875, 1.2275968017578125, 1.2275968017578125, 1.2276387939453124, 1.2275107421875, 1.2279071044921874, 1.2275025634765624, 1.2278814697265625, 1.2276807861328125, 1.22775341796875, 1.2275916748046876, 1.2278026123046875, 1.22758447265625, 1.227684814453125, 1.227916259765625, 1.2282286376953124, 1.227884521484375, 1.227757568359375, 1.22760498046875, 1.2275977783203125, 1.227937744140625, 1.2280760498046874, 1.2278507080078125, 1.2280770263671874, 1.2280718994140625, 1.2279920654296874, 1.2278927001953126, 1.2280032958984375, 1.228083251953125, 1.2281068115234375, 1.2279766845703124, 1.2279388427734375, 1.2281282958984374, 1.2282757568359375, 1.228252197265625, 1.22817333984375, 1.2285623779296875, 1.2283443603515625, 1.2282501220703126, 1.2281292724609374, 1.22819482421875, 1.228433349609375, 1.228072998046875, 1.2280709228515625, 1.2289239501953124, 1.2285562744140626, 1.22825732421875, 1.22851123046875, 1.228084228515625, 1.228326904296875, 1.228443603515625, 1.228146728515625, 1.228210205078125, 1.2283934326171875, 2.592523193359375, 1.2276243896484376, 1.227557861328125, 1.227694091796875, 1.2275557861328126, 1.227447265625, 1.2275660400390624, 1.22754052734375, 1.227598876953125, 1.22756298828125, 1.2274903564453126, 1.2272978515625, 1.2277965087890625, 1.22766845703125, 1.227695068359375, 1.2278712158203124, 1.2277197265625, 1.228221435546875, 1.22794287109375, 1.2275609130859375, 1.2275445556640625, 1.2279510498046875, 1.2277401123046876, 1.2277821044921875, 1.22779345703125, 1.2276654052734375, 1.2277965087890625, 1.22768994140625, 1.227663330078125, 1.2276910400390626, 1.2278404541015624, 1.22763671875, 1.22796337890625, 1.22757421875, 1.228094482421875, 1.22787841796875, 1.2279510498046875, 1.2280648193359376, 1.228137451171875, 1.22785693359375, 1.2280350341796875, 1.2281763916015624, 1.22842626953125, 1.228416015625, 1.228189697265625, 1.2280975341796876, 1.228591064453125, 1.2280247802734374, 1.2281385498046875, 1.2280401611328124, 1.2283238525390625, 1.2282091064453124, 1.228248046875, 1.228590087890625, 1.228802001953125, 1.2283443603515625, 1.22863818359375, 1.228222412109375, 1.2284569091796875, 1.228695556640625, 1.2284302978515624, 1.228210205078125, 1.2284027099609376, 2.593009765625, 1.2273765869140625, 1.227589599609375, 1.2277606201171876, 1.2275916748046876, 1.2274544677734376, 1.2273746337890625, 1.2274595947265625, 1.2279910888671874, 1.22764599609375, 1.2278385009765624, 1.2277698974609375, 1.2277073974609376, 1.2276602783203125, 1.2279664306640625, 1.2279388427734375, 1.22757421875, 1.227547607421875, 1.2279122314453126, 1.2282501220703126, 1.2278077392578124, 1.22768798828125, 1.227720703125, 1.2279439697265624, 1.227705322265625, 1.2278271484375, 1.22776171875, 1.22743701171875, 1.2280361328125, 1.2275958251953125, 1.227977783203125, 1.22779541015625, 1.2279593505859374, 1.227473876953125, 1.228094482421875, 1.2278385009765624, 1.2282081298828125, 1.227873291015625, 1.2281201171875, 1.2280228271484375, 1.2284283447265625, 1.2280494384765626, 1.2282706298828125, 1.2284129638671875, 1.2281671142578126, 1.228146728515625, 1.2284169921875, 1.228252197265625, 1.22815185546875, 1.22804736328125, 1.2284569091796875, 1.2279337158203125, 1.2284354248046876, 1.228452880859375, 1.228114990234375, 1.2285511474609374, 1.228230712890625, 1.2282818603515624, 1.228368896484375, 1.2287191162109374, 1.2289044189453124, 1.2282491455078124, 1.2283248291015625, 2.59312548828125, 1.227704345703125, 1.2275384521484376, 1.2273807373046874, 1.227841552734375, 1.227241455078125, 1.2273797607421875, 1.2276439208984375, 1.227440185546875, 1.2274227294921876, 1.22747705078125, 1.2277115478515626, 1.2275926513671875, 1.2275220947265626, 1.227599853515625, 1.2278671875, 1.227720703125, 1.2276357421875, 1.227682861328125, 1.227916259765625, 1.2276551513671874, 1.2275281982421875, 1.2278240966796874, 1.227535400390625, 1.2280330810546876, 1.227826171875, 1.22781494140625, 1.227546630859375, 1.2275015869140624, 1.227578369140625, 1.2277001953125, 1.227925537109375, 1.2280933837890624, 1.2279971923828126, 1.2281343994140625, 1.227747314453125, 1.2279593505859374, 1.227820068359375, 1.22789990234375, 1.2281600341796874, 1.228304443359375, 1.2282501220703126, 1.2282900390625, 1.22819482421875, 1.2281456298828124, 1.2287037353515624, 1.2284671630859374, 1.2280545654296875, 1.228421142578125, 1.22813134765625, 1.2282655029296874, 1.2281405029296875, 1.2284794921875, 1.2292156982421876, 1.22823779296875, 1.228368896484375, 1.2285767822265625, 1.228189697265625, 1.2285604248046875, 1.2285205078125, 1.22840478515625, 1.2284129638671875, 1.2283934326171875]",tokens/s,0.8016250503054035,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2_moe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.3b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1663.045632,2173.17376,0.0,1526.726656,1394.863104,s,10,0.6627642059326173,0.06627642059326173,0.00026721282630336093,0.06617371368408204,0.06652452621459962,0.06677067832946777,0.0669676000213623,"[0.06701683044433594, 0.06618406677246094, 0.06617862701416016, 0.0660363540649414, 0.06621501159667968, 0.06646982574462891, 0.06616880035400391, 0.06616880035400391, 0.06616220855712891, 0.06616368103027344]",tokens/s,3862.6105288798185,kWh,7.825270273213531e-07,4.287876574091678e-07,3.7192910549004575e-06,4.930605739630978e-06,tokens/kWh,51920598.303436816,MB,1663.045632,2173.17376,0.0,1526.726656,1491.575808,s,10,35.982101562500006,3.5982101562500004,0.0015186219730495677,3.5982465820312504,3.6005917236328124,3.600768273925781,3.600909514160156,"[3.60094482421875, 3.59877294921875, 3.59825, 3.597348876953125, 3.596685302734375, 3.597071533203125, 3.59834521484375, 3.5982431640625, 3.59588720703125, 3.600552490234375]",tokens/s,17.50870495726065,kWh,4.2412201234573296e-05,2.324414552075885e-05,0.00019928584357129916,0.0002649421903266313,tokens/kWh,237787.72237947866,,s,629,36.52025239181518,0.05806081461337868,0.007914954631140555,0.05709209442138672,0.057236428833007814,0.057348504638671874,0.12365197479248047,"[0.057003009796142576, 0.05717708969116211, 0.05701836776733398, 0.05707468795776367, 0.05730201721191406, 0.05755289459228516, 0.057490432739257816, 0.057490432739257816, 0.05737779235839844, 0.0573757438659668, 0.05710847854614258, 0.05703168106079102, 0.0570214729309082, 0.05709411239624024, 0.05703475189208984, 0.05706444931030273, 0.05703782272338867, 0.057299968719482425, 0.0572856330871582, 0.05702860641479492, 0.057030654907226565, 0.057030654907226565, 0.05700409698486328, 0.05702342224121094, 0.057062400817871096, 0.05704908752441406, 0.05706137466430664, 0.057112575531005856, 0.05707263946533203, 0.057083969116210935, 0.05702342224121094, 0.05704806518554688, 0.0570880012512207, 0.057073726654052734, 0.057065406799316404, 0.05705020904541016, 0.057080734252929685, 0.05706137466430664, 0.057085983276367186, 0.05715350341796875, 0.05713510513305664, 0.05710745620727539, 0.05708185577392578, 0.0571322250366211, 0.057124671936035154, 0.05711667251586914, 0.05708185577392578, 0.0572334098815918, 0.05704294586181641, 0.05711872100830078, 0.057059326171875, 0.05714022445678711, 0.05746995162963867, 0.05774848175048828, 0.057150463104248046, 0.057112575531005856, 0.05719859313964844, 0.05729894256591797, 0.0571412467956543, 0.05709318542480469, 0.057111488342285154, 0.057150463104248046, 0.1237022705078125, 0.05691398239135742, 0.05695072174072266, 0.057059391021728516, 0.056982463836669925, 0.05697843170166016, 0.056976383209228515, 0.05734320068359375, 0.05754876708984375, 0.05724038314819336, 0.05716582489013672, 0.05701631927490235, 0.05702041625976562, 0.05697945785522461, 0.05706137466430664, 0.05717708969116211, 0.057113632202148434, 0.0570992317199707, 0.057071617126464844, 0.05706137466430664, 0.05702860641479492, 0.056995838165283204, 0.05708697509765625, 0.057079807281494144, 0.057032703399658206, 0.0570503044128418, 0.05710316848754883, 0.0570695686340332, 0.05712384033203125, 0.05711360168457031, 0.05713919830322266, 0.05734502410888672, 0.05730201721191406, 0.0571412467956543, 0.05714227294921875, 0.05712076950073242, 0.05710745620727539, 0.057071617126464844, 0.05711052703857422, 0.057109504699707034, 0.05712076950073242, 0.057055233001708984, 0.057132030487060545, 0.05713100814819336, 0.05716377639770508, 0.057115646362304685, 0.05728870391845703, 0.05710131072998047, 0.05709619140625, 0.05712793731689453, 0.05728160095214844, 0.05715456008911133, 0.057141216278076175, 0.057154529571533205, 0.057140289306640626, 0.05722220611572266, 0.05713087844848633, 0.05709628677368164, 0.057110431671142575, 0.05709619140625, 0.057168033599853514, 0.05713187026977539, 0.05714739227294922, 0.1236490249633789, 0.057003009796142576, 0.05707059097290039, 0.057095169067382816, 0.0570777587890625, 0.05710438537597656, 0.05705215835571289, 0.05697750473022461, 0.05704694366455078, 0.05702467346191406, 0.057054046630859376, 0.05703680038452148, 0.057030654907226565, 0.05706857681274414, 0.05711254501342773, 0.05710335922241211, 0.0572303352355957, 0.05754982376098633, 0.05714022445678711, 0.05709107208251953, 0.05707468795776367, 0.05706444931030273, 0.05709209442138672, 0.057095169067382816, 0.05705632019042969, 0.05702137756347656, 0.057076736450195314, 0.057043968200683595, 0.05709209442138672, 0.057047039031982424, 0.057128959655761716, 0.05727948760986328, 0.05708492660522461, 0.05703577423095703, 0.057063423156738284, 0.05710745620727539, 0.057085983276367186, 0.057035743713378904, 0.05713407897949219, 0.05711052703857422, 0.05712384033203125, 0.057071617126464844, 0.0571228141784668, 0.05712076950073242, 0.057047039031982424, 0.05707571029663086, 0.05711782455444336, 0.0572988166809082, 0.05710745620727539, 0.057280513763427736, 0.05719551849365234, 0.057089054107666015, 0.057152481079101564, 0.05711468887329101, 0.0571288948059082, 0.05710438537597656, 0.057183231353759766, 0.05719859313964844, 0.05713510513305664, 0.057093120574951174, 0.05715660858154297, 0.05710335922241211, 0.05716275024414062, 0.12356301116943359, 0.05697536087036133, 0.05702656173706055, 0.05699174499511719, 0.057025535583496094, 0.057099262237548826, 0.057003009796142576, 0.05697945785522461, 0.05701324844360352, 0.05702963256835938, 0.05703168106079102, 0.05704499053955078, 0.057063423156738284, 0.057076736450195314, 0.05708595275878906, 0.05712384033203125, 0.05705318450927734, 0.05708390426635742, 0.05701017761230469, 0.05703680038452148, 0.05705532836914062, 0.057167774200439454, 0.057030654907226565, 0.057059326171875, 0.05718527984619141, 0.057057281494140626, 0.05708390426635742, 0.05706649780273437, 0.05714329528808594, 0.05703782272338867, 0.057047039031982424, 0.05704195022583008, 0.057062366485595706, 0.05705846405029297, 0.057065311431884765, 0.05716582489013672, 0.057180160522460936, 0.05727334213256836, 0.057128959655761716, 0.05710847854614258, 0.05709823989868164, 0.05710131072998047, 0.05714227294921875, 0.05710028839111328, 0.05710438537597656, 0.05709209442138672, 0.05717913436889648, 0.057095169067382816, 0.057040897369384766, 0.05707263946533203, 0.05713100814819336, 0.05712179183959961, 0.05710438537597656, 0.05708185577392578, 0.057250816345214846, 0.05731942367553711, 0.057178112030029295, 0.05720371246337891, 0.057150463104248046, 0.05711155319213867, 0.057161727905273435, 0.05710438537597656, 0.057132030487060545, 0.12372172546386719, 0.05696102523803711, 0.057014270782470705, 0.05696819305419922, 0.056998977661132814, 0.05700396728515625, 0.05702041625976562, 0.05699993515014649, 0.057000961303710934, 0.05699686431884766, 0.05703577423095703, 0.05701529693603516, 0.05701324844360352, 0.057027584075927736, 0.05716889572143555, 0.0571412467956543, 0.057109504699707034, 0.057093120574951174, 0.05704499053955078, 0.05697228622436523, 0.05702348709106445, 0.057041919708251954, 0.057078784942626956, 0.05698867034912109, 0.05705318450927734, 0.05701017761230469, 0.05710745620727539, 0.057060352325439455, 0.05710847854614258, 0.057090049743652345, 0.057062400817871096, 0.05707059097290039, 0.0571146240234375, 0.05710041427612305, 0.057139072418212894, 0.057055233001708984, 0.057128959655761716, 0.057078784942626956, 0.05709721755981445, 0.05707571029663086, 0.05713935852050781, 0.057075553894042966, 0.057109504699707034, 0.057079807281494144, 0.0571412467956543, 0.057078784942626956, 0.05713715362548828, 0.057098369598388675, 0.05714316940307617, 0.057093120574951174, 0.0571146240234375, 0.05714022445678711, 0.05715967941284179, 0.057106433868408205, 0.05713510513305664, 0.057148414611816405, 0.057099262237548826, 0.05731430435180664, 0.05715967941284179, 0.057115646362304685, 0.05715353775024414, 0.05723648071289063, 0.05719244766235351, 0.12438739013671875, 0.057012161254882815, 0.05704499053955078, 0.05702348709106445, 0.057032703399658206, 0.05698252868652344, 0.057060352325439455, 0.05701529693603516, 0.05702963256835938, 0.056965118408203126, 0.057073665618896485, 0.05700505447387695, 0.057006080627441405, 0.05705011367797851, 0.057059326171875, 0.05700403213500976, 0.057011199951171876, 0.05704908752441406, 0.057032703399658206, 0.057014270782470705, 0.057027584075927736, 0.05702860641479492, 0.05708083343505859, 0.057063423156738284, 0.056995838165283204, 0.05703168106079102, 0.05712384033203125, 0.0570880012512207, 0.05712384033203125, 0.057055233001708984, 0.05720985412597656, 0.05701836776733398, 0.057106433868408205, 0.05715967941284179, 0.057071617126464844, 0.05709414291381836, 0.05720691299438477, 0.05707455825805664, 0.05713715362548828, 0.05708902359008789, 0.05712179183959961, 0.05710745620727539, 0.057073665618896485, 0.05710028839111328, 0.057106433868408205, 0.05706649780273437, 0.057079807281494144, 0.05709823989868164, 0.05707059097290039, 0.05707263946533203, 0.057076736450195314, 0.057095169067382816, 0.057100318908691404, 0.057062366485595706, 0.05709414291381836, 0.05712998580932617, 0.057181182861328124, 0.05710745620727539, 0.057161727905273435, 0.05714329528808594, 0.057296897888183596, 0.057417728424072265, 0.05716787338256836, 0.12369203186035156, 0.056946815490722655, 0.05700902557373047, 0.057060352325439455, 0.05706137466430664, 0.0569804801940918, 0.05702041625976562, 0.05704499053955078, 0.05711769485473633, 0.05712179183959961, 0.05714944076538086, 0.05714739227294922, 0.057009151458740234, 0.05697228622436523, 0.056992767333984375, 0.05702041625976562, 0.05703680038452148, 0.05702963256835938, 0.05711872100830078, 0.05731737518310547, 0.057267200469970705, 0.057047039031982424, 0.05709823989868164, 0.05714329528808594, 0.05705535888671875, 0.05703462219238281, 0.05708492660522461, 0.057071617126464844, 0.057106433868408205, 0.05710847854614258, 0.05708595275878906, 0.05707263946533203, 0.05707571029663086, 0.05711769485473633, 0.057040897369384766, 0.05703577423095703, 0.057108543395996095, 0.05735520172119141, 0.05723648071289063, 0.05709417724609375, 0.05713711929321289, 0.05710243225097656, 0.05705923080444336, 0.05711676788330078, 0.05710940933227539, 0.05711667251586914, 0.05710745620727539, 0.05707263946533203, 0.05705625534057617, 0.05707468795776367, 0.05706854248046875, 0.05709619140625, 0.05713510513305664, 0.05727129745483398, 0.057109504699707034, 0.057112575531005856, 0.05716582489013672, 0.05712198257446289, 0.057197376251220705, 0.0572303352355957, 0.057148414611816405, 0.05734604644775391, 0.0574832649230957, 0.12368297576904297, 0.05695267105102539, 0.05700505447387695, 0.05705215835571289, 0.05702143859863281, 0.056989696502685545, 0.056986625671386716, 0.057014270782470705, 0.057017345428466794, 0.05702656173706055, 0.05703475189208984, 0.05703577423095703, 0.057011199951171876, 0.05698067092895508, 0.05701919937133789, 0.0570511360168457, 0.05745663833618164, 0.057043102264404295, 0.05713187026977539, 0.05713612747192383, 0.05706444931030273, 0.05703577423095703, 0.05705215835571289, 0.057017345428466794, 0.05707059097290039, 0.05705420684814453, 0.057095169067382816, 0.05700198364257812, 0.0571228141784668, 0.057063423156738284, 0.057106433868408205, 0.0570880012512207, 0.057071617126464844, 0.05708390426635742, 0.05711676788330078, 0.057110431671142575, 0.057099262237548826, 0.05710131072998047, 0.057082878112792966, 0.05704601669311524, 0.05708697509765625, 0.05709414291381836, 0.05710028839111328, 0.05710134506225586, 0.05721494293212891, 0.05713612747192383, 0.05761536026000977, 0.057350143432617184, 0.05713919830322266, 0.05709107208251953, 0.05715779113769531, 0.05759471893310547, 0.057186302185058595, 0.05715353775024414, 0.05715251159667969, 0.05711769485473633, 0.05715251159667969, 0.05712793731689453, 0.05719859313964844, 0.05710745620727539, 0.05714636611938476, 0.05712691116333008, 0.057161727905273435, 0.12365312194824218, 0.05699071884155273, 0.05705011367797851, 0.056999073028564454, 0.05696905517578125, 0.05697945785522461, 0.057022464752197265, 0.05699686431884766, 0.05702143859863281, 0.056959999084472655, 0.056994815826416016, 0.05702860641479492, 0.057012222290039063, 0.057012222290039063, 0.057057281494140626, 0.05704294586181641, 0.05703782272338867, 0.05708595275878906, 0.05704499053955078, 0.05702041625976562, 0.05701529693603516, 0.057025535583496094, 0.05708595275878906, 0.05702041625976562, 0.0569918098449707, 0.056990657806396484, 0.0570695686340332, 0.057022464752197265, 0.057090049743652345, 0.0570511360168457, 0.05747814559936523, 0.05700505447387695, 0.057047039031982424, 0.05704601669311524, 0.05711360168457031, 0.05708700942993164, 0.05711868667602539, 0.05704908752441406, 0.05709619140625, 0.057115646362304685, 0.057133056640625, 0.05715865707397461, 0.0570880012512207, 0.057115646362304685, 0.057099262237548826, 0.05709823989868164, 0.05709619140625, 0.057057281494140626, 0.05713817596435547, 0.057082878112792966, 0.05710847854614258, 0.05713817596435547, 0.057133056640625, 0.057109504699707034, 0.05713919830322266, 0.057082878112792966, 0.057133056640625, 0.05710335922241211, 0.05715363311767578, 0.05710019302368164, 0.05710540771484375, 0.05705215835571289, 0.05718019104003906, 0.1236817626953125, 0.05727948760986328, 0.05759904098510742, 0.05733267211914062, 0.057055233001708984, 0.05706150436401367, 0.05705920028686524, 0.05703680038452148, 0.05702348709106445, 0.05697945785522461, 0.057067584991455075, 0.05723641586303711, 0.057025535583496094, 0.056994815826416016, 0.05714329528808594, 0.05724467086791992, 0.05704806518554688, 0.05703680038452148, 0.05702041625976562, 0.057294849395751954, 0.05746995162963867, 0.05741689682006836, 0.05700076675415039, 0.05701939010620117, 0.057027584075927736, 0.057076736450195314, 0.05727747344970703, 0.05706646347045898, 0.057090049743652345, 0.05706752014160156, 0.05705420684814453, 0.05709107208251953, 0.057030654907226565, 0.05703475189208984, 0.05706444931030273, 0.05710335922241211, 0.05713612747192383, 0.05707686233520508, 0.057060222625732425, 0.05707571029663086, 0.05710540771484375, 0.057073665618896485, 0.057090049743652345, 0.05748940658569336, 0.05729075241088867, 0.057490432739257816, 0.05729075241088867, 0.05710233688354492, 0.057076736450195314, 0.0571033935546875, 0.05714838409423828, 0.05715456008911133, 0.05708595275878906, 0.057128959655761716, 0.05708595275878906, 0.05714227294921875, 0.057768959045410156, 0.057104511260986326, 0.057070465087890626, 0.05713919830322266, 0.05712998580932617, 0.057112575531005856, 0.05710847854614258]",tokens/s,17.223320180037135,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.4b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1674.15808,2173.17376,0.0,1526.726656,1394.863104,s,10,0.6633986434936523,0.06633986434936523,0.0002834213305971893,0.06622074890136719,0.06651487426757811,0.06681279602050781,0.06705113342285156,"[0.0671107177734375, 0.06620326232910156, 0.06610300445556641, 0.06609532928466796, 0.06620972442626953, 0.06618291473388672, 0.06644866943359375, 0.06623177337646484, 0.06639087677001954, 0.06642237091064453]",tokens/s,3858.916543028016,kWh,7.835787422872801e-07,4.2936535715154407e-07,3.713461396079291e-06,4.926405495518115e-06,tokens/kWh,51964865.70845631,MB,1674.15808,2173.17376,0.0,1526.726656,1491.575808,s,10,36.005891601562496,3.6005891601562494,0.002651652094642963,3.5998477783203127,3.6018425781250003,3.6050617919921875,3.6076371630859376,"[3.608281005859375, 3.5999453125, 3.598923828125, 3.599460205078125, 3.601127197265625, 3.59905322265625, 3.60047607421875, 3.6000146484375, 3.599750244140625, 3.59885986328125]",tokens/s,17.497136495646753,kWh,4.243640493478207e-05,2.3257412183964045e-05,0.0001990910619585201,0.0002647848790772662,tokens/kWh,237928.99435777872,,s,629,36.54402151870729,0.058098603368374045,0.007920234388562994,0.05711872100830078,0.05725793228149414,0.05743477630615234,0.12371951416015625,"[0.057945152282714844, 0.05798495864868164, 0.0580055046081543, 0.05788979339599609, 0.057850879669189455, 0.057829376220703124, 0.057862144470214844, 0.057864192962646485, 0.057673728942871094, 0.05731020736694336, 0.05710335922241211, 0.05719347381591797, 0.05710233688354492, 0.057106433868408205, 0.0570860481262207, 0.0570530891418457, 0.05704908752441406, 0.057076736450195314, 0.05712300872802734, 0.057064254760742186, 0.05702041625976562, 0.05703577423095703, 0.057115646362304685, 0.05706547164916992, 0.05710745620727539, 0.05711974334716797, 0.0571495361328125, 0.05713209533691406, 0.05724041748046875, 0.05711155319213867, 0.05710233688354492, 0.05710847854614258, 0.05713817596435547, 0.057109504699707034, 0.057128959655761716, 0.05708492660522461, 0.05728460693359375, 0.05741158294677735, 0.05719039916992188, 0.057150463104248046, 0.05721913528442383, 0.05724051284790039, 0.057250816345214846, 0.05715660858154297, 0.05710131072998047, 0.05713715362548828, 0.057148414611816405, 0.05711769485473633, 0.05705625534057617, 0.05710233688354492, 0.05716889572143555, 0.0571146240234375, 0.05715660858154297, 0.05712384033203125, 0.05728665542602539, 0.057501697540283205, 0.05726105499267578, 0.05715865707397461, 0.0571228141784668, 0.057123870849609376, 0.057141216278076175, 0.05713612747192383, 0.12372582244873047, 0.057003009796142576, 0.0569804801940918, 0.057055233001708984, 0.05701836776733398, 0.0569989128112793, 0.05700723266601562, 0.05702028656005859, 0.0569989128112793, 0.056995838165283204, 0.057055233001708984, 0.05706752014160156, 0.05704819107055664, 0.057043838500976565, 0.05712793731689453, 0.05704601669311524, 0.05708390426635742, 0.057033729553222653, 0.05710438537597656, 0.05716582489013672, 0.05708697509765625, 0.05704806518554688, 0.05710233688354492, 0.05702143859863281, 0.05708185577392578, 0.05744537734985351, 0.05713100814819336, 0.057090049743652345, 0.057082878112792966, 0.057150463104248046, 0.057082878112792966, 0.0571228141784668, 0.05711155319213867, 0.057132030487060545, 0.057106433868408205, 0.057106433868408205, 0.05711872100830078, 0.05711155319213867, 0.05713407897949219, 0.05718220901489258, 0.05731532669067383, 0.05795532989501953, 0.057283584594726565, 0.05720371246337891, 0.05717708969116211, 0.05717299270629883, 0.05711974334716797, 0.05710847854614258, 0.05734502410888672, 0.05723852920532226, 0.05714022445678711, 0.05715251159667969, 0.05715577697753906, 0.05716153717041016, 0.05712691116333008, 0.05717520141601563, 0.05716463851928711, 0.05722326278686524, 0.057159584045410154, 0.05724774551391602, 0.0571514892578125, 0.057145343780517575, 0.057210880279541014, 0.12386406707763672, 0.05759385681152344, 0.0571412467956543, 0.05713919830322266, 0.057073665618896485, 0.05700505447387695, 0.05704601669311524, 0.057079807281494144, 0.05709414291381836, 0.057032703399658206, 0.057040897369384766, 0.057082878112792966, 0.057025535583496094, 0.05706854248046875, 0.05706854248046875, 0.057082878112792966, 0.05710335922241211, 0.05707059097290039, 0.057062496185302736, 0.05714323043823242, 0.05711868667602539, 0.05705215835571289, 0.057106433868408205, 0.05709107208251953, 0.0570880012512207, 0.05703987121582031, 0.057116703033447264, 0.05707772827148438, 0.0571146240234375, 0.05711360168457031, 0.05710847854614258, 0.05707468795776367, 0.05710847854614258, 0.05711667251586914, 0.05715353775024414, 0.057100318908691404, 0.05713916778564453, 0.05713407897949219, 0.05711052703857422, 0.05710335922241211, 0.05710131072998047, 0.057215999603271485, 0.0570748176574707, 0.05712371063232422, 0.0571228141784668, 0.05708390426635742, 0.057079807281494144, 0.057355262756347655, 0.057128959655761716, 0.05716787338256836, 0.057128959655761716, 0.05713817596435547, 0.05713926315307617, 0.057100223541259765, 0.05719670486450195, 0.057151329040527346, 0.05712998580932617, 0.057078784942626956, 0.05714329528808594, 0.05711360168457031, 0.0571228141784668, 0.057112575531005856, 0.057183231353759766, 0.12367574310302734, 0.056995742797851565, 0.05700198364257812, 0.05703475189208984, 0.05727849578857422, 0.057269214630126956, 0.057047073364257815, 0.05706441497802734, 0.057073665618896485, 0.05708083343505859, 0.057063423156738284, 0.05713100814819336, 0.05715967941284179, 0.05700505447387695, 0.057012222290039063, 0.057041919708251954, 0.05705625534057617, 0.05701836776733398, 0.05703987121582031, 0.057034816741943356, 0.05715244674682617, 0.05731737518310547, 0.0571228141784668, 0.0570511360168457, 0.05713715362548828, 0.0571956787109375, 0.0572127685546875, 0.05714739227294922, 0.05711769485473633, 0.05712998580932617, 0.05721299362182617, 0.05710124969482422, 0.0571146240234375, 0.05709209442138672, 0.05710335922241211, 0.05717913436889648, 0.0571228141784668, 0.05706649780273437, 0.05721916961669922, 0.05742480087280273, 0.057145343780517575, 0.05712080001831055, 0.057209823608398436, 0.05713715362548828, 0.057196544647216796, 0.0571412467956543, 0.057204734802246096, 0.05710131072998047, 0.0570880012512207, 0.05712384033203125, 0.05712486267089844, 0.05714944076538086, 0.057112575531005856, 0.05715865707397461, 0.05710969543457031, 0.05712876892089844, 0.05718527984619141, 0.05717196655273438, 0.0571514892578125, 0.05713407897949219, 0.05715967941284179, 0.05710028839111328, 0.05712899017333985, 0.12372886657714843, 0.05697945785522461, 0.057043968200683595, 0.057011199951171876, 0.05699379348754883, 0.05702963256835938, 0.05703987121582031, 0.05699686431884766, 0.056997886657714845, 0.057017345428466794, 0.05705526351928711, 0.057045982360839846, 0.057024513244628906, 0.05703168106079102, 0.05710438537597656, 0.05736959838867187, 0.057125022888183594, 0.05710943984985352, 0.05705001449584961, 0.0570511360168457, 0.05708083343505859, 0.057106433868408205, 0.0570777587890625, 0.0571412467956543, 0.05782236862182617, 0.057167713165283206, 0.057115646362304685, 0.05717708969116211, 0.05708492660522461, 0.057109504699707034, 0.05706547164916992, 0.05717094421386719, 0.05709107208251953, 0.057148414611816405, 0.05710745620727539, 0.057166847229003906, 0.05711360168457031, 0.05718425750732422, 0.05723648071289063, 0.057148414611816405, 0.05711872100830078, 0.05720787048339844, 0.05713708877563477, 0.05714432144165039, 0.05713411331176758, 0.0571893424987793, 0.05716787338256836, 0.05747609710693359, 0.05769830322265625, 0.05727849578857422, 0.05716886520385742, 0.05756313705444336, 0.05713715362548828, 0.057181182861328124, 0.05716585540771484, 0.057141216278076175, 0.057130016326904294, 0.05735625457763672, 0.057161727905273435, 0.05717401504516602, 0.057186302185058595, 0.05720576095581055, 0.057133056640625, 0.12370329284667969, 0.057022464752197265, 0.05708390426635742, 0.057109504699707034, 0.05707571029663086, 0.05704601669311524, 0.05707263946533203, 0.05702860641479492, 0.05706649780273437, 0.05703680038452148, 0.05714031982421875, 0.05703158569335937, 0.0570296630859375, 0.057093086242675783, 0.0570860481262207, 0.0570428466796875, 0.057093120574951174, 0.05715456008911133, 0.057109504699707034, 0.057038848876953124, 0.057106433868408205, 0.05713100814819336, 0.0570849609375, 0.05713507080078125, 0.05710847854614258, 0.05710131072998047, 0.05709619140625, 0.05708803176879883, 0.05723542404174805, 0.05714227294921875, 0.05707171249389648, 0.05706332778930664, 0.057166847229003906, 0.05710745620727539, 0.057085983276367186, 0.0571176643371582, 0.05715353775024414, 0.057128959655761716, 0.057161727905273435, 0.05716889572143555, 0.05708595275878906, 0.05713407897949219, 0.057151519775390625, 0.05714838409423828, 0.05710131072998047, 0.05712076950073242, 0.05712588882446289, 0.05708390426635742, 0.05710956954956055, 0.057257919311523436, 0.05713817596435547, 0.057111648559570315, 0.057140129089355465, 0.05717708969116211, 0.05717606353759765, 0.057207809448242185, 0.057199615478515625, 0.05715353775024414, 0.05714739227294922, 0.0571514892578125, 0.057159839630126955, 0.05725167846679687, 0.057390079498291016, 0.12398899078369141, 0.057022464752197265, 0.05720678329467774, 0.05741056060791016, 0.05723244857788086, 0.05702649688720703, 0.05707059097290039, 0.05711155319213867, 0.057188350677490236, 0.05710444641113281, 0.0570398063659668, 0.057169921875, 0.05716889572143555, 0.05702668762207031, 0.057043838500976565, 0.057090049743652345, 0.057041919708251954, 0.057085983276367186, 0.05702652740478516, 0.05705830383300781, 0.057245697021484375, 0.057621505737304686, 0.05722828674316406, 0.057294849395751954, 0.05706444931030273, 0.05710847854614258, 0.05715763092041016, 0.0570880012512207, 0.057071617126464844, 0.05710438537597656, 0.057063423156738284, 0.05707263946533203, 0.05708083343505859, 0.05711667251586914, 0.05706854248046875, 0.057051200866699216, 0.057162689208984374, 0.05719244766235351, 0.057093120574951174, 0.05715558242797852, 0.057145343780517575, 0.05710649490356445, 0.05712480163574219, 0.05714438247680664, 0.05721097564697265, 0.05712368011474609, 0.0571228141784668, 0.05718220901489258, 0.05710847854614258, 0.05710540771484375, 0.05713100814819336, 0.05725798416137695, 0.057396224975585934, 0.057283584594726565, 0.057161727905273435, 0.05711478424072266, 0.057111392974853514, 0.057166847229003906, 0.05711052703857422, 0.05714329528808594, 0.057194496154785154, 0.057161727905273435, 0.057212928771972656, 0.12372697448730469, 0.05699059295654297, 0.05705215835571289, 0.057063423156738284, 0.05701545715332031, 0.05705302429199219, 0.05720371246337891, 0.05743513488769531, 0.05712588882446289, 0.057027584075927736, 0.0570777587890625, 0.05704908752441406, 0.05708083343505859, 0.057078784942626956, 0.05707468795776367, 0.05732659149169922, 0.05708697509765625, 0.05708083343505859, 0.05706444931030273, 0.05707263946533203, 0.05718425750732422, 0.057059326171875, 0.05710745620727539, 0.057071617126464844, 0.05712179183959961, 0.057032703399658206, 0.05708697509765625, 0.05711155319213867, 0.057133056640625, 0.05724364852905273, 0.05734105682373047, 0.05738790512084961, 0.05716793441772461, 0.057132991790771484, 0.05713612747192383, 0.05710233688354492, 0.05710745620727539, 0.05714128112792969, 0.05710742568969727, 0.057118751525878905, 0.05711151885986328, 0.05716582489013672, 0.05710540771484375, 0.05714432144165039, 0.05711772918701172, 0.05720470428466797, 0.05712076950073242, 0.05711974334716797, 0.05743820953369141, 0.05712899017333985, 0.05714019012451172, 0.05718732833862305, 0.05710438537597656, 0.05714438247680664, 0.057135040283203126, 0.057219070434570314, 0.05716070556640625, 0.057175041198730465, 0.05717401504516602, 0.05718527984619141, 0.05712998580932617, 0.05715763092041016, 0.05714022445678711, 0.12395622253417969, 0.05701836776733398, 0.057207809448242185, 0.05751193618774414, 0.05706547164916992, 0.0569989128112793, 0.05712588882446289, 0.057063423156738284, 0.05708492660522461, 0.057040897369384766, 0.05708697509765625, 0.05706854248046875, 0.057059326171875, 0.057076736450195314, 0.05708697509765625, 0.057095169067382816, 0.05706854248046875, 0.0571514892578125, 0.05708083343505859, 0.057102401733398436, 0.05703878402709961, 0.0571412467956543, 0.0570695686340332, 0.057043968200683595, 0.057038848876953124, 0.057037887573242185, 0.05709817504882812, 0.05703475189208984, 0.057188350677490236, 0.057099262237548826, 0.05706547164916992, 0.05705830383300781, 0.057078784942626956, 0.05714739227294922, 0.05712998580932617, 0.05710550308227539, 0.05721488189697266, 0.0571514892578125, 0.05715865707397461, 0.05713510513305664, 0.057166847229003906, 0.05712899017333985, 0.05711459350585937, 0.057202686309814454, 0.05711667251586914, 0.05711872100830078, 0.05710028839111328, 0.05714022445678711, 0.057175041198730465, 0.05734297561645508, 0.05758771133422851, 0.05724364852905273, 0.05717401504516602, 0.05717401504516602, 0.05718732833862305, 0.0571228141784668, 0.057178112030029295, 0.05714944076538086, 0.05714944076538086, 0.05716070556640625, 0.05714636611938476, 0.05710335922241211, 0.057178112030029295, 0.12406784057617187, 0.057033729553222653, 0.057090049743652345, 0.057212928771972656, 0.057355262756347655, 0.0573040657043457, 0.05709619140625, 0.05710847854614258, 0.05710540771484375, 0.05705318450927734, 0.057087039947509764, 0.057307071685791015, 0.057095169067382816, 0.057003009796142576, 0.057043968200683595, 0.057073665618896485, 0.057063423156738284, 0.05705830383300781, 0.05702041625976562, 0.05706444931030273, 0.05709619140625, 0.05713100814819336, 0.05702361679077148, 0.057046913146972654, 0.057022464752197265, 0.057073665618896485, 0.05743423843383789, 0.05708582305908203, 0.05706649780273437, 0.05704499053955078, 0.05712691116333008, 0.05705420684814453, 0.057057281494140626, 0.05709107208251953, 0.05710438537597656, 0.05707263946533203, 0.057076736450195314, 0.057436161041259766, 0.05707689666748047, 0.057113441467285156, 0.05710233688354492, 0.0571228141784668, 0.057112575531005856, 0.057071617126464844, 0.05707571029663086, 0.05714432144165039, 0.05711052703857422, 0.05705830383300781, 0.05711360168457031, 0.05709107208251953, 0.05712489700317383, 0.05710128021240234, 0.057132030487060545, 0.05710438537597656, 0.05719039916992188, 0.057338878631591796, 0.05713715362548828, 0.057150463104248046, 0.05713612747192383, 0.05713919830322266, 0.05708492660522461, 0.0570880012512207, 0.05712588882446289]",tokens/s,17.212117710635876,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,x,x,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/x/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476a3-7a0e9f0b0fa432475b3d220f;50e56f1c-127a-42d6-a629-a32e3f696bdf) Repository Not Found for url: https://huggingface.co/x/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: x is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-34B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4706.717696,21498.42944,0.0,20851.982336,20236.60032,s,10,15.640249145507811,1.5640249145507812,0.00168203754809238,1.563786376953125,1.564931494140625,1.5666584350585937,1.5680399877929687,"[1.5630980224609374, 1.5644747314453125, 1.5625794677734375, 1.56453466796875, 1.5645272216796875, 1.5645477294921875, 1.5624769287109375, 1.5628692626953125, 1.5683853759765625, 1.5627557373046874]",tokens/s,163.68025702041214,kWh,1.8462728808323543e-05,1.0117648402811028e-05,9.129585081439906e-05,0.00011987622802553362,tokens/kWh,2135535.9958896274,MB,4706.717696,21498.42944,0.0,20851.982336,20339.706368,s,10,879.7075468749999,87.97075468749999,0.002247932535373388,87.97129296874999,87.973384375,87.973496875,87.973586875,"[87.9672265625, 87.968984375, 87.9679609375, 87.9719375, 87.972140625, 87.973609375, 87.973359375, 87.968734375, 87.9729453125, 87.9706484375]",tokens/s,0.7161470902892214,kWh,0.0010385013203819595,0.0005691906291757731,0.005147801034904198,0.0067554929844619305,tokens/kWh,9325.744271351337,,s,629,892.387736694337,1.4187404398956058,0.1859067280964402,1.39627001953125,1.3965248535156252,1.3967189697265625,2.9604817578125,"[1.39608984375, 1.3963448486328125, 1.3963612060546875, 1.3961072998046875, 1.3964923095703126, 1.3963653564453125, 1.396220947265625, 1.3965025634765624, 1.3960928955078125, 1.3962034912109376, 1.3961072998046875, 1.396042724609375, 1.396294677734375, 1.3963448486328125, 1.3963970947265625, 1.3963560791015626, 1.39631201171875, 1.396305908203125, 1.3963643798828125, 1.3958726806640624, 1.3961134033203124, 1.3959710693359375, 1.3963284912109375, 1.396166748046875, 1.3961839599609376, 1.3961236572265625, 1.3963602294921875, 1.3963294677734375, 1.3962445068359375, 1.396177001953125, 1.3961810302734374, 1.3960733642578125, 1.3959208984375, 1.396359130859375, 1.3958072509765624, 1.39637451171875, 1.396179931640625, 1.396137939453125, 1.39983154296875, 1.396505615234375, 1.3963970947265625, 1.3963028564453126, 1.396326416015625, 1.3964442138671875, 1.3961175537109376, 1.396173828125, 1.396177978515625, 1.3965987548828125, 1.3961728515625, 1.3964912109375, 1.3962935791015625, 1.39636328125, 1.39614208984375, 1.3962025146484376, 1.396126708984375, 1.3964083251953125, 1.3963018798828124, 1.396030517578125, 1.3959925537109374, 1.39601513671875, 1.395998779296875, 1.39626904296875, 2.96171923828125, 1.396209716796875, 1.3962506103515624, 1.3962557373046875, 1.3960858154296876, 1.3961513671875, 1.39597412109375, 1.39620654296875, 1.396126708984375, 1.396136962890625, 1.3962086181640625, 1.396041748046875, 1.39642578125, 1.396341796875, 1.3963878173828126, 1.396432861328125, 1.3963028564453126, 1.395948486328125, 1.3960714111328125, 1.3977159423828125, 1.395883056640625, 1.3964984130859375, 1.3963028564453126, 1.3964410400390626, 1.3959066162109375, 1.3964769287109375, 1.396209716796875, 1.3961768798828125, 1.39627001953125, 1.396104248046875, 1.396179931640625, 1.396157470703125, 1.39639404296875, 1.3961943359375, 1.39627001953125, 1.3962998046875, 1.39653125, 1.3978797607421876, 1.39601513671875, 1.39614111328125, 1.3961656494140624, 1.3962823486328124, 1.396073486328125, 1.3962823486328124, 1.3959659423828126, 1.3963233642578126, 1.3965946044921875, 1.3960704345703125, 1.396041748046875, 1.3960120849609374, 1.396105224609375, 1.3962178955078124, 1.39605810546875, 1.396042724609375, 1.3964912109375, 1.3962711181640626, 1.396250732421875, 1.396602783203125, 1.3962762451171875, 1.396516845703125, 1.396326416015625, 1.398640625, 1.3963304443359374, 2.96060302734375, 1.39647900390625, 1.39653125, 1.3961614990234374, 1.3960181884765626, 1.3962342529296874, 1.39601611328125, 1.3958338623046875, 1.39621484375, 1.3961512451171876, 1.3961553955078125, 1.3965394287109374, 1.39652294921875, 1.3962301025390624, 1.396216796875, 1.39635400390625, 1.3961707763671876, 1.396279296875, 1.39607861328125, 1.3962249755859375, 1.395962890625, 1.3963018798828124, 1.396126708984375, 1.3988648681640625, 1.3960888671875, 1.3964031982421874, 1.3962301025390624, 1.3964400634765626, 1.3959556884765625, 1.3960714111328125, 1.3961871337890626, 1.396095947265625, 1.3961861572265626, 1.3961195068359376, 1.3960130615234374, 1.395988525390625, 1.3964349365234374, 1.396515869140625, 1.3959833984375, 1.396220947265625, 1.3962230224609375, 1.396178955078125, 1.396315185546875, 1.3963509521484374, 1.3963929443359375, 1.3960755615234375, 1.3961195068359376, 1.3990062255859375, 1.396305908203125, 1.3959075927734375, 1.3962926025390625, 1.3961728515625, 1.3962230224609375, 1.39626806640625, 1.3965035400390624, 1.3963131103515625, 1.3960294189453124, 1.3960611572265624, 1.396111328125, 1.396221923828125, 1.39627734375, 1.3961727294921875, 1.3960447998046874, 2.961617919921875, 1.3961595458984375, 1.39620458984375, 1.39593212890625, 1.3961533203125, 1.3960263671875, 1.3961451416015624, 1.3962352294921876, 1.3962076416015625, 1.3960560302734375, 1.3962998046875, 1.3964493408203125, 1.39588720703125, 1.396454345703125, 1.3963284912109375, 1.39639501953125, 1.3963642578125, 1.3962127685546875, 1.396188232421875, 1.396221923828125, 1.396116455078125, 1.3964298095703125, 1.3964974365234375, 1.39631201171875, 1.3961666259765626, 1.396533203125, 1.3962506103515624, 1.396453369140625, 1.3960457763671874, 1.396447265625, 1.396515869140625, 1.39631005859375, 1.396305908203125, 1.3964073486328126, 1.396190185546875, 1.3960980224609374, 1.39657421875, 1.396528076171875, 1.3965926513671876, 1.4005042724609376, 1.396791259765625, 1.3964676513671874, 1.3963724365234376, 1.3963826904296874, 1.3961553955078125, 1.396410400390625, 1.39633251953125, 1.3959403076171875, 1.396326416015625, 1.3962608642578125, 1.3963551025390626, 1.3964451904296875, 1.396463623046875, 1.39631103515625, 1.39641552734375, 1.3962301025390624, 1.396401123046875, 1.3960284423828124, 1.3962137451171874, 1.3964359130859374, 1.3964512939453124, 1.3963233642578126, 1.39616357421875, 2.96169482421875, 1.39649951171875, 1.39685986328125, 1.396106201171875, 1.3962987060546874, 1.396274169921875, 1.3959752197265625, 1.3962496337890624, 1.3964339599609374, 1.39608984375, 1.3961011962890626, 1.3962977294921874, 1.3963929443359375, 1.39652197265625, 1.3963203125, 1.3962506103515624, 1.396452392578125, 1.3964031982421874, 1.3964390869140626, 1.396611083984375, 1.3960335693359376, 1.3959803466796874, 1.395914794921875, 1.3961964111328125, 1.3962803955078125, 1.3961553955078125, 1.3965179443359375, 1.39654248046875, 1.3962127685546875, 1.3964461669921875, 1.396337646484375, 1.3962884521484376, 1.3965230712890624, 1.3961533203125, 1.39621484375, 1.3961461181640624, 1.3964666748046874, 1.396431884765625, 1.3962578125, 1.396168701171875, 1.3964727783203126, 1.4002913818359375, 1.396400146484375, 1.3963284912109375, 1.3961728515625, 1.396716552734375, 1.396369384765625, 1.3964410400390626, 1.3962874755859376, 1.3961717529296875, 1.39602734375, 1.396189208984375, 1.39620458984375, 1.3962147216796874, 1.3963602294921875, 1.396046875, 1.39650048828125, 1.3963643798828125, 1.396154296875, 1.396696044921875, 1.396347900390625, 1.3963560791015626, 1.3960509033203126, 2.96171630859375, 1.3963919677734375, 1.3963355712890626, 1.39618505859375, 1.3962926025390625, 1.396115478515625, 1.3960120849609374, 1.396125732421875, 1.396279296875, 1.3963253173828125, 1.3961246337890625, 1.3961092529296875, 1.3965772705078126, 1.396653076171875, 1.3962025146484376, 1.395925048828125, 1.39633154296875, 1.396427734375, 1.3964052734375, 1.3962967529296875, 1.39624755859375, 1.396263916015625, 1.3963182373046874, 1.396494384765625, 1.3964830322265624, 1.3963775634765625, 1.396209716796875, 1.396411376953125, 1.3961912841796875, 1.39610107421875, 1.39620556640625, 1.39635205078125, 1.3962015380859376, 1.396042724609375, 1.3961400146484375, 1.396209716796875, 1.3963079833984375, 1.3961953125, 1.40067431640625, 1.3964073486328126, 1.396336669921875, 1.3963826904296874, 1.396295654296875, 1.39614208984375, 1.3964093017578125, 1.396348876953125, 1.39626806640625, 1.39626806640625, 1.3963868408203124, 1.3961544189453126, 1.3960079345703125, 1.39607861328125, 1.396130859375, 1.3962720947265626, 1.396485107421875, 1.39627001953125, 1.3966878662109374, 1.396177978515625, 1.3960714111328125, 1.39645751953125, 1.3967821044921875, 1.3963929443359375, 1.396221923828125, 2.9624052734375, 1.39640625, 1.396473876953125, 1.396378662109375, 1.3961103515625, 1.3961666259765626, 1.3961380615234376, 1.3961973876953124, 1.3964195556640624, 1.3963243408203125, 1.39621484375, 1.39620556640625, 1.3961348876953126, 1.3965609130859375, 1.3961318359375, 1.396334716796875, 1.396403076171875, 1.3967677001953125, 1.3963458251953125, 1.39630078125, 1.396005859375, 1.396190185546875, 1.396221923828125, 1.3991322021484376, 1.396274169921875, 1.3965567626953126, 1.3959332275390626, 1.39675439453125, 1.3960386962890625, 1.396147216796875, 1.3964830322265624, 1.3962813720703124, 1.3961563720703125, 1.3962669677734374, 1.3960653076171874, 1.3961922607421875, 1.3961605224609375, 1.3963775634765625, 1.396552734375, 1.39624853515625, 1.396236328125, 1.396547607421875, 1.396465576171875, 1.3962352294921876, 1.3962802734375, 1.3960560302734375, 1.3962137451171874, 1.39620556640625, 1.396074462890625, 1.396125732421875, 1.396263916015625, 1.3962332763671874, 1.396306884765625, 1.396263916015625, 1.39645849609375, 1.396369384765625, 1.3965506591796875, 1.396136962890625, 1.395937255859375, 1.3961185302734376, 1.3962281494140625, 1.3962301025390624, 1.400385498046875, 2.960169921875, 1.3960386962890625, 1.3961124267578124, 1.3962587890625, 1.3961328125, 1.3968507080078125, 1.396115478515625, 1.39623828125, 1.3961759033203125, 1.396401123046875, 1.39621484375, 1.3962935791015625, 1.39642578125, 1.3964779052734375, 1.3963294677734375, 1.3960775146484374, 1.397832763671875, 1.396600830078125, 1.39633154296875, 1.3963253173828125, 1.3960980224609374, 1.3963857421875, 1.3962301025390624, 1.39618408203125, 1.396242431640625, 1.3963233642578126, 1.3963560791015626, 1.3964493408203125, 1.39633154296875, 1.396285400390625, 1.3962772216796875, 1.3962454833984375, 1.3963140869140624, 1.396157470703125, 1.39630078125, 1.3960755615234375, 1.3961595458984375, 1.39652392578125, 1.396315185546875, 1.3964451904296875, 1.3963427734375, 1.3962332763671874, 1.39616357421875, 1.3960242919921875, 1.3964410400390626, 1.396295654296875, 1.396368408203125, 1.396148193359375, 1.3961932373046875, 1.396262939453125, 1.3962987060546874, 1.3963458251953125, 1.396189208984375, 1.3962659912109374, 1.3962874755859376, 1.3962987060546874, 1.3963837890625, 1.3963499755859374, 1.3961451416015624, 1.396453369140625, 1.3965670166015625, 1.3963551025390626, 1.3961656494140624, 2.9656298828125, 1.3966131591796875, 1.396486083984375, 1.396496337890625, 1.3961390380859375, 1.3962127685546875, 1.396168701171875, 1.39631005859375, 1.3962650146484374, 1.39608984375, 1.396369384765625, 1.396193359375, 1.3961533203125, 1.396337646484375, 1.396303955078125, 1.3962352294921876, 1.3963612060546875, 1.3983529052734376, 1.39636328125, 1.396357177734375, 1.396263916015625, 1.3963140869140624, 1.3959822998046876, 1.396474853515625, 1.396347900390625, 1.396595703125, 1.396111328125, 1.3961328125, 1.3962701416015626, 1.3961102294921874, 1.3961707763671876, 1.39612158203125, 1.3963203125, 1.3962547607421876, 1.396042724609375, 1.396252685546875, 1.3960447998046874, 1.396010986328125, 1.3960858154296876, 1.3964871826171874, 1.396463623046875, 1.396033447265625, 1.3962823486328124, 1.3962874755859376, 1.3961461181640624, 1.396464599609375, 1.3964410400390626, 1.396326416015625, 1.396304931640625, 1.396130859375, 1.3960826416015626, 1.396231201171875, 1.39595166015625, 1.3962086181640625, 1.39643505859375, 1.3962188720703126, 1.39656396484375, 1.396241455078125, 1.396109375, 1.396360107421875, 1.3962454833984375, 1.396515869140625, 1.4013460693359374, 2.9601669921875, 1.396242431640625, 1.3961563720703125, 1.3967093505859376, 1.3961451416015624, 1.3960601806640625, 1.3962076416015625, 1.396126708984375, 1.396243408203125, 1.3964246826171876, 1.3964666748046874, 1.39620654296875, 1.39607958984375, 1.39641552734375, 1.396093994140625, 1.3960858154296876, 1.3963212890625, 1.396093994140625, 1.3965445556640625, 1.39627001953125, 1.3963775634765625, 1.396485107421875, 1.3963131103515625, 1.3964759521484376, 1.3963275146484375, 1.3965045166015626, 1.39883935546875, 1.3962230224609375, 1.3962762451171875, 1.396242431640625, 1.3961400146484375, 1.3962178955078124, 1.3964820556640625, 1.396148193359375, 1.3961688232421876, 1.3961829833984376, 1.396322265625, 1.396190185546875, 1.396115478515625, 1.39614208984375, 1.3964031982421874, 1.39636328125, 1.3966151123046875, 1.3964134521484375, 1.3963355712890626, 1.396177978515625, 1.396125732421875, 1.396169677734375, 1.396275146484375, 1.3965240478515626, 1.3966817626953125, 1.3962578125, 1.396337646484375, 1.3967205810546874, 1.3967247314453124, 1.396284423828125, 1.396473876953125, 1.3963509521484374, 1.3962127685546875, 1.3961492919921874, 1.3961031494140625, 1.3963387451171876, 1.39633251953125]",tokens/s,0.7048505645427167,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-12b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1623.588864,9251.06176,0.0,8604.614656,8169.819136,s,10,5.280798400878906,0.5280798400878908,0.00021078689717856782,0.5280716247558594,0.5282905517578125,0.5283889892578125,0.5284677392578124,"[0.5282686767578125, 0.5279594116210937, 0.5281181640625, 0.5279363403320313, 0.5280250854492188, 0.5276858520507812, 0.5284874267578125, 0.528144775390625, 0.5282337036132813, 0.52793896484375]",tokens/s,484.77518088437677,kWh,6.2350433559445614e-06,3.416529552429749e-06,3.249559617189628e-05,4.214716908027059e-05,tokens/kWh,6073954.801387492,MB,1623.588864,9251.06176,0.0,8604.614656,8459.212288,s,10,300.96771875,30.096771875,0.0022299451415839387,30.0972080078125,30.0993080078125,30.09959541015625,30.099825332031248,"[30.097435546875, 30.09313671875, 30.099021484375, 30.0998828125, 30.09483203125, 30.0935, 30.096984375, 30.097431640625, 30.09625, 30.099244140625]",tokens/s,2.093247749680795,kWh,0.0003552285125032504,0.00019469590096940297,0.0018447265167157092,0.002394650930188362,tokens/kWh,26308.636138063117,,s,629,305.24218695068345,0.4852816962649978,0.06275670684458202,0.47776461791992186,0.47809618530273434,0.47821290893554685,1.0059945971679687,"[0.47784756469726564, 0.477380615234375, 0.47750656127929686, 0.47727719116210937, 0.4772034606933594, 0.4770918273925781, 0.47748504638671874, 0.47745330810546877, 0.47752703857421874, 0.477412353515625, 0.47774514770507814, 0.477444091796875, 0.47726797485351563, 0.4772894592285156, 0.4774225769042969, 0.4776048583984375, 0.4776427612304687, 0.47779840087890624, 0.4774912109375, 0.47786392211914064, 0.47789166259765625, 0.4776344909667969, 0.4777625732421875, 0.4776960144042969, 0.4778209228515625, 0.477765625, 0.4778270568847656, 0.4776294250488281, 0.47782809448242186, 0.477949951171875, 0.4780810241699219, 0.47805850219726564, 0.4778086547851563, 0.4776683654785156, 0.4777963562011719, 0.47777587890625, 0.47784756469726564, 0.4778834533691406, 0.4777870788574219, 0.4776632385253906, 0.47779327392578125, 0.4776939392089844, 0.4779581298828125, 0.47762637329101565, 0.4777349853515625, 0.47751263427734375, 0.4777021484375, 0.4776417236328125, 0.4781598815917969, 0.4779735107421875, 0.4779120788574219, 0.47792742919921877, 0.4781537170410156, 0.4779100036621094, 0.4780125122070312, 0.47772970581054686, 0.47801138305664065, 0.47781478881835937, 0.4779212951660156, 0.47780044555664064, 0.4781055908203125, 0.47808819580078127, 1.0059777221679687, 0.47759146118164064, 0.47747686767578124, 0.47729049682617186, 0.47717889404296876, 0.4772833251953125, 0.4771061706542969, 0.477233154296875, 0.47713504028320314, 0.4773292236328125, 0.4773519287109375, 0.4772894592285156, 0.4770785217285156, 0.47718917846679687, 0.4773692932128906, 0.47746661376953126, 0.4775997314453125, 0.4776294250488281, 0.4776222839355469, 0.4775372924804687, 0.4776069030761719, 0.47758438110351564, 0.4775935974121094, 0.4775475158691406, 0.4775475158691406, 0.47761715698242185, 0.4776079406738281, 0.4777820129394531, 0.47763153076171877, 0.47776150512695315, 0.47773080444335936, 0.477728759765625, 0.477876220703125, 0.4776386413574219, 0.47775552368164065, 0.4779436950683594, 0.478051513671875, 0.47777566528320314, 0.477812744140625, 0.47772467041015626, 0.4776939392089844, 0.4779765625, 0.4777185363769531, 0.4778926086425781, 0.47771954345703127, 0.4777830505371094, 0.47769497680664064, 0.4778936462402344, 0.4778885498046875, 0.4781158752441406, 0.4778116455078125, 0.47795098876953124, 0.4778414306640625, 0.47798065185546873, 0.47790597534179685, 0.4780082702636719, 0.47779226684570314, 0.4779376525878906, 0.47788543701171876, 0.4779069519042969, 0.47786187744140624, 0.47784344482421875, 0.4779960632324219, 1.0060942993164061, 0.4775475158691406, 0.47761203002929686, 0.477222900390625, 0.4772884521484375, 0.4774041748046875, 0.47716351318359373, 0.47731915283203125, 0.47729461669921874, 0.4772832946777344, 0.4773212280273437, 0.4772781982421875, 0.47732632446289064, 0.477159423828125, 0.47734271240234377, 0.4772392883300781, 0.47766220092773437, 0.477655029296875, 0.4781793212890625, 0.47780557250976563, 0.477623291015625, 0.47779327392578125, 0.47788861083984374, 0.47874755859375, 0.4777041931152344, 0.47769293212890623, 0.47773797607421875, 0.47787109375, 0.47802163696289063, 0.4778526611328125, 0.4778659973144531, 0.47778216552734376, 0.47779824829101564, 0.477725830078125, 0.4778443603515625, 0.47786187744140624, 0.47788851928710935, 0.4777697143554688, 0.47815167236328127, 0.4781465454101563, 0.4777185363769531, 0.47790286254882813, 0.47743692016601563, 0.4778465270996094, 0.4775854187011719, 0.47789157104492186, 0.47761407470703127, 0.47854592895507814, 0.4781230163574219, 0.4782561340332031, 0.477728759765625, 0.47781787109375, 0.4779100036621094, 0.478087158203125, 0.4778567810058594, 0.4780738525390625, 0.4778793029785156, 0.4780175476074219, 0.4778608703613281, 0.4781301879882813, 0.47826226806640626, 0.4779387512207031, 0.4778147277832031, 1.0060011596679688, 0.47752908325195315, 0.4773785705566406, 0.4771184692382813, 0.47735397338867186, 0.47771359252929685, 0.4773312683105469, 0.47771136474609377, 0.4775311279296875, 0.47739596557617187, 0.4772525939941406, 0.4773078918457031, 0.47765298461914063, 0.4772935791015625, 0.4771727294921875, 0.4774072265625, 0.4777830505371094, 0.47777792358398435, 0.47776666259765627, 0.47772979736328125, 0.47757720947265625, 0.47773696899414064, 0.4776632385253906, 0.4776202392578125, 0.47757720947265625, 0.47772576904296876, 0.4779754943847656, 0.4779929504394531, 0.4780841064453125, 0.47809945678710936, 0.4776888732910156, 0.47755670166015624, 0.4778526916503906, 0.4780021362304688, 0.47817727661132814, 0.4778577880859375, 0.4778404541015625, 0.4781782531738281, 0.47806668090820315, 0.4779417724609375, 0.4778731384277344, 0.47783627319335936, 0.47750674438476565, 0.4779169921875, 0.47796633911132813, 0.4778844299316406, 0.4777891845703125, 0.47832473754882815, 0.4779069519042969, 0.47835955810546876, 0.4780758972167969, 0.47794790649414065, 0.47783935546875, 0.47814862060546875, 0.47798068237304686, 0.47819775390625, 0.4778240051269531, 0.47794891357421876, 0.47766119384765626, 0.4780175476074219, 0.47771444702148436, 0.477812744140625, 0.477905029296875, 1.0060184326171875, 0.47747686767578124, 0.47716555786132814, 0.4770570373535156, 0.4772997131347656, 0.477475830078125, 0.4775630187988281, 0.47730059814453124, 0.4770775146484375, 0.47711642456054687, 0.4773928833007812, 0.4774901733398437, 0.4773939208984375, 0.47724237060546876, 0.47715737915039064, 0.4772464599609375, 0.47767550659179686, 0.4782868347167969, 0.4776519775390625, 0.477517822265625, 0.47762533569335935, 0.4777236328125, 0.4778373107910156, 0.47760079956054685, 0.4776959533691406, 0.47794482421875, 0.47779022216796874, 0.477876220703125, 0.4776202392578125, 0.47794790649414065, 0.47797555541992187, 0.47788543701171876, 0.4778383483886719, 0.4776847229003906, 0.47768780517578124, 0.4777185363769531, 0.4776990661621094, 0.4777687072753906, 0.4777461853027344, 0.47763967895507814, 0.4777625732421875, 0.477970458984375, 0.4777102966308594, 0.47783843994140623, 0.47767745971679687, 0.4779949951171875, 0.47777484130859377, 0.47801446533203124, 0.47774725341796875, 0.4781137390136719, 0.4776869201660156, 0.47773171997070313, 0.4776683654785156, 0.4779786376953125, 0.47775027465820313, 0.47809332275390626, 0.4777738342285156, 0.4785336608886719, 0.47789462280273437, 0.47781787109375, 0.47777279663085936, 0.4778373107910156, 0.47780044555664064, 1.005633544921875, 0.4774748229980469, 0.47745330810546877, 0.4773939208984375, 0.47740109252929686, 0.4773375854492187, 0.47715957641601564, 0.47723095703125, 0.4771123352050781, 0.4770918273925781, 0.47708877563476565, 0.47707443237304686, 0.47715020751953124, 0.4771625061035156, 0.4770355224609375, 0.47757720947265625, 0.47759051513671874, 0.47731814575195314, 0.4776734619140625, 0.4776581115722656, 0.4775577697753906, 0.47752703857421874, 0.47750860595703126, 0.47776461791992186, 0.4779130859375, 0.4778311767578125, 0.47775128173828124, 0.47784243774414065, 0.47743179321289064, 0.4778588256835937, 0.47779840087890624, 0.477763671875, 0.47769692993164065, 0.4777277526855469, 0.47781170654296873, 0.4778106994628906, 0.47790899658203123, 0.4776930236816406, 0.47842294311523437, 0.47794891357421876, 0.47779531860351565, 0.47768063354492185, 0.47765402221679687, 0.47791717529296873, 0.4776785888671875, 0.47795404052734375, 0.47778515625, 0.4779427185058594, 0.4777123718261719, 0.4779018249511719, 0.4777789306640625, 0.47784344482421875, 0.47775128173828124, 0.4779049072265625, 0.47767449951171875, 0.4779991149902344, 0.47798382568359377, 0.47821713256835935, 0.47781686401367185, 0.4778987121582031, 0.4777483215332031, 0.4782141418457031, 0.4781597900390625, 1.0065971069335937, 0.47781375122070313, 0.477765625, 0.4772198486328125, 0.4774205322265625, 0.47722802734375, 0.4769772033691406, 0.47719009399414064, 0.4771409912109375, 0.477159423828125, 0.47700689697265625, 0.4770211181640625, 0.4773693542480469, 0.47752294921875, 0.47737344360351563, 0.477370361328125, 0.4776468505859375, 0.47757415771484374, 0.4777123718261719, 0.4776806945800781, 0.47750341796875, 0.4776990661621094, 0.47790591430664064, 0.4787271728515625, 0.4778895263671875, 0.47796633911132813, 0.477849609375, 0.4775454711914062, 0.4776048583984375, 0.4777543640136719, 0.47765914916992186, 0.4776089477539063, 0.4776570739746094, 0.47787521362304686, 0.47811175537109374, 0.4777840576171875, 0.4778363952636719, 0.4780082092285156, 0.47785061645507815, 0.47784243774414065, 0.47772262573242186, 0.47778610229492186, 0.47758642578125, 0.4781107177734375, 0.4779417724609375, 0.4782889099121094, 0.47787725830078126, 0.47788137817382814, 0.4776734313964844, 0.47798690795898435, 0.4777204895019531, 0.4780472412109375, 0.47778509521484375, 0.47787725830078126, 0.47805746459960935, 0.4782909545898438, 0.47789773559570314, 0.4781588439941406, 0.4779991149902344, 0.47800421142578126, 0.47779022216796874, 0.47775640869140623, 0.477781005859375, 1.006455810546875, 0.47771136474609377, 0.477812744140625, 0.47751168823242185, 0.4771819763183594, 0.4772945556640625, 0.4772259826660156, 0.4771031188964844, 0.4771461181640625, 0.477169677734375, 0.47724749755859375, 0.47738162231445314, 0.47743179321289064, 0.47737344360351563, 0.47730584716796876, 0.4773273620605469, 0.47846502685546877, 0.4775454711914062, 0.47782809448242186, 0.477765625, 0.4780758972167969, 0.47827456665039064, 0.4778588256835937, 0.47798785400390625, 0.4778660583496094, 0.47765191650390626, 0.47765924072265625, 0.47767953491210935, 0.47768984985351565, 0.4777533569335938, 0.4776581115722656, 0.4777912292480469, 0.47776788330078124, 0.47784530639648437, 0.47800833129882814, 0.47790591430664064, 0.4775884704589844, 0.4777461853027344, 0.4776908874511719, 0.4777789306640625, 0.47783526611328125, 0.47793869018554686, 0.4778188781738281, 0.4780482482910156, 0.4776857604980469, 0.4780841064453125, 0.47760385131835936, 0.47785574340820314, 0.4775301208496094, 0.47814144897460936, 0.47778610229492186, 0.47783935546875, 0.47766937255859376, 0.4779970703125, 0.4778946533203125, 0.47811380004882814, 0.47766220092773437, 0.477949951171875, 0.477781005859375, 0.477949951171875, 0.4778209533691406, 0.4779447937011719, 0.4780349426269531, 1.0065131225585937, 0.47758642578125, 0.4774451599121094, 0.4772914733886719, 0.47713995361328126, 0.4772127990722656, 0.4770435791015625, 0.47694857788085937, 0.4770845642089844, 0.47742156982421874, 0.4772915344238281, 0.47753216552734373, 0.4772413330078125, 0.4772218933105469, 0.47705191040039063, 0.47733248901367187, 0.4775659484863281, 0.47834930419921873, 0.4775966796875, 0.477876220703125, 0.477991943359375, 0.47782809448242186, 0.4777041931152344, 0.47765914916992186, 0.4776642456054688, 0.4776509399414062, 0.4776632385253906, 0.47762637329101565, 0.47754855346679687, 0.47768984985351565, 0.477744140625, 0.47784857177734374, 0.4779970703125, 0.47784243774414065, 0.47794891357421876, 0.47783935546875, 0.4780421142578125, 0.4776960144042969, 0.4777001037597656, 0.4778373107910156, 0.47820697021484376, 0.4780033264160156, 0.47776446533203126, 0.4779029846191406, 0.47788018798828125, 0.4778270568847656, 0.4778250122070313, 0.4778608703613281, 0.47754144287109374, 0.4777870788574219, 0.47773492431640624, 0.47781478881835937, 0.47757931518554686, 0.47818951416015626, 0.4777963562011719, 0.4780339050292969, 0.4777923278808594, 0.47804510498046876, 0.47793356323242187, 0.4782110595703125, 0.47825408935546876, 0.478160888671875, 0.4781230163574219, 1.0060789794921876, 0.4775884704589844, 0.4774727783203125, 0.47706625366210936, 0.4773089294433594, 0.47746560668945315, 0.4770775146484375, 0.47712152099609373, 0.477454345703125, 0.4777872314453125, 0.47729757690429686, 0.47732427978515624, 0.47717172241210937, 0.4772464599609375, 0.4773642272949219, 0.47743179321289064, 0.4775301208496094, 0.4778035278320312, 0.47819058227539063, 0.4779704284667969, 0.47768679809570314, 0.477812744140625, 0.4777277526855469, 0.4777523193359375, 0.4777543640136719, 0.47774822998046873, 0.47860940551757813, 0.47762637329101565, 0.47768679809570314, 0.4779366455078125, 0.4781107177734375, 0.4778321838378906, 0.477781005859375, 0.47757620239257814, 0.4777820129394531, 0.47778713989257815, 0.47770938110351563, 0.47772357177734376, 0.47784140014648435, 0.478271484375, 0.4780994873046875, 0.4783083190917969, 0.47789669799804685, 0.477918212890625, 0.47761102294921876, 0.4777697143554688, 0.4776581115722656, 0.4778045349121094, 0.4777420654296875, 0.4777943420410156, 0.4778618469238281, 0.4781527099609375, 0.4777103271484375, 0.47794073486328126, 0.4776437683105469, 0.47799090576171877, 0.477770751953125, 0.4780953674316406, 0.47809332275390626, 0.478276611328125, 0.4783390808105469, 0.4782018432617188, 0.4779632568359375]",tokens/s,2.0606588043533587,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-4.5B,facebook/xglm-4.5B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-7.5B,facebook/xglm-7.5B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-14B,,cuda,0,42,,,,,False,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.214-202.855.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,56387f0ed9acb6808de92d1e9f4c4b67cc3f2798,4.40.2,,0.30.0,,,,1.19.1,,,,0.10.0,,,,MB,4000.587776,12218.53184,0.0,11572.084736,11067.6992,s,10,6.274333862304688,0.6274333862304687,0.0014418384227693484,0.6271485595703126,0.6294188720703124,0.6296758972167968,0.6298815173339843,"[0.62793310546875, 0.6299329223632812, 0.6257842407226563, 0.6269880981445313, 0.6266719360351563, 0.62570068359375, 0.6273090209960938, 0.628746337890625, 0.62590576171875, 0.6293617553710937]",tokens/s,408.0114409244492,kWh,7.395804394036532e-06,4.050755433627273e-06,4.069388672174601e-05,5.2140446549409814e-05,tokens/kWh,4909816.024636592,MB,4000.587776,12218.53184,0.0,11572.084736,11417.442816,s,10,346.35421484375,34.63542148437501,0.005481705204538505,34.636068359375,34.641064453125004,34.6420224609375,34.6427888671875,"[34.6408515625, 34.6320390625, 34.62715234375, 34.6347578125, 34.6315546875, 34.63737890625, 34.64076171875, 34.62712890625, 34.639609375, 34.64298046875]",tokens/s,1.8189471154096113,kWh,0.0004088220052400397,0.00022407180809487723,0.00225202189189386,0.002884915705228777,tokens/kWh,21837.726449273854,,s,629,351.4501739501952,0.5587443147061929,0.07457350902882966,0.5497006225585938,0.5501441894531249,0.5504188598632812,1.176382509765625,"[0.5506068725585938, 0.5495930786132812, 0.5498245239257813, 0.5495715942382813, 0.5498572998046874, 0.5496053466796875, 0.5504716796875, 0.5498091430664063, 0.549686279296875, 0.55003955078125, 0.549813232421875, 0.5506253051757812, 0.5500538940429688, 0.54976513671875, 0.5498408813476563, 0.549712890625, 0.5500037231445313, 0.5498408813476563, 0.5497374877929687, 0.5496514282226562, 0.5495634155273438, 0.5499484252929687, 0.5498009643554688, 0.549749755859375, 0.5499996337890625, 0.5498992919921875, 0.549813232421875, 0.549876708984375, 0.5494835205078125, 0.549986328125, 0.5497159423828125, 0.5493197021484375, 0.54942822265625, 0.5495449829101563, 0.5492377319335937, 0.5497302856445313, 0.5496565551757813, 0.5496156005859375, 0.5496463623046876, 0.5495572509765625, 0.5497221069335938, 0.54980712890625, 0.5500057373046875, 0.5500538940429688, 0.5496944580078125, 0.5496985473632813, 0.5496084594726562, 0.54987060546875, 0.5509058837890625, 0.5502412719726563, 0.5501102294921875, 0.54978662109375, 0.5499432983398438, 0.5499647827148437, 0.5500159912109375, 0.5497108764648437, 0.5498173217773438, 0.549696533203125, 0.5498163452148438, 0.5498910522460938, 0.5500999755859375, 0.5499238891601562, 1.180201904296875, 0.5495961303710938, 0.5500723266601563, 0.5503672485351563, 0.549634033203125, 0.550002685546875, 0.5495111694335938, 0.5496616821289062, 0.549981201171875, 0.5498695678710938, 0.5500579833984375, 0.549718017578125, 0.5496463623046876, 0.5496309814453125, 0.5493821411132812, 0.5495296020507813, 0.549802001953125, 0.5496903686523438, 0.5498193969726562, 0.5498982543945312, 0.5498163452148438, 0.5497221069335938, 0.549560302734375, 0.5495582885742187, 0.5493330078125, 0.5493002319335938, 0.5494978637695312, 0.5496187133789062, 0.549644287109375, 0.5494241333007812, 0.549265380859375, 0.5493729248046875, 0.54909130859375, 0.550029296875, 0.5500794677734375, 0.5493473510742187, 0.549444580078125, 0.54938623046875, 0.5494691772460938, 0.5502136840820312, 0.5493544921875, 0.54940771484375, 0.5494712524414063, 0.5495142211914062, 0.54980712890625, 0.5496698608398437, 0.5528350830078125, 0.5495797729492188, 0.5496033325195312, 0.5498132934570312, 0.5498224487304687, 0.5497057495117188, 0.5496361083984375, 0.549570556640625, 0.5493800659179687, 0.5498798217773437, 0.54930224609375, 0.549923828125, 0.5503836059570313, 0.5497139282226563, 0.5494732666015625, 0.549496826171875, 0.5494712524414063, 1.175841796875, 0.5491527709960937, 0.5492736206054688, 0.5495449829101563, 0.5494661254882812, 0.5495418701171875, 0.549697509765625, 0.5495429077148437, 0.5494323120117187, 0.549265380859375, 0.549232666015625, 0.5496770629882812, 0.5496279296875, 0.5497374877929687, 0.5492398071289063, 0.5496821899414063, 0.5494814453125, 0.5498685302734375, 0.5499617309570313, 0.5497620239257812, 0.5497784423828125, 0.549886962890625, 0.5496299438476563, 0.5515704345703125, 0.550213623046875, 0.5498910522460938, 0.5495255126953125, 0.5491824340820313, 0.549538818359375, 0.5496187133789062, 0.5496196899414062, 0.5493555297851562, 0.549349365234375, 0.5494251708984375, 0.5495367431640625, 0.5495818481445313, 0.5498910522460938, 0.549264404296875, 0.549528564453125, 0.5494200439453125, 0.5492828369140625, 0.549528564453125, 0.5496309814453125, 0.5498746948242188, 0.5496688842773437, 0.5493637084960937, 0.5493759765625, 0.551372802734375, 0.549791748046875, 0.549664794921875, 0.5494620361328125, 0.5496924438476563, 0.5494251708984375, 0.5495244750976562, 0.549538818359375, 0.5495643920898438, 0.5492008666992187, 0.5493524780273438, 0.54949169921875, 0.5494599609375, 0.54976513671875, 0.550413330078125, 0.54963916015625, 1.17722216796875, 0.5498256225585938, 0.5503005981445312, 0.5497630615234375, 0.5497098388671875, 0.5496985473632813, 0.5492327270507813, 0.550520751953125, 0.5497098388671875, 0.5497927856445313, 0.5496770629882812, 0.5494978637695312, 0.5504931640625, 0.5496401977539063, 0.5502904052734375, 0.5507471313476563, 0.5496740112304688, 0.5494783935546875, 0.5495623779296875, 0.5499719848632812, 0.5498204345703125, 0.5498378295898437, 0.5494824829101562, 0.5498490600585938, 0.5496207275390625, 0.5495715942382813, 0.5495480346679688, 0.549734375, 0.5497589721679688, 0.549396484375, 0.5495111694335938, 0.5495029907226563, 0.5494138793945312, 0.5499750366210937, 0.549739501953125, 0.549465087890625, 0.5495879516601563, 0.5494466552734375, 0.5499269409179688, 0.5497784423828125, 0.549307373046875, 0.5492203369140625, 0.5496996459960938, 0.5495797119140625, 0.5520455932617188, 0.5495582885742187, 0.5494783935546875, 0.5492991943359375, 0.5496453247070312, 0.5496002807617187, 0.5495111694335938, 0.550424560546875, 0.549718017578125, 0.5494630126953125, 0.5494774169921876, 0.5496810913085938, 0.549549072265625, 0.550012939453125, 0.5497477416992187, 0.5499432983398438, 0.5497426147460938, 0.5495152587890625, 0.5497979125976562, 1.1767869873046874, 0.549739501953125, 0.54965966796875, 0.5495429077148437, 0.5495787353515625, 0.5499330444335937, 0.5492398071289063, 0.5495439453125, 0.5495961303710938, 0.5495060424804687, 0.5497006225585938, 0.549695556640625, 0.5496063232421875, 0.549580810546875, 0.5494302978515625, 0.5494159545898437, 0.5495818481445313, 0.551183349609375, 0.5498726196289062, 0.5500170288085937, 0.5499586791992187, 0.5495982055664063, 0.5493883666992188, 0.5496759643554687, 0.5500333862304687, 0.5495510864257812, 0.5495152587890625, 0.5494763793945312, 0.5500599975585938, 0.5497907104492188, 0.5495081176757812, 0.54969140625, 0.5493330078125, 0.549623779296875, 0.5499668579101562, 0.5498572998046874, 0.5497098388671875, 0.5492971801757812, 0.5493268432617188, 0.5493104858398438, 0.5492162475585938, 0.549734375, 0.5499269409179688, 0.5494998779296875, 0.5495859375, 0.5493616943359375, 0.5498562622070312, 0.5494691772460938, 0.5497988891601563, 0.5496749877929688, 0.5496934814453125, 0.5498726196289062, 0.5495582885742187, 0.549538818359375, 0.5493759765625, 0.5495357666015624, 0.5493759765625, 0.55271728515625, 0.5497804565429687, 0.5499638061523437, 0.5498859252929688, 0.5494845581054687, 0.5494835205078125, 1.176280029296875, 0.5498716430664062, 0.5497538452148437, 0.550128662109375, 0.5498490600585938, 0.5496893310546875, 0.5495398559570313, 0.5497907104492188, 0.5496514282226562, 0.5496740112304688, 0.549696533203125, 0.550066162109375, 0.5496995849609375, 0.5500098266601563, 0.5500528564453125, 0.5500682373046875, 0.549749755859375, 0.5495162963867187, 0.5499627685546875, 0.5494998779296875, 0.5500108642578125, 0.5495879516601563, 0.54917431640625, 0.5495316162109375, 0.5493677978515625, 0.5499985961914062, 0.55001806640625, 0.549771240234375, 0.5498153076171876, 0.5497159423828125, 0.5498163452148438, 0.5502157592773438, 0.5497650756835938, 0.5495982055664063, 0.5495787353515625, 0.54948046875, 0.549781494140625, 0.5504225463867187, 0.55213671875, 0.5497979125976562, 0.549275634765625, 0.5496381225585938, 0.54999755859375, 0.5501982421875, 0.550055908203125, 0.5494722290039062, 0.5493514404296875, 0.5492357177734375, 0.5492142333984374, 0.5495664672851562, 0.5501439819335937, 0.5502484741210938, 0.5494712524414063, 0.5494579467773437, 0.5491691284179687, 0.5500702514648438, 0.5497671508789063, 0.549982177734375, 0.54965966796875, 0.549876708984375, 0.5498112182617187, 0.5495521240234374, 0.5497507934570313, 1.177450439453125, 0.5494251708984375, 0.5496135864257813, 0.54983984375, 0.5499371337890625, 0.5500845947265625, 0.550044677734375, 0.5497057495117188, 0.5494620361328125, 0.5499945068359375, 0.549612548828125, 0.5502515258789062, 0.549391357421875, 0.5496504516601562, 0.5496207275390625, 0.5498306274414062, 0.5498255615234375, 0.5497354125976562, 0.5500078125, 0.549634033203125, 0.549880859375, 0.5498316650390624, 0.5501747436523438, 0.5520926513671875, 0.5496801147460938, 0.5497426147460938, 0.5495900268554688, 0.5498982543945312, 0.5500016479492188, 0.5504071655273437, 0.5496565551757813, 0.5497374877929687, 0.5496524658203125, 0.5498357543945313, 0.5504757690429688, 0.5500744018554687, 0.5496309204101563, 0.5495275268554688, 0.5499218139648437, 0.5500528564453125, 0.5499259033203125, 0.5500927734375, 0.5498378295898437, 0.5497098388671875, 0.549464111328125, 0.549540771484375, 0.5494671630859375, 0.5494425659179687, 0.5492879638671875, 0.5496729736328125, 0.549949462890625, 0.5500682373046875, 0.5503406372070313, 0.54990234375, 0.5496832275390625, 0.549739501953125, 0.5494528198242188, 0.5497006225585938, 0.5501102294921875, 0.5501583251953125, 0.5500590209960937, 0.5497200927734375, 0.5498224487304687, 1.178892333984375, 0.5495838623046875, 0.5494957885742188, 0.5494210815429688, 0.5492039794921875, 0.5495214233398438, 0.54934326171875, 0.5497119140625, 0.5494619750976563, 0.5495746459960937, 0.5495081176757812, 0.5494824829101562, 0.5495889892578125, 0.5497364501953125, 0.5494661254882812, 0.5495736083984375, 0.5508587646484375, 0.5497988891601563, 0.5496689453125, 0.5499104614257813, 0.5496781005859375, 0.549433349609375, 0.5494845581054687, 0.5494364013671875, 0.549982177734375, 0.5496104736328125, 0.5497610473632812, 0.5496873168945312, 0.5494507446289062, 0.5494353637695313, 0.549749755859375, 0.5502740478515625, 0.5493923950195313, 0.5493842163085938, 0.5498470458984375, 0.5492612915039062, 0.5498347778320313, 0.5493955078125, 0.5496390991210938, 0.5495869140625, 0.5492551879882812, 0.5493821411132812, 0.5500845947265625, 0.5495992431640625, 0.5492684936523438, 0.54944970703125, 0.5492981567382812, 0.5493954467773438, 0.5493319702148437, 0.5496228637695313, 0.5499022827148438, 0.54959716796875, 0.549496826171875, 0.5490667724609375, 0.5494989013671875, 0.5497743530273438, 0.549411865234375, 0.551868408203125, 0.54951220703125, 0.5497180786132813, 0.5496380615234375, 0.549728271484375, 0.5498746948242188, 1.17642236328125, 0.5495439453125, 0.5496812133789063, 0.5500067138671875, 0.5500466918945313, 0.5497927856445313, 0.5496145629882813, 0.5498603515625, 0.5499801635742188, 0.5497774047851562, 0.5499218139648437, 0.5500252075195312, 0.5499617309570313, 0.5498746948242188, 0.5501552734375, 0.5501890258789063, 0.5498470458984375, 0.5514967041015625, 0.5500538940429688, 0.549981201171875, 0.5499453735351563, 0.5500723266601563, 0.5503211669921875, 0.5499566040039062, 0.5496749877929688, 0.5495214233398438, 0.55014501953125, 0.5498644409179687, 0.5502791748046875, 0.5495111694335938, 0.5496258544921875, 0.5497467041015625, 0.5499156494140625, 0.5499330444335937, 0.5498101806640625, 0.549422119140625, 0.5496688232421875, 0.549454833984375, 0.5499730224609375, 0.5499525146484375, 0.5496156005859375, 0.5495214233398438, 0.5496279296875, 0.54949169921875, 0.5499443359375, 0.5496893310546875, 0.5496371459960937, 0.5497661743164063, 0.5493309326171875, 0.5493667602539063, 0.5495982055664063, 0.5498716430664062, 0.5500508422851562, 0.5496002807617187, 0.549580810546875, 0.5497518310546875, 0.5494763793945312, 0.5502894287109374, 0.5498040161132812, 0.5496934204101562, 0.5494661254882812, 0.5495572509765625, 0.5497640991210937, 1.1800985107421875, 0.5502362060546875, 0.5499596557617188, 0.5499771118164063, 0.5499320068359375, 0.54993408203125, 0.5496924438476563, 0.5497088012695313, 0.54962890625, 0.5497692260742187, 0.5496719360351563, 0.5496749877929688, 0.550171630859375, 0.5498040161132812, 0.5495132446289063, 0.5494343872070313, 0.5496535034179687, 0.5498522338867188, 0.5498715209960937, 0.55016650390625, 0.5498357543945313, 0.54962890625, 0.5497313232421875, 0.5496842041015625, 0.5497507934570313, 0.54953369140625, 0.55164111328125, 0.5496196899414062, 0.550055908203125, 0.5495173950195312, 0.5501920776367187, 0.5497261962890625, 0.5495695190429688, 0.5494876098632813, 0.5496985473632813, 0.5498613891601563, 0.5497979125976562, 0.5498275756835938, 0.5494743041992187, 0.5495643920898438, 0.549391357421875, 0.5497763671875, 0.5498480834960937, 0.5502494506835938, 0.550213623046875, 0.549992431640625, 0.5500907592773437, 0.5497804565429687, 0.550150146484375, 0.5504419555664063, 0.5499197387695313, 0.5499852905273438, 0.5498756713867188, 0.5500354614257813, 0.5499658203125, 0.5504122924804687, 0.5497241821289063, 0.549796875, 0.5498849487304688, 0.549918701171875, 0.5500098266601563, 0.5499218139648437, 0.5500538330078125]",tokens/s,1.789727382775849,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,r,r,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/r/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694759f-2d8fa8ab2558e55847bdc353;a9eb9e0c-2185-448a-8c4a-aa49b36efa46) Repository Not Found for url: https://huggingface.co/r/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: r is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2120.617984,5971.116032,0.0,5324.668928,5080.87552,s,10,3.160778564453125,0.3160778564453125,0.00014221386743603723,0.31608947753906247,0.31621777343749996,0.316263916015625,0.316300830078125,"[0.31631005859375, 0.31595333862304686, 0.31619436645507815, 0.3159564208984375, 0.315891845703125, 0.3161977844238281, 0.31620751953125, 0.31612481689453126, 0.3158882751464844, 0.31605413818359374]",tokens/s,809.9270315201371,kWh,3.7333295784062813e-06,2.0456940575684257e-06,1.835831329775016e-05,2.4137336933724864e-05,tokens/kWh,10605975.327887764,MB,2120.617984,5971.116032,0.0,5324.668928,5290.117632,s,10,173.24443359375002,17.324443359375003,0.0011951264280211484,17.324284179687503,17.325962304687497,17.325986035156248,17.326005019531248,"[17.32349609375, 17.326009765625, 17.3251484375, 17.325763671875, 17.32453515625, 17.323236328125, 17.32595703125, 17.324033203125, 17.32393359375, 17.3223203125]",tokens/s,3.636480474041204,kWh,0.00020452947697291774,0.00011209910411696113,0.00099598438706465,0.0013126129681545287,tokens/kWh,47995.868948769414,,s,629,175.81415676879894,0.27951376274848777,0.03754764840079795,0.27497882080078123,0.27517562255859374,0.27527659912109376,0.5910434716796875,"[0.2751549377441406, 0.27478631591796876, 0.274740234375, 0.2748467102050781, 0.2747781066894531, 0.27483648681640627, 0.27480575561523435, 0.27484774780273435, 0.27487026977539064, 0.2749368286132812, 0.2748989562988281, 0.2748334045410156, 0.27480679321289064, 0.2747279357910156, 0.27483444213867186, 0.2748395385742187, 0.2749573059082031, 0.2748907470703125, 0.2748989562988281, 0.274777099609375, 0.2748989562988281, 0.27485696411132815, 0.2748805236816406, 0.2748784790039063, 0.27539968872070314, 0.2749306945800781, 0.2748108825683594, 0.27496652221679685, 0.2749921264648437, 0.2748805236816406, 0.2750218200683594, 0.2749276123046875, 0.2749573059082031, 0.27505767822265625, 0.2749849548339844, 0.2750382080078125, 0.2751651916503906, 0.27496038818359375, 0.2750003051757812, 0.27507302856445315, 0.2750699462890625, 0.27509246826171874, 0.275346435546875, 0.275018798828125, 0.2749961853027344, 0.2750627746582031, 0.2750822448730469, 0.2749767761230469, 0.2750279541015625, 0.2750679016113281, 0.2748856201171875, 0.27508120727539065, 0.27509246826171874, 0.27501669311523436, 0.27497882080078123, 0.2750330810546875, 0.27511911010742185, 0.27523687744140624, 0.27515802001953127, 0.275162109375, 0.27502590942382815, 0.2751109008789063, 0.5910446166992187, 0.2748846435546875, 0.27493679809570315, 0.27485592651367186, 0.27479757690429685, 0.2749266052246094, 0.2747801513671875, 0.2748385314941406, 0.27494503784179686, 0.2749010009765625, 0.27492044067382815, 0.27491122436523435, 0.27478842163085937, 0.2750320129394531, 0.27486822509765624, 0.2753914794921875, 0.2748610534667969, 0.274977783203125, 0.27492352294921873, 0.27486309814453125, 0.27502899169921874, 0.27495526123046876, 0.2748989562988281, 0.2748948364257813, 0.27489279174804687, 0.27484774780273435, 0.2748805236816406, 0.2749081726074219, 0.27503411865234373, 0.27519793701171874, 0.27506591796875, 0.27506375122070315, 0.27527474975585936, 0.2748713073730469, 0.2750074768066406, 0.274904052734375, 0.2754652099609375, 0.2749624328613281, 0.2749819030761719, 0.2750412902832031, 0.27497369384765624, 0.27500851440429686, 0.27519180297851564, 0.274872314453125, 0.275061767578125, 0.2750320739746094, 0.2752962646484375, 0.27497268676757813, 0.2749819030761719, 0.2750351257324219, 0.2755778503417969, 0.27515597534179687, 0.2751201171875, 0.27508837890625, 0.2750494689941406, 0.27514776611328123, 0.27520306396484373, 0.2751528930664062, 0.2750115966796875, 0.275156005859375, 0.27518563842773436, 0.2749910888671875, 0.27510885620117187, 0.5912586059570313, 0.27490304565429685, 0.27485491943359375, 0.2748385314941406, 0.2748313598632813, 0.27479244995117186, 0.27500851440429686, 0.27482110595703124, 0.2751180725097656, 0.27487640380859374, 0.2750003051757812, 0.27502081298828124, 0.2749696044921875, 0.2748538818359375, 0.2746982421875, 0.2748958740234375, 0.2749091796875, 0.2749286499023437, 0.275240966796875, 0.27487744140625, 0.2748395385742187, 0.2748037109375, 0.2750064697265625, 0.2748907470703125, 0.27497882080078123, 0.27496652221679685, 0.2749358215332031, 0.27493991088867187, 0.274845703125, 0.274914306640625, 0.2749286499023437, 0.27517645263671875, 0.2750771179199219, 0.2749706115722656, 0.27486822509765624, 0.275156982421875, 0.27497268676757813, 0.2749921264648437, 0.2750484619140625, 0.2749644775390625, 0.2750044250488281, 0.2749798278808594, 0.2752276611328125, 0.27546112060546873, 0.275125244140625, 0.2750402526855469, 0.27501773071289065, 0.2749358215332031, 0.2750412902832031, 0.2750894165039062, 0.2750074768066406, 0.2750545959472656, 0.2751150207519531, 0.2751928405761719, 0.27498086547851563, 0.27527783203125, 0.2749931640625, 0.2750330810546875, 0.27503411865234373, 0.2751528930664062, 0.27550515747070314, 0.2750269470214844, 0.2751150207519531, 0.59104052734375, 0.2749900817871094, 0.2748436584472656, 0.2749163513183594, 0.27488357543945313, 0.274850830078125, 0.27485592651367186, 0.2748692626953125, 0.27481497192382814, 0.2749962158203125, 0.2748784790039063, 0.27504229736328123, 0.274956298828125, 0.274934814453125, 0.2749541931152344, 0.2749941711425781, 0.27521844482421876, 0.2750484619140625, 0.27506381225585935, 0.27490509033203125, 0.2747699279785156, 0.2748641357421875, 0.27487850952148435, 0.27475555419921877, 0.27495013427734377, 0.2749266052246094, 0.2748743591308594, 0.2752542724609375, 0.2749706115722656, 0.27507611083984373, 0.2751109008789063, 0.2750330810546875, 0.2754150390625, 0.274977783203125, 0.27513345336914063, 0.27508428955078124, 0.27500238037109376, 0.27498699951171873, 0.275009521484375, 0.27486822509765624, 0.27494708251953126, 0.27500851440429686, 0.27512216186523436, 0.27486822509765624, 0.2749327392578125, 0.27506072998046877, 0.2749296569824219, 0.275009521484375, 0.27506072998046877, 0.2750382080078125, 0.2750146484375, 0.27508837890625, 0.2751744689941406, 0.2754303283691406, 0.2751958923339844, 0.2751508483886719, 0.2751016845703125, 0.27512115478515625, 0.27508633422851564, 0.275019775390625, 0.27512933349609375, 0.275093505859375, 0.275167236328125, 0.5909524536132813, 0.2748692626953125, 0.2747965393066406, 0.274798583984375, 0.274872314453125, 0.274951171875, 0.2747801513671875, 0.2747484130859375, 0.2748190612792969, 0.2747678833007812, 0.27482009887695313, 0.2748661804199219, 0.2749358215332031, 0.27501055908203126, 0.27486822509765624, 0.27493585205078125, 0.27487127685546875, 0.2749347839355469, 0.27503103637695314, 0.2748323974609375, 0.2747781066894531, 0.27493991088867187, 0.2749276123046875, 0.27532186889648436, 0.27497268676757813, 0.2752706604003906, 0.2750003051757812, 0.2747832336425781, 0.2749266052246094, 0.2750044250488281, 0.27501669311523436, 0.2750402526855469, 0.27488973999023436, 0.2749440002441406, 0.2749849548339844, 0.2750136413574219, 0.2751754150390625, 0.27496856689453125, 0.2750382080078125, 0.2750597229003906, 0.2750392456054688, 0.2752174072265625, 0.27517745971679686, 0.27495321655273436, 0.275156982421875, 0.27486004638671874, 0.2751426696777344, 0.2749839477539063, 0.27503717041015624, 0.2749931640625, 0.27507916259765625, 0.2750403442382813, 0.2750545043945313, 0.2751549377441406, 0.2750699462890625, 0.27504434204101563, 0.2751047668457031, 0.2751129455566406, 0.2751170654296875, 0.2751405944824219, 0.2752563171386719, 0.2750802001953125, 0.275093505859375, 0.591404052734375, 0.27478732299804687, 0.2747463684082031, 0.2747463684082031, 0.2748743591308594, 0.27486309814453125, 0.27487640380859374, 0.2747135925292969, 0.27524197387695315, 0.27495321655273436, 0.27483648681640627, 0.27523275756835935, 0.27500238037109376, 0.2752081909179688, 0.27478427124023436, 0.2749214782714844, 0.27479962158203125, 0.2749573059082031, 0.27495834350585935, 0.27488973999023436, 0.2750689392089844, 0.2748938293457031, 0.2749347839355469, 0.274798583984375, 0.2747658386230469, 0.2748211669921875, 0.2749531860351562, 0.2749931640625, 0.275009521484375, 0.27486822509765624, 0.2750822448730469, 0.27492556762695314, 0.27491839599609375, 0.27491738891601564, 0.27533108520507815, 0.27536587524414063, 0.27496652221679685, 0.27481808471679686, 0.27493991088867187, 0.2749531860351562, 0.27497573852539064, 0.274914306640625, 0.2750218200683594, 0.27485491943359375, 0.27489178466796876, 0.2750146484375, 0.2750074768066406, 0.2750136413574219, 0.2751447143554687, 0.2749767761230469, 0.2750484619140625, 0.275135498046875, 0.27490203857421874, 0.2749685363769531, 0.2750413513183594, 0.2751610107421875, 0.27513446044921874, 0.2751436767578125, 0.27492044067382815, 0.27500238037109376, 0.2750679016113281, 0.27492352294921873, 0.2751355285644531, 0.5913036499023437, 0.27488153076171873, 0.27485797119140626, 0.27473101806640626, 0.27497882080078123, 0.27478631591796876, 0.2751488037109375, 0.27473202514648437, 0.27486822509765624, 0.2748518371582031, 0.2749644775390625, 0.2750003051757812, 0.2749214782714844, 0.2749296569824219, 0.2748794860839844, 0.2749767761230469, 0.27479962158203125, 0.2754744262695312, 0.27506585693359376, 0.2748374938964844, 0.27503103637695314, 0.27487539672851563, 0.2749153137207031, 0.27516619873046877, 0.27500338745117187, 0.2749542541503906, 0.27485491943359375, 0.2749767761230469, 0.27487335205078123, 0.27509246826171874, 0.27496139526367186, 0.27499725341796877, 0.27492044067382815, 0.27487335205078123, 0.2748037109375, 0.2749992980957031, 0.274988037109375, 0.27499725341796877, 0.2749624328613281, 0.2749593505859375, 0.275557373046875, 0.2749491271972656, 0.27513650512695315, 0.27502899169921874, 0.2751129455566406, 0.2749962158203125, 0.27495526123046876, 0.2748590087890625, 0.2750382080078125, 0.2751129455566406, 0.27525323486328124, 0.2751539306640625, 0.27510784912109376, 0.2751170654296875, 0.275314697265625, 0.27513345336914063, 0.2750320739746094, 0.2750699462890625, 0.27560345458984375, 0.2751047668457031, 0.27525531005859377, 0.2750750732421875, 0.2749819030761719, 0.5911541748046875, 0.27480172729492186, 0.2748220825195313, 0.2748968811035156, 0.2747218017578125, 0.2748538818359375, 0.27491122436523435, 0.2748108825683594, 0.2747555847167969, 0.2747412414550781, 0.2749276123046875, 0.2749245300292969, 0.274904052734375, 0.2748374938964844, 0.27484979248046876, 0.27491326904296876, 0.2747781066894531, 0.27500338745117187, 0.27496551513671874, 0.274798583984375, 0.274956298828125, 0.27488973999023436, 0.27482827758789063, 0.2748784790039063, 0.2750003051757812, 0.27475250244140625, 0.2749429626464844, 0.27521331787109377, 0.2749491271972656, 0.2751150207519531, 0.2752850036621094, 0.2750074768066406, 0.27493374633789064, 0.2749347839355469, 0.27506072998046877, 0.2751426696777344, 0.2750392456054688, 0.2748118896484375, 0.27491943359375, 0.27496856689453125, 0.2750136413574219, 0.274808837890625, 0.275030029296875, 0.27494708251953126, 0.274977783203125, 0.27509451293945314, 0.27521331787109377, 0.27501568603515625, 0.27507098388671875, 0.27510272216796877, 0.2749358215332031, 0.27550515747070314, 0.2751405944824219, 0.27502490234375, 0.2750003051757812, 0.2750330810546875, 0.27517132568359376, 0.27509451293945314, 0.2750965881347656, 0.2751242370605469, 0.2751856689453125, 0.2751109008789063, 0.2755092468261719, 0.591119384765625, 0.2749716491699219, 0.2747607116699219, 0.27478118896484377, 0.27481497192382814, 0.2748661804199219, 0.27484466552734377, 0.27487539672851563, 0.27488973999023436, 0.2748272705078125, 0.27498291015625, 0.2748958740234375, 0.27494091796875, 0.27488153076171873, 0.2748334045410156, 0.2749521789550781, 0.27494503784179686, 0.27500750732421875, 0.2749541931152344, 0.27481396484375, 0.2748385314941406, 0.2752174072265625, 0.27478936767578127, 0.27481805419921873, 0.2750044250488281, 0.2748856201171875, 0.2749296569824219, 0.2748856201171875, 0.275061767578125, 0.27486209106445314, 0.2749542541503906, 0.274956298828125, 0.27497573852539064, 0.27501873779296876, 0.2750433349609375, 0.27517849731445315, 0.2750965881347656, 0.2750126037597656, 0.27508428955078124, 0.2750269470214844, 0.2750136413574219, 0.27496038818359375, 0.2749716491699219, 0.274956298828125, 0.27498904418945314, 0.2750955505371094, 0.2750392456054688, 0.27496652221679685, 0.2749573059082031, 0.27499520874023436, 0.27500851440429686, 0.275030029296875, 0.2750873718261719, 0.2749859924316406, 0.2750771179199219, 0.275009521484375, 0.2750412902832031, 0.27533721923828125, 0.2750392456054688, 0.27516415405273437, 0.27510067749023437, 0.27538534545898435, 0.2750955505371094, 0.5911121826171875, 0.27488461303710937, 0.2748856201171875, 0.2748938293457031, 0.27470950317382814, 0.27487850952148435, 0.2748907165527344, 0.274914306640625, 0.27480062866210936, 0.27482623291015623, 0.27487026977539064, 0.2751856689453125, 0.2748098449707031, 0.274740234375, 0.27479757690429685, 0.27485592651367186, 0.2749327392578125, 0.27489996337890626, 0.27496038818359375, 0.2748272705078125, 0.27478732299804687, 0.2748323974609375, 0.274845703125, 0.27469515991210935, 0.2749358215332031, 0.2748661804199219, 0.27492556762695314, 0.2748293151855469, 0.27499520874023436, 0.2749327392578125, 0.2750412902832031, 0.2750218200683594, 0.2752102355957031, 0.2749224853515625, 0.2749010009765625, 0.275061767578125, 0.27493991088867187, 0.27485592651367186, 0.2750115966796875, 0.27513037109375, 0.2749706115722656, 0.27488153076171873, 0.27488461303710937, 0.27494708251953126, 0.27503717041015624, 0.27507098388671875, 0.27512832641601564, 0.27502590942382815, 0.2750474243164063, 0.2748876647949219, 0.2750802001953125, 0.27499725341796877, 0.2751907958984375, 0.27516110229492186, 0.27500543212890627, 0.2750382385253906, 0.2752030334472656, 0.2751068115234375, 0.27504434204101563, 0.27506381225585935, 0.27498699951171873, 0.27508428955078124, 0.2751539306640625]",tokens/s,3.577641366088369,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm-20b,internlm/internlm-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3383.115776,14401.667072,0.0,13755.219968,13102.766592,s,10,9.235012390136717,0.9235012390136721,0.00030248608657914156,0.9234376525878907,0.9237540954589845,0.9240279571533203,0.9242470465087891,"[0.9243018188476563, 0.92325244140625, 0.9231690063476562, 0.9234214477539062, 0.9233548583984375, 0.9233311767578125, 0.923453857421875, 0.9236932373046876, 0.9235693969726563, 0.9234651489257812]",tokens/s,277.20590854151527,kWh,1.0911684867107508e-05,5.979139168084657e-06,5.4506887039814956e-05,7.139771107500712e-05,tokens/kWh,3585549.1183892195,MB,3383.115776,14401.667072,0.0,13755.219968,13549.146112,s,10,521.90911328125,52.19091132812499,0.006819505484989562,52.191873046875,52.1986734375,52.198944140624995,52.199160703124996,"[52.19781640625, 52.17753515625, 52.1818125, 52.19861328125, 52.19921484375, 52.19193359375, 52.1918125, 52.18634765625, 52.1909453125, 52.19308203125]",tokens/s,1.2071067240791815,kWh,0.0006161070588863257,0.00033767885440658574,0.003025037882149587,0.003978823795442499,tokens/kWh,15833.825079703876,,s,629,529.3910032348635,0.8416391148408002,0.10975700254657562,0.828368896484375,0.8290101440429687,0.829192822265625,1.7524323242187498,"[0.8279777221679687, 0.8286709594726562, 0.8291082153320313, 0.8292710571289063, 0.82844775390625, 0.8290938720703125, 0.828231689453125, 0.8286289672851562, 0.8280913696289063, 0.82802587890625, 0.8282705688476563, 0.8284600219726562, 0.8278384399414063, 0.8283258666992187, 0.8279766845703125, 0.8282306518554687, 0.8282982177734375, 0.8280432739257813, 0.8292454223632812, 0.8285839233398438, 0.8290099487304687, 0.8287098999023438, 0.828717041015625, 0.8288798828125, 0.8289249267578125, 0.828921875, 0.828885009765625, 0.8289044189453125, 0.8283801879882813, 0.82902734375, 0.8287180786132813, 0.8292925415039063, 0.8284754028320312, 0.828142578125, 0.8283279418945313, 0.8281036987304687, 0.8283658447265625, 0.8285819091796875, 0.8280484008789063, 0.8283279418945313, 0.8290560302734375, 0.829571044921875, 0.8286771240234375, 0.8289249267578125, 0.8286197509765625, 0.8288880615234375, 0.8286484375, 0.8289853515625, 0.8286689453125, 0.8280647583007813, 0.8280514526367188, 0.8278446044921876, 0.8287836303710937, 0.8282203979492188, 0.8282132568359375, 0.8279541625976562, 0.8284630737304688, 0.8278241577148437, 0.8283248901367187, 0.8281825561523437, 0.8285624389648437, 0.8285225219726563, 1.7523681640625, 0.8284917602539063, 0.8286842651367188, 0.8283525390625, 0.8278640747070313, 0.82884814453125, 0.828558349609375, 0.8288460693359375, 0.8282675170898437, 0.8285009765625, 0.8283975830078125, 0.8284170532226562, 0.8280760498046875, 0.82844775390625, 0.8282880249023438, 0.8282941284179688, 0.8283658447265625, 0.8286033935546875, 0.8283555908203125, 0.8282276000976563, 0.8276725463867187, 0.8283924560546875, 0.8282756958007812, 0.8282449951171875, 0.828157958984375, 0.8290938720703125, 0.8282941284179688, 0.8283146362304687, 0.8278497314453125, 0.8280760498046875, 0.8279623413085937, 0.8283279418945313, 0.8279705810546875, 0.8282767333984375, 0.8281845703125, 0.8279603271484375, 0.8279869384765625, 0.8279562377929688, 0.8278753051757812, 0.8280176391601562, 0.8278753051757812, 0.8278435668945312, 0.828062744140625, 0.8274124755859374, 0.8277985229492187, 0.8281005859375, 0.827953125, 0.8284415893554687, 0.8277688598632813, 0.8282286376953125, 0.8279725952148438, 0.82836376953125, 0.8278241577148437, 0.8281138916015625, 0.827737060546875, 0.8280535278320312, 0.8278712158203125, 0.8290518798828125, 0.8282910766601562, 0.828295166015625, 0.8280565795898438, 0.8285388793945313, 0.828073974609375, 1.75197802734375, 0.82791015625, 0.82792138671875, 0.8283729858398438, 0.8278466796875, 0.82876416015625, 0.82811083984375, 0.8289546508789063, 0.8281282348632812, 0.8288604125976563, 0.8284447021484375, 0.8288634643554688, 0.828115966796875, 0.8278917236328125, 0.8279029541015624, 0.82800537109375, 0.8275343627929688, 0.8284027099609375, 0.8287026977539063, 0.828315673828125, 0.8280115356445312, 0.8285890502929687, 0.8281231079101562, 0.8281702270507812, 0.8279296264648438, 0.8281466674804687, 0.8283381958007813, 0.8282388305664062, 0.8280463256835937, 0.8284241943359375, 0.8285286254882812, 0.8291358642578125, 0.8286085205078125, 0.8286668701171875, 0.828168212890625, 0.8284201049804687, 0.8278384399414063, 0.8278681640625, 0.8276797485351562, 0.8278323364257812, 0.8280934448242188, 0.828379150390625, 0.8280883178710937, 0.8283013305664062, 0.8280514526367188, 0.8288071899414062, 0.8283617553710938, 0.8287969360351563, 0.8286064453125, 0.8282388305664062, 0.8278046875, 0.8280565795898438, 0.827662353515625, 0.828569580078125, 0.8281968383789062, 0.8294266967773437, 0.8281415405273438, 0.8287744140625, 0.8279306030273438, 0.8283064575195312, 0.82840576171875, 0.8285511474609375, 0.8276920166015626, 1.7527490234375, 0.8286289672851562, 0.8286822509765625, 0.830055419921875, 0.8277022705078125, 0.8289812622070313, 0.8285399169921875, 0.82876416015625, 0.8282122192382813, 0.8286289672851562, 0.827994140625, 0.8286392211914062, 0.8281005859375, 0.8281641235351562, 0.8278456420898438, 0.8285911254882813, 0.8282081298828124, 0.8288409423828125, 0.8281384887695312, 0.8286627807617187, 0.82870068359375, 0.8294901733398438, 0.8290344848632812, 0.8289996948242188, 0.8293499145507812, 0.8286791381835937, 0.82830029296875, 0.8288245849609375, 0.8282930908203125, 0.828368896484375, 0.8281231079101562, 0.8289403076171875, 0.8280668334960938, 0.82863720703125, 0.8283391723632813, 0.8282890014648437, 0.8284805297851563, 0.8289791870117188, 0.8288348388671875, 0.828906494140625, 0.8289515380859375, 0.8288685913085938, 0.82886962890625, 0.8285880126953125, 0.8285665283203125, 0.8291154174804688, 0.829201416015625, 0.82899560546875, 0.8284764404296875, 0.8283074340820312, 0.8278886108398438, 0.8285849609375, 0.8278292236328125, 0.8284713134765626, 0.8280443115234375, 0.8281978759765625, 0.8286177368164063, 0.828410888671875, 0.8280360717773437, 0.8281077880859375, 0.8279060668945313, 0.8281456909179687, 0.8281333618164063, 1.7527705078125, 0.8285204467773437, 0.8282623901367188, 0.82908056640625, 0.8284784545898437, 0.8294522705078125, 0.8291195068359375, 0.8293519287109375, 0.8287252197265625, 0.8291502075195313, 0.8280145874023438, 0.828706787109375, 0.8283627319335938, 0.8289085693359375, 0.8287406005859375, 0.8290109252929687, 0.8285009765625, 0.8281415405273438, 0.8282409057617187, 0.8284149780273438, 0.8279296264648438, 0.8286095581054688, 0.8285726928710937, 0.829022216796875, 0.8285368041992187, 0.8285234985351563, 0.8292269897460938, 0.829285400390625, 0.8292515869140625, 0.82903857421875, 0.828916748046875, 0.8290263061523437, 0.8287201538085938, 0.829001708984375, 0.828390380859375, 0.8286361694335938, 0.8284293212890625, 0.8286044311523437, 0.8282930908203125, 0.8282664794921875, 0.8288972778320313, 0.8289054565429688, 0.82821630859375, 0.828031005859375, 0.8278917236328125, 0.8278333740234375, 0.8280555419921874, 0.8288389282226563, 0.8281077880859375, 0.8281303100585937, 0.8288870239257813, 0.8282562255859375, 0.828073974609375, 0.8282009887695313, 0.8279828491210938, 0.8282756958007812, 0.8280934448242188, 0.8283463745117188, 0.827894775390625, 0.8283238525390625, 0.8283576049804687, 0.8283934936523437, 0.8283545532226563, 1.75250634765625, 0.8277186279296875, 0.8279562377929688, 0.8286832885742188, 0.8282972412109375, 0.8287713012695312, 0.829048828125, 0.8299622192382813, 0.82813232421875, 0.8285787963867187, 0.8288460693359375, 0.8286576538085938, 0.8284569702148438, 0.8281599731445313, 0.8279060668945313, 0.8282644653320312, 0.828242919921875, 0.8281436157226563, 0.828611572265625, 0.8287098999023438, 0.8280647583007813, 0.828094482421875, 0.8287948608398438, 0.8283873291015625, 0.8286331176757813, 0.8280883178710937, 0.828179443359375, 0.8283023071289063, 0.8280145874023438, 0.8282183837890625, 0.8281251831054688, 0.8281384887695312, 0.82903857421875, 0.828643310546875, 0.8283924560546875, 0.8280821533203125, 0.8281876220703125, 0.82817431640625, 0.8279879760742187, 0.8279828491210938, 0.8282521362304688, 0.82874267578125, 0.8288655395507812, 0.8281292724609375, 0.8283525390625, 0.8285183715820312, 0.8284672241210937, 0.8283442993164063, 0.828389404296875, 0.8293304443359375, 0.8290601196289062, 0.8288123168945313, 0.8280780639648437, 0.8282859497070313, 0.8280565795898438, 0.8286402587890624, 0.82846923828125, 0.8280494384765625, 0.8285009765625, 0.82854296875, 0.8288132934570313, 0.8292996826171875, 0.82813134765625, 1.7525380859375, 0.828305419921875, 0.829137939453125, 0.8296099853515625, 0.8290795288085937, 0.8294953002929687, 0.8292177734375, 0.829048828125, 0.8285030517578125, 0.829179931640625, 0.8287252197265625, 0.8286239013671876, 0.8286095581054688, 0.8282962036132813, 0.8284047241210938, 0.828526611328125, 0.828548095703125, 0.828410888671875, 0.8283995971679687, 0.8283095092773437, 0.8284651489257813, 0.8283729858398438, 0.8283442993164063, 0.8283822021484375, 0.8282593383789062, 0.8283709716796875, 0.8286177368164063, 0.8285542602539062, 0.8288471069335938, 0.8285040893554687, 0.8283658447265625, 0.8285204467773437, 0.828326904296875, 0.8290764770507812, 0.8285173950195313, 0.8281067504882812, 0.8278507690429687, 0.8278876342773438, 0.8284866333007812, 0.8282900390625, 0.8290703125, 0.82817333984375, 0.8288040771484375, 0.828042236328125, 0.827936767578125, 0.8282511596679687, 0.8281907348632812, 0.8285091552734375, 0.8283525390625, 0.8284600219726562, 0.82817333984375, 0.828211181640625, 0.8280719604492187, 0.8281282348632812, 0.8277596435546875, 0.8281589965820313, 0.8279111938476562, 0.828052490234375, 0.8272906494140625, 0.82787841796875, 0.8279592895507812, 0.828590087890625, 0.8281671752929688, 1.753038818359375, 0.8281937866210938, 0.8281354370117188, 0.8287098999023438, 0.8278692016601562, 0.8289853515625, 0.82838525390625, 0.828663818359375, 0.82811083984375, 0.8289832763671875, 0.828516357421875, 0.8285603637695312, 0.8284405517578125, 0.8283391723632813, 0.828136474609375, 0.828959716796875, 0.8281395263671875, 0.8284027099609375, 0.8283043823242188, 0.8282890014648437, 0.8279961547851562, 0.82854296875, 0.82851123046875, 0.8285194091796875, 0.8282623901367188, 0.8282900390625, 0.8284600219726562, 0.828632080078125, 0.827957275390625, 0.8284764404296875, 0.8278599853515625, 0.8282142944335937, 0.8278517456054687, 0.8280197143554687, 0.828137451171875, 0.8285286254882812, 0.8281241455078125, 0.8281517944335938, 0.828242919921875, 0.8281200561523437, 0.8281200561523437, 0.8283412475585937, 0.82842724609375, 0.8279797973632812, 0.8278609619140626, 0.827779052734375, 0.828137451171875, 0.8286095581054688, 0.8280729370117188, 0.8282572631835937, 0.8282644653320312, 0.8286986083984375, 0.8281251831054688, 0.8283822021484375, 0.8278660888671875, 0.8284047241210938, 0.8281835327148438, 0.8285562744140625, 0.8288245849609375, 0.828822509765625, 0.8290693359375, 0.828916748046875, 0.8282664794921875, 1.752457275390625, 0.8281599731445313, 0.8280043334960937, 0.8285828857421875, 0.8277340087890624, 0.82905908203125, 0.8292157592773437, 0.8289607543945312, 0.8288614501953125, 0.8290867309570312, 0.8289403076171875, 0.8290293579101562, 0.8285787963867187, 0.8288358154296875, 0.827931640625, 0.827989990234375, 0.8281149291992187, 0.828494873046875, 0.8284047241210938, 0.8289300537109375, 0.8286197509765625, 0.8282941284179688, 0.828142578125, 0.8288450317382813, 0.82859521484375, 0.8283709716796875, 0.828611572265625, 0.8282152709960937, 0.8281303100585937, 0.828558349609375, 0.8283555908203125, 0.8284364624023437, 0.8281671752929688, 0.828231689453125, 0.8282152709960937, 0.8293130493164063, 0.8282122192382813, 0.8279490356445313, 0.8283811645507813, 0.828052490234375, 0.8282623901367188, 0.8279562377929688, 0.8283433227539062, 0.8284016723632812, 0.8285993041992188, 0.8280227661132813, 0.82798388671875, 0.8287047729492187, 0.8288194580078125, 0.8280463256835937, 0.8279142456054688, 0.8280411987304688, 0.8280985717773437, 0.828168212890625, 0.827663330078125, 0.8287887573242188, 0.8287774658203125, 0.8285614013671875, 0.8280709228515625, 0.8286576538085938, 0.8286473999023437, 0.8282593383789062, 0.8287611083984375, 1.7530736083984375, 0.8279244995117188, 0.8280709228515625, 0.8289075317382812, 0.8283729858398438, 0.8285921020507813, 0.828126220703125, 0.8288757934570312, 0.8290621337890625, 0.82849072265625, 0.8284518432617187, 0.8284241943359375, 0.8286986083984375, 0.8285767822265625, 0.82792138671875, 0.8284293212890625, 0.8278681640625, 0.828205078125, 0.8281180419921875, 0.8289054565429688, 0.8281753540039063, 0.8284887084960938, 0.8286771240234375, 0.8282900390625, 0.8282941284179688, 0.8286197509765625, 0.8283770751953125, 0.8292218627929687, 0.8285183715820312, 0.8289791870117188, 0.8277001953125, 0.82842724609375, 0.828231689453125, 0.8281927490234375, 0.8288655395507812, 0.8282255249023438, 0.8280698852539062, 0.8283197631835938, 0.8280391845703124, 0.8286996459960938, 0.828432373046875, 0.8287232055664062, 0.8282685546875, 0.8287406005859375, 0.8280964965820312, 0.8281170043945313, 0.8288829345703125, 0.8291235961914063, 0.8282828979492187, 0.8282695922851563, 0.828084228515625, 0.828837890625, 0.82812109375, 0.8287303466796875, 0.828052490234375, 0.8289577026367188, 0.8286689453125, 0.8283914184570312, 0.8283648071289063, 0.8285593872070313, 0.8284989624023438, 0.828358642578125, 0.8285122680664062]",tokens/s,1.1881577060366955,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,m,m,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/m/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694730a-69d63bb533d6ba08238010f9;0c399887-72ef-40c6-afc3-f3fab32ce5ad) Repository Not Found for url: https://huggingface.co/m/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: m is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2-large,openai-community/gpt2-large,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1468.452864,1531.445248,0.0,884.998144,666.95168,s,10,0.4582394561767579,0.04582394561767578,0.001051257859167514,0.04613836860656738,0.04709235458374023,0.047102880859375,0.047111301879882814,"[0.04709001541137695, 0.04592351913452149, 0.046075328826904294, 0.04429084777832031, 0.04656000137329101, 0.044048286437988284, 0.04711340713500976, 0.04620140838623047, 0.0462658576965332, 0.04467078399658203]",tokens/s,5586.598808751477,kWh,5.18618072392183e-07,2.8405761783065636e-07,2.2332352173861376e-06,3.0359109076089768e-06,tokens/kWh,84323950.13911015,MB,1468.452864,1531.445248,0.0,884.998144,733.634048,s,10,28.538863525390628,2.8538863525390625,0.011450873159162153,2.856772216796875,2.8648472412109376,2.8690871948242185,2.8724791577148436,"[2.845059326171875, 2.863905029296875, 2.854113037109375, 2.838671875, 2.84214794921875, 2.838753173828125, 2.860513427734375, 2.862941162109375, 2.8733271484375, 2.859431396484375]",tokens/s,22.075160751916343,kWh,3.2360247808706466e-05,1.773289900956737e-05,0.0001241012269612039,0.00017419437377947774,tokens/kWh,361664.9529665934,,s,629,28.905236473083487,0.045954271022390296,0.005446195452646513,0.04532633590698242,0.04567859268188477,0.04602306518554688,0.09009987640380868,"[0.0433704948425293, 0.04322099304199219, 0.04349030303955078, 0.043305984497070314, 0.04498534393310547, 0.04527206420898437, 0.04515737533569336, 0.045197311401367186, 0.04591923141479492, 0.04554345703125, 0.045479904174804686, 0.045497344970703124, 0.04535500717163086, 0.045423614501953126, 0.04518195343017578, 0.04530176162719726, 0.04547993469238281, 0.04518092727661133, 0.045139968872070314, 0.04527308654785156, 0.045259777069091796, 0.04558438491821289, 0.0452567024230957, 0.04509798431396484, 0.04535910415649414, 0.04532940673828125, 0.04532326507568359, 0.045162494659423826, 0.0451778564453125, 0.045238273620605465, 0.04509286499023438, 0.04520345687866211, 0.04531302261352539, 0.045102081298828124, 0.04525363159179688, 0.04508467102050781, 0.045085697174072265, 0.04520140838623047, 0.04508364868164062, 0.04548198318481445, 0.045228031158447264, 0.04515737533569336, 0.04507545471191406, 0.045156352996826174, 0.045254657745361325, 0.04520550537109375, 0.04653363037109375, 0.04579225540161133, 0.04530278396606445, 0.04538060760498047, 0.04526079940795898, 0.045200382232666016, 0.04510310363769531, 0.045129726409912106, 0.045352958679199216, 0.04516864013671875, 0.045298686981201174, 0.04511539077758789, 0.045077503204345705, 0.04538060760498047, 0.04518092727661133, 0.04515327835083008, 0.09147187042236328, 0.04514815902709961, 0.045484031677246094, 0.04534988784790039, 0.045491199493408206, 0.04529151916503906, 0.04523212814331055, 0.04539187240600586, 0.04529459381103516, 0.04501504135131836, 0.045176830291748044, 0.04742758560180664, 0.04587519836425781, 0.04553011322021484, 0.04527718353271484, 0.04531507110595703, 0.045330432891845705, 0.04518502426147461, 0.045352958679199216, 0.04529151916503906, 0.04515532684326172, 0.045532161712646485, 0.045292545318603515, 0.04540620803833008, 0.04571852874755859, 0.04529769515991211, 0.045182945251464844, 0.046873600006103515, 0.04539289474487305, 0.04529151916503906, 0.04530790328979492, 0.04512870407104492, 0.04521779251098633, 0.045466625213623046, 0.045325313568115234, 0.045274112701416014, 0.04571340942382812, 0.04570521545410156, 0.04596736145019531, 0.04541132736206055, 0.045174785614013675, 0.04525363159179688, 0.04549631881713867, 0.045241344451904295, 0.045400062561035154, 0.04533452987670898, 0.04602470397949219, 0.045249534606933595, 0.04552499389648437, 0.04635647964477539, 0.04560179138183594, 0.04585779190063476, 0.04522393417358399, 0.04506316757202149, 0.045257728576660154, 0.04533657455444336, 0.045491199493408206, 0.04540313720703125, 0.045515777587890625, 0.04548812866210938, 0.04534579086303711, 0.045227008819580077, 0.045415424346923826, 0.09171968078613281, 0.04522598266601562, 0.045400062561035154, 0.045412353515625, 0.045486080169677735, 0.04531609725952149, 0.04566835021972656, 0.045469696044921876, 0.045246463775634765, 0.04520243072509766, 0.045456382751464845, 0.04529971313476563, 0.04529663848876953, 0.04521984100341797, 0.045367294311523435, 0.04532735824584961, 0.045251583099365236, 0.04505190277099609, 0.045104129791259766, 0.04518195343017578, 0.04530995178222656, 0.04509798431396484, 0.04518502426147461, 0.04613017654418945, 0.045379585266113284, 0.045178878784179685, 0.04514508819580078, 0.04525568008422851, 0.04527718353271484, 0.04521062469482422, 0.045475841522216794, 0.045241344451904295, 0.045039615631103515, 0.045453311920166016, 0.045172737121582034, 0.04521779251098633, 0.045197311401367186, 0.045249534606933595, 0.04522086334228516, 0.04528742218017578, 0.04534886550903321, 0.045230079650878906, 0.04523212814331055, 0.04505497741699219, 0.04526489639282227, 0.04515737533569336, 0.04534886550903321, 0.04647423934936523, 0.04549529647827148, 0.04533760070800781, 0.045486080169677735, 0.04524851226806641, 0.045284351348876956, 0.04513587188720703, 0.04525056076049805, 0.045134849548339843, 0.04523622512817383, 0.04524748611450195, 0.04524851226806641, 0.04494643020629883, 0.04526079940795898, 0.045112319946289066, 0.04525056076049805, 0.08773836517333984, 0.04317184066772461, 0.04396236801147461, 0.04537036895751953, 0.045087745666503906, 0.045300735473632815, 0.04512153625488281, 0.04517171096801758, 0.04561616134643555, 0.04542665481567383, 0.045077503204345705, 0.04529151916503906, 0.04588032150268555, 0.04546559906005859, 0.04545945739746094, 0.04556492614746094, 0.04546559906005859, 0.04518092727661133, 0.045055999755859374, 0.04522086334228516, 0.045213695526123046, 0.04519424057006836, 0.045126655578613284, 0.04519424057006836, 0.04558848190307617, 0.045699073791503904, 0.04523519897460938, 0.045352958679199216, 0.045431808471679686, 0.04519833755493164, 0.045074432373046876, 0.042896385192871096, 0.04347596740722656, 0.043491329193115234, 0.04521062469482422, 0.045129726409912106, 0.04519424057006836, 0.04520345687866211, 0.045052928924560545, 0.045385726928710936, 0.0451962890625, 0.04481536102294922, 0.04539494323730469, 0.04556083297729492, 0.04537548828125, 0.045350910186767575, 0.04551987075805664, 0.04507955169677735, 0.04516659164428711, 0.045174785614013675, 0.04504780960083008, 0.045216766357421875, 0.044943359375, 0.04519424057006836, 0.04499148941040039, 0.04517171096801758, 0.04384665679931641, 0.0449536018371582, 0.045102081298828124, 0.04530790328979492, 0.0452044792175293, 0.04533760070800781, 0.045061153411865236, 0.09177289581298828, 0.04542156982421875, 0.04516966247558594, 0.04529971313476563, 0.0451409912109375, 0.0453201904296875, 0.04518707275390625, 0.04541952133178711, 0.045174785614013675, 0.04526182556152344, 0.04516556930541992, 0.045927425384521485, 0.04499251174926758, 0.04548505783081055, 0.045244415283203124, 0.04558028793334961, 0.04515327835083008, 0.04621311950683594, 0.0451512336730957, 0.04537241744995117, 0.04511948776245117, 0.04521881484985352, 0.04501094436645508, 0.04513382339477539, 0.045228031158447264, 0.045725696563720705, 0.045158401489257816, 0.04543590545654297, 0.045233150482177735, 0.045346817016601565, 0.04518502426147461, 0.04528742218017578, 0.045018112182617184, 0.04579020690917969, 0.045028350830078126, 0.04509798431396484, 0.04513792037963867, 0.0452044792175293, 0.045039615631103515, 0.045102081298828124, 0.046755840301513675, 0.045671424865722655, 0.04516556930541992, 0.04523519897460938, 0.0450437126159668, 0.04508160018920898, 0.04531814575195312, 0.045281280517578126, 0.04511743927001953, 0.0455546875, 0.045274112701416014, 0.045251583099365236, 0.045174785614013675, 0.04554342269897461, 0.045143039703369144, 0.04517990493774414, 0.044872703552246096, 0.0433807373046875, 0.043240447998046876, 0.04322099304199219, 0.04325068664550781, 0.043673599243164066, 0.04339814376831055, 0.0876789779663086, 0.043222015380859374, 0.04394905471801758, 0.04649062347412109, 0.04549631881713867, 0.045395969390869144, 0.04528844833374023, 0.04554342269897461, 0.04541030502319336, 0.045284351348876956, 0.043423744201660154, 0.04327116775512695, 0.04330495834350586, 0.04314828872680664, 0.044746753692626956, 0.04591820907592774, 0.0452147216796875, 0.04509183883666992, 0.044895263671875, 0.045479904174804686, 0.045044734954833986, 0.045927425384521485, 0.04550348663330078, 0.04574003219604492, 0.04541952133178711, 0.04525056076049805, 0.04504064178466797, 0.045197311401367186, 0.04516044616699219, 0.04532121658325195, 0.04518297576904297, 0.04696166229248047, 0.04508262252807617, 0.04492902374267578, 0.045102081298828124, 0.04506828689575195, 0.045069313049316405, 0.04514508819580078, 0.045363201141357425, 0.045074432373046876, 0.045281280517578126, 0.04515532684326172, 0.04523622512817383, 0.0451409912109375, 0.04514713668823242, 0.04580352020263672, 0.04524236679077148, 0.04524236679077148, 0.045050880432128904, 0.04508467102050781, 0.044955646514892575, 0.04506726455688476, 0.04532223892211914, 0.04504988861083985, 0.04505699157714844, 0.045004798889160154, 0.04511743927001953, 0.04503039932250977, 0.044972030639648435, 0.045050880432128904, 0.04506009674072266, 0.04501401519775391, 0.04487680053710937, 0.09257676696777344, 0.04513894271850586, 0.04536524963378906, 0.0451932144165039, 0.04519116973876953, 0.045158401489257816, 0.0451860466003418, 0.045074432373046876, 0.045208576202392575, 0.04514918518066406, 0.04547686386108398, 0.04521574401855469, 0.04537855911254883, 0.0452751350402832, 0.04535500717163086, 0.04529971313476563, 0.04538265609741211, 0.04516454315185547, 0.045486080169677735, 0.04539187240600586, 0.04531916809082031, 0.04524851226806641, 0.045093887329101565, 0.04566527938842774, 0.043509761810302736, 0.04334899139404297, 0.04596428680419922, 0.045521919250488284, 0.04537241744995117, 0.04541132736206055, 0.045415424346923826, 0.045679615020751956, 0.045491199493408206, 0.04560588836669922, 0.04549017715454102, 0.045542430877685544, 0.04543484878540039, 0.04545843124389649, 0.04541439819335937, 0.04549529647827148, 0.04546047973632812, 0.04540825653076172, 0.04538163375854492, 0.04541439819335937, 0.045297664642333986, 0.04573798370361328, 0.04535500717163086, 0.045338623046875, 0.04532633590698242, 0.0453201904296875, 0.04530585479736328, 0.0455464973449707, 0.04528844833374023, 0.045314048767089846, 0.049084415435791014, 0.046066688537597655, 0.045445121765136716, 0.04552601623535156, 0.045532161712646485, 0.0455096321105957, 0.04558438491821289, 0.04557516860961914, 0.045666305541992185, 0.09211698913574219, 0.04525260925292969, 0.04541747283935547, 0.045276161193847655, 0.04557823944091797, 0.04539494323730469, 0.04531507110595703, 0.04510105514526367, 0.045059070587158204, 0.04513894271850586, 0.04539494323730469, 0.04535193634033203, 0.04525260925292969, 0.04531097412109375, 0.04559769439697266, 0.04547993469238281, 0.04636262512207031, 0.04535500717163086, 0.045429759979248044, 0.04546867370605469, 0.04530483245849609, 0.045295616149902344, 0.045521919250488284, 0.04549836730957031, 0.045333503723144535, 0.045383678436279294, 0.04532121658325195, 0.04536832046508789, 0.045483009338378906, 0.04578611373901367, 0.045507583618164066, 0.04532223892211914, 0.045292545318603515, 0.04535500717163086, 0.04540518569946289, 0.04531609725952149, 0.04550348663330078, 0.04566016006469727, 0.04554751968383789, 0.04548812866210938, 0.045521919250488284, 0.04540927886962891, 0.04539494323730469, 0.045416481018066404, 0.045488094329833986, 0.04558438491821289, 0.045413375854492184, 0.04537241744995117, 0.045704193115234375, 0.04545945739746094, 0.04564377593994141, 0.04549324798583984, 0.04541747283935547, 0.04533452987670898, 0.04535398483276367, 0.04550348663330078, 0.04549427032470703, 0.04561203384399414, 0.045592575073242186, 0.045474815368652347, 0.04541952133178711, 0.045446144104003904, 0.045300735473632815, 0.09206886291503906, 0.045367294311523435, 0.04535603332519531, 0.04555263900756836, 0.04523929595947265, 0.046461952209472655, 0.04578303909301758, 0.045308929443359375, 0.04531814575195312, 0.04520140838623047, 0.04532121658325195, 0.04535193634033203, 0.04539289474487305, 0.04540620803833008, 0.04567859268188477, 0.04554956817626953, 0.0455731201171875, 0.04624895858764649, 0.04563046264648438, 0.04540518569946289, 0.045274112701416014, 0.04544409561157227, 0.045061119079589845, 0.045346817016601565, 0.045437950134277344, 0.045413375854492184, 0.045297664642333986, 0.045642784118652344, 0.04564476776123047, 0.045350910186767575, 0.04543590545654297, 0.04850688171386719, 0.046020606994628906, 0.04551987075805664, 0.04556595230102539, 0.045418495178222655, 0.045497344970703124, 0.045445121765136716, 0.04539801788330078, 0.04533657455444336, 0.04544409561157227, 0.045723648071289064, 0.046295040130615236, 0.046033920288085936, 0.04538470458984375, 0.04600320053100586, 0.04580352020263672, 0.04544102478027344, 0.04536422348022461, 0.04578815841674805, 0.04537241744995117, 0.047413246154785156, 0.04551270294189453, 0.04565606307983398, 0.04550451278686524, 0.04534886550903321, 0.04560076904296875, 0.0455546875, 0.045467647552490234, 0.045505535125732424, 0.04555878448486328, 0.04531507110595703, 0.04526489639282227, 0.09101824188232421, 0.04542566299438477, 0.04564585494995117, 0.04550243377685547, 0.045434879302978515, 0.0455096321105957, 0.04560179138183594, 0.04609331130981445, 0.045641727447509765, 0.045469696044921876, 0.045507583618164066, 0.04565401458740234, 0.04542566299438477, 0.04554035186767578, 0.04570521545410156, 0.04566835021972656, 0.045515777587890625, 0.04545843124389649, 0.04543078231811523, 0.04531302261352539, 0.04537855911254883, 0.04530995178222656, 0.04533555221557617, 0.045413375854492184, 0.04540518569946289, 0.04548505783081055, 0.04489011383056641, 0.043496448516845705, 0.04325888061523438, 0.04376780700683594, 0.04559769439697266, 0.045507583618164066, 0.04567859268188477, 0.04476518249511719, 0.04520550537109375, 0.045370399475097654, 0.04528534317016602, 0.045367294311523435, 0.045400062561035154, 0.04538470458984375, 0.04552908706665039, 0.04533248138427735, 0.04535603332519531, 0.045346817016601565, 0.04542566299438477, 0.04540927886962891, 0.04543590545654297, 0.04544204711914063, 0.045521919250488284, 0.045591552734375, 0.0454389762878418, 0.04610047912597656, 0.04551475143432617, 0.04597862243652344, 0.04615167999267578, 0.04537241744995117, 0.04523622512817383, 0.045244415283203124, 0.04534783935546875, 0.04533760070800781, 0.04543283081054687, 0.04534886550903321, 0.0453570556640625]",tokens/s,21.760762987900954,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-65b,huggyllama/llama-65b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,l,l,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/l/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947609-09b932ee7e1588796483b44a;c2103358-e1cc-4dd6-b59f-ec56ba5e45a9) Repository Not Found for url: https://huggingface.co/l/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: l is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,B,B,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947733-50bfbf5471d36d14111ba944;0ccd9308-bbf3-4130-8281-3154afe0dd55) Repository Not Found for url: https://huggingface.co/B/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: B is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-30b,huggyllama/llama-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6450.290688,20389.036032,0.0,19742.588928,18821.508608,s,10,15.151921997070312,1.5151921997070312,0.00215191661054512,1.5145358276367187,1.5181222290039063,1.5181509582519532,1.5181739416503905,"[1.512381103515625, 1.516835693359375, 1.5139832763671874, 1.5142047119140625, 1.514154541015625, 1.5119627685546875, 1.514866943359375, 1.5172374267578126, 1.5181158447265626, 1.5181796875]",tokens/s,168.9554632405702,kWh,1.7863073696692786e-05,9.788944549220673e-06,8.822362613439828e-05,0.00011587564438031175,tokens/kWh,2209264.952691789,MB,6450.5856,20389.036032,0.0,19742.588928,19408.2304,s,10,843.154890625,84.3154890625,0.0011720739414454897,84.3155859375,84.31704453124999,84.317209765625,84.317341953125,"[84.31496875, 84.314640625, 84.315546875, 84.3140234375, 84.3135546875, 84.3156953125, 84.316453125, 84.317375, 84.315625, 84.3170078125]",tokens/s,0.7471936734340756,kWh,0.0009954271886414953,0.0005455821371282389,0.004949146959314411,0.006490156285084145,tokens/kWh,9707.00815707448,,s,629,855.455886108399,1.3600252561341788,0.1800474258324299,1.3383167724609375,1.3386958984375,1.3388205810546876,2.8529406835937503,"[1.338144775390625, 1.3384385986328124, 1.3380311279296875, 1.337998291015625, 1.3382276611328126, 1.3384857177734375, 1.33795947265625, 1.338576904296875, 1.3378876953125, 1.337998291015625, 1.3379921875, 1.3381826171875, 1.338033203125, 1.3381170654296874, 1.338138671875, 1.3383363037109375, 1.338113037109375, 1.3383731689453124, 1.3383853759765625, 1.338493896484375, 1.33867724609375, 1.3384693603515625, 1.338619873046875, 1.3381590576171876, 1.338081298828125, 1.338156005859375, 1.338603515625, 1.337880615234375, 1.33851953125, 1.3383536376953125, 1.33835986328125, 1.3384140625, 1.338314697265625, 1.338270751953125, 1.3382154541015625, 1.338862548828125, 1.3379307861328125, 1.33816015625, 1.338419189453125, 1.338356689453125, 1.338470458984375, 1.3386383056640625, 1.3388154296875, 1.3383260498046874, 1.338725341796875, 1.3383065185546874, 1.3382789306640626, 1.3382000732421875, 1.3379154052734374, 1.3383843994140625, 1.33867724609375, 1.338165283203125, 1.338419189453125, 1.3385010986328125, 1.33833935546875, 1.3383209228515625, 1.33798193359375, 1.3385267333984374, 1.338397705078125, 1.33850927734375, 1.338660888671875, 1.338767333984375, 2.85608544921875, 1.3380045166015626, 1.3380484619140625, 1.33825537109375, 1.3382276611328126, 1.3381539306640624, 1.3382891845703124, 1.3377935791015625, 1.338038330078125, 1.3377987060546874, 1.338072021484375, 1.3379112548828125, 1.338265625, 1.3378580322265625, 1.338419189453125, 1.33840283203125, 1.3382154541015625, 1.338177490234375, 1.338396728515625, 1.338166259765625, 1.3381632080078125, 1.3382164306640625, 1.3383946533203126, 1.3381396484375, 1.3383638916015625, 1.33800341796875, 1.3387120361328124, 1.3387080078125, 1.3381806640625, 1.338418212890625, 1.338598388671875, 1.3385164794921875, 1.3384837646484375, 1.3383321533203125, 1.3385902099609375, 1.3383475341796875, 1.3385164794921875, 1.3384417724609374, 1.3383946533203126, 1.3385911865234374, 1.3383638916015625, 1.3387724609375, 1.33842333984375, 1.3389178466796876, 1.3380556640625, 1.3387366943359376, 1.338135498046875, 1.3384417724609374, 1.338112060546875, 1.3380577392578126, 1.3383946533203126, 1.33827783203125, 1.338460205078125, 1.3382943115234376, 1.3384693603515625, 1.3381785888671875, 1.33857080078125, 1.33783349609375, 1.3382420654296876, 1.3381212158203124, 1.3384049072265625, 1.3386905517578125, 1.3388994140625, 2.85277685546875, 1.3379993896484375, 1.337881591796875, 1.3383699951171875, 1.3381622314453125, 1.3383424072265624, 1.3382994384765625, 1.3379788818359375, 1.338335205078125, 1.3379522705078124, 1.3382962646484375, 1.338029052734375, 1.337988037109375, 1.338123291015625, 1.3385574951171875, 1.3382574462890624, 1.338344482421875, 1.338177490234375, 1.33802490234375, 1.3381202392578124, 1.3383055419921874, 1.338112060546875, 1.3384693603515625, 1.338177490234375, 1.338197998046875, 1.3380689697265624, 1.3382850341796875, 1.3385093994140624, 1.3381016845703124, 1.338535888671875, 1.338219482421875, 1.338471435546875, 1.338345458984375, 1.338354736328125, 1.3385123291015626, 1.3384775390625, 1.3384161376953125, 1.3383372802734375, 1.3384520263671875, 1.3383802490234376, 1.338435546875, 1.338775634765625, 1.3383218994140624, 1.3388953857421875, 1.33869775390625, 1.33861279296875, 1.338187744140625, 1.3383209228515625, 1.33863623046875, 1.338092529296875, 1.33884521484375, 1.3383536376953125, 1.338356689453125, 1.338435546875, 1.3381898193359374, 1.3385174560546875, 1.3380546875, 1.3379420166015625, 1.3382154541015625, 1.338470458984375, 1.3385850830078125, 1.3385010986328125, 1.339114501953125, 2.853157958984375, 1.338419189453125, 1.337849853515625, 1.33798193359375, 1.3381048583984374, 1.3384110107421876, 1.3380782470703125, 1.3377474365234374, 1.337970703125, 1.337701416015625, 1.3383218994140624, 1.338346435546875, 1.3380341796875, 1.33800244140625, 1.338175537109375, 1.3381058349609376, 1.338556396484375, 1.3381529541015624, 1.338228759765625, 1.3381856689453124, 1.338144775390625, 1.3384754638671874, 1.3385318603515626, 1.33816015625, 1.338330078125, 1.338008544921875, 1.3383505859375, 1.338560546875, 1.338177490234375, 1.3383731689453124, 1.338219482421875, 1.3389957275390625, 1.338470458984375, 1.3385462646484374, 1.3384847412109375, 1.338133544921875, 1.338209228515625, 1.338186767578125, 1.338239990234375, 1.3382420654296876, 1.33846533203125, 1.3387601318359375, 1.3385225830078125, 1.3389332275390624, 1.3384151611328126, 1.3387325439453126, 1.338396728515625, 1.3382645263671875, 1.3382276611328126, 1.338197021484375, 1.3384151611328126, 1.3382645263671875, 1.3382994384765625, 1.338240966796875, 1.338598388671875, 1.3383505859375, 1.338270751953125, 1.3380731201171876, 1.3383372802734375, 1.3383834228515625, 1.3384365234375, 1.338857421875, 1.3386588134765625, 2.85300439453125, 1.3379830322265625, 1.338186767578125, 1.337924560546875, 1.337849853515625, 1.338203125, 1.337850830078125, 1.33789599609375, 1.3381314697265625, 1.33785595703125, 1.338346435546875, 1.3380484619140625, 1.338181640625, 1.3384530029296875, 1.3382451171875, 1.3381396484375, 1.3380946044921875, 1.338218505859375, 1.3383916015625, 1.33827783203125, 1.3382257080078126, 1.3381580810546876, 1.3384140625, 1.3383065185546874, 1.33810693359375, 1.338103759765625, 1.338377197265625, 1.3386802978515624, 1.338449951171875, 1.3386597900390624, 1.3383680419921875, 1.3386956787109374, 1.33815087890625, 1.3383106689453126, 1.3382266845703126, 1.3382276611328126, 1.338167236328125, 1.3379471435546875, 1.3383045654296875, 1.3383792724609376, 1.33844580078125, 1.3384539794921875, 1.3384775390625, 1.3388441162109375, 1.338356689453125, 1.3386383056640625, 1.33821435546875, 1.338408935546875, 1.3380465087890625, 1.338287109375, 1.338449951171875, 1.3385963134765626, 1.3382861328125, 1.3381898193359374, 1.338376220703125, 1.3383433837890626, 1.3383680419921875, 1.338102783203125, 1.338650634765625, 1.338746826171875, 1.338560546875, 1.3387008056640626, 1.33857080078125, 2.850849853515625, 1.3383055419921874, 1.338049560546875, 1.3381488037109375, 1.3383055419921874, 1.3386044921875, 1.3379481201171874, 1.3380260009765625, 1.33798095703125, 1.3378857421875, 1.3381151123046875, 1.3380096435546875, 1.33825634765625, 1.3380587158203125, 1.338140625, 1.3382666015625, 1.338396728515625, 1.3380966796875, 1.3383587646484374, 1.33821337890625, 1.33823388671875, 1.3382276611328126, 1.3382645263671875, 1.3382257080078126, 1.3380792236328125, 1.3380556640625, 1.3381907958984376, 1.3385830078125, 1.3383055419921874, 1.3386065673828125, 1.338312744140625, 1.3390233154296876, 1.3383363037109375, 1.3382225341796874, 1.33865576171875, 1.3384161376953125, 1.33829833984375, 1.338541015625, 1.338217529296875, 1.338524658203125, 1.3385482177734376, 1.3385369873046875, 1.338430419921875, 1.3391298828125, 1.3384171142578125, 1.3388277587890625, 1.338560546875, 1.33816015625, 1.338335205078125, 1.3383076171875, 1.3384110107421876, 1.33850732421875, 1.338555419921875, 1.3382154541015625, 1.3384263916015624, 1.3383699951171875, 1.3382359619140625, 1.3380689697265624, 1.3385164794921875, 1.338124267578125, 1.3383843994140625, 1.33869677734375, 1.338704833984375, 2.853602294921875, 1.3380660400390625, 1.3378385009765625, 1.338091552734375, 1.33824609375, 1.33802294921875, 1.3382840576171875, 1.337903076171875, 1.3379727783203126, 1.33785595703125, 1.338114013671875, 1.3382236328125, 1.338503173828125, 1.338356689453125, 1.33853076171875, 1.3383045654296875, 1.338261474609375, 1.338330078125, 1.33817236328125, 1.3382369384765624, 1.3382010498046875, 1.3381990966796875, 1.338251220703125, 1.3382481689453125, 1.3380638427734375, 1.338143798828125, 1.3386229248046875, 1.33824609375, 1.3384049072265625, 1.33879296875, 1.338365966796875, 1.3386025390625, 1.3381273193359375, 1.3386158447265626, 1.33859326171875, 1.338244140625, 1.3383536376953125, 1.338346435546875, 1.3386025390625, 1.3384100341796874, 1.33920361328125, 1.33863623046875, 1.3388175048828126, 1.3386536865234375, 1.338145751953125, 1.3388748779296875, 1.3380577392578126, 1.338240966796875, 1.33821337890625, 1.3380198974609374, 1.3385052490234375, 1.3383629150390626, 1.338407958984375, 1.33888720703125, 1.3385615234375, 1.3383505859375, 1.33823388671875, 1.3379696044921876, 1.338376220703125, 1.338322998046875, 1.3386669921875, 1.3386475830078124, 1.338851318359375, 2.856207275390625, 1.3382000732421875, 1.3381519775390625, 1.338112060546875, 1.3380115966796875, 1.338070068359375, 1.338282958984375, 1.33814990234375, 1.3381571044921876, 1.337796630859375, 1.3383055419921874, 1.338040283203125, 1.3380157470703125, 1.3380433349609375, 1.3383076171875, 1.33827587890625, 1.3385645751953126, 1.338144775390625, 1.3384110107421876, 1.3384847412109375, 1.338250244140625, 1.338249267578125, 1.338177490234375, 1.3381160888671875, 1.3381151123046875, 1.3381959228515625, 1.33814990234375, 1.3385830078125, 1.3381324462890625, 1.338450927734375, 1.3384970703125, 1.3389547119140626, 1.3388226318359375, 1.338355712890625, 1.338599365234375, 1.33816015625, 1.338470458984375, 1.3382010498046875, 1.338239013671875, 1.33855029296875, 1.338349609375, 1.338703857421875, 1.3385430908203124, 1.338723388671875, 1.338270751953125, 1.3389537353515626, 1.338640380859375, 1.3383843994140625, 1.3381427001953126, 1.3384110107421876, 1.338472412109375, 1.3384765625, 1.3386158447265626, 1.3382677001953125, 1.3387222900390625, 1.338392578125, 1.3383577880859374, 1.3380689697265624, 1.3386373291015625, 1.3382625732421876, 1.3388267822265625, 1.3387386474609375, 1.33867724609375, 2.857004150390625, 1.33817236328125, 1.3382266845703126, 1.3383946533203126, 1.338033203125, 1.338166259765625, 1.3381109619140625, 1.3381202392578124, 1.3381683349609375, 1.3378887939453126, 1.3387222900390625, 1.3380260009765625, 1.3381488037109375, 1.3377474365234374, 1.338135498046875, 1.3381826171875, 1.3381888427734374, 1.3380833740234375, 1.338666015625, 1.3383720703125, 1.3381365966796874, 1.3380516357421874, 1.3384017333984375, 1.3383843994140625, 1.33806494140625, 1.338666015625, 1.33817138671875, 1.338673095703125, 1.33821337890625, 1.3385379638671875, 1.3381683349609375, 1.3388001708984374, 1.33831884765625, 1.3384385986328124, 1.3385574951171875, 1.3383167724609375, 1.3383956298828126, 1.3382523193359375, 1.338156005859375, 1.3384049072265625, 1.338565673828125, 1.3382952880859376, 1.33873046875, 1.3387479248046874, 1.33861376953125, 1.3386875, 1.3381571044921876, 1.3382327880859375, 1.338197021484375, 1.3385421142578124, 1.3383956298828126, 1.3383720703125, 1.33855029296875, 1.3383536376953125, 1.3383167724609375, 1.3386639404296874, 1.33825439453125, 1.337838623046875, 1.3384888916015625, 1.3381170654296874, 1.3386229248046875, 1.3385164794921875, 1.33884619140625, 2.85694775390625, 1.338282958984375, 1.3381160888671875, 1.3380567626953126, 1.3382451171875, 1.3384017333984375, 1.3382952880859376, 1.3382113037109375, 1.338166259765625, 1.3378990478515624, 1.3385523681640625, 1.3380802001953125, 1.3382000732421875, 1.33817138671875, 1.338418212890625, 1.338203125, 1.338113037109375, 1.3380853271484374, 1.338175537109375, 1.338244140625, 1.338175537109375, 1.3384632568359376, 1.3381826171875, 1.3382369384765624, 1.33850732421875, 1.3382880859375, 1.3381202392578124, 1.338603515625, 1.338207275390625, 1.3386485595703126, 1.3382747802734376, 1.3387601318359375, 1.3385789794921874, 1.338260498046875, 1.3387581787109375, 1.3382205810546874, 1.3386270751953124, 1.3381632080078125, 1.3382318115234375, 1.338498046875, 1.338625, 1.3387325439453126, 1.3383076171875, 1.3389691162109374, 1.338482666015625, 1.3388165283203124, 1.338251220703125, 1.3384857177734375, 1.33821240234375, 1.3383792724609376, 1.338430419921875, 1.338713134765625, 1.3384151611328126, 1.3379041748046876, 1.338692626953125, 1.3383372802734375, 1.3382236328125, 1.3380045166015626, 1.338239013671875, 1.3385123291015626, 1.3385697021484375, 1.3385523681640625, 1.3387161865234376]",tokens/s,0.7352804629837999,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1523.54816,9028.763648,0.0,8382.316544,7939.283456,s,10,6.168955261230469,0.6168955261230471,0.0015417772219472885,0.6163411254882813,0.6185922424316406,0.6195245147705079,0.6202703326416016,"[0.6159805908203125, 0.620456787109375, 0.6161871948242188, 0.6177044067382812, 0.6164950561523438, 0.6157146606445313, 0.617388671875, 0.6183850708007812, 0.6150737915039063, 0.6155690307617188]",tokens/s,414.9811259109987,kWh,7.270786331759559e-06,3.983690370270476e-06,3.5354423708363026e-05,4.660890041039307e-05,tokens/kWh,5492513.184089534,MB,1523.54816,9028.763648,0.0,8382.316544,8233.862144,s,10,338.27357031250006,33.82735703125,0.0015201157696456413,33.827656250000004,33.8284015625,33.8289078125,33.8293128125,"[33.82323828125, 33.8294140625, 33.8275, 33.8278125, 33.827453125, 33.8282890625, 33.827921875, 33.82781640625, 33.8268359375, 33.8272890625]",tokens/s,1.862397938502853,kWh,0.000399372474120723,0.00021888949382523258,0.0019367972929006422,0.0025550592608465975,tokens/kWh,24656.962351286318,,s,629,343.2891820068364,0.5457697647167503,0.07334869942208799,0.5369251708984375,0.5372151733398437,0.5373104125976562,1.1531489599609375,"[0.5366661376953125, 0.5368514404296875, 0.5366876220703125, 0.5369047241210938, 0.5365493774414063, 0.5368678588867187, 0.5364664306640625, 0.5367879638671875, 0.5364613037109375, 0.536722412109375, 0.536648681640625, 0.5370818481445313, 0.5365514526367188, 0.5367131958007813, 0.5365442504882812, 0.5368156127929687, 0.5365944213867188, 0.5368975219726563, 0.536479736328125, 0.5370306396484374, 0.536859619140625, 0.5368729858398438, 0.5366445922851563, 0.5369835815429688, 0.5368453369140626, 0.537112548828125, 0.5369354248046875, 0.5370142822265624, 0.5367859497070312, 0.5371412353515626, 0.5369088134765625, 0.536853515625, 0.537059326171875, 0.5369508056640625, 0.5368514404296875, 0.5366394653320312, 0.5366722412109375, 0.5369262084960937, 0.5368822021484375, 0.5367521362304688, 0.5370521850585938, 0.5372672119140625, 0.536922119140625, 0.536922119140625, 0.5369446411132812, 0.5370603637695313, 0.5366671142578125, 0.5369548950195312, 0.5369251708984375, 0.5369231567382813, 0.5367285766601563, 0.53701220703125, 0.5369794311523437, 0.5371770629882813, 0.5369354248046875, 0.5369978637695313, 0.5368023071289062, 0.5371893920898437, 0.5366016235351563, 0.53711767578125, 0.5370234985351563, 0.5372415771484375, 1.1580631103515624, 0.5369609985351562, 0.5374136352539063, 0.5369825439453125, 0.5367500610351562, 0.536658935546875, 0.537375732421875, 0.5365545043945312, 0.5367992553710937, 0.5370706176757812, 0.5371392211914062, 0.5366865844726563, 0.536875, 0.5366405029296875, 0.5367736206054687, 0.5367459716796875, 0.5368831787109375, 0.5364705200195312, 0.5370767211914063, 0.5367982177734375, 0.5370245361328125, 0.536764404296875, 0.5368361206054687, 0.5367449340820313, 0.536816650390625, 0.5368156127929687, 0.537133056640625, 0.5365299072265625, 0.5369968872070312, 0.5369815063476563, 0.5368074340820312, 0.5369989013671875, 0.5366456298828125, 0.53722314453125, 0.5373726806640625, 0.536900634765625, 0.5368923950195312, 0.5368872680664063, 0.5370848999023438, 0.5369886474609376, 0.5368668212890625, 0.53703271484375, 0.5369835815429688, 0.5368473510742188, 0.5368842163085937, 0.5370081176757813, 0.537396240234375, 0.53701123046875, 0.5370009765625, 0.5369467163085937, 0.5376194458007812, 0.5368616943359374, 0.536875, 0.5369517822265625, 0.537312255859375, 0.5369815063476563, 0.5370511474609375, 0.5373992919921875, 0.5371729736328125, 0.5369057006835938, 0.5374884033203124, 0.5369200439453125, 0.5372682495117187, 1.153580078125, 0.5367817993164062, 0.53694873046875, 0.5365238037109376, 0.5367255249023437, 0.5367285766601563, 0.5366384887695312, 0.5371084594726563, 0.5368361206054687, 0.5366292724609375, 0.536764404296875, 0.536700927734375, 0.53669580078125, 0.5366599731445313, 0.5367265014648438, 0.5366917114257812, 0.5367060546875, 0.536680419921875, 0.5370736694335938, 0.5368391723632813, 0.53690673828125, 0.5368186645507812, 0.5368934326171875, 0.5371002807617188, 0.5369467163085937, 0.5369620361328125, 0.5372559204101562, 0.5366968383789062, 0.5369200439453125, 0.5368944702148437, 0.5370921020507813, 0.536859619140625, 0.5374556274414063, 0.5367900390625, 0.5370931396484375, 0.5370316772460938, 0.5371064453125, 0.5366732788085937, 0.5370715942382812, 0.5368934326171875, 0.5369733276367188, 0.5368473510742188, 0.5370091552734375, 0.5369231567382813, 0.5371842651367188, 0.5371740112304687, 0.5372640991210937, 0.53692724609375, 0.5371084594726563, 0.5371791381835938, 0.5370449829101562, 0.5368729858398438, 0.5370818481445313, 0.5370531616210937, 0.5370818481445313, 0.5368985595703125, 0.5372160034179687, 0.5370685424804688, 0.5371832275390624, 0.5367183227539063, 0.5372129516601563, 0.5368289184570313, 0.5372774658203125, 1.15521435546875, 0.5369927978515625, 0.536748046875, 0.536637451171875, 0.5367357177734375, 0.53709619140625, 0.5369057006835938, 0.5367490844726562, 0.53739111328125, 0.5367828369140625, 0.5367183227539063, 0.5366364135742188, 0.536796142578125, 0.5366886596679687, 0.536605712890625, 0.5366507568359375, 0.53686474609375, 0.536585205078125, 0.5369937744140625, 0.5368176879882812, 0.5370654907226563, 0.5367459716796875, 0.5368370971679688, 0.536911865234375, 0.536933349609375, 0.537133056640625, 0.5369129028320313, 0.5367838745117187, 0.5368709106445313, 0.5368361206054687, 0.5370050659179687, 0.537037841796875, 0.5369251708984375, 0.5367900390625, 0.537290771484375, 0.5367971801757813, 0.5370715942382812, 0.5368053588867188, 0.5370839233398438, 0.536943603515625, 0.5371023559570313, 0.5366824951171875, 0.5369876708984375, 0.5370050659179687, 0.537133056640625, 0.5371248779296875, 0.537143310546875, 0.5369508056640625, 0.5369825439453125, 0.536690673828125, 0.5371156616210937, 0.5367930908203125, 0.5371586303710938, 0.5371238403320312, 0.5371002807617188, 0.5373388671875, 0.5371094970703125, 0.5370767211914063, 0.5370040283203125, 0.5367275390625, 0.53730712890625, 0.5373173828125, 0.5372661743164062, 1.1541011962890626, 0.5368402099609375, 0.5374259033203125, 0.5367992553710937, 0.536943603515625, 0.53677978515625, 0.5368463134765625, 0.536627197265625, 0.537017333984375, 0.5364674682617188, 0.536721435546875, 0.536784912109375, 0.5368822021484375, 0.5365616455078125, 0.5366343383789063, 0.5366067504882812, 0.5366681518554688, 0.5365596313476563, 0.5369978637695313, 0.5369231567382813, 0.5369548950195312, 0.5366405029296875, 0.5367459716796875, 0.5367971801757813, 0.5368135375976563, 0.5369231567382813, 0.5371300048828125, 0.536796142578125, 0.5370787963867187, 0.5368955078125, 0.53675830078125, 0.53692724609375, 0.5371320190429687, 0.536754150390625, 0.537554931640625, 0.5367808227539063, 0.5369968872070312, 0.5373112182617188, 0.5371023559570313, 0.53676953125, 0.5369600219726562, 0.5367019653320313, 0.5369948120117187, 0.537064453125, 0.5370501098632813, 0.537133056640625, 0.5372354736328125, 0.5372661743164062, 0.5370706176757812, 0.5368391723632813, 0.53698046875, 0.5367439575195313, 0.5371217651367187, 0.5371371459960937, 0.5371688842773438, 0.5368883056640625, 0.53720166015625, 0.5370316772460938, 0.5370880126953125, 0.5368657836914063, 0.537248779296875, 0.5368934326171875, 0.5372313842773437, 1.1532318115234375, 0.5366558837890625, 0.5367193603515625, 0.5365791015625, 0.5366220703125, 0.5368084716796875, 0.5367551879882813, 0.5370726318359375, 0.5370050659179687, 0.5365718994140625, 0.536806396484375, 0.53677978515625, 0.5368125610351563, 0.536711181640625, 0.5366405029296875, 0.5366671142578125, 0.5367080688476562, 0.53665380859375, 0.5369251708984375, 0.5368340454101562, 0.5372620849609375, 0.5369722900390625, 0.5369200439453125, 0.536791015625, 0.5371668701171874, 0.5368524780273437, 0.5370706176757812, 0.5368053588867188, 0.53697021484375, 0.5368627319335938, 0.5369548950195312, 0.5368831787109375, 0.537069580078125, 0.5368002319335937, 0.5372026977539063, 0.536858642578125, 0.5368606567382812, 0.536858642578125, 0.5371637573242187, 0.5369200439453125, 0.5369989013671875, 0.5369405517578125, 0.53696923828125, 0.5370040283203125, 0.5370726318359375, 0.5373880615234375, 0.5372743530273437, 0.5370101928710938, 0.5371248779296875, 0.536742919921875, 0.5369999389648438, 0.536875, 0.5371688842773438, 0.5370582885742188, 0.5375457153320312, 0.5369425659179687, 0.5369815063476563, 0.5371259155273438, 0.5372866821289063, 0.5369989013671875, 0.537380859375, 0.5369999389648438, 0.5371473999023437, 1.1550177001953126, 0.5366845703125, 0.53686376953125, 0.536680419921875, 0.5367408447265625, 0.5368422241210937, 0.5368002319335937, 0.5366138916015625, 0.5369098510742187, 0.536595458984375, 0.5366876220703125, 0.5366865844726563, 0.5371054077148437, 0.5367152709960937, 0.5369548950195312, 0.5366599731445313, 0.5367418823242187, 0.5367234497070312, 0.537164794921875, 0.5367828369140625, 0.5371484375, 0.5368944702148437, 0.5368330078125, 0.5367131958007813, 0.5369446411132812, 0.5370357666015625, 0.5369866333007812, 0.5367439575195313, 0.5369722900390625, 0.5367930908203125, 0.5371422729492188, 0.5370101928710938, 0.5369200439453125, 0.5366036376953125, 0.537491455078125, 0.5368719482421875, 0.5374843139648438, 0.5367828369140625, 0.537270263671875, 0.53707568359375, 0.5368688354492187, 0.5367920532226562, 0.5370020141601562, 0.536995849609375, 0.537037841796875, 0.5372211303710938, 0.5371135864257812, 0.5369876708984375, 0.5369722900390625, 0.5371893920898437, 0.5370603637695313, 0.5367725830078125, 0.5372764282226562, 0.5367920532226562, 0.5372149658203125, 0.5369129028320313, 0.537153564453125, 0.5369671630859375, 0.5371300048828125, 0.5368923950195312, 0.5372272338867188, 0.5370685424804688, 0.5372323608398437, 1.155919921875, 0.5369210815429688, 0.5369476928710938, 0.5368862915039062, 0.5369528198242187, 0.5366845703125, 0.5368033447265625, 0.5367142333984375, 0.5369620361328125, 0.5367193603515625, 0.5367767333984375, 0.5366732788085937, 0.536642578125, 0.536679443359375, 0.536648681640625, 0.5367091064453124, 0.5367439575195313, 0.5366630249023437, 0.5369405517578125, 0.5370531616210937, 0.5370623779296875, 0.5368340454101562, 0.5370460205078125, 0.536953857421875, 0.5369476928710938, 0.5368729858398438, 0.5369927978515625, 0.5367408447265625, 0.5369446411132812, 0.5368995971679688, 0.5368719482421875, 0.5369661254882813, 0.5368411865234375, 0.5368176879882812, 0.5371514892578125, 0.5368340454101562, 0.5368258666992187, 0.5369262084960937, 0.5370706176757812, 0.5368524780273437, 0.5368770751953125, 0.5368340454101562, 0.5371207885742187, 0.5369088134765625, 0.537049072265625, 0.5371791381835938, 0.5371760864257813, 0.5370286254882812, 0.5371392211914062, 0.536911865234375, 0.5371105346679688, 0.5367388305664063, 0.5371289672851562, 0.5370408935546875, 0.5371054077148437, 0.5370787963867187, 0.5371821899414062, 0.5370286254882812, 0.5371084594726563, 0.5368248291015625, 0.5374464111328126, 0.5369446411132812, 0.5373634643554688, 1.152927734375, 0.5369517822265625, 0.5369784545898437, 0.5365821533203124, 0.5371371459960937, 0.53669580078125, 0.5368442993164062, 0.5366312866210937, 0.536896484375, 0.53661083984375, 0.5369569091796875, 0.536616943359375, 0.5369241333007813, 0.536616943359375, 0.5367808227539063, 0.5366773681640625, 0.5367490844726562, 0.5366517944335938, 0.5370183715820313, 0.5368135375976563, 0.5371135864257812, 0.5367183227539063, 0.5369200439453125, 0.5368299560546875, 0.5368923950195312, 0.5368370971679688, 0.5370419311523438, 0.5368831787109375, 0.5367408447265625, 0.5368473510742188, 0.53701123046875, 0.5368770751953125, 0.5370020141601562, 0.5368995971679688, 0.5371514892578125, 0.53694873046875, 0.5369989013671875, 0.5367971801757813, 0.5371821899414062, 0.5368790893554688, 0.5369108276367187, 0.5368104858398437, 0.5371207885742187, 0.5369251708984375, 0.5371320190429687, 0.5369190673828125, 0.5371627807617188, 0.5367664794921875, 0.5371320190429687, 0.5368975219726563, 0.5370020141601562, 0.5370265502929688, 0.5370664672851563, 0.5370614013671875, 0.5372640991210937, 0.5369774169921875, 0.5370132446289062, 0.53707568359375, 0.5371688842773438, 0.5367367553710938, 0.5372682495117187, 0.537069580078125, 0.5372835693359375, 1.1529359130859376, 0.5368944702148437, 0.5368627319335938, 0.5365247802734375, 0.5366763305664063, 0.5366732788085937, 0.5368094482421875, 0.5367275390625, 0.5369384765625, 0.5365411987304688, 0.536859619140625, 0.536616943359375, 0.5368934326171875, 0.5368524780273437, 0.5366865844726563, 0.5365104370117187, 0.5367613525390625, 0.5366179809570313, 0.5367920532226562, 0.53675830078125, 0.5368995971679688, 0.5371781005859375, 0.5369241333007813, 0.5366630249023437, 0.5369508056640625, 0.5372692260742188, 0.5370368041992187, 0.536721435546875, 0.536911865234375, 0.5369313354492188, 0.5371555786132812, 0.5367439575195313, 0.5369886474609376, 0.537133056640625, 0.5372446899414063, 0.5367705688476563, 0.5371586303710938, 0.5368923950195312, 0.5371504516601563, 0.53684326171875, 0.537059326171875, 0.5366763305664063, 0.536875, 0.5370859375, 0.5370685424804688, 0.5371084594726563, 0.5371934814453125, 0.5370203857421875, 0.5370715942382812, 0.5369251708984375, 0.53718017578125, 0.536880126953125, 0.5371729736328125, 0.5372303466796875, 0.5371473999023437, 0.5368555297851563, 0.5372241821289062, 0.5370132446289062, 0.536911865234375, 0.53692724609375, 0.5374535522460937, 0.5369876708984375, 0.5373092041015625]",tokens/s,1.8322744582946824,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,5020.81536,8173.125632,0.0,7526.678528,6833.613824,s,10,3.326392669677735,0.3326392669677734,0.0030324363165483534,0.33195497131347657,0.3341614532470703,0.3376804428100586,0.3404956344604492,"[0.3411994323730469, 0.33337945556640625, 0.33058718872070314, 0.3303564453125, 0.33089251708984374, 0.33060626220703127, 0.3314384460449219, 0.332591064453125, 0.332870361328125, 0.33247149658203123]",tokens/s,769.6024655585886,kWh,3.897490269607968e-06,2.1353897317655327e-06,2.0114881683290285e-05,2.6147761684663786e-05,tokens/kWh,9790512.973435482,MB,5020.81536,8173.125632,0.0,7526.678528,7110.583808,s,10,183.47133203125,18.347133203125,0.004664256892410071,18.349021484375,18.351409570312498,18.35145087890625,18.35148392578125,"[18.348591796875, 18.3397421875, 18.34241796875, 18.338681640625, 18.3502734375, 18.348642578125, 18.349400390625, 18.350689453125, 18.3514921875, 18.351400390625]",tokens/s,3.4337789616782985,kWh,0.00021652181481321653,0.0001186722658167949,0.0010773519962895067,0.0014125460769195183,tokens/kWh,44600.31501230066,,s,629,186.15873925781258,0.29595983983753976,0.03945461951219622,0.29114471435546874,0.29161677246093753,0.29189117431640627,0.6223596313476563,"[0.29115188598632813, 0.2917990417480469, 0.2910863342285156, 0.29130035400390625, 0.2909051818847656, 0.2912214050292969, 0.2909573059082031, 0.29103411865234374, 0.2910054321289062, 0.2911651916503906, 0.2917939147949219, 0.2913239135742188, 0.2910597839355469, 0.2918880615234375, 0.29148263549804687, 0.29144268798828127, 0.2912911376953125, 0.29127783203125, 0.2912788391113281, 0.29161370849609375, 0.291304443359375, 0.29117236328125, 0.2911733703613281, 0.29094400024414063, 0.29102081298828125, 0.2911559753417969, 0.2910597229003906, 0.2914805908203125, 0.2913699951171875, 0.29076275634765625, 0.29096661376953126, 0.29093161010742186, 0.2912389221191406, 0.29129931640625, 0.2909480895996094, 0.2912174072265625, 0.2912204895019531, 0.29107199096679687, 0.2910310363769531, 0.29094091796875, 0.29076480102539065, 0.29079766845703126, 0.29086407470703124, 0.29078524780273435, 0.2911088562011719, 0.29134234619140625, 0.2910627746582031, 0.29169970703125, 0.29144064331054687, 0.2908927917480469, 0.2910648193359375, 0.2910535583496094, 0.2909266052246094, 0.29100030517578124, 0.2910525512695312, 0.2911098937988281, 0.2910382080078125, 0.29060504150390626, 0.2909347839355469, 0.2907238464355469, 0.29095013427734373, 0.29088467407226565, 0.6249952392578125, 0.29085287475585936, 0.2911539306640625, 0.290904052734375, 0.2911037292480469, 0.2912143249511719, 0.2912419738769531, 0.291493896484375, 0.2911508483886719, 0.291056640625, 0.2912942504882812, 0.2909091491699219, 0.2910955505371094, 0.2910320739746094, 0.2910310363769531, 0.29128805541992187, 0.2911457214355469, 0.29099114990234376, 0.291136474609375, 0.291462158203125, 0.29125222778320314, 0.2911016845703125, 0.290882568359375, 0.290977783203125, 0.2910105590820313, 0.2909910888671875, 0.29104946899414064, 0.2909276123046875, 0.2908713073730469, 0.29091635131835936, 0.2908846130371094, 0.29086822509765625, 0.29094400024414063, 0.2912911376953125, 0.291083251953125, 0.2909296569824219, 0.2908917846679687, 0.2909429626464844, 0.29090509033203127, 0.29101669311523437, 0.2909276123046875, 0.2912174072265625, 0.29108837890625, 0.29093682861328124, 0.29119793701171875, 0.29107916259765626, 0.2934343566894531, 0.29095834350585936, 0.2907484130859375, 0.29136895751953124, 0.29149798583984377, 0.29114471435546874, 0.29111294555664063, 0.29156658935546875, 0.29093792724609374, 0.2908681640625, 0.2908518371582031, 0.2906265563964844, 0.2906163330078125, 0.2909542541503906, 0.29111505126953124, 0.2914887390136719, 0.29113345336914065, 0.6221834106445312, 0.291056640625, 0.2913434143066406, 0.29181332397460935, 0.2915881042480469, 0.2911866760253906, 0.2914805908203125, 0.29122662353515627, 0.29128805541992187, 0.29116824340820313, 0.2914232177734375, 0.2919321594238281, 0.29145498657226565, 0.2910115966796875, 0.29119488525390624, 0.2909060974121094, 0.29112115478515627, 0.29129421997070315, 0.29111294555664063, 0.29093887329101564, 0.2918696899414063, 0.2910146484375, 0.2910586853027344, 0.2929541015625, 0.29112115478515627, 0.29093887329101564, 0.29098599243164064, 0.2910157775878906, 0.2910462951660156, 0.291080322265625, 0.29077490234375, 0.2908006286621094, 0.2908897399902344, 0.29091943359375, 0.290830322265625, 0.29089688110351564, 0.2908344421386719, 0.29086004638671875, 0.29178369140625, 0.29098904418945315, 0.29101568603515626, 0.2907648315429687, 0.29071978759765627, 0.29085177612304686, 0.2908037109375, 0.2908999633789062, 0.2911928405761719, 0.29247796630859374, 0.29141607666015623, 0.2910228576660156, 0.2908846130371094, 0.2909020080566406, 0.2911375427246094, 0.290845703125, 0.2914642028808594, 0.29115493774414064, 0.2909491271972656, 0.290914306640625, 0.2911805419921875, 0.29089483642578123, 0.2907873229980469, 0.2908323974609375, 0.290597900390625, 0.6217267456054687, 0.29077197265625, 0.2910330810546875, 0.2909470825195313, 0.29107510375976564, 0.29102178955078123, 0.29123788452148436, 0.29106893920898436, 0.29189324951171874, 0.2911856689453125, 0.2912204895019531, 0.29157272338867185, 0.29196185302734373, 0.2910382080078125, 0.2912010498046875, 0.29094088745117186, 0.29163418579101563, 0.290946044921875, 0.29115493774414064, 0.2909962158203125, 0.2909952087402344, 0.2908518371582031, 0.29090310668945313, 0.29097158813476565, 0.29139556884765627, 0.2911918029785156, 0.29115493774414064, 0.2910177307128906, 0.291470458984375, 0.2910995178222656, 0.2909153137207031, 0.29085287475585936, 0.29129421997070315, 0.2910177307128906, 0.29091738891601565, 0.290850830078125, 0.2908016662597656, 0.2909204406738281, 0.290703369140625, 0.2909480895996094, 0.290808837890625, 0.2907821960449219, 0.2912767944335938, 0.29103521728515624, 0.2930513000488281, 0.2909010009765625, 0.2909573059082031, 0.2909429626464844, 0.29101364135742186, 0.2907362060546875, 0.29087738037109373, 0.29123077392578123, 0.2909122009277344, 0.2908518371582031, 0.29091021728515626, 0.29078021240234375, 0.291042236328125, 0.29075250244140627, 0.2906828918457031, 0.29115399169921874, 0.29102072143554686, 0.291009521484375, 0.29132696533203123, 0.6224281616210937, 0.29084161376953127, 0.29141094970703124, 0.29116824340820313, 0.29133004760742187, 0.2911754150390625, 0.2917089233398438, 0.2911651916503906, 0.29145394897460936, 0.29128704833984376, 0.29129010009765627, 0.29106585693359377, 0.2920130615234375, 0.2914622497558594, 0.2913115234375, 0.291346435546875, 0.291209228515625, 0.292105224609375, 0.29109759521484374, 0.2908907470703125, 0.29111090087890623, 0.2913320922851563, 0.291009521484375, 0.2909900817871094, 0.2909204406738281, 0.29106893920898436, 0.29144268798828127, 0.2911283264160156, 0.2910525512695312, 0.2916495361328125, 0.2910535583496094, 0.2909675598144531, 0.291346435546875, 0.2914672546386719, 0.2912665710449219, 0.29141607666015623, 0.29099212646484374, 0.29119384765625, 0.2911212463378906, 0.29125518798828126, 0.29113345336914065, 0.2911068115234375, 0.2909552612304688, 0.2910054321289062, 0.29141812133789063, 0.29120306396484374, 0.29097164916992185, 0.29154507446289063, 0.29104742431640623, 0.29088870239257814, 0.2910064697265625, 0.29087435913085935, 0.2910402526855469, 0.2909849548339844, 0.29111199951171873, 0.29143136596679686, 0.291462158203125, 0.2940467224121094, 0.29119488525390624, 0.2914396057128906, 0.2912563171386719, 0.2915348510742187, 0.291083251953125, 0.622940185546875, 0.2911180725097656, 0.291894287109375, 0.2918707885742188, 0.29123678588867186, 0.291156982421875, 0.2911457214355469, 0.2911201171875, 0.29126556396484377, 0.2914580078125, 0.2914068603515625, 0.2910320739746094, 0.29122354125976563, 0.2909378662109375, 0.29136383056640625, 0.29118463134765626, 0.2914672546386719, 0.2917652587890625, 0.2911856689453125, 0.29107098388671876, 0.29113446044921876, 0.29076788330078124, 0.29069720458984377, 0.29090304565429687, 0.29082623291015625, 0.29081088256835935, 0.291056640625, 0.29096347045898435, 0.29087435913085935, 0.291009521484375, 0.2907371520996094, 0.2910607299804687, 0.29096038818359377, 0.2913167419433594, 0.2914723815917969, 0.2914847717285156, 0.2912306213378906, 0.291462158203125, 0.2936002502441406, 0.2915155029296875, 0.2913965148925781, 0.29102386474609376, 0.2910607299804687, 0.2909644775390625, 0.29098904418945315, 0.29122970581054686, 0.29106997680664065, 0.29096649169921873, 0.2909337463378906, 0.2908917846679687, 0.2909982604980469, 0.2911559753417969, 0.29184307861328124, 0.2915625, 0.29157272338867185, 0.29153689575195313, 0.29130859375, 0.29116513061523436, 0.2910146484375, 0.2910955505371094, 0.2916024169921875, 0.291262451171875, 0.2909020080566406, 0.6232821655273437, 0.2913167419433594, 0.29129421997070315, 0.2912972717285156, 0.2918635559082031, 0.29147442626953124, 0.2911283264160156, 0.2916812744140625, 0.2915973205566406, 0.2912419738769531, 0.2914723815917969, 0.291281982421875, 0.29155218505859376, 0.29142630004882814, 0.29158706665039064, 0.2915564270019531, 0.2916771240234375, 0.29130136108398436, 0.2912850646972656, 0.2912767333984375, 0.2914969482421875, 0.2918369140625, 0.2913320922851563, 0.29271755981445313, 0.29146624755859374, 0.2911907958984375, 0.2909296569824219, 0.2910955505371094, 0.291083251953125, 0.2912593994140625, 0.2912706604003906, 0.29119589233398435, 0.29104638671875, 0.29097268676757815, 0.29096038818359377, 0.29111294555664063, 0.2913320922851563, 0.291304443359375, 0.29161575317382815, 0.2912389221191406, 0.29126040649414064, 0.2912554626464844, 0.2910042419433594, 0.2909931640625, 0.2908856201171875, 0.29083340454101564, 0.2908917846679687, 0.290946044921875, 0.2909757385253906, 0.29078323364257813, 0.29109762573242187, 0.29080374145507815, 0.29088555908203123, 0.29080780029296877, 0.2909491271972656, 0.2907904052734375, 0.2916864013671875, 0.2912890930175781, 0.2907801513671875, 0.29119692993164065, 0.29122457885742187, 0.29137411499023436, 0.291031005859375, 0.6241597290039063, 0.29123788452148436, 0.29148980712890626, 0.29125018310546874, 0.29131057739257815, 0.29118463134765626, 0.29127166748046873, 0.291272705078125, 0.2918543395996094, 0.2915051574707031, 0.291631103515625, 0.29105560302734373, 0.2923868103027344, 0.2912337951660156, 0.2911866760253906, 0.291061767578125, 0.292490234375, 0.2912214965820312, 0.291267578125, 0.2910013427734375, 0.29129421997070315, 0.2910822448730469, 0.29093582153320313, 0.29120001220703123, 0.29091943359375, 0.2908856201171875, 0.29145703125, 0.2914949035644531, 0.29112933349609377, 0.29123788452148436, 0.2912767944335938, 0.2912133178710937, 0.29131365966796874, 0.29124609375, 0.2912194519042969, 0.29173348999023435, 0.2911201171875, 0.2912788391113281, 0.2910044250488281, 0.2910013427734375, 0.29118771362304685, 0.2910330810546875, 0.2915604553222656, 0.29146316528320315, 0.2914334716796875, 0.29083953857421874, 0.29135769653320315, 0.2911631469726563, 0.29084979248046877, 0.2908221435546875, 0.29091122436523437, 0.29104229736328124, 0.2908825988769531, 0.29070947265625, 0.29156146240234376, 0.292242431640625, 0.29155123901367186, 0.29115493774414064, 0.29105670166015624, 0.2912132568359375, 0.29169766235351563, 0.2913536071777344, 0.291162109375, 0.6245776977539063, 0.2910738830566406, 0.29133721923828126, 0.29104638671875, 0.29137100219726564, 0.2918984375, 0.291302490234375, 0.29108514404296876, 0.2911313781738281, 0.29162203979492185, 0.2911015319824219, 0.29115188598632813, 0.29129421997070315, 0.2920244140625, 0.29145590209960937, 0.29112423706054685, 0.291620849609375, 0.29239004516601563, 0.29183676147460935, 0.29133517456054686, 0.29116928100585937, 0.2914068603515625, 0.29107916259765626, 0.2920724487304687, 0.2911928405761719, 0.29108837890625, 0.2911365051269531, 0.29100747680664063, 0.2909665832519531, 0.29107705688476565, 0.2915195007324219, 0.29198641967773437, 0.2912174072265625, 0.2914068603515625, 0.29100747680664063, 0.29123480224609377, 0.29113037109375, 0.29115188598632813, 0.2909010009765625, 0.2909767761230469, 0.29136282348632814, 0.2908538818359375, 0.29098599243164064, 0.29118463134765626, 0.2911078491210938, 0.29112628173828126, 0.29127783203125, 0.2916915283203125, 0.2914672546386719, 0.29112628173828126, 0.2914969482421875, 0.29150311279296875, 0.29141299438476564, 0.2911457214355469, 0.2911907958984375, 0.2912061462402344, 0.29095834350585936, 0.29087335205078124, 0.2910064697265625, 0.2916515808105469, 0.29124505615234375, 0.2910699462890625, 0.2909389038085938, 0.6244362182617188, 0.2915553283691406, 0.29160562133789064, 0.29136474609375, 0.2912962646484375, 0.2911641540527344, 0.29157272338867185, 0.2914303894042969, 0.29142630004882814, 0.291240966796875, 0.29158303833007815, 0.291295166015625, 0.2915502014160156, 0.291373046875, 0.2917918701171875, 0.29154507446289063, 0.2914375610351562, 0.2918666687011719, 0.291716064453125, 0.29142630004882814, 0.2913177490234375, 0.29200588989257814, 0.29093582153320313, 0.2909337463378906, 0.29117440795898436, 0.29120620727539065, 0.29325714111328127, 0.2910044250488281, 0.29144064331054687, 0.291175537109375, 0.29100634765625, 0.29097576904296873, 0.29103927612304686, 0.29099923706054687, 0.29096038818359377, 0.2911754150390625, 0.2910146484375, 0.29110272216796873, 0.2911170654296875, 0.2914334716796875, 0.29108428955078125, 0.29090304565429687, 0.2909296569824219, 0.290904052734375, 0.2912860107421875, 0.2911866760253906, 0.29128500366210935, 0.2911088562011719, 0.29134951782226565, 0.29139764404296875, 0.29150411987304686, 0.291240966796875, 0.29109146118164064, 0.29109658813476563, 0.2911150207519531, 0.2918696899414063, 0.29107916259765626, 0.29097369384765626, 0.29076480102539065, 0.2908671875, 0.2908917846679687, 0.29114776611328125, 0.2908713073730469]",tokens/s,3.3788368061995393,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,M,M,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/M/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474da-64ee79993bc45dda3ad1924f;76eb6779-df94-4244-97da-3b5dc0a9b277) Repository Not Found for url: https://huggingface.co/M/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: M is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1642.389504,4268.228608,0.0,3621.781504,3321.9712,s,10,1.5788946075439454,0.15788946075439453,0.00017919774991013095,0.15785057830810545,0.15797127838134767,0.15818761978149415,0.15836069290161134,"[0.15840396118164063, 0.15792320251464845, 0.15786480712890624, 0.1577998046875, 0.15776956176757811, 0.1578700866699219, 0.15775180053710938, 0.15783634948730468, 0.15788601684570314, 0.15778901672363282]",tokens/s,1621.387512357279,kWh,1.8646589014679194e-06,1.021745503547322e-06,8.971756309344991e-06,1.1858160714360232e-05,tokens/kWh,21588508.215273555,MB,1642.389504,4268.228608,0.0,3621.781504,3432.377344,s,10,87.15837597656251,8.71583759765625,0.0008481602505557727,8.7157880859375,8.716591796874999,8.71717626953125,8.71764384765625,"[8.716134765625, 8.715365234375, 8.715552734375, 8.715330078125, 8.7177607421875, 8.7164619140625, 8.7160234375, 8.714970703125, 8.7145927734375, 8.71618359375]",tokens/s,7.228220959158434,kWh,0.00010291564779873525,5.640554176871035e-05,0.0004938951182060503,0.0006532163077734959,tokens/kWh,96445.8468814673,,s,629,88.44030050659185,0.14060461129823815,0.018761826594433942,0.1383321533203125,0.1384478759765625,0.1386160125732422,0.29622247436523436,"[0.13831578063964844, 0.13855538940429687, 0.13837925720214844, 0.13861888122558594, 0.1383372802734375, 0.1381939239501953, 0.13832089233398437, 0.13818777465820312, 0.13822770690917968, 0.13824102783203124, 0.13827687072753905, 0.13829837036132814, 0.13823692321777345, 0.13831884765625, 0.13830656433105468, 0.13822259521484376, 0.138281982421875, 0.13826048278808595, 0.13835775756835939, 0.1383372802734375, 0.13836697387695313, 0.13825946044921875, 0.1384837188720703, 0.13828300476074218, 0.13824205017089844, 0.13837312316894532, 0.13830656433105468, 0.13834751892089844, 0.13833010864257814, 0.13829017639160157, 0.13830963134765625, 0.13827891540527343, 0.13834956359863282, 0.13857997131347657, 0.1383024597167969, 0.1383198699951172, 0.13832191467285157, 0.13831782531738282, 0.13834136962890625, 0.1382256622314453, 0.13838336181640626, 0.13837004089355467, 0.1383741455078125, 0.13869772338867187, 0.13845196533203125, 0.13836492919921875, 0.13831884765625, 0.13832806396484376, 0.13838233947753906, 0.1383055419921875, 0.13834445190429687, 0.13833523559570313, 0.13848268127441407, 0.13833932495117188, 0.13832704162597656, 0.138323974609375, 0.13840179443359374, 0.13834854125976562, 0.13840896606445313, 0.1383372802734375, 0.13834136962890625, 0.1383987274169922, 0.29673883056640626, 0.1382993927001953, 0.1383004150390625, 0.13829734802246094, 0.1381416931152344, 0.138392578125, 0.13834854125976562, 0.13837721252441407, 0.1383546905517578, 0.13823385620117187, 0.1382461395263672, 0.13824000549316406, 0.13861888122558594, 0.13826559448242187, 0.13832191467285157, 0.1383434295654297, 0.13829837036132814, 0.13832191467285157, 0.13829837036132814, 0.13836288452148438, 0.13823590087890625, 0.1383618621826172, 0.13819290161132813, 0.1384099884033203, 0.13830860900878905, 0.13827687072753905, 0.138281982421875, 0.13829119873046875, 0.13834445190429687, 0.13835162353515626, 0.13822361755371093, 0.13828300476074218, 0.13821644592285157, 0.1383505859375, 0.13830860900878905, 0.13834547424316407, 0.13836595153808592, 0.13823692321777345, 0.13832293701171874, 0.1383321533203125, 0.1382881317138672, 0.13820620727539062, 0.1383751678466797, 0.13839666748046875, 0.13842227172851562, 0.13830656433105468, 0.1383198699951172, 0.13838540649414063, 0.1383372802734375, 0.1382809600830078, 0.13829017639160157, 0.13839462280273437, 0.13872230529785157, 0.13836697387695313, 0.13839053344726562, 0.13838951110839845, 0.13838438415527343, 0.13829734802246094, 0.13832704162597656, 0.13838336181640626, 0.13846630859375, 0.13836595153808592, 0.13836492919921875, 0.29633944702148435, 0.13824819946289063, 0.13824716186523436, 0.13819290161132813, 0.13829426574707032, 0.138313720703125, 0.1383055419921875, 0.13829426574707032, 0.13850521850585937, 0.13820005798339843, 0.1383014373779297, 0.13833523559570313, 0.1383014373779297, 0.13829324340820312, 0.13822463989257813, 0.13834034729003905, 0.13827072143554686, 0.13839666748046875, 0.13827072143554686, 0.1383126983642578, 0.13861477661132812, 0.13836595153808592, 0.138323974609375, 0.13838438415527343, 0.13829530334472656, 0.13832499694824218, 0.1382748107910156, 0.13835673522949218, 0.1383024597167969, 0.13833523559570313, 0.13842329406738282, 0.13823692321777345, 0.13829426574707032, 0.1384058837890625, 0.13827276611328124, 0.13838847351074218, 0.1382461395263672, 0.1382266845703125, 0.13825331115722655, 0.13832806396484376, 0.1383546905517578, 0.1383321533203125, 0.13837619018554687, 0.13845811462402344, 0.13841920471191407, 0.13836492919921875, 0.13830963134765625, 0.13839768981933595, 0.13834649658203124, 0.1382881317138672, 0.13838438415527343, 0.13829324340820312, 0.13837004089355467, 0.13831065368652343, 0.13832191467285157, 0.13838233947753906, 0.13837925720214844, 0.1383751678466797, 0.13831475830078124, 0.1384478759765625, 0.13874688720703124, 0.13841818237304687, 0.13838233947753906, 0.2963189697265625, 0.13831680297851562, 0.13831475830078124, 0.13816831970214843, 0.1381826629638672, 0.13829734802246094, 0.13823794555664062, 0.1383434295654297, 0.13822157287597656, 0.13833421325683593, 0.13818060302734375, 0.13821029663085938, 0.13832191467285157, 0.13833523559570313, 0.13828915405273437, 0.13826252746582032, 0.13840179443359374, 0.13836082458496093, 0.138287109375, 0.1383362579345703, 0.1383372802734375, 0.13827276611328124, 0.13829119873046875, 0.138287109375, 0.1383321533203125, 0.13865267944335938, 0.13828915405273437, 0.13831884765625, 0.13860453796386718, 0.13830963134765625, 0.1383014373779297, 0.13842022705078125, 0.13833830261230468, 0.13829222106933595, 0.13830963134765625, 0.13835877990722656, 0.1383014373779297, 0.13834854125976562, 0.13834136962890625, 0.13836288452148438, 0.13841714477539063, 0.13835980224609376, 0.1383004150390625, 0.13829426574707032, 0.13830860900878905, 0.138461181640625, 0.1383014373779297, 0.13832499694824218, 0.13837925720214844, 0.13829119873046875, 0.13838540649414063, 0.13839564514160158, 0.13848576354980469, 0.13830758666992188, 0.13831475830078124, 0.13832293701171874, 0.13836082458496093, 0.13837004089355467, 0.13839974975585936, 0.13832089233398437, 0.13847039794921875, 0.13831167602539063, 0.13849906921386718, 0.2963036193847656, 0.13831884765625, 0.13825946044921875, 0.13835877990722656, 0.13823487854003907, 0.13865267944335938, 0.13835980224609376, 0.13832089233398437, 0.13832191467285157, 0.13833830261230468, 0.13833010864257814, 0.13831680297851562, 0.13826661682128907, 0.13840179443359374, 0.13829530334472656, 0.13825228881835938, 0.1382645721435547, 0.13839053344726562, 0.13831065368652343, 0.13829734802246094, 0.13839564514160158, 0.138323974609375, 0.13830656433105468, 0.13842431640625, 0.13871206665039063, 0.13820314025878908, 0.1382461395263672, 0.1384058837890625, 0.13847142028808593, 0.13825228881835938, 0.13839666748046875, 0.13837210083007812, 0.13835980224609376, 0.13871206665039063, 0.1383546905517578, 0.1383260192871094, 0.13839768981933595, 0.13844685363769532, 0.1384273986816406, 0.13843353271484374, 0.1384417266845703, 0.13874380493164062, 0.13841305541992188, 0.13835366821289063, 0.13837925720214844, 0.13837619018554687, 0.1384478759765625, 0.13830450439453126, 0.1383311309814453, 0.13840383911132811, 0.13837312316894532, 0.13834751892089844, 0.13833523559570313, 0.13834136962890625, 0.1383987274169922, 0.13841612243652343, 0.13829324340820312, 0.13829734802246094, 0.138392578125, 0.13839155578613282, 0.13835980224609376, 0.1384110107421875, 0.13848883056640626, 0.296352783203125, 0.13824819946289063, 0.1382881317138672, 0.13821542358398436, 0.1383014373779297, 0.1382881317138672, 0.13827174377441406, 0.13827174377441406, 0.1383362579345703, 0.1382758331298828, 0.13826150512695312, 0.13830963134765625, 0.1383546905517578, 0.1384970245361328, 0.13840077209472657, 0.1383024597167969, 0.13830758666992188, 0.13839462280273437, 0.1383679962158203, 0.13837312316894532, 0.1384304656982422, 0.138429443359375, 0.13830758666992188, 0.13831065368652343, 0.13831680297851562, 0.13845298767089845, 0.13820314025878908, 0.13829837036132814, 0.138355712890625, 0.138313720703125, 0.13830860900878905, 0.13822055053710938, 0.1389619140625, 0.13839564514160158, 0.138323974609375, 0.13834034729003905, 0.1383546905517578, 0.13831884765625, 0.1383372802734375, 0.13824000549316406, 0.138323974609375, 0.138640380859375, 0.13855845642089842, 0.13825228881835938, 0.1383372802734375, 0.13861683654785156, 0.1383936004638672, 0.13835264587402343, 0.1383198699951172, 0.13835775756835939, 0.13834751892089844, 0.13830348205566406, 0.1382645721435547, 0.13829222106933595, 0.13833319091796875, 0.13828504943847655, 0.13838951110839845, 0.13836697387695313, 0.138429443359375, 0.13830758666992188, 0.13838438415527343, 0.1384273986816406, 0.13845196533203125, 0.29613772583007814, 0.13824205017089844, 0.13827891540527343, 0.13823487854003907, 0.13826048278808595, 0.13837004089355467, 0.13837004089355467, 0.13832089233398437, 0.1381898193359375, 0.13823590087890625, 0.13819903564453126, 0.13821029663085938, 0.13867520141601564, 0.138355712890625, 0.13822463989257813, 0.1383024597167969, 0.13835980224609376, 0.13825331115722655, 0.138208251953125, 0.13833830261230468, 0.13833421325683593, 0.13863014221191405, 0.13837721252441407, 0.13831475830078124, 0.13825637817382813, 0.13829324340820312, 0.13838336181640626, 0.13825637817382813, 0.1382696990966797, 0.13829632568359376, 0.138323974609375, 0.138313720703125, 0.13825637817382813, 0.1383741455078125, 0.1383434295654297, 0.13831167602539063, 0.13825535583496093, 0.1382881317138672, 0.13832806396484376, 0.13831167602539063, 0.1384550476074219, 0.1384110107421875, 0.13835980224609376, 0.1383751678466797, 0.13837312316894532, 0.13830963134765625, 0.13837312316894532, 0.13833421325683593, 0.13842329406738282, 0.13863014221191405, 0.13842124938964845, 0.13839053344726562, 0.13834547424316407, 0.13872332763671874, 0.13842431640625, 0.13867109680175782, 0.138323974609375, 0.1383679962158203, 0.13835980224609376, 0.13837619018554687, 0.13835264587402343, 0.138313720703125, 0.1384069061279297, 0.2961981506347656, 0.13825331115722655, 0.13821029663085938, 0.13826150512695312, 0.13829632568359376, 0.138323974609375, 0.13830348205566406, 0.138250244140625, 0.1383311309814453, 0.13823078918457032, 0.1382328338623047, 0.13827276611328124, 0.1383679962158203, 0.13829324340820312, 0.1382574005126953, 0.13821644592285157, 0.13827072143554686, 0.1383618621826172, 0.13825433349609376, 0.1383362579345703, 0.13834854125976562, 0.1383618621826172, 0.13830758666992188, 0.138281982421875, 0.13830348205566406, 0.13822259521484376, 0.13833421325683593, 0.13825946044921875, 0.13831475830078124, 0.13829119873046875, 0.13855538940429687, 0.13827174377441406, 0.13824716186523436, 0.13826252746582032, 0.1383741455078125, 0.13827072143554686, 0.13836595153808592, 0.13833010864257814, 0.13840383911132811, 0.13840383911132811, 0.13836288452148438, 0.13831475830078124, 0.13824409484863281, 0.1383198699951172, 0.13834751892089844, 0.13839666748046875, 0.13832704162597656, 0.13836595153808592, 0.1383690185546875, 0.13860762023925782, 0.13831884765625, 0.13832089233398437, 0.13835264587402343, 0.1383424072265625, 0.13832704162597656, 0.13827993774414063, 0.1384284210205078, 0.13873971557617187, 0.13837619018554687, 0.13827687072753905, 0.13837619018554687, 0.1386199035644531, 0.1383751678466797, 0.2962974853515625, 0.13822259521484376, 0.13823078918457032, 0.1383126983642578, 0.13828504943847655, 0.13833523559570313, 0.13825126647949218, 0.13822463989257813, 0.13821337890625, 0.13829837036132814, 0.13831167602539063, 0.13822976684570312, 0.13829530334472656, 0.1383014373779297, 0.13834034729003905, 0.13830450439453126, 0.13831680297851562, 0.13839666748046875, 0.13830656433105468, 0.13834547424316407, 0.13838029479980468, 0.13834649658203124, 0.13833421325683593, 0.13834751892089844, 0.13821951293945312, 0.1382993927001953, 0.1382696990966797, 0.1383505859375, 0.1382256622314453, 0.13824716186523436, 0.1383311309814453, 0.1383618621826172, 0.13827072143554686, 0.1383362579345703, 0.13829530334472656, 0.13827378845214844, 0.1383126983642578, 0.138287109375, 0.13847039794921875, 0.13837210083007812, 0.13834649658203124, 0.1383198699951172, 0.1383014373779297, 0.1383362579345703, 0.1383434295654297, 0.1383618621826172, 0.138250244140625, 0.1382574005126953, 0.13840383911132811, 0.13840486145019532, 0.1383546905517578, 0.1383055419921875, 0.13842636108398437, 0.13837107849121094, 0.1383751678466797, 0.13832908630371094, 0.1383372802734375, 0.13859840393066405, 0.1383679962158203, 0.13835366821289063, 0.13844583129882812, 0.13836697387695313, 0.1384253387451172, 0.29623193359375, 0.13873971557617187, 0.138392578125, 0.13834136962890625, 0.13834034729003905, 0.13873356628417968, 0.13822463989257813, 0.13825331115722655, 0.13833932495117188, 0.13824205017089844, 0.13837107849121094, 0.13829324340820312, 0.13861170959472657, 0.1382686767578125, 0.13833421325683593, 0.13830963134765625, 0.13820722961425783, 0.13825843811035157, 0.13827276611328124, 0.13825331115722655, 0.13828915405273437, 0.13827993774414063, 0.13828915405273437, 0.13827072143554686, 0.13827378845214844, 0.1382686767578125, 0.13837925720214844, 0.13830758666992188, 0.13832293701171874, 0.13824000549316406, 0.13819801330566406, 0.138287109375, 0.13837619018554687, 0.1382574005126953, 0.1382993927001953, 0.1382461395263672, 0.13834547424316407, 0.13835673522949218, 0.13826150512695312, 0.13841612243652343, 0.1383679962158203, 0.13834136962890625, 0.1383690185546875, 0.13835877990722656, 0.13837312316894532, 0.13824409484863281, 0.1386967010498047, 0.13835162353515626, 0.13831475830078124, 0.13837312316894532, 0.13841714477539063, 0.13833932495117188, 0.1383260192871094, 0.13828608703613282, 0.13849087524414064, 0.138461181640625, 0.1383864288330078, 0.1384110107421875, 0.13849600219726563, 0.13834547424316407, 0.13844070434570313, 0.13835980224609376, 0.1384488983154297]",tokens/s,7.11214227447269,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-9b,google/recurrentgemma-9b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neox-20b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1965.780992,14573.633536,0.0,13927.186432,13297.867776,s,10,9.518817138671876,0.9518817138671876,0.00041168770935482097,0.9519125366210937,0.9523125915527343,0.9525148773193359,0.9526767059326171,"[0.9512560424804688, 0.9517730712890625, 0.951602783203125, 0.9522676391601562, 0.9520165405273437, 0.951319580078125, 0.9527171630859375, 0.9518577880859375, 0.9520392456054687, 0.95196728515625]",tokens/s,268.9409789793679,kWh,1.1241074990142478e-05,6.158134794895886e-06,5.7492242963454177e-05,7.489145274849254e-05,tokens/kWh,3418280.5995194544,MB,1965.780992,14573.633536,0.0,13927.186432,13715.588096,s,10,526.24171484375,52.624171484375,0.0025759267676230225,52.623919921875,52.6273765625,52.627928515625,52.628370078125,"[52.624546875, 52.62049609375, 52.62296484375, 52.62702734375, 52.62219140625, 52.6209140625, 52.62434765625, 52.62848046875, 52.6234921875, 52.62725390625]",tokens/s,1.1971684916446763,kWh,0.0006211851768948213,0.00034046582109134756,0.0032132516236295467,0.004174902621615716,tokens/kWh,15090.172324934028,,s,629,533.9742817993165,0.8489257262310276,0.11306851489555778,0.835314697265625,0.8356922973632812,0.8357922851562499,1.7870525439453124,"[0.8348150024414063, 0.8353843383789062, 0.8350146484375, 0.8348180541992187, 0.8348692626953125, 0.8349767456054688, 0.834830322265625, 0.8349214477539062, 0.8349091796875, 0.8352174072265625, 0.8348641967773438, 0.8348917236328125, 0.8349501342773438, 0.8352789916992187, 0.8352490234375, 0.8350791625976562, 0.835167236328125, 0.8352808837890625, 0.8348118896484376, 0.8348323974609375, 0.8353556518554688, 0.8355491943359376, 0.8349470825195312, 0.8352399291992187, 0.8352819213867188, 0.8353751220703125, 0.8354990234375, 0.8353331298828125, 0.835229736328125, 0.8355031127929687, 0.8352338256835937, 0.8355818481445313, 0.8360929565429688, 0.8356761474609375, 0.8351314086914062, 0.8351559448242187, 0.8350238647460938, 0.8355174560546875, 0.8357939453125, 0.8354068603515625, 0.835240966796875, 0.835346435546875, 0.835282958984375, 0.8351867065429688, 0.835820556640625, 0.8357509155273437, 0.83545703125, 0.8356167602539063, 0.83525634765625, 0.8354037475585937, 0.8360150756835938, 0.8353443603515625, 0.8353341674804687, 0.8352839965820312, 0.835162109375, 0.8356004028320313, 0.8358410034179687, 0.8357857055664063, 0.835504150390625, 0.8355072021484375, 0.8354734497070313, 0.8358031005859375, 1.78754248046875, 0.8351764526367188, 0.834998291015625, 0.8349378662109375, 0.8350771484375, 0.8350576782226562, 0.8348262329101562, 0.8349010009765625, 0.8348364868164062, 0.8349306640625, 0.8351528930664063, 0.8350791625976562, 0.8351109008789063, 0.8349962158203125, 0.8348764038085937, 0.8349183959960937, 0.8350791625976562, 0.8351508178710938, 0.8351856689453125, 0.8348446655273437, 0.8351078491210937, 0.83515185546875, 0.8351754150390625, 0.8348221435546875, 0.835041259765625, 0.83504638671875, 0.8350904541015625, 0.835078125, 0.8354539794921875, 0.8353310546875, 0.8353843383789062, 0.8352973022460938, 0.8353167114257812, 0.835408935546875, 0.8353074951171875, 0.8352593994140625, 0.8357764892578124, 0.8352235717773437, 0.835398681640625, 0.8353515625, 0.8353106079101562, 0.8353126220703125, 0.8354641723632813, 0.835140625, 0.8351078491210937, 0.8352071533203125, 0.8354652099609375, 0.8354498291015625, 0.8354129638671876, 0.8355635375976562, 0.8354345092773438, 0.8356864013671875, 0.835336181640625, 0.8354631958007812, 0.8356771850585938, 0.8354795532226562, 0.8353556518554688, 0.8354755249023438, 0.8354528198242187, 0.8355543212890625, 0.8355543212890625, 0.8353914794921875, 0.8354385986328124, 1.7869117431640624, 0.835140625, 0.8349419555664063, 0.8350269165039063, 0.8347238159179687, 0.8348252563476563, 0.8346859130859375, 0.834862060546875, 0.835009521484375, 0.8349470825195312, 0.8353045043945313, 0.8351088256835938, 0.8348753662109375, 0.8351447143554688, 0.8351795043945313, 0.8350771484375, 0.8350300903320312, 0.8349285888671875, 0.8352225341796875, 0.8347526245117187, 0.8350524291992187, 0.83495947265625, 0.8352551879882812, 0.835156982421875, 0.83487744140625, 0.8352481079101562, 0.8353792114257812, 0.835357666015625, 0.8352921752929687, 0.8353494873046875, 0.8351559448242187, 0.8354385986328124, 0.835078125, 0.83545703125, 0.8351344604492188, 0.8351262817382813, 0.8355850219726563, 0.8352635498046875, 0.8355512084960938, 0.8355327758789063, 0.8352982788085938, 0.8350904541015625, 0.8354529418945312, 0.8353822631835938, 0.8353699951171875, 0.8353106079101562, 0.8354539794921875, 0.8359884643554687, 0.835684326171875, 0.8354385986328124, 0.835684326171875, 0.8356874389648438, 0.8353976440429688, 0.83558203125, 0.8355265502929687, 0.8354478149414063, 0.83561572265625, 0.8354816284179688, 0.835652587890625, 0.835852294921875, 0.8358174438476562, 0.83561474609375, 0.835789794921875, 1.787673583984375, 0.8348323974609375, 0.8350146484375, 0.834872314453125, 0.8349163818359375, 0.834893798828125, 0.8348641357421875, 0.8351661987304687, 0.8352225341796875, 0.8351334228515624, 0.8354488525390625, 0.8352737426757812, 0.8357488403320312, 0.8352706298828125, 0.835272705078125, 0.835019775390625, 0.8349296875, 0.8350371704101562, 0.83523583984375, 0.8351968994140625, 0.8351968994140625, 0.8354447631835937, 0.835409912109375, 0.8346961669921875, 0.8350003051757813, 0.8354918212890625, 0.835726318359375, 0.8352245483398437, 0.8353423461914062, 0.8351590576171875, 0.8352214965820313, 0.8354396362304688, 0.8356720581054687, 0.8355205078125, 0.8352144165039063, 0.8352572631835937, 0.8353556518554688, 0.83525732421875, 0.8354713745117187, 0.8353341674804687, 0.8351846313476563, 0.835314697265625, 0.8355000610351563, 0.8353085327148437, 0.8364994506835938, 0.8357713623046875, 0.8356956176757813, 0.8352963256835938, 0.8355419311523438, 0.8356587524414063, 0.83569873046875, 0.835779541015625, 0.8355031127929687, 0.8354498291015625, 0.8354273071289062, 0.835398681640625, 0.8356587524414063, 0.835599365234375, 0.8352317504882812, 0.8353822631835938, 0.8356167602539063, 0.835599365234375, 0.8357857055664063, 1.7874892578125, 0.8348661499023438, 0.8349265747070312, 0.834639892578125, 0.8351508178710938, 0.8350270385742188, 0.8348599243164062, 0.8347422485351562, 0.834777099609375, 0.8351047973632812, 0.835346435546875, 0.834966552734375, 0.8349501342773438, 0.834966552734375, 0.8349091796875, 0.8351498413085937, 0.8351273193359375, 0.836046875, 0.835156982421875, 0.8347647705078125, 0.8348150024414063, 0.8350443725585938, 0.8353095703125, 0.8350914306640626, 0.8350320434570313, 0.8353894653320313, 0.8352071533203125, 0.8351907958984375, 0.8352020263671875, 0.8352450561523438, 0.8353515625, 0.8351979370117187, 0.8352481689453125, 0.835325927734375, 0.8352347412109375, 0.8353689575195312, 0.8356823120117187, 0.8351549682617188, 0.83539453125, 0.8354334716796875, 0.8354816284179688, 0.8354406127929688, 0.8356454467773438, 0.8356004028320313, 0.83555224609375, 0.835388427734375, 0.835758056640625, 0.8353659057617188, 0.8353556518554688, 0.8352429809570312, 0.8353904418945313, 0.8354703369140625, 0.8354478149414063, 0.835409912109375, 0.8353484497070313, 0.8353198852539062, 0.8353391723632813, 0.8363673706054687, 0.8354478149414063, 0.835448974609375, 0.8355245361328125, 0.835464111328125, 0.835547119140625, 1.786818603515625, 0.8348487548828125, 0.8349235229492188, 0.8347811889648438, 0.8347689208984375, 0.8347781372070312, 0.8348887939453125, 0.8350340576171875, 0.8348221435546875, 0.834819091796875, 0.8355020751953125, 0.8351221923828125, 0.8348969116210937, 0.8350761108398438, 0.8350392456054687, 0.8349696044921875, 0.8350699462890625, 0.8350628051757812, 0.8351805419921875, 0.834808837890625, 0.8348159790039062, 0.8347647705078125, 0.835056640625, 0.834850830078125, 0.835156982421875, 0.8353515625, 0.8351334228515624, 0.8352020263671875, 0.835325927734375, 0.8353607788085937, 0.8354180908203125, 0.8351743774414062, 0.8352532348632813, 0.835373046875, 0.8357243041992187, 0.8356085815429688, 0.835683349609375, 0.8351488037109375, 0.8355215454101562, 0.8354600830078125, 0.8351488037109375, 0.8353280029296875, 0.8355174560546875, 0.83550927734375, 0.8354611206054687, 0.8353310546875, 0.8356075439453124, 0.8353771362304687, 0.835472412109375, 0.8353966064453126, 0.8352737426757812, 0.8356914672851562, 0.8355645141601562, 0.8354283447265625, 0.8354129638671876, 0.8353792114257812, 0.83548876953125, 0.8354006958007812, 0.8355245971679688, 0.8356239624023437, 0.8357376098632813, 0.83553076171875, 0.8355235595703125, 1.788116943359375, 0.8349450073242187, 0.83496142578125, 0.8349900512695313, 0.834861083984375, 0.8348866577148437, 0.835051513671875, 0.834987060546875, 0.8349542236328125, 0.8349224853515625, 0.8351181030273438, 0.834934814453125, 0.8350996704101562, 0.8349757690429688, 0.834934814453125, 0.83485693359375, 0.8350699462890625, 0.834988037109375, 0.8354221801757813, 0.8351027221679688, 0.8349531860351562, 0.8349327392578125, 0.8351826171875, 0.8364615478515625, 0.8349767456054688, 0.8350218505859375, 0.8351324462890625, 0.8353402709960938, 0.8351334228515624, 0.83527783203125, 0.8355758056640625, 0.835478515625, 0.8353106079101562, 0.8355747680664063, 0.8351375122070313, 0.8351242065429687, 0.835313720703125, 0.8351416015625, 0.835461181640625, 0.835389404296875, 0.8351702880859375, 0.8354508666992188, 0.8358113403320313, 0.8356300659179687, 0.8351815795898437, 0.8354181518554687, 0.8356607666015625, 0.83544677734375, 0.8354877319335937, 0.8353894653320313, 0.8355184936523438, 0.8357796020507813, 0.835505126953125, 0.8354846801757813, 0.8357089233398437, 0.8356167602539063, 0.8357550659179688, 0.8357611083984375, 0.8358133544921875, 0.8354539794921875, 0.8355758056640625, 0.8355809326171875, 0.8357590942382812, 1.7871072998046875, 0.8349603881835937, 0.8352327880859375, 0.8353607788085937, 0.8355061645507813, 0.83518359375, 0.8351170654296876, 0.8351365356445313, 0.8353792114257812, 0.8353699951171875, 0.83578369140625, 0.8351109619140625, 0.83517431640625, 0.83496240234375, 0.8350259399414063, 0.8353515625, 0.8364329223632813, 0.8350115966796875, 0.8353034057617188, 0.8349450073242187, 0.83546728515625, 0.8352931518554687, 0.8354692993164062, 0.8349050903320312, 0.834967529296875, 0.83521337890625, 0.835169189453125, 0.835398681640625, 0.8355481567382812, 0.8352604370117187, 0.835304443359375, 0.8351702880859375, 0.835472412109375, 0.8357324829101562, 0.8351847534179687, 0.8352367553710938, 0.8350863647460938, 0.8350525512695313, 0.835357666015625, 0.835714111328125, 0.8354989624023438, 0.8353331298828125, 0.8353484497070313, 0.8354273071289062, 0.8354006958007812, 0.835557373046875, 0.8356188354492188, 0.8353863525390625, 0.83544677734375, 0.83518359375, 0.8355286865234375, 0.836063232421875, 0.835884033203125, 0.8353740844726563, 0.8353372192382813, 0.8352348022460937, 0.8354600830078125, 0.8357857055664063, 0.8355389404296875, 0.8355286865234375, 0.8356423950195313, 0.8355235595703125, 0.835758056640625, 1.787514892578125, 0.8348416137695313, 0.8349010009765625, 0.8346234741210937, 0.8348958740234375, 0.8351160278320312, 0.83517041015625, 0.8349859008789062, 0.834967529296875, 0.8352041015625, 0.8351661987304687, 0.8350177001953125, 0.8350115966796875, 0.8350146484375, 0.8348057861328125, 0.8350371704101562, 0.834798583984375, 0.8364165649414063, 0.8354661865234375, 0.8348897094726563, 0.8349890747070312, 0.8348948364257812, 0.835262451171875, 0.8349696044921875, 0.834956298828125, 0.8352133178710938, 0.835125244140625, 0.8349450073242187, 0.8352379150390625, 0.835578857421875, 0.8356423950195313, 0.8354898071289063, 0.835167236328125, 0.835431396484375, 0.8353423461914062, 0.8353423461914062, 0.8353331298828125, 0.8352849731445312, 0.8353423461914062, 0.8353054809570313, 0.835188720703125, 0.8357590942382812, 0.83553076171875, 0.8353453979492188, 0.835145751953125, 0.8352849731445312, 0.8355277099609375, 0.8355921630859375, 0.83572021484375, 0.835435546875, 0.8354058227539063, 0.8357509155273437, 0.8354027709960937, 0.8356454467773438, 0.8357816162109375, 0.8354826049804688, 0.8355051879882812, 0.8353781127929687, 0.835537109375, 0.8354486694335937, 0.83569970703125, 0.8356566772460937, 0.8356853637695313, 1.7872752685546875, 0.83506689453125, 0.8351856689453125, 0.8348118896484376, 0.8347371215820313, 0.834862060546875, 0.834935791015625, 0.8349419555664063, 0.8349470825195312, 0.8349921264648438, 0.8352184448242187, 0.8348948364257812, 0.8350433349609375, 0.8352737426757812, 0.8352553100585938, 0.8351190795898438, 0.8352225341796875, 0.8352706298828125, 0.83551025390625, 0.83498291015625, 0.8349337768554688, 0.8351968994140625, 0.835230712890625, 0.8348600463867187, 0.8349655151367188, 0.8355911865234374, 0.83721728515625, 0.835072998046875, 0.8353443603515625, 0.8355286865234375, 0.835652587890625, 0.8353546142578125, 0.8353269653320312, 0.8355850219726563, 0.8354212036132812, 0.83525634765625, 0.8354037475585937, 0.8352429809570312, 0.835651611328125, 0.8355143432617187, 0.8355143432617187, 0.8359393310546875, 0.8356751098632812, 0.8353577880859375, 0.8353391723632813, 0.8353689575195312, 0.8357283935546875, 0.83524609375, 0.835435546875, 0.8354559936523438, 0.8353526000976562, 0.8356710205078125, 0.835267578125, 0.8355010375976563, 0.83561474609375, 0.8355348510742188, 0.835409912109375, 0.83528515625, 0.8355377807617187, 0.8354088745117187, 0.8356966552734375, 0.8359864501953125, 0.836021240234375]",tokens/s,1.177959353923336,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-6B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3694.518272,5211.947008,0.0,4565.499904,4314.999808,s,10,2.767426849365234,0.27674268493652343,0.0006303414192351022,0.2766836395263672,0.27747062988281246,0.2778101898193359,0.27808183776855466,"[0.27638116455078127, 0.2758473815917969, 0.27696807861328127, 0.276781005859375, 0.27685696411132815, 0.27612789916992186, 0.2773951721191406, 0.2781497497558594, 0.2765862731933594, 0.27633316040039063]",tokens/s,925.0470344273737,kWh,3.2612759161281873e-06,1.787018184896206e-06,1.596318093870568e-05,2.1011475039730076e-05,tokens/kWh,12183818.580843847,MB,3695.116288,5211.947008,0.0,4565.499904,4383.67232,s,10,150.531306640625,15.053130664062499,0.002009015781217399,15.05272412109375,15.05571748046875,15.055865576171875,15.055984052734376,"[15.053052734375, 15.049517578125, 15.053623046875, 15.0556845703125, 15.056013671875, 15.05561328125, 15.0523955078125, 15.052185546875, 15.0515625, 15.051658203125]",tokens/s,4.1851759216044515,kWh,0.00017766580421511117,9.737524941317992e-05,0.0008552230437874892,0.0011302640974157803,tokens/kWh,55739.18533203196,,s,629,152.7825368652342,0.24289751488908484,0.032937211533798826,0.23887359619140625,0.23912796020507812,0.23938314514160156,0.5158352392578125,"[0.23930572509765624, 0.23898214721679686, 0.23886239624023436, 0.23882131958007813, 0.23885926818847655, 0.23881318664550782, 0.23880703735351563, 0.23883570861816406, 0.238845947265625, 0.2389053497314453, 0.2389432373046875, 0.2389012451171875, 0.23887257385253907, 0.2388009033203125, 0.23879782104492187, 0.2388500518798828, 0.2388009033203125, 0.23894630432128905, 0.23962623596191407, 0.23887564086914062, 0.23880192565917968, 0.2389811248779297, 0.23949209594726562, 0.23866572570800781, 0.23877529907226563, 0.2386934051513672, 0.2388981475830078, 0.23893093872070312, 0.2387097625732422, 0.23874662780761718, 0.2387589111328125, 0.23878656005859375, 0.23870463562011718, 0.23873945617675782, 0.23873843383789062, 0.23895449829101562, 0.23876608276367187, 0.2390978546142578, 0.23924429321289062, 0.2398197784423828, 0.23880908203125, 0.23881114196777345, 0.23883468627929688, 0.23885414123535156, 0.23874354553222657, 0.23873023986816405, 0.2388490295410156, 0.23877529907226563, 0.23903436279296875, 0.2389053497314453, 0.23880294799804688, 0.2387261505126953, 0.23885926818847655, 0.23873945617675782, 0.23868415832519532, 0.23884495544433593, 0.2388807373046875, 0.23886848449707032, 0.2399272918701172, 0.23912550354003906, 0.2394951629638672, 0.23886642456054688, 0.515186767578125, 0.2386943359375, 0.23877017211914062, 0.23877529907226563, 0.23870463562011718, 0.23894630432128905, 0.23873126220703125, 0.23869439697265624, 0.2387834930419922, 0.2387527618408203, 0.2388203582763672, 0.23873843383789062, 0.238740478515625, 0.23886746215820312, 0.2388469696044922, 0.23884492492675782, 0.23880601501464843, 0.23884390258789062, 0.23987303161621093, 0.23882444763183594, 0.23890328979492187, 0.23873843383789062, 0.23869235229492186, 0.23870565795898438, 0.2387445831298828, 0.23868211364746095, 0.2387835235595703, 0.2388633270263672, 0.23891148376464844, 0.23872511291503906, 0.23868109130859375, 0.2386851806640625, 0.23882957458496093, 0.23878143310546876, 0.23886032104492189, 0.23890223693847656, 0.2389370880126953, 0.23877119445800782, 0.23901799011230468, 0.2394388427734375, 0.23882649230957032, 0.23895449829101562, 0.23884083557128907, 0.24030003356933594, 0.23889511108398437, 0.23883673095703126, 0.23884492492675782, 0.23873023986816405, 0.23884185791015625, 0.2388285369873047, 0.2388254699707031, 0.23921769714355468, 0.238930908203125, 0.23877938842773438, 0.23878553771972658, 0.2389186553955078, 0.2389688262939453, 0.23875482177734375, 0.23886233520507813, 0.2389422149658203, 0.23889613342285157, 0.23883775329589843, 0.2388900451660156, 0.51628125, 0.2388695068359375, 0.23884800720214844, 0.2387230682373047, 0.2388469696044922, 0.2388838348388672, 0.23888896179199218, 0.23885618591308594, 0.238772216796875, 0.2389063720703125, 0.23872819519042968, 0.238772216796875, 0.23895245361328124, 0.2388254699707031, 0.23885618591308594, 0.2389135284423828, 0.23925149536132811, 0.23931491088867188, 0.2388695068359375, 0.23902616882324218, 0.23885107421875, 0.23883059692382813, 0.238740478515625, 0.240184326171875, 0.23890328979492187, 0.23882138061523436, 0.23876095581054688, 0.2388633575439453, 0.2388326416015625, 0.23895654296875, 0.23881216430664062, 0.23900466918945312, 0.23910809326171875, 0.2393343963623047, 0.23891250610351564, 0.23896473693847656, 0.23914802551269532, 0.23895960998535157, 0.2388817901611328, 0.23881011962890625, 0.2388203582763672, 0.23878656005859375, 0.23888589477539063, 0.23897807312011718, 0.23893910217285155, 0.23884083557128907, 0.23898725891113282, 0.2404136962890625, 0.238887939453125, 0.23877734375, 0.238749755859375, 0.2388223419189453, 0.23880601501464843, 0.23878656005859375, 0.23877734375, 0.2387896270751953, 0.2388643798828125, 0.23891763305664063, 0.23885618591308594, 0.23889407348632813, 0.2389370880126953, 0.23906509399414064, 0.23891763305664063, 0.5164882202148438, 0.23884288024902345, 0.23887461853027345, 0.2389923858642578, 0.23897293090820312, 0.23880601501464843, 0.23891558837890625, 0.23922175598144532, 0.23930061340332032, 0.23885926818847655, 0.23889100646972655, 0.2389688262939453, 0.23975117492675782, 0.23887257385253907, 0.2390855712890625, 0.23882444763183594, 0.23891661071777343, 0.23875071716308593, 0.23882649230957032, 0.2388387908935547, 0.23885420227050783, 0.23900051879882814, 0.2390128631591797, 0.2388285369873047, 0.23891558837890625, 0.23883981323242187, 0.23889715576171874, 0.239287353515625, 0.23967738342285155, 0.23926783752441405, 0.23896780395507813, 0.23895552062988282, 0.23903948974609374, 0.23884393310546875, 0.23878755187988282, 0.23908146667480468, 0.23922175598144532, 0.23889511108398437, 0.23880601501464843, 0.2389801025390625, 0.23883059692382813, 0.23886642456054688, 0.23886131286621093, 0.24075981140136718, 0.23892684936523437, 0.23884288024902345, 0.23885722351074218, 0.23873945617675782, 0.23883673095703126, 0.23879475402832032, 0.23882957458496093, 0.23883775329589843, 0.23897395324707033, 0.23893196105957032, 0.23883059692382813, 0.23882342529296874, 0.23893093872070312, 0.2387240905761719, 0.23881318664550782, 0.23887155151367187, 0.23887872314453126, 0.23878860473632812, 0.23884185791015625, 0.516294677734375, 0.23881216430664062, 0.238919677734375, 0.23892274475097655, 0.2390425567626953, 0.23890432739257814, 0.23889100646972655, 0.23894117736816406, 0.23885516357421874, 0.23895143127441407, 0.23895654296875, 0.23897702026367187, 0.23899443054199218, 0.23913778686523438, 0.23938560485839844, 0.23894122314453126, 0.2391029510498047, 0.24014848327636718, 0.23923712158203125, 0.23891456604003905, 0.238845947265625, 0.23888998413085938, 0.2388080596923828, 0.2387589111328125, 0.23890643310546875, 0.2389595489501953, 0.23888896179199218, 0.23883570861816406, 0.2388387908935547, 0.23890943908691406, 0.23900262451171875, 0.23900262451171875, 0.23886746215820312, 0.23880499267578126, 0.2388766784667969, 0.2388817901611328, 0.2388541717529297, 0.2389001922607422, 0.23893408203125, 0.23892678833007813, 0.23908352661132812, 0.23925144958496095, 0.23889407348632813, 0.23887359619140625, 0.23885926818847655, 0.23884185791015625, 0.23883468627929688, 0.23888589477539063, 0.23892070007324218, 0.23881216430664062, 0.2388285369873047, 0.23896575927734376, 0.23893196105957032, 0.23882342529296874, 0.23890328979492187, 0.23889407348632813, 0.2389575653076172, 0.24013926696777343, 0.2391705627441406, 0.23914291381835937, 0.23897906494140625, 0.23890432739257814, 0.2389053497314453, 0.51567822265625, 0.2390364227294922, 0.23880397033691406, 0.2388869171142578, 0.23883981323242187, 0.23884288024902345, 0.2388766784667969, 0.23906201171875, 0.23914802551269532, 0.23892070007324218, 0.23907020568847656, 0.23927194213867187, 0.23895858764648437, 0.2389422149658203, 0.2387957763671875, 0.23873638916015624, 0.23883065795898437, 0.2387557830810547, 0.2388541717529297, 0.23876092529296875, 0.23880908203125, 0.23878041076660156, 0.23890432739257814, 0.23887872314453126, 0.23899647521972656, 0.2388705291748047, 0.23879986572265624, 0.2388203582763672, 0.2389248046875, 0.2389432373046875, 0.23902621459960938, 0.23885206604003906, 0.23887564086914062, 0.23901490783691406, 0.23923097229003906, 0.23899647521972656, 0.24132505798339843, 0.23889305114746093, 0.23917669677734374, 0.23895347595214844, 0.2389688262939453, 0.23887872314453126, 0.23886540222167968, 0.23893504333496093, 0.23890943908691406, 0.23893606567382814, 0.23903231811523437, 0.23893299865722656, 0.23885618591308594, 0.23892172241210938, 0.2390487060546875, 0.23896473693847656, 0.2390425567626953, 0.2392268829345703, 0.23894015502929689, 0.23892684936523437, 0.2389248046875, 0.2388695068359375, 0.2388828125, 0.2388705291748047, 0.2389370880126953, 0.2387763214111328, 0.23901799011230468, 0.5170206909179688, 0.23885824584960938, 0.23894528198242188, 0.2390364227294922, 0.23928115844726563, 0.23890028381347655, 0.23898617553710938, 0.2387261505126953, 0.2387896270751953, 0.23888076782226564, 0.239067138671875, 0.23942962646484375, 0.23917158508300781, 0.23889613342285157, 0.23893402099609376, 0.2387906494140625, 0.2387763214111328, 0.23899136352539063, 0.2388009033203125, 0.23878860473632812, 0.2389422149658203, 0.23890432739257814, 0.2387415008544922, 0.24030003356933594, 0.23895960998535157, 0.2388469696044922, 0.23874560546875, 0.23887974548339844, 0.23894937133789063, 0.23891456604003905, 0.23891148376464844, 0.238961669921875, 0.23891763305664063, 0.23881318664550782, 0.23878553771972658, 0.23878758239746095, 0.23894630432128905, 0.23883468627929688, 0.238887939453125, 0.23881829833984375, 0.2388203582763672, 0.23890432739257814, 0.2388520965576172, 0.2389012451171875, 0.23883981323242187, 0.2387527618408203, 0.23883059692382813, 0.23886131286621093, 0.23871487426757812, 0.23886131286621093, 0.23894834899902342, 0.2389022674560547, 0.2389811248779297, 0.23937945556640625, 0.2391029815673828, 0.23877836608886718, 0.23873023986816405, 0.23878451538085937, 0.2387271728515625, 0.2387967987060547, 0.23883468627929688, 0.23883570861816406, 0.2388367614746094, 0.5175234375, 0.23875686645507813, 0.23878553771972658, 0.23892378234863282, 0.23891046142578126, 0.2391214141845703, 0.23875379943847655, 0.23881829833984375, 0.23881011962890625, 0.23890432739257814, 0.23879986572265624, 0.23882957458496093, 0.2388848571777344, 0.23871897888183594, 0.23883570861816406, 0.23878553771972658, 0.23970407104492186, 0.23881114196777345, 0.23891558837890625, 0.23886233520507813, 0.238887939453125, 0.2388203582763672, 0.23882342529296874, 0.23887260437011718, 0.238857177734375, 0.23886642456054688, 0.23879782104492187, 0.23886540222167968, 0.23880908203125, 0.23887872314453126, 0.23877938842773438, 0.23893606567382814, 0.23902207946777343, 0.23894528198242188, 0.2387896270751953, 0.2388817901611328, 0.23877734375, 0.2387640380859375, 0.23871900939941407, 0.23883158874511717, 0.23877734375, 0.23878860473632812, 0.2388469696044922, 0.23895552062988282, 0.23889511108398437, 0.23887564086914062, 0.23915827941894532, 0.23929446411132813, 0.23908146667480468, 0.23959756469726562, 0.2391173095703125, 0.23893714904785157, 0.23899539184570312, 0.23905587768554687, 0.23892172241210938, 0.23882957458496093, 0.23887974548339844, 0.2388316192626953, 0.23899443054199218, 0.23892274475097655, 0.23917977905273438, 0.23901799011230468, 0.239025146484375, 0.5160192260742188, 0.23884390258789062, 0.23886848449707032, 0.23885311889648436, 0.23879373168945311, 0.23886848449707032, 0.23890432739257814, 0.23883366394042968, 0.2389442901611328, 0.23904867553710937, 0.23900569152832032, 0.23891558837890625, 0.23894834899902342, 0.23882240295410156, 0.23884390258789062, 0.23878656005859375, 0.23891661071777343, 0.23995904541015625, 0.23902207946777343, 0.2389370880126953, 0.23902720642089845, 0.2389923858642578, 0.23902822875976562, 0.23884390258789062, 0.23889411926269533, 0.23896879577636718, 0.23884492492675782, 0.23902105712890626, 0.23921253967285155, 0.23885926818847655, 0.23884800720214844, 0.23879782104492187, 0.23874662780761718, 0.23874560546875, 0.23875794982910156, 0.2388305206298828, 0.23883366394042968, 0.238772216796875, 0.2390097961425781, 0.23909376525878906, 0.23882649230957032, 0.23877119445800782, 0.23881011962890625, 0.23886233520507813, 0.23876197814941405, 0.23875584411621092, 0.23881936645507812, 0.23886128234863283, 0.2387834930419922, 0.23881727600097657, 0.23905075073242188, 0.23897804260253908, 0.23894528198242188, 0.23897906494140625, 0.23877938842773438, 0.23886131286621093, 0.23895858764648437, 0.23897702026367187, 0.2387415008544922, 0.23892274475097655, 0.23886642456054688, 0.23890943908691406, 0.23883468627929688, 0.5158963012695312, 0.23885926818847655, 0.23888076782226564, 0.23890328979492187, 0.2389248046875, 0.23879782104492187, 0.23887359619140625, 0.23893299865722656, 0.23883372497558594, 0.23870970153808593, 0.23875584411621092, 0.23883673095703126, 0.2388705291748047, 0.23884492492675782, 0.2388695068359375, 0.2389053497314453, 0.238814208984375, 0.238887939453125, 0.2387364501953125, 0.23881312561035156, 0.23896575927734376, 0.23882342529296874, 0.23885107421875, 0.23893196105957032, 0.23892381286621095, 0.23883567810058592, 0.2405918731689453, 0.23912550354003906, 0.23929139709472655, 0.23899443054199218, 0.2390302734375, 0.23895347595214844, 0.23879884338378907, 0.23883576965332032, 0.23880082702636718, 0.2388500518798828, 0.238814208984375, 0.23877427673339843, 0.23880601501464843, 0.2387589111328125, 0.23877836608886718, 0.23876812744140624, 0.2388500518798828, 0.23899443054199218, 0.2391214141845703, 0.23889511108398437, 0.23892991638183594, 0.23883775329589843, 0.23898828125, 0.23918386840820313, 0.23896780395507813, 0.23889920043945312, 0.23877938842773438, 0.23883981323242187, 0.23889305114746093, 0.2389063720703125, 0.23887875366210937, 0.23871075439453124, 0.23893196105957032, 0.2388254699707031, 0.23884390258789062, 0.23876095581054688, 0.23875993347167968]",tokens/s,4.116962664095734,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,/,/,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: / does not appear to have a file named config.json. Checkout 'https://huggingface.co///tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5946.503168,7053.246464,0.0,6406.79936,6098.60864,s,10,4.370441192626953,0.4370441192626952,0.0009281353036040856,0.43696878051757815,0.4381058013916016,0.4383167251586914,0.4384854641723633,"[0.4385276489257813, 0.4359717712402344, 0.43771954345703123, 0.43744598388671874, 0.4380589294433594, 0.4362575378417969, 0.43786093139648435, 0.4364915771484375, 0.436230712890625, 0.43587655639648437]",tokens/s,585.7532196792366,kWh,5.148596204997261e-06,2.8211948946868096e-06,2.4996191494520076e-05,3.296598259420415e-05,tokens/kWh,7765580.754902423,MB,5946.503168,7055.343616,0.0,6408.896512,6157.952,s,10,244.94424023437497,24.494424023437496,0.005272769015065994,24.493744140625,24.502037109375,24.502107421875,24.502163671875,"[24.487064453125, 24.502177734375, 24.49926953125, 24.4968515625, 24.502021484375, 24.493955078125, 24.493533203125, 24.4922109375, 24.487486328125, 24.489669921875]",tokens/s,2.5720139383444343,kWh,0.00028916327015789236,0.00015848618370445323,0.00135038218658508,0.0017980316404474258,tokens/kWh,35038.315557296286,,s,629,248.48397949218753,0.3950460723246224,0.05195367916433446,0.388748291015625,0.38915277099609374,0.38942371215820315,0.8254186791992187,"[0.38863052368164064, 0.3885834350585938, 0.38854656982421876, 0.38854452514648435, 0.3885762634277344, 0.3887677307128906, 0.3885189208984375, 0.3887728576660156, 0.3885434875488281, 0.38884658813476564, 0.38842572021484373, 0.3884328918457031, 0.3885711364746094, 0.3883417663574219, 0.3885240173339844, 0.38941387939453126, 0.3884031982421875, 0.3887196044921875, 0.38854452514648435, 0.3887032470703125, 0.3886264343261719, 0.38861721801757815, 0.3888977966308594, 0.3890206604003906, 0.388917236328125, 0.3884503173828125, 0.388843505859375, 0.3885404052734375, 0.38881793212890625, 0.38851788330078124, 0.3882977294921875, 0.3884666748046875, 0.388701171875, 0.38850970458984374, 0.3885455322265625, 0.3883397216796875, 0.3884103698730469, 0.388495361328125, 0.3894988708496094, 0.3882915954589844, 0.3888158569335938, 0.3886602783203125, 0.3886519775390625, 0.3887790222167969, 0.3884134521484375, 0.38843392944335936, 0.3885281372070313, 0.3888619384765625, 0.38980096435546874, 0.38914764404296875, 0.3887196044921875, 0.38860186767578125, 0.38848306274414063, 0.38838375854492185, 0.3885035400390625, 0.3884605407714844, 0.38845645141601565, 0.38830081176757814, 0.3884513244628906, 0.3889899597167969, 0.3887943725585937, 0.3889407958984375, 0.8262952880859376, 0.38884658813476564, 0.38921319580078123, 0.388748291015625, 0.3887923278808594, 0.38922137451171873, 0.3888977966308594, 0.3885906066894531, 0.3892326354980469, 0.38878106689453124, 0.38923776245117186, 0.38898483276367185, 0.3888721923828125, 0.38877694702148435, 0.38888754272460935, 0.3888670654296875, 0.38904830932617185, 0.3887943725585937, 0.38909030151367185, 0.38900018310546874, 0.3890636901855469, 0.3890831298828125, 0.3892695007324219, 0.38899404907226565, 0.39072256469726563, 0.3887984619140625, 0.3887677307128906, 0.3885977478027344, 0.38868377685546873, 0.38868069458007815, 0.38871551513671876, 0.3887615966796875, 0.38870834350585937, 0.38858139038085937, 0.388885498046875, 0.3888230285644531, 0.3896135559082031, 0.39009588623046876, 0.3886540832519531, 0.38893875122070315, 0.3886039123535156, 0.3890165710449219, 0.3886899108886719, 0.38870529174804686, 0.38863665771484374, 0.3886868591308594, 0.38889166259765623, 0.3890595703125, 0.38893771362304685, 0.3889479675292969, 0.388917236328125, 0.38900222778320315, 0.38909951782226565, 0.38838067626953127, 0.388495361328125, 0.3884666748046875, 0.389074951171875, 0.38862539672851565, 0.38855474853515626, 0.3885578308105469, 0.388843505859375, 0.389080078125, 0.3892039794921875, 0.8267151489257812, 0.3888455810546875, 0.389074951171875, 0.38913229370117186, 0.38876263427734375, 0.3887595520019531, 0.3888875732421875, 0.38918243408203124, 0.3892049865722656, 0.38914047241210936, 0.3887319030761719, 0.38899713134765623, 0.38865509033203127, 0.38901556396484377, 0.3886766052246094, 0.38860800170898435, 0.388864013671875, 0.38877593994140625, 0.3888302001953125, 0.388790283203125, 0.3885578308105469, 0.38857318115234374, 0.3885926513671875, 0.3890616455078125, 0.3892623291015625, 0.3890933837890625, 0.38865817260742186, 0.3889070129394531, 0.38874929809570313, 0.38892340087890626, 0.3887185974121094, 0.3888066711425781, 0.38876568603515627, 0.3885875244140625, 0.38916607666015623, 0.38873394775390624, 0.3885383605957031, 0.38869403076171877, 0.38857217407226563, 0.38951425170898435, 0.38901556396484377, 0.38918759155273436, 0.3889551391601562, 0.3887442016601563, 0.3890032653808594, 0.38889675903320314, 0.3889725341796875, 0.3889837951660156, 0.38876568603515627, 0.38967501831054685, 0.3893606262207031, 0.38946200561523436, 0.3886407775878906, 0.38881381225585937, 0.38867251586914064, 0.38852505493164063, 0.38857217407226563, 0.38876568603515627, 0.38846771240234373, 0.38870529174804686, 0.3890585632324219, 0.38904730224609374, 0.38865716552734375, 0.8268502807617187, 0.3887595520019531, 0.3887820739746094, 0.38875750732421877, 0.3886417846679687, 0.38880767822265627, 0.38890087890625, 0.38849432373046877, 0.38883224487304685, 0.3887718505859375, 0.38920294189453125, 0.3890390930175781, 0.3896995849609375, 0.38909747314453125, 0.3887442016601563, 0.388569091796875, 0.3890595703125, 0.3884718017578125, 0.38869195556640623, 0.38880563354492187, 0.38886605834960936, 0.38868377685546873, 0.3896105041503906, 0.38871450805664065, 0.3889029235839844, 0.38878311157226564, 0.3886878662109375, 0.38854757690429687, 0.38863873291015627, 0.3887370300292969, 0.38861004638671875, 0.38876263427734375, 0.3888015441894531, 0.3884984436035156, 0.38875546264648436, 0.38851174926757814, 0.388959228515625, 0.38882406616210935, 0.3891138610839844, 0.38870733642578126, 0.38867251586914064, 0.38911282348632814, 0.38889166259765623, 0.3884820556640625, 0.38871450805664065, 0.3886540832519531, 0.388600830078125, 0.389032958984375, 0.389180419921875, 0.38953677368164064, 0.38902886962890626, 0.3890667419433594, 0.389001220703125, 0.3887820739746094, 0.38870016479492187, 0.3886346130371094, 0.3887544250488281, 0.38863873291015627, 0.38883328247070315, 0.3885629577636719, 0.3887093811035156, 0.38889675903320314, 0.38913946533203125, 0.8280023193359375, 0.38870834350585937, 0.38864794921875, 0.3887124328613281, 0.388748291015625, 0.3888793640136719, 0.3885383605957031, 0.38862744140625, 0.38867352294921875, 0.3893258361816406, 0.3888793640136719, 0.38871551513671876, 0.38890802001953123, 0.38877490234375, 0.38909747314453125, 0.3890729064941406, 0.3887790222167969, 0.38876876831054685, 0.3889479675292969, 0.38905447387695313, 0.388927490234375, 0.38944769287109376, 0.3890114440917969, 0.3895459899902344, 0.3894302673339844, 0.3890831298828125, 0.38988287353515627, 0.388738037109375, 0.3887667236328125, 0.38885888671875, 0.3889950866699219, 0.3887370300292969, 0.3887564697265625, 0.38875546264648436, 0.3886991271972656, 0.389185546875, 0.38876058959960935, 0.38907086181640627, 0.38890188598632813, 0.3888619384765625, 0.38933401489257813, 0.388853759765625, 0.38896026611328127, 0.38860595703125, 0.38862744140625, 0.38865817260742186, 0.388463623046875, 0.3885875244140625, 0.3883212890625, 0.3891998596191406, 0.3895500793457031, 0.3895326843261719, 0.389032958984375, 0.3888066711425781, 0.388822021484375, 0.388811767578125, 0.38866329956054685, 0.38884146118164065, 0.38888958740234375, 0.38867147827148435, 0.38877490234375, 0.3891199951171875, 0.38873599243164064, 0.8254505004882813, 0.38886605834960936, 0.3887943725585937, 0.3888025512695312, 0.38903604125976565, 0.38877694702148435, 0.38867864990234374, 0.3889029235839844, 0.3888517150878906, 0.38892645263671877, 0.38902374267578127, 0.38975079345703123, 0.389823486328125, 0.389465087890625, 0.3888455810546875, 0.3890862121582031, 0.38899200439453124, 0.388611083984375, 0.3885342712402344, 0.3887175598144531, 0.38892340087890626, 0.38893875122070315, 0.3891138610839844, 0.38856704711914064, 0.3884707946777344, 0.3899740295410156, 0.388389892578125, 0.388780029296875, 0.3886213073730469, 0.3885793151855469, 0.3890093994140625, 0.38884454345703123, 0.3886991271972656, 0.388748291015625, 0.3889151916503906, 0.38854757690429687, 0.3891988525390625, 0.3890667419433594, 0.388822021484375, 0.38893670654296875, 0.3886960754394531, 0.38903399658203125, 0.38867251586914064, 0.38844415283203126, 0.3887595520019531, 0.3886796875, 0.3885424499511719, 0.3885875244140625, 0.3885660095214844, 0.388421630859375, 0.38844927978515625, 0.3885557861328125, 0.3888015441894531, 0.3884236755371094, 0.38832846069335936, 0.388347900390625, 0.388389892578125, 0.38839910888671875, 0.38838580322265626, 0.38835302734375, 0.3885363159179688, 0.38859982299804685, 0.38915277099609374, 0.8270069580078125, 0.388790283203125, 0.38852301025390623, 0.38860800170898435, 0.38870529174804686, 0.3886397399902344, 0.3888097229003906, 0.38888140869140625, 0.38900531005859373, 0.3891435546875, 0.38884454345703123, 0.38879129028320314, 0.38904934692382814, 0.38878924560546874, 0.38913946533203125, 0.38866329956054685, 0.3886970825195312, 0.3890196533203125, 0.38881076049804686, 0.38890087890625, 0.3889612731933594, 0.38866021728515626, 0.3888097229003906, 0.38903604125976565, 0.38920907592773435, 0.389138427734375, 0.38885888671875, 0.38871142578125, 0.38858648681640623, 0.3885793151855469, 0.38836428833007813, 0.38872164916992186, 0.3887953796386719, 0.3888721923828125, 0.389064697265625, 0.3893247985839844, 0.3885936584472656, 0.38854757690429687, 0.3885936584472656, 0.3884789733886719, 0.38885479736328127, 0.38876058959960935, 0.38854656982421876, 0.3885404052734375, 0.38906982421875, 0.38860287475585936, 0.38849945068359376, 0.38863665771484374, 0.38878106689453124, 0.3889336242675781, 0.38914559936523435, 0.38887322998046875, 0.3893893127441406, 0.3887462463378906, 0.38847796630859377, 0.38849127197265626, 0.38849740600585936, 0.3886684265136719, 0.3886510009765625, 0.38863565063476563, 0.38843597412109376, 0.3889039306640625, 0.38858853149414063, 0.8253368530273437, 0.38870220947265627, 0.38867864990234374, 0.3885823974609375, 0.3886929931640625, 0.3884881896972656, 0.38854656982421876, 0.38842059326171874, 0.38854757690429687, 0.38858648681640623, 0.388569091796875, 0.3887452087402344, 0.3891435546875, 0.38859982299804685, 0.3888302001953125, 0.38854144287109377, 0.3885936584472656, 0.38863052368164064, 0.38876980590820315, 0.3885404052734375, 0.38905447387695313, 0.38915277099609374, 0.38901556396484377, 0.38856704711914064, 0.3885404052734375, 0.38846157836914064, 0.38859469604492186, 0.38851071166992185, 0.38895001220703124, 0.38856805419921875, 0.38871450805664065, 0.38837246704101563, 0.3885987854003906, 0.38849127197265626, 0.38861618041992185, 0.38849639892578125, 0.38856192016601565, 0.38879641723632813, 0.38922341918945313, 0.38905752563476564, 0.38980096435546874, 0.3889090576171875, 0.3889070129394531, 0.3885916137695313, 0.38894183349609374, 0.3886796875, 0.3886407775878906, 0.3885383605957031, 0.38921829223632814, 0.38887322998046875, 0.38906265258789063, 0.3887585144042969, 0.38897869873046875, 0.38905548095703124, 0.38911077880859374, 0.3886458740234375, 0.3885455322265625, 0.3886878662109375, 0.3890585632324219, 0.38870220947265627, 0.38884658813476564, 0.38864486694335937, 0.3889561462402344, 0.82583349609375, 0.3893094482421875, 0.38874725341796873, 0.38864697265625, 0.3890738525390625, 0.3888230285644531, 0.3885772705078125, 0.3886264343261719, 0.38845541381835935, 0.38850457763671875, 0.38880767822265627, 0.3886039123535156, 0.3885486145019531, 0.388485107421875, 0.3883673706054688, 0.3887646789550781, 0.3885353088378906, 0.388632568359375, 0.38862539672851565, 0.3885936584472656, 0.38859674072265626, 0.3886069641113281, 0.388485107421875, 0.38892440795898436, 0.38891622924804686, 0.38909133911132815, 0.388453369140625, 0.38876058959960935, 0.3886592102050781, 0.3885567932128906, 0.3885189208984375, 0.3885557861328125, 0.388716552734375, 0.3882700805664063, 0.38850457763671875, 0.3887790222167969, 0.38870733642578126, 0.3885281372070313, 0.38864382934570313, 0.3885977478027344, 0.38863565063476563, 0.3885660095214844, 0.38846463012695315, 0.38862234497070314, 0.3884236755371094, 0.3884984436035156, 0.388347900390625, 0.38830181884765624, 0.38828134155273436, 0.3885066223144531, 0.38897152709960936, 0.38908721923828127, 0.3887431640625, 0.3887175598144531, 0.3884800109863281, 0.38863665771484374, 0.39151205444335935, 0.3889510498046875, 0.38859674072265626, 0.38852301025390623, 0.38847796630859377, 0.3888824462890625, 0.38877593994140625, 0.824754150390625, 0.38834994506835935, 0.38857217407226563, 0.38853323364257814, 0.3888844909667969, 0.3888005065917969, 0.3891640319824219, 0.3885987854003906, 0.3888486328125, 0.38872781372070314, 0.38896435546875, 0.3892623291015625, 0.3890882568359375, 0.3891937255859375, 0.38884658813476564, 0.3889827880859375, 0.38853323364257814, 0.3885260925292969, 0.38840933227539065, 0.38836428833007813, 0.388558837890625, 0.38827621459960937, 0.3885209655761719, 0.3886376953125, 0.38875341796875, 0.3887790222167969, 0.38885888671875, 0.3887298583984375, 0.38882406616210935, 0.38858035278320313, 0.388927490234375, 0.3888988037109375, 0.38889166259765623, 0.38841650390625, 0.3884298095703125, 0.3886039123535156, 0.3884247131347656, 0.3889837951660156, 0.38898175048828126, 0.3884728393554687, 0.3891671142578125, 0.3885987854003906, 0.3886120910644531, 0.388411376953125, 0.38858139038085937, 0.3884390258789063, 0.3885076599121094, 0.388558837890625, 0.388738037109375, 0.38887322998046875, 0.38831716918945314, 0.3885014953613281, 0.3886868591308594, 0.38870220947265627, 0.38861721801757815, 0.38846258544921874, 0.3886673889160156, 0.3884789733886719, 0.38866943359375, 0.388358154296875, 0.3887667236328125, 0.38856500244140624, 0.388558837890625]",tokens/s,2.5313503159658475,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-160m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1266.651136,1017.643008,0.0,371.195904,315.446272,s,10,0.18135516929626466,0.018135516929626467,0.000441309971516047,0.018002960205078126,0.01841672248840332,0.018911593055725096,0.01930748950958252,"[0.019406463623046873, 0.018306751251220704, 0.01791129684448242, 0.017998048782348633, 0.018007871627807617, 0.018032480239868164, 0.01785843276977539, 0.01802566337585449, 0.017830368041992187, 0.017977792739868163]",tokens/s,14115.947231798746,kWh,2.0866427887969734e-07,1.1433704629500951e-07,4.900008827740528e-07,8.130022079487598e-07,tokens/kWh,314882293.6728539,MB,1266.651136,1017.643008,0.0,371.195904,340.901888,s,10,11.019724121093748,1.101972412109375,0.0034140012491174305,1.1015155029296875,1.1048577758789062,1.1075598083496092,1.1097214343261719,"[1.1102618408203124, 1.103550537109375, 1.099968994140625, 1.1011197509765625, 1.0969412841796875, 1.1019112548828125, 1.102234375, 1.0996170654296875, 1.10425732421875, 1.0998616943359374]",tokens/s,57.170215250131875,kWh,1.251848763158427e-05,6.859667378969856e-06,2.740274365362118e-05,4.6780898664175304e-05,tokens/kWh,1346703.500765479,,s,629,11.162898439407343,0.017747056342460016,0.0021992864684729457,0.017476608276367187,0.017655813980102537,0.017812684631347657,0.03572195327758789,"[0.019810304641723633, 0.017827840805053712, 0.01761689567565918, 0.01744691276550293, 0.017640447616577147, 0.017473535537719728, 0.017508512496948243, 0.017422176361083983, 0.017655839920043947, 0.017387552261352537, 0.01757279968261719, 0.017315839767456053, 0.01743974494934082, 0.01739888000488281, 0.01757583999633789, 0.0175994873046875, 0.017535999298095704, 0.017356800079345702, 0.017364992141723632, 0.017386495590209963, 0.01721343994140625, 0.017427455902099608, 0.017482751846313475, 0.01743052864074707, 0.01737215995788574, 0.01740595245361328, 0.01744486427307129, 0.017538047790527343, 0.017513504028320314, 0.01767932891845703, 0.018437120437622072, 0.018547712326049806, 0.017557504653930665, 0.017648639678955077, 0.01840025520324707, 0.017863679885864257, 0.01803468894958496, 0.01736396789550781, 0.017521663665771483, 0.017558528900146485, 0.017506303787231444, 0.017031167984008787, 0.017283071517944337, 0.017443840026855468, 0.017765375137329103, 0.017744895935058593, 0.017523712158203125, 0.017521663665771483, 0.017947647094726564, 0.01741823959350586, 0.01761484718322754, 0.017590335845947266, 0.017390527725219727, 0.01704140853881836, 0.017517568588256836, 0.017399808883666993, 0.01785036849975586, 0.01765273666381836, 0.017484800338745117, 0.017566719055175782, 0.017485824584960938, 0.01763532829284668, 0.03625983810424805, 0.01746227264404297, 0.01762099266052246, 0.017466367721557616, 0.01738444709777832, 0.01745510482788086, 0.01743155288696289, 0.017483776092529296, 0.017560575485229494, 0.017612800598144532, 0.017482751846313475, 0.017482751846313475, 0.017504255294799806, 0.017559551239013673, 0.01760870361328125, 0.017689599990844726, 0.01754521560668945, 0.01745715141296387, 0.017494016647338868, 0.01765171241760254, 0.016977920532226562, 0.017522687911987304, 0.017343488693237305, 0.017398784637451172, 0.017474559783935546, 0.01756159973144531, 0.017330175399780275, 0.017423391342163086, 0.017575904846191405, 0.017612800598144532, 0.017354751586914064, 0.017567743301391603, 0.017539072036743163, 0.017555456161499023, 0.01759846305847168, 0.01742336082458496, 0.017443840026855468, 0.017401920318603516, 0.01774995231628418, 0.017513471603393553, 0.017285184860229494, 0.017431488037109377, 0.017699840545654297, 0.017693695068359376, 0.017543167114257813, 0.0174704647064209, 0.01762611198425293, 0.017506303787231444, 0.01756159973144531, 0.01758515167236328, 0.017512447357177736, 0.01775923156738281, 0.01740287971496582, 0.017533952713012696, 0.017612800598144532, 0.017591360092163087, 0.01751545524597168, 0.01741119956970215, 0.01738431930541992, 0.017539072036743163, 0.01761177635192871, 0.01757900810241699, 0.017451007843017577, 0.03582681655883789, 0.017428352355957032, 0.017571840286254883, 0.017694719314575197, 0.017476608276367187, 0.017496063232421876, 0.016882688522338866, 0.016925695419311524, 0.017467391967773437, 0.017550336837768556, 0.017358848571777344, 0.01739571189880371, 0.017535999298095704, 0.017332223892211913, 0.017574911117553712, 0.017481727600097655, 0.017295360565185547, 0.017506303787231444, 0.017294336318969726, 0.01738444709777832, 0.017270784378051757, 0.017327167510986327, 0.017360832214355467, 0.017458175659179686, 0.017501184463500977, 0.01739366340637207, 0.017408000946044923, 0.0174202880859375, 0.017313791275024415, 0.017532928466796875, 0.01761894416809082, 0.017509408950805664, 0.017504224777221678, 0.017555456161499023, 0.01761894416809082, 0.017510400772094727, 0.017542144775390626, 0.017559551239013673, 0.017657855987548828, 0.017580032348632812, 0.017366016387939453, 0.01760358428955078, 0.017604608535766602, 0.017284095764160155, 0.018619392395019533, 0.017853439331054686, 0.01744179153442383, 0.01741107177734375, 0.0173885440826416, 0.017353727340698243, 0.017293312072753905, 0.017308671951293944, 0.017063936233520507, 0.016698368072509767, 0.01736396789550781, 0.017317888259887695, 0.01757900810241699, 0.017391616821289063, 0.017944608688354492, 0.01769980812072754, 0.017427455902099608, 0.017360895156860352, 0.01740185546875, 0.03591584014892578, 0.017574848175048827, 0.017435647964477538, 0.01749814414978027, 0.017326208114624025, 0.017272735595703127, 0.01733318328857422, 0.017504255294799806, 0.017511423110961915, 0.017319936752319336, 0.017280000686645508, 0.01739468765258789, 0.017477632522583008, 0.017334272384643554, 0.01736396789550781, 0.01742848014831543, 0.017480703353881837, 0.017328256607055663, 0.01738534355163574, 0.01764454460144043, 0.017268735885620116, 0.017377279281616212, 0.0175852165222168, 0.017634239196777344, 0.01760358428955078, 0.01757596778869629, 0.017539039611816406, 0.01760153579711914, 0.017690624237060547, 0.017589248657226563, 0.01761996841430664, 0.017487871170043946, 0.017675264358520508, 0.017500160217285156, 0.017415168762207032, 0.017512447357177736, 0.017333248138427734, 0.017523744583129882, 0.017623008728027342, 0.01759334373474121, 0.01741619110107422, 0.01741926383972168, 0.017468416213989257, 0.0174653434753418, 0.017323007583618166, 0.017442815780639647, 0.01745305633544922, 0.017525760650634766, 0.017296384811401368, 0.01741209602355957, 0.01739263916015625, 0.01756159973144531, 0.01746124839782715, 0.01747564888000488, 0.017464256286621092, 0.017265663146972657, 0.017532928466796875, 0.017724416732788087, 0.017622016906738282, 0.017633279800415038, 0.017529855728149413, 0.017296384811401368, 0.017426431655883787, 0.035972095489501955, 0.017534975051879884, 0.017478784561157226, 0.017347455978393555, 0.017539072036743163, 0.017512447357177736, 0.017518592834472657, 0.017466367721557616, 0.017556480407714844, 0.017503231048583985, 0.017353727340698243, 0.01759436798095703, 0.01743052864074707, 0.017715200424194336, 0.02005606460571289, 0.018166784286499024, 0.01780531120300293, 0.01779302406311035, 0.017492992401123047, 0.01722470474243164, 0.01705779266357422, 0.017370111465454103, 0.017687551498413084, 0.017548288345336914, 0.01743052864074707, 0.017562623977661132, 0.017612800598144532, 0.017565696716308594, 0.017481727600097655, 0.01725542449951172, 0.017056768417358398, 0.016697343826293946, 0.01681510353088379, 0.017500223159790038, 0.017441728591918945, 0.017584287643432617, 0.017467231750488282, 0.017415168762207032, 0.0174704647064209, 0.017254463195800783, 0.017265600204467775, 0.01743974494934082, 0.017563648223876953, 0.01744588851928711, 0.017563648223876953, 0.016541759490966798, 0.016787391662597656, 0.016705535888671876, 0.016734207153320312, 0.01662371253967285, 0.016667552947998047, 0.016906240463256835, 0.017496063232421876, 0.01741107177734375, 0.017484800338745117, 0.017358879089355468, 0.017359840393066407, 0.017534975051879884, 0.016974847793579103, 0.017449983596801756, 0.01756159973144531, 0.017385471343994142, 0.017376256942749024, 0.03600896072387695, 0.01756979179382324, 0.017520671844482423, 0.01744483184814453, 0.017377279281616212, 0.017554431915283202, 0.017314815521240236, 0.01766102409362793, 0.017276832580566406, 0.017452096939086913, 0.017494976043701174, 0.01761484718322754, 0.017519615173339845, 0.017712127685546874, 0.01763839912414551, 0.017748992919921876, 0.017447935104370118, 0.0174653434753418, 0.01742540740966797, 0.017513471603393553, 0.017500160217285156, 0.017375232696533204, 0.017443840026855468, 0.01756876754760742, 0.017663999557495116, 0.017484800338745117, 0.01739673614501953, 0.01760358428955078, 0.017515520095825195, 0.017358848571777344, 0.01745715141296387, 0.01743775939941406, 0.017493951797485353, 0.017296384811401368, 0.017554431915283202, 0.017496063232421876, 0.017435647964477538, 0.017325056076049804, 0.017517568588256836, 0.017476608276367187, 0.017566719055175782, 0.017573888778686524, 0.017950719833374023, 0.017526784896850587, 0.017316864013671874, 0.017482751846313475, 0.017447935104370118, 0.017447935104370118, 0.0170199031829834, 0.017111040115356444, 0.01736403274536133, 0.017418176651000976, 0.01747148895263672, 0.017300479888916014, 0.017505279541015627, 0.017385471343994142, 0.017287168502807617, 0.01743257522583008, 0.018036735534667968, 0.01763532829284668, 0.017472511291503907, 0.01738035202026367, 0.017667072296142578, 0.035743743896484374, 0.017307743072509766, 0.017355712890625, 0.017425376892089842, 0.017517568588256836, 0.01759231948852539, 0.017534975051879884, 0.01744691276550293, 0.01760256004333496, 0.01781760025024414, 0.017624063491821287, 0.01741823959350586, 0.017567743301391603, 0.0173885440826416, 0.017472511291503907, 0.017772544860839845, 0.017665023803710937, 0.017560575485229494, 0.0174653434753418, 0.017452032089233398, 0.017339391708374022, 0.017529855728149413, 0.017574911117553712, 0.017503231048583985, 0.017526784896850587, 0.017483776092529296, 0.017374208450317383, 0.017748992919921876, 0.017480831146240234, 0.01751641654968262, 0.01740185546875, 0.01742131233215332, 0.01738956832885742, 0.01749504089355469, 0.017434623718261717, 0.01761484718322754, 0.01754521560668945, 0.01741414451599121, 0.01748684883117676, 0.017338367462158204, 0.017469440460205078, 0.01726361656188965, 0.017349632263183593, 0.01756979179382324, 0.017484800338745117, 0.017512447357177736, 0.017509376525878906, 0.017492992401123047, 0.017506303787231444, 0.017308671951293944, 0.017291263580322267, 0.017283071517944337, 0.01743974494934082, 0.017331232070922853, 0.017647584915161132, 0.01760870361328125, 0.017538047790527343, 0.017546239852905272, 0.017497087478637697, 0.017567743301391603, 0.017555456161499023, 0.01750432014465332, 0.017498048782348632, 0.03591884613037109, 0.017596416473388672, 0.01759334373474121, 0.017447935104370118, 0.017341440200805663, 0.01747865676879883, 0.017452032089233398, 0.017558528900146485, 0.01738137626647949, 0.017544191360473634, 0.017534975051879884, 0.01740595245361328, 0.017680383682250975, 0.017361919403076173, 0.01743769645690918, 0.017383424758911133, 0.017599552154541016, 0.017034175872802735, 0.017449983596801756, 0.017572864532470703, 0.01743155288696289, 0.01745715141296387, 0.017542144775390626, 0.017490943908691405, 0.017354751586914064, 0.01745408058166504, 0.017312768936157227, 0.017484800338745117, 0.017408000946044923, 0.017383424758911133, 0.017385471343994142, 0.017580032348632812, 0.017597440719604493, 0.017523744583129882, 0.017583072662353514, 0.017377279281616212, 0.01737113571166992, 0.0172728328704834, 0.01726361656188965, 0.017337343215942384, 0.017260543823242186, 0.017511423110961915, 0.01746124839782715, 0.01742848014831543, 0.017301504135131835, 0.01722368049621582, 0.017476608276367187, 0.01739776039123535, 0.017560575485229494, 0.017483776092529296, 0.017518592834472657, 0.017617919921875, 0.01765376091003418, 0.01743052864074707, 0.017280000686645508, 0.017291263580322267, 0.01760870361328125, 0.017369087219238282, 0.017460224151611328, 0.017612831115722656, 0.017415136337280274, 0.017472511291503907, 0.017464319229125978, 0.035555328369140625, 0.017348608016967772, 0.017370176315307618, 0.017435583114624023, 0.017503231048583985, 0.017515520095825195, 0.01744486427307129, 0.017552383422851564, 0.017491968154907226, 0.017554431915283202, 0.01740390396118164, 0.017349695205688475, 0.017408960342407225, 0.01743155288696289, 0.01760767936706543, 0.017442815780639647, 0.017313791275024415, 0.017312768936157227, 0.01746227264404297, 0.01741119956970215, 0.017231744766235353, 0.017435647964477538, 0.0174335994720459, 0.017276927947998046, 0.017601600646972658, 0.01750726318359375, 0.017531936645507812, 0.017571807861328125, 0.017458175659179686, 0.01760767936706543, 0.01747865676879883, 0.017755136489868165, 0.018696191787719727, 0.017904640197753906, 0.017622016906738282, 0.017473535537719728, 0.017296384811401368, 0.017526784896850587, 0.0173885440826416, 0.017452032089233398, 0.017474559783935546, 0.0175861759185791, 0.01737932777404785, 0.01739571189880371, 0.017752063751220702, 0.01741926383972168, 0.017489919662475584, 0.01760358428955078, 0.017625087738037108, 0.017310720443725586, 0.017156095504760743, 0.01740595245361328, 0.017560575485229494, 0.017872896194458008, 0.017304576873779298, 0.017477632522583008, 0.01741721534729004, 0.017315839767456053, 0.017519615173339845, 0.017522687911987304, 0.017757183074951173, 0.01919385528564453, 0.017406976699829102, 0.03566592025756836, 0.01740390396118164, 0.01744895935058594, 0.017533952713012696, 0.017326080322265625, 0.017297407150268555, 0.017399808883666993, 0.017475584030151366, 0.01743257522583008, 0.017382400512695313, 0.017358848571777344, 0.017336416244506835, 0.017456031799316405, 0.017369087219238282, 0.017475584030151366, 0.017542144775390626, 0.01741721534729004, 0.017369087219238282, 0.017469440460205078, 0.017556480407714844, 0.017510400772094727, 0.01758720016479492, 0.017229824066162108, 0.017296384811401368, 0.017532928466796875, 0.01742950439453125, 0.018282495498657226, 0.018606176376342775, 0.01762704086303711, 0.017391616821289063, 0.017655807495117186, 0.017558528900146485, 0.017449983596801756, 0.017325056076049804, 0.017382400512695313, 0.017359968185424804, 0.017475488662719727, 0.01741721534729004, 0.01752787208557129, 0.017253311157226562, 0.017290239334106446, 0.017456127166748048, 0.017573888778686524, 0.017540096282958984, 0.017415168762207032, 0.017519615173339845, 0.01763942337036133, 0.01741209602355957, 0.017307647705078123, 0.017330175399780275, 0.016890880584716796, 0.017188863754272463, 0.017229824066162108, 0.01726464080810547, 0.017331199645996095, 0.017452032089233398, 0.017540096282958984, 0.017480703353881837, 0.017528831481933595, 0.01741004753112793, 0.017466367721557616, 0.017496063232421876, 0.017494016647338868]",tokens/s,56.34737280951149,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-6.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1984.876544,5989.9904,0.0,5343.543296,5028.441088,s,10,3.1335410461425783,0.31335410461425783,0.00016607950218654725,0.3133529968261719,0.31348611145019534,0.31359719696044924,0.31368606536865234,"[0.31370828247070315, 0.31336306762695315, 0.31337255859375, 0.3133429260253906, 0.31346142578125, 0.3132883911132813, 0.3129918212890625, 0.31331317138671877, 0.3133724670410156, 0.3133269348144531]",tokens/s,816.9671187653299,kWh,3.7004872897846836e-06,2.027674437186988e-06,1.9071647201746034e-05,2.4799808928717706e-05,tokens/kWh,10322660.175964376,MB,1984.876544,5989.9904,0.0,5343.543296,5239.77216,s,10,173.81857031250001,17.38185703125,0.0016428170344984726,17.382506835937498,17.383453710937502,17.38379912109375,17.384075449218752,"[17.38330078125, 17.380638671875, 17.379466796875, 17.379962890625, 17.38414453125, 17.379732421875, 17.3823359375, 17.38293359375, 17.383376953125, 17.382677734375]",tokens/s,3.624468886536999,kWh,0.0002051448724760364,0.00011243641709052894,0.00104923167966246,0.0013668129692290254,tokens/kWh,46092.62672970995,,s,629,176.36203536987298,0.2803847939107679,0.037244301398409944,0.2758819580078125,0.2761283325195313,0.2762205078125,0.589428603515625,"[0.2761820068359375, 0.2757201843261719, 0.27577255249023436, 0.27555621337890623, 0.2757478332519531, 0.2757447814941406, 0.27579086303710937, 0.27595059204101563, 0.27581134033203125, 0.27607244873046877, 0.2759741516113281, 0.275857421875, 0.2758164367675781, 0.2757877807617187, 0.2759137268066406, 0.2758492126464844, 0.27594342041015624, 0.27582977294921873, 0.27569561767578127, 0.2758164367675781, 0.27580416870117186, 0.2757386169433594, 0.27586868286132815, 0.27584613037109373, 0.2762127380371094, 0.27622296142578123, 0.275810302734375, 0.27572940063476564, 0.2759485473632812, 0.2759763488769531, 0.275898193359375, 0.27574169921875, 0.27577139282226565, 0.27591680908203126, 0.27613592529296876, 0.27610623168945314, 0.2760693664550781, 0.2760191955566406, 0.27601715087890627, 0.2756700134277344, 0.27597006225585935, 0.27576025390625, 0.27574667358398436, 0.27606219482421873, 0.27612057495117187, 0.2758451232910156, 0.2759208984375, 0.2757877807617187, 0.27588711547851563, 0.2758451232910156, 0.2758226013183594, 0.27603045654296876, 0.27588507080078123, 0.2760099792480469, 0.275977294921875, 0.27598635864257814, 0.276126708984375, 0.2760325012207031, 0.27589016723632814, 0.2759362487792969, 0.27633560180664063, 0.2762076110839844, 0.589686767578125, 0.27579296875, 0.2758912048339844, 0.2755696105957031, 0.27566488647460935, 0.27578164672851563, 0.27568658447265626, 0.27567391967773436, 0.27574270629882813, 0.27591476440429685, 0.2757673034667969, 0.27571923828125, 0.27575289916992185, 0.27581951904296875, 0.27591476440429685, 0.27598641967773435, 0.27602740478515625, 0.275999755859375, 0.2758871765136719, 0.2757139892578125, 0.2757969970703125, 0.2758831176757813, 0.27586141967773437, 0.27572940063476564, 0.2759465026855469, 0.2758922119140625, 0.2758031921386719, 0.2759197998046875, 0.2758338623046875, 0.2759362487792969, 0.2759137268066406, 0.27588299560546875, 0.27584109497070314, 0.2757446899414063, 0.27593112182617185, 0.2759884948730469, 0.2759075927734375, 0.27627212524414063, 0.27612265014648435, 0.2758819580078125, 0.27578469848632814, 0.2760181884765625, 0.2756884460449219, 0.2756751403808594, 0.27570791625976565, 0.2758963317871094, 0.275962890625, 0.27599258422851564, 0.27579290771484377, 0.27598028564453125, 0.2757253112792969, 0.27567828369140623, 0.2760723876953125, 0.27621682739257813, 0.27621682739257813, 0.2760048522949219, 0.27609600830078124, 0.2760130615234375, 0.2758963317871094, 0.2758092651367188, 0.27579290771484377, 0.27617587280273437, 0.27585638427734377, 0.5895167846679688, 0.2755778503417969, 0.2755225524902344, 0.2756474914550781, 0.27567718505859373, 0.2757580871582031, 0.2758758544921875, 0.275894287109375, 0.27570791625976565, 0.2759065551757813, 0.27611953735351563, 0.27581234741210936, 0.2757314453125, 0.2757550048828125, 0.27572634887695313, 0.27565890502929685, 0.2756616516113281, 0.27558297729492187, 0.2756833190917969, 0.2757171325683594, 0.2758512573242187, 0.27572940063476564, 0.27575091552734377, 0.2757437438964844, 0.2757099609375, 0.27583181762695314, 0.2759813232421875, 0.27583282470703124, 0.275989501953125, 0.2758287353515625, 0.27593728637695314, 0.27578179931640623, 0.2758705749511719, 0.2757949523925781, 0.27586358642578124, 0.27575906372070313, 0.27582977294921873, 0.2758369140625, 0.2759813232421875, 0.2758338623046875, 0.27582769775390625, 0.27598855590820315, 0.27586758422851565, 0.275989501953125, 0.27594241333007813, 0.2760263671875, 0.275962890625, 0.2760714111328125, 0.27587994384765624, 0.27599871826171873, 0.27599871826171873, 0.27596697998046876, 0.27598028564453125, 0.2760345458984375, 0.27599563598632815, 0.27605401611328123, 0.27608575439453126, 0.2759219055175781, 0.27582464599609374, 0.2757857360839844, 0.2760765380859375, 0.2763509826660156, 0.275989501953125, 0.5894297485351563, 0.27584515380859376, 0.2756576843261719, 0.2755870666503906, 0.27570791625976565, 0.2757959594726562, 0.2756833190917969, 0.27583486938476565, 0.27573556518554687, 0.2757662658691406, 0.27571405029296875, 0.2756496887207031, 0.27601290893554686, 0.2758656005859375, 0.275873779296875, 0.27624551391601565, 0.27586456298828127, 0.2756526184082031, 0.2758502502441406, 0.27597311401367186, 0.27586050415039065, 0.27589117431640625, 0.2757529602050781, 0.27563827514648437, 0.27569561767578127, 0.27572122192382814, 0.2756976623535156, 0.2758430786132812, 0.2757335510253906, 0.27578875732421876, 0.27579290771484377, 0.275736572265625, 0.275926025390625, 0.2760550537109375, 0.27593112182617185, 0.27577035522460935, 0.2759977111816406, 0.27599359130859374, 0.27578469848632814, 0.27566900634765623, 0.2758645935058594, 0.27597943115234375, 0.2758408203125, 0.2757447814941406, 0.2761717834472656, 0.27593215942382815, 0.27588815307617187, 0.27595159912109374, 0.27595162963867187, 0.2760038452148437, 0.2761451416015625, 0.276168701171875, 0.27605810546875, 0.275915771484375, 0.2760796203613281, 0.27607553100585935, 0.27600076293945314, 0.27597311401367186, 0.2757519226074219, 0.27574169921875, 0.2759772033691406, 0.27622503662109377, 0.2758954162597656, 0.5895504760742187, 0.2757806396484375, 0.27574270629882813, 0.2755809020996094, 0.2756556701660156, 0.2758553466796875, 0.27582977294921873, 0.2757611389160156, 0.2757662658691406, 0.27569271850585936, 0.27588079833984375, 0.2757529602050781, 0.27588812255859374, 0.2761379699707031, 0.27587481689453125, 0.275842041015625, 0.275810302734375, 0.276291748046875, 0.2757876281738281, 0.2760099792480469, 0.27596798706054687, 0.27568960571289064, 0.2761757507324219, 0.27643392944335937, 0.276031494140625, 0.27558212280273436, 0.27611221313476564, 0.27607858276367186, 0.2758093566894531, 0.27569964599609376, 0.2758922119140625, 0.27593011474609375, 0.2758440856933594, 0.27588507080078123, 0.27579290771484377, 0.27576934814453125, 0.2757867431640625, 0.2758184814453125, 0.2761134033203125, 0.27586868286132815, 0.27572341918945314, 0.2761408996582031, 0.27610418701171874, 0.27574685668945315, 0.27607040405273436, 0.2760775451660156, 0.2758922119140625, 0.2760028076171875, 0.2758963317871094, 0.276030517578125, 0.27591058349609376, 0.2758502502441406, 0.27591064453125, 0.2759444580078125, 0.2758912048339844, 0.27591476440429685, 0.2760570983886719, 0.276738037109375, 0.27606533813476564, 0.27590652465820314, 0.2762925720214844, 0.276173828125, 0.2762342529296875, 0.5897278442382813, 0.27554098510742187, 0.27550811767578126, 0.27563723754882813, 0.2758369140625, 0.2758635559082031, 0.2757877807617187, 0.2758359069824219, 0.275704833984375, 0.27570175170898437, 0.27571917724609374, 0.27570687866210936, 0.27575704956054686, 0.2761584777832031, 0.2761574401855469, 0.2758307800292969, 0.2756147155761719, 0.27577651977539064, 0.2757969970703125, 0.27572735595703124, 0.2758666687011719, 0.2757724609375, 0.2758092041015625, 0.27582977294921873, 0.2756864013671875, 0.2757314453125, 0.2757181396484375, 0.27575924682617187, 0.27573336791992187, 0.275800048828125, 0.27577752685546875, 0.27585433959960937, 0.2759710693359375, 0.27594033813476565, 0.275999755859375, 0.2761985778808594, 0.27582138061523437, 0.275778564453125, 0.2763182067871094, 0.27580517578125, 0.27590347290039063, 0.27603662109375, 0.2758963317871094, 0.2759710693359375, 0.27588507080078123, 0.2759229736328125, 0.2758747863769531, 0.2758604736328125, 0.2758092651367188, 0.27608984375, 0.2761431884765625, 0.27591671752929686, 0.2758430786132812, 0.27598745727539065, 0.2759690246582031, 0.2759546813964844, 0.2761134033203125, 0.276063232421875, 0.27581439208984376, 0.275926025390625, 0.27579800415039063, 0.2760110168457031, 0.27595162963867187, 0.589216796875, 0.27562698364257815, 0.2756802673339844, 0.27580416870117186, 0.27592498779296876, 0.27604788208007813, 0.27590963745117186, 0.276082763671875, 0.2759833679199219, 0.27581637573242185, 0.275736572265625, 0.27580722045898437, 0.27586151123046876, 0.2759065551757813, 0.2757027893066406, 0.2757949523925781, 0.2757376098632813, 0.2758860778808594, 0.27602841186523436, 0.2759024658203125, 0.27579800415039063, 0.27583181762695314, 0.27587686157226565, 0.27673715209960936, 0.2757733154296875, 0.27583181762695314, 0.27580108642578127, 0.275800048828125, 0.2759126892089844, 0.2759957580566406, 0.27601397705078123, 0.2760673217773438, 0.275962890625, 0.27576422119140626, 0.2758727722167969, 0.2758164367675781, 0.2757949523925781, 0.27575704956054686, 0.27581747436523435, 0.27594342041015624, 0.27643902587890623, 0.27627212524414063, 0.27580526733398436, 0.2757590026855469, 0.27588507080078123, 0.2759137268066406, 0.275884033203125, 0.27603353881835935, 0.27581234741210936, 0.2759168701171875, 0.27608978271484375, 0.27585433959960937, 0.27584310913085935, 0.27578057861328126, 0.27595672607421873, 0.27586663818359375, 0.27584820556640627, 0.275800048828125, 0.2760386657714844, 0.27609906005859375, 0.2759393310546875, 0.276068359375, 0.2758584289550781, 0.5894256591796875, 0.2757519226074219, 0.27562905883789063, 0.27567922973632814, 0.275926025390625, 0.2760058898925781, 0.27571923828125, 0.275737548828125, 0.27581951904296875, 0.2757867431640625, 0.27557989501953123, 0.27591064453125, 0.27603558349609375, 0.27598236083984373, 0.2759444274902344, 0.27592498779296876, 0.2765977478027344, 0.2759024658203125, 0.27591476440429685, 0.2757949523925781, 0.2757334899902344, 0.2758748779296875, 0.2756525573730469, 0.27586764526367186, 0.27580621337890626, 0.2758922119140625, 0.275768310546875, 0.2757969970703125, 0.2758154296875, 0.27576217651367185, 0.2761134033203125, 0.27618304443359376, 0.27594342041015624, 0.2758114013671875, 0.2758677673339844, 0.27579885864257814, 0.2757120056152344, 0.27593728637695314, 0.27627316284179687, 0.27602740478515625, 0.27586773681640625, 0.27601507568359374, 0.27580307006835936, 0.27578982543945313, 0.27589324951171873, 0.27602841186523436, 0.275984375, 0.2762659912109375, 0.2760888366699219, 0.27614004516601565, 0.2759772033691406, 0.2761553955078125, 0.276178955078125, 0.2760140686035156, 0.2759884948730469, 0.27596188354492185, 0.2760160827636719, 0.27593331909179686, 0.2758255310058594, 0.27580416870117186, 0.27598028564453125, 0.27591680908203126, 0.2759393310546875, 0.5894686889648437, 0.27560858154296874, 0.2758042297363281, 0.2758890991210938, 0.27572122192382814, 0.27565158081054686, 0.27570687866210936, 0.2757386169433594, 0.27570892333984376, 0.27567718505859373, 0.2758983764648438, 0.27579290771484377, 0.27593829345703125, 0.2757734375, 0.27579904174804687, 0.27577035522460935, 0.2757867431640625, 0.27646975708007815, 0.27583999633789064, 0.27571505737304686, 0.2758973388671875, 0.27630694580078125, 0.27613592529296876, 0.2760110168457031, 0.2761154479980469, 0.27583181762695314, 0.2757969970703125, 0.27583282470703124, 0.27583181762695314, 0.27591168212890627, 0.27576934814453125, 0.2758462219238281, 0.27575399780273435, 0.2756771240234375, 0.2758359069824219, 0.2758389892578125, 0.27591168212890627, 0.27591064453125, 0.27612774658203126, 0.27606536865234377, 0.27584912109375, 0.2759342041015625, 0.27576217651367185, 0.27572735595703124, 0.27581134033203125, 0.27600897216796877, 0.2760663757324219, 0.27599148559570313, 0.2761246643066406, 0.275998779296875, 0.2759300537109375, 0.27614105224609375, 0.2763601989746094, 0.2759393310546875, 0.27599359130859374, 0.2758359069824219, 0.27598028564453125, 0.2767350769042969, 0.2761839599609375, 0.27600076293945314, 0.2762076110839844, 0.27613592529296876, 0.27586868286132815, 0.5895372924804687, 0.2757632446289062, 0.2756290283203125, 0.2755625, 0.2757171325683594, 0.27591680908203126, 0.27584613037109373, 0.2757356872558594, 0.27580813598632814, 0.2757386169433594, 0.2757887878417969, 0.2759915466308594, 0.2760028991699219, 0.2759228515625, 0.2758154296875, 0.27574169921875, 0.2757253112792969, 0.2758440856933594, 0.275962890625, 0.27582565307617185, 0.2758287353515625, 0.27589529418945313, 0.27577651977539064, 0.2758656005859375, 0.27606646728515627, 0.2761624145507813, 0.27685784912109374, 0.2756823120117188, 0.2758031311035156, 0.27605099487304685, 0.27588818359375, 0.27613067626953125, 0.27619744873046875, 0.2759935302734375, 0.275873779296875, 0.2757857360839844, 0.27572735595703124, 0.276126708984375, 0.2760447998046875, 0.2759004211425781, 0.2759741516113281, 0.27599462890625, 0.2757498779296875, 0.2757662658691406, 0.2758410339355469, 0.2759075927734375, 0.275857421875, 0.2758912048339844, 0.27594033813476565, 0.2759230041503906, 0.27591571044921875, 0.27589324951171873, 0.27589529418945313, 0.27597210693359375, 0.27605606079101563, 0.27605401611328123, 0.276168701171875, 0.2760570983886719, 0.27591168212890627, 0.2757959594726562, 0.27595672607421873, 0.27602944946289065, 0.2759638977050781]",tokens/s,3.566527221580528,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-13b,facebook/opt-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2014.43328,9083.2896,0.0,8436.842496,7851.977216,s,10,5.898782104492187,0.5898782104492188,0.0014733522235752282,0.5892488403320313,0.59172734375,0.5917594238281251,0.591785087890625,"[0.58826220703125, 0.5914308471679688, 0.58898583984375, 0.5881455078125, 0.5890670166015625, 0.58839990234375, 0.5894306640625, 0.59179150390625, 0.5915484008789063, 0.59172021484375]",tokens/s,433.9878901528579,kWh,6.9470591015285915e-06,3.80660986972062e-06,3.3287297871645144e-05,4.404096684289436e-05,tokens/kWh,5812769.753970636,MB,2014.43328,9083.2896,0.0,8436.842496,8144.421376,s,10,333.4207578125,33.34207578125,0.0012626414002650127,33.342050781249995,33.3430375,33.343944531249996,33.34467015625,"[33.34011328125, 33.34203125, 33.34241015625, 33.3415078125, 33.3428359375, 33.34033203125, 33.34196484375, 33.342640625, 33.3448515625, 33.3420703125]",tokens/s,1.889504433177139,kWh,0.000393659628248877,0.00021575971065054117,0.0019137660097697656,0.0025231853486691836,tokens/kWh,24968.439212453577,,s,629,338.20219775390643,0.5376823493702803,0.07012097719183934,0.529227783203125,0.5294845825195312,0.5295638671875,1.118478173828125,"[0.5290557250976563, 0.5289891967773438, 0.5293762817382812, 0.528927734375, 0.5289932861328125, 0.5292984619140625, 0.5293475952148438, 0.5289666748046875, 0.5291530151367188, 0.5292830810546875, 0.5290475463867188, 0.529207275390625, 0.529133544921875, 0.528932861328125, 0.5291806640625, 0.5291683959960938, 0.528996337890625, 0.529207275390625, 0.5289891967773438, 0.5289451293945312, 0.5292369995117188, 0.5291970825195312, 0.5290823974609375, 0.5291765747070313, 0.5294622802734374, 0.5290444946289062, 0.529201171875, 0.529259521484375, 0.5290997924804688, 0.5291786499023438, 0.5291796264648437, 0.5291448364257813, 0.5292728271484375, 0.5290895385742187, 0.52901171875, 0.5292103881835938, 0.5291161499023438, 0.52912744140625, 0.5292247314453125, 0.52917041015625, 0.529776611328125, 0.5294776611328125, 0.5291468505859375, 0.5296803588867187, 0.5292554321289062, 0.5290864868164062, 0.5292584838867187, 0.5292666625976562, 0.5292503051757812, 0.5292666625976562, 0.5294500122070313, 0.5291817016601562, 0.5292841186523437, 0.5293885498046875, 0.5292267456054688, 0.5292410888671875, 0.529301513671875, 0.5291591796875, 0.5291847534179688, 0.5296158447265625, 0.5290731811523437, 0.5293322143554687, 1.121037353515625, 0.52925439453125, 0.52914892578125, 0.5291458740234375, 0.5289840698242188, 0.5289891967773438, 0.5293004760742187, 0.5289686889648437, 0.529101806640625, 0.5292666625976562, 0.5292656860351562, 0.5290782470703125, 0.5290045166015624, 0.5290372924804687, 0.5290444946289062, 0.5296035766601562, 0.5289810180664063, 0.5290762329101563, 0.5293619384765625, 0.5291744995117188, 0.5292185668945313, 0.5292994384765625, 0.5291510009765625, 0.5291868286132813, 0.5290659790039063, 0.5292882080078125, 0.5293260498046874, 0.5291407470703124, 0.5290997924804688, 0.5290711059570312, 0.5292677001953126, 0.5292257080078125, 0.529138671875, 0.5293363037109375, 0.5292369995117188, 0.5291560668945312, 0.5292042236328125, 0.5291776123046875, 0.5292349243164063, 0.5292513427734375, 0.529201171875, 0.529101806640625, 0.529322998046875, 0.5292205810546875, 0.5294520263671875, 0.529670166015625, 0.5291304931640625, 0.5292410888671875, 0.5293096923828124, 0.5294008178710937, 0.5293086547851562, 0.5292861328125, 0.5291683959960938, 0.5292031860351563, 0.529607666015625, 0.529412109375, 0.529354736328125, 0.5294694213867187, 0.5293056030273438, 0.5294827270507813, 0.5295626220703125, 0.5291345825195313, 0.5293619384765625, 1.1184619140625, 0.5289789428710937, 0.529058837890625, 0.529207275390625, 0.5289871215820312, 0.5290444946289062, 0.5293209838867188, 0.5289984130859375, 0.5288406982421875, 0.5295134887695313, 0.5294110717773437, 0.529533935546875, 0.5290455322265625, 0.5290721435546875, 0.5290505981445313, 0.5291632690429687, 0.5289369506835937, 0.5289994506835938, 0.5292605590820313, 0.529239013671875, 0.5293086547851562, 0.5293670654296875, 0.5290147705078125, 0.5293373413085938, 0.5290004272460938, 0.529185791015625, 0.5291581420898438, 0.529143798828125, 0.5293035278320313, 0.5295841064453125, 0.529533935546875, 0.5291366577148438, 0.5290977172851562, 0.5292288208007813, 0.5291673583984375, 0.5292472534179687, 0.529269775390625, 0.52916943359375, 0.529154052734375, 0.5292359619140625, 0.5292482299804687, 0.5291868286132813, 0.5292841186523437, 0.5292615966796875, 0.52933837890625, 0.5294530639648437, 0.5291315307617187, 0.5292554321289062, 0.5296670532226563, 0.5292984619140625, 0.5294141235351563, 0.52949609375, 0.5290352783203125, 0.5293076782226562, 0.5294089965820312, 0.52919091796875, 0.529196044921875, 0.5293414306640625, 0.5291970825195312, 0.5292922973632812, 0.5293536987304688, 0.5291950073242188, 0.5292431640625, 1.1184844970703125, 0.5291878662109375, 0.529164306640625, 0.5290137329101563, 0.528964599609375, 0.528859130859375, 0.5292625732421875, 0.5290608520507812, 0.5290250244140625, 0.5293363037109375, 0.5291253662109375, 0.5290557250976563, 0.5292052612304687, 0.52904345703125, 0.5289881591796874, 0.5292830810546875, 0.5290096435546875, 0.5291366577148438, 0.5291888427734375, 0.5290751953125, 0.5289246826171875, 0.5292656860351562, 0.529059814453125, 0.5291765747070313, 0.5290731811523437, 0.5290936279296875, 0.5291970825195312, 0.5292574462890625, 0.5291888427734375, 0.5291345825195313, 0.5295953979492187, 0.52917041015625, 0.529244140625, 0.5295042724609375, 0.5291591796875, 0.5291090087890625, 0.5291796264648437, 0.5292789916992188, 0.5291110229492187, 0.529301513671875, 0.5294827270507813, 0.5292769165039063, 0.5292820434570312, 0.529239013671875, 0.5292943115234375, 0.5294991455078125, 0.5290567626953125, 0.529344482421875, 0.5292789916992188, 0.5295820922851563, 0.5293107299804688, 0.5295308837890625, 0.5292369995117188, 0.52925439453125, 0.5293536987304688, 0.5294059448242188, 0.529291259765625, 0.5295001831054688, 0.5292216186523437, 0.5295186157226562, 0.529564697265625, 0.5292850952148438, 0.5292841186523437, 1.118497802734375, 0.52923291015625, 0.5292349243164063, 0.5289133911132813, 0.52916943359375, 0.5290864868164062, 0.529227783203125, 0.5290946655273437, 0.5289881591796874, 0.529239013671875, 0.5291315307617187, 0.5290885009765625, 0.5295933227539062, 0.5292974243164063, 0.5289656372070313, 0.5294458618164063, 0.5291765747070313, 0.528932861328125, 0.529217529296875, 0.5291827392578125, 0.5290629272460937, 0.5293056030273438, 0.5290291137695312, 0.5291243286132813, 0.5292031860351563, 0.5291868286132813, 0.52902294921875, 0.5291151123046876, 0.5290670166015625, 0.529112060546875, 0.52933837890625, 0.529459228515625, 0.5292339477539062, 0.5297346801757813, 0.5294950561523437, 0.5294674072265625, 0.529349609375, 0.5292738647460937, 0.5291744995117188, 0.5292359619140625, 0.5291806640625, 0.529196044921875, 0.5294366455078126, 0.5292113647460938, 0.5292574462890625, 0.5293690795898438, 0.5291028442382812, 0.5292267456054688, 0.5293035278320313, 0.529259521484375, 0.52935986328125, 0.5293782958984375, 0.52954931640625, 0.5292687377929688, 0.5295513305664062, 0.5292021484375, 0.5295114135742187, 0.529460205078125, 0.5291939697265625, 0.5291806640625, 0.5293619384765625, 0.5291837158203125, 0.5294929809570312, 1.1182366943359374, 0.5291919555664063, 0.5291202392578125, 0.52902294921875, 0.52885400390625, 0.5289912109375, 0.529201171875, 0.5290916137695313, 0.5289390258789063, 0.5292196044921875, 0.5291182250976563, 0.5290670166015625, 0.5291888427734375, 0.5290618896484375, 0.5289840698242188, 0.5291765747070313, 0.5291141357421875, 0.5290372924804687, 0.5291827392578125, 0.5291407470703124, 0.5291028442382812, 0.529269775390625, 0.5291130981445312, 0.5291837158203125, 0.5292339477539062, 0.5290496215820313, 0.5289574584960938, 0.5293250732421875, 0.5291151123046876, 0.5291243286132813, 0.5292892456054688, 0.5290004272460938, 0.5290301513671875, 0.529564697265625, 0.5292789916992188, 0.5291182250976563, 0.5293056030273438, 0.5291632690429687, 0.5292267456054688, 0.5292902221679687, 0.529281005859375, 0.529455078125, 0.5293025512695313, 0.5291058959960937, 0.5291530151367188, 0.5294878540039063, 0.5291376342773437, 0.5292021484375, 0.529306640625, 0.529217529296875, 0.5293148193359375, 0.529406982421875, 0.5292503051757812, 0.5294817504882813, 0.5294581909179688, 0.5292636108398437, 0.5293158569335937, 0.529375244140625, 0.5292083129882813, 0.5292185668945313, 0.5294458618164063, 0.5292482299804687, 0.5294888916015625, 1.1190067138671875, 0.5291028442382812, 0.5290618896484375, 0.5295595703125, 0.5290250244140625, 0.5289103393554687, 0.529217529296875, 0.52902197265625, 0.5295728759765626, 0.5292021484375, 0.5292216186523437, 0.529090576171875, 0.5291028442382812, 0.529112060546875, 0.528827392578125, 0.5292584838867187, 0.5290526733398437, 0.5292318725585937, 0.5291632690429687, 0.5295114135742187, 0.5291038818359375, 0.5292451782226563, 0.5289707641601562, 0.5292308349609375, 0.5289994506835938, 0.5291510009765625, 0.5290762329101563, 0.5291100463867188, 0.5293168334960937, 0.5292728271484375, 0.529207275390625, 0.5289553833007813, 0.5289205932617187, 0.5292574462890625, 0.5294530639648437, 0.529239013671875, 0.5294561157226563, 0.5295186157226562, 0.52944384765625, 0.529280029296875, 0.52922265625, 0.52929638671875, 0.5292093505859375, 0.5292134399414062, 0.529269775390625, 0.5294151611328125, 0.52901171875, 0.5292666625976562, 0.5292656860351562, 0.5293158569335937, 0.5292789916992188, 0.5293609008789063, 0.5293527221679688, 0.5292636108398437, 0.5293629150390625, 0.529244140625, 0.5295585327148438, 0.5296056518554687, 0.5292513427734375, 0.5293168334960937, 0.5293578491210937, 0.5290772705078125, 0.52938134765625, 1.1212728271484376, 0.5290772705078125, 0.5290158081054688, 0.5290260620117188, 0.5289891967773438, 0.5290209350585937, 0.5292297973632812, 0.5288396606445313, 0.5290301513671875, 0.5291366577148438, 0.5289390258789063, 0.5294837646484375, 0.5295431518554687, 0.5293096923828124, 0.5289195556640625, 0.5294581909179688, 0.5293363037109375, 0.5291744995117188, 0.529249267578125, 0.5293035278320313, 0.5291151123046876, 0.529312744140625, 0.5291182250976563, 0.5291510009765625, 0.5290792846679687, 0.529206298828125, 0.5291182250976563, 0.52938134765625, 0.5294950561523437, 0.529185791015625, 0.52927490234375, 0.5290782470703125, 0.5291919555664063, 0.52912841796875, 0.5294346313476562, 0.5292339477539062, 0.5292288208007813, 0.529249267578125, 0.5292830810546875, 0.5292953491210938, 0.5291192016601562, 0.5293240356445312, 0.5292410888671875, 0.5291304931640625, 0.5292841186523437, 0.5294684448242187, 0.5291049194335937, 0.529628173828125, 0.5293690795898438, 0.5292850952148438, 0.529364990234375, 0.529343505859375, 0.529306640625, 0.5292830810546875, 0.5292196044921875, 0.5293096923828124, 0.5293373413085938, 0.5298831176757812, 0.5292666625976562, 0.529385498046875, 0.5293568115234375, 0.5292339477539062, 0.5293772583007812, 1.1209923095703125, 0.52902197265625, 0.5295206298828125, 0.5293455200195313, 0.5292134399414062, 0.5289266967773437, 0.529259521484375, 0.52933837890625, 0.5290475463867188, 0.5292164916992188, 0.5292513427734375, 0.5292482299804687, 0.52954931640625, 0.5292216186523437, 0.528954345703125, 0.5291929321289063, 0.5290936279296875, 0.5290239868164063, 0.52910693359375, 0.5291581420898438, 0.5290198974609375, 0.5295380249023437, 0.5292666625976562, 0.5294376831054688, 0.5293793334960938, 0.5291806640625, 0.5291571044921874, 0.529291259765625, 0.5291315307617187, 0.52910693359375, 0.529349609375, 0.529164306640625, 0.5291202392578125, 0.529207275390625, 0.52922265625, 0.5292257080078125, 0.529386474609375, 0.5292451782226563, 0.5292892456054688, 0.529328125, 0.5293260498046874, 0.529354736328125, 0.529833984375, 0.5290393676757813, 0.5292155151367187, 0.52950732421875, 0.5292031860351563, 0.5292656860351562, 0.5292431640625, 0.5292031860351563, 0.5292103881835938, 0.529448974609375, 0.5293291625976563, 0.5294878540039063, 0.5293956909179688, 0.5292646484375, 0.529333251953125, 0.5293568115234375, 0.5292584838867187, 0.52961279296875, 0.5297797241210938, 0.52942236328125, 0.5295267944335937, 1.1211181640625, 0.5289768676757812, 0.5290751953125, 0.5290505981445313, 0.5290608520507812, 0.5289676513671875, 0.5292308349609375, 0.5289984130859375, 0.5294530639648437, 0.5291796264648437, 0.5291171875, 0.5290557250976563, 0.5292359619140625, 0.5290762329101563, 0.528974853515625, 0.5294141235351563, 0.5291919555664063, 0.5290045166015624, 0.52916943359375, 0.5290782470703125, 0.5289819946289063, 0.5293209838867188, 0.5290045166015624, 0.5291898803710937, 0.5292850952148438, 0.5292554321289062, 0.5291366577148438, 0.5293076782226562, 0.5290311889648438, 0.5291980590820312, 0.5291663208007813, 0.5291028442382812, 0.5290772705078125, 0.5292021484375, 0.5291796264648437, 0.5293834228515625, 0.5294131469726563, 0.5291632690429687, 0.5292196044921875, 0.5293056030273438, 0.5292185668945313, 0.5293609008789063, 0.5294100341796875, 0.5291765747070313, 0.5293690795898438, 0.5296209716796875, 0.5291970825195312, 0.5293004760742187, 0.5293772583007812, 0.5294407958984375, 0.5291192016601562, 0.529417236328125, 0.5294080200195312, 0.5293936767578125, 0.5295206298828125, 0.5293947143554687, 0.5293475952148438, 0.5293035278320313, 0.5292247314453125, 0.5292677001953126, 0.5295994873046875, 0.529544189453125, 0.5294684448242187]",tokens/s,1.8598341589066003,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-6.7b,facebook/opt-6.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2018.93888,5274.861568,0.0,4628.414464,4279.515648,s,10,3.0976935119628908,0.30976935119628907,0.0007532381367795811,0.30955081176757815,0.3109149108886719,0.3109400146484375,0.31096009765625,"[0.3092184143066406, 0.3087049560546875, 0.3094501647949219, 0.3094185485839844, 0.30965145874023436, 0.3089674072265625, 0.30985198974609374, 0.31055612182617187, 0.31090933227539064, 0.3109651184082031]",tokens/s,826.4213325539185,kWh,3.650658585206427e-06,1.999819851334905e-06,1.778628527278799e-05,2.3436763709329325e-05,tokens/kWh,10923009.813769454,MB,2023.018496,5274.861568,0.0,4628.414464,4463.184384,s,10,173.1631875,17.31631875,0.0012339063464567417,17.316303710937497,17.317707031250002,17.318111328125,17.318434765625,"[17.316962890625, 17.318515625, 17.315822265625, 17.315650390625, 17.3176171875, 17.314611328125, 17.314958984375, 17.315001953125, 17.31678515625, 17.31726171875]",tokens/s,3.6381866671286587,kWh,0.00020445280675334164,0.00011205687635914728,0.0009877879636304137,0.0013042976467429026,tokens/kWh,48301.8582125973,,s,629,175.6766339416501,0.27929512550341873,0.0368162753573841,0.2748590087890625,0.2750474243164063,0.27512094726562497,0.584229677734375,"[0.27480780029296875, 0.27519488525390623, 0.2747535400390625, 0.27477914428710937, 0.2746726379394531, 0.2748118896484375, 0.2747586669921875, 0.2748160095214844, 0.2747463684082031, 0.2747105407714844, 0.27477197265625, 0.27491226196289065, 0.274830322265625, 0.2747412414550781, 0.27507815551757814, 0.2747678833007812, 0.2746982421875, 0.2746357727050781, 0.2747279357910156, 0.27481292724609374, 0.2747586669921875, 0.27477093505859373, 0.27480267333984376, 0.2746726379394531, 0.2747781066894531, 0.2748037109375, 0.27487026977539064, 0.27482623291015623, 0.2746746826171875, 0.27491021728515624, 0.2748866577148438, 0.27482110595703124, 0.27484774780273435, 0.2748170166015625, 0.2750279541015625, 0.2748395385742187, 0.2748538818359375, 0.2749214782714844, 0.27490509033203125, 0.27485696411132815, 0.2751037292480469, 0.27481396484375, 0.2748989562988281, 0.2748948364257813, 0.2748395385742187, 0.2748098449707031, 0.2748395385742187, 0.2748293151855469, 0.2749644775390625, 0.27495526123046876, 0.27507815551757814, 0.274988037109375, 0.27512933349609375, 0.2749081726074219, 0.2749347839355469, 0.2750074768066406, 0.2749327392578125, 0.27496551513671874, 0.2750074768066406, 0.27491226196289065, 0.27496139526367186, 0.2749798278808594, 0.5839052734375, 0.2747381896972656, 0.2746685485839844, 0.27480780029296875, 0.27462655639648437, 0.2747535400390625, 0.274850830078125, 0.27504537963867187, 0.274882568359375, 0.2748190612792969, 0.27480575561523435, 0.2750689392089844, 0.2746798095703125, 0.27480575561523435, 0.2747381896972656, 0.2746982421875, 0.27474533081054686, 0.27501773071289065, 0.27489996337890626, 0.27472384643554687, 0.2748252258300781, 0.2747166748046875, 0.27489996337890626, 0.2747637634277344, 0.274777099609375, 0.27480679321289064, 0.27467572021484377, 0.2747699279785156, 0.2752634887695313, 0.274724853515625, 0.27481497192382814, 0.27493170166015624, 0.27494503784179686, 0.2750330810546875, 0.27488153076171873, 0.2748272705078125, 0.27500338745117187, 0.27493991088867187, 0.27490609741210936, 0.2749163513183594, 0.274882568359375, 0.2751744079589844, 0.2748958740234375, 0.27488461303710937, 0.27520510864257813, 0.2751129455566406, 0.2748856201171875, 0.27490609741210936, 0.275019775390625, 0.27484979248046876, 0.2750382080078125, 0.27491021728515624, 0.2749378662109375, 0.2749491271972656, 0.27492352294921873, 0.2749931640625, 0.27498086547851563, 0.2750474243164063, 0.27502899169921874, 0.27504434204101563, 0.2750597229003906, 0.27496856689453125, 0.27508428955078124, 0.584416259765625, 0.274740234375, 0.27477093505859373, 0.27474432373046875, 0.2746582946777344, 0.274671630859375, 0.27458456420898436, 0.2746163330078125, 0.27472384643554687, 0.2748641357421875, 0.27479244995117186, 0.27462451171875, 0.2746695556640625, 0.27464703369140625, 0.27479449462890626, 0.2748590087890625, 0.27491738891601564, 0.27486004638671874, 0.2748610534667969, 0.27494503784179686, 0.27507815551757814, 0.27484979248046876, 0.27474533081054686, 0.2746705932617188, 0.2747832336425781, 0.27472897338867186, 0.27475762939453124, 0.27486209106445314, 0.27463372802734376, 0.27475762939453124, 0.27485491943359375, 0.27470437622070315, 0.2752000122070313, 0.27496139526367186, 0.27483444213867186, 0.27475149536132815, 0.274956298828125, 0.2748334045410156, 0.2748170166015625, 0.27502590942382815, 0.27488973999023436, 0.2748323974609375, 0.2750013427734375, 0.27480575561523435, 0.27495834350585935, 0.27506585693359376, 0.27492556762695314, 0.27496139526367186, 0.2750126037597656, 0.274946044921875, 0.27499725341796877, 0.2750269470214844, 0.27491943359375, 0.274872314453125, 0.2750965881347656, 0.27492556762695314, 0.2749634704589844, 0.27498699951171873, 0.27491943359375, 0.2748856201171875, 0.27493887329101563, 0.2748241882324219, 0.2750003051757812, 0.5843558349609375, 0.2747125854492187, 0.27458660888671876, 0.2746224670410156, 0.27471463012695313, 0.2747678833007812, 0.27459890747070315, 0.274724853515625, 0.2747064208984375, 0.2748293151855469, 0.2745948181152344, 0.27471768188476564, 0.2746695556640625, 0.274840576171875, 0.2746921081542969, 0.27465625, 0.27479345703125, 0.27493170166015624, 0.27479962158203125, 0.27482110595703124, 0.27469515991210935, 0.2747832336425781, 0.27483544921875, 0.2746767272949219, 0.2749491271972656, 0.2748887023925781, 0.2751119384765625, 0.274798583984375, 0.274882568359375, 0.27497369384765624, 0.2748590087890625, 0.2748887023925781, 0.27485491943359375, 0.27481805419921873, 0.2747545471191406, 0.27473919677734376, 0.2748108825683594, 0.2749921264648437, 0.27480575561523435, 0.27500543212890627, 0.2749286499023437, 0.27485592651367186, 0.27485592651367186, 0.2749378662109375, 0.2750003051757812, 0.27502490234375, 0.274951171875, 0.2748856201171875, 0.27495013427734377, 0.27501568603515625, 0.2748528747558594, 0.2749849548339844, 0.2749573059082031, 0.27474945068359374, 0.275061767578125, 0.2749859924316406, 0.2748241882324219, 0.2749593505859375, 0.27505050659179686, 0.27484262084960936, 0.27493374633789064, 0.27519793701171874, 0.2749962158203125, 0.5846722412109375, 0.2751098937988281, 0.2747699279785156, 0.27475045776367185, 0.2746501159667969, 0.2746787719726563, 0.27471463012695313, 0.27465728759765623, 0.27470132446289064, 0.27461016845703123, 0.2745999450683594, 0.27479449462890626, 0.27462860107421877, 0.27524710083007814, 0.27474227905273435, 0.27471563720703124, 0.2747084655761719, 0.2747586669921875, 0.27493170166015624, 0.2747279357910156, 0.27475762939453124, 0.27473715209960936, 0.2749266052246094, 0.27491021728515624, 0.27474945068359374, 0.2747340698242188, 0.2748794860839844, 0.27477093505859373, 0.2746552429199219, 0.27478732299804687, 0.2748487548828125, 0.2747637634277344, 0.27487026977539064, 0.27508837890625, 0.2749296569824219, 0.2750433349609375, 0.2749542541503906, 0.2748968811035156, 0.2750556030273438, 0.2749910888671875, 0.2748293151855469, 0.27487744140625, 0.274988037109375, 0.27488973999023436, 0.2748190612792969, 0.274951171875, 0.27495321655273436, 0.2749941711425781, 0.2749327392578125, 0.27491122436523435, 0.27508428955078124, 0.275135498046875, 0.2751324157714844, 0.27496551513671874, 0.2749819030761719, 0.27534335327148435, 0.27508633422851564, 0.27493887329101563, 0.27502899169921874, 0.27484466552734377, 0.2749542541503906, 0.2749644775390625, 0.27518875122070313, 0.5838991088867187, 0.2747965393066406, 0.2747125854492187, 0.2746480712890625, 0.2746009521484375, 0.2746828918457031, 0.274661376953125, 0.2748989562988281, 0.27465625, 0.2748037109375, 0.2750279541015625, 0.2747432861328125, 0.27462042236328127, 0.27462860107421877, 0.2747166748046875, 0.2746152954101562, 0.2747555847167969, 0.27466033935546874, 0.27464602661132814, 0.27475967407226565, 0.2746582946777344, 0.27469720458984376, 0.27470233154296875, 0.27486514282226565, 0.2747135925292969, 0.2746306457519531, 0.2747412414550781, 0.2748241882324219, 0.2748016662597656, 0.27485696411132815, 0.27470745849609374, 0.2747832336425781, 0.2747484130859375, 0.2749245300292969, 0.2750597229003906, 0.27482009887695313, 0.27485696411132815, 0.27487026977539064, 0.27477914428710937, 0.2749245300292969, 0.27483544921875, 0.27486309814453125, 0.2748436584472656, 0.2752860107421875, 0.2748108825683594, 0.274850830078125, 0.27503103637695314, 0.2750986328125, 0.27488153076171873, 0.27500543212890627, 0.27479962158203125, 0.27487335205078123, 0.27490609741210936, 0.2748805236816406, 0.27498904418945314, 0.2749696044921875, 0.275061767578125, 0.27496652221679685, 0.2752071533203125, 0.27506585693359376, 0.2748989562988281, 0.2749747314453125, 0.275009521484375, 0.5848350830078125, 0.274661376953125, 0.27465728759765623, 0.274671630859375, 0.27472076416015623, 0.27464190673828126, 0.2747658386230469, 0.2749992980957031, 0.27464089965820315, 0.2746787719726563, 0.2746992492675781, 0.27476275634765623, 0.27472280883789063, 0.274703369140625, 0.2751016845703125, 0.2746326904296875, 0.2748692626953125, 0.27478427124023436, 0.27471563720703124, 0.2749327392578125, 0.274724853515625, 0.2748958740234375, 0.27469619750976565, 0.2748713073730469, 0.2746582946777344, 0.2747832336425781, 0.274766845703125, 0.2748231811523438, 0.2745599975585937, 0.274904052734375, 0.2747361145019531, 0.27491738891601564, 0.2747361145019531, 0.2747484130859375, 0.27478118896484377, 0.2747330627441406, 0.2748784790039063, 0.27495321655273436, 0.2748743591308594, 0.27503717041015624, 0.27474945068359374, 0.2748610534667969, 0.27481396484375, 0.27484161376953126, 0.274904052734375, 0.2748221435546875, 0.27497369384765624, 0.2749921264648437, 0.2749798278808594, 0.2750535583496094, 0.2748856201171875, 0.27496755981445314, 0.27506381225585935, 0.2750412902832031, 0.27498699951171873, 0.27489178466796876, 0.27523379516601565, 0.2749358215332031, 0.2749378662109375, 0.27495013427734377, 0.27487640380859374, 0.27494708251953126, 0.2748856201171875, 0.5855928344726562, 0.27480679321289064, 0.27471768188476564, 0.27463986206054686, 0.2746644592285156, 0.2746173400878906, 0.2747852783203125, 0.27456820678710936, 0.2747197570800781, 0.2749071350097656, 0.2747197570800781, 0.27468185424804686, 0.2749153137207031, 0.274634765625, 0.274661376953125, 0.2746644592285156, 0.27470950317382814, 0.2747084655761719, 0.2747883605957031, 0.2747637634277344, 0.274766845703125, 0.2748252258300781, 0.2747115478515625, 0.2748784790039063, 0.274845703125, 0.2747166748046875, 0.27474945068359374, 0.2747279357910156, 0.27474533081054686, 0.2749153137207031, 0.27497268676757813, 0.27476171875, 0.27479757690429685, 0.2747678833007812, 0.2748170166015625, 0.27481805419921873, 0.27477914428710937, 0.27481292724609374, 0.27478118896484377, 0.2751651916503906, 0.274798583984375, 0.2750699462890625, 0.27489178466796876, 0.27470437622070315, 0.2748518371582031, 0.27496551513671874, 0.27504537963867187, 0.27489279174804687, 0.2750320739746094, 0.27494503784179686, 0.2748374938964844, 0.27502386474609375, 0.27486514282226565, 0.2750382080078125, 0.2750474243164063, 0.27487026977539064, 0.27480679321289064, 0.2749706115722656, 0.2748958740234375, 0.27530035400390623, 0.2749931640625, 0.27500851440429686, 0.2750474243164063, 0.5861458129882813, 0.2749306945800781, 0.2746849365234375, 0.27467572021484377, 0.2746921081542969, 0.27488461303710937, 0.2747361145019531, 0.27468084716796876, 0.2749081726074219, 0.2747637634277344, 0.2749716491699219, 0.27516619873046877, 0.2746982421875, 0.2747187194824219, 0.27472897338867186, 0.2747330627441406, 0.27489279174804687, 0.27473202514648437, 0.2747821960449219, 0.2746531982421875, 0.27479757690429685, 0.2748590087890625, 0.2747268981933594, 0.2749153137207031, 0.2749378662109375, 0.2747852783203125, 0.2748743591308594, 0.2749091796875, 0.2748692626953125, 0.2747084655761719, 0.274798583984375, 0.2747832336425781, 0.2749624328613281, 0.27485797119140626, 0.2748938293457031, 0.2748518371582031, 0.27482827758789063, 0.2749358215332031, 0.27496038818359375, 0.27486309814453125, 0.2749624328613281, 0.27491738891601564, 0.2747637634277344, 0.2748323974609375, 0.2748641357421875, 0.27496038818359375, 0.2748948364257813, 0.27498086547851563, 0.27496038818359375, 0.274882568359375, 0.2749347839355469, 0.2749542541503906, 0.27495321655273436, 0.27502285766601564, 0.27491326904296876, 0.274830322265625, 0.27490609741210936, 0.2749593505859375, 0.27500851440429686, 0.2748876647949219, 0.2749491271972656, 0.27524505615234374, 0.2749306945800781, 0.5859583740234375, 0.2748016662597656, 0.27472384643554687, 0.2748016662597656, 0.27469619750976565, 0.27500543212890627, 0.2750474243164063, 0.27471563720703124, 0.27477297973632814, 0.27522457885742185, 0.27464190673828126, 0.27464703369140625, 0.27475250244140625, 0.2746992492675781, 0.274629638671875, 0.274724853515625, 0.27475045776367185, 0.27475250244140625, 0.2747535400390625, 0.2747340698242188, 0.2750074768066406, 0.27490509033203125, 0.27470437622070315, 0.2745856018066406, 0.27472897338867186, 0.2749440002441406, 0.27473919677734376, 0.27478631591796876, 0.27475045776367185, 0.2747699279785156, 0.274904052734375, 0.2747361145019531, 0.2749224853515625, 0.27496856689453125, 0.27500543212890627, 0.274766845703125, 0.274840576171875, 0.27487640380859374, 0.2749358215332031, 0.2749900817871094, 0.27512628173828124, 0.274840576171875, 0.2750873718261719, 0.27478936767578127, 0.2749931640625, 0.27499725341796877, 0.27488973999023436, 0.27509963989257813, 0.27493374633789064, 0.2749347839355469, 0.27490609741210936, 0.27505255126953126, 0.2748907470703125, 0.2751744079589844, 0.2749296569824219, 0.27491738891601564, 0.2752255859375, 0.2749153137207031, 0.27497268676757813, 0.2749819030761719, 0.27503616333007813, 0.2748958740234375, 0.27490509033203125]",tokens/s,3.580442008064188,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1389.85472,1596.45696,0.0,950.009856,857.516544,s,10,0.5760096969604492,0.057600969696044925,0.00029658166146349625,0.057502817153930665,0.057649400329589845,0.05806812362670898,0.058403102264404295,"[0.05848684692382813, 0.05749667358398437, 0.05749142456054687, 0.05744214248657226, 0.05752342224121094, 0.05748796844482422, 0.05755635070800781, 0.05751923370361328, 0.057503841400146485, 0.057501792907714844]",tokens/s,4444.3696234783665,kWh,6.794432075848831e-07,3.7230317196598e-07,2.898270198562978e-06,3.950016578113841e-06,tokens/kWh,64809854.5759121,MB,1389.85472,1596.45696,0.0,950.009856,888.373248,s,10,30.99354663085937,3.099354663085937,0.004435069727024205,3.0984003906249997,3.1061409912109372,3.1076104125976562,3.108785949707031,"[3.109079833984375, 3.09672705078125, 3.099322021484375, 3.0984990234375, 3.0983017578125, 3.09989990234375, 3.094158447265625, 3.095660400390625, 3.105814453125, 3.096083740234375]",tokens/s,20.326812142651896,kWh,3.656450825214082e-05,2.003794690709175e-05,0.0001537495773418402,0.00021035203250107276,tokens/kWh,299497.9380561902,,s,629,31.461226520538325,0.05001784820435347,0.006851285101616403,0.049097728729248044,0.0493834228515625,0.04992880630493164,0.10677215362548828,"[0.05049651336669922, 0.050405376434326174, 0.050948097229003904, 0.05020876693725586, 0.05066547012329101, 0.05147238540649414, 0.050577407836914064, 0.049240062713623044, 0.05071974563598633, 0.049844223022460936, 0.04920832061767578, 0.04908544158935547, 0.04913663864135742, 0.04943360137939453, 0.04917657470703125, 0.049121280670166016, 0.04936294555664063, 0.049102848052978515, 0.049140735626220705, 0.049107967376708986, 0.0490967025756836, 0.04909568023681641, 0.0490618896484375, 0.04907827377319336, 0.04910079956054687, 0.04911206436157227, 0.04908544158935547, 0.04910489654541016, 0.049099777221679686, 0.04909363174438477, 0.049083393096923826, 0.049111038208007815, 0.04908249664306641, 0.04901465606689453, 0.049122303009033204, 0.04907724761962891, 0.04908031845092774, 0.04905779266357422, 0.049084415435791014, 0.049073150634765625, 0.04904345703125, 0.04912025451660156, 0.04911308670043945, 0.04913151931762695, 0.04909056091308594, 0.04909465789794922, 0.0490967025756836, 0.04912332916259766, 0.04904959869384766, 0.04907212829589844, 0.0491673583984375, 0.04907827377319336, 0.04908236694335937, 0.049081344604492184, 0.04986470413208008, 0.04910079956054687, 0.04906393432617188, 0.04904652786254883, 0.04906598281860351, 0.049119232177734375, 0.04907622528076172, 0.04908236694335937, 0.10679808044433593, 0.04906598281860351, 0.04905881500244141, 0.04911001586914063, 0.04905472183227539, 0.049189888000488284, 0.04913049697875976, 0.04910489654541016, 0.04904140853881836, 0.049073150634765625, 0.04907622528076172, 0.04949094390869141, 0.04909875106811523, 0.049068031311035154, 0.04907212829589844, 0.049102848052978515, 0.049102848052978515, 0.04915507125854492, 0.049083393096923826, 0.049084415435791014, 0.049081344604492184, 0.04906598281860351, 0.04904755020141602, 0.049116161346435545, 0.049070079803466796, 0.05003366470336914, 0.04913356781005859, 0.049099777221679686, 0.049075199127197267, 0.049083393096923826, 0.049012737274169924, 0.04907417678833008, 0.04910182571411133, 0.04908236694335937, 0.04904243087768555, 0.04910489654541016, 0.04907827377319336, 0.049075199127197267, 0.04907622528076172, 0.04906393432617188, 0.049091583251953126, 0.04907827377319336, 0.04909875106811523, 0.04911001586914063, 0.04906393432617188, 0.049895423889160156, 0.04930559921264648, 0.0490967025756836, 0.049137664794921876, 0.049105918884277344, 0.04907212829589844, 0.049067008972167966, 0.049138687133789063, 0.04910489654541016, 0.04961587142944336, 0.04918476867675781, 0.049168384552001954, 0.04962815856933594, 0.04916940689086914, 0.04909568023681641, 0.04903936004638672, 0.049099777221679686, 0.04940902328491211, 0.10675814056396485, 0.04907929611206055, 0.049081344604492184, 0.0491038703918457, 0.049137664794921876, 0.049672191619873046, 0.04973158264160156, 0.049089534759521485, 0.04917657470703125, 0.04911206436157227, 0.04907110214233398, 0.049073150634765625, 0.04910079956054687, 0.04909260940551758, 0.04909465789794922, 0.04919500732421875, 0.050680831909179686, 0.049188865661621096, 0.049064960479736325, 0.049084415435791014, 0.04910899353027344, 0.049067008972167966, 0.051506175994873046, 0.04994559860229492, 0.049116161346435545, 0.04910185623168945, 0.049081310272216794, 0.049089534759521485, 0.04911001586914063, 0.04913459014892578, 0.04911820983886719, 0.04904857635498047, 0.049114112854003904, 0.04907110214233398, 0.04906291198730469, 0.049135616302490234, 0.04920832061767578, 0.049073150634765625, 0.04910079956054687, 0.04906905746459961, 0.0491069450378418, 0.049051647186279294, 0.049073150634765625, 0.04907827377319336, 0.049081344604492184, 0.04908544158935547, 0.0491069450378418, 0.04909875106811523, 0.04913971328735352, 0.049073150634765625, 0.04913356781005859, 0.04909465789794922, 0.04909465789794922, 0.04904550552368164, 0.04907622528076172, 0.049064960479736325, 0.04907929611206055, 0.04911308670043945, 0.049122303009033204, 0.04905472183227539, 0.049053695678710936, 0.049102848052978515, 0.04907212829589844, 0.10670285034179687, 0.04906598281860351, 0.04905267333984375, 0.04907417678833008, 0.04902297592163086, 0.04910182571411133, 0.04911718368530273, 0.049089534759521485, 0.049053695678710936, 0.04913151931762695, 0.04907724761962891, 0.049097728729248044, 0.049083393096923826, 0.04906598281860351, 0.04904857635498047, 0.049084415435791014, 0.04911206436157227, 0.04911308670043945, 0.0490618896484375, 0.049121280670166016, 0.049089534759521485, 0.04902912139892578, 0.0491038703918457, 0.049138687133789063, 0.0490618896484375, 0.049259521484375, 0.04914688110351562, 0.049067008972167966, 0.05005414581298828, 0.04943155288696289, 0.049070079803466796, 0.049051647186279294, 0.04918272018432617, 0.04906086349487305, 0.049073150634765625, 0.04916428756713867, 0.049070079803466796, 0.04912639999389649, 0.049083393096923826, 0.04919500732421875, 0.04906598281860351, 0.04906086349487305, 0.04960255813598633, 0.049073150634765625, 0.04903219223022461, 0.049242111206054685, 0.04934143829345703, 0.049083393096923826, 0.04913356781005859, 0.05064089584350586, 0.04961382293701172, 0.04916326522827148, 0.049143806457519534, 0.04909465789794922, 0.04909363174438477, 0.04930867385864258, 0.04911820983886719, 0.049242111206054685, 0.04964659118652344, 0.049168384552001954, 0.04912947082519531, 0.04917248153686524, 0.049056766510009765, 0.10683699035644531, 0.04909056091308594, 0.049157119750976565, 0.049089534759521485, 0.049242111206054685, 0.04905779266357422, 0.049152000427246094, 0.04907827377319336, 0.04910079956054687, 0.049091583251953126, 0.049616897583007816, 0.049105918884277344, 0.04906905746459961, 0.04906086349487305, 0.04916326522827148, 0.049084415435791014, 0.049051647186279294, 0.0493199348449707, 0.049083393096923826, 0.049067008972167966, 0.04910899353027344, 0.04909056091308594, 0.04917555236816406, 0.04982070541381836, 0.0490731201171875, 0.049263614654541016, 0.04909056091308594, 0.04911718368530273, 0.04912025451660156, 0.04908748626708984, 0.04907929611206055, 0.049154048919677736, 0.049355777740478515, 0.049138687133789063, 0.04907622528076172, 0.049102848052978515, 0.049408000946044923, 0.04905881500244141, 0.04905062484741211, 0.04926464080810547, 0.05005516815185547, 0.04912332916259766, 0.049070079803466796, 0.049261600494384765, 0.049047519683837894, 0.049135616302490234, 0.049086463928222655, 0.04916326522827148, 0.04908031845092774, 0.04905779266357422, 0.04910489654541016, 0.049116161346435545, 0.049102848052978515, 0.04904755020141602, 0.049068031311035154, 0.049107967376708986, 0.05044326400756836, 0.04923187255859375, 0.04912332916259766, 0.049053695678710936, 0.04904550552368164, 0.049099777221679686, 0.049075199127197267, 0.10677760314941406, 0.04906086349487305, 0.04904447937011719, 0.04905779266357422, 0.049353729248046874, 0.04914790344238281, 0.0491069450378418, 0.04914585494995117, 0.04906291198730469, 0.049064960479736325, 0.04909056091308594, 0.04905062484741211, 0.049157119750976565, 0.049089534759521485, 0.04904447937011719, 0.04907929611206055, 0.051057662963867184, 0.0493568000793457, 0.04907929611206055, 0.04907417678833008, 0.04909465789794922, 0.049068031311035154, 0.04905984115600586, 0.0490967025756836, 0.04909465789794922, 0.049114112854003904, 0.0501923828125, 0.050111488342285154, 0.049091583251953126, 0.04909465789794922, 0.049122303009033204, 0.04905984115600586, 0.04907417678833008, 0.05060403060913086, 0.05001113510131836, 0.04911206436157227, 0.049064960479736325, 0.04910182571411133, 0.04907724761962891, 0.049067008972167966, 0.04907417678833008, 0.049114112854003904, 0.0491673583984375, 0.04914585494995117, 0.04900556945800781, 0.049070079803466796, 0.04913151931762695, 0.049068031311035154, 0.04913663864135742, 0.049143806457519534, 0.04906393432617188, 0.049097728729248044, 0.04910182571411133, 0.04909568023681641, 0.04909465789794922, 0.04905574417114258, 0.04909875106811523, 0.0490885124206543, 0.049091583251953126, 0.04907827377319336, 0.04912947082519531, 0.04908031845092774, 0.049073150634765625, 0.10681855773925782, 0.04911206436157227, 0.049053695678710936, 0.04912639999389649, 0.0492564468383789, 0.04907827377319336, 0.049084415435791014, 0.049067008972167966, 0.04919705581665039, 0.04909260940551758, 0.04912844848632812, 0.049122303009033204, 0.049089534759521485, 0.049097728729248044, 0.04908031845092774, 0.04907110214233398, 0.049056766510009765, 0.049173503875732424, 0.04913971328735352, 0.04907622528076172, 0.049102848052978515, 0.04907827377319336, 0.04908236694335937, 0.04906086349487305, 0.04930047988891602, 0.049223678588867184, 0.04916326522827148, 0.04913151931762695, 0.04917248153686524, 0.049084415435791014, 0.04916633605957031, 0.04911206436157227, 0.04910182571411133, 0.04905779266357422, 0.049170433044433595, 0.04912639999389649, 0.049086463928222655, 0.04912844848632812, 0.0491069450378418, 0.049064960479736325, 0.049111038208007815, 0.04907827377319336, 0.04906393432617188, 0.04908544158935547, 0.04906291198730469, 0.04913459014892578, 0.04911513519287109, 0.049084415435791014, 0.04907724761962891, 0.04908031845092774, 0.049124351501464845, 0.04911001586914063, 0.049124351501464845, 0.049086463928222655, 0.049084415435791014, 0.04907827377319336, 0.049075199127197267, 0.04916326522827148, 0.04912844848632812, 0.04907110214233398, 0.04905779266357422, 0.04910079956054687, 0.04921139144897461, 0.10679500579833984, 0.04903219223022461, 0.04903014373779297, 0.049089534759521485, 0.04902707290649414, 0.04915609741210938, 0.0491253776550293, 0.04910182571411133, 0.049514495849609375, 0.049067008972167966, 0.04910489654541016, 0.04907212829589844, 0.04908544158935547, 0.049111038208007815, 0.04907724761962891, 0.04912025451660156, 0.049102848052978515, 0.04916428756713867, 0.04926259231567383, 0.04909260940551758, 0.04908544158935547, 0.04905984115600586, 0.049075199127197267, 0.049119232177734375, 0.04907622528076172, 0.0492492790222168, 0.04908544158935547, 0.04903219223022461, 0.04915097427368164, 0.049075199127197267, 0.04907417678833008, 0.049084415435791014, 0.04909363174438477, 0.04907929611206055, 0.049160190582275394, 0.049124351501464845, 0.049084415435791014, 0.049089534759521485, 0.04903628921508789, 0.04908748626708984, 0.04905574417114258, 0.04930047988891602, 0.0490885124206543, 0.049876991271972655, 0.049073150634765625, 0.049081344604492184, 0.04921855926513672, 0.04910079956054687, 0.0491038703918457, 0.049119232177734375, 0.04906905746459961, 0.049056766510009765, 0.049086463928222655, 0.049291263580322264, 0.04934656143188477, 0.049522689819335934, 0.049116161346435545, 0.04921139144897461, 0.04907417678833008, 0.04907724761962891, 0.04917555236816406, 0.04904243087768555, 0.049070079803466796, 0.10677760314941406, 0.04971212768554688, 0.04909568023681641, 0.049225727081298826, 0.04921036911010742, 0.049083393096923826, 0.049067008972167966, 0.049160190582275394, 0.04909465789794922, 0.04918374252319336, 0.049148929595947265, 0.049081344604492184, 0.04911820983886719, 0.049075199127197267, 0.049111038208007815, 0.04916223907470703, 0.04908544158935547, 0.049083393096923826, 0.04907622528076172, 0.04908236694335937, 0.049084415435791014, 0.04906905746459961, 0.049170433044433595, 0.04947251129150391, 0.04919705581665039, 0.04907827377319336, 0.04929740905761719, 0.0501319694519043, 0.04920115280151367, 0.04922777557373047, 0.04910899353027344, 0.049091583251953126, 0.04911513519287109, 0.049091583251953126, 0.04905881500244141, 0.04925132751464844, 0.04913356781005859, 0.04906905746459961, 0.04914585494995117, 0.04909568023681641, 0.049111038208007815, 0.04907827377319336, 0.04944384002685547, 0.049111038208007815, 0.04939263916015625, 0.055959552764892576, 0.04918067169189453, 0.049107967376708986, 0.04907929611206055, 0.04907212829589844, 0.04911308670043945, 0.04913356781005859, 0.04953497695922852, 0.049137664794921876, 0.0493834228515625, 0.04908544158935547, 0.04901683044433594, 0.049097728729248044, 0.04940697479248047, 0.049903617858886716, 0.049137664794921876, 0.049086463928222655, 0.04905779266357422, 0.10681753540039063, 0.04907417678833008, 0.04907622528076172, 0.049124351501464845, 0.04902604675292969, 0.04909465789794922, 0.049188865661621096, 0.04913049697875976, 0.04907417678833008, 0.04910489654541016, 0.049105918884277344, 0.0490885124206543, 0.04907724761962891, 0.049091583251953126, 0.04906291198730469, 0.049152000427246094, 0.04910182571411133, 0.04914688110351562, 0.04909465789794922, 0.04907724761962891, 0.04907724761962891, 0.04907724761962891, 0.04907110214233398, 0.0491253776550293, 0.04909568023681641, 0.049116161346435545, 0.04909465789794922, 0.04915097427368164, 0.049132545471191405, 0.04907212829589844, 0.049081344604492184, 0.049111038208007815, 0.049114112854003904, 0.04907417678833008, 0.04904755020141602, 0.04917657470703125, 0.04907212829589844, 0.04914995193481445, 0.04906598281860351, 0.04911308670043945, 0.049225727081298826, 0.04926054382324219, 0.049086463928222655, 0.04920835113525391, 0.04906800079345703, 0.049084415435791014, 0.049124351501464845, 0.049091583251953126, 0.04918476867675781, 0.04911718368530273, 0.049805313110351565, 0.04936908721923828, 0.0493834228515625, 0.04906598281860351, 0.04907212829589844, 0.049070079803466796, 0.04913459014892578, 0.04940492630004883, 0.04909568023681641, 0.04909260940551758, 0.04974694442749023, 0.049086463928222655, 0.04910079956054687]",tokens/s,19.992863265816414,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-2.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2204.606464,3223.846912,0.0,2577.399808,2343.728128,s,10,1.2742378692626954,0.12742378692626954,0.0003087945172645731,0.1273215980529785,0.12754607620239256,0.1279272434234619,0.12823217720031738,"[0.12830841064453125, 0.12746137237548827, 0.12733058929443358, 0.12718150329589845, 0.12742127990722657, 0.12731260681152343, 0.12746051025390626, 0.1272289581298828, 0.12724492645263671, 0.12728771209716797]",tokens/s,2009.0440425234556,kWh,1.5059145987453008e-06,8.251743880349219e-07,7.506500379317748e-06,9.83758936609797e-06,tokens/kWh,26022635.268983696,MB,2204.606464,3223.846912,0.0,2577.399808,2494.10048,s,10,71.47230859375,7.147230859375,0.0008998356510149172,7.14737451171875,7.148334228515625,7.148359497070312,7.148379711914062,"[7.14766357421875, 7.1452705078125, 7.14771484375, 7.14832861328125, 7.14653759765625, 7.14706201171875, 7.148384765625, 7.1477412109375, 7.14708544921875, 7.14652001953125]",tokens/s,8.81460263975706,kWh,8.432311787866004e-05,4.6214966066120406e-05,0.0004162049219228799,0.0005467430058676603,tokens/kWh,115227.81146513506,,s,629,72.50465582275385,0.11526972308863896,0.015187310977398881,0.1134202880859375,0.11360358428955078,0.11368202514648439,0.24115823303222655,"[0.11333529663085938, 0.11327184295654297, 0.11337007904052734, 0.11361894226074219, 0.113728515625, 0.11332915496826172, 0.11341619110107422, 0.1133680648803711, 0.11338956451416016, 0.11332198333740234, 0.1134172134399414, 0.11331584167480468, 0.11349606323242188, 0.11330355072021485, 0.11333529663085938, 0.11334041595458984, 0.11332608032226563, 0.11353497314453125, 0.11364147186279297, 0.11337522888183593, 0.11337318420410156, 0.11339775848388672, 0.11341619110107422, 0.11337010955810548, 0.11329535675048828, 0.11339263916015625, 0.11361996459960938, 0.11377056121826172, 0.11343148803710937, 0.11338240051269531, 0.11334665679931641, 0.11333929443359375, 0.11339981079101563, 0.11340806579589843, 0.11356972503662109, 0.11342444610595703, 0.113461181640625, 0.11344281768798828, 0.1135615997314453, 0.11344486236572265, 0.11340902709960937, 0.11343769836425781, 0.11339475250244141, 0.11348166656494141, 0.11343257904052734, 0.11343462371826171, 0.11351142120361328, 0.11370905303955078, 0.11341926574707031, 0.11335987091064453, 0.11343769836425781, 0.11346022033691407, 0.11351142120361328, 0.1135187530517578, 0.11343241882324219, 0.11352166748046875, 0.11350016021728515, 0.11353804779052734, 0.11353804779052734, 0.11355750274658204, 0.11354009246826172, 0.11351347351074219, 0.24178585815429687, 0.11359129333496094, 0.11332096099853516, 0.11328921508789062, 0.11326668548583985, 0.1133117446899414, 0.11335884857177735, 0.11334041595458984, 0.11324518585205078, 0.11336908721923829, 0.11323596954345704, 0.11332608032226563, 0.11351039886474609, 0.11359539031982421, 0.11342131042480469, 0.11344895935058594, 0.1132421112060547, 0.1133096923828125, 0.11325542449951172, 0.1133086700439453, 0.11331686401367187, 0.11326361846923828, 0.11331798553466797, 0.11342018890380859, 0.11329945373535157, 0.11327283477783204, 0.11341516876220703, 0.11330662536621093, 0.11334451293945312, 0.11334963226318359, 0.11329740905761719, 0.11347148895263671, 0.11338751983642578, 0.11333324432373047, 0.11333939361572265, 0.11347353363037109, 0.11334553527832031, 0.11342438507080078, 0.11334758758544922, 0.11341209411621093, 0.11337420654296874, 0.11347763061523437, 0.11349929809570312, 0.1136075210571289, 0.1134694366455078, 0.11339673614501954, 0.11343666839599609, 0.11339981079101563, 0.11338240051269531, 0.11343981170654296, 0.11341305541992187, 0.11357695770263672, 0.11361177825927735, 0.1135771484375, 0.11352470397949219, 0.1134560317993164, 0.11351033782958984, 0.11351551818847656, 0.11343974304199218, 0.11344998168945312, 0.11354214477539062, 0.11352985382080077, 0.11349606323242188, 0.24119194030761718, 0.11339673614501954, 0.11330662536621093, 0.11328409576416015, 0.11333939361572265, 0.11335679626464844, 0.11344390106201171, 0.1135134048461914, 0.11338444519042969, 0.11342642974853516, 0.11330258941650391, 0.1133526382446289, 0.11335987091064453, 0.11344700622558594, 0.11328399658203125, 0.11342153930664063, 0.11334838104248048, 0.11341414642333984, 0.11328614044189453, 0.1133803482055664, 0.11338137817382812, 0.11341619110107422, 0.11330560302734374, 0.11340908813476562, 0.11355948638916015, 0.11360358428955078, 0.1133864974975586, 0.1133465576171875, 0.11340595245361328, 0.11341209411621093, 0.11333529663085938, 0.11341619110107422, 0.11338140869140625, 0.1133946533203125, 0.11345919799804688, 0.11344076538085937, 0.11339366149902344, 0.11357286071777344, 0.11360256195068359, 0.11368141174316407, 0.11346851348876953, 0.11344783782958984, 0.11344281768798828, 0.11340595245361328, 0.1134919662475586, 0.1135093765258789, 0.11338956451416016, 0.11390259552001954, 0.11351142120361328, 0.11350835418701172, 0.11348582458496094, 0.11341107177734375, 0.1134674530029297, 0.11348883056640625, 0.11353702545166015, 0.11351757049560547, 0.11357593536376953, 0.11350339508056641, 0.11347440338134765, 0.11351654052734375, 0.11355545806884766, 0.11352063751220703, 0.11352473449707032, 0.24135372924804688, 0.1133486099243164, 0.11339366149902344, 0.11344489288330079, 0.11341513824462891, 0.11331788635253906, 0.11340697479248046, 0.1133864974975586, 0.113364990234375, 0.11347353363037109, 0.11340496063232422, 0.11347042846679688, 0.1141923828125, 0.11362303924560548, 0.11343154907226563, 0.11331072235107421, 0.113364990234375, 0.11343666839599609, 0.1133148193359375, 0.11337420654296874, 0.11338240051269531, 0.11333222198486329, 0.1133486099243164, 0.1134500503540039, 0.11343660736083984, 0.1133680648803711, 0.11336192321777344, 0.11333837127685546, 0.1134664306640625, 0.1133710708618164, 0.11342642974853516, 0.11339161682128907, 0.11341004943847656, 0.11338240051269531, 0.11338240051269531, 0.11347257232666015, 0.11341305541992187, 0.11353395080566406, 0.11342540740966797, 0.11339775848388672, 0.11348278045654298, 0.11343971252441407, 0.1134233627319336, 0.11338751983642578, 0.11340902709960937, 0.11346534729003906, 0.113438720703125, 0.11344384002685547, 0.11360358428955078, 0.11366502380371094, 0.11359027099609376, 0.11350434875488281, 0.1134202880859375, 0.11346012878417969, 0.11357081604003906, 0.11354930877685547, 0.11363430023193359, 0.11355033874511719, 0.11357491302490234, 0.1135093765258789, 0.1136209945678711, 0.1136015396118164, 0.1135646743774414, 0.24156568908691406, 0.11362713623046874, 0.11327693176269531, 0.11334349060058593, 0.11332505798339844, 0.11325440216064453, 0.1132779541015625, 0.11334041595458984, 0.11332105255126954, 0.1133843536376953, 0.11326573181152344, 0.1133526382446289, 0.11338137817382812, 0.11333443450927734, 0.11328195190429688, 0.1133710708618164, 0.1132943344116211, 0.11334758758544922, 0.11335167694091797, 0.11336908721923829, 0.11330764770507812, 0.11332915496826172, 0.11328205108642578, 0.11337216186523437, 0.11335475158691406, 0.11331890869140625, 0.11341011047363281, 0.11353900909423828, 0.11343257904052734, 0.11335679626464844, 0.11339775848388672, 0.11334451293945312, 0.11342233276367188, 0.11342540740966797, 0.11338751983642578, 0.11374694061279297, 0.11374591827392579, 0.11355545806884766, 0.113438720703125, 0.11346534729003906, 0.11340902709960937, 0.11342950439453126, 0.11337113952636718, 0.11347148895263671, 0.11348274993896484, 0.11340697479248046, 0.11342540740966797, 0.11350016021728515, 0.11352063751220703, 0.11347148895263671, 0.11338751983642578, 0.11346534729003906, 0.11352883148193359, 0.11350323486328125, 0.11356057739257812, 0.11350323486328125, 0.11356774139404296, 0.11366092681884765, 0.11347148895263671, 0.11352063751220703, 0.11361280059814453, 0.11351449584960938, 0.11352268981933594, 0.24123187255859374, 0.11339469146728516, 0.11328307342529297, 0.11327283477783204, 0.11327180480957032, 0.11329843139648438, 0.11332096099853516, 0.11338240051269531, 0.11369779205322265, 0.11366809844970703, 0.11333427429199219, 0.11333123016357421, 0.11332809448242187, 0.11333939361572265, 0.11340493011474609, 0.11333529663085938, 0.11334758758544922, 0.11335065460205078, 0.11333939361572265, 0.113364990234375, 0.11338240051269531, 0.11337830352783203, 0.11336294555664063, 0.11334758758544922, 0.11331686401367187, 0.11330767822265625, 0.11334038543701172, 0.11341004943847656, 0.11335679626464844, 0.11331180572509765, 0.1133362579345703, 0.11338854217529297, 0.11337625885009765, 0.11331692504882812, 0.1133384017944336, 0.11340396881103515, 0.11337302398681641, 0.1134919662475586, 0.11366604614257812, 0.11345101165771485, 0.11345613098144532, 0.11339366149902344, 0.11350543975830078, 0.11346109008789063, 0.11343666839599609, 0.11348274993896484, 0.11341516876220703, 0.11339263916015625, 0.11341926574707031, 0.1134356460571289, 0.11361484527587891, 0.1137448959350586, 0.11346739196777343, 0.11358515167236329, 0.11372032165527343, 0.11374899291992188, 0.11350220489501953, 0.11348480224609375, 0.11351654052734375, 0.11375001525878906, 0.1137623062133789, 0.11361177825927735, 0.11351654052734375, 0.2413834228515625, 0.11337522888183593, 0.11335270690917969, 0.11343769836425781, 0.11331890869140625, 0.11330150604248047, 0.11335065460205078, 0.1134172134399414, 0.1133311996459961, 0.11341926574707031, 0.11333529663085938, 0.11346841430664062, 0.11345407867431641, 0.11337030029296875, 0.11335865783691407, 0.11338956451416016, 0.11339059448242188, 0.11338444519042969, 0.11328819274902344, 0.11334758758544922, 0.1133117446899414, 0.11338761901855468, 0.11328707122802735, 0.11358515167236329, 0.1133486099243164, 0.113328125, 0.11334349060058593, 0.113328125, 0.11334963226318359, 0.11338137817382812, 0.1133958740234375, 0.11336585235595703, 0.11372646331787109, 0.11375718688964843, 0.11352678680419923, 0.11362406158447266, 0.11339369964599609, 0.1134520034790039, 0.11340595245361328, 0.11364044952392578, 0.1138628158569336, 0.11360854339599609, 0.11346022033691407, 0.11347046661376953, 0.113512451171875, 0.11353600311279297, 0.11355136108398438, 0.11368447875976563, 0.1134694366455078, 0.11340902709960937, 0.11347763061523437, 0.11351961517333985, 0.11350118255615234, 0.11358617401123047, 0.11353497314453125, 0.11350323486328125, 0.11353907012939453, 0.11350425720214843, 0.11350118255615234, 0.11351449584960938, 0.11358003234863281, 0.1135964126586914, 0.1135615997314453, 0.24111106872558594, 0.11337725067138672, 0.11332508850097656, 0.11336905670166016, 0.11335475158691406, 0.1133311996459961, 0.11333734130859376, 0.11332915496826172, 0.113340576171875, 0.11336790466308594, 0.11337420654296874, 0.1134755859375, 0.11334349060058593, 0.1134111328125, 0.11337619018554687, 0.11341209411621093, 0.11383193969726563, 0.11332303619384766, 0.11335887908935546, 0.11345094299316406, 0.11355750274658204, 0.11343878173828124, 0.11335775756835938, 0.11335987091064453, 0.11329535675048828, 0.11333837127685546, 0.1132883529663086, 0.11330134582519531, 0.11337113952636718, 0.11333427429199219, 0.1134356460571289, 0.11342950439453126, 0.1134725112915039, 0.11337420654296874, 0.11335987091064453, 0.11355238342285157, 0.11356774139404296, 0.11371724700927735, 0.11355136108398438, 0.11351654052734375, 0.11358515167236329, 0.11344691467285156, 0.11340493011474609, 0.11344486236572265, 0.11342540740966797, 0.11347353363037109, 0.11341107177734375, 0.11343257904052734, 0.1134356460571289, 0.11353907012939453, 0.11340287780761718, 0.11351142120361328, 0.11343270111083985, 0.1135041275024414, 0.11356057739257812, 0.11354521942138672, 0.1136732177734375, 0.11374694061279297, 0.11365990447998046, 0.11355443572998047, 0.11352166748046875, 0.11354930877685547, 0.11352486419677735, 0.2410760955810547, 0.11334553527832031, 0.11326873779296875, 0.11330265808105469, 0.1134672622680664, 0.1134940185546875, 0.11340799713134765, 0.11345203399658203, 0.11332403564453125, 0.11339263916015625, 0.11329638671875, 0.11339475250244141, 0.11342124938964844, 0.11338854217529297, 0.11331788635253906, 0.11338751983642578, 0.11335884857177735, 0.11398963165283203, 0.11337113952636718, 0.11339878082275391, 0.113438720703125, 0.11337318420410156, 0.11333427429199219, 0.11344486236572265, 0.11338553619384766, 0.11332294464111328, 0.11331993865966797, 0.11342950439453126, 0.11342642974853516, 0.11333939361572265, 0.11335372924804688, 0.11334758758544922, 0.11330252838134766, 0.11342950439453126, 0.11348377227783203, 0.11360768127441406, 0.11334963226318359, 0.11347148895263671, 0.11368243408203126, 0.11350527954101562, 0.11340083312988282, 0.11343666839599609, 0.11340902709960937, 0.113544189453125, 0.11365580749511718, 0.11347264099121093, 0.11340889739990234, 0.11343462371826171, 0.1134246063232422, 0.11344668579101562, 0.11335987091064453, 0.11342642974853516, 0.1134202880859375, 0.11342540740966797, 0.1134919662475586, 0.11350220489501953, 0.11350016021728515, 0.11354009246826172, 0.1135308837890625, 0.11354214477539062, 0.11361702728271485, 0.11358502197265626, 0.11358310699462891, 0.24117657470703124, 0.1133834228515625, 0.11324928283691406, 0.11329740905761719, 0.11333222198486329, 0.11335270690917969, 0.1132759017944336, 0.11339263916015625, 0.11335475158691406, 0.11335987091064453, 0.11325440216064453, 0.11329228973388672, 0.1133465576171875, 0.11330457305908204, 0.1133148193359375, 0.11332608032226563, 0.113390625, 0.11354313659667968, 0.11343462371826171, 0.11335075378417969, 0.11369052886962891, 0.11333734130859376, 0.1133854751586914, 0.11344076538085937, 0.11335884857177735, 0.11330457305908204, 0.11356364440917968, 0.113328125, 0.11352166748046875, 0.11352883148193359, 0.11331788635253906, 0.113328125, 0.11343462371826171, 0.11339263916015625, 0.11340287780761718, 0.11344384002685547, 0.11352883148193359, 0.11357494354248047, 0.1133823699951172, 0.11345817565917969, 0.1134551010131836, 0.11343052673339844, 0.11343974304199218, 0.11339571380615235, 0.11349811553955078, 0.11345203399658203, 0.1133691177368164, 0.11343869018554688, 0.11341212463378907, 0.11339568328857422, 0.11346841430664062, 0.1135257568359375, 0.11345203399658203, 0.11352371215820313, 0.11351039886474609, 0.11341209411621093, 0.11347456359863281, 0.11351961517333985, 0.1136394271850586, 0.11365785980224609, 0.113617919921875, 0.1136711654663086, 0.11360768127441406]",tokens/s,8.675304956107425,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-0.5B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1477.988352,1686.634496,0.0,1040.187392,943.920128,s,10,0.5250110397338867,0.052501103973388676,0.001765594570919816,0.05242721557617187,0.05323750877380371,0.055167265892028805,0.05671107158660889,"[0.057097023010253906, 0.05256774520874023, 0.05160809707641602, 0.05219295883178711, 0.05243411254882813, 0.05267222213745117, 0.04964886474609375, 0.05280867385864258, 0.051561023712158205, 0.05242031860351563]",tokens/s,4876.087941498509,kWh,6.240380254753849e-07,3.4194293129028083e-07,1.6123433951362615e-06,2.5783243519019273e-06,tokens/kWh,99289292.21459627,MB,1478.316032,1686.634496,0.0,1040.187392,943.922688,s,10,32.421393066406246,3.242139306640625,0.03394321003788014,3.2549783935546874,3.2685936279296874,3.2697960815429687,3.270758044433594,"[3.16616796875, 3.27099853515625, 3.251891357421875, 3.2580654296875, 3.1901669921875, 3.235746826171875, 3.24956396484375, 3.268288818359375, 3.268326416015625, 3.2621767578125]",tokens/s,19.43161414161382,kWh,3.828869522140737e-05,2.0984117264134076e-05,8.970450743606607e-05,0.0001489773199216075,tokens/kWh,422883.16122984944,,s,629,32.838360038757294,0.0522072496641611,0.006350799881353329,0.05176115036010742,0.05228355941772461,0.05255557174682617,0.10376249420166016,"[0.04943667221069336, 0.04948582458496094, 0.050141185760498044, 0.048568321228027345, 0.04827667236328125, 0.04909241485595703, 0.049329151153564454, 0.0483768310546875, 0.049006591796875, 0.04895948791503906, 0.050920448303222655, 0.052741119384765625, 0.05142015838623047, 0.05279948806762695, 0.05150003051757813, 0.05146623992919922, 0.05108019256591797, 0.05168332672119141, 0.05119692611694336, 0.0517130241394043, 0.051351551055908204, 0.051471359252929685, 0.05130854415893555, 0.048998401641845706, 0.04902297592163086, 0.04899225616455078, 0.04931174468994141, 0.04932505416870117, 0.04947455978393555, 0.04874649429321289, 0.04893183898925781, 0.04930559921264648, 0.04917452621459961, 0.04897587203979492, 0.048982017517089846, 0.049154048919677736, 0.04925747299194336, 0.04907622528076172, 0.04935475158691406, 0.04956774520874024, 0.0496814079284668, 0.0491253776550293, 0.0493199348449707, 0.04921139144897461, 0.04917248153686524, 0.04885299301147461, 0.04866867065429688, 0.04936908721923828, 0.04957593536376953, 0.049734657287597656, 0.0533309440612793, 0.05204377746582031, 0.051751937866210934, 0.052084735870361325, 0.0520079345703125, 0.051806209564208984, 0.05223321533203125, 0.0518031997680664, 0.05225363159179688, 0.052354049682617185, 0.052071422576904294, 0.051434497833251956, 0.10482380676269532, 0.05163315200805664, 0.05130854415893555, 0.051748863220214845, 0.052176895141601565, 0.051841087341308593, 0.05228332901000977, 0.05295820617675781, 0.05247795104980469, 0.05287539291381836, 0.05229759979248047, 0.051850238800048826, 0.051947521209716796, 0.05163622283935547, 0.052307968139648435, 0.05209702301025391, 0.05127475357055664, 0.05163622283935547, 0.05176934432983398, 0.051784702301025394, 0.05190348815917969, 0.05186150360107422, 0.050781185150146485, 0.05167308807373047, 0.051912704467773435, 0.05191680145263672, 0.05190553665161133, 0.05176115036010742, 0.05113753509521484, 0.05157888031005859, 0.05149900817871094, 0.052084735870361325, 0.05176428985595703, 0.05296326446533203, 0.0513259506225586, 0.05225369644165039, 0.05159833526611328, 0.05180518341064453, 0.05175910568237305, 0.05209600067138672, 0.05180416107177734, 0.05123993682861328, 0.053231616973876954, 0.052275199890136716, 0.05176627349853516, 0.05154508972167969, 0.052203521728515626, 0.051814399719238284, 0.05200588989257812, 0.052022270202636715, 0.051697662353515625, 0.051822593688964844, 0.052094974517822266, 0.051978240966796874, 0.05215948867797852, 0.05201919937133789, 0.051792896270751954, 0.051760128021240234, 0.05196083068847656, 0.051972129821777346, 0.05212259292602539, 0.05194956970214844, 0.052057086944580076, 0.10376908874511719, 0.05163315200805664, 0.05227113723754883, 0.05208879852294922, 0.05142323303222656, 0.051942401885986325, 0.05180313491821289, 0.05036851119995117, 0.051912704467773435, 0.051743743896484375, 0.05187583923339844, 0.051783679962158206, 0.05144575881958008, 0.05217587280273438, 0.053651454925537106, 0.05149494552612305, 0.052059104919433594, 0.051820575714111326, 0.05237859344482422, 0.05157273483276367, 0.05204991912841797, 0.052029441833496094, 0.05177036666870117, 0.05468467330932617, 0.05251891326904297, 0.05184204864501953, 0.05193625640869141, 0.051798015594482424, 0.05166387176513672, 0.051798015594482424, 0.051622913360595706, 0.04920832061767578, 0.04922777557373047, 0.049432575225830076, 0.04932812881469727, 0.049393665313720705, 0.04938956832885742, 0.050516990661621096, 0.05220556640625, 0.0515491828918457, 0.05163520050048828, 0.05165878295898438, 0.05188502502441406, 0.05221279907226563, 0.05139756774902344, 0.05152972793579102, 0.05240422439575195, 0.051883007049560545, 0.05185843276977539, 0.052004863739013675, 0.05159936141967773, 0.051329025268554686, 0.05137001419067383, 0.05152867126464844, 0.0515491828918457, 0.05190348815917969, 0.05174784088134766, 0.05194035339355469, 0.0519731216430664, 0.05135974502563476, 0.05216563034057617, 0.05204582214355469, 0.051364864349365234, 0.10418284606933594, 0.05241030502319336, 0.052021247863769535, 0.051813377380371096, 0.05152665710449219, 0.05173657608032227, 0.05085696029663086, 0.05218406295776367, 0.05180928039550781, 0.051697662353515625, 0.05219334411621094, 0.05154195022583008, 0.052296703338623046, 0.051434497833251956, 0.05179084777832031, 0.05172531127929687, 0.051471359252929685, 0.05271756744384765, 0.05184511947631836, 0.051373054504394534, 0.05161471939086914, 0.05225779342651367, 0.05187788772583008, 0.051520511627197264, 0.05184921646118164, 0.051822593688964844, 0.05164236831665039, 0.05188608169555664, 0.05168537521362305, 0.051904510498046875, 0.05200998306274414, 0.052187137603759766, 0.052261886596679685, 0.05182668685913086, 0.05223219299316406, 0.05202841567993164, 0.04906393432617188, 0.049041439056396484, 0.049154014587402345, 0.049597503662109375, 0.05013702392578125, 0.051917823791503906, 0.05214822387695312, 0.052483070373535154, 0.05177446365356445, 0.05163827133178711, 0.05183590316772461, 0.05202022552490235, 0.05215846252441406, 0.052188159942626954, 0.05184000015258789, 0.05237760162353516, 0.05358489608764649, 0.05233663940429688, 0.051490814208984374, 0.0517283821105957, 0.05170278549194336, 0.05140480041503906, 0.05170073699951172, 0.05167103958129883, 0.051574783325195314, 0.05168742370605469, 0.05276979064941406, 0.1047215347290039, 0.05163199996948242, 0.05139046478271484, 0.051969024658203126, 0.052560897827148435, 0.05204889678955078, 0.0519444465637207, 0.05138227081298828, 0.05208169555664063, 0.05180207824707031, 0.05204582214355469, 0.05201724624633789, 0.05160950469970703, 0.051590145111083986, 0.05127782440185547, 0.05182463836669922, 0.051367935180664064, 0.05145702362060547, 0.05128403091430664, 0.05172627258300781, 0.05192806243896484, 0.05159731292724609, 0.05195468902587891, 0.05167718505859375, 0.05128499221801758, 0.051320831298828126, 0.05155942535400391, 0.04963020706176758, 0.04879667282104492, 0.048983039855957033, 0.049539070129394534, 0.04923187255859375, 0.04911001586914063, 0.04895641708374023, 0.04882329559326172, 0.04899020767211914, 0.04917862319946289, 0.04849868774414062, 0.048793758392333984, 0.0494733772277832, 0.051607551574707033, 0.05182361602783203, 0.05156454467773437, 0.0513966064453125, 0.05154099273681641, 0.049568767547607424, 0.04923187255859375, 0.049111038208007815, 0.049102848052978515, 0.04924518585205078, 0.04919091033935547, 0.049225727081298826, 0.049206272125244144, 0.04881612777709961, 0.04923289489746094, 0.04897689437866211, 0.049294334411621094, 0.04949401473999023, 0.05155744171142578, 0.051581886291503905, 0.05171507263183594, 0.05144575881958008, 0.051692543029785154, 0.1050040283203125, 0.05174784088134766, 0.051983360290527345, 0.05202841567993164, 0.05148889541625976, 0.051805057525634766, 0.0514856948852539, 0.05134035110473633, 0.05179795074462891, 0.051724288940429686, 0.05164851379394531, 0.05224758529663086, 0.049267681121826175, 0.04908544158935547, 0.048895999908447264, 0.048622688293457034, 0.04886518478393555, 0.05148057556152344, 0.05209395217895508, 0.051917823791503906, 0.052016128540039064, 0.05195990371704102, 0.052136863708496094, 0.052370433807373044, 0.05215750503540039, 0.05223110580444336, 0.052284481048583985, 0.05202732849121094, 0.05207961654663086, 0.05184000015258789, 0.051768318176269534, 0.051806209564208984, 0.05204991912841797, 0.05208268737792969, 0.05191987228393555, 0.05184511947631836, 0.05138431930541992, 0.051566593170166014, 0.053822463989257815, 0.051844097137451174, 0.05224038314819336, 0.05179904174804688, 0.051353599548339846, 0.05196083068847656, 0.051844097137451174, 0.051748863220214845, 0.05158707046508789, 0.05142015838623047, 0.05149388885498047, 0.05212979125976563, 0.05108329772949219, 0.051603424072265626, 0.051888126373291016, 0.05154508972167969, 0.05152972793579102, 0.05193830490112305, 0.051517440795898435, 0.049261566162109374, 0.04854988861083984, 0.049442817687988284, 0.04891852951049805, 0.04888172912597656, 0.049013694763183596, 0.10169139099121094, 0.05165670394897461, 0.05143654251098633, 0.05159219360351563, 0.051945472717285154, 0.05185228729248047, 0.051961856842041014, 0.05149184036254883, 0.051591167449951174, 0.051860481262207034, 0.051775489807128906, 0.051659774780273435, 0.05181542587280273, 0.05168025588989258, 0.051784702301025394, 0.0522608642578125, 0.0514703369140625, 0.05157990264892578, 0.051708927154541014, 0.05195980834960937, 0.051742782592773436, 0.05216761779785156, 0.05172326278686523, 0.05199052810668945, 0.05152153778076172, 0.05172326278686523, 0.05197107315063477, 0.05158399963378906, 0.0514600944519043, 0.051472545623779294, 0.051770206451416015, 0.04940288162231445, 0.04944998550415039, 0.04875468826293945, 0.04974489593505859, 0.05195673751831055, 0.05198950576782226, 0.051310592651367185, 0.05204787063598633, 0.05157273483276367, 0.05142937469482422, 0.05159526443481445, 0.05155635070800781, 0.051810302734375, 0.05164441680908203, 0.05206425476074219, 0.05184102249145508, 0.05180825424194336, 0.05168332672119141, 0.052067329406738284, 0.05213798522949219, 0.051947521209716796, 0.051588096618652345, 0.05200384140014649, 0.05227315139770508, 0.053119998931884765, 0.05288652801513672, 0.052408321380615235, 0.051745792388916016, 0.0489881591796875, 0.04912025451660156, 0.05154304122924805, 0.05183283233642578, 0.10495283508300782, 0.052466686248779294, 0.051796001434326173, 0.051034080505371095, 0.0514334716796875, 0.05216767883300781, 0.051915775299072264, 0.051883007049560545, 0.05171814346313477, 0.052495582580566406, 0.051705631256103515, 0.05400678253173828, 0.050385921478271485, 0.05283327865600586, 0.05154304122924805, 0.05180518341064453, 0.05201203155517578, 0.05190553665161133, 0.051827713012695314, 0.05242367935180664, 0.05190553665161133, 0.05178879928588867, 0.05181235122680664, 0.05180313491821289, 0.051742782592773436, 0.05173651123046875, 0.052217857360839844, 0.051727359771728515, 0.052501502990722655, 0.05254655838012695, 0.05205401611328125, 0.05159936141967773, 0.05190553665161133, 0.052144126892089845, 0.05168025588989258, 0.05108633422851563, 0.05105561447143555, 0.051945472717285154, 0.052071422576904294, 0.05190348815917969, 0.05170175933837891, 0.05142015838623047, 0.05172531127929687, 0.05185843276977539, 0.05142015838623047, 0.05323878479003906, 0.05242879867553711, 0.05204275131225586, 0.052209663391113284, 0.05163008117675781, 0.051937278747558595, 0.05187481689453125, 0.05208575820922851, 0.05147545623779297, 0.05148262405395508, 0.05163008117675781, 0.051538944244384766, 0.05173555374145508, 0.05182361602783203, 0.05196492767333984, 0.05163827133178711, 0.051402751922607424, 0.051337215423583986, 0.10374553680419922, 0.05152665710449219, 0.0518922233581543, 0.052558849334716794, 0.05062041473388672, 0.05168332672119141, 0.051778560638427736, 0.051490814208984374, 0.051848190307617184, 0.05152870559692383, 0.0514856948852539, 0.051947521209716796, 0.05087744140625, 0.051547134399414066, 0.052084735870361325, 0.0520447998046875, 0.051846145629882816, 0.051988479614257815, 0.05170073699951172, 0.05263974380493164, 0.05232537460327148, 0.0517498893737793, 0.052157440185546876, 0.05205299377441406, 0.05195161437988281, 0.05151027297973633, 0.05179699325561524, 0.0514600944519043, 0.052776958465576174, 0.0520447998046875, 0.0519659538269043, 0.051681278228759765, 0.052550655364990234, 0.05200896072387695, 0.05177958297729492, 0.05217587280273438, 0.05189427185058594, 0.05223116683959961, 0.05237452697753906, 0.051829856872558595, 0.051907489776611325, 0.051811328887939455, 0.05247795104980469, 0.052132865905761716, 0.05147036743164062, 0.05170684814453125, 0.05224652862548828, 0.05182361602783203, 0.05145702362060547, 0.051879936218261716, 0.051980289459228515, 0.051864574432373044, 0.051262527465820315, 0.05172115325927734, 0.05217078399658203, 0.05143958282470703, 0.05161779022216797, 0.052395008087158204, 0.05180518341064453, 0.051571712493896485, 0.05205299377441406, 0.05221887969970703, 0.051746814727783204, 0.10483609771728515, 0.0519444465637207, 0.05174476623535156, 0.05199871826171875, 0.051659774780273435, 0.05175807952880859, 0.052424705505371094, 0.05239519882202148, 0.05171078491210938, 0.05200080108642578, 0.05173142242431641, 0.052083713531494144, 0.051932159423828124, 0.05180006408691406, 0.05138431930541992, 0.051827713012695314, 0.05160038375854492, 0.05183795166015625, 0.05170278549194336, 0.05204991912841797, 0.051465217590332034, 0.05252710342407227, 0.051523582458496094, 0.05174784088134766, 0.05176422500610352, 0.05144166564941406, 0.051716094970703126, 0.052171775817871094, 0.051593215942382815, 0.05165673446655274, 0.0510596809387207, 0.05166592025756836, 0.05211340713500977, 0.051692543029785154, 0.051958782196044925, 0.05230387115478516, 0.05130137634277344, 0.051566593170166014, 0.05191167831420898, 0.05162496185302735, 0.05186969757080078, 0.05209292984008789, 0.05187894439697266, 0.05234787368774414, 0.05147663879394531, 0.05178966522216797, 0.0517130241394043, 0.051939327239990236, 0.051708927154541014, 0.05199574279785156, 0.051231647491455076, 0.0518809585571289, 0.05192704010009765, 0.051846145629882816, 0.051937278747558595, 0.052016128540039064, 0.05453516769409179, 0.05202329635620117, 0.04886937713623047, 0.04994051361083984, 0.051200992584228514, 0.05178265762329102, 0.05141708755493164]",tokens/s,19.154427908629586,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-1.8B,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1847.382016,3393.716224,0.0,2749.366272,2585.357312,s,10,0.823750862121582,0.0823750862121582,0.0014776796762060414,0.08214677047729493,0.0831559356689453,0.0847691680908203,0.08605975402832032,"[0.08638240051269531, 0.0818265609741211, 0.08206022644042969, 0.08117469024658203, 0.08168768310546876, 0.08057820892333985, 0.08223331451416016, 0.08279743957519531, 0.0825384979248047, 0.08247183990478515]",tokens/s,3107.7357459835416,kWh,9.516499386893379e-07,5.214546148738008e-07,4.1613655513126345e-06,5.634470104875773e-06,tokens/kWh,45434618.55951124,MB,1847.382016,3395.813376,0.0,2749.366272,2628.768768,s,10,45.41338720703124,4.541338720703125,0.018165998348059254,4.543606689453124,4.563778857421875,4.565016137695313,4.566005961914063,"[4.51978564453125, 4.5209658203125, 4.52827197265625, 4.56350390625, 4.56018798828125, 4.5468212890625, 4.56625341796875, 4.551375, 4.54039208984375, 4.515830078125]",tokens/s,13.872561346898575,kWh,5.326320814291636e-05,2.919147736644736e-05,0.00022564251273608083,0.0003080971982454445,tokens/kWh,204480.92471717735,,s,629,46.07871485900881,0.07325709834500603,0.009850363871964385,0.07204454040527344,0.07273390045166016,0.07303168182373046,0.1544689245605469,"[0.07243673706054687, 0.0722165756225586, 0.07173836517333984, 0.07148953247070312, 0.07192166137695312, 0.07207936096191406, 0.07273779296875, 0.0723599395751953, 0.07181619262695313, 0.07186022186279296, 0.07170764923095703, 0.07144550323486328, 0.07165235137939453, 0.07186022186279296, 0.07191142272949219, 0.07151513671875, 0.07160524749755859, 0.07166259002685547, 0.07287091064453124, 0.07176089477539062, 0.0714567642211914, 0.07153663635253907, 0.07149772644042969, 0.07140966033935547, 0.07148134613037109, 0.07159705352783204, 0.07194419097900391, 0.07158477020263672, 0.07170559692382812, 0.07132978820800781, 0.07170662689208984, 0.07147110748291016, 0.071552001953125, 0.07141478729248046, 0.07180697631835938, 0.07170150756835937, 0.07141990661621093, 0.07142912292480469, 0.07150080108642579, 0.07151513671875, 0.07165542602539063, 0.0717096939086914, 0.07222067260742188, 0.07158477020263672, 0.07184486389160157, 0.07146701049804688, 0.07157350158691406, 0.07190630340576172, 0.07302861022949218, 0.07173939514160156, 0.07169023895263672, 0.07154898834228515, 0.07212742614746094, 0.0715120620727539, 0.07172710418701173, 0.07148748779296875, 0.07151001739501953, 0.07134003448486329, 0.07155404663085937, 0.07149158477783203, 0.07145369720458984, 0.07155404663085937, 0.15449702453613282, 0.07144448089599609, 0.07186227416992187, 0.07158477020263672, 0.07216435241699219, 0.07135027313232421, 0.07165235137939453, 0.07149158477783203, 0.07154994964599609, 0.07159705352783204, 0.0714241943359375, 0.07140435028076172, 0.07174861145019532, 0.0725555191040039, 0.07297945404052734, 0.07174553680419922, 0.07139737701416016, 0.07143023681640626, 0.07148944091796874, 0.07140966033935547, 0.0728647689819336, 0.07160934448242187, 0.07147622680664062, 0.07147212982177735, 0.07145471954345703, 0.0713359375, 0.07237222290039062, 0.07177113342285156, 0.07253708648681641, 0.07189708709716797, 0.0723056640625, 0.07202098846435546, 0.07208038330078125, 0.07169229125976563, 0.07199641418457031, 0.07196774291992188, 0.07131443023681641, 0.0715335693359375, 0.07154994964599609, 0.0714803237915039, 0.07152639770507813, 0.07153459167480469, 0.07189094543457031, 0.07155404663085937, 0.07141171264648437, 0.07154176330566406, 0.07424921417236328, 0.07197798156738282, 0.07158377838134766, 0.07196975708007812, 0.07168409729003906, 0.07160524749755859, 0.07153049468994141, 0.07144755554199218, 0.07139532470703125, 0.0712806396484375, 0.07142400360107422, 0.07159398651123047, 0.07154688262939453, 0.07156735992431641, 0.07152333068847656, 0.07149263763427735, 0.07195951843261719, 0.15509400939941406, 0.07232307434082032, 0.07224524688720703, 0.07204454040527344, 0.07226675415039062, 0.07196057891845703, 0.07289667510986328, 0.0720239028930664, 0.07299593353271484, 0.07253084564208985, 0.07200870513916016, 0.07150694274902344, 0.07152639770507813, 0.07155404663085937, 0.07140863800048829, 0.07150182342529297, 0.0714229736328125, 0.07174569702148438, 0.0724744644165039, 0.07129190063476562, 0.07246540832519531, 0.0721612777709961, 0.07162163543701172, 0.07225856018066407, 0.07228518676757813, 0.0722165756225586, 0.07262515258789062, 0.07154278564453125, 0.07134719848632813, 0.07153254699707032, 0.07247666931152344, 0.07277875518798828, 0.07165337371826172, 0.07139942169189453, 0.07149874877929688, 0.0718071060180664, 0.0725533447265625, 0.07195648193359375, 0.07154790496826172, 0.07206604766845703, 0.07182854461669921, 0.071468994140625, 0.07151821136474609, 0.07143424224853516, 0.07143014526367188, 0.07146099090576172, 0.07209868621826172, 0.07252684783935547, 0.07136255645751953, 0.07155404663085937, 0.07135948944091797, 0.07153971099853515, 0.07153254699707032, 0.07149568176269532, 0.07168428802490234, 0.07149037170410157, 0.07146086120605469, 0.07137894439697266, 0.07127654266357422, 0.07141375732421874, 0.07227699279785156, 0.07252582550048828, 0.07163085174560548, 0.15379866027832031, 0.07165235137939453, 0.07263651275634765, 0.07239673614501953, 0.07263549041748046, 0.07231270599365235, 0.07247277069091797, 0.07208735656738281, 0.07200460815429688, 0.07240704345703125, 0.07304908752441407, 0.07273369598388672, 0.07322624206542969, 0.07284633636474609, 0.07248076629638672, 0.07288422393798828, 0.07182540893554687, 0.07239679718017578, 0.07256473541259766, 0.07270195007324219, 0.07253094482421875, 0.07234559631347656, 0.07266508483886719, 0.07261901092529296, 0.0730072021484375, 0.07291177368164062, 0.07205683135986328, 0.07246233367919921, 0.07198822021484375, 0.07254937744140624, 0.072521728515625, 0.07264256286621094, 0.07221965026855469, 0.07235788726806641, 0.07210495758056641, 0.07256781005859375, 0.07240499114990234, 0.073059326171875, 0.0725524444580078, 0.072195068359375, 0.0725196762084961, 0.07145471954345703, 0.07244390106201172, 0.07228006744384766, 0.07420928192138672, 0.072700927734375, 0.0726456298828125, 0.07191961669921874, 0.07188992309570312, 0.0720148468017578, 0.07125299072265626, 0.0723394546508789, 0.07194419097900391, 0.07213772583007813, 0.07230156707763671, 0.0723947525024414, 0.0721295394897461, 0.07237222290039062, 0.07256371307373047, 0.07262515258789062, 0.07254937744140624, 0.07255859375, 0.07262413024902344, 0.1548278045654297, 0.072353759765625, 0.0725002212524414, 0.07245209503173829, 0.07242854309082031, 0.07192063903808593, 0.07217766571044922, 0.07246953582763672, 0.07247049713134765, 0.0727531509399414, 0.0725770263671875, 0.07248998260498046, 0.07175382232666015, 0.07248995208740235, 0.07272748565673828, 0.07259442901611328, 0.07262310028076172, 0.07351808166503906, 0.07339826965332032, 0.07235794830322266, 0.07229228973388672, 0.07209574127197266, 0.07278079986572265, 0.0727224349975586, 0.07274598693847656, 0.07179264068603515, 0.07222579193115235, 0.07242342376708985, 0.07207017517089843, 0.0719615707397461, 0.07255654144287109, 0.07277670288085937, 0.07267021179199219, 0.07186227416992187, 0.07147929382324218, 0.07170457458496093, 0.07202098846435546, 0.07212032318115234, 0.07165548706054688, 0.07158470153808594, 0.07155404663085937, 0.07349555206298829, 0.07213772583007813, 0.07260262298583985, 0.07264870452880859, 0.07200153350830078, 0.07254528045654297, 0.071657470703125, 0.07168000030517578, 0.07270604705810547, 0.07262003326416015, 0.07252070617675781, 0.07246652984619141, 0.07231581115722656, 0.0721295394897461, 0.07235379028320313, 0.07264669036865234, 0.0744959716796875, 0.07266918182373047, 0.07270710754394531, 0.0722820816040039, 0.07173632049560547, 0.07150592041015626, 0.15439666748046876, 0.07259750366210938, 0.0715857925415039, 0.07145779418945312, 0.07145267486572265, 0.07161650848388672, 0.072521728515625, 0.07253606414794922, 0.0724295654296875, 0.07247872161865235, 0.07240396881103515, 0.07220531463623046, 0.07265996551513672, 0.07269376373291016, 0.07269171142578125, 0.07250125122070313, 0.07236608123779296, 0.07237222290039062, 0.07195340728759765, 0.07279923248291016, 0.07360511779785156, 0.07294566345214844, 0.07247769927978516, 0.07262515258789062, 0.07273471832275391, 0.07258316802978515, 0.07195452880859375, 0.0722000961303711, 0.07212854766845703, 0.07230051422119141, 0.07157759857177734, 0.07145779418945312, 0.0715448989868164, 0.071901123046875, 0.07262310028076172, 0.07254425811767579, 0.07270809936523437, 0.07179366302490234, 0.0733564453125, 0.07144534301757813, 0.07159603118896485, 0.0715857925415039, 0.0716390380859375, 0.07154994964599609, 0.07138201904296874, 0.07153868865966796, 0.07152639770507813, 0.07149362945556641, 0.07145577239990235, 0.0716349105834961, 0.07142707061767578, 0.07146189117431641, 0.07142707061767578, 0.07152230072021484, 0.07156735992431641, 0.07205580902099609, 0.0724869155883789, 0.07231078338623047, 0.07246233367919921, 0.07301737976074218, 0.07265891265869141, 0.07283404541015626, 0.07256678771972656, 0.15526809692382812, 0.07210291290283204, 0.07220326232910156, 0.07217664337158203, 0.07258521270751953, 0.07277362823486327, 0.07267737579345702, 0.07268045043945312, 0.07258627319335938, 0.07265583801269532, 0.07280332946777343, 0.07242342376708985, 0.0724245147705078, 0.07229945373535156, 0.07221759796142578, 0.07265382385253906, 0.07256678771972656, 0.0719617919921875, 0.07145760345458985, 0.07243059539794922, 0.07212134552001953, 0.07256781005859375, 0.07259961700439453, 0.07362655639648437, 0.07254118347167969, 0.07281970977783203, 0.07263948822021485, 0.07236198425292968, 0.0738150405883789, 0.07245311737060547, 0.07157247924804687, 0.07246131134033203, 0.0724726104736328, 0.07284937286376954, 0.07257804870605469, 0.07242444610595702, 0.07258726501464843, 0.07241436767578124, 0.07216009521484375, 0.07275212860107422, 0.07261695861816406, 0.07253094482421875, 0.07270502471923829, 0.07222271728515625, 0.07260467529296875, 0.07262310028076172, 0.07250534057617188, 0.0722001953125, 0.07243775939941406, 0.07218994903564453, 0.07228006744384766, 0.07340134429931641, 0.07345664215087891, 0.072163330078125, 0.0721233901977539, 0.07228928375244141, 0.07184178924560547, 0.07190630340576172, 0.07204761505126953, 0.07256269073486328, 0.07192269134521484, 0.07259750366210938, 0.07253606414794922, 0.155936767578125, 0.07303372955322265, 0.07266304016113281, 0.07238143920898438, 0.07211436462402344, 0.07191020965576173, 0.0720711669921875, 0.07248486328125, 0.07192988586425782, 0.07246336364746093, 0.07251964569091797, 0.07230873870849609, 0.0725791015625, 0.07243260955810547, 0.07255763244628906, 0.07227590179443359, 0.07335628509521484, 0.07273471832275391, 0.07248281860351563, 0.07255142211914062, 0.07281868743896484, 0.07529267120361328, 0.07326207733154297, 0.07283302307128907, 0.0724869155883789, 0.07157862091064453, 0.07152639770507813, 0.07212850952148438, 0.07244290924072265, 0.07218582153320313, 0.07301427459716797, 0.07195954895019531, 0.07162982177734376, 0.0713338851928711, 0.0723927001953125, 0.0724510726928711, 0.07208857727050781, 0.07149158477783203, 0.07150694274902344, 0.07147007751464844, 0.07175475311279297, 0.07147929382324218, 0.07141273498535156, 0.07240191650390625, 0.07315865325927734, 0.07248281860351563, 0.07143218994140625, 0.07166361236572266, 0.07237344360351562, 0.07268537902832031, 0.07203228759765624, 0.07159190368652343, 0.07179468536376953, 0.07157453155517578, 0.07146701049804688, 0.07154994964599609, 0.07143833923339844, 0.0720005111694336, 0.0722422103881836, 0.07253823852539062, 0.07229526519775391, 0.07265484619140625, 0.07151923370361328, 0.15542373657226563, 0.07168102264404297, 0.07164620971679687, 0.07139328002929687, 0.07188992309570312, 0.07269683074951172, 0.07254835510253907, 0.0723773422241211, 0.07155609893798828, 0.07221043395996093, 0.071583740234375, 0.07193702697753906, 0.07257292938232422, 0.07212134552001953, 0.07240396881103515, 0.07164518737792969, 0.07148851013183594, 0.07235382080078125, 0.07236399841308594, 0.07167692565917969, 0.07185100555419922, 0.0719288330078125, 0.07146803283691407, 0.07169843292236328, 0.07143730926513672, 0.07199641418457031, 0.07272351837158203, 0.07263839721679688, 0.07242447662353516, 0.07246947479248046, 0.0725002212524414, 0.0726087646484375, 0.07243673706054687, 0.0725382080078125, 0.07221135711669922, 0.07237840270996093, 0.07187760162353515, 0.07260671997070313, 0.07360921478271484, 0.07258624267578125, 0.07270604705810547, 0.07254425811767579, 0.07218892669677734, 0.07190220642089844, 0.07209779357910157, 0.07169741058349609, 0.07152333068847656, 0.07145894622802734, 0.07228096008300781, 0.07201996612548828, 0.07152435302734375, 0.07199436950683594, 0.07146086120605469, 0.07159606170654297, 0.07153250885009765, 0.07242854309082031, 0.07224524688720703, 0.07124889373779297, 0.07148457336425781, 0.07174845123291015, 0.07160323333740234, 0.07141065979003906, 0.07256371307373047, 0.15466802978515626, 0.07162790679931641, 0.07138700866699219, 0.07146701049804688, 0.0714229736328125, 0.0716605453491211, 0.07148851013183594, 0.0715888671875, 0.07149772644042969, 0.07135142517089844, 0.07130406188964844, 0.07140351867675782, 0.07143955230712891, 0.07148115539550781, 0.07158477020263672, 0.07155302429199219, 0.07171071624755859, 0.07169945526123046, 0.07139737701416016, 0.07129917144775391, 0.07149353790283203, 0.07145062255859375, 0.07140966033935547, 0.07134925079345703, 0.07143526458740235, 0.07143321228027344, 0.07270912170410156, 0.07148236846923828, 0.07134003448486329, 0.07151513671875, 0.0714803237915039, 0.07152333068847656, 0.07151923370361328, 0.07155097961425781, 0.07148339080810547, 0.07168000030517578, 0.07140659332275391, 0.07138508605957031, 0.07145267486572265, 0.07127040100097656, 0.07239167785644532, 0.07333273315429688, 0.0716072998046875, 0.07177728271484375, 0.07187251281738281, 0.07153254699707032, 0.07148544311523437, 0.07157247924804687, 0.07153667449951172, 0.07155606079101562, 0.0714772491455078, 0.07148544311523437, 0.0713534698486328, 0.07227993774414063, 0.0716072998046875, 0.07318630218505859, 0.0728053741455078, 0.07240191650390625, 0.07223500823974609, 0.07155404663085937, 0.07140351867675782, 0.07203433227539062, 0.07255753326416016]",tokens/s,13.650554316122056,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-70m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1243.045888,849.870848,0.0,203.423744,184.496128,s,17,0.16700380897521971,0.009823753469130572,0.00032406108228421964,0.009798175811767578,0.009877977752685547,0.010117497825622558,0.010848511009216308,"[0.011031264305114747, 0.009838335990905762, 0.009837311744689941, 0.009870592117309571, 0.009787679672241211, 0.00969315242767334, 0.009745439529418946, 0.009798175811767578, 0.00945907211303711, 0.009712384223937989, 0.009529888153076172, 0.009813471794128418, 0.009889056205749511, 0.009819840431213379, 0.009827679634094238, 0.009773152351379395, 0.009577312469482423]",tokens/s,26059.285873208773,kWh,1.1371295855728884e-07,6.228751583782483e-08,2.1097974316073842e-07,3.8698021755585207e-07,tokens/kWh,661532523.8506593,MB,1243.045888,849.870848,0.0,203.423744,193.844224,s,17,9.859052612304687,0.5799442713120404,0.009384098949348406,0.5792615356445312,0.582433935546875,0.589327099609375,0.609600576171875,"[0.6146689453125, 0.5820621337890625, 0.5795172729492187, 0.57863232421875, 0.5712827758789063, 0.5796158447265625, 0.5781971435546875, 0.5771149291992187, 0.5810087280273437, 0.5711693725585938, 0.5720592651367188, 0.5829916381835938, 0.5792615356445312, 0.5767430419921875, 0.573796875, 0.58035546875, 0.5805753173828125]",tokens/s,108.6311273624129,kWh,6.535953210618106e-06,3.5814351743626475e-06,1.157450808028629e-05,2.1691896465267043e-05,tokens/kWh,2904310.3769592154,,s,1070,10.00479437446596,0.00935027511632331,0.0012516390282944286,0.009197567939758301,0.009368793487548828,0.009731482028961182,0.019336427612304686,"[0.010523648262023925, 0.010109951972961426, 0.009951231956481933, 0.009835552215576172, 0.00968393611907959, 0.01023692798614502, 0.009938943862915038, 0.009607168197631836, 0.009637887954711915, 0.00972697639465332, 0.01003929615020752, 0.009821184158325195, 0.009737215995788574, 0.009621503829956055, 0.010085375785827636, 0.009829376220703125, 0.009803775787353516, 0.009574399948120118, 0.009894911766052245, 0.009881600379943848, 0.009778176307678223, 0.009654272079467773, 0.009691136360168457, 0.009679871559143067, 0.009843711853027343, 0.00973516845703125, 0.009602047920227052, 0.009592831611633301, 0.009702400207519531, 0.009350144386291503, 0.009743359565734864, 0.009999456405639649, 0.00969206428527832, 0.009797632217407226, 0.009861120223999023, 0.00974233627319336, 0.009634816169738769, 0.009597951889038087, 0.00927948760986328, 0.009200639724731445, 0.009762816429138184, 0.00970956802368164, 0.009640959739685059, 0.009963520050048828, 0.010007552146911621, 0.009977919578552246, 0.0097074556350708, 0.009759743690490723, 0.009867263793945312, 0.009690112113952636, 0.009538559913635255, 0.009515007972717286, 0.00961945629119873, 0.00930406379699707, 0.009401344299316406, 0.009560064315795898, 0.009651200294494629, 0.009743359565734864, 0.009855999946594238, 0.00983142375946045, 0.009650176048278808, 0.009390080451965332, 0.019545087814331053, 0.009326592445373535, 0.009299967765808105, 0.009189375877380371, 0.00922316837310791, 0.00914739227294922, 0.009115648269653321, 0.009276479721069335, 0.009284543991088866, 0.009153535842895508, 0.009074687957763672, 0.009202688217163087, 0.009183232307434081, 0.009252863883972168, 0.009224224090576171, 0.009331680297851563, 0.009191424369812011, 0.009270272254943847, 0.009176159858703613, 0.009543583869934083, 0.009376768112182618, 0.00923750400543213, 0.009227264404296874, 0.009970687866210937, 0.009368703842163087, 0.009185152053833008, 0.009369600296020507, 0.009630720138549804, 0.009368576049804688, 0.009257984161376954, 0.009250847816467286, 0.009198559761047363, 0.00923136043548584, 0.009145343780517578, 0.009137311935424804, 0.009149439811706543, 0.009200480461120606, 0.009233407974243164, 0.009220095634460449, 0.009228287696838379, 0.009299967765808105, 0.009211903572082519, 0.009084927558898925, 0.00913920021057129, 0.009142271995544434, 0.009117695808410644, 0.00911571216583252, 0.009382847785949708, 0.00935321617126465, 0.009257984161376954, 0.009208831787109375, 0.009076767921447754, 0.009084896087646484, 0.009037823677062988, 0.00918015956878662, 0.009111552238464356, 0.00919961643218994, 0.009134079933166504, 0.009264127731323242, 0.00928767967224121, 0.00912281608581543, 0.009064448356628419, 0.009074687957763672, 0.019499008178710937, 0.009242624282836913, 0.00923033618927002, 0.009169919967651367, 0.00912384033203125, 0.009058303833007812, 0.009085951805114746, 0.009171968460083007, 0.009233407974243164, 0.009173024177551269, 0.009084896087646484, 0.009076736450195312, 0.009096192359924317, 0.009189375877380371, 0.009201663970947266, 0.009220095634460449, 0.009248767852783203, 0.00922316837310791, 0.00923033618927002, 0.009216064453125, 0.00903878402709961, 0.009159680366516113, 0.00916380786895752, 0.009100255966186523, 0.009077759742736816, 0.00923033618927002, 0.009047039985656738, 0.009165823936462402, 0.00921497631072998, 0.00922111988067627, 0.00922214412689209, 0.00921292781829834, 0.009175040245056153, 0.009157631874084473, 0.009191424369812011, 0.0091146240234375, 0.009119744300842286, 0.009169919967651367, 0.009189375877380371, 0.0092293119430542, 0.009218048095703125, 0.009198592185974122, 0.00918835163116455, 0.009192447662353515, 0.00918835163116455, 0.009200639724731445, 0.009191424369812011, 0.009219072341918945, 0.009126912117004395, 0.009227264404296874, 0.009175040245056153, 0.009267200469970703, 0.009219072341918945, 0.009129983901977539, 0.009157631874084473, 0.009280511856079102, 0.009280511856079102, 0.009463808059692384, 0.009468928337097168, 0.009313280105590821, 0.009226240158081055, 0.009244671821594238, 0.009248767852783203, 0.019546112060546874, 0.009198592185974122, 0.00923033618927002, 0.009241600036621094, 0.009197567939758301, 0.009257984161376954, 0.00921395206451416, 0.00919961643218994, 0.009201663970947266, 0.009218048095703125, 0.009255935668945312, 0.009029631614685058, 0.009183232307434081, 0.009269280433654785, 0.009225184440612794, 0.009245696067810059, 0.009326720237731933, 0.009116543769836425, 0.009233407974243164, 0.009166848182678223, 0.00922111988067627, 0.00918015956878662, 0.009134079933166504, 0.009088000297546387, 0.009176063537597656, 0.009102335929870605, 0.009143296241760255, 0.009162752151489258, 0.009256959915161133, 0.00919654369354248, 0.009159680366516113, 0.009198592185974122, 0.009145343780517578, 0.009176063537597656, 0.009148415565490722, 0.00923136043548584, 0.00923750400543213, 0.009146368026733399, 0.009104384422302245, 0.009142271995544434, 0.00910540771484375, 0.00912384033203125, 0.00918015956878662, 0.009149439811706543, 0.009192511558532715, 0.009216959953308106, 0.009167872428894042, 0.009246720314025878, 0.009243647575378417, 0.009190400123596192, 0.00920576000213623, 0.009155584335327148, 0.009167872428894042, 0.009138175964355469, 0.009133055686950683, 0.009053183555603026, 0.00913920021057129, 0.009001055717468261, 0.009059231758117675, 0.009116671562194823, 0.00921292781829834, 0.009240575790405273, 0.009183232307434081, 0.01943142318725586, 0.009120767593383788, 0.009217023849487305, 0.009161727905273438, 0.009099264144897461, 0.009162752151489258, 0.00921497631072998, 0.009093119621276855, 0.009167872428894042, 0.009184255599975585, 0.009181183815002441, 0.009235456466674804, 0.009172991752624511, 0.009210880279541016, 0.00916592025756836, 0.009098143577575683, 0.009030655860900879, 0.009049087524414063, 0.009181183815002441, 0.009111552238464356, 0.009085951805114746, 0.009141247749328613, 0.009209856033325196, 0.009234432220458985, 0.009207807540893554, 0.009176063537597656, 0.009184255599975585, 0.009239551544189453, 0.009192447662353515, 0.009158656120300293, 0.009186304092407227, 0.009191424369812011, 0.009202688217163087, 0.009116671562194823, 0.009224191665649414, 0.009161727905273438, 0.009167872428894042, 0.009200639724731445, 0.009211903572082519, 0.0091627836227417, 0.009301983833312988, 0.00931942367553711, 0.009126912117004395, 0.008987648010253906, 0.008691712379455567, 0.008762368202209473, 0.008802304267883301, 0.00879923152923584, 0.008743935585021973, 0.00882585620880127, 0.008767487525939942, 0.008882176399230958, 0.008848383903503418, 0.008884223937988281, 0.008896512031555176, 0.0088340482711792, 0.008876031875610351, 0.008733695983886718, 0.008738816261291504, 0.008808575630187988, 0.008762240409851074, 0.008844287872314453, 0.008932352066040039, 0.019290111541748048, 0.009226240158081055, 0.009192543983459473, 0.009072735786437988, 0.009117504119873047, 0.009209856033325196, 0.009234432220458985, 0.009071616172790528, 0.009153535842895508, 0.009234432220458985, 0.009253888130187989, 0.009182208061218262, 0.009101311683654785, 0.009162752151489258, 0.009194496154785157, 0.009153535842895508, 0.009136128425598144, 0.009181183815002441, 0.00923750400543213, 0.009248767852783203, 0.009215999603271484, 0.009622528076171874, 0.00941977596282959, 0.009262080192565919, 0.009164799690246582, 0.009107456207275391, 0.009246720314025878, 0.009148415565490722, 0.009133055686950683, 0.009167872428894042, 0.009257984161376954, 0.009179136276245118, 0.009218048095703125, 0.009142271995544434, 0.009201663970947266, 0.009152511596679687, 0.009197567939758301, 0.009241600036621094, 0.009190400123596192, 0.00921497631072998, 0.009203712463378906, 0.009235456466674804, 0.009233407974243164, 0.009073792457580566, 0.009089920043945312, 0.009043968200683594, 0.009189375877380371, 0.00921497631072998, 0.009186304092407227, 0.009152511596679687, 0.009183232307434081, 0.00921395206451416, 0.009274368286132812, 0.009203712463378906, 0.009209856033325196, 0.009239583969116212, 0.009121760368347168, 0.009207807540893554, 0.009187328338623046, 0.00923033618927002, 0.009146368026733399, 0.00918015956878662, 0.00918835163116455, 0.019396608352661132, 0.009326592445373535, 0.009152511596679687, 0.009268223762512207, 0.009243647575378417, 0.009166848182678223, 0.008897536277770996, 0.008979455947875976, 0.009034751892089844, 0.009119744300842286, 0.009065471649169921, 0.009208831787109375, 0.009220095634460449, 0.009226240158081055, 0.00922111988067627, 0.009209856033325196, 0.00921292781829834, 0.009148447990417481, 0.009192416191101074, 0.009165823936462402, 0.009200639724731445, 0.009162752151489258, 0.009201663970947266, 0.009051136016845703, 0.009189375877380371, 0.009262080192565919, 0.009207903861999512, 0.00918825626373291, 0.009133055686950683, 0.00921497631072998, 0.009157631874084473, 0.009128959655761718, 0.009217087745666503, 0.009224127769470215, 0.009115839958190918, 0.009102144241333009, 0.009166848182678223, 0.00921395206451416, 0.009158656120300293, 0.00919974422454834, 0.009130047798156739, 0.009087807655334472, 0.009056256294250489, 0.009099264144897461, 0.009063424110412598, 0.009078783988952637, 0.009101311683654785, 0.009162752151489258, 0.009463808059692384, 0.009272319793701172, 0.009198592185974122, 0.009144319534301757, 0.009219072341918945, 0.009159680366516113, 0.009142271995544434, 0.009260031700134277, 0.009185279846191406, 0.00923136043548584, 0.009182208061218262, 0.009290752410888671, 0.009267200469970703, 0.009079808235168458, 0.009135104179382325, 0.019449855804443358, 0.009274368286132812, 0.009172991752624511, 0.009284607887268067, 0.009233407974243164, 0.009042943954467773, 0.009087072372436524, 0.00907356834411621, 0.0091146240234375, 0.009109503746032714, 0.009274368286132812, 0.009159680366516113, 0.00913920021057129, 0.009234432220458985, 0.009345184326171875, 0.009156448364257812, 0.009245696067810059, 0.009245696067810059, 0.0092293119430542, 0.009239551544189453, 0.00911673641204834, 0.009136063575744629, 0.009192447662353515, 0.009241600036621094, 0.009242624282836913, 0.009210880279541016, 0.009164799690246582, 0.009126912117004395, 0.009116671562194823, 0.00922111988067627, 0.009138175964355469, 0.009243647575378417, 0.009153535842895508, 0.009244671821594238, 0.009288703918457031, 0.009179136276245118, 0.009073663711547851, 0.009178208351135255, 0.009131936073303223, 0.009789440155029297, 0.010276864051818848, 0.009390080451965332, 0.009272319793701172, 0.00929792022705078, 0.009158656120300293, 0.009267264366149903, 0.009231295585632324, 0.009220095634460449, 0.009408512115478516, 0.00936355209350586, 0.00907049560546875, 0.008773632049560547, 0.008762368202209473, 0.00891596794128418, 0.008843263626098634, 0.008750080108642578, 0.008733695983886718, 0.008853504180908203, 0.008744959831237792, 0.008860671997070312, 0.00880947208404541, 0.008872960090637207, 0.008772607803344726, 0.019050495147705078, 0.00914739227294922, 0.009171968460083007, 0.00913920021057129, 0.009129983901977539, 0.009084927558898925, 0.009102399826049806, 0.009157567977905274, 0.009215999603271484, 0.009225215911865235, 0.009127936363220214, 0.009496576309204101, 0.00930303955078125, 0.009183232307434081, 0.00932249641418457, 0.0092293119430542, 0.00920787239074707, 0.009202688217163087, 0.009164735794067383, 0.00921497631072998, 0.009233407974243164, 0.00934502410888672, 0.009215999603271484, 0.009211903572082519, 0.009240575790405273, 0.009356287956237793, 0.009263104438781738, 0.009226240158081055, 0.009272319793701172, 0.009249792098999024, 0.009227264404296874, 0.009277440071105958, 0.009200672149658203, 0.009244640350341797, 0.009247743606567382, 0.00940339183807373, 0.00921395206451416, 0.009118720054626465, 0.009260031700134277, 0.009226240158081055, 0.00923033618927002, 0.009190400123596192, 0.009373696327209472, 0.009288703918457031, 0.009221152305603027, 0.009135071754455566, 0.009248767852783203, 0.009151679992675781, 0.00914412784576416, 0.00918015956878662, 0.009190400123596192, 0.009176063537597656, 0.009245696067810059, 0.00921292781829834, 0.009134079933166504, 0.009086976051330567, 0.009086112022399902, 0.009161567687988282, 0.009284607887268067, 0.00914739227294922, 0.009242624282836913, 0.009239551544189453, 0.009207807540893554, 0.019359743118286133, 0.009250816345214843, 0.009277440071105958, 0.009189375877380371, 0.009217023849487305, 0.009102335929870605, 0.009195520401000976, 0.009217023849487305, 0.009215999603271484, 0.009209856033325196, 0.009276415824890137, 0.009144319534301757, 0.00900710391998291, 0.008902655601501466, 0.00880025577545166, 0.008871935844421386, 0.008897536277770996, 0.008839167594909669, 0.008781824111938476, 0.008749055862426757, 0.00880947208404541, 0.008901632308959961, 0.008910847663879394, 0.00892518424987793, 0.008903679847717285, 0.008893440246582032, 0.008972288131713867, 0.00890777587890625, 0.00890675163269043, 0.008847519874572754, 0.008818528175354005, 0.008945664405822755, 0.008953856468200684, 0.008910847663879394, 0.008886272430419923, 0.008861760139465331, 0.008858559608459472, 0.00888319969177246, 0.009025535583496093, 0.00923033618927002, 0.009121888160705567, 0.009133983612060546, 0.009175040245056153, 0.00913920021057129, 0.00922316837310791, 0.009239551544189453, 0.009241600036621094, 0.009255935668945312, 0.009226240158081055, 0.009177087783813476, 0.009233407974243164, 0.009143296241760255, 0.00920473575592041, 0.00920473575592041, 0.009117695808410644, 0.009062399864196777, 0.009056415557861328, 0.009175999641418457, 0.009165727615356445, 0.009145343780517578, 0.009138175964355469, 0.009235456466674804, 0.009246784210205078, 0.01884774398803711, 0.00892204761505127, 0.008887295722961425, 0.00892416000366211, 0.008919039726257324, 0.008806400299072266, 0.008905728340148926, 0.00890880012512207, 0.008914943695068359, 0.008866815567016602, 0.008857600212097168, 0.00890880012512207, 0.008857600212097168, 0.008770560264587402, 0.008869888305664063, 0.008758272171020508, 0.008865792274475098, 0.008824831962585449, 0.009273344039916993, 0.009147520065307618, 0.009206656455993653, 0.009214015960693359, 0.00923539161682129, 0.0092293119430542, 0.009240575790405273, 0.009120767593383788, 0.009254912376403808, 0.009246720314025878, 0.009211903572082519, 0.009234432220458985, 0.00912281608581543, 0.009153535842895508, 0.009148415565490722, 0.009217023849487305, 0.009240575790405273, 0.009051136016845703, 0.009158656120300293, 0.009244671821594238, 0.009165823936462402, 0.009259103775024414, 0.00910428810119629, 0.009156607627868652, 0.009071616172790528, 0.009088000297546387, 0.009150464057922364, 0.009191424369812011, 0.009203712463378906, 0.009197567939758301, 0.009211903572082519, 0.009085951805114746, 0.009252863883972168, 0.009261055946350098, 0.009144319534301757, 0.0089169921875, 0.00882380771636963, 0.00890675163269043, 0.008846336364746094, 0.00879923152923584, 0.00942080020904541, 0.009156607627868652, 0.009150464057922364, 0.00923033618927002, 0.009256959915161133, 0.019325952529907226, 0.009145343780517578, 0.00921292781829834, 0.00920473575592041, 0.009232383728027344, 0.009175040245056153, 0.009247743606567382, 0.009246720314025878, 0.009155584335327148, 0.009269248008728028, 0.00930406379699707, 0.009315327644348144, 0.009176063537597656, 0.00922111988067627, 0.009227264404296874, 0.00912281608581543, 0.00921395206451416, 0.009234432220458985, 0.009240575790405273, 0.009179136276245118, 0.009125887870788574, 0.00921292781829834, 0.00922537612915039, 0.00909398365020752, 0.009247743606567382, 0.009356287956237793, 0.009209856033325196, 0.009286656379699706, 0.009254912376403808, 0.009262080192565919, 0.009192447662353515, 0.00913100814819336, 0.009253888130187989, 0.009264127731323242, 0.009240575790405273, 0.009261055946350098, 0.009332736015319825, 0.009190400123596192, 0.009409536361694336, 0.009316351890563965, 0.009192447662353515, 0.009083904266357423, 0.00921513557434082, 0.009099103927612305, 0.00910848045349121, 0.009153535842895508, 0.009072640419006347, 0.00912281608581543, 0.009566207885742188, 0.009355263710021973, 0.00941158390045166, 0.009475071907043458, 0.010164223670959472, 0.009293824195861817, 0.009284671783447265, 0.009354175567626953, 0.009158656120300293, 0.009213088035583496, 0.009136992454528809, 0.009243647575378417, 0.009215999603271484, 0.009174015998840332, 0.00939417552947998, 0.019589120864868165, 0.009201663970947266, 0.009107456207275391, 0.00919654369354248, 0.009144319534301757, 0.00919654369354248, 0.009233407974243164, 0.009263104438781738, 0.009289728164672852, 0.009229375839233398, 0.009210816383361816, 0.009252863883972168, 0.009246720314025878, 0.00920473575592041, 0.00913920021057129, 0.009211903572082519, 0.009214048385620116, 0.009109408378601073, 0.009092096328735352, 0.009267200469970703, 0.009323519706726074, 0.009115648269653321, 0.009198592185974122, 0.009293824195861817, 0.0091843843460083, 0.009113471984863281, 0.009152511596679687, 0.009136128425598144, 0.009265151977539063, 0.009224320411682129, 0.009140095710754394, 0.009064448356628419, 0.009190400123596192, 0.009260031700134277, 0.00921395206451416, 0.009155584335327148, 0.009053407669067383, 0.009170720100402832, 0.0092293119430542, 0.009143296241760255, 0.009264127731323242, 0.009234432220458985, 0.00914739227294922, 0.0092293119430542, 0.009291775703430176, 0.009253888130187989, 0.009151488304138184, 0.009143296241760255, 0.009112575531005859, 0.009107456207275391, 0.009168895721435547, 0.009296895980834961, 0.00920473575592041, 0.00914739227294922, 0.009156607627868652, 0.009156607627868652, 0.009170944213867188, 0.009110527992248535, 0.009191424369812011, 0.009135104179382325, 0.009087008476257324, 0.009227231979370117, 0.009193471908569336, 0.019509248733520508, 0.00922214412689209, 0.009254912376403808, 0.009165823936462402, 0.00908902359008789, 0.009220095634460449, 0.009126976013183593, 0.009373632431030274, 0.009495552062988282, 0.009178112030029297, 0.008806400299072266, 0.008794112205505371, 0.008841216087341308, 0.00890067195892334, 0.008871871948242188, 0.008905728340148926, 0.008902655601501466, 0.00890675163269043, 0.008870911598205567, 0.009075712203979493, 0.009273344039916993, 0.009257984161376954, 0.009076736450195312, 0.009226304054260254, 0.009189311981201171, 0.009143296241760255, 0.00908083152770996, 0.00911359977722168, 0.00919961643218994, 0.009136128425598144, 0.009226240158081055, 0.009202688217163087, 0.00930303955078125, 0.009268223762512207, 0.009245696067810059, 0.009154560089111329, 0.009047039985656738, 0.00915875244140625, 0.009263008117675782, 0.009268223762512207, 0.009255935668945312, 0.00932863998413086, 0.00923750400543213, 0.00943513584136963, 0.00921395206451416, 0.009183232307434081, 0.009143296241760255, 0.00923033618927002, 0.009234432220458985, 0.009183232307434081, 0.00921395206451416, 0.009129983901977539, 0.009178112030029297, 0.00922316837310791, 0.009220095634460449, 0.009103360176086426, 0.009099264144897461, 0.009206784248352052, 0.009102335929870605, 0.008966143608093263, 0.008952832221984864, 0.009235456466674804, 0.009166879653930664, 0.019551200866699217, 0.009203712463378906, 0.009207807540893554, 0.009195520401000976, 0.00920473575592041, 0.009081855773925781, 0.009138208389282226, 0.009206751823425292, 0.009069727897644044, 0.00909500789642334, 0.009075712203979493, 0.009251839637756347, 0.009143296241760255, 0.009044992446899413, 0.009095168113708496, 0.00909721565246582, 0.009273344039916993, 0.009202688217163087, 0.009220095634460449, 0.009200639724731445, 0.00919654369354248, 0.009187328338623046, 0.009194496154785157, 0.009220128059387206, 0.00885756778717041, 0.008859647750854491, 0.008879103660583497, 0.008896608352661133, 0.008827808380126954, 0.008890368461608887, 0.008872960090637207, 0.009155584335327148, 0.009268223762512207, 0.00923852825164795, 0.009135104179382325, 0.009187328338623046, 0.00908083152770996, 0.009074687957763672, 0.009110527992248535, 0.009248767852783203, 0.00918015956878662, 0.009179136276245118, 0.009178112030029297, 0.009066495895385742, 0.008925215721130371, 0.008839136123657226, 0.008696831703186036, 0.008950783729553222, 0.008897536277770996, 0.008856575965881347, 0.008797183990478515, 0.00890880012512207, 0.009142271995544434, 0.009152576446533204, 0.009179072380065918, 0.009263104438781738, 0.009179136276245118, 0.009220095634460449, 0.009257984161376954, 0.009208864212036132, 0.009212896347045899, 0.009203712463378906, 0.00923852825164795, 0.01962188720703125, 0.009197567939758301, 0.009276415824890137, 0.009210880279541016, 0.009266176223754884, 0.00922316837310791, 0.00920576000213623, 0.009263168334960938, 0.009200575828552247, 0.009222208023071289, 0.00924665641784668, 0.009208831787109375, 0.009190400123596192, 0.009347071647644043, 0.009125887870788574, 0.009094143867492676, 0.009088031768798828, 0.009106528282165528, 0.00907968044281006, 0.009120767593383788, 0.009215999603271484, 0.008967167854309082, 0.009009152412414552, 0.008977408409118653, 0.009110527992248535, 0.009375743865966797, 0.00921292781829834, 0.009167872428894042, 0.009269248008728028, 0.009095168113708496, 0.009136128425598144, 0.009124863624572753, 0.00910028839111328, 0.009101311683654785, 0.009169024467468262, 0.009172863960266113, 0.009210880279541016, 0.009251839637756347, 0.009948160171508789, 0.00923852825164795, 0.009289728164672852, 0.00926425552368164, 0.009149312019348144, 0.0092293119430542, 0.009250816345214843, 0.009380864143371583, 0.009245696067810059, 0.00917199993133545, 0.00909001636505127, 0.00918835163116455, 0.0091658878326416, 0.009192383766174317, 0.009256959915161133, 0.009270272254943847, 0.009243647575378417, 0.009161727905273438, 0.009264127731323242, 0.009207807540893554, 0.009226240158081055, 0.009208831787109375, 0.00914739227294922, 0.009169919967651367, 0.00922111988067627, 0.018906112670898437, 0.008923135757446288, 0.009217023849487305, 0.009284607887268067, 0.009157631874084473, 0.009200639724731445, 0.00923852825164795, 0.009200639724731445, 0.009148415565490722, 0.009266176223754884, 0.009198592185974122, 0.009218048095703125, 0.00910540771484375, 0.009266176223754884, 0.009264127731323242, 0.009206815719604492, 0.009223135948181152, 0.009200639724731445, 0.009989119529724122, 0.009961471557617188, 0.009261055946350098, 0.009271295547485351, 0.009243647575378417, 0.009207807540893554, 0.009073663711547851, 0.00886787223815918, 0.008962016105651855, 0.009142271995544434, 0.009162752151489258, 0.009256959915161133, 0.009211903572082519, 0.00918950366973877, 0.009131903648376466, 0.009225215911865235, 0.00922316837310791, 0.009207807540893554, 0.009172991752624511, 0.009079808235168458, 0.009226240158081055, 0.00923033618927002, 0.009140224456787109, 0.009226240158081055, 0.009263104438781738, 0.009155584335327148, 0.00922111988067627, 0.009246848106384277, 0.00925068759918213, 0.009235456466674804, 0.009288703918457031, 0.00912179183959961, 0.00919961643218994, 0.009259008407592773, 0.009135104179382325, 0.009215999603271484, 0.009168895721435547, 0.009155584335327148, 0.009294848442077636, 0.009154560089111329, 0.009138175964355469, 0.009104448318481445, 0.009225152015686034, 0.00921497631072998, 0.009239551544189453]",tokens/s,106.94872477647667,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-2b,google/gemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,2000.920576,3246.915584,0.0,2598.371328,2556.089856,s,10,0.4327065887451172,0.04327065887451172,0.00015127447977254316,0.043270318984985345,0.04335979690551758,0.0435154182434082,0.043639915313720704,"[0.043272926330566404, 0.04321590423583985, 0.04314976119995117, 0.04332521438598633, 0.043154430389404294, 0.04367103958129883, 0.04308595275878906, 0.04327654266357422, 0.043287105560302734, 0.043267711639404294]",tokens/s,5916.249178049726,kWh,5.100210629939071e-07,2.794632851402932e-07,1.9974046151637717e-06,2.786888963297972e-06,tokens/kWh,91858701.00007594,MB,2022.772736,3249.012736,0.0,2600.46848,2556.092416,s,10,12.728054687500002,1.2728054687500001,0.005309562623378185,1.27141845703125,1.2805045043945311,1.2819826599121094,1.283165184326172,"[1.266923095703125, 1.2834608154296876, 1.2676248779296875, 1.280176025390625, 1.268123291015625, 1.270756103515625, 1.268999267578125, 1.272080810546875, 1.273898193359375, 1.27601220703125]",tokens/s,49.49695892010206,kWh,1.4958085801658936e-05,8.19682026803728e-06,3.436609669783604e-05,5.752100276753226e-05,tokens/kWh,1095252.1160768145,,s,630,12.726306823730475,0.020200487021794396,0.00032600348275945356,0.0201200647354126,0.020545126152038573,0.020791961765289305,0.02145973199844361,"[0.020158464431762696, 0.020114431381225584, 0.02012876892089844, 0.020166656494140626, 0.02025369644165039, 0.019960832595825196, 0.02000486373901367, 0.020115455627441405, 0.020125696182250977, 0.020167680740356447, 0.019999744415283204, 0.020059135437011717, 0.020153343200683595, 0.020063232421875, 0.020057088851928712, 0.020093952178955078, 0.019953664779663087, 0.02006630325317383, 0.019942399978637695, 0.020102144241333008, 0.020199424743652345, 0.02004377555847168, 0.020159488677978517, 0.02007040023803711, 0.019877887725830077, 0.02008576011657715, 0.020184064865112306, 0.019956735610961913, 0.01999564743041992, 0.02022809600830078, 0.020113407135009767, 0.020100095748901366, 0.020141056060791016, 0.020101152420043945, 0.019947488784790038, 0.02005606460571289, 0.02005299186706543, 0.020129791259765627, 0.020167680740356447, 0.020324352264404297, 0.019992576599121094, 0.020162559509277343, 0.020076543807983398, 0.02025574493408203, 0.019999744415283204, 0.020146175384521483, 0.02004172706604004, 0.020051967620849608, 0.020173824310302735, 0.020101119995117187, 0.02006425666809082, 0.020115455627441405, 0.020110336303710938, 0.020162559509277343, 0.02006630325317383, 0.020178943634033202, 0.020116479873657226, 0.020200447082519533, 0.02007961654663086, 0.02023628807067871, 0.020123647689819335, 0.020338687896728515, 0.020314111709594726, 0.020214784622192384, 0.02026905632019043, 0.020065280914306642, 0.02008780860900879, 0.019920896530151368, 0.020155391693115234, 0.02025574493408203, 0.021630975723266603, 0.021396480560302734, 0.020699136734008788, 0.020319232940673827, 0.020412416458129884, 0.020099071502685546, 0.022355968475341798, 0.021158912658691405, 0.020339712142944336, 0.020092927932739257, 0.02021683120727539, 0.020139007568359374, 0.020165632247924805, 0.020129791259765627, 0.020187135696411132, 0.020141056060791016, 0.020542463302612304, 0.02013903999328613, 0.02015023994445801, 0.02020147132873535, 0.020555776596069338, 0.02105958366394043, 0.021485567092895508, 0.020740095138549804, 0.020398080825805662, 0.020164608001708984, 0.020039680480957032, 0.02011238479614258, 0.020031488418579102, 0.020351999282836913, 0.02010419273376465, 0.02028646469116211, 0.020092927932739257, 0.020342784881591795, 0.020343807220458983, 0.01988812828063965, 0.020000768661499024, 0.02021171188354492, 0.020134912490844727, 0.02009702491760254, 0.0200581111907959, 0.020392959594726562, 0.019981311798095702, 0.01999667167663574, 0.020033536911010744, 0.02008883285522461, 0.02028339195251465, 0.020188159942626953, 0.02037555122375488, 0.020772863388061523, 0.021307392120361326, 0.020790271759033203, 0.020133888244628906, 0.020295679092407228, 0.020389888763427736, 0.02027008056640625, 0.02011136054992676, 0.020109312057495117, 0.02043391990661621, 0.02019430351257324, 0.0202926082611084, 0.020156415939331054, 0.020165632247924805, 0.02050662422180176, 0.020176895141601564, 0.020288511276245116, 0.02025164794921875, 0.02011238479614258, 0.020289535522460937, 0.020810752868652343, 0.019914751052856446, 0.02002739143371582, 0.02005401611328125, 0.019854335784912108, 0.019908607482910155, 0.019978239059448243, 0.02008576011657715, 0.020009983062744142, 0.019951616287231445, 0.019763200759887696, 0.01982975959777832, 0.020109312057495117, 0.02007040023803711, 0.02027212715148926, 0.01984921646118164, 0.02003558349609375, 0.019900415420532228, 0.019878911972045898, 0.02024448013305664, 0.020144128799438478, 0.019907583236694337, 0.02002841567993164, 0.020132863998413086, 0.020093952178955078, 0.020460544586181642, 0.019734527587890623, 0.019711999893188475, 0.020246528625488282, 0.020065280914306642, 0.020025344848632814, 0.020289535522460937, 0.019969024658203126, 0.02008166313171387, 0.020053056716918944, 0.019590080261230467, 0.020414464950561522, 0.020487167358398437, 0.02005504035949707, 0.0200898551940918, 0.02001203155517578, 0.020098047256469728, 0.020332544326782227, 0.02065203285217285, 0.020787200927734374, 0.02012876892089844, 0.01986457633972168, 0.020051967620849608, 0.020108287811279296, 0.020199424743652345, 0.020571136474609376, 0.020100095748901366, 0.020051967620849608, 0.020153343200683595, 0.020125696182250977, 0.020328447341918944, 0.02025267219543457, 0.02058137512207031, 0.02021990394592285, 0.02011955261230469, 0.020033536911010744, 0.02033459281921387, 0.020338687896728515, 0.019920896530151368, 0.020230144500732423, 0.019997695922851562, 0.02021990394592285, 0.020237312316894532, 0.02006425666809082, 0.020083711624145507, 0.020007936477661133, 0.02004787254333496, 0.020755456924438476, 0.02124492835998535, 0.021331968307495116, 0.02109235191345215, 0.020742143630981445, 0.020562944412231447, 0.020315135955810547, 0.020782079696655274, 0.020411392211914063, 0.020148223876953125, 0.020281343460083007, 0.02027724838256836, 0.020139007568359374, 0.020140031814575195, 0.020371456146240235, 0.020602880477905275, 0.020295679092407228, 0.021210111618041993, 0.021779455184936524, 0.02086195182800293, 0.020213760375976563, 0.02044108772277832, 0.019946495056152345, 0.019973119735717772, 0.020083711624145507, 0.020015104293823242, 0.020207616806030275, 0.020016128540039063, 0.020494335174560546, 0.02008883285522461, 0.020017152786254884, 0.02007756805419922, 0.02002124786376953, 0.020297727584838866, 0.020265983581542968, 0.020090879440307616, 0.019963903427124022, 0.02019430351257324, 0.020091903686523437, 0.020082687377929686, 0.0200447998046875, 0.020125696182250977, 0.020051967620849608, 0.01991372871398926, 0.020162559509277343, 0.020060159683227538, 0.0200581111907959, 0.02007756805419922, 0.02005401611328125, 0.02001203155517578, 0.020051967620849608, 0.020281343460083007, 0.020242431640625, 0.020008960723876954, 0.020160512924194338, 0.020131839752197265, 0.02021785545349121, 0.02006118392944336, 0.02021990394592285, 0.020142080307006836, 0.019989503860473632, 0.020063232421875, 0.020063232421875, 0.02022400093078613, 0.020007936477661133, 0.02053222465515137, 0.02066227149963379, 0.020344831466674804, 0.019929088592529298, 0.019869695663452147, 0.02008883285522461, 0.020330495834350586, 0.02023423957824707, 0.0196945915222168, 0.019739648818969727, 0.019971071243286134, 0.019971071243286134, 0.0200949764251709, 0.020051967620849608, 0.020074495315551756, 0.020271104812622072, 0.019854335784912108, 0.02006425666809082, 0.02003660774230957, 0.02012057685852051, 0.020182016372680665, 0.02007347106933594, 0.02026393508911133, 0.02022502326965332, 0.019969024658203126, 0.020140031814575195, 0.020153343200683595, 0.020123647689819335, 0.02011238479614258, 0.02007859230041504, 0.020008960723876954, 0.020002815246582033, 0.02026393508911133, 0.020319232940673827, 0.020979711532592774, 0.020619264602661135, 0.020143104553222657, 0.020057088851928712, 0.019916799545288084, 0.020189184188842774, 0.020351999282836913, 0.02021887969970703, 0.020131839752197265, 0.019992576599121094, 0.020002815246582033, 0.02016972732543945, 0.020153343200683595, 0.02006118392944336, 0.020068351745605468, 0.02006425666809082, 0.02026700782775879, 0.02049228858947754, 0.020134912490844727, 0.0202106876373291, 0.020098047256469728, 0.020544511795043945, 0.020100095748901366, 0.02004582405090332, 0.02022809600830078, 0.020230144500732423, 0.020025344848632814, 0.019979263305664064, 0.019893247604370116, 0.019964927673339843, 0.020147199630737304, 0.020117504119873047, 0.020075519561767577, 0.020167680740356447, 0.020395008087158203, 0.019808256149291992, 0.020933631896972657, 0.0208353271484375, 0.02012774467468262, 0.020454399108886717, 0.02021171188354492, 0.02003763198852539, 0.01989017677307129, 0.019911680221557617, 0.020247552871704103, 0.020147199630737304, 0.021028863906860353, 0.020346879959106445, 0.020074495315551756, 0.020173824310302735, 0.020170751571655272, 0.020001792907714845, 0.020366336822509764, 0.01982156753540039, 0.020100095748901366, 0.019757055282592775, 0.019927040100097656, 0.02025881576538086, 0.02025984001159668, 0.02004377555847168, 0.02002943992614746, 0.02005504035949707, 0.02005504035949707, 0.02017791938781738, 0.0204902400970459, 0.020121599197387697, 0.020082687377929686, 0.020118528366088868, 0.02004172706604004, 0.02030080032348633, 0.020123647689819335, 0.020076543807983398, 0.02008883285522461, 0.020050943374633787, 0.020105215072631837, 0.02007756805419922, 0.020116479873657226, 0.020065280914306642, 0.020050943374633787, 0.020142080307006836, 0.020115455627441405, 0.02021990394592285, 0.020082687377929686, 0.02027008056640625, 0.02025369644165039, 0.02040729522705078, 0.019732479095458985, 0.02023628807067871, 0.02008780860900879, 0.02006937599182129, 0.020015104293823242, 0.01987583923339844, 0.02008780860900879, 0.020173824310302735, 0.020530176162719727, 0.020107263565063475, 0.020345855712890625, 0.02010419273376465, 0.020114431381225584, 0.020137983322143553, 0.020946943283081054, 0.020632575988769532, 0.020404224395751954, 0.020185087203979494, 0.020107263565063475, 0.020173824310302735, 0.019951616287231445, 0.020101119995117187, 0.020121599197387697, 0.02007859230041504, 0.020039680480957032, 0.02007142448425293, 0.02045337677001953, 0.020256767272949217, 0.019970048904418947, 0.019793920516967774, 0.02003763198852539, 0.02005401611328125, 0.02044927978515625, 0.019984384536743165, 0.019869695663452147, 0.020550655364990233, 0.02007347106933594, 0.020065280914306642, 0.020238336563110353, 0.020171775817871093, 0.020346879959106445, 0.02000383949279785, 0.019943424224853516, 0.01988198471069336, 0.01966182327270508, 0.020290559768676757, 0.020596736907958983, 0.01983180809020996, 0.019947519302368166, 0.02020147132873535, 0.020296703338623046, 0.020115455627441405, 0.01988915252685547, 0.02007244873046875, 0.020122623443603514, 0.020733951568603515, 0.02011136054992676, 0.020153343200683595, 0.020592639923095703, 0.020108287811279296, 0.020023296356201172, 0.020196352005004883, 0.020374528884887694, 0.020099071502685546, 0.019964927673339843, 0.019916799545288084, 0.020289535522460937, 0.020215808868408205, 0.02004377555847168, 0.020025344848632814, 0.020008960723876954, 0.02001408004760742, 0.020256767272949217, 0.020418560028076172, 0.0200447998046875, 0.01983283233642578, 0.01967411231994629, 0.02002124786376953, 0.02006118392944336, 0.020237312316894532, 0.020198400497436524, 0.020100095748901366, 0.020102144241333008, 0.020230144500732423, 0.021105663299560547, 0.020198400497436524, 0.02011136054992676, 0.019962879180908204, 0.02008883285522461, 0.020016128540039063, 0.02028339195251465, 0.020082687377929686, 0.02002124786376953, 0.020065280914306642, 0.020793344497680662, 0.02042982482910156, 0.020685823440551757, 0.02002124786376953, 0.020332544326782227, 0.020165632247924805, 0.020149248123168945, 0.020230144500732423, 0.020374528884887694, 0.02011238479614258, 0.02020147132873535, 0.019986431121826173, 0.020132863998413086, 0.020932607650756836, 0.020742143630981445, 0.02030284881591797, 0.020577280044555665, 0.019934207916259765, 0.02002124786376953, 0.019908607482910155, 0.019877887725830077, 0.019802112579345704, 0.019709951400756837, 0.02004275131225586, 0.020328447341918944, 0.020196352005004883, 0.020393983840942383, 0.020108287811279296, 0.020107263565063475, 0.020371456146240235, 0.01987481689453125, 0.01985536003112793, 0.02030182456970215, 0.020808704376220705, 0.02023219108581543, 0.019769344329833984, 0.01987276840209961, 0.019877887725830077, 0.020262912750244142, 0.020159488677978517, 0.02023423957824707, 0.020031488418579102, 0.020084735870361328, 0.019813375473022463, 0.02003046417236328, 0.020024320602416993, 0.019742719650268553, 0.01986457633972168, 0.019878911972045898, 0.020342784881591795, 0.02000383949279785, 0.02002022361755371, 0.020189184188842774, 0.020562944412231447, 0.020297727584838866, 0.020002815246582033, 0.020254720687866212, 0.020001792907714845, 0.02108518409729004, 0.019752960205078125, 0.01990656089782715, 0.020961280822753905, 0.022008832931518556, 0.022805503845214844, 0.020794368743896483, 0.0198973445892334, 0.020273151397705077, 0.02004787254333496, 0.02025267219543457, 0.020101119995117187, 0.01981439971923828, 0.019984384536743165, 0.02012774467468262, 0.02003660774230957, 0.0204083194732666, 0.020577280044555665, 0.020067327499389647, 0.02006630325317383, 0.020786176681518553, 0.021105663299560547, 0.021781503677368166, 0.02086195182800293, 0.02005299186706543, 0.020774911880493165, 0.02025267219543457, 0.02006937599182129, 0.020274175643920898, 0.02012774467468262, 0.019761152267456054, 0.02007859230041504, 0.02006937599182129, 0.02022502326965332, 0.02106368064880371, 0.02006118392944336, 0.020584447860717774, 0.019975168228149414, 0.020445184707641603, 0.02043801689147949, 0.020105215072631837, 0.02046463966369629, 0.020238336563110353, 0.02021887969970703, 0.020137983322143553, 0.02007040023803711, 0.02007756805419922, 0.020789247512817383, 0.020447231292724608, 0.020107263565063475, 0.020331520080566406, 0.020150272369384766, 0.020098047256469728, 0.020361215591430663, 0.019976192474365235, 0.019896320343017578, 0.0198973445892334, 0.019861503601074217, 0.019920896530151368, 0.02024038314819336, 0.019991552352905274, 0.01986867141723633, 0.019912704467773438, 0.020125696182250977, 0.02020966339111328, 0.02006118392944336, 0.02045030403137207, 0.020304895401000975, 0.019994623184204103, 0.019955711364746095, 0.019749887466430666, 0.020149248123168945, 0.020381696701049806, 0.02008780860900879, 0.020192256927490236, 0.020158464431762696, 0.020634624481201173, 0.020329471588134765, 0.020513792037963868, 0.020108287811279296, 0.020396032333374024, 0.02002739143371582]",tokens/s,49.50375695997307,,,,,,MB,1831.149568,2712.141824,0.0,2149.5808,2147.522048,s,1,8.43405078125,8.43405078125,0.0,8.43405078125,8.43405078125,8.43405078125,8.43405078125,[8.43405078125],,kWh,1.923820078055327e-05,1.0528277661411123e-05,2.819807811399455e-05,5.796455655595894e-05, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,s,s,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/s/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947373-47056fb54e65d3001fe74546;74acac9b-df9f-4383-9dad-1f936ad8b404) Repository Not Found for url: https://huggingface.co/s/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: s is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-40b,tiiuae/falcon-40b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1481, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1572, in _check_and_enable_flash_attn_2 raise ValueError( ValueError: FalconForCausalLM does not support Flash Attention 2.0 yet. Please request to add support where the model is hosted, on its model hub page: https://huggingface.co//tmp/tmpmuy3qgkb/no_weights_model/discussions/new or in the Transformers GitHub repo: https://github.com/huggingface/transformers/issues/new ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-7b,google/gemma-7b,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1768.828928,7019.692032,0.0,6371.147776,6308.565504,s,10,1.3267521209716797,0.13267521209716798,0.00021879637069722476,0.13260414886474609,0.13292575378417967,0.13306385192871092,0.13317433044433594,"[0.13272665405273437, 0.13272746276855468, 0.13244419860839843, 0.13244650268554686, 0.1328950653076172, 0.13320195007324218, 0.13256777954101562, 0.13261747741699217, 0.13253421020507813, 0.1325908203125]",tokens/s,1929.5239551794502,kWh,1.5685975723319054e-06,8.595015667302536e-07,6.284924618578928e-06,8.713023757641087e-06,tokens/kWh,29381304.024965487,MB,1807.290368,7021.789184,0.0,6373.244928,6308.568064,s,10,19.6127119140625,1.9612711914062502,0.003016630357559812,1.9599844970703124,1.9660078369140626,1.9668467529296876,1.9675178857421876,"[1.9658214111328125, 1.9590687255859376, 1.9591705322265625, 1.9598502197265626, 1.963131591796875, 1.9676856689453126, 1.95864892578125, 1.9601187744140625, 1.9590291748046875, 1.9601868896484376]",tokens/s,32.12202385679688,kWh,2.3443418473640925e-05,1.284761757032325e-05,7.058219243062118e-05,0.00010687322847458537,tokens/kWh,589483.4552975211,,s,630,19.610716314315805,0.031128121133834594,0.000435886769887594,0.031071231842041015,0.031481651878356935,0.03185622978210449,0.03283826656341553,"[0.03183718490600586, 0.031105024337768555, 0.03143065643310547, 0.03130060768127441, 0.031247360229492187, 0.031123455047607423, 0.030587903976440428, 0.03054489517211914, 0.030940160751342774, 0.03395993423461914, 0.0319109115600586, 0.030901248931884766, 0.031102975845336913, 0.0314726390838623, 0.030920703887939452, 0.030887935638427736, 0.031340543746948245, 0.03163443183898926, 0.03196416091918945, 0.031070207595825194, 0.03138150405883789, 0.03114188766479492, 0.031102975845336913, 0.03073023986816406, 0.031079423904418944, 0.03341926574707031, 0.03203379058837891, 0.03193036842346191, 0.0315156478881836, 0.031137792587280274, 0.030879743576049806, 0.030889984130859374, 0.031156223297119142, 0.030963712692260743, 0.031025152206420898, 0.03210854339599609, 0.03270348739624023, 0.030883840560913086, 0.030612480163574218, 0.030623743057250977, 0.031119359970092773, 0.030616575241088868, 0.03060736083984375, 0.030826496124267577, 0.030669824600219726, 0.03056844711303711, 0.030983167648315428, 0.03129343986511231, 0.03082137680053711, 0.030665727615356447, 0.03157708740234375, 0.03137433624267578, 0.030901248931884766, 0.03114905548095703, 0.030681087493896485, 0.03055718421936035, 0.03055718421936035, 0.03076300811767578, 0.03140403175354004, 0.03155660820007324, 0.03057868766784668, 0.030769151687622072, 0.030976160049438477, 0.030742528915405274, 0.031252479553222655, 0.031110143661499022, 0.031114240646362305, 0.031054847717285155, 0.030934015274047853, 0.031129600524902344, 0.030875648498535156, 0.03102822494506836, 0.031102975845336913, 0.03096780776977539, 0.031069183349609376, 0.030881792068481444, 0.030649343490600587, 0.030793727874755858, 0.03146649551391602, 0.03074764823913574, 0.03076710319519043, 0.03203583908081055, 0.03134976005554199, 0.030741504669189453, 0.030871551513671876, 0.031178752899169923, 0.03159654426574707, 0.031199264526367187, 0.030904287338256835, 0.03138150405883789, 0.031121408462524414, 0.03282227325439453, 0.031100927352905275, 0.030860288619995117, 0.03080499267578125, 0.031121408462524414, 0.03135385513305664, 0.03095244789123535, 0.031152128219604492, 0.031092735290527345, 0.03080089569091797, 0.03134464073181152, 0.031162368774414063, 0.031031295776367186, 0.030876672744750977, 0.030769151687622072, 0.03074662399291992, 0.03083263969421387, 0.031058944702148438, 0.03082035255432129, 0.032008190155029294, 0.03126681518554687, 0.031038463592529295, 0.031068159103393556, 0.030930944442749023, 0.031222784042358398, 0.03119923210144043, 0.03097702407836914, 0.031253503799438476, 0.031062015533447264, 0.031336448669433595, 0.031124479293823244, 0.030910463333129884, 0.030735359191894532, 0.03078144073486328, 0.03120025634765625, 0.0313384952545166, 0.03266867065429688, 0.03190784072875977, 0.03137433624267578, 0.03096780776977539, 0.031102975845336913, 0.030861312866210938, 0.030814207077026368, 0.031235071182250978, 0.03058073616027832, 0.03079270362854004, 0.03120639991760254, 0.03117568016052246, 0.031072256088256835, 0.031169536590576172, 0.031068159103393556, 0.031109119415283205, 0.030893056869506837, 0.030889984130859374, 0.031194112777709962, 0.031093759536743162, 0.031214591979980468, 0.031033344268798828, 0.0311592960357666, 0.030993408203125, 0.031085567474365236, 0.03129241561889649, 0.03075379180908203, 0.031031295776367186, 0.031124479293823244, 0.031062015533447264, 0.031090688705444337, 0.030955520629882813, 0.03081625556945801, 0.031078399658203124, 0.030930944442749023, 0.03122483253479004, 0.030885887145996094, 0.030922752380371094, 0.031148031234741212, 0.03094937515258789, 0.030889984130859374, 0.030881792068481444, 0.03078963279724121, 0.030835712432861328, 0.03116543960571289, 0.030999551773071288, 0.03096063995361328, 0.0312729606628418, 0.031321088790893556, 0.0309749755859375, 0.030993408203125, 0.03165081596374512, 0.03130060768127441, 0.03103539276123047, 0.03121151924133301, 0.031369216918945314, 0.031063039779663085, 0.03116748809814453, 0.03102841567993164, 0.031013696670532227, 0.031056896209716797, 0.03073843193054199, 0.03096883201599121, 0.030915584564208985, 0.031239168167114258, 0.030889984130859374, 0.03075481605529785, 0.030999551773071288, 0.031088640213012695, 0.03075174331665039, 0.031101951599121092, 0.031220735549926756, 0.03117465591430664, 0.030971904754638672, 0.030993408203125, 0.03133030319213867, 0.03119615936279297, 0.03078348731994629, 0.03077734375, 0.03121151924133301, 0.031253503799438476, 0.030702592849731446, 0.03103539276123047, 0.031237119674682616, 0.03115519905090332, 0.030873600006103515, 0.030902271270751954, 0.030958591461181642, 0.030866432189941406, 0.03151872062683105, 0.031180799484252928, 0.031081472396850586, 0.030931968688964844, 0.030882816314697265, 0.03080806350708008, 0.03080601692199707, 0.03082854461669922, 0.030700544357299804, 0.03135897636413574, 0.031230976104736328, 0.03102617645263672, 0.03099443244934082, 0.031048704147338867, 0.03116748809814453, 0.031205375671386718, 0.03082444763183594, 0.031177728652954102, 0.03092889595031738, 0.031047679901123046, 0.031007743835449218, 0.030988288879394532, 0.030728191375732423, 0.031054847717285155, 0.031122432708740235, 0.03119001579284668, 0.030825471878051756, 0.03100569534301758, 0.031036415100097657, 0.031015935897827147, 0.03116851234436035, 0.031038463592529295, 0.031243263244628908, 0.03395174407958984, 0.032299007415771484, 0.031870975494384765, 0.0314726390838623, 0.031089664459228516, 0.031247360229492187, 0.03139276885986328, 0.031225887298583985, 0.031335391998291016, 0.03152179145812988, 0.03079475212097168, 0.03098419189453125, 0.03093606376647949, 0.03133132743835449, 0.031138816833496095, 0.030875648498535156, 0.031160320281982422, 0.03123200035095215, 0.03124838447570801, 0.031162368774414063, 0.031065088272094726, 0.03129446411132813, 0.031834112167358396, 0.03244441604614258, 0.031239168167114258, 0.031422464370727536, 0.031047679901123046, 0.031161344528198243, 0.03126067161560059, 0.03131596755981445, 0.03118694305419922, 0.0321710090637207, 0.03121049690246582, 0.031025152206420898, 0.030801919937133788, 0.030980096817016602, 0.03135078430175781, 0.03077324867248535, 0.03082444763183594, 0.0311592960357666, 0.03096575927734375, 0.031081472396850586, 0.03080806350708008, 0.03060223960876465, 0.031031295776367186, 0.031185920715332032, 0.03079475212097168, 0.03174198341369629, 0.031070175170898436, 0.031197183609008788, 0.03131494331359863, 0.03120128059387207, 0.030908416748046875, 0.03103443145751953, 0.03130668830871582, 0.03118182373046875, 0.030899200439453125, 0.030859264373779297, 0.03126169586181641, 0.031498239517211916, 0.030991359710693358, 0.031213567733764647, 0.030695423126220703, 0.030926847457885744, 0.030643199920654295, 0.03077017593383789, 0.03135487937927246, 0.03146444892883301, 0.03119820785522461, 0.03112550354003906, 0.031302656173706055, 0.03122483253479004, 0.031145984649658204, 0.030915584564208985, 0.030870559692382813, 0.031114208221435548, 0.03248230361938476, 0.032129024505615236, 0.031335424423217774, 0.031546367645263675, 0.03103539276123047, 0.031073280334472656, 0.031129600524902344, 0.031094783782958983, 0.03132928085327148, 0.03100979232788086, 0.03380428695678711, 0.03284479904174804, 0.03158835220336914, 0.03123200035095215, 0.031074304580688477, 0.030926847457885744, 0.031115264892578126, 0.031253503799438476, 0.031214591979980468, 0.030819328308105468, 0.031041536331176758, 0.03082956886291504, 0.030934015274047853, 0.03136819267272949, 0.030934015274047853, 0.030843904495239258, 0.031014911651611327, 0.030899200439453125, 0.030896127700805662, 0.030996480941772462, 0.030818304061889647, 0.030833663940429686, 0.03112550354003906, 0.031139839172363282, 0.03407462310791016, 0.031285247802734374, 0.03142348861694336, 0.030948352813720704, 0.030793727874755858, 0.031355903625488284, 0.030659584045410155, 0.030748672485351562, 0.03102720069885254, 0.031903743743896484, 0.0313118724822998, 0.031243263244628908, 0.03079475212097168, 0.0309616641998291, 0.030648319244384766, 0.030700544357299804, 0.03083776092529297, 0.0307589111328125, 0.03058278465270996, 0.031108095169067384, 0.03103027153015137, 0.03078246307373047, 0.030653440475463867, 0.030825471878051756, 0.030948352813720704, 0.03160883140563965, 0.03098111915588379, 0.031422464370727536, 0.031476736068725586, 0.03138764762878418, 0.03118387222290039, 0.031648767471313476, 0.03129958343505859, 0.03153408050537109, 0.030819328308105468, 0.030551040649414062, 0.03057459259033203, 0.03141222381591797, 0.03105075263977051, 0.03117977523803711, 0.031440895080566404, 0.030825471878051756, 0.03061862373352051, 0.030766080856323243, 0.03115007972717285, 0.03120639991760254, 0.030846975326538087, 0.030869504928588868, 0.031205375671386718, 0.030971904754638672, 0.031121408462524414, 0.0325560302734375, 0.030975040435791017, 0.03069740867614746, 0.031021055221557618, 0.030839807510375978, 0.03077120018005371, 0.030887935638427736, 0.031838207244873046, 0.03128217506408691, 0.030966783523559572, 0.031243263244628908, 0.031122432708740235, 0.030904319763183592, 0.031079423904418944, 0.030841856002807616, 0.03060633659362793, 0.031054847717285155, 0.031101951599121092, 0.031121408462524414, 0.030870527267456056, 0.031337472915649416, 0.0317829761505127, 0.03111827278137207, 0.031144960403442383, 0.0309268798828125, 0.03124015998840332, 0.031114240646362305, 0.030793727874755858, 0.030741504669189453, 0.03120128059387207, 0.03076300811767578, 0.03119923210144043, 0.031129600524902344, 0.031253503799438476, 0.03076812744140625, 0.030939136505126953, 0.031205375671386718, 0.030874624252319335, 0.03126169586181641, 0.031063039779663085, 0.031244287490844725, 0.031383583068847656, 0.03124323272705078, 0.031108095169067384, 0.03101900863647461, 0.031265792846679685, 0.031409151077270506, 0.0311592960357666, 0.031082496643066407, 0.031046655654907225, 0.03129855918884277, 0.031090688705444337, 0.030827520370483398, 0.030801919937133788, 0.030649343490600587, 0.030905344009399413, 0.030737407684326173, 0.030757888793945313, 0.03062272071838379, 0.030703615188598633, 0.031077375411987306, 0.031065088272094726, 0.031065088272094726, 0.031080448150634765, 0.03098521614074707, 0.03082444763183594, 0.030727167129516602, 0.031045631408691408, 0.03159040069580078, 0.031160320281982422, 0.03115110397338867, 0.031237119674682616, 0.031247360229492187, 0.031082496643066407, 0.03061759948730469, 0.030875648498535156, 0.031031295776367186, 0.030809087753295897, 0.031321088790893556, 0.031121408462524414, 0.03119001579284668, 0.030749696731567383, 0.03082342338562012, 0.031088640213012695, 0.03132825660705566, 0.032778240203857424, 0.03150028800964356, 0.031160320281982422, 0.03116339111328125, 0.031281152725219724, 0.03100057601928711, 0.031094783782958983, 0.032456703186035156, 0.03114905548095703, 0.03176959991455078, 0.03134566307067871, 0.0324659194946289, 0.03155353546142578, 0.030680063247680665, 0.030910463333129884, 0.030612480163574218, 0.030962688446044922, 0.030694400787353516, 0.030862335205078126, 0.031129600524902344, 0.030517248153686522, 0.03102822494506836, 0.030835712432861328, 0.031049728393554688, 0.030737407684326173, 0.03079270362854004, 0.030917631149291993, 0.0307906551361084, 0.030616575241088868, 0.030701568603515625, 0.03080806350708008, 0.03096883201599121, 0.030996480941772462, 0.030887935638427736, 0.030628864288330077, 0.03143270492553711, 0.03099545669555664, 0.031052799224853517, 0.031156223297119142, 0.031117311477661135, 0.03081625556945801, 0.030845951080322266, 0.03075071907043457, 0.030742528915405274, 0.031783935546875, 0.030980096817016602, 0.03160780715942383, 0.03143475151062012, 0.03156480026245117, 0.031086591720581053, 0.031106048583984375, 0.031194112777709962, 0.03116646385192871, 0.03150028800964356, 0.031100927352905275, 0.031140863418579103, 0.03136102485656738, 0.03241164779663086, 0.03138559913635254, 0.0310118408203125, 0.031045631408691408, 0.031145984649658204, 0.030851072311401367, 0.03120639991760254, 0.031070207595825194, 0.03138457679748535, 0.031032320022583007, 0.031344831466674807, 0.031109952926635744, 0.030735359191894532, 0.030735359191894532, 0.03117670440673828, 0.03115110397338867, 0.03123302459716797, 0.03144499206542969, 0.03128934478759766, 0.03177881622314453, 0.031714303970336914, 0.031072256088256835, 0.031197183609008788, 0.030996480941772462, 0.031541248321533204, 0.03126272010803223, 0.031077375411987306, 0.032007167816162106, 0.03146956825256347, 0.03102003288269043, 0.030748672485351562, 0.031095808029174804, 0.031049728393554688, 0.031120384216308594, 0.031029247283935548, 0.031085567474365236, 0.03139481544494629, 0.030555135726928712, 0.030926847457885744, 0.03097907257080078, 0.03058278465270996, 0.030924800872802735, 0.030900224685668946, 0.030681087493896485, 0.030740480422973632, 0.030707712173461913, 0.03062272071838379, 0.031062015533447264, 0.031185920715332032, 0.030686208724975586, 0.031120384216308594, 0.031269887924194335, 0.030632959365844727, 0.030744575500488282, 0.030621696472167968, 0.031040512084960937, 0.03122585678100586, 0.030741504669189453, 0.03058687973022461, 0.030847999572753908, 0.030652416229248046, 0.030864383697509764, 0.030893056869506837, 0.03101388740539551, 0.033242111206054685, 0.03198566436767578, 0.03147980880737305, 0.031202304840087892, 0.030665727615356447, 0.030660608291625976, 0.03126681518554687, 0.03132825660705566, 0.03118694305419922, 0.031244287490844725, 0.031078399658203124, 0.031037439346313478, 0.03139891242980957, 0.03157606315612793]",tokens/s,32.1252926156553,,,,,,MB,4745.342976,6422.003712,0.0,5792.333824,5786.358272,s,1,11.3428896484375,11.3428896484375,0.0,11.3428896484375,11.3428896484375,11.3428896484375,11.3428896484375,[11.3428896484375],,kWh,5.1149725233335e-05,2.8018309353047524e-05,7.386922576200355e-05,0.00015303726034838607, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-125m,facebook/opt-125m,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1190.526976,860.356608,0.0,213.909504,170.743808,s,10,0.1960949440002442,0.019609494400024415,0.0007865357493409871,0.019735103607177736,0.02049824695587158,0.020841139698028564,0.02111545389175415,"[0.021184032440185546, 0.01869990348815918, 0.019745344161987304, 0.019681695938110352, 0.019744447708129883, 0.020422048568725586, 0.01857676887512207, 0.019743423461914062, 0.01857049560546875, 0.019726783752441406]",tokens/s,13054.900589363551,kWh,2.226375568783615e-07,1.2199512200792108e-07,4.710492364332028e-07,8.156819153194854e-07,tokens/kWh,313847831.1116291,MB,1190.526976,860.356608,0.0,213.909504,191.396864,s,10,12.065038940429686,1.2065038940429686,0.016506890122085973,1.21254638671875,1.2161875244140625,1.2170561035156249,1.217750966796875,"[1.194369140625, 1.160519287109375, 1.2116671142578126, 1.215037841796875, 1.213072265625, 1.2136474609375, 1.2120205078125, 1.2179246826171874, 1.2107861328125, 1.2159945068359375]",tokens/s,52.216988532783226,kWh,1.403691048136589e-05,7.691868567563085e-06,2.7537500948160714e-05,4.926627999708969e-05,tokens/kWh,1278765.110816599,,s,629,12.218882049560547,0.01942588561138402,0.002366794031249509,0.01922867202758789,0.019430400848388672,0.019699493789672853,0.03716095993041993,"[0.020789247512817383, 0.02069708824157715, 0.01957683181762695, 0.01830297660827637, 0.018096128463745118, 0.018316287994384766, 0.018342912673950194, 0.018249759674072264, 0.018142175674438477, 0.018119680404663087, 0.018076671600341796, 0.01816268730163574, 0.01810534477233887, 0.018074623107910158, 0.018110464096069336, 0.018084863662719726, 0.018058271408081056, 0.018101215362548828, 0.018091007232666014, 0.018060287475585936, 0.018001920700073244, 0.01802649688720703, 0.018735103607177735, 0.01865318489074707, 0.01864396858215332, 0.018716672897338867, 0.018787328720092773, 0.018676736831665038, 0.01864396858215332, 0.0187064323425293, 0.01979084777832031, 0.01970278358459473, 0.01957683181762695, 0.019292160034179686, 0.019481599807739256, 0.01927884864807129, 0.01920515251159668, 0.01926140785217285, 0.01923072052001953, 0.019185663223266602, 0.01926348876953125, 0.01924608039855957, 0.019382272720336914, 0.01925734329223633, 0.01922969627380371, 0.019195903778076173, 0.01923891258239746, 0.01924403190612793, 0.01920207977294922, 0.01911395263671875, 0.01927475166320801, 0.01926144027709961, 0.019173376083374022, 0.019191808700561523, 0.019126272201538085, 0.019985408782958985, 0.019320831298828126, 0.019115007400512696, 0.0192993278503418, 0.01928704071044922, 0.019207168579101562, 0.01921843147277832, 0.03718963241577149, 0.01807155227661133, 0.01807974433898926, 0.018069503784179687, 0.018041887283325196, 0.018057184219360353, 0.018147327423095702, 0.01807360076904297, 0.018084863662719726, 0.018113536834716795, 0.018084863662719726, 0.01818828773498535, 0.01818726348876953, 0.018114559173583983, 0.01822719955444336, 0.01808793640136719, 0.018163711547851562, 0.018110464096069336, 0.018070528030395508, 0.018395135879516602, 0.01804595184326172, 0.018160640716552736, 0.01805721664428711, 0.017942527770996093, 0.01806540870666504, 0.018061311721801757, 0.018143232345581056, 0.018100223541259765, 0.01821388816833496, 0.01806438446044922, 0.01804800033569336, 0.01807360076904297, 0.018095104217529297, 0.018145280838012694, 0.018084863662719726, 0.018130943298339842, 0.018104320526123048, 0.018076671600341796, 0.018083839416503905, 0.01801318359375, 0.018104320526123048, 0.01802444839477539, 0.018177024841308592, 0.018119680404663087, 0.018139135360717772, 0.018036735534667968, 0.018935808181762694, 0.019347455978393553, 0.019313663482666017, 0.019298303604125978, 0.01920204734802246, 0.01920614433288574, 0.01946214485168457, 0.019323904037475585, 0.01920614433288574, 0.01923481559753418, 0.0192174072265625, 0.01925433540344238, 0.019198911666870117, 0.019377151489257814, 0.01926348876953125, 0.01927475166320801, 0.0192675838470459, 0.039344127655029294, 0.019280895233154297, 0.019166208267211913, 0.01925939178466797, 0.01924198341369629, 0.01926246452331543, 0.01925836753845215, 0.019126272201538085, 0.0192491512298584, 0.019312639236450196, 0.019612672805786133, 0.019216384887695313, 0.0192993278503418, 0.019290111541748048, 0.01940377616882324, 0.019260416030883788, 0.01925734329223633, 0.01922662353515625, 0.01924710464477539, 0.019142656326293944, 0.01926655960083008, 0.019182592391967773, 0.019135488510131835, 0.01919696044921875, 0.01914569664001465, 0.019177471160888672, 0.01921433639526367, 0.019164159774780275, 0.01926348876953125, 0.01879654312133789, 0.018889728546142577, 0.019146751403808594, 0.019147775650024415, 0.01912015914916992, 0.019694559097290038, 0.019430400848388672, 0.019204095840454103, 0.019192832946777344, 0.019164159774780275, 0.01922559928894043, 0.01918976020812988, 0.01924198341369629, 0.019198976516723632, 0.019306495666503908, 0.019184640884399414, 0.019342336654663086, 0.019184640884399414, 0.01925119972229004, 0.019139583587646485, 0.019123199462890626, 0.01927065658569336, 0.019154943466186524, 0.019194879531860352, 0.01919795227050781, 0.01922662353515625, 0.019161088943481445, 0.01923174476623535, 0.01923379135131836, 0.01920614433288574, 0.01922355270385742, 0.019122175216674805, 0.01963827133178711, 0.019194879531860352, 0.039016448974609375, 0.019309568405151366, 0.019113983154296875, 0.019118080139160155, 0.019178495407104493, 0.01919692802429199, 0.019211263656616212, 0.019184640884399414, 0.0191713924407959, 0.019259328842163085, 0.01924812889099121, 0.01920512008666992, 0.019203071594238282, 0.01919692802429199, 0.01919692802429199, 0.021727231979370116, 0.019551231384277345, 0.019430400848388672, 0.019298303604125978, 0.019899391174316407, 0.01922559928894043, 0.019139583587646485, 0.019818496704101563, 0.01920102310180664, 0.019143680572509765, 0.019204095840454103, 0.019192832946777344, 0.019146751403808594, 0.01927475166320801, 0.01919692802429199, 0.019297279357910157, 0.019184640884399414, 0.019180543899536134, 0.019224576950073242, 0.01925939178466797, 0.019215360641479492, 0.019269632339477538, 0.019176448822021484, 0.01919795227050781, 0.019260416030883788, 0.019183616638183593, 0.019212287902832033, 0.019268608093261717, 0.01926655960083008, 0.019216384887695313, 0.01923379135131836, 0.01925017547607422, 0.019186687469482423, 0.01920512008666992, 0.019636224746704102, 0.0192174072265625, 0.01923583984375, 0.018884607315063476, 0.019400703430175782, 0.01925939178466797, 0.019198976516723632, 0.019359743118286133, 0.01926553535461426, 0.019347455978393553, 0.019187711715698243, 0.01925836753845215, 0.018856960296630858, 0.019104768753051758, 0.039398399353027344, 0.019138559341430664, 0.019174400329589843, 0.01925632095336914, 0.019215360641479492, 0.019336191177368164, 0.019794944763183595, 0.019331071853637697, 0.019195903778076173, 0.019296255111694336, 0.01990656089782715, 0.019325952529907226, 0.019172351837158205, 0.019273727416992188, 0.019277824401855468, 0.01926655960083008, 0.019293184280395507, 0.01923891258239746, 0.01925632095336914, 0.01921843147277832, 0.019192863464355468, 0.019151840209960937, 0.019169279098510742, 0.019113983154296875, 0.01923276710510254, 0.01922355270385742, 0.019211263656616212, 0.019183616638183593, 0.019208192825317383, 0.019276800155639647, 0.019178495407104493, 0.01925017547607422, 0.01924198341369629, 0.019178495407104493, 0.019165184020996092, 0.019142656326293944, 0.019509248733520508, 0.019159040451049804, 0.01923788833618164, 0.019215360641479492, 0.019575807571411134, 0.019834880828857423, 0.019289087295532227, 0.019219455718994142, 0.01920512008666992, 0.019371007919311522, 0.01927884864807129, 0.019142656326293944, 0.01920921516418457, 0.01923891258239746, 0.019121152877807617, 0.019276800155639647, 0.01921023941040039, 0.01924505615234375, 0.018998271942138673, 0.018720767974853517, 0.01901055908203125, 0.019146751403808594, 0.019269632339477538, 0.01920921516418457, 0.01923686408996582, 0.019180543899536134, 0.01924505615234375, 0.040190975189208986, 0.019260416030883788, 0.019177471160888672, 0.019178495407104493, 0.019146751403808594, 0.019350528717041016, 0.01922355270385742, 0.01923993682861328, 0.019153919219970703, 0.019204095840454103, 0.01922867202758789, 0.019344383239746094, 0.019290111541748048, 0.018832384109497072, 0.01920614433288574, 0.019414016723632813, 0.019293184280395507, 0.019338239669799806, 0.019180543899536134, 0.019224576950073242, 0.019280927658081055, 0.01977238464355469, 0.019487743377685548, 0.019358720779418945, 0.01927475166320801, 0.019539968490600586, 0.019178495407104493, 0.0192225284576416, 0.019292160034179686, 0.019559423446655275, 0.019268608093261717, 0.019163135528564454, 0.0192542724609375, 0.01926144027709961, 0.01927168083190918, 0.019280895233154297, 0.019132415771484376, 0.01923481559753418, 0.01919385528564453, 0.01923072052001953, 0.019315711975097655, 0.018753536224365236, 0.019180543899536134, 0.019269632339477538, 0.01922355270385742, 0.019380224227905272, 0.019180543899536134, 0.019152896881103516, 0.019198976516723632, 0.01923174476623535, 0.01923583984375, 0.01979801559448242, 0.019106815338134766, 0.01919385528564453, 0.01921433639526367, 0.01922867202758789, 0.01922867202758789, 0.01920207977294922, 0.019247072219848633, 0.019288063049316406, 0.01926246452331543, 0.019276800155639647, 0.019176448822021484, 0.037087230682373046, 0.01803264045715332, 0.018916351318359375, 0.019191808700561523, 0.01927168083190918, 0.01943449592590332, 0.019290111541748048, 0.0192675838470459, 0.019321855545043946, 0.019286016464233398, 0.019191808700561523, 0.019178495407104493, 0.01926553535461426, 0.01965465545654297, 0.01930342483520508, 0.01928294372558594, 0.01925017547607422, 0.019578880310058593, 0.01924198341369629, 0.019204095840454103, 0.01923174476623535, 0.0192174072265625, 0.019401727676391603, 0.019194879531860352, 0.01920102310180664, 0.019165184020996092, 0.01922867202758789, 0.01927168083190918, 0.01944576072692871, 0.01925119972229004, 0.019342336654663086, 0.01920512008666992, 0.019198976516723632, 0.019260416030883788, 0.01927168083190918, 0.01922559928894043, 0.01922047996520996, 0.01931679916381836, 0.019243967056274413, 0.019842048645019532, 0.01926246452331543, 0.019177471160888672, 0.019215360641479492, 0.019298303604125978, 0.01922559928894043, 0.01922355270385742, 0.01938739204406738, 0.01923481559753418, 0.0192225284576416, 0.019269632339477538, 0.01919692802429199, 0.0192542724609375, 0.019321855545043946, 0.01929113578796387, 0.01925734329223633, 0.01921843147277832, 0.01919798469543457, 0.019182592391967773, 0.019217376708984376, 0.019191808700561523, 0.019175424575805664, 0.019362815856933592, 0.01927168083190918, 0.039774208068847655, 0.019320831298828126, 0.01927577590942383, 0.019139583587646485, 0.01922150421142578, 0.0194652156829834, 0.019371007919311522, 0.019169279098510742, 0.01920102310180664, 0.01923481559753418, 0.01923481559753418, 0.01921023941040039, 0.019304447174072266, 0.0194334716796875, 0.019914751052856446, 0.019300352096557616, 0.019297279357910157, 0.019264511108398438, 0.019161088943481445, 0.019192832946777344, 0.0192542724609375, 0.019150848388671874, 0.019103776931762694, 0.019174367904663085, 0.019103744506835937, 0.01882521629333496, 0.019224576950073242, 0.01998847961425781, 0.0192225284576416, 0.01923379135131836, 0.019135488510131835, 0.019162111282348633, 0.01921433639526367, 0.019288063049316406, 0.01922969627380371, 0.01921843147277832, 0.019145727157592773, 0.01920512008666992, 0.019170303344726563, 0.01923276710510254, 0.019280895233154297, 0.019203071594238282, 0.019172351837158205, 0.019280895233154297, 0.019327999114990235, 0.019566591262817384, 0.019458047866821288, 0.019313663482666017, 0.02063155174255371, 0.020262912750244142, 0.019474431991577147, 0.019277824401855468, 0.01979497528076172, 0.01930441665649414, 0.019286016464233398, 0.019280895233154297, 0.01947340774536133, 0.019305471420288087, 0.019344383239746094, 0.019198976516723632, 0.019264511108398438, 0.019229728698730467, 0.019192800521850586, 0.03708620834350586, 0.01803980827331543, 0.018043903350830077, 0.01799577522277832, 0.017985536575317384, 0.01965363121032715, 0.020328447341918944, 0.019406848907470704, 0.019264511108398438, 0.019396608352661132, 0.019405824661254883, 0.01929113578796387, 0.019353599548339845, 0.01927884864807129, 0.019215360641479492, 0.019942399978637695, 0.0194201602935791, 0.019324928283691405, 0.01923072052001953, 0.01922969627380371, 0.019260416030883788, 0.019164159774780275, 0.019169279098510742, 0.019344383239746094, 0.019313663482666017, 0.019183616638183593, 0.019414016723632813, 0.01942937660217285, 0.01925836753845215, 0.01922150421142578, 0.019204095840454103, 0.01923993682861328, 0.019382272720336914, 0.019359743118286133, 0.019276800155639647, 0.01925529670715332, 0.01922764778137207, 0.019182592391967773, 0.019151872634887695, 0.01921433639526367, 0.019182592391967773, 0.019552255630493166, 0.01921843147277832, 0.019113983154296875, 0.019353599548339845, 0.01942425537109375, 0.01943961524963379, 0.019184640884399414, 0.01919692802429199, 0.0192225284576416, 0.019215360641479492, 0.01925017547607422, 0.01924608039855957, 0.019286016464233398, 0.019184640884399414, 0.019310592651367187, 0.01926348876953125, 0.019281919479370118, 0.01923072052001953, 0.019178495407104493, 0.01922355270385742, 0.019286016464233398, 0.01940377616882324, 0.0393256950378418, 0.019511295318603517, 0.019409919738769533, 0.01986867141723633, 0.01922047996520996, 0.01923993682861328, 0.0192491512298584, 0.019358720779418945, 0.01926144027709961, 0.01924505615234375, 0.01930342483520508, 0.01927475166320801, 0.01935670471191406, 0.019194847106933595, 0.01923891258239746, 0.019350528717041016, 0.019292160034179686, 0.01885491180419922, 0.01883750343322754, 0.019164159774780275, 0.01923174476623535, 0.01919385528564453, 0.019292160034179686, 0.019317760467529296, 0.019159040451049804, 0.01922764778137207, 0.0192542724609375, 0.019207168579101562, 0.01960857582092285, 0.019208192825317383, 0.0192225284576416, 0.019304447174072266, 0.019309568405151366, 0.01927168083190918, 0.01924095916748047, 0.019325952529907226, 0.019380224227905272, 0.01927884864807129, 0.019178495407104493, 0.019380224227905272, 0.01920204734802246, 0.0192174072265625, 0.019302400588989257, 0.019322879791259767, 0.019268608093261717, 0.01923583984375, 0.019361791610717775, 0.019200000762939453, 0.019171327590942384, 0.01927987289428711, 0.01922150421142578, 0.0192225284576416, 0.01919795227050781, 0.019367935180664063, 0.01942323112487793, 0.02004787254333496, 0.019408895492553712, 0.01939455986022949, 0.019190784454345702, 0.019526655197143555, 0.019305471420288087, 0.01940275192260742, 0.019343360900878907]",tokens/s,51.47770454356927,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,databricks/dbrx-base,databricks/dbrx-base,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",dbrx,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-350m,facebook/opt-350m,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.3,,0.32.1,,,,1.21.2,,,,0.11.1,,,,MB,1299.451904,1017.643008,0.0,371.195904,277.51168,s,10,0.37715682983398435,0.03771568298339844,0.0014710113509263938,0.036899408340454104,0.03880373954772949,0.04022601413726806,0.04136383380889893,"[0.04164828872680664, 0.03819702529907226, 0.03848767852783203, 0.03808796691894531, 0.036752639770507814, 0.036819168090820316, 0.03697964859008789, 0.03674367904663086, 0.03678384017944336, 0.03665689468383789]",tokens/s,6787.627314416796,kWh,4.4866974217823455e-07,2.457510414216439e-07,1.3435585243408643e-06,2.037979307940743e-06,tokens/kWh,125614621.79842876,MB,1299.451904,1019.74016,0.0,373.293056,309.59872,s,10,23.134369140624997,2.3134369140625,0.031009695354568774,2.3000332031250004,2.358957592773437,2.365323400878906,2.3704160473632814,"[2.371689208984375, 2.35754296875, 2.341012939453125, 2.30387109375, 2.295202392578125, 2.285696044921875, 2.28359716796875, 2.2961953125, 2.31930908203125, 2.2802529296875]",tokens/s,27.23221005813776,kWh,2.7747404541607058e-05,1.5206593557459732e-05,7.73892544618633e-05,0.00012034325256093009,tokens/kWh,523502.55339910265,,s,630,23.129600021362286,0.036713650827559216,0.0007896298724205677,0.036756479263305664,0.0375616512298584,0.037975757026672365,0.038684701690673826,"[0.03945779037475586, 0.038712318420410154, 0.038539264678955076, 0.03923046493530274, 0.038793216705322264, 0.03873382568359375, 0.038419456481933595, 0.03811123275756836, 0.03861708831787109, 0.03844611358642578, 0.03786956787109375, 0.03738006210327149, 0.037405696868896485, 0.03732889556884766, 0.0373309440612793, 0.037256191253662106, 0.037804031372070314, 0.038266880035400394, 0.037823486328125, 0.0374200325012207, 0.037272575378417966, 0.037525505065917966, 0.037310462951660156, 0.03815526580810547, 0.03816860961914063, 0.037601249694824215, 0.037375999450683595, 0.037195777893066405, 0.03726335906982422, 0.03736064147949219, 0.03730124664306641, 0.03757567977905273, 0.03751321411132812, 0.037544960021972655, 0.03743231964111328, 0.03739136123657227, 0.03727974319458008, 0.03748966217041016, 0.037288959503173826, 0.03739136123657227, 0.03728179168701172, 0.037397537231445316, 0.037279712677001954, 0.037222400665283206, 0.0372490234375, 0.03825151824951172, 0.03757567977905273, 0.037195777893066405, 0.0372408332824707, 0.03806719970703125, 0.03731660842895508, 0.03729305648803711, 0.036893695831298826, 0.037223423004150394, 0.0373493766784668, 0.03723881530761719, 0.037265377044677736, 0.0373196792602539, 0.03718860626220703, 0.037195777893066405, 0.03726847839355469, 0.03731558227539063, 0.037222400665283206, 0.037168128967285156, 0.037324798583984374, 0.03706060791015625, 0.03727155303955078, 0.03712102508544922, 0.03782758331298828, 0.037424129486083986, 0.037272575378417966, 0.03848191833496094, 0.037823486328125, 0.03774774551391601, 0.037260257720947265, 0.03739340972900391, 0.037395454406738284, 0.037215232849121094, 0.037351425170898435, 0.03728076934814453, 0.03741798400878906, 0.03729305648803711, 0.03742617416381836, 0.038458366394042966, 0.03765964889526367, 0.0372674560546875, 0.03726233673095703, 0.037482494354248046, 0.03747532653808594, 0.037381118774414065, 0.03753881454467774, 0.037493759155273435, 0.03742617416381836, 0.03713228988647461, 0.03743231964111328, 0.03731558227539063, 0.037308414459228514, 0.03760025787353516, 0.037184513092041016, 0.03801599884033203, 0.03772313690185547, 0.03738214492797851, 0.037473281860351565, 0.03728384017944336, 0.03733913421630859, 0.037238784790039066, 0.037561344146728515, 0.03748863983154297, 0.03739648056030274, 0.037381118774414065, 0.03731558227539063, 0.03725414276123047, 0.03722649765014648, 0.037256191253662106, 0.037149696350097655, 0.037195777893066405, 0.03715379333496094, 0.037302272796630856, 0.03718348693847656, 0.03763711929321289, 0.037292030334472655, 0.037282817840576174, 0.03764019012451172, 0.03742105484008789, 0.03732275390625, 0.03719270324707031, 0.03792998504638672, 0.03745587158203125, 0.037410816192626956, 0.03724595260620117, 0.03724390411376953, 0.03754598236083984, 0.0373043212890625, 0.037607425689697264, 0.03746201705932617, 0.03741491317749023, 0.03760844802856445, 0.037275646209716795, 0.03720908737182617, 0.03721830368041992, 0.03702579116821289, 0.03835801696777344, 0.03839897537231445, 0.037766143798828124, 0.037647361755371096, 0.037343265533447266, 0.03749577713012695, 0.03732070541381836, 0.0373493766784668, 0.037266433715820314, 0.03725823974609375, 0.03747123336791992, 0.03743641662597656, 0.03847372817993164, 0.037956607818603515, 0.03734630584716797, 0.037324798583984374, 0.03747020721435547, 0.03728691101074219, 0.037187583923339845, 0.036478977203369144, 0.03727872085571289, 0.03740262222290039, 0.03599158477783203, 0.03591574478149414, 0.03736988830566406, 0.037246944427490235, 0.037144577026367184, 0.037495807647705076, 0.037465087890625, 0.03746713638305664, 0.0359741439819336, 0.036071422576904294, 0.03584511947631836, 0.03690188980102539, 0.03610521697998047, 0.035945472717285154, 0.035999744415283204, 0.036018177032470705, 0.03591372680664062, 0.03594137573242188, 0.03680665588378906, 0.037564414978027344, 0.03729919815063477, 0.03735859298706055, 0.03727974319458008, 0.03712819290161133, 0.03654553604125976, 0.037479423522949216, 0.03700940704345703, 0.03714358520507813, 0.03704115295410156, 0.03590755081176758, 0.035784702301025394, 0.03611340713500977, 0.03753574371337891, 0.037285888671875, 0.03723980712890625, 0.03736883163452148, 0.037133312225341795, 0.03727462387084961, 0.03832217788696289, 0.03614617538452149, 0.03656294250488281, 0.037456897735595705, 0.03617484664916992, 0.03591987228393555, 0.035955711364746096, 0.03661312103271484, 0.03624345779418945, 0.03591167831420899, 0.03601919937133789, 0.03605401611328125, 0.035932159423828124, 0.036953086853027346, 0.037256191253662106, 0.03721625518798828, 0.03736166381835938, 0.037149696350097655, 0.03725721740722656, 0.03734425735473633, 0.03718348693847656, 0.03731353759765625, 0.03817267227172851, 0.0373831672668457, 0.0374917106628418, 0.036964351654052735, 0.03628953552246094, 0.03660595321655274, 0.03592192077636719, 0.03605196762084961, 0.03597107315063477, 0.035942401885986325, 0.03599462509155273, 0.035929088592529294, 0.03583795166015625, 0.037465087890625, 0.036378623962402344, 0.03589324951171875, 0.03585228729248047, 0.03599871826171875, 0.03585740661621094, 0.035969024658203126, 0.03588198471069336, 0.0359444465637207, 0.03585843276977539, 0.03592704010009766, 0.035937278747558594, 0.03603968048095703, 0.036313087463378906, 0.03638579177856445, 0.03597721481323242, 0.03580723190307617, 0.0360447998046875, 0.036087806701660154, 0.03592601776123047, 0.03580723190307617, 0.03594035339355469, 0.03610419082641601, 0.03729510498046875, 0.03725516891479492, 0.03714355087280274, 0.03681587219238281, 0.03590860748291016, 0.03649126434326172, 0.03639295959472656, 0.03578572845458984, 0.035912704467773435, 0.03635200119018555, 0.03620044708251953, 0.035929088592529294, 0.035922943115234376, 0.03685068893432617, 0.03605401611328125, 0.03589017486572266, 0.03584000015258789, 0.03599564743041992, 0.03625369644165039, 0.03599257659912109, 0.038351871490478515, 0.03767910385131836, 0.037174270629882815, 0.037579776763916016, 0.03741388702392578, 0.036636672973632815, 0.035917823791503906, 0.03604684829711914, 0.03593625640869141, 0.03648819351196289, 0.03666841506958008, 0.03876454544067383, 0.037275646209716795, 0.03777024078369141, 0.03788595199584961, 0.0371701774597168, 0.037207073211669925, 0.03730428695678711, 0.035789825439453124, 0.03580416107177734, 0.03590553665161133, 0.035929088592529294, 0.035947521209716796, 0.03597824096679687, 0.03599359893798828, 0.035850238800048825, 0.03602841567993164, 0.03580108642578125, 0.03589427185058594, 0.03592192077636719, 0.036942848205566405, 0.03590758514404297, 0.036004863739013675, 0.035844097137451174, 0.03578879928588867, 0.03614720153808594, 0.0360263671875, 0.03583078384399414, 0.03594342422485351, 0.03589836883544922, 0.035912704467773435, 0.036893695831298826, 0.03609804916381836, 0.035896320343017575, 0.035975166320800785, 0.0358389778137207, 0.035722240447998044, 0.035767295837402346, 0.03579596710205078, 0.03591372680664062, 0.03597312164306641, 0.03599564743041992, 0.035884033203125, 0.03593625640869141, 0.03613081741333008, 0.035988479614257815, 0.03586457443237305, 0.03590041732788086, 0.03593625640869141, 0.03599462509155273, 0.03786547088623047, 0.03637452697753906, 0.03595775985717774, 0.035888126373291016, 0.036168704986572264, 0.03583488082885742, 0.0359444465637207, 0.03598438262939453, 0.035996673583984375, 0.03611344146728516, 0.037126113891601566, 0.037515262603759765, 0.03807846450805664, 0.03746099090576172, 0.03722547149658203, 0.03732275390625, 0.03716403198242187, 0.03719372940063476, 0.037341182708740234, 0.037177345275878904, 0.03623116683959961, 0.03599257659912109, 0.035999744415283204, 0.03595775985717774, 0.03590041732788086, 0.03590758514404297, 0.035879936218261715, 0.03590963363647461, 0.03592192077636719, 0.0358389778137207, 0.03595161437988281, 0.03660083389282227, 0.036898815155029296, 0.03662335968017578, 0.03579904174804688, 0.0361267204284668, 0.0358656005859375, 0.03617484664916992, 0.03671244812011719, 0.035765247344970705, 0.035961856842041014, 0.03593830490112305, 0.03599052810668945, 0.03610419082641601, 0.03587788772583008, 0.03602841567993164, 0.03597619247436523, 0.035767295837402346, 0.03604377746582031, 0.03584921646118164, 0.03592192077636719, 0.03723980712890625, 0.03729510498046875, 0.03702272033691406, 0.037203968048095705, 0.03712921524047851, 0.03710976028442383, 0.037031936645507815, 0.037220352172851565, 0.03712307357788086, 0.0359106559753418, 0.03575603103637695, 0.035883007049560545, 0.035745792388916016, 0.0359741439819336, 0.036410369873046876, 0.036342784881591796, 0.03586457443237305, 0.035745792388916016, 0.03577036666870117, 0.03592704010009766, 0.03630182266235352, 0.035904510498046875, 0.03768524932861328, 0.03768627166748047, 0.03730022430419922, 0.035798015594482424, 0.03573452758789063, 0.037456897735595705, 0.0371517448425293, 0.035730430603027344, 0.03579391860961914, 0.03595161437988281, 0.035817470550537106, 0.03711385726928711, 0.0358287353515625, 0.035817470550537106, 0.035800064086914066, 0.035860481262207033, 0.03597721481323242, 0.03586355209350586, 0.03583795166015625, 0.035917823791503906, 0.03598745727539063, 0.03652710342407227, 0.036122623443603515, 0.035829761505126956, 0.035934207916259765, 0.035814399719238284, 0.03575603103637695, 0.03589529418945313, 0.03600384140014649, 0.03583283233642578, 0.035705856323242184, 0.03579596710205078, 0.03702169418334961, 0.03716505432128906, 0.036988929748535154, 0.03713740921020508, 0.03580313491821289, 0.035810302734375, 0.03592396926879883, 0.03593011093139648, 0.035800064086914066, 0.03697868728637695, 0.03606425476074219, 0.03580825424194336, 0.03580313491821289, 0.03568230438232422, 0.03585433578491211, 0.035829761505126956, 0.036391937255859375, 0.03649331283569336, 0.03591372680664062, 0.03580825424194336, 0.0359741439819336, 0.035871742248535156, 0.035914752960205076, 0.03607244873046875, 0.03588608169555664, 0.03586150360107422, 0.03580518341064453, 0.0358287353515625, 0.03706880187988281, 0.03749785614013672, 0.037198848724365234, 0.0373125114440918, 0.03706060791015625, 0.03711590576171875, 0.0361338882446289, 0.0358737907409668, 0.035972095489501955, 0.035798015594482424, 0.03579292678833008, 0.03593724822998047, 0.0372490234375, 0.03709747314453125, 0.03599769592285156, 0.03594035339355469, 0.03657830429077148, 0.03801599884033203, 0.03649228668212891, 0.03584000015258789, 0.03595673751831055, 0.03705036926269531, 0.037493759155273435, 0.03727052688598633, 0.03621376037597656, 0.03630387115478516, 0.03753881454467774, 0.03747635269165039, 0.037010433197021485, 0.037149696350097655, 0.03814912033081055, 0.03738214492797851, 0.035737598419189456, 0.03680051040649414, 0.037253120422363284, 0.03705961608886719, 0.036505569458007814, 0.035833854675292966, 0.037133312225341795, 0.03731455993652344, 0.03717324829101563, 0.03712102508544922, 0.037207038879394534, 0.03737702560424805, 0.03646361541748047, 0.03626291275024414, 0.03582156753540039, 0.03760332870483398, 0.03732275390625, 0.03726438522338867, 0.03715686416625977, 0.03639091110229492, 0.037157886505126955, 0.03724800109863281, 0.03579084777832031, 0.035768318176269534, 0.03694182586669922, 0.03749785614013672, 0.03663161468505859, 0.03580307388305664, 0.03617484664916992, 0.03585843276977539, 0.03650048065185547, 0.03729100799560547, 0.03592601776123047, 0.036919326782226564, 0.03665609741210937, 0.03586051177978516, 0.035844097137451174, 0.03598947143554688, 0.037223423004150394, 0.03714252853393555, 0.03638681411743164, 0.036332542419433594, 0.037026817321777344, 0.03718963241577149, 0.03745382308959961, 0.03730636978149414, 0.037493759155273435, 0.03707289505004883, 0.03826278305053711, 0.037375999450683595, 0.037203968048095705, 0.03729612731933594, 0.03731558227539063, 0.03722137451171875, 0.03706265640258789, 0.03726540756225586, 0.039669761657714846, 0.03759718322753906, 0.03595673751831055, 0.03578879928588867, 0.03590556716918945, 0.035775489807128906, 0.035859424591064455, 0.036016128540039063, 0.035886112213134765, 0.035821537017822265, 0.03591372680664062, 0.03622604751586914, 0.03623219299316406, 0.03582361602783203, 0.03599359893798828, 0.03604172897338867, 0.03590348815917969, 0.03576422500610352, 0.035896320343017575, 0.03576627349853516, 0.03591167831420899, 0.035746814727783204, 0.035958782196044925, 0.03591884613037109, 0.035866622924804685, 0.03612364959716797, 0.03604275131225586, 0.03582668685913086, 0.036155391693115234, 0.03659775924682617, 0.037195777893066405, 0.0370513916015625, 0.037174270629882815, 0.03578777694702148, 0.035988479614257815, 0.03587583923339844, 0.03584204864501953, 0.03570687866210937, 0.03591372680664062, 0.03585740661621094, 0.03641446304321289, 0.03609804916381836, 0.03605811309814453, 0.0358205451965332, 0.035844097137451174, 0.03572633743286133, 0.03659366226196289, 0.035955711364746096, 0.03593523025512695, 0.03767091369628906, 0.03747430419921875, 0.036531200408935545, 0.035961856842041014, 0.03600384140014649, 0.03605196762084961, 0.03587891387939453, 0.035727359771728515, 0.035942401885986325, 0.03586355209350586, 0.03574272155761719, 0.0360263671875, 0.03668377685546875, 0.03753881454467774, 0.03577036666870117, 0.03599257659912109, 0.03578777694702148, 0.03585945510864258, 0.03653017425537109, 0.037991424560546876, 0.03839897537231445]",tokens/s,27.237825099359142,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,-,-,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 106, in _inner_fn validate_repo_id(arg_value) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '-'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '-'. Please provide either the path to a local folder or the repo_id of a model on the Hub. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2302.95552,9284.616192,0.0,8638.169088,8363.057664,s,10,5.4689853515625,0.54689853515625,0.0002038863223485263,0.5469012756347656,0.5470263366699218,0.5472242279052735,0.5473825408935546,"[0.547422119140625, 0.5469017333984375, 0.5467633056640625, 0.5468145141601563, 0.5465946655273437, 0.5469823608398438, 0.5469147338867187, 0.5469195556640625, 0.5469008178710938, 0.5467715454101563]",tokens/s,468.09414094857704,kWh,6.4653117405740855e-06,3.5415252727417324e-06,3.123617995968632e-05,4.124301697300214e-05,tokens/kWh,6207111.3800326185,MB,2302.95552,9286.713344,0.0,8640.26624,8449.784832,s,10,300.68709375000003,30.068709375000005,0.001910697336770872,30.068385742187502,30.0709490234375,30.07161611328125,30.07214978515625,"[30.067349609375, 30.0658671875, 30.07080078125, 30.070658203125, 30.068083984375, 30.072283203125, 30.066984375, 30.069119140625, 30.0686875, 30.067259765625]",tokens/s,2.095201334194278,kWh,0.00035498872154811665,0.00019456567601004086,0.001714834161339913,0.0022643885588980706,tokens/kWh,27822.08016041998,,s,629,305.13082125854487,0.4851046442902145,0.06499955526330332,0.4772515869140625,0.47747502441406253,0.4776321044921875,1.0244514111328125,"[0.4773447570800781, 0.477444091796875, 0.4772300720214844, 0.4770426940917969, 0.47707955932617185, 0.47719732666015624, 0.47708261108398436, 0.4772413330078125, 0.4771041259765625, 0.47718194580078127, 0.47702630615234376, 0.4771829833984375, 0.47745944213867186, 0.47730584716796876, 0.4772044677734375, 0.4773939208984375, 0.47703448486328126, 0.4775075988769531, 0.4770303955078125, 0.47714202880859374, 0.47731301879882815, 0.47724337768554687, 0.47712677001953124, 0.4770968322753906, 0.4770007019042969, 0.47725466918945314, 0.47721063232421873, 0.4771286926269531, 0.477048828125, 0.47697100830078126, 0.4771942443847656, 0.4772515869140625, 0.4772945861816406, 0.47708978271484376, 0.47733145141601563, 0.47721572875976564, 0.4772997131347656, 0.47733145141601563, 0.47763150024414064, 0.47728231811523436, 0.4771112976074219, 0.4773007507324219, 0.47736627197265624, 0.47706829833984377, 0.4771532897949219, 0.4771758117675781, 0.4772894592285156, 0.4773785705566406, 0.477306884765625, 0.4773693542480469, 0.47729562377929685, 0.4772567138671875, 0.47742361450195314, 0.47697509765625, 0.47733145141601563, 0.47731301879882815, 0.4775925903320313, 0.47760385131835936, 0.4772311096191406, 0.47731814575195314, 0.4773673095703125, 0.47739495849609376, 1.024459716796875, 0.47714303588867185, 0.4772812805175781, 0.4772085876464844, 0.47722802734375, 0.47723724365234377, 0.4771614685058594, 0.477154296875, 0.4772588195800781, 0.47735391235351565, 0.47707647705078127, 0.47742669677734373, 0.4772464599609375, 0.4771031188964844, 0.4771041259765625, 0.4772945861816406, 0.4772392883300781, 0.47709695434570315, 0.4772239379882813, 0.47721881103515623, 0.47729049682617186, 0.47718194580078127, 0.47712359619140626, 0.4772997131347656, 0.47697100830078126, 0.4772515869140625, 0.4774523010253906, 0.4773140563964844, 0.4771512451171875, 0.4770283508300781, 0.47718603515625, 0.47710208129882814, 0.4772300720214844, 0.4769525756835937, 0.4773253173828125, 0.4772454528808594, 0.4770733947753906, 0.47719937133789064, 0.47714407348632815, 0.4773222351074219, 0.47739596557617187, 0.4774143981933594, 0.4773253173828125, 0.4770641784667969, 0.477338623046875, 0.4771563415527344, 0.4771778564453125, 0.4771041259765625, 0.4774359130859375, 0.4771625061035156, 0.47727719116210937, 0.47708056640625, 0.47727410888671873, 0.4773007507324219, 0.47727102661132814, 0.4774502258300781, 0.4774328308105469, 0.4772239379882813, 0.4773498840332031, 0.47712359619140626, 0.4773078918457031, 0.47763250732421875, 0.4771256408691406, 1.0244300537109374, 0.47725567626953125, 0.4771512451171875, 0.4770836486816406, 0.47713177490234376, 0.47746661376953126, 0.47721881103515623, 0.47736831665039064, 0.4772249450683594, 0.4772669372558594, 0.4773294067382812, 0.47726800537109376, 0.4772331237792969, 0.4771461181640625, 0.4773232727050781, 0.477259765625, 0.4772444152832031, 0.477365234375, 0.47781170654296873, 0.47789157104492186, 0.47751168823242185, 0.47719732666015624, 0.47745843505859376, 0.4774143981933594, 0.47731097412109375, 0.47716555786132814, 0.47726898193359374, 0.4772874145507813, 0.47714407348632815, 0.47720550537109374, 0.47755572509765626, 0.47731201171875, 0.4772864074707031, 0.47722702026367186, 0.4772178039550781, 0.4772300720214844, 0.4771286926269531, 0.47731301879882815, 0.47734271240234377, 0.477328369140625, 0.4776847229003906, 0.4778250122070313, 0.47755059814453127, 0.4774277038574219, 0.4770181579589844, 0.4774788818359375, 0.4772311096191406, 0.47712460327148437, 0.477222900390625, 0.4770918273925781, 0.47718707275390626, 0.4772525939941406, 0.47730484008789065, 0.47720550537109374, 0.4771256408691406, 0.4772884521484375, 0.477149169921875, 0.47720037841796875, 0.4773253173828125, 0.47736013793945314, 0.477380615234375, 0.47734375, 0.47736627197265624, 1.0249237060546874, 0.4772720642089844, 0.47721881103515623, 0.47719525146484376, 0.47714407348632815, 0.47719320678710936, 0.47709490966796875, 0.4773089294433594, 0.4772567138671875, 0.47752090454101564, 0.4773150634765625, 0.47758746337890623, 0.477117431640625, 0.4772239379882813, 0.4773990478515625, 0.47728231811523436, 0.47703961181640625, 0.477306884765625, 0.4772915344238281, 0.4770365295410156, 0.47702426147460936, 0.4773519287109375, 0.4771532897949219, 0.47721881103515623, 0.47725054931640626, 0.47745437622070314, 0.4773242492675781, 0.4772198486328125, 0.4772259826660156, 0.477159423828125, 0.47729867553710936, 0.47739495849609376, 0.4774307861328125, 0.4772874145507813, 0.4774912109375, 0.47788339233398436, 0.47716555786132814, 0.47733453369140627, 0.4773642272949219, 0.47724032592773435, 0.4774912109375, 0.47723214721679685, 0.4773017272949219, 0.4772454528808594, 0.47719732666015624, 0.477191162109375, 0.47716455078125, 0.47703961181640625, 0.4775239562988281, 0.4772095947265625, 0.477348876953125, 0.4775331726074219, 0.47713690185546875, 0.4775925903320313, 0.4773621826171875, 0.47755572509765626, 0.4776765441894531, 0.4774000549316406, 0.4774942626953125, 0.4771962890625, 0.477296630859375, 0.4771194763183594, 0.4772864074707031, 1.024268310546875, 0.47721368408203124, 0.4772567138671875, 0.4771512451171875, 0.4773642272949219, 0.4773550109863281, 0.4771768188476562, 0.47737139892578123, 0.47726593017578123, 0.47722085571289063, 0.47723519897460936, 0.47719219970703125, 0.4773447570800781, 0.4771123352050781, 0.4770775146484375, 0.47738778686523436, 0.4772218933105469, 0.47777484130859377, 0.47739801025390627, 0.47719732666015624, 0.4771778564453125, 0.47718194580078127, 0.47723519897460936, 0.47730380249023435, 0.4773253173828125, 0.47733145141601563, 0.4771942443847656, 0.47710723876953126, 0.4774543151855469, 0.47719937133789064, 0.4772874145507813, 0.4770898132324219, 0.4769484558105469, 0.47726284790039064, 0.4772341613769531, 0.47730380249023435, 0.47741644287109375, 0.4775393371582031, 0.4775249938964844, 0.4770733947753906, 0.47713177490234376, 0.477191162109375, 0.4773007507324219, 0.47721881103515623, 0.47722802734375, 0.4772536315917969, 0.4772781982421875, 0.47716455078125, 0.47719320678710936, 0.4772259826660156, 0.47729049682617186, 0.4772731018066406, 0.4772812805175781, 0.4770652160644531, 0.4772874145507813, 0.47735397338867186, 0.47718707275390626, 0.47720654296875, 0.47712973022460936, 0.4778250122070313, 0.4771962890625, 0.4775034790039063, 0.4771461181640625, 1.0248089599609376, 0.4770652160644531, 0.47717376708984377, 0.4772720642089844, 0.4774246520996094, 0.47715020751953124, 0.4771768188476562, 0.47736831665039064, 0.47741339111328124, 0.4770908203125, 0.4774062194824219, 0.4771778564453125, 0.4772178039550781, 0.47710720825195313, 0.4779243469238281, 0.47713995361328126, 0.4775925903320313, 0.47712460327148437, 0.47709490966796875, 0.4770570373535156, 0.47719015502929685, 0.477306884765625, 0.4772638854980469, 0.47736013793945314, 0.4771481628417969, 0.47735601806640626, 0.477095947265625, 0.4773171081542969, 0.477263916015625, 0.47734063720703124, 0.47726898193359374, 0.4773785705566406, 0.477475830078125, 0.47724337768554687, 0.4772341613769531, 0.4776181640625, 0.4776857604980469, 0.47784243774414065, 0.47779736328125, 0.47733145141601563, 0.47719219970703125, 0.47721881103515623, 0.47725054931640626, 0.47722085571289063, 0.47735809326171874, 0.47718603515625, 0.4772669372558594, 0.4773304443359375, 0.4772116394042969, 0.4771061706542969, 0.477191162109375, 0.47727001953125, 0.47752703857421874, 0.47731097412109375, 0.47724032592773435, 0.4774205322265625, 0.4777594909667969, 0.4780758972167969, 0.477765625, 0.4772894592285156, 0.47733349609375, 0.4772812805175781, 0.47721572875976564, 1.024606201171875, 0.4770693054199219, 0.47716455078125, 0.47731201171875, 0.47731610107421873, 0.47710821533203124, 0.47712359619140626, 0.477159423828125, 0.47730279541015624, 0.47710003662109374, 0.4772034606933594, 0.47724954223632815, 0.4774205322265625, 0.47735092163085935, 0.47724954223632815, 0.4773498840332031, 0.47738983154296877, 0.4772362365722656, 0.47718707275390626, 0.4772618103027344, 0.4774830017089844, 0.4772034606933594, 0.4773171081542969, 0.4770058288574219, 0.4771338195800781, 0.4774686584472656, 0.47729766845703125, 0.47718603515625, 0.47717889404296876, 0.47731301879882815, 0.47734066772460937, 0.4773222351074219, 0.47741543579101564, 0.4771727294921875, 0.477328369140625, 0.4772997131347656, 0.4777789306640625, 0.4770508728027344, 0.47718914794921874, 0.4770580139160156, 0.47707955932617185, 0.477159423828125, 0.47719937133789064, 0.47715737915039064, 0.47714202880859374, 0.47717990112304687, 0.4773468017578125, 0.47723519897460936, 0.4772239379882813, 0.47710006713867187, 0.47735498046875, 0.4771881103515625, 0.4771839904785156, 0.4774573974609375, 0.4772249450683594, 0.47743179321289064, 0.47723318481445315, 0.4772505187988281, 0.4772464599609375, 0.4771625061035156, 0.4773222351074219, 0.4770693054199219, 0.4772116394042969, 1.024743408203125, 0.47719320678710936, 0.4772567138671875, 0.47716351318359373, 0.4776355895996094, 0.47720755004882814, 0.47714303588867185, 0.47713690185546875, 0.47740826416015625, 0.47779226684570314, 0.4770989990234375, 0.4773887939453125, 0.477328369140625, 0.47713790893554686, 0.47750656127929686, 0.47713690185546875, 0.47775845336914063, 0.4772085876464844, 0.4772720642089844, 0.47720755004882814, 0.47718194580078127, 0.4772894592285156, 0.4774143981933594, 0.4772024230957031, 0.4771809387207031, 0.47720654296875, 0.477149169921875, 0.477275146484375, 0.476980224609375, 0.4771768188476562, 0.47779327392578125, 0.47734066772460937, 0.47717889404296876, 0.4772095947265625, 0.4773294067382812, 0.47736114501953125, 0.47743896484375, 0.47705496215820314, 0.4772731018066406, 0.47739801025390627, 0.4773273620605469, 0.47703350830078123, 0.4772208251953125, 0.4771461181640625, 0.47719937133789064, 0.47743487548828123, 0.4773232727050781, 0.4771747741699219, 0.4769525756835937, 0.47719219970703125, 0.47743692016601563, 0.4773519287109375, 0.47715737915039064, 0.47726898193359374, 0.4775413818359375, 0.4773498840332031, 0.4773621826171875, 0.4772781982421875, 0.4772024230957031, 0.4772239379882813, 0.4774748229980469, 0.477365234375, 0.4769658813476563, 1.024543701171875, 0.47717376708984377, 0.4772945861816406, 0.4771358642578125, 0.47722702026367186, 0.4777523193359375, 0.47719219970703125, 0.47699761962890624, 0.47721063232421873, 0.47718707275390626, 0.4771286926269531, 0.47728231811523436, 0.47725567626953125, 0.47717376708984377, 0.47744921875, 0.4771758117675781, 0.4771778564453125, 0.47715737915039064, 0.47705291748046874, 0.47718707275390626, 0.4771625061035156, 0.4771829833984375, 0.4771727294921875, 0.47721881103515623, 0.47713790893554686, 0.4771184692382813, 0.4774000549316406, 0.4770918273925781, 0.4773468017578125, 0.4773201904296875, 0.47726593017578123, 0.47757415771484374, 0.47738162231445314, 0.4772249450683594, 0.47730584716796876, 0.4773375854492187, 0.47734066772460937, 0.4772116394042969, 0.4772413330078125, 0.4772249450683594, 0.47730380249023435, 0.4773273620605469, 0.47737445068359374, 0.47718502807617186, 0.47722702026367186, 0.47729867553710936, 0.47733453369140627, 0.47729766845703125, 0.4773631896972656, 0.477549560546875, 0.47729049682617186, 0.4775935974121094, 0.4774676513671875, 0.4773417053222656, 0.47723519897460936, 0.477412353515625, 0.4771809387207031, 0.4772515869140625, 0.477022216796875, 0.4773140563964844, 0.47730584716796876, 0.477528076171875, 0.4773365783691406, 1.0245703125, 0.47741030883789065, 0.4771328125, 0.4772392883300781, 0.47713690185546875, 0.47726083374023437, 0.4772331237792969, 0.47725772094726565, 0.47725054931640626, 0.4773017578125, 0.4774205322265625, 0.4771676025390625, 0.4773017578125, 0.476948486328125, 0.4771839904785156, 0.4772792358398438, 0.4772024230957031, 0.47727719116210937, 0.477338623046875, 0.47715838623046875, 0.47725772094726565, 0.4773058776855469, 0.4772894287109375, 0.4770836486816406, 0.47711334228515623, 0.477048828125, 0.47713790893554686, 0.4771829833984375, 0.4772034606933594, 0.47717889404296876, 0.4772362365722656, 0.47790591430664064, 0.47718194580078127, 0.47714202880859374, 0.477264892578125, 0.47720550537109374, 0.4771881103515625, 0.4771031188964844, 0.477264892578125, 0.47718603515625, 0.4773887939453125, 0.4774338684082031, 0.47741339111328124, 0.47730279541015624, 0.4772802429199219, 0.4769986572265625, 0.4772034606933594, 0.47726593017578123, 0.4772413330078125, 0.4773253173828125, 0.47730584716796876, 0.47731814575195314, 0.4773928833007812, 0.4771962890625, 0.4774051818847656, 0.4774225769042969, 0.4771727294921875, 0.47721881103515623, 0.4774328308105469, 0.4771942443847656, 0.47711334228515623, 0.4773232727050781, 0.4772300720214844]",tokens/s,2.0614108971542824,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,v,v,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/v/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694778b-1a681f8c7f6a8b6c06e7a0c1;c505bf88-3836-4e2b-8524-20217a5c1776) Repository Not Found for url: https://huggingface.co/v/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: v is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/polyglot-ko-12.8b,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1714.09408,9527.885824,0.0,8881.43872,8498.551808,s,10,5.867903869628906,0.5867903869628905,0.0002812172871347202,0.5868020324707031,0.5869357421875,0.5872184204101563,0.5874445629882813,"[0.5875010986328125, 0.5868729248046874, 0.5864522705078125, 0.5865197143554688, 0.586515869140625, 0.5868377685546875, 0.5867255249023438, 0.5868446655273437, 0.5868677368164062, 0.5867662963867187]",tokens/s,436.2716324052354,kWh,6.934021174171824e-06,3.7995500646199313e-06,3.5930429978887744e-05,4.66640012176795e-05,tokens/kWh,5486027.629859776,MB,1718.35392,9527.885824,0.0,8881.43872,8809.117184,s,10,333.85917968750005,33.38591796874999,0.002009965862535148,33.386240234374995,33.387803515625,33.3886068359375,33.3892494921875,"[33.38744140625, 33.38264453125, 33.38941015625, 33.3851875, 33.387625, 33.383078125, 33.3857265625, 33.38675390625, 33.3868359375, 33.3844765625]",tokens/s,1.887023147273335,kWh,0.00039406922021581806,0.0002159840459012533,0.002032709447153912,0.002642762713270983,tokens/kWh,23838.689596927168,,s,629,338.6094460449222,0.5383298029331032,0.06972469465960063,0.5299190063476562,0.530245654296875,0.5303498779296876,1.116857822265625,"[0.5297724609375, 0.5298226928710937, 0.52950732421875, 0.5297192993164063, 0.529596435546875, 0.5295145263671875, 0.5298370361328125, 0.5297356567382813, 0.529712158203125, 0.529491943359375, 0.5297694702148438, 0.5296803588867187, 0.5296537475585937, 0.5297684326171875, 0.5299476318359375, 0.5299568481445313, 0.5295534057617187, 0.5297664794921875, 0.5297315063476562, 0.5296793823242187, 0.5297264404296875, 0.5297981567382812, 0.52988623046875, 0.5301104736328125, 0.5298687744140625, 0.5301473388671875, 0.5300756225585938, 0.5297664184570312, 0.52976025390625, 0.52975, 0.529743896484375, 0.530135009765625, 0.529828857421875, 0.5303582763671875, 0.53014013671875, 0.5301145629882813, 0.5299947509765625, 0.5297192993164063, 0.5300018920898437, 0.5299302368164063, 0.5299650268554688, 0.5300111083984375, 0.530324462890625, 0.5300234375, 0.5303674926757812, 0.5302405395507812, 0.5299476318359375, 0.5301565551757812, 0.530145263671875, 0.5301002197265625, 0.5302067260742187, 0.530102294921875, 0.53024462890625, 0.5302947998046875, 0.530187255859375, 0.5301698608398437, 0.5301575927734375, 0.5302538452148438, 0.530099365234375, 0.5301604614257812, 0.5302538452148438, 0.5303214111328125, 1.1172926025390626, 0.5296987915039062, 0.530060302734375, 0.5298483276367187, 0.5296578369140625, 0.5296803588867187, 0.5296312866210937, 0.529671142578125, 0.5297901000976563, 0.5296802368164063, 0.5295554809570312, 0.5298278198242188, 0.529712158203125, 0.5295923461914063, 0.5296466064453125, 0.5296793823242187, 0.5296895751953125, 0.5296517333984375, 0.529860595703125, 0.5298053588867188, 0.5297254028320313, 0.5298084106445312, 0.5297798461914063, 0.5298410034179688, 0.5297489624023437, 0.529833984375, 0.5298401489257812, 0.5299364013671874, 0.5296875610351562, 0.5297100830078125, 0.52964453125, 0.5296097412109375, 0.5298032836914063, 0.5297572021484375, 0.529833984375, 0.5298421630859375, 0.5299129028320313, 0.5302342529296875, 0.5299988403320313, 0.5298667602539062, 0.530123779296875, 0.5299988403320313, 0.5299210205078125, 0.5298483276367187, 0.5298699951171875, 0.529768310546875, 0.530018310546875, 0.53007666015625, 0.530324462890625, 0.529966064453125, 0.5299947509765625, 0.5300510864257812, 0.5299947509765625, 0.5302046508789062, 0.5301083984375, 0.530176025390625, 0.530218994140625, 0.53020263671875, 0.5299640502929688, 0.5301176147460938, 0.53007666015625, 0.5300029296875, 0.53018212890625, 1.116959716796875, 0.5298309936523438, 0.5298349609375, 0.5297192993164063, 0.5300254516601562, 0.5298319091796875, 0.5295667114257813, 0.529628173828125, 0.5296425170898438, 0.52975, 0.5297930297851563, 0.53001318359375, 0.5298012084960938, 0.529627197265625, 0.5298451538085938, 0.52961279296875, 0.5299722290039063, 0.5296558227539062, 0.529607666015625, 0.5300787963867187, 0.530125732421875, 0.52988720703125, 0.5297673950195313, 0.5302671508789063, 0.5302210693359375, 0.5298001708984375, 0.529765380859375, 0.5298759765625, 0.5299046630859375, 0.530165771484375, 0.530150390625, 0.5299302368164063, 0.529954833984375, 0.5298749389648437, 0.52997119140625, 0.5299619750976563, 0.5299599609375, 0.529891357421875, 0.5300736083984375, 0.5301166381835938, 0.5300009155273437, 0.5299609985351562, 0.5305537719726563, 0.530092041015625, 0.5301124877929687, 0.5299630126953125, 0.5300633544921876, 0.5302242431640625, 0.5303734741210937, 0.5300889892578124, 0.5301002197265625, 0.5299190063476562, 0.5299138793945313, 0.5300940551757812, 0.5303674926757812, 0.5302046508789062, 0.5301923828125, 0.530249755859375, 0.5301995239257813, 0.5301688232421875, 0.5300736083984375, 0.5303787231445313, 0.5302046508789062, 1.1166904296875, 0.5297213745117187, 0.5297725830078125, 0.5296721801757812, 0.5297960815429688, 0.5297203369140625, 0.529597412109375, 0.5298226928710937, 0.5296322631835938, 0.52967529296875, 0.5295933227539062, 0.5298093872070313, 0.52988623046875, 0.5296537475585937, 0.5297398071289062, 0.5298042602539063, 0.5298759765625, 0.5297100830078125, 0.5297141723632812, 0.5295800170898437, 0.5296005249023438, 0.5298637084960938, 0.5299415283203125, 0.5301156005859375, 0.5299027709960937, 0.5303007202148438, 0.5299609375, 0.5299834594726562, 0.5297469482421875, 0.5296885986328125, 0.5296558227539062, 0.5299036254882813, 0.529902587890625, 0.5298964233398438, 0.5299015502929687, 0.52982373046875, 0.529966064453125, 0.5299148559570312, 0.5298687744140625, 0.5299332885742187, 0.5298954467773438, 0.5300429077148437, 0.5302415161132813, 0.5298432006835937, 0.5300521240234375, 0.5299323120117188, 0.53012890625, 0.5299312744140625, 0.5300305786132813, 0.5298800659179688, 0.5302210693359375, 0.5300654296875, 0.5301749877929688, 0.5301360473632812, 0.5301432495117188, 0.5302630615234375, 0.5301124877929687, 0.5301083984375, 0.5301422119140625, 0.5300582275390625, 0.5303828735351562, 0.5303533325195312, 0.5302024536132812, 1.116759033203125, 0.5300121459960937, 0.5300571899414063, 0.5295380249023437, 0.5298165893554687, 0.5298145141601562, 0.52963330078125, 0.5297510375976563, 0.529701904296875, 0.52965478515625, 0.5297531127929688, 0.5298155517578125, 0.5296293334960938, 0.5297938842773438, 0.5300469970703126, 0.53013916015625, 0.5298585815429687, 0.5298370361328125, 0.5298104248046875, 0.5298360595703125, 0.529638427734375, 0.52961279296875, 0.5298687744140625, 0.5300950927734375, 0.5301442260742187, 0.5297531127929688, 0.5297510375976563, 0.530029541015625, 0.5298914184570312, 0.5297315063476562, 0.5298903198242187, 0.5298042602539063, 0.530344970703125, 0.5299353637695312, 0.5300172729492187, 0.5300910034179688, 0.52994970703125, 0.5301012573242188, 0.5298882446289063, 0.52992919921875, 0.5301616821289062, 0.5298729248046875, 0.5298544921875, 0.5300225219726562, 0.5299793090820313, 0.5299650268554688, 0.530426025390625, 0.5302075805664063, 0.52999169921875, 0.5300869140625, 0.5299773559570312, 0.5301083984375, 0.5303807983398438, 0.529997802734375, 0.5301145629882813, 0.5301227416992188, 0.5300950927734375, 0.5303531494140625, 0.5301893310546875, 0.529955810546875, 0.5301585693359375, 0.5300797729492187, 0.5303634033203125, 1.116896240234375, 0.5297735595703125, 0.5299221801757813, 0.5295409545898437, 0.5296824340820312, 0.5296926879882813, 0.5294642944335938, 0.5297684326171875, 0.5297909545898437, 0.5296947021484375, 0.5296906127929687, 0.5297991943359375, 0.5298114624023438, 0.5296199951171875, 0.529728515625, 0.5297664184570312, 0.5297643432617187, 0.52961279296875, 0.5298134765625, 0.5298585815429687, 0.5299855346679687, 0.5299435424804687, 0.5298145141601562, 0.5298411254882812, 0.529954833984375, 0.529850341796875, 0.52982373046875, 0.5298800659179688, 0.529924072265625, 0.52986376953125, 0.5297396850585937, 0.5297407836914062, 0.5297960815429688, 0.5296250610351563, 0.5298544921875, 0.5300275268554687, 0.5298319091796875, 0.5300264892578125, 0.5299824829101563, 0.5298759765625, 0.5299937133789062, 0.5296947021484375, 0.5300828247070313, 0.5298759765625, 0.5300101318359375, 0.5299814453125, 0.5300776977539062, 0.5298411254882812, 0.529934326171875, 0.5299691772460937, 0.5299619750976563, 0.5300162353515625, 0.5302179565429688, 0.53039208984375, 0.5303306274414062, 0.5299722290039063, 0.5298851928710937, 0.5302363891601563, 0.5302097778320313, 0.5299671020507812, 0.5300018920898437, 0.5299722290039063, 0.5301585693359375, 1.117455322265625, 0.529786865234375, 0.5299118041992188, 0.5296558227539062, 0.5297356567382813, 0.5298268432617188, 0.5296260986328125, 0.52964453125, 0.5298933715820312, 0.5299066772460937, 0.5297510375976563, 0.5297581787109376, 0.5296107788085938, 0.529720458984375, 0.52982666015625, 0.5295872192382812, 0.5297735595703125, 0.529891357421875, 0.5299507446289062, 0.5299190063476562, 0.5298411254882812, 0.52957080078125, 0.5299005737304687, 0.5299855346679687, 0.529976318359375, 0.5298483276367187, 0.5298074951171875, 0.5298870849609375, 0.52992919921875, 0.529733642578125, 0.529850341796875, 0.529775634765625, 0.5300982666015625, 0.5299168701171875, 0.5298063354492187, 0.529828857421875, 0.5298197631835937, 0.530030517578125, 0.529997802734375, 0.5298206787109375, 0.52982373046875, 0.5298964233398438, 0.5300305786132813, 0.5296937255859375, 0.5299005126953125, 0.5300879516601562, 0.5298841552734375, 0.5301626586914062, 0.530355224609375, 0.5300490112304688, 0.5302374267578125, 0.5301381225585937, 0.5300674438476562, 0.53026611328125, 0.529985595703125, 0.53020458984375, 0.5302722778320312, 0.5302599487304688, 0.53018212890625, 0.5300121459960937, 0.5302528076171875, 0.5301156005859375, 0.530050048828125, 1.11705810546875, 0.529848388671875, 0.5298472900390625, 0.5296240234375, 0.529628173828125, 0.5297223510742187, 0.5295564575195313, 0.5296650390625, 0.5294970703125, 0.5295513916015625, 0.529649658203125, 0.5297664184570312, 0.5297172241210938, 0.5296875610351562, 0.529491943359375, 0.5297827758789062, 0.5297633056640625, 0.529623046875, 0.5297366943359375, 0.5298063354492187, 0.529817626953125, 0.5298084106445312, 0.529912841796875, 0.5298319091796875, 0.5300961303710937, 0.5301196899414062, 0.5298483276367187, 0.5298585815429687, 0.5296691284179688, 0.529755126953125, 0.5299281616210938, 0.5297673950195313, 0.529966064453125, 0.5297879028320313, 0.5299456176757813, 0.52999169921875, 0.5299148559570312, 0.5300541381835937, 0.5301258544921875, 0.5302354125976563, 0.5299947509765625, 0.5298114624023438, 0.5300152587890625, 0.5302886352539062, 0.5301616821289062, 0.5300592651367187, 0.530102294921875, 0.5302159423828126, 0.5302579345703125, 0.530440185546875, 0.530366455078125, 0.5300193481445312, 0.530155517578125, 0.530171875, 0.530234375, 0.5300357055664062, 0.5300684814453125, 0.5304360961914063, 0.5302732543945312, 0.53006640625, 0.5301924438476563, 0.5302353515625, 0.5304524536132813, 1.117253662109375, 0.5295739135742188, 0.5300223999023438, 0.5299271850585937, 0.5298114624023438, 0.529815673828125, 0.5296454467773437, 0.5297991943359375, 0.5295554809570312, 0.5296322631835938, 0.529743896484375, 0.529786865234375, 0.5296895751953125, 0.5296434936523438, 0.5297152099609375, 0.529713134765625, 0.5297572021484375, 0.530060302734375, 0.5300541381835937, 0.5298084106445312, 0.5297254638671876, 0.5298585815429687, 0.5298513793945312, 0.52990771484375, 0.5299896240234375, 0.5296885986328125, 0.5297418212890626, 0.529849365234375, 0.5298882446289063, 0.5296005249023438, 0.5298217163085938, 0.5297633056640625, 0.530029541015625, 0.5296363525390625, 0.5298851928710937, 0.5299732666015625, 0.529997802734375, 0.5299691772460937, 0.5300090942382812, 0.530039794921875, 0.5303101196289063, 0.5301002197265625, 0.530060302734375, 0.5299302368164063, 0.5300838623046875, 0.530050048828125, 0.5302835083007813, 0.5302999267578125, 0.530271240234375, 0.5302866821289063, 0.530046875, 0.5300889892578124, 0.5299998779296875, 0.5300510864257812, 0.530107421875, 0.5301370849609375, 0.530081787109375, 0.5302783813476563, 0.5303193969726563, 0.5301288452148437, 0.5302640380859375, 0.53013916015625, 0.5303756713867187, 1.116969970703125, 0.5296650390625, 0.5297981567382812, 0.5293536987304688, 0.5295062866210938, 0.5296271362304688, 0.529417236328125, 0.5295789794921875, 0.5294612426757812, 0.529502197265625, 0.5297152099609375, 0.5299190063476562, 0.5294868774414062, 0.529923095703125, 0.5299005737304687, 0.5299036254882813, 0.5299630126953125, 0.5297581787109376, 0.529597412109375, 0.5296660766601563, 0.5295175170898437, 0.5296680908203125, 0.529818603515625, 0.5301575927734375, 0.5299609375, 0.52954931640625, 0.5298677978515625, 0.5298206787109375, 0.5297776489257813, 0.5295841064453125, 0.5298413696289063, 0.5295716552734375, 0.5302005615234375, 0.53012890625, 0.530176025390625, 0.529943603515625, 0.5299210205078125, 0.5299353637695312, 0.5300326538085938, 0.529828857421875, 0.5299476318359375, 0.5300234375, 0.5302548217773437, 0.5301207275390625, 0.5299773559570312, 0.5298800659179688, 0.5299199829101563, 0.5298247680664062, 0.5300142211914063, 0.5299271850585937, 0.52991796875, 0.530429931640625, 0.530423828125, 0.5302958374023438, 0.5303408813476562, 0.5300982055664063, 0.5301432495117188, 0.5301166381835938, 0.5303336791992187, 0.5301565551757812, 0.5301012573242188, 0.5305426025390625, 0.5304534912109375]",tokens/s,1.8575973214774204,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2,openai-community/gpt2,cuda,0,42,,,True,True,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1254.047744,893.91104,0.0,247.463936,189.067776,s,10,0.16238118362426757,0.016238118362426758,0.00037562690626011415,0.016129695892333984,0.01683498210906982,0.01687720308303833,0.016910979862213134,"[0.016919424057006836, 0.016106815338134767, 0.016084447860717773, 0.01630182456970215, 0.015534303665161132, 0.016294912338256837, 0.01605580711364746, 0.016105472564697267, 0.016152576446533205, 0.016825599670410155]",tokens/s,15765.373443289845,kWh,1.8700111772650238e-07,1.0242186840687167e-07,4.3088026734812876e-07,7.203032534815028e-07,tokens/kWh,355405863.7978566,MB,1254.047744,893.91104,0.0,247.463936,209.724416,s,10,10.032422119140625,1.0032422119140625,0.0019798601259661285,1.002779357910156,1.0057016662597658,1.0065457183837891,1.0072209600830078,"[1.0073897705078125, 1.0016354370117186, 1.0055140991210938, 1.0032594604492187, 1.0015992431640626, 1.0032877197265626, 1.0022992553710937, 1.004869873046875, 1.0016964111328126, 1.000870849609375]",tokens/s,62.7964007612915,kWh,1.1586592139445438e-05,6.3490658224946865e-06,2.4150629296833916e-05,4.208628725877404e-05,tokens/kWh,1496924.6304059743,,s,629,10.160432120323183,0.016153310207191067,0.0019755953880244547,0.015871999740600586,0.01608785934448242,0.01638850631713867,0.03228254104614258,"[0.017142784118652343, 0.017179647445678712, 0.016052223205566405, 0.015819775581359864, 0.01587507152557373, 0.01589452838897705, 0.01595084762573242, 0.016717824935913086, 0.01588633632659912, 0.016062463760375977, 0.015813632011413573, 0.01580031967163086, 0.015848447799682617, 0.01584537601470947, 0.016012287139892577, 0.01587814426422119, 0.015928319931030274, 0.015836159706115724, 0.015860735893249513, 0.01591808032989502, 0.015933440208435058, 0.015993856430053712, 0.015880224227905273, 0.01581257629394531, 0.01587712001800537, 0.01593958377838135, 0.015851519584655763, 0.015879167556762695, 0.01601433563232422, 0.01598361587524414, 0.015807488441467284, 0.015924223899841307, 0.01634611129760742, 0.01625395202636719, 0.016493568420410155, 0.016146432876586913, 0.015989760398864745, 0.01587814426422119, 0.01579520034790039, 0.01581875228881836, 0.015892479896545412, 0.01589350414276123, 0.015807488441467284, 0.015946751594543458, 0.015823871612548827, 0.01578700828552246, 0.01587507152557373, 0.015881216049194336, 0.01588326358795166, 0.015790080070495604, 0.015812607765197755, 0.016047103881835938, 0.01579315185546875, 0.01593139171600342, 0.01578598403930664, 0.01578294372558594, 0.01583612823486328, 0.015812607765197755, 0.015859711647033693, 0.015815679550170898, 0.015791104316711425, 0.015860735893249513, 0.03235123062133789, 0.01582694435119629, 0.015873087882995605, 0.015971263885498046, 0.01579212760925293, 0.015781888008117674, 0.015822848320007323, 0.0166297607421875, 0.015884287834167482, 0.016119808197021485, 0.01581772804260254, 0.015839232444763183, 0.016052223205566405, 0.01588326358795166, 0.01617715263366699, 0.016063488006591797, 0.01602457618713379, 0.01585868835449219, 0.01578598403930664, 0.01582592010498047, 0.015782912254333495, 0.01577881622314453, 0.015911935806274414, 0.015887359619140624, 0.016052223205566405, 0.015924223899841307, 0.015871999740600586, 0.016556032180786134, 0.015383551597595215, 0.015457280158996582, 0.015248384475708008, 0.01528831958770752, 0.015342592239379883, 0.015240192413330078, 0.016029695510864257, 0.015880191802978515, 0.015921152114868165, 0.01588633632659912, 0.01599078369140625, 0.01585868835449219, 0.01619558334350586, 0.01676595115661621, 0.015820799827575685, 0.015855615615844726, 0.016175104141235352, 0.01585459232330322, 0.0159171199798584, 0.015846336364746094, 0.01581158447265625, 0.0160501766204834, 0.015864831924438477, 0.015861791610717775, 0.0160347843170166, 0.015841279983520508, 0.015840255737304687, 0.015970303535461427, 0.01601740837097168, 0.01579417610168457, 0.015970303535461427, 0.01589452838897705, 0.015856639862060547, 0.015900671958923338, 0.01595903968811035, 0.032285694122314454, 0.01684787178039551, 0.018765823364257812, 0.016175104141235352, 0.015964159965515135, 0.01585049629211426, 0.01657344055175781, 0.015989760398864745, 0.01621299171447754, 0.01603993606567383, 0.015882240295410157, 0.01589964771270752, 0.0161495361328125, 0.015899616241455077, 0.015905823707580567, 0.016328672409057617, 0.015978495597839357, 0.015846400260925292, 0.015866880416870118, 0.01578598403930664, 0.015848447799682617, 0.015876095771789552, 0.015820799827575685, 0.01578700828552246, 0.015766528129577635, 0.01580031967163086, 0.015765503883361818, 0.015871999740600586, 0.015922176361083985, 0.015846431732177733, 0.015847392082214355, 0.015791104316711425, 0.01579417610168457, 0.015807488441467284, 0.015867903709411622, 0.01584230422973633, 0.01598259162902832, 0.015844351768493654, 0.01584537601470947, 0.01589145565032959, 0.015943679809570312, 0.015948800086975096, 0.01577881622314453, 0.01580851173400879, 0.01578700828552246, 0.01595084762573242, 0.015815679550170898, 0.01585459232330322, 0.015848447799682617, 0.015798272132873534, 0.015866880416870118, 0.01580953598022461, 0.01581056022644043, 0.01578700828552246, 0.01585155200958252, 0.015845343589782714, 0.0158853120803833, 0.01581056022644043, 0.01584537601470947, 0.01580134391784668, 0.015970303535461427, 0.015841279983520508, 0.01590988826751709, 0.03267891311645508, 0.01597439956665039, 0.015925248146057128, 0.015904767990112305, 0.015917056083679198, 0.016741376876831054, 0.016026624679565428, 0.015922176361083985, 0.015857664108276368, 0.015892479896545412, 0.015844351768493654, 0.01581158447265625, 0.01588633632659912, 0.015855615615844726, 0.0158853120803833, 0.016110591888427735, 0.01598464012145996, 0.01587097644805908, 0.01584332847595215, 0.015859711647033693, 0.015833087921142578, 0.015851519584655763, 0.01585868835449219, 0.015936511993408203, 0.015823871612548827, 0.01591603183746338, 0.01581056022644043, 0.015716352462768556, 0.015849472045898438, 0.015919103622436523, 0.015814656257629393, 0.015873023986816406, 0.015820799827575685, 0.015824895858764648, 0.015912960052490235, 0.015917056083679198, 0.015848447799682617, 0.015864831924438477, 0.015945728302001954, 0.015971327781677248, 0.016013311386108398, 0.01601535987854004, 0.016408575057983397, 0.015945728302001954, 0.015910911560058593, 0.016110591888427735, 0.01588435173034668, 0.015866815567016603, 0.015912960052490235, 0.01587507152557373, 0.01591603183746338, 0.015927295684814453, 0.015954943656921388, 0.01587097644805908, 0.01585868835449219, 0.015841279983520508, 0.0158341121673584, 0.015871999740600586, 0.01597644805908203, 0.01582694435119629, 0.015904767990112305, 0.015866880416870118, 0.015887359619140624, 0.031253503799438476, 0.015241215705871582, 0.015318016052246093, 0.01527500820159912, 0.016287744522094725, 0.01590681552886963, 0.01617919921875, 0.01590783977508545, 0.015823871612548827, 0.01582694435119629, 0.01603993606567383, 0.016010240554809572, 0.01639219284057617, 0.016364543914794923, 0.016046079635620117, 0.016126976013183594, 0.015972352027893065, 0.015841279983520508, 0.015847423553466796, 0.015865856170654297, 0.015928319931030274, 0.015910911560058593, 0.015857664108276368, 0.015913984298706055, 0.015921152114868165, 0.015887359619140624, 0.015897600173950196, 0.015851519584655763, 0.01601740837097168, 0.015903743743896484, 0.015921152114868165, 0.015849472045898438, 0.015903743743896484, 0.016123903274536132, 0.01587712001800537, 0.015949824333190917, 0.015847423553466796, 0.01589145565032959, 0.015848447799682617, 0.01582592010498047, 0.015840255737304687, 0.015856639862060547, 0.015949824333190917, 0.016084991455078124, 0.01594777584075928, 0.015864831924438477, 0.0158535680770874, 0.015821824073791502, 0.0158535680770874, 0.01592319965362549, 0.015830016136169432, 0.015865856170654297, 0.01585459232330322, 0.015903743743896484, 0.015890432357788087, 0.015952896118164063, 0.01579212760925293, 0.015867903709411622, 0.015895551681518554, 0.016113664627075194, 0.0158505277633667, 0.0158822078704834, 0.015824895858764648, 0.03255295944213867, 0.015863807678222656, 0.01585459232330322, 0.01665843200683594, 0.015928319931030274, 0.016202751159667968, 0.015876095771789552, 0.015954943656921388, 0.015937567710876465, 0.015880160331726074, 0.0158853120803833, 0.015965184211730956, 0.01591603183746338, 0.016059392929077147, 0.015921152114868165, 0.015989760398864745, 0.01601126480102539, 0.015920127868652344, 0.01589145565032959, 0.015881216049194336, 0.01585459232330322, 0.016087039947509766, 0.016095232009887696, 0.015966208457946777, 0.01582694435119629, 0.01590988826751709, 0.0159334716796875, 0.015863776206970215, 0.0158853120803833, 0.016038911819458008, 0.01604915237426758, 0.015979519844055178, 0.015921152114868165, 0.01576857566833496, 0.01584332847595215, 0.01591603183746338, 0.015864831924438477, 0.015840255737304687, 0.015880191802978515, 0.016323583602905273, 0.01590988826751709, 0.015866880416870118, 0.015943679809570312, 0.015836159706115724, 0.015864864349365234, 0.015797216415405272, 0.01582694435119629, 0.0160501766204834, 0.015910911560058593, 0.015852543830871584, 0.01577676773071289, 0.015857664108276368, 0.015757311820983888, 0.015873023986816406, 0.01588326358795166, 0.0158341121673584, 0.015804415702819825, 0.015859711647033693, 0.015828991889953615, 0.01585459232330322, 0.015771648406982423, 0.015836159706115724, 0.015822848320007323, 0.03227443313598633, 0.015841279983520508, 0.01660620880126953, 0.016116735458374023, 0.015855615615844726, 0.015863807678222656, 0.0158341121673584, 0.0158535680770874, 0.015879167556762695, 0.015897600173950196, 0.015827967643737794, 0.015881216049194336, 0.015832063674926757, 0.015986687660217287, 0.01587712001800537, 0.015905792236328126, 0.0158853120803833, 0.01586892795562744, 0.015951871871948242, 0.015889408111572266, 0.015925248146057128, 0.01601126480102539, 0.01579315185546875, 0.015813632011413573, 0.01578598403930664, 0.015828991889953615, 0.015789055824279787, 0.016022527694702148, 0.01593855953216553, 0.015989760398864745, 0.015851519584655763, 0.01583516788482666, 0.01577571201324463, 0.01585049629211426, 0.015775744438171386, 0.015871999740600586, 0.0158023681640625, 0.016146432876586913, 0.016272384643554686, 0.016675840377807616, 0.01589964771270752, 0.015820799827575685, 0.015848447799682617, 0.015920127868652344, 0.01583513641357422, 0.015970303535461427, 0.015832063674926757, 0.016013311386108398, 0.015848447799682617, 0.01580953598022461, 0.0157327356338501, 0.015920127868652344, 0.015840255737304687, 0.015804415702819825, 0.01584230422973633, 0.01595084762573242, 0.015783935546875, 0.015770655632019043, 0.015838175773620605, 0.01595903968811035, 0.015798272132873534, 0.015887359619140624, 0.015779840469360353, 0.03233894348144531, 0.016531455993652345, 0.01620172882080078, 0.015851519584655763, 0.01578598403930664, 0.015797247886657716, 0.01603379249572754, 0.015985664367675782, 0.01591603183746338, 0.01584332847595215, 0.015949824333190917, 0.015940608024597167, 0.0158341121673584, 0.016104448318481446, 0.015980544090270995, 0.015889408111572266, 0.01586176013946533, 0.01579520034790039, 0.01580134391784668, 0.01595084762573242, 0.015839232444763183, 0.015766528129577635, 0.01591808032989502, 0.015770624160766602, 0.01587507152557373, 0.016091136932373046, 0.016004095077514647, 0.015755295753479004, 0.01590063953399658, 0.01585868835449219, 0.015936511993408203, 0.01582694435119629, 0.01589452838897705, 0.0158023681640625, 0.015874048233032227, 0.01576038360595703, 0.015919103622436523, 0.016167936325073243, 0.015966239929199218, 0.015839200019836425, 0.01578700828552246, 0.015953920364379884, 0.01599078369140625, 0.01589145565032959, 0.01600921630859375, 0.015958016395568847, 0.01578700828552246, 0.015831040382385253, 0.01638297653198242, 0.016499711990356446, 0.016845823287963867, 0.015994879722595216, 0.015846400260925292, 0.015840255737304687, 0.015896575927734375, 0.016002048492431642, 0.01590988826751709, 0.016052223205566405, 0.015881216049194336, 0.015852543830871584, 0.015784000396728514, 0.015919039726257325, 0.015927295684814453, 0.03307724761962891, 0.01585459232330322, 0.015945728302001954, 0.01591603183746338, 0.01579212760925293, 0.015830016136169432, 0.01580339241027832, 0.015871999740600586, 0.015821824073791502, 0.015919103622436523, 0.015828991889953615, 0.01588326358795166, 0.015908864021301268, 0.01586176013946533, 0.015832063674926757, 0.015863840103149413, 0.01667375946044922, 0.01663283157348633, 0.016986112594604492, 0.01600614356994629, 0.015827967643737794, 0.015835200309753418, 0.015771583557128908, 0.015775744438171386, 0.01581056022644043, 0.01575014400482178, 0.015852543830871584, 0.01584230422973633, 0.015789055824279787, 0.0158699836730957, 0.015867872238159178, 0.015759360313415526, 0.01580031967163086, 0.015807488441467284, 0.015841279983520508, 0.015806464195251464, 0.01592627239227295, 0.015912960052490235, 0.015839232444763183, 0.015799296379089355, 0.015774720191955565, 0.015790080070495604, 0.01577779197692871, 0.015851519584655763, 0.015779840469360353, 0.015900671958923338, 0.015898624420166017, 0.015796223640441896, 0.015791104316711425, 0.01587507152557373, 0.01580031967163086, 0.015831040382385253, 0.01580953598022461, 0.015780863761901857, 0.015954943656921388, 0.01580134391784668, 0.015832063674926757, 0.015796223640441896, 0.015823871612548827, 0.015806464195251464, 0.015766528129577635, 0.015867903709411622, 0.015946784019470216, 0.03311100769042969, 0.0160184326171875, 0.01601945686340332, 0.01585459232330322, 0.015798272132873534, 0.01581670379638672, 0.015813632011413573, 0.015892479896545412, 0.015780863761901857, 0.015856639862060547, 0.015848447799682617, 0.015819775581359864, 0.015840255737304687, 0.015866880416870118, 0.015882240295410157, 0.015848447799682617, 0.016130048751831053, 0.016071680068969727, 0.01587814426422119, 0.015821855545043947, 0.015792096138000488, 0.0158535680770874, 0.015828991889953615, 0.01587712001800537, 0.01590991973876953, 0.015785951614379883, 0.015954943656921388, 0.01585049629211426, 0.015945728302001954, 0.015833087921142578, 0.01581158447265625, 0.015879167556762695, 0.015864831924438477, 0.015796223640441896, 0.015857664108276368, 0.016055295944213867, 0.015964159965515135, 0.015985664367675782, 0.015773695945739748, 0.01578598403930664, 0.01577676773071289, 0.015797247886657716, 0.01581875228881836, 0.015831040382385253, 0.015828991889953615, 0.015889408111572266, 0.01581670379638672, 0.01584230422973633, 0.015979519844055178, 0.01579420757293701, 0.015803359985351564, 0.015933440208435058, 0.015806464195251464, 0.015839232444763183, 0.015841279983520508, 0.015965184211730956, 0.01589964771270752, 0.0158853120803833, 0.015774720191955565, 0.01590377616882324, 0.01592521572113037, 0.01582697582244873, 0.016592863082885743]",tokens/s,61.9068158274348,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-flash_attention_2,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-410m,,cuda,0,42,,,,,True,True,,float16,True,False,,flash_attention_2,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1323.073536,1313.34144,0.0,666.894336,583.411712,s,10,0.33887715530395507,0.033887715530395504,0.0016204514052615168,0.033726848602294926,0.03456971397399902,0.03648557682037353,0.03801826709747315,"[0.03840143966674805, 0.03366169738769531, 0.03284896087646484, 0.03403376007080078, 0.033791999816894534, 0.03261516952514648, 0.03414396667480469, 0.03399248123168945, 0.03299187088012695, 0.032395809173583985]",tokens/s,7554.359920496306,kWh,3.993419203180093e-07,2.1878426233662458e-07,1.2312050014795668e-06,1.8493311841342008e-06,tokens/kWh,138428423.31123683,MB,1323.401216,1313.34144,0.0,666.894336,644.0192,s,10,20.749383911132814,2.0749383911132813,0.01847720266802181,2.0773916015625,2.0924076904296878,2.1002045776367186,2.1064420874023435,"[2.10800146484375, 2.077233154296875, 2.090675048828125, 2.08299755859375, 2.077550048828125, 2.084087646484375, 2.068962646484375, 2.070968505859375, 2.0433494873046874, 2.045558349609375]",tokens/s,30.362347272488496,kWh,2.4737376349533467e-05,1.355642783399752e-05,6.97736295801321e-05,0.00010806743376366308,tokens/kWh,582969.33503369,,s,629,21.01463651084899,0.03340959699658028,0.0040683413241558415,0.03282534408569336,0.03364966506958008,0.03407605819702149,0.06562567657470704,"[0.03426201629638672, 0.03604585647583008, 0.03490304183959961, 0.040574943542480466, 0.036342784881591796, 0.03460812759399414, 0.03511500930786133, 0.03456819152832031, 0.034374656677246096, 0.03416064071655273, 0.034753536224365236, 0.03387187194824219, 0.03286326217651367, 0.03288982391357422, 0.03429580688476563, 0.034716670989990234, 0.03346739196777344, 0.033320960998535154, 0.03332505416870117, 0.03349401473999023, 0.03330252838134766, 0.033291263580322264, 0.032540672302246096, 0.032382976531982424, 0.03256012725830078, 0.03259392166137695, 0.032036865234375, 0.0323583984375, 0.032481281280517575, 0.03250995254516602, 0.032589824676513675, 0.032389118194580076, 0.03236761474609375, 0.032004096984863284, 0.0320706558227539, 0.03216486358642578, 0.03244134521484375, 0.03250483322143555, 0.03295334243774414, 0.03302195358276367, 0.032996353149414064, 0.03249151992797852, 0.03244441604614258, 0.03224063873291016, 0.032486400604248046, 0.03226214218139648, 0.03251302337646484, 0.03243212890625, 0.03377766418457031, 0.03330681610107422, 0.0334508171081543, 0.03508736038208008, 0.03350742340087891, 0.033242015838623046, 0.03337932968139649, 0.033486846923828126, 0.033380447387695314, 0.03334134292602539, 0.033516544342041016, 0.03349913787841797, 0.033519615173339845, 0.033554431915283206, 0.06713241577148438, 0.03251814270019531, 0.03228672027587891, 0.03229695892333984, 0.03233894348144531, 0.032353279113769534, 0.03302604675292969, 0.03314483261108398, 0.033477695465087894, 0.033221569061279294, 0.0332042236328125, 0.03198566436767578, 0.03241267013549805, 0.03217919921875, 0.03301497650146484, 0.03311494445800781, 0.033344512939453126, 0.03325132751464844, 0.03299532699584961, 0.03322163009643555, 0.03341516876220703, 0.03313356781005859, 0.03316428756713867, 0.033419391632080075, 0.03301574325561524, 0.03311199951171875, 0.0330250244140625, 0.03208396911621094, 0.03245260620117187, 0.03241062545776367, 0.032519168853759765, 0.03237068939208984, 0.03228364944458008, 0.031893503189086916, 0.03355955123901367, 0.03332403182983398, 0.033535999298095705, 0.03316121673583984, 0.033259521484375, 0.032909313201904294, 0.03245260620117187, 0.03257548904418945, 0.03335270309448242, 0.03322777557373047, 0.03356159973144531, 0.0332564468383789, 0.03325030517578125, 0.0332492790222168, 0.03347967910766601, 0.033555454254150394, 0.033516639709472655, 0.03334953689575195, 0.033107967376708985, 0.03333324813842774, 0.03346432113647461, 0.032421886444091795, 0.032361473083496094, 0.033020927429199216, 0.03334656143188477, 0.03339263916015625, 0.0336097297668457, 0.03338649749755859, 0.032083999633789065, 0.06566294097900391, 0.03242399978637695, 0.03236038589477539, 0.032276481628417966, 0.03206246566772461, 0.032350208282470705, 0.032379905700683595, 0.03327078247070313, 0.03344998550415039, 0.03341107177734375, 0.03249049758911133, 0.03262156677246094, 0.032322559356689456, 0.03207993698120117, 0.032043968200683594, 0.032328704833984374, 0.03258265686035156, 0.03280691146850586, 0.03335372924804687, 0.03371724700927734, 0.033928192138671875, 0.034783233642578126, 0.03350425720214844, 0.03309686279296875, 0.03217289733886719, 0.03322982406616211, 0.0337448959350586, 0.03395379257202148, 0.033445888519287106, 0.03337420654296875, 0.03326259231567383, 0.03350732803344727, 0.03337932968139649, 0.03338547134399414, 0.03296255874633789, 0.03361075210571289, 0.03495423889160156, 0.033492992401123044, 0.03338137435913086, 0.033242111206054685, 0.03335270309448242, 0.03321446228027344, 0.0330618896484375, 0.03313868713378906, 0.033051647186279294, 0.03337123107910156, 0.0333853759765625, 0.03339273452758789, 0.03335465621948242, 0.03240857696533203, 0.032691200256347655, 0.033683456420898435, 0.03398144149780274, 0.03329536056518555, 0.033428638458251954, 0.03344060897827148, 0.033611873626708984, 0.03377449417114258, 0.03340902328491211, 0.03355136108398438, 0.03346960067749023, 0.03338940811157227, 0.03366912078857422, 0.0679925765991211, 0.03344486236572266, 0.032589824676513675, 0.03256934356689453, 0.032247806549072264, 0.032331775665283204, 0.03263488006591797, 0.033025184631347654, 0.033526622772216796, 0.03363123321533203, 0.033358848571777344, 0.033054752349853514, 0.033529823303222656, 0.033508350372314456, 0.033341503143310545, 0.03328828811645508, 0.03319795227050781, 0.03331887817382812, 0.03338444900512695, 0.03336703872680664, 0.03355136108398438, 0.033827838897705076, 0.033442817687988284, 0.03353702545166016, 0.03315814590454102, 0.03340595245361328, 0.03322675323486328, 0.033503231048583985, 0.0334837760925293, 0.033598464965820314, 0.03364761734008789, 0.03336806488037109, 0.03325337600708008, 0.032415744781494144, 0.03284182357788086, 0.03333929443359375, 0.033701889038085936, 0.03358617782592774, 0.0335994873046875, 0.03264921569824219, 0.03205836868286133, 0.03266867065429688, 0.032628734588623046, 0.032585758209228516, 0.03253449630737305, 0.03262054443359375, 0.03220598220825195, 0.03283756637573242, 0.03292969512939453, 0.03274137496948242, 0.03234201431274414, 0.03215359878540039, 0.032840705871582034, 0.03271987152099609, 0.03233894348144531, 0.032244735717773435, 0.032573440551757815, 0.03246899032592773, 0.033323009490966796, 0.03384326553344726, 0.03332294464111328, 0.03335987091064453, 0.03327078247070313, 0.06724403381347656, 0.033887233734130856, 0.033454078674316406, 0.03342335891723633, 0.03354521560668945, 0.033027233123779295, 0.03340579223632813, 0.03290419387817383, 0.03249663925170899, 0.032522239685058595, 0.03214950561523437, 0.03219558334350586, 0.032366592407226565, 0.03216691207885742, 0.03221913528442383, 0.032998401641845705, 0.033355777740478515, 0.03334041595458984, 0.03336806488037109, 0.03384729766845703, 0.033620990753173825, 0.03345100784301758, 0.03312844848632813, 0.03322163009643555, 0.03385651016235352, 0.03347967910766601, 0.03376639938354492, 0.03314483261108398, 0.03211264038085938, 0.032473087310791016, 0.03192934417724609, 0.03241267013549805, 0.03240652847290039, 0.032494590759277346, 0.03246387100219727, 0.03290828704833984, 0.033364990234375, 0.03334656143188477, 0.03342131042480469, 0.03293088150024414, 0.03324316787719726, 0.033579936981201174, 0.03332505416870117, 0.03344179153442383, 0.03244851303100586, 0.032626686096191404, 0.03229388809204101, 0.03217407989501953, 0.03268198394775391, 0.032352256774902347, 0.03412275314331055, 0.03473612976074219, 0.03313971328735352, 0.03324937438964844, 0.03319798278808594, 0.033844223022460936, 0.03304755020141602, 0.03207987213134766, 0.03254476928710937, 0.032350208282470705, 0.032440319061279296, 0.03197337532043457, 0.03261542510986328, 0.06552985382080079, 0.032295936584472655, 0.03228057479858398, 0.032282623291015625, 0.03223756790161133, 0.03211161422729492, 0.03241984176635742, 0.032489471435546875, 0.03244134521484375, 0.03242496109008789, 0.032467967987060545, 0.03236048126220703, 0.033349601745605466, 0.03325545501708985, 0.03217404937744141, 0.03344486236572266, 0.03338240051269531, 0.03354022216796875, 0.03331571197509765, 0.03297689437866211, 0.0334919662475586, 0.03356671905517578, 0.0333199348449707, 0.03332006454467774, 0.03330342483520508, 0.03344998550415039, 0.033258495330810545, 0.03327078247070313, 0.03359641647338867, 0.03331891250610351, 0.033276927947998046, 0.033535999298095705, 0.03353497695922852, 0.03357183837890625, 0.03336710357666016, 0.03501561737060547, 0.0347586555480957, 0.033811454772949216, 0.033665088653564455, 0.03315091323852539, 0.03302604675292969, 0.033111038208007815, 0.03321548843383789, 0.03365785598754883, 0.033841152191162106, 0.033584129333496096, 0.033148929595947264, 0.03232665634155273, 0.03253145599365234, 0.03249151992797852, 0.03270560073852539, 0.03262355041503906, 0.032677886962890625, 0.032571392059326174, 0.03247513580322266, 0.03238195037841797, 0.03246080017089844, 0.03247411346435547, 0.03319193649291992, 0.03358003234863281, 0.033552383422851564, 0.033341503143310545, 0.03342943954467773, 0.06773554992675782, 0.03240652847290039, 0.0322529296875, 0.033445888519287106, 0.03304054260253906, 0.03326857757568359, 0.033018878936767575, 0.03354316711425781, 0.034129920959472655, 0.033565696716308595, 0.03357798385620117, 0.03372851181030274, 0.0334919662475586, 0.033334270477294925, 0.03297894287109375, 0.03330867385864258, 0.03314585494995117, 0.033642494201660156, 0.03354828643798828, 0.032156673431396485, 0.03203891372680664, 0.0323583984375, 0.03229388809204101, 0.03268307113647461, 0.0322303352355957, 0.0323583984375, 0.03234918212890625, 0.03239014434814453, 0.03235532760620117, 0.033248287200927734, 0.033182750701904296, 0.03302905654907227, 0.032492542266845705, 0.032092159271240234, 0.03241779327392578, 0.03222118377685547, 0.032508926391601564, 0.032244735717773435, 0.03227033615112305, 0.03237887954711914, 0.031905792236328126, 0.03237068939208984, 0.0323164176940918, 0.032540672302246096, 0.03234815979003906, 0.032648193359375, 0.03258265686035156, 0.03229388809204101, 0.0324771842956543, 0.03261644744873047, 0.03253964614868164, 0.03243008041381836, 0.03250380706787109, 0.032541694641113283, 0.03244339370727539, 0.03379609680175781, 0.03357388687133789, 0.03336703872680664, 0.033339393615722655, 0.033310752868652344, 0.03344790267944336, 0.033589313507080075, 0.0336690559387207, 0.06774169921875, 0.033633281707763675, 0.033358848571777344, 0.03467059326171875, 0.03400601577758789, 0.033685504913330076, 0.0334837760925293, 0.03338652801513672, 0.03372233581542969, 0.0338155517578125, 0.03362303924560547, 0.03344998550415039, 0.033438720703125, 0.03353190231323242, 0.03314483261108398, 0.03337932968139649, 0.032395263671875, 0.03218534469604492, 0.032312416076660154, 0.03252624130249023, 0.03250380706787109, 0.03261644744873047, 0.03348889541625977, 0.03342134475708008, 0.0336209602355957, 0.03357491302490234, 0.03350630569458008, 0.033476608276367184, 0.03317964935302734, 0.03339980697631836, 0.03351555252075195, 0.032237537384033205, 0.03235747146606445, 0.032178142547607425, 0.03349190521240234, 0.0339681282043457, 0.032557056427001956, 0.03225907135009766, 0.03232460784912109, 0.03215871810913086, 0.03219968032836914, 0.032173057556152344, 0.032489471435546875, 0.032054271697998044, 0.03183103942871094, 0.03226419067382812, 0.032350208282470705, 0.03221401596069336, 0.032353279113769534, 0.032366592407226565, 0.03233587265014649, 0.0323768310546875, 0.03253964614868164, 0.03237376022338867, 0.03253145599365234, 0.03237478256225586, 0.03243622589111328, 0.0323061752319336, 0.0324771842956543, 0.032173057556152344, 0.03259392166137695, 0.032672767639160154, 0.03218636703491211, 0.06592205047607422, 0.03243929672241211, 0.032543743133544925, 0.03255807876586914, 0.0324659194946289, 0.03224166488647461, 0.03282534408569336, 0.03225804901123047, 0.03247206497192383, 0.032473087310791016, 0.032638111114501954, 0.03223023986816406, 0.03221196746826172, 0.03254886245727539, 0.03238809585571289, 0.032551937103271485, 0.032389118194580076, 0.03272294235229492, 0.032369663238525394, 0.032726016998291016, 0.032499713897705076, 0.03233484649658203, 0.032502784729003906, 0.03261644744873047, 0.03243929672241211, 0.03239731216430664, 0.03210137557983399, 0.03238604736328125, 0.03237171173095703, 0.03223756790161133, 0.03236454391479492, 0.03194470405578613, 0.03223660659790039, 0.03229075241088867, 0.03240755081176758, 0.032451583862304685, 0.03253760147094727, 0.03243212890625, 0.03215564727783203, 0.033007614135742186, 0.03275475311279297, 0.032383937835693356, 0.032626686096191404, 0.03235753631591797, 0.032218975067138673, 0.032473087310791016, 0.033484798431396484, 0.03295129776000977, 0.03196416091918945, 0.03215359878540039, 0.03249663925170899, 0.03240758514404297, 0.032306144714355466, 0.03200614547729492, 0.03237276840209961, 0.03265737533569336, 0.03217715072631836, 0.03253452682495117, 0.03220479965209961, 0.0321003532409668, 0.032395263671875, 0.032539806365966796, 0.03214422225952149, 0.06471987152099609, 0.03255295944213867, 0.03217919921875, 0.032395263671875, 0.03217414474487305, 0.03244947052001953, 0.03224883270263672, 0.03234918212890625, 0.03223551940917969, 0.032205825805664064, 0.03241984176635742, 0.03253452682495117, 0.032454654693603514, 0.0323583984375, 0.032066654205322266, 0.032269214630126955, 0.03241164779663086, 0.03215359878540039, 0.0322242546081543, 0.03235430526733398, 0.032299007415771484, 0.032295936584472655, 0.03232153701782227, 0.03226828765869141, 0.03220684814453125, 0.03228160095214844, 0.03236761474609375, 0.032284671783447266, 0.03242092895507812, 0.03312223815917969, 0.03338956832885742, 0.03359743881225586, 0.03297792053222656, 0.032307201385498044, 0.03250483322143555, 0.03389952087402344, 0.03437059020996094, 0.03361584091186524, 0.03344384002685547, 0.03237887954711914, 0.032467967987060545, 0.032277503967285154, 0.03224063873291016, 0.03226521682739258, 0.03248332977294922, 0.03225907135009766, 0.03223046493530273, 0.032271358489990236, 0.03228768157958985, 0.03213737487792969, 0.03225276947021485, 0.03198988723754883, 0.03240537643432617, 0.03232153701782227, 0.032315391540527344, 0.03250380706787109, 0.03234099197387695, 0.03219251251220703, 0.03249868774414062, 0.03239014434814453, 0.032508926391601564, 0.0322591667175293, 0.03197942352294922]",tokens/s,29.931519380564733,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,.,.,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: . does not appear to have a file named config.json. Checkout 'https://huggingface.co/./tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,a,a,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/a/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475bd-7c7cbf9154605ac426ab191b;1ce9478b-7e77-4b11-ba73-bafbcc633354) Repository Not Found for url: https://huggingface.co/a/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: a is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-7B,Qwen/Qwen-7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-66b,facebook/opt-66b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1516.785664,7751.59808,0.0,7105.150976,6339.650048,s,10,3.402807006835937,0.34028070068359373,0.0002714002118594763,0.3403048095703125,0.3405885955810547,0.34061236724853516,0.3406313845825195,"[0.34038223266601564, 0.3399862976074219, 0.3404389953613281, 0.34013531494140625, 0.34014947509765625, 0.33973873901367185, 0.34058331298828126, 0.34052911376953127, 0.3402273864746094, 0.34063613891601563]",tokens/s,752.3200683603823,kWh,4.0167600523542476e-06,2.2009968002021194e-06,2.0787442555865916e-05,2.7005199408422283e-05,tokens/kWh,9479655.97766183,MB,1516.785664,7751.59808,0.0,7105.150976,6467.257344,s,10,191.9099375,19.190993750000004,0.0011109998554055592,19.191207031250002,19.192298632812502,19.19250869140625,19.19267673828125,"[19.192251953125, 19.188759765625, 19.19151953125, 19.190611328125, 19.19126953125, 19.19114453125, 19.190271484375, 19.18980859375, 19.19158203125, 19.19271875]",tokens/s,3.2827898763710444,kWh,0.00022657050217743274,0.00012417960830563972,0.0011872726627803402,0.0015380227732634125,tokens/kWh,40961.682164383776,,s,629,194.66763073730465,0.3094874892484971,0.04042890138418387,0.30460415649414063,0.3048605773925781,0.3049873413085938,0.6447834448242187,"[0.3048458251953125, 0.30435531616210937, 0.30457855224609376, 0.3044065246582031, 0.3043932800292969, 0.3045027160644531, 0.30439013671875, 0.3047250061035156, 0.30447308349609375, 0.30443826293945314, 0.3045222473144531, 0.3043450927734375, 0.3045672912597656, 0.3044812927246094, 0.304458740234375, 0.30488986206054686, 0.3044188232421875, 0.3044874267578125, 0.30449868774414063, 0.30476492309570313, 0.30458572387695315, 0.30461029052734373, 0.3046666259765625, 0.30454168701171874, 0.30452227783203123, 0.304691162109375, 0.3046922912597656, 0.30447711181640624, 0.3045662841796875, 0.30459393310546873, 0.3044843444824219, 0.30459902954101564, 0.3049410705566406, 0.30447821044921874, 0.3048161315917969, 0.30474957275390624, 0.3047987060546875, 0.30471783447265627, 0.3045191650390625, 0.30453759765625, 0.30504754638671877, 0.3046553649902344, 0.30481509399414064, 0.3045519409179688, 0.3046860656738281, 0.3046400146484375, 0.3047147521972656, 0.30467584228515626, 0.30493798828125, 0.30467684936523437, 0.3047065734863281, 0.3046246337890625, 0.3049635925292969, 0.3046830139160156, 0.30488473510742187, 0.30465127563476563, 0.304679931640625, 0.3047413635253906, 0.3046922302246094, 0.3047557067871094, 0.3045560302734375, 0.30483660888671876, 0.6448128051757812, 0.304421875, 0.3047147521972656, 0.3045672912597656, 0.3044188232421875, 0.30462362670898435, 0.3044474792480469, 0.3043983459472656, 0.30449560546875, 0.30440243530273436, 0.30482843017578126, 0.3046533203125, 0.30457037353515626, 0.30467584228515626, 0.3045171203613281, 0.30440243530273436, 0.30442291259765625, 0.3043921813964844, 0.3047127075195312, 0.3045171203613281, 0.3044239501953125, 0.3047608337402344, 0.304505859375, 0.3044013977050781, 0.3046358947753906, 0.30448638916015625, 0.30435226440429686, 0.30461236572265626, 0.30430514526367186, 0.3045601196289062, 0.30445977783203126, 0.30440756225585935, 0.30448638916015625, 0.30443826293945314, 0.30457037353515626, 0.30481304931640624, 0.30448333740234373, 0.304648193359375, 0.30468197631835936, 0.3045529479980469, 0.30447207641601565, 0.30462362670898435, 0.3045724182128906, 0.3049840698242188, 0.3045191650390625, 0.3045662841796875, 0.3046133728027344, 0.3046297607421875, 0.3044976501464844, 0.3046502380371094, 0.30468914794921875, 0.3048110046386719, 0.30472601318359377, 0.30457138061523437, 0.3048437805175781, 0.30463897705078125, 0.304648193359375, 0.3047127075195312, 0.3047127075195312, 0.30475775146484374, 0.3045662841796875, 0.3045805969238281, 0.3047772216796875, 0.645264404296875, 0.30452120971679686, 0.30425701904296876, 0.30482843017578126, 0.30443521118164063, 0.30456832885742186, 0.304616455078125, 0.30450177001953127, 0.30450686645507813, 0.3043287048339844, 0.3043706970214844, 0.3045345458984375, 0.30469732666015625, 0.30440756225585935, 0.3045458068847656, 0.3044085693359375, 0.304458740234375, 0.30447207641601565, 0.3045140380859375, 0.30495538330078126, 0.30437991333007813, 0.3045724182128906, 0.30472705078125, 0.3048836975097656, 0.3044116516113281, 0.30479461669921876, 0.30454168701171874, 0.3046553649902344, 0.30462362670898435, 0.30456524658203127, 0.3046717529296875, 0.304400390625, 0.30462158203125, 0.3045980224609375, 0.304510986328125, 0.30462667846679686, 0.3050127258300781, 0.30464614868164064, 0.3047301025390625, 0.30464410400390624, 0.30453451538085935, 0.30476287841796873, 0.30486221313476564, 0.3046072387695313, 0.3044976501464844, 0.30504550170898437, 0.30462567138671875, 0.30468402099609376, 0.30481204223632813, 0.304716796875, 0.30457138061523437, 0.3047188415527344, 0.3048836975097656, 0.30467379760742186, 0.3047751770019531, 0.3045591125488281, 0.3049922485351563, 0.3046246337890625, 0.3048243103027344, 0.30460415649414063, 0.30461849975585936, 0.3046953430175781, 0.3045723876953125, 0.6447738647460938, 0.30465432739257814, 0.30441574096679686, 0.30460415649414063, 0.3044393005371094, 0.30469528198242185, 0.30449868774414063, 0.30445773315429686, 0.30451303100585936, 0.30451303100585936, 0.30456320190429687, 0.30449560546875, 0.3043645324707031, 0.30448638916015625, 0.30464614868164064, 0.30447207641601565, 0.3044536437988281, 0.30436761474609375, 0.3044822998046875, 0.30452838134765625, 0.30463897705078125, 0.3047680053710938, 0.30452020263671875, 0.30457138061523437, 0.3047976989746094, 0.3045672912597656, 0.30447207641601565, 0.30472396850585937, 0.3043706970214844, 0.3044136962890625, 0.3045252990722656, 0.3043932189941406, 0.30457958984375, 0.3044751281738281, 0.3045458068847656, 0.3046297607421875, 0.3048519592285156, 0.3045529479980469, 0.3049830322265625, 0.30458572387695315, 0.3046973571777344, 0.3046133728027344, 0.3045928955078125, 0.30468096923828125, 0.3045560302734375, 0.30460519409179687, 0.304721923828125, 0.30482635498046873, 0.3047229309082031, 0.3047188415527344, 0.304584716796875, 0.30465228271484374, 0.3046563720703125, 0.3045867614746094, 0.30505880737304686, 0.30473831176757815, 0.3046830139160156, 0.3049584655761719, 0.30468505859375, 0.304721923828125, 0.30507827758789063, 0.304584716796875, 0.30467379760742186, 0.6447871704101562, 0.3043932189941406, 0.3044188232421875, 0.30425601196289065, 0.3044290466308594, 0.30440960693359376, 0.3049369506835938, 0.304353271484375, 0.3045222473144531, 0.3043993530273438, 0.30448025512695315, 0.3044556884765625, 0.3044587707519531, 0.3044730529785156, 0.30447308349609375, 0.30480078125, 0.30443212890625, 0.3044259948730469, 0.3046502380371094, 0.3044822998046875, 0.304427001953125, 0.30448538208007814, 0.30485504150390624, 0.3046358947753906, 0.30445159912109376, 0.30456832885742186, 0.304927734375, 0.3045816345214844, 0.3046195068359375, 0.30474343872070314, 0.3044945983886719, 0.3048406982421875, 0.3046911926269531, 0.3044259948730469, 0.3045560302734375, 0.3047301025390625, 0.3045519409179688, 0.3045826416015625, 0.3047587890625, 0.3048304748535156, 0.30451608276367187, 0.30480078125, 0.3046451110839844, 0.30468197631835936, 0.30465432739257814, 0.30463180541992185, 0.3045928955078125, 0.30467584228515626, 0.30511309814453125, 0.3046348876953125, 0.3046420593261719, 0.30475161743164064, 0.3046502380371094, 0.30465127563476563, 0.30478131103515627, 0.30496255493164065, 0.3046574096679687, 0.304817138671875, 0.304689208984375, 0.30514373779296877, 0.3046092834472656, 0.30476492309570313, 0.3046082458496094, 0.6444021606445313, 0.3044454345703125, 0.30430718994140626, 0.3043399658203125, 0.30443109130859375, 0.304395263671875, 0.3045089416503906, 0.30453863525390623, 0.30477105712890623, 0.3046000671386719, 0.3046297607421875, 0.30441677856445315, 0.3048038330078125, 0.30452838134765625, 0.30448333740234373, 0.3044188232421875, 0.3044259948730469, 0.30495333862304685, 0.30435736083984377, 0.30453350830078124, 0.3045877685546875, 0.3045222473144531, 0.3045027770996094, 0.3046092834472656, 0.30484173583984375, 0.30449868774414063, 0.3047352294921875, 0.3049861145019531, 0.304564208984375, 0.3046358947753906, 0.30470758056640623, 0.304574462890625, 0.30482022094726563, 0.3046195068359375, 0.30455706787109377, 0.3045191650390625, 0.3045458068847656, 0.30465945434570313, 0.30445977783203126, 0.30450790405273437, 0.3044700012207031, 0.30502398681640625, 0.30451608276367187, 0.30481204223632813, 0.304505859375, 0.30452020263671875, 0.3046082458496094, 0.30468814086914064, 0.30455502319335936, 0.3045242919921875, 0.30517144775390626, 0.30473727416992186, 0.30468914794921875, 0.3045898132324219, 0.3046748046875, 0.30453665161132815, 0.3045784912109375, 0.3048857727050781, 0.30469631958007815, 0.3047669677734375, 0.30500045776367185, 0.30468914794921875, 0.30474649047851565, 0.6455234375, 0.30443008422851564, 0.30431744384765624, 0.3043840026855469, 0.3042867126464844, 0.30447308349609375, 0.30440756225585935, 0.30452737426757814, 0.30464715576171875, 0.3044536437988281, 0.3045662841796875, 0.3044607849121094, 0.3045867614746094, 0.3045539855957031, 0.30450686645507813, 0.30449868774414063, 0.304421875, 0.3043368835449219, 0.30434100341796877, 0.3048857727050781, 0.3045672912597656, 0.30456320190429687, 0.3045662841796875, 0.30454168701171874, 0.30431948852539065, 0.30518475341796875, 0.3044976501464844, 0.30462774658203123, 0.30442596435546876, 0.3049226379394531, 0.3045621643066406, 0.3045478515625, 0.30457754516601565, 0.3046174621582031, 0.3045591125488281, 0.3046563720703125, 0.30469631958007815, 0.304606201171875, 0.3046072387695313, 0.3045591125488281, 0.30466253662109377, 0.30472705078125, 0.3049389953613281, 0.3045662841796875, 0.30464614868164064, 0.3046614990234375, 0.3047526550292969, 0.3046369323730469, 0.3047403564453125, 0.3046666259765625, 0.30447921752929685, 0.30479461669921876, 0.3049134216308594, 0.3045580749511719, 0.30470144653320314, 0.3045693359375, 0.3045048217773437, 0.3046932373046875, 0.30506597900390625, 0.3047034912109375, 0.3045898132324219, 0.30468710327148435, 0.30500762939453124, 0.6454057006835937, 0.30445260620117187, 0.3043420104980469, 0.3044034423828125, 0.30433074951171873, 0.3044065246582031, 0.30445159912109376, 0.3044485168457031, 0.3043143615722656, 0.30451815795898435, 0.3046645812988281, 0.30478643798828126, 0.30447308349609375, 0.3044546508789063, 0.3046246337890625, 0.304458740234375, 0.30452838134765625, 0.3043717041015625, 0.304395263671875, 0.30490316772460935, 0.3044618225097656, 0.30450689697265626, 0.30441879272460937, 0.30472909545898436, 0.3044905090332031, 0.3044771728515625, 0.30444134521484373, 0.3050495910644531, 0.3043143615722656, 0.30447103881835935, 0.30446490478515625, 0.30459698486328124, 0.30451303100585936, 0.30463897705078125, 0.30462567138671875, 0.30449972534179687, 0.30482943725585937, 0.304606201171875, 0.30485504150390624, 0.3045724182128906, 0.30457754516601565, 0.304542724609375, 0.304611328125, 0.3045805969238281, 0.3048857727050781, 0.3047424011230469, 0.30480078125, 0.30482022094726563, 0.30463180541992185, 0.30459902954101564, 0.30459393310546873, 0.30456524658203127, 0.3045509033203125, 0.304584716796875, 0.30478439331054685, 0.3048099975585937, 0.30467379760742186, 0.30465127563476563, 0.30473831176757815, 0.3046655883789062, 0.30499533081054686, 0.30466763305664063, 0.30483969116210935, 0.6449182739257813, 0.3044474792480469, 0.3043614807128906, 0.30445159912109376, 0.3044485168457031, 0.30434609985351563, 0.30470962524414064, 0.30447207641601565, 0.30444952392578123, 0.30440447998046877, 0.30447821044921874, 0.30448025512695315, 0.30450994873046877, 0.304584716796875, 0.30441677856445315, 0.3046492309570312, 0.30459393310546873, 0.3043901672363281, 0.3045918273925781, 0.30443212890625, 0.3045140380859375, 0.3046451110839844, 0.30467071533203127, 0.3045539855957031, 0.30446795654296877, 0.30462567138671875, 0.30437789916992186, 0.3046328125, 0.30453555297851564, 0.30463079833984374, 0.3045591125488281, 0.3045294189453125, 0.305016845703125, 0.30484274291992186, 0.30463180541992185, 0.304901123046875, 0.30457550048828125, 0.304606201171875, 0.304637939453125, 0.3045877685546875, 0.3045447692871094, 0.3047188415527344, 0.3045662841796875, 0.3046697082519531, 0.30473831176757815, 0.30505780029296875, 0.30463897705078125, 0.3046348876953125, 0.30479257202148435, 0.30479360961914065, 0.3047342224121094, 0.3047772216796875, 0.30463897705078125, 0.30454373168945315, 0.30469427490234374, 0.3050045471191406, 0.304637939453125, 0.3048826904296875, 0.30469427490234374, 0.304711669921875, 0.3047352294921875, 0.30512844848632814, 0.30499533081054686, 0.645486572265625, 0.30454885864257814, 0.3042396240234375, 0.3047833557128906, 0.30446490478515625, 0.30429080200195313, 0.30446795654296877, 0.30445773315429686, 0.30448538208007814, 0.3044812927246094, 0.30456832885742186, 0.30446490478515625, 0.30437374877929685, 0.3045724182128906, 0.30472909545898436, 0.304505859375, 0.3044812927246094, 0.30456320190429687, 0.3045242919921875, 0.3045724182128906, 0.3047618408203125, 0.304611328125, 0.30442495727539065, 0.3047608337402344, 0.3047802734375, 0.3045693359375, 0.30470144653320314, 0.30473831176757815, 0.3044505615234375, 0.3045447692871094, 0.3049881591796875, 0.30461029052734373, 0.3046277160644531, 0.30461849975585936, 0.30486016845703123, 0.30465432739257814, 0.30493185424804686, 0.3046666259765625, 0.30466049194335937, 0.30467379760742186, 0.3045304260253906, 0.30467584228515626, 0.3046574096679687, 0.3048816528320312, 0.304574462890625, 0.3047424011230469, 0.3046655883789062, 0.30514892578125, 0.3045693359375, 0.3045304260253906, 0.30472396850585937, 0.30462667846679686, 0.30462158203125, 0.30476190185546875, 0.3046952514648438, 0.30460519409179687, 0.3047782287597656, 0.30489804077148436, 0.30466867065429687, 0.30470758056640623, 0.30490420532226564, 0.3046533203125, 0.3048826904296875]",tokens/s,3.2311483815653337,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gpt_neo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,1,1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/1/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477fd-398155bf5fd148287b488ed6;2dcffe19-b79f-4a98-a34a-f52b5ee6caf2) Repository Not Found for url: https://huggingface.co/1/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-7b,tiiuae/falcon-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1490, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1656, in _check_and_enable_sdpa raise ValueError( ValueError: FalconForCausalLM 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"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4113.342464,5287.44448,0.0,4640.997376,4330.668544,s,10,3.2019090576171876,0.3201909057617187,0.0017134996701674667,0.31955131530761716,0.3223881805419922,0.3223929733276367,0.32239680755615235,"[0.3185635986328125, 0.3218643493652344, 0.318020263671875, 0.3190321350097656, 0.3193435974121094, 0.3183670349121094, 0.319759033203125, 0.32239776611328125, 0.3221741638183594, 0.3223871154785156]",tokens/s,799.5230201525817,kWh,3.7596130847103066e-06,2.060095877009083e-06,1.8658895135439252e-05,2.447860409715864e-05,tokens/kWh,10458112.6841998,MB,4113.342464,5287.44448,0.0,4640.997376,4515.667456,s,10,175.162884765625,17.5162884765625,0.0013239684065771513,17.516396484375,17.5170955078125,17.51822841796875,17.51913474609375,"[17.5166953125, 17.51646484375, 17.51684375, 17.515330078125, 17.516587890625, 17.51393359375, 17.519361328125, 17.51530859375, 17.516328125, 17.51603125]",tokens/s,3.596652343577039,kWh,0.00020683056154391835,0.0001133576330349002,0.0010022863660645621,0.0013224745606433806,tokens/kWh,47637.96739451128,,s,629,177.76777615356434,0.2826196759198163,0.038106541032305166,0.27801907348632815,0.2782052307128906,0.2782926879882812,0.5975155737304687,"[0.27855975341796874, 0.27801702880859375, 0.2778101806640625, 0.2780354614257812, 0.27816244506835935, 0.2778398742675781, 0.2780078125, 0.27787161254882814, 0.2779852905273438, 0.27780914306640625, 0.27788491821289063, 0.2780006408691406, 0.2780405883789063, 0.27786956787109374, 0.27781939697265623, 0.27792691040039064, 0.27795147705078127, 0.27795660400390626, 0.2780201110839844, 0.27802520751953125, 0.2780088195800781, 0.2779525146484375, 0.2779207763671875, 0.2779402160644531, 0.2781061096191406, 0.27823513793945315, 0.2779893798828125, 0.27797503662109374, 0.27814501953125, 0.2779105224609375, 0.2781542358398438, 0.2779914245605469, 0.2781327209472656, 0.27813067626953125, 0.2779105224609375, 0.2780354614257812, 0.27810202026367187, 0.27796890258789064, 0.2780477294921875, 0.27807232666015624, 0.2782822265625, 0.2780149841308594, 0.27799859619140627, 0.27797402954101563, 0.2781419372558594, 0.2780426330566406, 0.2779207763671875, 0.278086669921875, 0.2782423095703125, 0.27799755859375, 0.2780201110839844, 0.27810202026367187, 0.2780508117675781, 0.27797607421875, 0.2779842529296875, 0.27804568481445313, 0.27818701171875, 0.2779914245605469, 0.27808255004882815, 0.2781388854980469, 0.2782474365234375, 0.2780313720703125, 0.6001817626953125, 0.27799859619140627, 0.27790234375, 0.2779320373535156, 0.27799655151367186, 0.27801907348632815, 0.2778521728515625, 0.27775384521484375, 0.27788595581054687, 0.2779473876953125, 0.27779583740234376, 0.2782218322753906, 0.27791156005859374, 0.27793304443359373, 0.277886962890625, 0.2779207763671875, 0.27789208984375, 0.27796890258789064, 0.27791461181640625, 0.278029296875, 0.27789312744140626, 0.2780139465332031, 0.2779402160644531, 0.2780508117675781, 0.2779996032714844, 0.2780682373046875, 0.27781939697265623, 0.2778675231933594, 0.2782105712890625, 0.27816244506835935, 0.2780088195800781, 0.27801089477539065, 0.27811737060546876, 0.27817166137695315, 0.27833856201171875, 0.27794842529296876, 0.27794329833984377, 0.27803955078125, 0.2779781188964844, 0.2778316650390625, 0.2780487670898438, 0.2780835876464844, 0.2780579833984375, 0.2780610656738281, 0.2779648132324219, 0.2781368408203125, 0.278066162109375, 0.27846142578125, 0.2780498046875, 0.2782576599121094, 0.2779914245605469, 0.27807333374023435, 0.27804568481445313, 0.27823309326171874, 0.27794842529296876, 0.2780641174316406, 0.27811431884765625, 0.2781614074707031, 0.27800985717773435, 0.2780682373046875, 0.278029296875, 0.2781337585449219, 0.27806719970703125, 0.5975459594726562, 0.2780262451171875, 0.2778736572265625, 0.2778173522949219, 0.277960693359375, 0.2780528564453125, 0.27834878540039065, 0.2778900451660156, 0.27787673950195313, 0.2779422607421875, 0.27794638061523436, 0.2780139465332031, 0.27793408203125, 0.27799655151367186, 0.27793304443359373, 0.2779371643066406, 0.2779084777832031, 0.2779934692382813, 0.27786343383789064, 0.27802520751953125, 0.2779924621582031, 0.2782013549804688, 0.27794329833984377, 0.2780282897949219, 0.2780559387207031, 0.27812966918945314, 0.27786648559570315, 0.2779525146484375, 0.27802725219726565, 0.27815731811523436, 0.27795455932617186, 0.27812249755859375, 0.2780569458007813, 0.27815731811523436, 0.277923828125, 0.2779637756347656, 0.27835391235351564, 0.27807437133789065, 0.27791256713867185, 0.2779658203125, 0.2780928039550781, 0.27812966918945314, 0.2783221740722656, 0.2781583251953125, 0.2779832458496094, 0.27802520751953125, 0.27819622802734373, 0.2780426330566406, 0.2780415954589844, 0.27818292236328124, 0.27791156005859374, 0.2779729919433594, 0.2780845947265625, 0.27821261596679686, 0.2780334167480469, 0.27809588623046877, 0.27812863159179685, 0.2781747131347656, 0.2780631103515625, 0.2779945068359375, 0.27803033447265624, 0.2781747131347656, 0.2780282897949219, 0.5974374389648438, 0.27794943237304687, 0.27812762451171874, 0.27768115234375, 0.2779719543457031, 0.27803955078125, 0.27782247924804687, 0.2778367919921875, 0.27792691040039064, 0.27802725219726565, 0.2777835388183594, 0.2779033508300781, 0.27785626220703125, 0.27808563232421873, 0.2782443542480469, 0.2781737060546875, 0.2779832458496094, 0.2779924621582031, 0.2779576416015625, 0.27801907348632815, 0.27789413452148437, 0.2780528564453125, 0.27785626220703125, 0.27797503662109374, 0.27792691040039064, 0.27814501953125, 0.2779156494140625, 0.27798016357421873, 0.2780313720703125, 0.2781163635253906, 0.27802420043945314, 0.2779832458496094, 0.27799755859375, 0.27810714721679686, 0.2778880004882813, 0.2779371643066406, 0.27798834228515623, 0.27807949829101564, 0.27803033447265624, 0.2779576416015625, 0.2780262451171875, 0.2780784606933594, 0.27793408203125, 0.27805902099609375, 0.27813784790039064, 0.2781317138671875, 0.27809381103515624, 0.2779576416015625, 0.27808154296875, 0.2782586975097656, 0.2782494812011719, 0.2780610656738281, 0.27814501953125, 0.2781214599609375, 0.2779207763671875, 0.277923828125, 0.2779832458496094, 0.27808154296875, 0.27801907348632815, 0.27799755859375, 0.2781317138671875, 0.27814910888671873, 0.2781051025390625, 0.5979115600585938, 0.2780415954589844, 0.2779361267089844, 0.27780813598632814, 0.27787774658203124, 0.2779586486816406, 0.2779361267089844, 0.27787774658203124, 0.278002685546875, 0.278002685546875, 0.2778736572265625, 0.27790234375, 0.2779648132324219, 0.2780006408691406, 0.27782861328125, 0.277970947265625, 0.2783703002929688, 0.2780405883789063, 0.27791360473632815, 0.27801702880859375, 0.2779422607421875, 0.27796786499023435, 0.2783999938964844, 0.27802520751953125, 0.278012939453125, 0.2780917663574219, 0.277907470703125, 0.2779371643066406, 0.27806207275390626, 0.2780498046875, 0.27799038696289063, 0.2780682373046875, 0.27811328125, 0.2783170471191406, 0.27801190185546876, 0.27803237915039064, 0.2780487670898438, 0.27803237915039064, 0.2779955139160156, 0.27786138916015624, 0.2780262451171875, 0.2781327209472656, 0.27797503662109374, 0.2780948486328125, 0.2779361267089844, 0.27810714721679686, 0.27803851318359374, 0.27794943237304687, 0.2780702819824219, 0.27821774291992185, 0.2779535217285156, 0.2780139465332031, 0.27819314575195314, 0.2782003173828125, 0.2779729919433594, 0.27806515502929685, 0.278012939453125, 0.2781890563964844, 0.27835595703125, 0.27808767700195314, 0.27808563232421873, 0.2781542358398438, 0.278086669921875, 0.596664306640625, 0.27794638061523436, 0.27794125366210937, 0.2780057678222656, 0.27801803588867186, 0.27811328125, 0.27796173095703125, 0.277855224609375, 0.2778839111328125, 0.278002685546875, 0.2778757019042969, 0.27769650268554685, 0.2778746948242187, 0.2780262451171875, 0.27781427001953124, 0.2780006408691406, 0.27796685791015624, 0.27805389404296876, 0.27779379272460936, 0.2778880004882813, 0.27790438842773435, 0.27795559692382815, 0.2778480529785156, 0.27800167846679685, 0.27791360473632815, 0.27811019897460937, 0.2778890380859375, 0.27791973876953124, 0.2779453430175781, 0.2782668762207031, 0.27817062377929686, 0.27803750610351563, 0.2780006408691406, 0.2780569458007813, 0.2779402160644531, 0.2778787841796875, 0.2779443054199219, 0.2780559387207031, 0.27797708129882814, 0.2779002990722656, 0.2781419372558594, 0.2780415954589844, 0.277960693359375, 0.27822592163085935, 0.27799755859375, 0.2780968933105469, 0.27796890258789064, 0.27799655151367186, 0.278034423828125, 0.2782085266113281, 0.2779279479980469, 0.27796890258789064, 0.27808050537109374, 0.27819110107421874, 0.2779781188964844, 0.2779361267089844, 0.2780231628417969, 0.2781419372558594, 0.2780088195800781, 0.27789926147460936, 0.27808563232421873, 0.2782248840332031, 0.2780631103515625, 0.5981163330078125, 0.2783621215820313, 0.2783006591796875, 0.2778358154296875, 0.27795965576171877, 0.2779729919433594, 0.2779207763671875, 0.2778347473144531, 0.27787774658203124, 0.27798016357421873, 0.277865478515625, 0.2778245239257813, 0.2778685302734375, 0.27808563232421873, 0.27831195068359377, 0.27789208984375, 0.2779105224609375, 0.27801907348632815, 0.2779402160644531, 0.27796890258789064, 0.27797503662109374, 0.27805184936523436, 0.277907470703125, 0.2780078125, 0.27791873168945314, 0.2780928039550781, 0.2779361267089844, 0.27801702880859375, 0.2780907592773437, 0.27824127197265625, 0.27799038696289063, 0.2781542358398438, 0.2781747131347656, 0.27819827270507813, 0.27798019409179686, 0.27835592651367186, 0.2779781188964844, 0.2782853088378906, 0.27827609252929686, 0.2779586486816406, 0.27801190185546876, 0.27814093017578123, 0.27794329833984377, 0.27867544555664064, 0.27796786499023435, 0.27813479614257813, 0.27802520751953125, 0.27811532592773436, 0.27813580322265624, 0.2783088684082031, 0.2785464172363281, 0.278076416015625, 0.2782156677246094, 0.27824331665039065, 0.27822900390625, 0.27794329833984377, 0.27808767700195314, 0.27831195068359377, 0.27817266845703126, 0.27806719970703125, 0.27806002807617186, 0.2782515258789062, 0.2780887145996094, 0.60076953125, 0.2780528564453125, 0.27787774658203124, 0.2780835876464844, 0.2779893798828125, 0.2780364685058594, 0.27775180053710935, 0.2778787841796875, 0.2780692443847656, 0.2780835876464844, 0.2782095336914063, 0.27780813598632814, 0.2778828735351562, 0.27790234375, 0.27783782958984377, 0.2779309997558594, 0.27794125366210937, 0.2780784606933594, 0.277897216796875, 0.2780211181640625, 0.2779945068359375, 0.27791973876953124, 0.2779525146484375, 0.278066162109375, 0.27791256713867185, 0.2780282897949219, 0.27787673950195313, 0.2778757019042969, 0.27794842529296876, 0.27817779541015625, 0.2779361267089844, 0.2780845947265625, 0.27806207275390626, 0.27812249755859375, 0.27798834228515623, 0.27791668701171873, 0.27791360473632815, 0.277960693359375, 0.2780917663574219, 0.2781583251953125, 0.27809588623046877, 0.27802725219726565, 0.27801190185546876, 0.2780579833984375, 0.27796273803710936, 0.27820440673828123, 0.2784163818359375, 0.2779811706542969, 0.278076416015625, 0.2782392272949219, 0.27798220825195313, 0.2780231628417969, 0.27797708129882814, 0.2781951904296875, 0.2779914245605469, 0.2780313720703125, 0.277970947265625, 0.2780968933105469, 0.2780917663574219, 0.278002685546875, 0.2780364685058594, 0.27814501953125, 0.278044677734375, 0.6006200561523437, 0.27797503662109374, 0.2778890380859375, 0.2780282897949219, 0.2779402160644531, 0.27803851318359374, 0.277928955078125, 0.27785931396484376, 0.2780006408691406, 0.2779156494140625, 0.2777651062011719, 0.2779658203125, 0.27800677490234377, 0.2779637756347656, 0.2778880004882813, 0.27796173095703125, 0.2779176940917969, 0.2780159912109375, 0.27834878540039065, 0.27800985717773435, 0.27794842529296876, 0.2780631103515625, 0.2779105224609375, 0.27805490112304687, 0.27783578491210936, 0.2781808776855469, 0.2778818664550781, 0.27799755859375, 0.2780211181640625, 0.27812045288085935, 0.27800473022460936, 0.27808154296875, 0.2780897216796875, 0.2780979309082031, 0.277960693359375, 0.27794329833984377, 0.2780313720703125, 0.27806719970703125, 0.2780088195800781, 0.2779719543457031, 0.27808563232421873, 0.27815731811523436, 0.2779842529296875, 0.2779084777832031, 0.2779156494140625, 0.2780907592773437, 0.27803750610351563, 0.2781327209472656, 0.27808563232421873, 0.27822283935546877, 0.27808050537109374, 0.27801803588867186, 0.2780968933105469, 0.278297607421875, 0.2783078308105469, 0.2780487670898438, 0.27810302734375, 0.2782310485839844, 0.2781327209472656, 0.27803851318359374, 0.2779381713867187, 0.2782033996582031, 0.27808050537109374, 0.6008156127929688, 0.2780989379882812, 0.27795147705078127, 0.2778542175292969, 0.2780559387207031, 0.2779955139160156, 0.2778808288574219, 0.2778542175292969, 0.2780201110839844, 0.27807745361328123, 0.27784295654296876, 0.27786956787109374, 0.27791156005859374, 0.2778890380859375, 0.27790234375, 0.27802520751953125, 0.27789926147460936, 0.27797402954101563, 0.2777374572753906, 0.27824026489257814, 0.2779862976074219, 0.27802420043945314, 0.2778818664550781, 0.27795455932617186, 0.27798220825195313, 0.2781051025390625, 0.278150146484375, 0.277886962890625, 0.2780579833984375, 0.27816754150390627, 0.2780149841308594, 0.2779729919433594, 0.27802420043945314, 0.27813784790039064, 0.27803237915039064, 0.27795147705078127, 0.27801089477539065, 0.278044677734375, 0.27811224365234377, 0.27802215576171874, 0.2780487670898438, 0.27812863159179685, 0.27805389404296876, 0.27803955078125, 0.2779996032714844, 0.27808767700195314, 0.2780692443847656, 0.27806207275390626, 0.27810302734375, 0.27824639892578124, 0.27794125366210937, 0.27805389404296876, 0.2780415954589844, 0.2782115783691406, 0.2779934692382813, 0.27796786499023435, 0.2781685791015625, 0.2781685791015625, 0.27801089477539065, 0.2780498046875, 0.2780282897949219, 0.27819314575195314, 0.27838156127929686]",tokens/s,3.538324063055383,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1490, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1656, in _check_and_enable_sdpa raise ValueError( ValueError: FalconForCausalLM 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"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,8,8,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/8/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947668-51418c8d0a740a3b4bbb1251;ef253ea0-2024-41c5-8b17-107a3eabbbee) Repository Not Found for url: https://huggingface.co/8/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 8 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-4B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3170.7136,5144.838144,0.0,4498.39104,4272.10752,s,10,1.7295902862548826,0.1729590286254883,0.000569120892257992,0.17292961883544922,0.17366525115966797,0.17386814804077147,0.1740304655456543,"[0.17321171569824217, 0.173265625, 0.17233097839355468, 0.17362016296386718, 0.17238882446289064, 0.1727006072998047, 0.17238227844238282, 0.17315863037109375, 0.17246041870117187, 0.174071044921875]",tokens/s,1480.119320942314,kWh,2.0397302576865275e-06,1.1176722405974126e-06,1.0621440489481984e-05,1.3778842987765924e-05,tokens/kWh,18579208.735254437,MB,3170.7136,5144.838144,0.0,4498.39104,4389.692928,s,10,92.76395019531249,9.27639501953125,0.0008333610688995111,9.27675537109375,9.2772673828125,9.2773236328125,9.2773686328125,"[9.276734375, 9.2769248046875, 9.2753828125, 9.276984375, 9.2773798828125, 9.2758388671875, 9.2767763671875, 9.275958984375, 9.2772548828125, 9.27471484375]",tokens/s,6.791431355322284,kWh,0.00010941266093959754,5.9966488682221725e-05,0.000567710661064709,0.0007370898106865281,tokens/kWh,85471.26698349224,,s,629,94.17231869506831,0.1497175177982009,0.020607877601054817,0.14718360900878907,0.14736609497070313,0.14766083984375,0.3201910009765625,"[0.14791673278808593, 0.14785125732421875, 0.14769363403320312, 0.1472143096923828, 0.1471303405761719, 0.14700440979003906, 0.1472174072265625, 0.14719692993164063, 0.14710374450683594, 0.1470556182861328, 0.147167236328125, 0.1471109161376953, 0.1470586853027344, 0.14704025268554688, 0.14717645263671875, 0.1472379150390625, 0.14722454833984375, 0.1470148468017578, 0.1471721649169922, 0.14715904235839844, 0.1471662139892578, 0.14702490234375, 0.14723484802246095, 0.1471794891357422, 0.148347900390625, 0.147051513671875, 0.14726144409179687, 0.1472051239013672, 0.147061767578125, 0.1470996551513672, 0.14726246643066407, 0.14719078063964844, 0.14710578918457032, 0.14708018493652344, 0.14713754272460938, 0.14721229553222656, 0.147230712890625, 0.14723992919921874, 0.1472491455078125, 0.14717453002929687, 0.14715788269042968, 0.147061767578125, 0.14725120544433593, 0.14722866821289063, 0.14708224487304689, 0.14719692993164063, 0.14744883728027344, 0.14726246643066407, 0.14745805358886718, 0.1475030975341797, 0.14739263916015624, 0.1472490234375, 0.14724403381347656, 0.14717747497558595, 0.1471805419921875, 0.1471805419921875, 0.14718258666992187, 0.147125244140625, 0.14723992919921874, 0.14722764587402343, 0.14720614624023437, 0.147093505859375, 0.3209492492675781, 0.1472296905517578, 0.1473105926513672, 0.1470330810546875, 0.1472144012451172, 0.14715589904785156, 0.1471805419921875, 0.14701158142089843, 0.1471856689453125, 0.14708633422851564, 0.14712832641601561, 0.14706687927246093, 0.14723890686035157, 0.14712626647949217, 0.14704847717285155, 0.14701565551757811, 0.1472430114746094, 0.14723788452148437, 0.14713446044921874, 0.14805606079101563, 0.14724607849121094, 0.1471662139892578, 0.14702284240722657, 0.14694195556640624, 0.14720204162597655, 0.14717747497558595, 0.14709660339355468, 0.14704226684570312, 0.1472911376953125, 0.14731468200683595, 0.14717030334472656, 0.14699519348144532, 0.1471805419921875, 0.14721434020996094, 0.14842880249023438, 0.14715493774414062, 0.1472860107421875, 0.1471979522705078, 0.1471313934326172, 0.14701878356933593, 0.14726141357421876, 0.1473771514892578, 0.14735667419433593, 0.14708428955078126, 0.14722764587402343, 0.14719692993164063, 0.14814924621582032, 0.14711296081542968, 0.14732083129882811, 0.14719590759277343, 0.14719293212890625, 0.14713641357421875, 0.14731161499023437, 0.14731674194335936, 0.14720204162597655, 0.14698495483398438, 0.14724198913574219, 0.14718360900878907, 0.14722662353515625, 0.1471530303955078, 0.1472797393798828, 0.1473280029296875, 0.14838386535644532, 0.3201135559082031, 0.14710986328125, 0.14722457885742188, 0.1474334716796875, 0.14707814025878907, 0.14728396606445313, 0.147240966796875, 0.14708837890625, 0.1471805419921875, 0.1472225341796875, 0.147167236328125, 0.14703923034667968, 0.1470586853027344, 0.14710578918457032, 0.14717132568359376, 0.147093505859375, 0.14701875305175782, 0.147167236328125, 0.14712115478515625, 0.14706690979003906, 0.1470740203857422, 0.147239013671875, 0.14715586853027343, 0.1472144012451172, 0.147157958984375, 0.1472194519042969, 0.14715802001953124, 0.14711807250976563, 0.14709452819824217, 0.147346435546875, 0.14728807067871094, 0.1471928253173828, 0.14723379516601562, 0.14730035400390626, 0.1472542724609375, 0.14715289306640625, 0.14717747497558595, 0.14746726989746095, 0.14761164855957032, 0.14715391540527345, 0.1471918029785156, 0.1472604217529297, 0.14730854797363283, 0.14720307922363282, 0.14726348876953124, 0.14741810607910155, 0.14734130859375, 0.14755532836914062, 0.14722872924804686, 0.14725010681152345, 0.14722457885742188, 0.1471918029785156, 0.14714778137207032, 0.14731674194335936, 0.1473658905029297, 0.14712626647949217, 0.14711911010742187, 0.14722866821289063, 0.14729933166503906, 0.14735360717773438, 0.14720819091796875, 0.14727066040039063, 0.1472491455078125, 0.32151141357421875, 0.1470699462890625, 0.1471498260498047, 0.1469655303955078, 0.14720201110839845, 0.1471426544189453, 0.147093505859375, 0.14701670837402345, 0.14730752563476562, 0.1472921600341797, 0.1472430114746094, 0.1470013427734375, 0.1482291259765625, 0.14719692993164063, 0.14729119873046875, 0.14709344482421874, 0.14713650512695312, 0.14713446044921874, 0.14711398315429688, 0.14704949951171875, 0.14721942138671876, 0.1472604217529297, 0.14715289306640625, 0.14701875305175782, 0.1472174072265625, 0.14711705017089843, 0.14705459594726564, 0.146988037109375, 0.1472481231689453, 0.1471600646972656, 0.1471846466064453, 0.14700851440429688, 0.14720101928710938, 0.14715289306640625, 0.14715597534179686, 0.14707096862792968, 0.14729728698730468, 0.14723175048828124, 0.14716517639160157, 0.1470443572998047, 0.14720101928710938, 0.14729624938964844, 0.1474713592529297, 0.14718975830078124, 0.1485086975097656, 0.14730441284179688, 0.147162109375, 0.14706483459472655, 0.1474007110595703, 0.14741708374023438, 0.14727372741699218, 0.14710992431640624, 0.14731260681152344, 0.14731776428222657, 0.14726553344726562, 0.1471119384765625, 0.14728807067871094, 0.14719078063964844, 0.1471846466064453, 0.1471313934326172, 0.1473966064453125, 0.14733836364746095, 0.14851980590820313, 0.3202027587890625, 0.1471498260498047, 0.14725631713867188, 0.14708122253417968, 0.14698291015625, 0.14709555053710938, 0.14711398315429688, 0.14704025268554688, 0.1470382080078125, 0.14707711791992187, 0.1471488037109375, 0.14696858215332032, 0.14734130859375, 0.14741912841796875, 0.14716108703613281, 0.14717234802246093, 0.14702386474609375, 0.1486439666748047, 0.14721011352539062, 0.14709555053710938, 0.1470382080078125, 0.14721125793457032, 0.1471436767578125, 0.14715084838867187, 0.14713037109375, 0.1471866912841797, 0.14727066040039063, 0.14709657287597655, 0.14706687927246093, 0.14714469909667968, 0.14713241577148437, 0.14706072998046876, 0.1470760955810547, 0.14717234802246093, 0.1472041015625, 0.14715699768066406, 0.14717234802246093, 0.1488209991455078, 0.14745497131347657, 0.1471805419921875, 0.14718975830078124, 0.14738021850585936, 0.1472184295654297, 0.14713862609863282, 0.147115966796875, 0.1472615966796875, 0.147339111328125, 0.14721331787109376, 0.1471631317138672, 0.14727577209472656, 0.14723890686035157, 0.14711807250976563, 0.14731776428222657, 0.14743571472167968, 0.1472151641845703, 0.14710272216796874, 0.14716108703613281, 0.14882611083984376, 0.14730546569824218, 0.14716517639160157, 0.14715289306640625, 0.1472194519042969, 0.14719488525390625, 0.32047921752929687, 0.1470996551513672, 0.14707200622558594, 0.1470320587158203, 0.14712217712402345, 0.1471068115234375, 0.14699623107910156, 0.14699623107910156, 0.14720204162597655, 0.14709555053710938, 0.1471109161376953, 0.14693069458007812, 0.14727577209472656, 0.1470924835205078, 0.14705357360839844, 0.1470689239501953, 0.14732492065429686, 0.14730137634277343, 0.14710887145996093, 0.14706278991699218, 0.1472368621826172, 0.14726246643066407, 0.14713856506347656, 0.14699827575683594, 0.14715391540527345, 0.14713446044921874, 0.1470924835205078, 0.1470146484375, 0.14712115478515625, 0.14713037109375, 0.14715805053710937, 0.14710694885253905, 0.1472223663330078, 0.14714579772949218, 0.14712620544433594, 0.14702796936035156, 0.14718360900878907, 0.14714675903320312, 0.14856396484375, 0.14716825866699218, 0.14725222778320313, 0.14735154724121094, 0.14729011535644532, 0.14712319946289062, 0.147346435546875, 0.1473157196044922, 0.14716517639160157, 0.14707711791992187, 0.14731878662109374, 0.14738739013671875, 0.14728294372558592, 0.14714675903320312, 0.14731161499023437, 0.14728396606445313, 0.14721856689453125, 0.14722035217285157, 0.14752870178222657, 0.14731674194335936, 0.14717543029785157, 0.14713037109375, 0.14736691284179687, 0.14723175048828124, 0.14904115295410156, 0.3201607666015625, 0.14724710083007814, 0.14724505615234376, 0.14721536254882814, 0.14711398315429688, 0.14721536254882814, 0.14722061157226562, 0.14710566711425782, 0.147051513671875, 0.147167236328125, 0.1471488037109375, 0.14704537963867187, 0.14714060974121093, 0.14714572143554688, 0.14712013244628908, 0.14704127502441405, 0.1470576629638672, 0.14708940124511719, 0.14708848571777344, 0.14707907104492188, 0.14704844665527345, 0.1473014373779297, 0.14723167419433594, 0.1489233856201172, 0.14714572143554688, 0.14714675903320312, 0.1471928253173828, 0.14713037109375, 0.14713650512695312, 0.14725018310546875, 0.14718258666992187, 0.1470556182861328, 0.1470586853027344, 0.14712319946289062, 0.14720204162597655, 0.1471109161376953, 0.14710272216796874, 0.14720204162597655, 0.14719078063964844, 0.14715802001953124, 0.14709555053710938, 0.14718873596191406, 0.1471662139892578, 0.1470996551513672, 0.14708633422851564, 0.14716517639160157, 0.14721536254882814, 0.14712223815917969, 0.1471722869873047, 0.14727885437011717, 0.1472225341796875, 0.14930841064453124, 0.14744166564941405, 0.1475758056640625, 0.1473423309326172, 0.14717234802246093, 0.1471488037109375, 0.14721331787109376, 0.14720204162597655, 0.147420166015625, 0.14749798583984375, 0.14731674194335936, 0.14722355651855468, 0.32093496704101565, 0.1470852508544922, 0.14708840942382811, 0.14698704528808593, 0.1471538543701172, 0.14707302856445312, 0.1470689239501953, 0.14696754455566408, 0.1471805419921875, 0.14711911010742187, 0.14714469909667968, 0.14700959777832032, 0.1471835479736328, 0.14713037109375, 0.14706072998046876, 0.1470269470214844, 0.1486571502685547, 0.14718771362304686, 0.14708940124511719, 0.14701158142089843, 0.14718360900878907, 0.1472430114746094, 0.14713754272460938, 0.14703616333007813, 0.14734848022460936, 0.1472716827392578, 0.14710887145996093, 0.14713446044921874, 0.1473228759765625, 0.1471928253173828, 0.14707711791992187, 0.14697369384765624, 0.1471743927001953, 0.1471805419921875, 0.14725836181640625, 0.1470382080078125, 0.14724198913574219, 0.14720204162597655, 0.14715904235839844, 0.1470556182861328, 0.14727577209472656, 0.14723788452148437, 0.14709555053710938, 0.14714469909667968, 0.14727474975585939, 0.14721434020996094, 0.14716522216796876, 0.14703414916992188, 0.14725727844238282, 0.14722781372070312, 0.1472541046142578, 0.14722560119628905, 0.14735360717773438, 0.14739967346191407, 0.14723379516601562, 0.14719078063964844, 0.1474877471923828, 0.14738636779785155, 0.14727781677246093, 0.1471662139892578, 0.14733209228515626, 0.1472542724609375, 0.14905343627929687, 0.320405517578125, 0.147093505859375, 0.14719078063964844, 0.1471078338623047, 0.14712832641601561, 0.14712838745117188, 0.1471405792236328, 0.14712828063964845, 0.1470760955810547, 0.1471313934326172, 0.14721331787109376, 0.14708018493652344, 0.14712728881835938, 0.14713856506347656, 0.14721125793457032, 0.14715187072753907, 0.14706687927246093, 0.14870323181152345, 0.14725631713867188, 0.14714163208007813, 0.14711807250976563, 0.14733721923828125, 0.14718258666992187, 0.1471313934326172, 0.14708326721191406, 0.14717446899414063, 0.14728390502929686, 0.14733004760742188, 0.1472604217529297, 0.14720716857910157, 0.14718873596191406, 0.14712832641601561, 0.147093505859375, 0.1472481231689453, 0.147198974609375, 0.1471263427734375, 0.14713542175292968, 0.1471928253173828, 0.14717543029785157, 0.14713343811035157, 0.14717234802246093, 0.14723898315429687, 0.14723269653320312, 0.1492367401123047, 0.14719488525390625, 0.14725529479980468, 0.14727577209472656, 0.1472051239013672, 0.14714576721191405, 0.14721224975585936, 0.14725018310546875, 0.14722866821289063, 0.1471662139892578, 0.14735769653320313, 0.1473228759765625, 0.14714572143554688, 0.14715904235839844, 0.14728294372558592, 0.14723788452148437, 0.1472194519042969, 0.14722047424316406, 0.14741200256347656, 0.1472911071777344, 0.32193637084960935, 0.147093505859375, 0.14720921325683595, 0.14727885437011717, 0.14723992919921874, 0.14712217712402345, 0.14707200622558594, 0.14702099609375, 0.14719879150390625, 0.1471109161376953, 0.1470996551513672, 0.14697267150878907, 0.1472225341796875, 0.14715699768066406, 0.14709452819824217, 0.14703514099121093, 0.1472491455078125, 0.14720921325683595, 0.14713754272460938, 0.1470382080078125, 0.1471846466064453, 0.14720921325683595, 0.14714675903320312, 0.1471488037109375, 0.14727781677246093, 0.1471846466064453, 0.14708224487304689, 0.14703923034667968, 0.1471815643310547, 0.14712115478515625, 0.1470760955810547, 0.14705357360839844, 0.1473423309326172, 0.1471498260498047, 0.14714060974121093, 0.14708940124511719, 0.1473658905029297, 0.1472041015625, 0.14712115478515625, 0.1470699462890625, 0.14724710083007814, 0.147240966796875, 0.1472174072265625, 0.14707405090332032, 0.1473443908691406, 0.14727987670898438, 0.14719386291503905, 0.14709146118164063, 0.14721040344238281, 0.14725923156738283, 0.1472430114746094, 0.147162109375, 0.14736076354980468, 0.147304443359375, 0.14720307922363282, 0.14711602783203126, 0.14878207397460938, 0.14740992736816405, 0.14731365966796875, 0.1472041015625, 0.14733106994628906, 0.14737306213378906, 0.14721229553222656]",tokens/s,6.679245119117361,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm2-20b,internlm/internlm2-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.217-205.860.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.2,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,3137.929216,13793.492992,0.0,13147.045888,12781.924864,s,10,8.99033642578125,0.8990336425781249,0.001209152583374722,0.8988238220214844,0.9007634643554687,0.9011640808105469,0.9014845739746095,"[0.898102294921875, 0.8976475830078126, 0.89875732421875, 0.8988903198242187, 0.89919384765625, 0.8981031494140626, 0.8995744018554688, 0.9006744384765625, 0.901564697265625, 0.897828369140625]",tokens/s,284.7501893987843,kWh,1.0606409098815037e-05,5.811931839480167e-06,5.64317581083322e-05,7.285009904662741e-05,tokens/kWh,3514065.229151552,MB,3137.929216,13793.492992,0.0,13147.045888,12906.706432,s,10,495.9275859375,49.59275859375,0.0018491618139201286,49.592791015625,49.594271093749995,49.595561328125,49.596593515625,"[49.5933984375, 49.590046875, 49.59246875, 49.5923359375, 49.593984375, 49.59295703125, 49.5899609375, 49.592640625, 49.5968515625, 49.59294140625]",tokens/s,1.2703467559866628,kWh,0.0005854946296717283,0.00032090146071840533,0.0030803726957776686,0.003986768786167803,tokens/kWh,15802.270806017175,,s,629,503.2330070800783,0.8000524754850208,0.10683804867936002,0.78717236328125,0.7874144165039062,0.7875112915039062,1.685771015625,"[0.78681396484375, 0.787056640625, 0.7872000122070313, 0.7871314086914063, 0.7870761108398437, 0.7871968994140625, 0.7870853271484375, 0.7871027221679687, 0.7870504760742187, 0.7872420043945313, 0.7869163818359375, 0.7871047973632812, 0.7869481201171875, 0.7870822143554688, 0.787114990234375, 0.7870955810546875, 0.78725634765625, 0.7873034057617188, 0.7869389038085938, 0.787019775390625, 0.7870382080078125, 0.7876044921875, 0.7871713256835937, 0.7871876831054687, 0.7872317504882812, 0.7870443725585937, 0.787030029296875, 0.7872450561523437, 0.7871856689453125, 0.7870392456054688, 0.7871764526367188, 0.7872102661132813, 0.7872501831054688, 0.7873095703125, 0.7874119873046875, 0.787078125, 0.7872286987304687, 0.7874293823242188, 0.787230712890625, 0.7871242065429688, 0.7872471313476562, 0.7872798461914062, 0.7871795043945312, 0.7870382080078125, 0.7872808837890625, 0.7874662475585937, 0.7871713256835937, 0.7872593994140625, 0.7871129760742187, 0.7872962646484375, 0.7874160766601562, 0.7872471313476562, 0.7874232177734375, 0.787145751953125, 0.78729931640625, 0.7873556518554687, 0.7873126220703125, 0.7872225341796875, 0.7873648681640625, 0.7873320922851562, 0.7873925170898437, 0.787409912109375, 1.6845506591796875, 0.7865989379882813, 0.7869122314453125, 0.7870771484375, 0.786904052734375, 0.786988037109375, 0.7868211059570313, 0.7866941528320313, 0.7869010009765625, 0.7872276611328125, 0.7870422973632812, 0.7869706420898438, 0.78719384765625, 0.786861083984375, 0.78710888671875, 0.7869931640625, 0.7870863647460937, 0.7872379150390625, 0.7870750732421875, 0.786935791015625, 0.7871508178710938, 0.7870403442382813, 0.7873442993164063, 0.7869214477539063, 0.7870392456054688, 0.7870474243164063, 0.786840576171875, 0.7870504760742187, 0.78713037109375, 0.7870873413085937, 0.7869808349609375, 0.7869808349609375, 0.787267578125, 0.786956298828125, 0.787124267578125, 0.7870125732421875, 0.786892822265625, 0.7871385498046874, 0.78703515625, 0.7871498413085938, 0.7871344604492188, 0.78739453125, 0.7875164184570312, 0.7874877319335938, 0.7870628051757812, 0.787272705078125, 0.787435546875, 0.7874375610351563, 0.787373046875, 0.7877529296875, 0.7874273071289063, 0.787282958984375, 0.7873843383789062, 0.7874119873046875, 0.7875717163085938, 0.7875112915039062, 0.7872808837890625, 0.7871426391601563, 0.7872798461914062, 0.7872686157226563, 0.7872399291992187, 0.7873178100585938, 0.78739453125, 1.68635595703125, 0.7868969116210938, 0.787056640625, 0.7871334228515625, 0.7868477172851562, 0.7871549682617187, 0.787078125, 0.7870904541015625, 0.7870392456054688, 0.787114990234375, 0.7871692504882812, 0.7877386474609375, 0.7869378662109375, 0.7871314086914063, 0.7872255859375, 0.7870453491210937, 0.7869655151367188, 0.786951171875, 0.7870986328125, 0.7870658569335938, 0.7872614135742187, 0.7874027709960938, 0.7870945434570312, 0.78715185546875, 0.7872450561523437, 0.7871549682617187, 0.7872819213867187, 0.787478515625, 0.7873597412109375, 0.7869859619140624, 0.7874692993164063, 0.7872286987304687, 0.7869798583984375, 0.787325927734375, 0.7869276123046876, 0.7874866943359375, 0.7870545654296875, 0.787198974609375, 0.7871416015625, 0.787103759765625, 0.7871918334960938, 0.787167236328125, 0.7870433349609375, 0.78729931640625, 0.7875491943359375, 0.7871170654296875, 0.787009521484375, 0.7875952758789062, 0.7872061157226562, 0.7870023803710937, 0.7870484619140625, 0.7871426391601563, 0.787188720703125, 0.7870167236328125, 0.7873402709960937, 0.7872317504882812, 0.7870904541015625, 0.7873126220703125, 0.7873116455078125, 0.78721533203125, 0.7872767944335938, 0.7872000122070313, 0.7872696533203125, 1.686043701171875, 0.7870218505859375, 0.7873935546875, 0.7871447143554687, 0.787346435546875, 0.7868549194335938, 0.7871016845703125, 0.7867627563476562, 0.7869368286132813, 0.7868671875, 0.7868692626953125, 0.786977783203125, 0.7869685668945312, 0.7871201171875, 0.7870084838867187, 0.7870965576171876, 0.7871498413085938, 0.7871580200195313, 0.7870658569335938, 0.7869450073242188, 0.7869378662109375, 0.787483642578125, 0.7873648681640625, 0.7870310668945313, 0.7869224853515625, 0.7871365966796875, 0.787136474609375, 0.7871539306640625, 0.787125244140625, 0.7869398803710937, 0.78703515625, 0.7872276611328125, 0.7871282958984375, 0.7870628051757812, 0.7872921752929688, 0.7870003051757812, 0.7870494995117188, 0.7871273193359375, 0.7872399291992187, 0.787398681640625, 0.78772119140625, 0.78713037109375, 0.787267578125, 0.7872276611328125, 0.7871488037109375, 0.787314697265625, 0.7874241943359375, 0.7870822143554688, 0.7873843383789062, 0.7872819213867187, 0.7872849731445313, 0.78731982421875, 0.7872379150390625, 0.787399658203125, 0.7873013916015625, 0.7877857055664063, 0.7872245483398438, 0.7873157348632812, 0.7872655639648437, 0.7875112915039062, 0.7873760986328125, 0.787336181640625, 0.78727783203125, 1.68654541015625, 0.7870822143554688, 0.7871160278320313, 0.7870023803710937, 0.7870228271484375, 0.7869972534179688, 0.786967529296875, 0.7874447631835938, 0.7872890625, 0.7869368286132813, 0.7870853271484375, 0.7870689086914062, 0.7870709838867187, 0.78703515625, 0.787505126953125, 0.7871375122070312, 0.7872081909179688, 0.7871528930664062, 0.7871610717773437, 0.787219482421875, 0.7872010498046875, 0.7872266235351563, 0.787040283203125, 0.7871918334960938, 0.7872061157226562, 0.7872471313476562, 0.7872041015625, 0.787078125, 0.7871713256835937, 0.7871109008789062, 0.7871968994140625, 0.7870965576171876, 0.7871549682617187, 0.78739453125, 0.787336181640625, 0.7870084838867187, 0.7874140014648437, 0.7870863647460937, 0.7871047973632812, 0.7871129760742187, 0.7871273193359375, 0.78738330078125, 0.7872819213867187, 0.7871928100585938, 0.7872757568359375, 0.7873280029296875, 0.7872593994140625, 0.7870822143554688, 0.7872921752929688, 0.7870812377929688, 0.78708837890625, 0.7870607299804687, 0.7874990234375, 0.7872245483398438, 0.78721435546875, 0.7873689575195313, 0.7873966064453125, 0.7875502319335937, 0.7875901489257813, 0.7873382568359375, 0.7871918334960938, 0.7875266723632812, 0.7872737426757812, 1.68506982421875, 0.7869859619140624, 0.7871129760742187, 0.7870054321289063, 0.7870218505859375, 0.78700341796875, 0.787030029296875, 0.7872501831054688, 0.7870105590820312, 0.786934814453125, 0.7869972534179688, 0.786946044921875, 0.787056640625, 0.787325927734375, 0.787252197265625, 0.7869522094726562, 0.7875215454101563, 0.7873843383789062, 0.78717236328125, 0.7871324462890625, 0.7873607788085938, 0.78706689453125, 0.7871395874023438, 0.78725634765625, 0.78721435546875, 0.7872757568359375, 0.7873546142578125, 0.7874447631835938, 0.7869368286132813, 0.78706689453125, 0.7870453491210937, 0.7871375122070312, 0.7872071533203125, 0.7872235717773437, 0.7871477661132813, 0.7870607299804687, 0.78715185546875, 0.7871478271484375, 0.7873289794921875, 0.7873003540039063, 0.787083251953125, 0.7871488037109375, 0.78725732421875, 0.7871795043945312, 0.78721533203125, 0.7876454467773437, 0.787178466796875, 0.7871815795898438, 0.7872112426757812, 0.78717236328125, 0.7872327880859376, 0.7870750732421875, 0.7871897583007812, 0.7872420043945313, 0.787294189453125, 0.7872420043945313, 0.7872491455078126, 0.7874774780273438, 0.7874058227539062, 0.7875645141601563, 0.7871815795898438, 0.7874334716796875, 0.7871918334960938, 1.687065673828125, 0.7868405151367187, 0.7869450073242188, 0.7869102172851562, 0.7868426513671875, 0.7869398803710937, 0.7869041137695313, 0.7869142456054687, 0.786946044921875, 0.786820068359375, 0.78691943359375, 0.787078125, 0.7869788208007813, 0.786951171875, 0.7870924682617187, 0.78710986328125, 0.7872061157226562, 0.787040283203125, 0.7869204711914063, 0.7873966064453125, 0.7871181030273438, 0.7870392456054688, 0.7870648193359375, 0.787114013671875, 0.7872133178710937, 0.7872122802734375, 0.7869757690429687, 0.7872870483398438, 0.7871006469726562, 0.7871600341796875, 0.7870965576171876, 0.7870996704101563, 0.7871242065429688, 0.7870771484375, 0.7871447143554687, 0.7871078491210938, 0.7870576782226563, 0.7873760986328125, 0.7871334228515625, 0.7871221923828124, 0.7870075073242188, 0.7875072021484375, 0.7872061157226562, 0.7871661987304688, 0.7876239624023438, 0.787252197265625, 0.7872225341796875, 0.7872481079101562, 0.78718359375, 0.7872593994140625, 0.7872921752929688, 0.7870996704101563, 0.7873925170898437, 0.78729931640625, 0.7872388916015625, 0.7874826049804687, 0.7871661987304688, 0.78746728515625, 0.7872122802734375, 0.7872655639648437, 0.787220458984375, 0.787262451171875, 0.7870750732421875, 1.6877587890625, 0.7871488037109375, 0.7872276611328125, 0.787061767578125, 0.7871856689453125, 0.7868661499023437, 0.7870802001953126, 0.7870126342773438, 0.787072998046875, 0.7868098754882813, 0.7869603881835937, 0.7869419555664062, 0.7873136596679687, 0.78706689453125, 0.787056640625, 0.7869767456054687, 0.7870965576171876, 0.7870637817382813, 0.7873054809570312, 0.7870341186523437, 0.7869490966796875, 0.7870863647460937, 0.7871129760742187, 0.78717236328125, 0.7871334228515625, 0.7870802001953126, 0.7873003540039063, 0.7872020263671875, 0.7871979370117187, 0.7872655639648437, 0.7871344604492188, 0.7875747680664062, 0.7872235717773437, 0.7872450561523437, 0.787177490234375, 0.7873760986328125, 0.787162109375, 0.7870628051757812, 0.7869501342773437, 0.7871918334960938, 0.7872214965820312, 0.7871826171875, 0.7872737426757812, 0.78723583984375, 0.7870596923828125, 0.7872890625, 0.7871928100585938, 0.7872849731445313, 0.7872379150390625, 0.7874027709960938, 0.7871641845703125, 0.7871498413085938, 0.7873095703125, 0.7872429809570313, 0.7872481079101562, 0.7872973022460937, 0.7877294311523437, 0.7872665405273438, 0.7872921752929688, 0.78738330078125, 0.7872399291992187, 0.78740478515625, 0.7873894653320312, 1.6892119140625, 0.7867801513671875, 0.7874058227539062, 0.787093505859375, 0.7871375122070312, 0.7874641723632813, 0.7870320434570313, 0.7867852783203125, 0.7870791625976562, 0.7871867065429687, 0.7870504760742187, 0.7871549682617187, 0.7870392456054688, 0.7870269165039062, 0.7870709838867187, 0.7869685668945312, 0.7870894165039063, 0.7870361328125, 0.78729931640625, 0.7869368286132813, 0.7870637817382813, 0.7870525512695312, 0.78691943359375, 0.7871181030273438, 0.7872645263671875, 0.787114013671875, 0.7869951782226563, 0.78718359375, 0.7872911376953124, 0.787188720703125, 0.7874611206054688, 0.7871201171875, 0.7871590576171875, 0.7871764526367188, 0.7872604370117188, 0.7872041015625, 0.787367919921875, 0.787430419921875, 0.7872379150390625, 0.7872767944335938, 0.7871437377929688, 0.7872286376953125, 0.7871508178710938, 0.7872225341796875, 0.7872214965820312, 0.78721435546875, 0.7874846801757812, 0.787336181640625, 0.787209228515625, 0.7872471313476562, 0.78731982421875, 0.787367919921875, 0.7874590454101562, 0.7876321411132813, 0.787188720703125, 0.7873546142578125, 0.7873054809570312, 0.7873382568359375, 0.7870945434570312, 0.7873085327148438, 0.7871641845703125, 0.787177490234375, 0.7871334228515625, 1.6885872802734374, 0.7868467407226563, 0.7870679321289062, 0.78702490234375, 0.7873843383789062, 0.7869224853515625, 0.7869368286132813, 0.7871651611328125, 0.7870330810546875, 0.7871365356445312, 0.7869951782226563, 0.787177490234375, 0.7871631469726562, 0.78697265625, 0.7870187377929687, 0.7872450561523437, 0.7869921264648437, 0.7871190795898437, 0.7870576782226563, 0.7870761108398437, 0.78708837890625, 0.7871754150390625, 0.7870689086914062, 0.787504150390625, 0.7870955810546875, 0.7871426391601563, 0.7869767456054687, 0.7875563354492188, 0.7872174072265625, 0.7870545654296875, 0.7871416015625, 0.787072021484375, 0.7871344604492188, 0.7871682739257813, 0.7871314086914063, 0.787078125, 0.7870269165039062, 0.7872860107421875, 0.7870443725585937, 0.7871928100585938, 0.787251220703125, 0.7872686157226563, 0.7878246459960937, 0.7873013916015625, 0.7872030639648437, 0.787198974609375, 0.7872061157226562, 0.78739453125, 0.7873382568359375, 0.7876372680664062, 0.787146728515625, 0.787293212890625, 0.7874549560546875, 0.7871702880859375, 0.7872808837890625, 0.7872481079101562, 0.7872327880859376, 0.7873157348632812, 0.7872184448242188, 0.7873003540039063, 0.7872634887695312, 0.7872921752929688, 0.7874928588867187]",tokens/s,1.2499180124325768,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,i,i,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/i/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474f7-3e013a6909d6524935a854ab;974ccf0e-d64a-4476-bbd9-b175ee5a7044) Repository Not Found for url: https://huggingface.co/i/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: i is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciLM-7B,Deci/DeciLM-7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_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 133, in load_transformers_model_with_no_weights self.load_transformers_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 85, in load_transformers_model_from_pretrained 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"")` ",deci,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2101.428224,2846.359552,0.0,2199.912448,2075.149824,s,10,1.3471448974609377,0.13471448974609376,0.0003936742891810882,0.13468195343017578,0.13517516784667968,0.13523564758300782,0.13528403137207032,"[0.13474790954589844, 0.13450845336914063, 0.1341354217529297, 0.13502685546875, 0.13516172790527345, 0.13461599731445312, 0.1343356475830078, 0.1350916748046875, 0.13422508239746095, 0.13529612731933593]",tokens/s,1900.3152554896055,kWh,1.5858272093313712e-06,8.689580453501548e-07,7.364979966052824e-06,9.81976522073435e-06,tokens/kWh,26069869.721473403,MB,2101.428224,2846.359552,0.0,2199.912448,2180.296192,s,10,73.0066201171875,7.3006620117187495,0.0009503587647667944,7.30020068359375,7.302343115234375,7.302360034179688,7.302373569335938,"[7.30233935546875, 7.300029296875, 7.29990771484375, 7.30075146484375, 7.3012353515625, 7.30013525390625, 7.30026611328125, 7.302376953125, 7.2997060546875, 7.29987255859375]",tokens/s,8.629354420034067,kWh,8.619521513139761e-05,4.723979546581904e-05,0.00039969104012294997,0.0005331260507201667,tokens/kWh,118170.92771005514,,s,629,74.10269908905025,0.11781033241502431,0.016038562819056714,0.11586867523193359,0.11600281524658203,0.11604725799560547,0.25048523010253904,"[0.116384765625, 0.11645645141601563, 0.1162772445678711, 0.11587481689453125, 0.1159024658203125, 0.11586969757080078, 0.11578265380859375, 0.11597516632080078, 0.1156864013671875, 0.11581644439697265, 0.11589324951171875, 0.11574578857421874, 0.11588921356201172, 0.11588909149169922, 0.11581951904296875, 0.11583385467529297, 0.1159362564086914, 0.11588198089599609, 0.11589017486572266, 0.11591168212890625, 0.1158635482788086, 0.11604070281982422, 0.11596390533447265, 0.1157959976196289, 0.11587888336181641, 0.11584614562988281, 0.11581337738037109, 0.11577651214599609, 0.11592499542236329, 0.11576525115966797, 0.11587276458740234, 0.11586150360107422, 0.11592499542236329, 0.11580006408691407, 0.11592396545410157, 0.11582361602783203, 0.11592396545410157, 0.11594649505615234, 0.11588301086425781, 0.11581542205810547, 0.1159208984375, 0.11584716796875, 0.11586563110351562, 0.11596489715576172, 0.11587071990966796, 0.11584307098388671, 0.11591577911376953, 0.11582669067382813, 0.11593830108642578, 0.11596393585205078, 0.11587375640869141, 0.115810302734375, 0.11594649505615234, 0.11581852722167969, 0.1158983383178711, 0.11596390533447265, 0.11589939117431641, 0.11581132507324218, 0.11588607788085938, 0.11584207916259766, 0.11590652465820313, 0.11594035339355468, 0.25061375427246096, 0.1157396469116211, 0.11593421173095703, 0.11573350524902344, 0.11583283233642579, 0.11590656280517578, 0.1157949447631836, 0.11581951904296875, 0.11594751739501953, 0.11577753448486328, 0.1157325439453125, 0.11582969665527344, 0.1158440933227539, 0.11578982543945313, 0.11597516632080078, 0.11578982543945313, 0.11583590698242187, 0.11588915252685547, 0.11580518341064452, 0.11581439971923828, 0.11588607788085938, 0.11584207916259766, 0.11584819030761719, 0.1159147186279297, 0.1158328628540039, 0.11581846618652344, 0.11587891387939453, 0.115736572265625, 0.11584716796875, 0.115884033203125, 0.1159004135131836, 0.11583385467529297, 0.11596288299560546, 0.11589734649658204, 0.11583795166015624, 0.11584819030761719, 0.11587379455566406, 0.11582771301269532, 0.11601203155517578, 0.11582669067382813, 0.11606221008300781, 0.11587174224853515, 0.1159188461303711, 0.11580006408691407, 0.11604991912841797, 0.1158440933227539, 0.11589631652832032, 0.1158809585571289, 0.11587071990966796, 0.1158656005859375, 0.11594342041015625, 0.11577651214599609, 0.11590553283691406, 0.1160079345703125, 0.11591782379150391, 0.11579596710205078, 0.115989501953125, 0.11589631652832032, 0.11592294311523438, 0.11589324951171875, 0.11592806243896485, 0.11582975769042969, 0.11595673370361329, 0.2503679962158203, 0.11580723571777343, 0.11585945892333985, 0.11577651214599609, 0.11584204864501953, 0.11591065979003906, 0.11576531219482422, 0.11575801849365235, 0.11578572845458984, 0.11581337738037109, 0.11575910186767578, 0.11594547271728516, 0.11584102630615234, 0.11585638427734375, 0.11582157135009766, 0.11580620574951171, 0.1157734375, 0.11602944183349609, 0.11576422119140625, 0.11584102630615234, 0.1157949447631836, 0.11588102722167969, 0.1157825927734375, 0.1159731216430664, 0.11577958679199218, 0.11586867523193359, 0.11582669067382813, 0.11583590698242187, 0.11576217651367188, 0.11594239807128906, 0.11580006408691407, 0.11592704010009766, 0.11579084777832031, 0.1158635482788086, 0.11574272155761718, 0.11594649505615234, 0.11582259368896484, 0.11602022552490235, 0.11587481689453125, 0.11585842895507813, 0.11580723571777343, 0.11598233795166016, 0.11587891387939453, 0.11591065979003906, 0.11588915252685547, 0.11585638427734375, 0.11586867523193359, 0.11598336029052735, 0.11583999633789062, 0.11589734649658204, 0.11589324951171875, 0.1158656005859375, 0.11593421173095703, 0.1160263671875, 0.11586048126220704, 0.11587379455566406, 0.11587583923339843, 0.11592294311523438, 0.11588822174072265, 0.11591670227050781, 0.1158318099975586, 0.1159208984375, 0.11615641784667968, 0.25116671752929687, 0.11583999633789062, 0.1161871337890625, 0.11583078765869141, 0.11588710021972656, 0.11593328094482422, 0.11585628509521484, 0.11573350524902344, 0.11615744018554687, 0.11579084777832031, 0.11575296020507812, 0.11597209930419922, 0.11578880310058594, 0.11577037048339844, 0.11582975769042969, 0.11580928039550781, 0.11577139282226563, 0.11601510620117188, 0.11582566070556641, 0.11580723571777343, 0.1158440933227539, 0.11590962982177734, 0.11577446746826171, 0.1160447998046875, 0.11583692932128906, 0.11578982543945313, 0.1157734375, 0.11585330963134766, 0.1157918701171875, 0.11602432250976563, 0.11584921264648437, 0.11583999633789062, 0.11580825805664062, 0.11589222717285157, 0.11580313873291016, 0.11603865814208984, 0.11587891387939453, 0.11582669067382813, 0.1158656005859375, 0.11589529418945313, 0.1158123550415039, 0.11602432250976563, 0.11588915252685547, 0.11576934051513672, 0.115884033203125, 0.1159004135131836, 0.11582669067382813, 0.11619020843505859, 0.11592499542236329, 0.11584614562988281, 0.11585638427734375, 0.11584716796875, 0.11582259368896484, 0.11603046417236328, 0.11590860748291015, 0.11579289245605469, 0.11586867523193359, 0.11590348815917968, 0.1158656005859375, 0.11615641784667968, 0.11596595001220703, 0.11582566070556641, 0.11584307098388671, 0.25133978271484375, 0.1157918701171875, 0.1157918701171875, 0.11581340789794922, 0.11580105590820312, 0.1159208984375, 0.11578470611572265, 0.11577446746826171, 0.11591474914550781, 0.11574169921875, 0.11582157135009766, 0.11597824096679688, 0.11573248291015625, 0.11590144348144531, 0.11589631652832032, 0.11577958679199218, 0.11584614562988281, 0.11606937408447265, 0.11580518341064452, 0.11582259368896484, 0.1160816650390625, 0.11583897399902343, 0.11587993621826172, 0.11600691223144531, 0.1157570571899414, 0.11595673370361329, 0.11589734649658204, 0.11579596710205078, 0.11585945892333985, 0.11595468902587891, 0.11575296020507812, 0.11594547271728516, 0.11589529418945313, 0.1158656005859375, 0.11584204864501953, 0.1160099868774414, 0.11586969757080078, 0.11585433959960938, 0.1160263671875, 0.11582771301269532, 0.1159024658203125, 0.1159731216430664, 0.11586252593994141, 0.11589939117431641, 0.11600077056884765, 0.11582771301269532, 0.11592294311523438, 0.11600691223144531, 0.11583999633789062, 0.11584819030761719, 0.11597618865966797, 0.11576012420654297, 0.11593421173095703, 0.11615846252441406, 0.11584819030761719, 0.11588915252685547, 0.11598233795166016, 0.1158635482788086, 0.11595263671875, 0.11600179290771484, 0.11590348815917968, 0.11580928039550781, 0.11602432250976563, 0.2507939910888672, 0.11579084777832031, 0.1159208984375, 0.1157754898071289, 0.11588505554199219, 0.11589529418945313, 0.11586867523193359, 0.11585228729248047, 0.11579392242431641, 0.11576115417480469, 0.11573554992675782, 0.11589119720458985, 0.11571405029296875, 0.11585126495361328, 0.11578777313232422, 0.11587276458740234, 0.1157754898071289, 0.1159393310546875, 0.1158287353515625, 0.11589734649658204, 0.11582463836669922, 0.11588710021972656, 0.11579801940917969, 0.1159731216430664, 0.11576115417480469, 0.11590348815917968, 0.11575603485107422, 0.1158440933227539, 0.1157734375, 0.11595673370361329, 0.1157918701171875, 0.11586252593994141, 0.11587481689453125, 0.11588301086425781, 0.1157918701171875, 0.11593421173095703, 0.11580108642578125, 0.11593830108642578, 0.11585330963134766, 0.11588813018798828, 0.11581443023681641, 0.1159474868774414, 0.11639091491699219, 0.11594445037841797, 0.11590348815917968, 0.11587071990966796, 0.11583078765869141, 0.11599052429199219, 0.11584204864501953, 0.1159208984375, 0.11589222717285157, 0.11586870574951172, 0.11583074951171875, 0.11595673370361329, 0.11585433959960938, 0.11585536193847656, 0.11588301086425781, 0.11593116760253906, 0.11590550231933594, 0.11593421173095703, 0.11583385467529297, 0.11593830108642578, 0.11590656280517578, 0.2504949798583984, 0.11576934051513672, 0.11589529418945313, 0.11576012420654297, 0.11585228729248047, 0.11593727874755859, 0.1158635482788086, 0.11573760223388672, 0.11580518341064452, 0.11576934051513672, 0.11574066925048829, 0.11602124786376954, 0.11579698944091797, 0.11577651214599609, 0.11578368377685547, 0.11584307098388671, 0.11574578857421874, 0.11600691223144531, 0.11581132507324218, 0.1158123550415039, 0.11582669067382813, 0.11593011474609374, 0.11580210876464844, 0.1160683822631836, 0.11585635375976562, 0.11582566070556641, 0.11578982543945313, 0.11580825805664062, 0.11583283233642579, 0.11603456115722656, 0.11585638427734375, 0.11580620574951171, 0.11578060913085937, 0.11590656280517578, 0.11582771301269532, 0.11603865814208984, 0.11590758514404297, 0.11584716796875, 0.11587481689453125, 0.11587071990966796, 0.11587071990966796, 0.11605197143554688, 0.11588813018798828, 0.11577855682373046, 0.11590144348144531, 0.11589939117431641, 0.11595059204101563, 0.11598643493652344, 0.11587071990966796, 0.11583999633789062, 0.1158656005859375, 0.11585228729248047, 0.11581542205810547, 0.11605404663085937, 0.11617174530029296, 0.11582157135009766, 0.11587379455566406, 0.11591782379150391, 0.11587174224853515, 0.11600281524658203, 0.11595161437988281, 0.11582259368896484, 0.1158748779296875, 0.2516458892822266, 0.11581337738037109, 0.11582259368896484, 0.11585842895507813, 0.11578675079345703, 0.11597516632080078, 0.11578368377685547, 0.11580723571777343, 0.1159208984375, 0.11576422119140625, 0.11574476623535156, 0.11594239807128906, 0.11575296020507812, 0.11589324951171875, 0.11591372680664062, 0.11579698944091797, 0.115884033203125, 0.1160284194946289, 0.11581337738037109, 0.11583999633789062, 0.11594956970214844, 0.11583385467529297, 0.1159188461303711, 0.11604889678955078, 0.11577037048339844, 0.11590656280517578, 0.1158666229248047, 0.11572428894042969, 0.11584512329101562, 0.11597926330566406, 0.11575910186767578, 0.11589939117431641, 0.11591474914550781, 0.11590758514404297, 0.11587481689453125, 0.11601715087890625, 0.1158635482788086, 0.11585842895507813, 0.11596492767333984, 0.11588813018798828, 0.11595366668701172, 0.11598028564453125, 0.11586764526367188, 0.1159393310546875, 0.1159731216430664, 0.11584307098388671, 0.11590860748291015, 0.11597618865966797, 0.11586048126220704, 0.11581439971923828, 0.11600281524658203, 0.11580108642578125, 0.11589836883544923, 0.11604070281982422, 0.11583795166015624, 0.11589836883544923, 0.11596902465820312, 0.1158809585571289, 0.11591474914550781, 0.11605094146728516, 0.1159331817626953, 0.11579392242431641, 0.11675033569335938, 0.2504601593017578, 0.11579801940917969, 0.11592499542236329, 0.11581439971923828, 0.11587379455566406, 0.11589222717285157, 0.11578060913085937, 0.11579596710205078, 0.11579904174804688, 0.1157754898071289, 0.11574578857421874, 0.11589836883544923, 0.11598540496826172, 0.11587071990966796, 0.11578572845458984, 0.11582566070556641, 0.11574784088134765, 0.11597926330566406, 0.11573248291015625, 0.11590144348144531, 0.11580518341064452, 0.1159331817626953, 0.11605811309814452, 0.11600691223144531, 0.11582463836669922, 0.11598336029052735, 0.11579596710205078, 0.11595980834960938, 0.11576934051513672, 0.11596800231933593, 0.11575910186767578, 0.115884033203125, 0.11577651214599609, 0.11587789154052734, 0.1157754898071289, 0.1159362564086914, 0.11577651214599609, 0.11590656280517578, 0.11589119720458985, 0.11586867523193359, 0.11583798217773437, 0.11596489715576172, 0.11581340789794922, 0.11586966705322266, 0.11587789154052734, 0.11586665344238281, 0.11582768249511718, 0.11593011474609374, 0.11577446746826171, 0.11590451049804687, 0.11585228729248047, 0.11581849670410156, 0.11582361602783203, 0.11599359893798829, 0.11584102630615234, 0.11587891387939453, 0.11591680145263672, 0.11588813018798828, 0.11583087921142578, 0.11594844818115234, 0.11587379455566406, 0.11590451049804687, 0.11583283233642579, 0.25145138549804685, 0.11581747436523437, 0.1159188461303711, 0.11576627349853516, 0.1158656005859375, 0.11593421173095703, 0.11584716796875, 0.11570893096923827, 0.1157734375, 0.11578368377685547, 0.11572838592529297, 0.11592396545410157, 0.11577958679199218, 0.1157580795288086, 0.11577855682373046, 0.1158318099975586, 0.11572838592529297, 0.11599667358398437, 0.11578675079345703, 0.11578777313232422, 0.11580518341064452, 0.1159024658203125, 0.11576422119140625, 0.11599565124511718, 0.11581542205810547, 0.11582361602783203, 0.11586252593994141, 0.11583385467529297, 0.11588607788085938, 0.11603046417236328, 0.11584921264648437, 0.1158318099975586, 0.1157918701171875, 0.11593113708496093, 0.11624447631835938, 0.11602022552490235, 0.11585126495361328, 0.11579392242431641, 0.11585638427734375, 0.11593727874755859, 0.11582259368896484, 0.11600895690917969, 0.11589427185058594, 0.11582463836669922, 0.11588813018798828, 0.11592704010009766, 0.11582361602783203, 0.11600895690917969, 0.11590758514404297, 0.11593727874755859, 0.11590348815917968, 0.11586457824707032, 0.11585228729248047, 0.11603968048095703, 0.11589222717285157, 0.11578572845458984, 0.11583692932128906, 0.11589324951171875, 0.115810302734375, 0.11596902465820312, 0.11585842895507813, 0.11576319885253906, 0.11587686157226562]",tokens/s,8.488219831832597,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-13b,huggyllama/llama-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2508.439552,9028.763648,0.0,8382.316544,7939.283456,s,10,6.160718749999999,0.616071875,0.0005587926705172899,0.6159664306640624,0.6168901062011719,0.6170025787353516,0.6170925567626954,"[0.6156204223632813, 0.6152601318359375, 0.616293212890625, 0.616349365234375, 0.6168651123046875, 0.6156136474609375, 0.6171150512695313, 0.6156689453125, 0.6160707397460937, 0.6158621215820312]",tokens/s,415.5359307710646,kWh,7.268102301491631e-06,3.982613158030504e-06,3.636417941812856e-05,4.7614894877650695e-05,tokens/kWh,5376468.868781654,MB,2508.439552,9028.763648,0.0,8382.316544,8233.862144,s,10,338.1393203125,33.813932031250005,0.0010795636913464568,33.813869140625,33.815248046875,33.8156611328125,33.8159916015625,"[33.814296875, 33.8134296875, 33.81288671875, 33.81338671875, 33.81515625, 33.81607421875, 33.81354296875, 33.8141953125, 33.81207421875, 33.81427734375]",tokens/s,1.8631373583461677,kWh,0.0003992101543976201,0.00021880183463568006,0.001996706808148448,0.002614718797181748,tokens/kWh,24094.36917954772,,s,629,343.1469031372071,0.5455435661958776,0.07325723275974945,0.5367101440429688,0.5369858032226562,0.5370556152343751,1.1530929980468752,"[0.5367275390625, 0.5368402099609375, 0.5365862426757813, 0.5366046752929687, 0.536500244140625, 0.5371934814453125, 0.536384521484375, 0.5366179809570313, 0.536248291015625, 0.5367777099609375, 0.5363753051757812, 0.5365616455078125, 0.5364766845703125, 0.536511474609375, 0.536501220703125, 0.5365964965820312, 0.5364152221679688, 0.5368176879882812, 0.5364592895507813, 0.53726513671875, 0.5365821533203124, 0.5365892944335937, 0.5366384887695312, 0.5367306518554688, 0.5367725830078125, 0.5367736206054687, 0.536537109375, 0.5368207397460938, 0.5368606567382812, 0.536796142578125, 0.5370715942382812, 0.536573974609375, 0.5366773681640625, 0.5369937744140625, 0.5366261596679688, 0.5366814575195312, 0.536542236328125, 0.536753173828125, 0.5365514526367188, 0.5366978759765625, 0.5366343383789063, 0.5366548461914062, 0.536574951171875, 0.536732666015625, 0.5368053588867188, 0.5372456665039063, 0.5365043334960937, 0.536658935546875, 0.5365442504882812, 0.5368237915039062, 0.5367091064453124, 0.5369200439453125, 0.5367900390625, 0.536974365234375, 0.536680419921875, 0.5367030029296875, 0.536838134765625, 0.5368370971679688, 0.5364818115234375, 0.5369077758789063, 0.5365545043945312, 0.537333740234375, 1.1534786376953126, 0.5365780639648438, 0.53663232421875, 0.5365493774414063, 0.53699072265625, 0.5363886108398438, 0.53667431640625, 0.5364254760742188, 0.5368883056640625, 0.536364013671875, 0.5366353759765625, 0.5364930419921875, 0.536753173828125, 0.5364725952148437, 0.5367275390625, 0.5364439086914062, 0.5366087646484375, 0.5365186767578125, 0.5367808227539063, 0.5370828857421875, 0.5370153198242188, 0.5366220703125, 0.536890380859375, 0.536553466796875, 0.5365698852539063, 0.5367623901367188, 0.536953857421875, 0.5364602661132812, 0.5366998901367187, 0.5367900390625, 0.5366876220703125, 0.536721435546875, 0.5366661376953125, 0.5365401611328126, 0.5368104858398437, 0.5369794311523437, 0.5364541625976562, 0.5367470092773438, 0.5366578979492187, 0.5365872802734375, 0.5365186767578125, 0.5366548461914062, 0.5367060546875, 0.536869873046875, 0.5368473510742188, 0.5368237915039062, 0.5370029907226562, 0.5366814575195312, 0.5366640625, 0.536711181640625, 0.5369948120117187, 0.5366640625, 0.53665380859375, 0.5369343872070312, 0.5368289184570313, 0.5369354248046875, 0.5367367553710938, 0.5368514404296875, 0.5366773681640625, 0.5364838256835938, 0.5370531616210937, 0.536764404296875, 0.5369661254882813, 1.153585205078125, 0.5365933837890625, 0.536732666015625, 0.5365339965820313, 0.5364029541015625, 0.5366087646484375, 0.536580078125, 0.536395751953125, 0.5366435546875, 0.536427490234375, 0.5366814575195312, 0.5365401611328126, 0.536468505859375, 0.5364285278320312, 0.5363650512695313, 0.5365278930664062, 0.5366292724609375, 0.536468505859375, 0.53648486328125, 0.5365299072265625, 0.536774658203125, 0.5366128540039062, 0.5364951171875, 0.5365032958984375, 0.5370203857421875, 0.5368985595703125, 0.5366384887695312, 0.53654833984375, 0.5365933837890625, 0.5366578979492187, 0.5368760375976562, 0.5367705688476563, 0.5369251708984375, 0.5367439575195313, 0.5370286254882812, 0.536648681640625, 0.5368391723632813, 0.5365596313476563, 0.5367285766601563, 0.5368002319335937, 0.5367418823242187, 0.536711181640625, 0.5370572509765625, 0.5369292602539063, 0.5370091552734375, 0.5367725830078125, 0.5368463134765625, 0.5368094482421875, 0.5370818481445313, 0.5366753540039062, 0.536648681640625, 0.5365473022460937, 0.536875, 0.5368524780273437, 0.5368463134765625, 0.5367808227539063, 0.5367828369140625, 0.5369835815429688, 0.536774658203125, 0.5366026000976563, 0.5368453369140626, 0.5368463134765625, 0.5369210815429688, 1.1540050048828125, 0.5364725952148437, 0.53673779296875, 0.5366005859375, 0.5364121704101562, 0.536585205078125, 0.5365657348632813, 0.536479736328125, 0.5365575561523438, 0.5364387817382813, 0.53650537109375, 0.5364961547851562, 0.5364869384765625, 0.5364664306640625, 0.53623193359375, 0.5365073852539063, 0.536711181640625, 0.5362216796875, 0.5367019653320313, 0.5367122192382813, 0.5370501098632813, 0.5365514526367188, 0.5365924072265625, 0.536627197265625, 0.5366241455078125, 0.5367828369140625, 0.536974365234375, 0.5365841674804688, 0.5367449340820313, 0.5366261596679688, 0.5368453369140626, 0.5365964965820312, 0.5367470092773438, 0.5365155639648438, 0.5371627807617188, 0.5366190185546875, 0.536848388671875, 0.5366978759765625, 0.5367684936523438, 0.5366149291992187, 0.53686376953125, 0.5367787475585938, 0.536605712890625, 0.536658935546875, 0.537101318359375, 0.5369169921875, 0.5370439453125, 0.5366231079101562, 0.5367838745117187, 0.5364930419921875, 0.5368565673828125, 0.5365831909179688, 0.53692724609375, 0.5368319702148437, 0.536985595703125, 0.5367777099609375, 0.5369139404296875, 0.5370009765625, 0.53667431640625, 0.5366384887695312, 0.537037841796875, 0.53671630859375, 0.5374013671875, 1.1540633544921874, 0.5367183227539063, 0.536574951171875, 0.536537109375, 0.5365288696289062, 0.5366630249023437, 0.5365299072265625, 0.5365872802734375, 0.536580078125, 0.5363568725585938, 0.5365626831054687, 0.5364346923828125, 0.5366302490234375, 0.5368023071289062, 0.5364418334960938, 0.5364080810546875, 0.5367490844726562, 0.5365657348632813, 0.5367930908203125, 0.5366405029296875, 0.5367767333984375, 0.5366978759765625, 0.5365657348632813, 0.536595458984375, 0.5366210327148437, 0.5367633666992188, 0.536784912109375, 0.5366651000976562, 0.5367859497070312, 0.5371719970703125, 0.5367050170898438, 0.5367664794921875, 0.5368033447265625, 0.536553466796875, 0.5369395141601563, 0.536732666015625, 0.53688525390625, 0.5366098022460938, 0.5369927978515625, 0.53686474609375, 0.536637451171875, 0.5367244873046875, 0.5367367553710938, 0.536932373046875, 0.5369876708984375, 0.5368678588867187, 0.5369866333007812, 0.5367203979492188, 0.536911865234375, 0.5367930908203125, 0.536795166015625, 0.53676953125, 0.5369784545898437, 0.5369251708984375, 0.5369395141601563, 0.5367275390625, 0.5368350830078125, 0.5369600219726562, 0.5368616943359374, 0.5367131958007813, 0.5370685424804688, 0.5368555297851563, 0.5369569091796875, 1.1528519287109376, 0.5366435546875, 0.5369937744140625, 0.5363619995117187, 0.5365892944335937, 0.5367408447265625, 0.5365821533203124, 0.5365094604492188, 0.5366405029296875, 0.5366814575195312, 0.5365616455078125, 0.5363660888671875, 0.5365811157226562, 0.536352783203125, 0.5364869384765625, 0.5365616455078125, 0.536542236328125, 0.5364357299804687, 0.5367992553710937, 0.5366364135742188, 0.5370408935546875, 0.5365309448242187, 0.536680419921875, 0.53680126953125, 0.5368299560546875, 0.53682177734375, 0.5368463134765625, 0.536953857421875, 0.536647705078125, 0.5366937866210938, 0.536774658203125, 0.5366599731445313, 0.5367675170898437, 0.5365504150390625, 0.5369415893554688, 0.5367234497070312, 0.5368084716796875, 0.5367572631835937, 0.5370081176757813, 0.5367817993164062, 0.5370224609375, 0.5365892944335937, 0.5371392211914062, 0.5368504028320312, 0.5367367553710938, 0.536853515625, 0.5368709106445313, 0.5366343383789063, 0.5370214233398437, 0.53682177734375, 0.5368330078125, 0.5367500610351562, 0.5370347290039063, 0.5369180297851562, 0.5368719482421875, 0.5372518310546875, 0.5368914184570313, 0.53684326171875, 0.5368125610351563, 0.5365391235351562, 0.5370531616210937, 0.5368402099609375, 0.5369620361328125, 1.1546163330078125, 0.536658935546875, 0.5366415405273437, 0.536447998046875, 0.5365227661132812, 0.536553466796875, 0.536580078125, 0.5364224243164063, 0.5365206909179687, 0.5364510498046875, 0.5366732788085937, 0.5365524291992188, 0.5365759887695313, 0.5364756469726563, 0.5366435546875, 0.5366773681640625, 0.5367859497070312, 0.5364930419921875, 0.5368688354492187, 0.536500244140625, 0.5367050170898438, 0.5366671142578125, 0.53652685546875, 0.5368053588867188, 0.5367131958007813, 0.5365862426757813, 0.536685546875, 0.5364827880859375, 0.5367152709960937, 0.536784912109375, 0.536742919921875, 0.5370839233398438, 0.5367019653320313, 0.5365166015625, 0.5370787963867187, 0.536642578125, 0.5367982177734375, 0.5366282348632813, 0.5368688354492187, 0.5366445922851563, 0.5366927490234376, 0.5366364135742188, 0.536685546875, 0.5366190185546875, 0.5369262084960937, 0.536896484375, 0.5369661254882813, 0.5370511474609375, 0.5368923950195312, 0.5365504150390625, 0.5368422241210937, 0.5365524291992188, 0.5370234985351563, 0.5368914184570313, 0.536858642578125, 0.5367828369140625, 0.537111572265625, 0.5368043823242188, 0.5368790893554688, 0.5366845703125, 0.5368555297851563, 0.5367388305664063, 0.5367633666992188, 1.15302294921875, 0.5366507568359375, 0.5366722412109375, 0.5365514526367188, 0.5365708618164062, 0.5365339965820313, 0.5365176391601563, 0.536474609375, 0.53650634765625, 0.536406005859375, 0.5365780639648438, 0.5364827880859375, 0.5365155639648438, 0.5366302490234375, 0.5365411987304688, 0.53661181640625, 0.53669580078125, 0.5366046752929687, 0.5367203979492188, 0.5367101440429688, 0.5368402099609375, 0.5367101440429688, 0.5366998901367187, 0.53671630859375, 0.536595458984375, 0.5367562255859375, 0.5368985595703125, 0.5366599731445313, 0.5367234497070312, 0.5370531616210937, 0.5366917114257812, 0.536722412109375, 0.5367152709960937, 0.5366405029296875, 0.5371094970703125, 0.5365759887695313, 0.5367122192382813, 0.536563720703125, 0.536896484375, 0.5368258666992187, 0.5366241455078125, 0.5366507568359375, 0.5368135375976563, 0.5368985595703125, 0.5373378295898438, 0.5368923950195312, 0.5369620361328125, 0.53663232421875, 0.5367705688476563, 0.5364285278320312, 0.5368125610351563, 0.5366394653320312, 0.5368565673828125, 0.5369262084960937, 0.5369302978515625, 0.53675927734375, 0.536806396484375, 0.53671630859375, 0.5367633666992188, 0.5365729370117187, 0.5371934814453125, 0.5368186645507812, 0.5369548950195312, 1.1533997802734375, 0.53671630859375, 0.53673779296875, 0.5364172973632813, 0.536574951171875, 0.5363138427734375, 0.5363886108398438, 0.5361704711914063, 0.5366302490234375, 0.5365309448242187, 0.5365596313476563, 0.5366067504882812, 0.5365155639648438, 0.5364132080078124, 0.536447998046875, 0.5364818115234375, 0.5365022583007812, 0.5364735717773438, 0.5368237915039062, 0.536616943359375, 0.5367705688476563, 0.536542236328125, 0.5366087646484375, 0.536531982421875, 0.5365647583007812, 0.5367039794921875, 0.5368289184570313, 0.5365718994140625, 0.5365913696289063, 0.5367357177734375, 0.5367091064453124, 0.53696923828125, 0.5366077270507813, 0.53646337890625, 0.5369139404296875, 0.5366016235351563, 0.5370368041992187, 0.5366947631835938, 0.5368391723632813, 0.5366251220703125, 0.5368023071289062, 0.5366968383789062, 0.5369682006835937, 0.5367828369140625, 0.536826904296875, 0.5367490844726562, 0.5370368041992187, 0.5367285766601563, 0.5367756958007812, 0.5366456298828125, 0.5367992553710937, 0.5366619873046875, 0.536922119140625, 0.5367510986328125, 0.5369384765625, 0.5367971801757813, 0.5368422241210937, 0.5369241333007813, 0.5370265502929688, 0.5366046752929687, 0.5369190673828125, 0.5368411865234375, 0.5369835815429688, 1.1531202392578126, 0.53661083984375, 0.5367684936523438, 0.5365657348632813, 0.5369896850585938, 0.5365094604492188, 0.53654833984375, 0.5365493774414063, 0.5365933837890625, 0.5366210327148437, 0.5365616455078125, 0.5365084228515625, 0.5366517944335938, 0.5366220703125, 0.5364132080078124, 0.5364838256835938, 0.5366138916015625, 0.5365933837890625, 0.53676953125, 0.536748046875, 0.5367439575195313, 0.5366619873046875, 0.5366067504882812, 0.5366651000976562, 0.5365985107421875, 0.5369415893554688, 0.5369354248046875, 0.5366578979492187, 0.5367019653320313, 0.53654833984375, 0.5365944213867188, 0.5366261596679688, 0.5367490844726562, 0.5364592895507813, 0.5370839233398438, 0.5365892944335937, 0.536669189453125, 0.536764404296875, 0.5369815063476563, 0.5365975341796875, 0.5367654418945312, 0.536732666015625, 0.5365339965820313, 0.5369415893554688, 0.5369088134765625, 0.53686376953125, 0.5369405517578125, 0.536875, 0.536875, 0.53671728515625, 0.5368309936523438, 0.53659033203125, 0.5371371459960937, 0.5367890014648438, 0.5368709106445313, 0.5366651000976562, 0.536742919921875, 0.5368914184570313, 0.5369149169921875, 0.5366353759765625, 0.537017333984375, 0.536827880859375, 0.5368944702148437]",tokens/s,1.8330341735548021,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-2.7b,facebook/opt-2.7b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/phi-1_5,microsoft/phi-1_5,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1407.352832,2078.80192,0.0,1432.354816,1207.615488,s,10,0.6952154235839844,0.06952154235839844,0.0003284714911214616,0.06937214279174805,0.06993558425903319,0.07001076850891114,0.07007091590881348,"[0.06991887664794921, 0.06913164520263672, 0.06926902770996093, 0.0692248306274414, 0.06923782348632812, 0.06943878173828125, 0.06930550384521485, 0.06973856353759765, 0.07008595275878907, 0.06986441802978516]",tokens/s,3682.31186069298,kWh,8.181360695097182e-07,4.4830105463790514e-07,3.5595967174070095e-06,4.826033841554632e-06,tokens/kWh,53045628.85483902,MB,1407.352832,2078.80192,0.0,1432.354816,1306.320384,s,10,36.407312255859374,3.640731225585937,0.0010796254011809284,3.6406092529296874,3.641276708984375,3.64250322265625,3.64348443359375,"[3.643729736328125, 3.640717529296875, 3.639988525390625, 3.64072265625, 3.641004150390625, 3.64038671875, 3.640628662109375, 3.63993017578125, 3.6396142578125, 3.64058984375]",tokens/s,17.304216130335416,kWh,4.2991543031401105e-05,2.3561688259343446e-05,0.00018775002855239066,0.0002543032598431352,tokens/kWh,247735.71537722726,,s,629,36.97445987701416,0.05878292508269341,0.008278403521448836,0.05777510452270508,0.057852314758300785,0.05792010269165039,0.1272576400756836,"[0.058324993133544924, 0.05831679916381836, 0.05833216094970703, 0.05831372833251953, 0.058298366546630856, 0.05830863952636719, 0.05800342559814453, 0.058352638244628906, 0.057815040588378906, 0.05774028778076172, 0.057761791229248044, 0.05778124618530273, 0.05775667190551758, 0.057761791229248044, 0.05774028778076172, 0.057745407104492184, 0.05774131011962891, 0.05773004913330078, 0.057777153015136716, 0.05776588821411133, 0.05776793670654297, 0.05766758346557617, 0.05774335861206055, 0.05770035171508789, 0.057761791229248044, 0.05777305603027344, 0.05769830322265625, 0.0577525749206543, 0.05770035171508789, 0.057768959045410156, 0.057763839721679686, 0.05781708908081055, 0.05770137786865234, 0.057734142303466796, 0.05775155258178711, 0.057778175354003904, 0.05782527923583984, 0.05775872039794922, 0.057745407104492184, 0.057780223846435545, 0.05775462341308594, 0.05780684661865235, 0.05774028778076172, 0.05781094360351562, 0.057777153015136716, 0.057785343170166016, 0.05778841781616211, 0.05784473419189453, 0.05779046249389649, 0.057717758178710936, 0.05770035171508789, 0.057801727294921876, 0.057768959045410156, 0.05771878433227539, 0.057763839721679686, 0.057731071472167966, 0.057809921264648435, 0.0576808967590332, 0.0577710075378418, 0.057763839721679686, 0.05777510452270508, 0.05774131011962891, 0.12719615936279297, 0.05770751953125, 0.05772185516357422, 0.05774643325805664, 0.057799678802490234, 0.05775360107421875, 0.05772697448730469, 0.05781094360351562, 0.05770035171508789, 0.05778432083129883, 0.057745407104492184, 0.05773311996459961, 0.05773926544189453, 0.05788979339599609, 0.057796607971191405, 0.057780223846435545, 0.057695232391357425, 0.05787648010253906, 0.057785343170166016, 0.05776998519897461, 0.05795635223388672, 0.05787443161010742, 0.05772288131713867, 0.057760768890380856, 0.05763993453979492, 0.05777407836914063, 0.05775155258178711, 0.057731071472167966, 0.057624576568603515, 0.05773619079589844, 0.05777612686157227, 0.05776998519897461, 0.05772390365600586, 0.05787340927124023, 0.057783294677734375, 0.05771263885498047, 0.05767679977416992, 0.05783244705200195, 0.05783859252929688, 0.05774131011962891, 0.057717758178710936, 0.05782220840454102, 0.05779558563232422, 0.05780684661865235, 0.05773516845703125, 0.05778739166259766, 0.057823230743408206, 0.057783294677734375, 0.05780582427978516, 0.05792768096923828, 0.05790412902832031, 0.05773311996459961, 0.057763839721679686, 0.0580761604309082, 0.057780223846435545, 0.057801727294921876, 0.05770547103881836, 0.05782425689697265, 0.05773516845703125, 0.05777203369140625, 0.057708545684814455, 0.05785190582275391, 0.058226688385009766, 0.1272668151855469, 0.05778739166259766, 0.05778227233886719, 0.05767679977416992, 0.05777920150756836, 0.057750526428222655, 0.057763839721679686, 0.057766910552978515, 0.05773619079589844, 0.05811814498901367, 0.05778739166259766, 0.05778227233886719, 0.05768806457519531, 0.05784064102172851, 0.05771673583984375, 0.05779046249389649, 0.05778739166259766, 0.05778124618530273, 0.057919486999511716, 0.05782527923583984, 0.057744384765625, 0.05773823928833008, 0.057799678802490234, 0.057785343170166016, 0.05774233627319336, 0.05770240020751953, 0.05780684661865235, 0.05770342254638672, 0.05774335861206055, 0.0576808967590332, 0.05777920150756836, 0.05782425689697265, 0.05781913757324219, 0.057734142303466796, 0.05774643325805664, 0.057706497192382813, 0.05778739166259766, 0.0577894401550293, 0.0577525749206543, 0.05772288131713867, 0.05777203369140625, 0.057706497192382813, 0.057793537139892576, 0.057708545684814455, 0.057839614868164066, 0.05776588821411133, 0.05784473419189453, 0.05780275344848633, 0.05780889511108398, 0.05779865646362305, 0.05774950408935547, 0.057760768890380856, 0.057778175354003904, 0.05784678268432617, 0.057711616516113284, 0.05778636932373047, 0.057761791229248044, 0.05779251098632812, 0.05770956802368164, 0.05780889511108398, 0.057791488647460934, 0.05777510452270508, 0.05773004913330078, 0.12723404693603516, 0.05772185516357422, 0.057717758178710936, 0.05775872039794922, 0.05778227233886719, 0.057785343170166016, 0.05780889511108398, 0.05777203369140625, 0.05773311996459961, 0.057768959045410156, 0.05779251098632812, 0.05776998519897461, 0.057750526428222655, 0.05781196975708008, 0.057791488647460934, 0.057768959045410156, 0.057708545684814455, 0.05779558563232422, 0.057761791229248044, 0.057793537139892576, 0.057747455596923826, 0.057807872772216794, 0.05775974273681641, 0.0577710075378418, 0.05768499374389648, 0.05782425689697265, 0.05778227233886719, 0.057728000640869144, 0.057706497192382813, 0.057777153015136716, 0.05779763031005859, 0.05776588821411133, 0.05775769424438477, 0.05771468734741211, 0.05777305603027344, 0.05774233627319336, 0.05777407836914063, 0.05776588821411133, 0.05779558563232422, 0.05776486587524414, 0.05775462341308594, 0.05777920150756836, 0.05788774490356445, 0.05777920150756836, 0.05789286422729492, 0.05776588821411133, 0.05784678268432617, 0.05780684661865235, 0.05786316680908203, 0.05780582427978516, 0.05789798355102539, 0.057760768890380856, 0.0577710075378418, 0.05782425689697265, 0.0577525749206543, 0.057919486999511716, 0.0577525749206543, 0.05778636932373047, 0.057875457763671874, 0.05784985733032227, 0.057785343170166016, 0.057903102874755856, 0.05783039855957031, 0.12727808380126954, 0.05815500640869141, 0.057862144470214844, 0.0577259521484375, 0.05777510452270508, 0.05776793670654297, 0.057815040588378906, 0.05778739166259766, 0.057706497192382813, 0.057717758178710936, 0.05778739166259766, 0.05776588821411133, 0.05781094360351562, 0.05805670547485352, 0.05772697448730469, 0.05777920150756836, 0.0577259521484375, 0.0578682861328125, 0.05781401443481445, 0.057801727294921876, 0.057711616516113284, 0.057796607971191405, 0.05771980667114258, 0.057815040588378906, 0.05770137786865234, 0.057777153015136716, 0.057799678802490234, 0.057662464141845705, 0.0576890869140625, 0.057785343170166016, 0.05777305603027344, 0.05781708908081055, 0.05782015991210938, 0.05772288131713867, 0.057809921264648435, 0.05783654403686524, 0.05779455947875976, 0.057768959045410156, 0.05780889511108398, 0.05774335861206055, 0.05779865646362305, 0.0577628173828125, 0.05785497665405273, 0.057801727294921876, 0.05781913757324219, 0.05773209762573242, 0.05784064102172851, 0.057829376220703124, 0.05779455947875976, 0.05779558563232422, 0.05780889511108398, 0.05779251098632812, 0.05779558563232422, 0.057761791229248044, 0.05775155258178711, 0.057842689514160155, 0.05779455947875976, 0.05782425689697265, 0.057708545684814455, 0.05781401443481445, 0.05778636932373047, 0.05775462341308594, 0.05775564956665039, 0.12743270111083985, 0.05773619079589844, 0.057812992095947265, 0.057785343170166016, 0.05780377578735352, 0.05777407836914063, 0.05778432083129883, 0.05782220840454102, 0.0577259521484375, 0.05772288131713867, 0.057785343170166016, 0.05774950408935547, 0.05775360107421875, 0.05777407836914063, 0.057766910552978515, 0.057768959045410156, 0.057778175354003904, 0.05780377578735352, 0.057837566375732424, 0.05777510452270508, 0.05792051315307617, 0.05788876724243164, 0.05775564956665039, 0.05784883117675781, 0.05769420623779297, 0.057766910552978515, 0.057766910552978515, 0.05773823928833008, 0.05769830322265625, 0.05773004913330078, 0.05782425689697265, 0.05782835388183594, 0.05778636932373047, 0.05772185516357422, 0.057826305389404295, 0.057731071472167966, 0.05774028778076172, 0.05775462341308594, 0.057799678802490234, 0.057809921264648435, 0.05775564956665039, 0.05773209762573242, 0.05782527923583984, 0.05776486587524414, 0.05778841781616211, 0.057761791229248044, 0.05780582427978516, 0.057778175354003904, 0.05789286422729492, 0.057804798126220705, 0.057799678802490234, 0.05773926544189453, 0.057809921264648435, 0.057777153015136716, 0.05781708908081055, 0.05780070495605469, 0.057717758178710936, 0.057780223846435545, 0.057763839721679686, 0.05781913757324219, 0.05770956802368164, 0.057815040588378906, 0.05778124618530273, 0.12731597137451173, 0.057747455596923826, 0.05775769424438477, 0.05773004913330078, 0.057799678802490234, 0.057780223846435545, 0.057768959045410156, 0.057823230743408206, 0.05768703842163086, 0.05782220840454102, 0.057760768890380856, 0.05786316680908203, 0.05771980667114258, 0.05784371185302734, 0.05776588821411133, 0.057804798126220705, 0.05774950408935547, 0.05783347320556641, 0.057745407104492184, 0.057761791229248044, 0.05771366500854492, 0.05785599899291992, 0.05774950408935547, 0.05777305603027344, 0.05776998519897461, 0.057777153015136716, 0.057780223846435545, 0.05770547103881836, 0.05775155258178711, 0.05773823928833008, 0.057778175354003904, 0.05779251098632812, 0.057829376220703124, 0.05772083282470703, 0.05772185516357422, 0.05774233627319336, 0.057793537139892576, 0.057777153015136716, 0.057804798126220705, 0.05785804748535156, 0.057801727294921876, 0.05774028778076172, 0.05783859252929688, 0.05779046249389649, 0.057778175354003904, 0.05772185516357422, 0.05807513427734375, 0.05788671875, 0.057823230743408206, 0.05788467025756836, 0.05785599899291992, 0.0577628173828125, 0.05781401443481445, 0.057766910552978515, 0.05775667190551758, 0.057780223846435545, 0.05774131011962891, 0.05777612686157227, 0.05780377578735352, 0.05777407836914063, 0.05776998519897461, 0.057778175354003904, 0.057734142303466796, 0.1277491226196289, 0.05774848175048828, 0.05778432083129883, 0.05772083282470703, 0.057815040588378906, 0.05775974273681641, 0.057831424713134766, 0.05781401443481445, 0.05774643325805664, 0.05777612686157227, 0.057823230743408206, 0.057750526428222655, 0.057750526428222655, 0.05777305603027344, 0.05818675231933594, 0.05780582427978516, 0.05775872039794922, 0.05783244705200195, 0.057809921264648435, 0.057768959045410156, 0.05774643325805664, 0.05775769424438477, 0.05771571350097656, 0.057875457763671874, 0.05769830322265625, 0.05771571350097656, 0.05775155258178711, 0.05772390365600586, 0.05769318389892578, 0.05772697448730469, 0.057823230743408206, 0.05774950408935547, 0.05778636932373047, 0.05773004913330078, 0.0577894401550293, 0.05770035171508789, 0.057763839721679686, 0.057724929809570315, 0.057815040588378906, 0.05773209762573242, 0.057766910552978515, 0.05769830322265625, 0.05782425689697265, 0.05770956802368164, 0.05777920150756836, 0.05773823928833008, 0.05779763031005859, 0.05776588821411133, 0.05780684661865235, 0.057804798126220705, 0.05781913757324219, 0.05771059036254883, 0.057793537139892576, 0.05778124618530273, 0.057734142303466796, 0.05775564956665039, 0.05770444869995117, 0.057880577087402345, 0.057763839721679686, 0.05781708908081055, 0.05771059036254883, 0.05777920150756836, 0.05773516845703125, 0.12806246948242186, 0.0577259521484375, 0.05774131011962891, 0.05770240020751953, 0.0577628173828125, 0.05774848175048828, 0.05780275344848633, 0.05777407836914063, 0.0577259521484375, 0.05775974273681641, 0.05778227233886719, 0.057761791229248044, 0.0576993293762207, 0.05781401443481445, 0.057812992095947265, 0.0577710075378418, 0.057673728942871094, 0.05790924835205078, 0.05778124618530273, 0.05777203369140625, 0.057678848266601565, 0.057799678802490234, 0.057744384765625, 0.05775462341308594, 0.05768396759033203, 0.05776486587524414, 0.05776588821411133, 0.0577894401550293, 0.057665534973144535, 0.057799678802490234, 0.057761791229248044, 0.057763839721679686, 0.0577259521484375, 0.057780223846435545, 0.057734142303466796, 0.05772083282470703, 0.05794713592529297, 0.057809921264648435, 0.05783039855957031, 0.057780223846435545, 0.05774950408935547, 0.05780275344848633, 0.05784371185302734, 0.057731071472167966, 0.05773823928833008, 0.057780223846435545, 0.057847808837890625, 0.057821182250976565, 0.05772083282470703, 0.05792153549194336, 0.05777920150756836, 0.0577628173828125, 0.05772185516357422, 0.05780070495605469, 0.057724929809570315, 0.05777612686157227, 0.05766758346557617, 0.05783552169799805, 0.057777153015136716, 0.05775769424438477, 0.05769830322265625, 0.05784371185302734, 0.05774131011962891, 0.12786380767822267, 0.05776793670654297, 0.057750526428222655, 0.05771980667114258, 0.057785343170166016, 0.05774233627319336, 0.05772390365600586, 0.05773619079589844, 0.05768499374389648, 0.057724929809570315, 0.05775564956665039, 0.05774848175048828, 0.05771366500854492, 0.057845760345458984, 0.05772185516357422, 0.057747455596923826, 0.05775564956665039, 0.05777612686157227, 0.057834495544433595, 0.05780275344848633, 0.05776793670654297, 0.057724929809570315, 0.05775564956665039, 0.057777153015136716, 0.05770342254638672, 0.05768806457519531, 0.05780070495605469, 0.057870334625244144, 0.057780223846435545, 0.057675777435302736, 0.057778175354003904, 0.057785343170166016, 0.05775667190551758, 0.057706497192382813, 0.05775155258178711, 0.057734142303466796, 0.05780377578735352, 0.05780377578735352, 0.05811507034301758, 0.05779046249389649, 0.05776486587524414, 0.05776588821411133, 0.05777407836914063, 0.05789491271972656, 0.05782527923583984, 0.05788979339599609, 0.057809921264648435, 0.05782220840454102, 0.05795532989501953, 0.057815040588378906, 0.05778124618530273, 0.05777203369140625, 0.05778432083129883, 0.05783039855957031, 0.057853950500488284, 0.057826305389404295, 0.057796607971191405, 0.05778124618530273, 0.05770547103881836, 0.057940990447998046, 0.05777920150756836, 0.05782527923583984, 0.057717758178710936]",tokens/s,17.01174275681656,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-2b,google/recurrentgemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gptj,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1443.033088,2426.929152,0.0,1780.482048,1621.410304,s,10,0.7064453201293945,0.07064453201293945,0.0003248218262012489,0.07069225692749023,0.07102691879272462,0.07108656425476075,0.07113428062438965,"[0.07067814636230468, 0.07048297882080078, 0.07070636749267578, 0.07082745361328124, 0.07072316741943359, 0.0701509780883789, 0.07005088043212891, 0.07066547393798828, 0.07101366424560547, 0.07114620971679687]",tokens/s,3623.7765713149647,kWh,8.268914728916795e-07,4.5309206087460127e-07,3.6233265194823877e-06,4.903310053248669e-06,tokens/kWh,52209629.25450497,MB,1443.033088,2426.929152,0.0,1780.482048,1723.272192,s,10,38.051747802734376,3.8051747802734375,0.001633156200721129,3.8047684326171876,3.806425,3.8079255126953124,3.8091259228515626,"[3.809426025390625, 3.806091552734375, 3.80473193359375, 3.804946533203125, 3.80474365234375, 3.8032763671875, 3.805872802734375, 3.804793212890625, 3.803895263671875, 3.803970458984375]",tokens/s,16.556401121599166,kWh,4.491550297112361e-05,2.461545215875538e-05,0.0001956961107137206,0.00026522706584359966,tokens/kWh,237532.31895703336,,s,629,38.62667061996455,0.06140965122410906,0.00841844016264897,0.0603873291015625,0.06047764434814453,0.060527001953125,0.13100806091308592,"[0.060862464904785155, 0.06109286499023438, 0.0608983039855957, 0.06086656188964844, 0.060881919860839843, 0.06083071899414062, 0.06078668975830078, 0.06044364929199219, 0.0603422737121582, 0.06038323211669922, 0.06031872177124024, 0.0603955192565918, 0.0603135986328125, 0.060398593902587894, 0.06039449691772461, 0.060418048858642576, 0.06032486343383789, 0.060388351440429686, 0.06033203125, 0.060393470764160156, 0.06033919906616211, 0.0603955192565918, 0.06034022521972656, 0.06041907119750976, 0.06042009735107422, 0.06042009735107422, 0.06048051071166992, 0.06038016128540039, 0.06032998275756836, 0.06038323211669922, 0.060336128234863284, 0.0603955192565918, 0.06038937759399414, 0.060442623138427735, 0.06038323211669922, 0.06042214584350586, 0.06044569778442383, 0.0603770866394043, 0.06039654541015625, 0.0604139518737793, 0.06038425445556641, 0.060472320556640625, 0.0603422737121582, 0.06043648147583008, 0.06041702270507812, 0.06047334289550781, 0.06039039993286133, 0.06040883255004883, 0.0603504638671875, 0.06043545532226562, 0.06041190338134766, 0.060439552307128906, 0.060388351440429686, 0.060398593902587894, 0.06063206481933594, 0.06055936050415039, 0.06030438232421875, 0.06042726516723633, 0.06035660934448242, 0.060483585357666014, 0.06033919906616211, 0.06044364929199219, 0.131093505859375, 0.060385280609130856, 0.06040576171875, 0.06040063858032227, 0.0603873291015625, 0.060388351440429686, 0.06041292953491211, 0.06032793426513672, 0.06038425445556641, 0.06032486343383789, 0.060647422790527344, 0.0603873291015625, 0.06036070251464844, 0.060319744110107425, 0.06039244842529297, 0.06034841537475586, 0.06040371322631836, 0.06038323211669922, 0.06036275100708008, 0.06034636688232422, 0.060508159637451174, 0.060393470764160156, 0.06036479949951172, 0.060565502166748046, 0.06042521667480469, 0.06041190338134766, 0.060416000366210934, 0.06036377716064453, 0.060386302947998044, 0.06051123046875, 0.06042521667480469, 0.06036172866821289, 0.060401664733886716, 0.06039961624145508, 0.060450817108154295, 0.06038425445556641, 0.06045491027832031, 0.06037401580810547, 0.06037401580810547, 0.06039449691772461, 0.060416000366210934, 0.06036275100708008, 0.060416000366210934, 0.06038016128540039, 0.060416000366210934, 0.06041497421264649, 0.060485633850097656, 0.06034431838989258, 0.060418048858642576, 0.06036479949951172, 0.060453887939453124, 0.06043648147583008, 0.060470272064208984, 0.060470272064208984, 0.06043852615356445, 0.06045183944702148, 0.06048153686523437, 0.06035660934448242, 0.06048255920410156, 0.06037606430053711, 0.06047641754150391, 0.060391422271728515, 0.06046515274047851, 0.13133619689941406, 0.06032896041870117, 0.060440574645996094, 0.060365825653076174, 0.060365825653076174, 0.060278785705566405, 0.06043135833740235, 0.060314624786376954, 0.06039654541015625, 0.060281856536865235, 0.060382209777832034, 0.06027571105957031, 0.06045491027832031, 0.06034329605102539, 0.0603955192565918, 0.06031872177124024, 0.060424190521240234, 0.06031769561767578, 0.060407806396484375, 0.060319744110107425, 0.060404735565185545, 0.06034841537475586, 0.0604139518737793, 0.06036787033081055, 0.06044160079956055, 0.06036275100708008, 0.06041907119750976, 0.0602716178894043, 0.06040576171875, 0.06030131149291992, 0.060447742462158206, 0.06032793426513672, 0.060426239013671876, 0.06038425445556641, 0.060459007263183595, 0.06040371322631836, 0.060437503814697265, 0.06034431838989258, 0.060426239013671876, 0.0604139518737793, 0.06040576171875, 0.06034022521972656, 0.060424190521240234, 0.06030950546264648, 0.06039244842529297, 0.06034739303588867, 0.060590080261230465, 0.0603504638671875, 0.060371967315673826, 0.06032281494140625, 0.060440574645996094, 0.06040371322631836, 0.06040576171875, 0.0603770866394043, 0.06047129440307617, 0.06047129440307617, 0.06056447982788086, 0.060295169830322265, 0.06043033599853516, 0.06050099182128906, 0.060493824005126956, 0.06031769561767578, 0.06044467163085938, 0.1314723815917969, 0.06027468872070312, 0.06040371322631836, 0.06033919906616211, 0.06039961624145508, 0.060336128234863284, 0.06038937759399414, 0.0603054084777832, 0.06041702270507812, 0.06029619216918945, 0.060365825653076174, 0.06028902435302735, 0.06035456085205078, 0.06032691192626953, 0.060402687072753904, 0.06038016128540039, 0.060593151092529295, 0.06032179260253906, 0.06037913513183594, 0.06032076644897461, 0.060369918823242184, 0.06031872177124024, 0.060401664733886716, 0.06030643081665039, 0.06041292953491211, 0.060353534698486325, 0.0603955192565918, 0.06035660934448242, 0.060477439880371096, 0.060314624786376954, 0.06036377716064453, 0.06034739303588867, 0.06039961624145508, 0.0603770866394043, 0.06041190338134766, 0.06040678405761719, 0.060439552307128906, 0.06037299346923828, 0.06051737594604492, 0.06039756774902344, 0.060401664733886716, 0.060365825653076174, 0.06041702270507812, 0.06029107284545898, 0.06039756774902344, 0.06039961624145508, 0.060440574645996094, 0.06035968017578125, 0.06040371322631836, 0.06081024169921875, 0.06043545532226562, 0.06036377716064453, 0.06042214584350586, 0.060398593902587894, 0.06039756774902344, 0.06041088104248047, 0.06047641754150391, 0.06032998275756836, 0.060508159637451174, 0.06032793426513672, 0.060478462219238284, 0.06045286560058594, 0.060424190521240234, 0.13134439086914063, 0.060319744110107425, 0.06065868759155273, 0.06037299346923828, 0.06037913513183594, 0.06034534454345703, 0.06036070251464844, 0.060300289154052736, 0.060336128234863284, 0.06033203125, 0.06041907119750976, 0.06032998275756836, 0.06041292953491211, 0.06030438232421875, 0.060385280609130856, 0.06034124755859375, 0.06038118362426758, 0.06038323211669922, 0.06038016128540039, 0.06030643081665039, 0.06037299346923828, 0.06034841537475586, 0.060352512359619144, 0.06032793426513672, 0.06032896041870117, 0.0603770866394043, 0.06038016128540039, 0.060447742462158206, 0.060442623138427735, 0.06034124755859375, 0.06038323211669922, 0.06034534454345703, 0.060368896484375, 0.06038323211669922, 0.06043033599853516, 0.060409854888916016, 0.060450817108154295, 0.06035660934448242, 0.06036275100708008, 0.06036787033081055, 0.060416000366210934, 0.060407806396484375, 0.06048153686523437, 0.06033817672729492, 0.06041088104248047, 0.06042521667480469, 0.06047334289550781, 0.060470272064208984, 0.060386302947998044, 0.0603238410949707, 0.0603873291015625, 0.060407806396484375, 0.060401664733886716, 0.06037913513183594, 0.06041292953491211, 0.06043033599853516, 0.060494846343994144, 0.060382209777832034, 0.06050611114501953, 0.06032691192626953, 0.06048767852783203, 0.06034124755859375, 0.06044672012329102, 0.13078834533691405, 0.06037401580810547, 0.06045798492431641, 0.06032896041870117, 0.060333057403564455, 0.0602716178894043, 0.06035660934448242, 0.06029414367675781, 0.06038937759399414, 0.06027571105957031, 0.060371967315673826, 0.06027775955200195, 0.060355583190917966, 0.06030745697021484, 0.06040576171875, 0.060273662567138675, 0.06036275100708008, 0.06027264022827149, 0.06040371322631836, 0.060298240661621094, 0.06044364929199219, 0.060303359985351565, 0.06036479949951172, 0.0603422737121582, 0.06037094497680664, 0.06032691192626953, 0.06041292953491211, 0.06036377716064453, 0.06040063858032227, 0.060319744110107425, 0.06039654541015625, 0.06034636688232422, 0.06046515274047851, 0.06034124755859375, 0.06042521667480469, 0.060331008911132813, 0.060421119689941405, 0.060319744110107425, 0.060369918823242184, 0.06033919906616211, 0.06044876861572265, 0.06032998275756836, 0.06040883255004883, 0.06030745697021484, 0.060352512359619144, 0.06034534454345703, 0.06046105575561524, 0.06034022521972656, 0.06038425445556641, 0.06030233764648438, 0.0603955192565918, 0.06034022521972656, 0.060432384490966794, 0.060401664733886716, 0.06036684799194336, 0.060398593902587894, 0.06045695877075195, 0.06030643081665039, 0.06044569778442383, 0.060319744110107425, 0.060483585357666014, 0.06034329605102539, 0.060464126586914066, 0.13067263793945313, 0.06030643081665039, 0.060472320556640625, 0.06033817672729492, 0.06035763168334961, 0.06032998275756836, 0.06036377716064453, 0.06032076644897461, 0.060353534698486325, 0.060290046691894535, 0.06033817672729492, 0.06061875152587891, 0.06047334289550781, 0.060336128234863284, 0.06037299346923828, 0.060353534698486325, 0.06040678405761719, 0.06029414367675781, 0.06038016128540039, 0.060298240661621094, 0.060369918823242184, 0.06039449691772461, 0.060434432983398435, 0.0603351058959961, 0.060401664733886716, 0.060386302947998044, 0.060424190521240234, 0.0603351058959961, 0.060398593902587894, 0.06045798492431641, 0.060388351440429686, 0.060486656188964844, 0.06044467163085938, 0.06045695877075195, 0.06081228637695312, 0.06042316818237305, 0.06042009735107422, 0.06036684799194336, 0.06051430511474609, 0.06054912185668945, 0.06043340682983398, 0.06039039993286133, 0.06043135833740235, 0.0603504638671875, 0.060386302947998044, 0.06043545532226562, 0.06046105575561524, 0.06042521667480469, 0.06042828750610352, 0.0603422737121582, 0.060382209777832034, 0.060402687072753904, 0.060439552307128906, 0.060388351440429686, 0.0604846076965332, 0.06035148620605469, 0.06046515274047851, 0.06030950546264648, 0.06046105575561524, 0.060349441528320315, 0.06053273773193359, 0.060386302947998044, 0.06046105575561524, 0.13130650329589844, 0.06029107284545898, 0.060402687072753904, 0.060393470764160156, 0.06034841537475586, 0.06032896041870117, 0.060375038146972655, 0.06038118362426758, 0.06033919906616211, 0.06034534454345703, 0.06034124755859375, 0.060286975860595705, 0.060375038146972655, 0.060331008911132813, 0.060398593902587894, 0.06032179260253906, 0.06035456085205078, 0.060369918823242184, 0.06035865783691406, 0.06031257629394531, 0.060353534698486325, 0.0603238410949707, 0.06037913513183594, 0.06042009735107422, 0.060404735565185545, 0.06040371322631836, 0.060402687072753904, 0.060303359985351565, 0.060388351440429686, 0.06038425445556641, 0.06051737594604492, 0.06032998275756836, 0.06035968017578125, 0.0603770866394043, 0.06051123046875, 0.06038118362426758, 0.06041497421264649, 0.060391422271728515, 0.060371967315673826, 0.06039449691772461, 0.06054297637939453, 0.06048972702026367, 0.060459007263183595, 0.06039449691772461, 0.06039449691772461, 0.06041497421264649, 0.06044979095458984, 0.060393470764160156, 0.06040576171875, 0.060398593902587894, 0.060398593902587894, 0.06036070251464844, 0.06041702270507812, 0.060416000366210934, 0.06040063858032227, 0.060398593902587894, 0.06043852615356445, 0.06038937759399414, 0.060440574645996094, 0.060385280609130856, 0.0604846076965332, 0.06034022521972656, 0.060485633850097656, 0.13168946838378906, 0.06034329605102539, 0.060402687072753904, 0.06033817672729492, 0.06036070251464844, 0.0602716178894043, 0.060365825653076174, 0.060290046691894535, 0.06037401580810547, 0.060283905029296876, 0.06038323211669922, 0.060278785705566405, 0.060388351440429686, 0.060284927368164064, 0.0603873291015625, 0.06031872177124024, 0.06036479949951172, 0.06031769561767578, 0.060355583190917966, 0.06030131149291992, 0.06037094497680664, 0.060290046691894535, 0.060386302947998044, 0.0603054084777832, 0.06042726516723633, 0.06039961624145508, 0.06043852615356445, 0.06031155014038086, 0.06038016128540039, 0.06030233764648438, 0.060385280609130856, 0.060349441528320315, 0.06043545532226562, 0.06037094497680664, 0.060391422271728515, 0.060353534698486325, 0.060434432983398435, 0.060365825653076174, 0.06041292953491211, 0.06035148620605469, 0.06042931365966797, 0.06034534454345703, 0.06041702270507812, 0.060352512359619144, 0.06036479949951172, 0.06036787033081055, 0.06043545532226562, 0.06035968017578125, 0.06058803176879883, 0.06035763168334961, 0.06043852615356445, 0.06034739303588867, 0.06043340682983398, 0.06037299346923828, 0.06035148620605469, 0.06041292953491211, 0.06050406265258789, 0.06034636688232422, 0.06049280166625977, 0.06036787033081055, 0.06051839828491211, 0.06036479949951172, 0.06042521667480469, 0.1317969970703125, 0.06032691192626953, 0.060418048858642576, 0.06032998275756836, 0.060472320556640625, 0.06033407974243164, 0.060442623138427735, 0.06029414367675781, 0.06045183944702148, 0.060319744110107425, 0.060365825653076174, 0.060295169830322265, 0.06056140899658203, 0.06048153686523437, 0.060404735565185545, 0.06032486343383789, 0.0603873291015625, 0.06028595352172852, 0.060391422271728515, 0.060333057403564455, 0.06036070251464844, 0.06033203125, 0.06034431838989258, 0.06033407974243164, 0.060333057403564455, 0.06036787033081055, 0.06043340682983398, 0.0603955192565918, 0.060391422271728515, 0.060278785705566405, 0.06038937759399414, 0.06032179260253906, 0.06048767852783203, 0.06038323211669922, 0.06038937759399414, 0.060386302947998044, 0.060402687072753904, 0.060371967315673826, 0.06035763168334961, 0.060353534698486325, 0.0603955192565918, 0.06033203125, 0.060382209777832034, 0.060314624786376954, 0.06036377716064453, 0.06034534454345703, 0.060485633850097656, 0.06040063858032227, 0.060355583190917966, 0.06032691192626953, 0.06041088104248047, 0.0603422737121582, 0.060416000366210934, 0.060375038146972655, 0.06036172866821289, 0.060353534698486325, 0.06043852615356445, 0.060333057403564455, 0.060437503814697265, 0.060333057403564455, 0.060472320556640625, 0.06032076644897461, 0.06042828750610352]",tokens/s,16.284085319921278,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2285.903872,3257.401344,0.0,2610.95424,2376.894976,s,10,1.2891708221435545,0.12891708221435547,0.00017466182617666327,0.12886026000976564,0.12913863525390623,0.12915824584960936,0.12917393432617186,"[0.1291778564453125, 0.12872373962402345, 0.12886653137207033, 0.12879177856445312, 0.12885398864746095, 0.12876918029785156, 0.12868690490722656, 0.1290740509033203, 0.12913427734375, 0.12909251403808594]",tokens/s,1985.772526051581,kWh,1.5212420193727879e-06,8.335664152092738e-07,7.520761002358172e-06,9.875569436940232e-06,tokens/kWh,25922555.82168404,MB,2285.903872,3257.401344,0.0,2610.95424,2499.637248,s,10,70.9879619140625,7.098796191406249,0.0006890284177349899,7.098635009765625,7.099768310546875,7.099910034179688,7.100023413085938,"[7.09788671875, 7.0984169921875, 7.0979423828125, 7.09927978515625, 7.098509765625, 7.098337890625, 7.09876025390625, 7.09973681640625, 7.1000517578125, 7.09903955078125]",tokens/s,8.874744153983086,kWh,8.380802382346232e-05,4.593283817673532e-05,0.00041320738113545795,0.0005429482431356556,tokens/kWh,116033.15932317963,,s,629,72.03547856140138,0.11452381329316592,0.015324610997719736,0.11267072296142579,0.11276124267578125,0.11285909881591796,0.24158503112792967,"[0.11257036590576172, 0.11296051025390624, 0.11253862762451172, 0.11292467498779298, 0.112611328125, 0.1125959701538086, 0.11252633666992187, 0.11257241821289063, 0.11255398559570312, 0.11260006713867188, 0.11253453063964844, 0.11266355133056641, 0.11261030578613282, 0.11257651519775391, 0.11273625946044921, 0.11253964996337891, 0.11251507568359374, 0.11255705261230468, 0.11260928344726563, 0.11261746978759765, 0.11271270751953125, 0.11261440277099609, 0.11259187316894531, 0.11263385772705078, 0.11262873840332031, 0.11259085083007812, 0.11270041656494141, 0.11260313415527344, 0.11256422424316406, 0.11271372985839843, 0.11311103820800782, 0.11267276763916016, 0.11259085083007812, 0.11263385772705078, 0.11259699249267578, 0.11264614105224609, 0.11260518646240235, 0.11267788696289062, 0.11261952209472656, 0.11265229034423828, 0.1127567367553711, 0.11265638732910156, 0.11268812561035156, 0.11272908782958985, 0.11267584228515624, 0.11275263977050781, 0.11266252899169922, 0.11270553588867188, 0.11269017791748047, 0.11265023803710937, 0.11272191619873047, 0.1126645736694336, 0.11264921569824218, 0.1127352294921875, 0.11269939422607422, 0.11278336334228516, 0.11270246124267579, 0.11266150665283203, 0.11279666900634766, 0.11264614105224609, 0.11269017791748047, 0.11276493072509766, 0.2415083465576172, 0.1125191650390625, 0.11297689819335938, 0.11257036590576172, 0.11267378997802735, 0.11253247833251953, 0.11260723114013672, 0.11256934356689453, 0.1125898208618164, 0.11259699249267578, 0.11265331268310547, 0.11263692474365235, 0.11261849975585937, 0.11259085083007812, 0.11260313415527344, 0.11261952209472656, 0.11257958221435548, 0.11255705261230468, 0.11260723114013672, 0.1126277084350586, 0.1126277084350586, 0.11265843200683594, 0.11252531433105468, 0.1125898208618164, 0.112611328125, 0.11260108947753907, 0.11260006713867188, 0.11271167755126953, 0.11262873840332031, 0.11278028869628906, 0.1126666259765625, 0.11264205169677734, 0.11262464141845703, 0.11269427490234375, 0.11270861053466796, 0.11268505859375, 0.11266355133056641, 0.11264921569824218, 0.11263692474365235, 0.11264409637451171, 0.11264717102050781, 0.11267584228515624, 0.11266047668457031, 0.11265945434570312, 0.11264307403564452, 0.11310899353027344, 0.11272601318359375, 0.11272396850585938, 0.1126819839477539, 0.11268409729003906, 0.11264198303222656, 0.11270246124267579, 0.11270041656494141, 0.11265740966796875, 0.11269324493408203, 0.11299839782714843, 0.11313970947265625, 0.11273932647705077, 0.1127045135498047, 0.11265331268310547, 0.11268402862548828, 0.11272294616699219, 0.11274342346191406, 0.24168243408203124, 0.11257036590576172, 0.11253247833251953, 0.11256729888916016, 0.11263180541992188, 0.11255500793457031, 0.1126277084350586, 0.112574462890625, 0.11259187316894531, 0.11258163452148437, 0.11258163452148437, 0.11271372985839843, 0.11264109039306641, 0.11254879760742187, 0.11257855987548829, 0.11258573150634765, 0.11265945434570312, 0.11257958221435548, 0.1125928955078125, 0.11272191619873047, 0.1126645736694336, 0.11267890930175781, 0.11257138824462891, 0.11266969299316407, 0.11266252899169922, 0.11264205169677734, 0.11266150665283203, 0.11272294616699219, 0.11264614105224609, 0.11265535736083984, 0.1126266860961914, 0.11268096160888671, 0.11261952209472656, 0.11271987152099609, 0.11270758056640626, 0.11279462432861329, 0.112731201171875, 0.11266246032714844, 0.11265535736083984, 0.11268812561035156, 0.1127014389038086, 0.11262258911132812, 0.11263999938964844, 0.11265433502197265, 0.11268915557861328, 0.11271167755126953, 0.112648193359375, 0.11270246124267579, 0.11271379089355468, 0.11276691436767577, 0.11270041656494141, 0.11267276763916016, 0.1127045135498047, 0.11269120025634766, 0.11269222259521484, 0.1127045135498047, 0.11269734191894532, 0.11273011016845703, 0.11292467498779298, 0.11276493072509766, 0.11272704315185547, 0.11269427490234375, 0.11272089385986328, 0.241623046875, 0.11257548522949219, 0.11256524658203125, 0.11260006713867188, 0.11261344146728515, 0.11265325164794922, 0.1126451187133789, 0.11260415649414063, 0.11264717102050781, 0.11255500793457031, 0.1126277084350586, 0.11258060455322266, 0.11261030578613282, 0.11260620880126954, 0.11261337280273437, 0.11267481231689454, 0.11267481231689454, 0.112716796875, 0.11267276763916016, 0.11269939422607422, 0.11261849975585937, 0.11270758056640626, 0.11264717102050781, 0.11268300628662109, 0.11267686462402343, 0.11267788696289062, 0.1127741470336914, 0.11268710327148437, 0.11263488006591797, 0.11260313415527344, 0.11267686462402343, 0.11265023803710937, 0.11269324493408203, 0.11272198486328125, 0.11269728088378907, 0.11297484588623047, 0.1127014389038086, 0.11261849975585937, 0.1126645736694336, 0.11265433502197265, 0.11274240112304687, 0.11269734191894532, 0.1126983642578125, 0.11267174530029297, 0.11266566467285156, 0.11277715301513672, 0.11273932647705077, 0.11276390075683594, 0.11270041656494141, 0.11272806549072266, 0.1127045135498047, 0.11279974365234376, 0.11274034881591796, 0.11271065521240234, 0.11271065521240234, 0.11270041656494141, 0.11277926635742187, 0.11267890930175781, 0.11272191619873047, 0.11280691528320312, 0.11274854278564453, 0.11276083374023438, 0.11274444580078125, 0.24167015075683593, 0.11260928344726563, 0.11258573150634765, 0.11255705261230468, 0.11272704315185547, 0.11254988861083984, 0.1126164779663086, 0.11256317138671874, 0.11263488006591797, 0.11258573150634765, 0.1126645736694336, 0.1125898208618164, 0.11261440277099609, 0.11258367919921874, 0.11263385772705078, 0.11264205169677734, 0.11256832122802735, 0.11259187316894531, 0.11264310455322266, 0.11265225219726563, 0.11268402862548828, 0.11263590240478516, 0.11258163452148437, 0.11266150665283203, 0.11266355133056641, 0.11267174530029297, 0.11265126037597656, 0.11271577453613281, 0.11265843200683594, 0.1126645736694336, 0.11297484588623047, 0.11269120025634766, 0.11264614105224609, 0.11269222259521484, 0.11275878143310547, 0.11266867065429688, 0.11271270751953125, 0.11266355133056641, 0.11267072296142579, 0.11262054443359375, 0.11303321838378906, 0.11275571441650391, 0.11273222351074219, 0.11271161651611328, 0.11265023803710937, 0.11267584228515624, 0.11268710327148437, 0.11266252899169922, 0.11266150665283203, 0.11272806549072266, 0.11272294616699219, 0.11276390075683594, 0.11265126037597656, 0.11268300628662109, 0.1127034912109375, 0.11274649810791015, 0.11272089385986328, 0.11263795471191407, 0.11267584228515624, 0.11274960327148438, 0.11271164703369141, 0.11267890930175781, 0.11269631958007813, 0.24161485290527343, 0.11256934356689453, 0.11256217956542969, 0.11253043365478516, 0.11260006713867188, 0.11255398559570312, 0.11263692474365235, 0.11252223968505859, 0.11263897705078126, 0.11256524658203125, 0.1125928955078125, 0.11254988861083984, 0.11283251190185548, 0.11269017791748047, 0.11262873840332031, 0.11262361907958984, 0.11261337280273437, 0.11266764831542969, 0.11260518646240235, 0.1126451187133789, 0.11263999938964844, 0.11270758056640626, 0.1127045135498047, 0.11268096160888671, 0.11266355133056641, 0.11268505859375, 0.11265638732910156, 0.11265740966796875, 0.11264409637451171, 0.1126645736694336, 0.1125775375366211, 0.1126666259765625, 0.11269734191894532, 0.11265535736083984, 0.1126297607421875, 0.11261542510986328, 0.11265644836425781, 0.11264608001708984, 0.11265433502197265, 0.112648193359375, 0.11271686553955078, 0.11269932556152344, 0.11264409637451171, 0.11283251190185548, 0.11266969299316407, 0.11272294616699219, 0.11269017791748047, 0.11267174530029297, 0.11275775909423828, 0.11271782684326172, 0.1126943359375, 0.11275154876708984, 0.1127045135498047, 0.11269529724121094, 0.11272908782958985, 0.11304755401611329, 0.11271167755126953, 0.11269017791748047, 0.11273833465576172, 0.11271574401855469, 0.11269939422607422, 0.11267481231689454, 0.11276902770996093, 0.24148991394042968, 0.11266560363769532, 0.11259391784667969, 0.11265126037597656, 0.11257344055175782, 0.11255398559570312, 0.11258367919921874, 0.1125898208618164, 0.11258777618408203, 0.11251200103759766, 0.11267072296142579, 0.11292060852050781, 0.11270550537109375, 0.11260006713867188, 0.1126277084350586, 0.11261542510986328, 0.11260415649414063, 0.11256422424316406, 0.11259808349609375, 0.11260921478271485, 0.11275775909423828, 0.1127567367553711, 0.11265638732910156, 0.11261849975585937, 0.11267584228515624, 0.11264205169677734, 0.11266560363769532, 0.1126666259765625, 0.11263078308105469, 0.11262361907958984, 0.11273625946044921, 0.11266252899169922, 0.11266560363769532, 0.11266252899169922, 0.11265331268310547, 0.11262258911132812, 0.11273318481445313, 0.11274240112304687, 0.112716796875, 0.1126819839477539, 0.11271167755126953, 0.11271065521240234, 0.11271475219726562, 0.11269631958007813, 0.11266764831542969, 0.11269017791748047, 0.11276902770996093, 0.11271987152099609, 0.11270655822753907, 0.11269120025634766, 0.11276595306396485, 0.11280691528320312, 0.1126983642578125, 0.1126983642578125, 0.11265535736083984, 0.11273318481445313, 0.11276697540283204, 0.11272908782958985, 0.11270963287353515, 0.11275263977050781, 0.11271577453613281, 0.11276799774169922, 0.11272191619873047, 0.2418903350830078, 0.1131069107055664, 0.11267686462402343, 0.11256626892089844, 0.11258265686035156, 0.11257138824462891, 0.11255500793457031, 0.11248646545410156, 0.11257746887207032, 0.1126052474975586, 0.11287136077880859, 0.11256012725830078, 0.11262258911132812, 0.11259088134765625, 0.11263587188720703, 0.11268402862548828, 0.11268505859375, 0.11262464141845703, 0.11260620880126954, 0.11266764831542969, 0.1126277084350586, 0.1126328353881836, 0.11259801483154297, 0.11266252899169922, 0.1125928955078125, 0.1130414047241211, 0.11269120025634766, 0.11311820983886718, 0.1126819839477539, 0.11264614105224609, 0.11263385772705078, 0.11263897705078126, 0.11265945434570312, 0.1128089599609375, 0.11272908782958985, 0.11268915557861328, 0.112648193359375, 0.11268812561035156, 0.1126297607421875, 0.1127045135498047, 0.11269734191894532, 0.11267481231689454, 0.11265843200683594, 0.11268402862548828, 0.11270861053466796, 0.11267072296142579, 0.11272191619873047, 0.11266047668457031, 0.11269222259521484, 0.11281510162353516, 0.11274137878417968, 0.11269734191894532, 0.11271065521240234, 0.11267491149902344, 0.11272489929199218, 0.11267072296142579, 0.1127372817993164, 0.11272908782958985, 0.11268505859375, 0.11267686462402343, 0.11271577453613281, 0.1130557403564453, 0.11275161743164062, 0.24194047546386718, 0.11261849975585937, 0.1125775375366211, 0.11261849975585937, 0.11260108947753907, 0.11256114959716797, 0.11269222259521484, 0.1125406723022461, 0.11264717102050781, 0.11257241821289063, 0.11259699249267578, 0.11264102172851563, 0.11266969299316407, 0.11257958221435548, 0.11258675384521484, 0.11265331268310547, 0.11261235046386718, 0.11264921569824218, 0.11267276763916016, 0.11265126037597656, 0.11263692474365235, 0.11263999938964844, 0.11267177581787109, 0.11298812866210937, 0.1127352294921875, 0.11262156677246093, 0.11264307403564452, 0.11267788696289062, 0.11271167755126953, 0.11267072296142579, 0.11265945434570312, 0.11268710327148437, 0.11264102172851563, 0.1126645736694336, 0.11263897705078126, 0.1127014389038086, 0.11280998229980468, 0.11266150665283203, 0.11269737243652343, 0.11269731140136718, 0.11303218841552734, 0.1127352294921875, 0.11266560363769532, 0.11268915557861328, 0.11268812561035156, 0.11273420715332032, 0.11301273345947266, 0.11273113250732422, 0.11272089385986328, 0.11271577453613281, 0.11279154968261719, 0.11273625946044921, 0.11305267333984376, 0.11274854278564453, 0.11273113250732422, 0.11273830413818359, 0.11272908782958985, 0.11274240112304687, 0.11271171569824219, 0.11274851226806641, 0.11271577453613281, 0.1127710723876953, 0.11272806549072266, 0.24201318359375, 0.11258573150634765, 0.11259903717041016, 0.1125560302734375, 0.11262361907958984, 0.11252941131591797, 0.1126266860961914, 0.11257651519775391, 0.11261235046386718, 0.11249056243896484, 0.11258464050292968, 0.11262464141845703, 0.11260211181640625, 0.11262566375732422, 0.11263999938964844, 0.11265023803710937, 0.11264717102050781, 0.11267177581787109, 0.11263587188720703, 0.11267788696289062, 0.1126277084350586, 0.11267584228515624, 0.11270761871337891, 0.11267887878417969, 0.1126328353881836, 0.11263385772705078, 0.11269427490234375, 0.11263692474365235, 0.11268096160888671, 0.11261644744873046, 0.11267993927001953, 0.11273830413818359, 0.11274240112304687, 0.11274240112304687, 0.11265331268310547, 0.11279154968261719, 0.11271782684326172, 0.11267584228515624, 0.11264717102050781, 0.11266867065429688, 0.11270150756835938, 0.11270444488525391, 0.11273420715332032, 0.11277926635742187, 0.1127014389038086, 0.11272806549072266, 0.11275878143310547, 0.11270246124267579, 0.11274345397949219, 0.11271574401855469, 0.11268915557861328, 0.11274547576904297, 0.11271270751953125, 0.11276287841796875, 0.11273420715332032, 0.11274854278564453, 0.11268710327148437, 0.11273420715332032, 0.1127045135498047, 0.1128826904296875, 0.11284070587158203, 0.11273113250732422, 0.11272089385986328]",tokens/s,8.731808444416108,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4228.747264,7070.02368,0.0,6423.576576,6087.598592,s,10,3.4379829711914063,0.3437982971191406,0.0009334057598900422,0.3437153625488282,0.3451685241699219,0.3454352447509766,0.3456486212158203,"[0.3429338684082031, 0.34398797607421877, 0.34289166259765624, 0.34370242309570315, 0.34372830200195315, 0.3427781982421875, 0.3441269226074219, 0.3451092529296875, 0.34302239990234373, 0.34570196533203124]",tokens/s,744.6226527157148,kWh,4.04759638287403e-06,2.2179086892538177e-06,2.0058830861865996e-05,2.6324335933993843e-05,tokens/kWh,9724841.707000678,MB,4228.747264,7070.02368,0.0,6423.576576,6237.471744,s,10,189.303130859375,18.9303130859375,0.0016535159133771278,18.9306416015625,18.932237109375,18.932284570312497,18.9323225390625,"[18.9322265625, 18.9268359375, 18.928271484375, 18.930537109375, 18.93007421875, 18.929404296875, 18.93233203125, 18.93116796875, 18.93074609375, 18.93153515625]",tokens/s,3.3279956709643614,kWh,0.0002234993183833582,0.0001224963063770883,0.0010737351830615361,0.0014197308078219826,tokens/kWh,44374.60936460812,,s,629,192.0952322082519,0.30539782545032107,0.04087926548930507,0.30045901489257815,0.3006085205078125,0.3007115295410156,0.6438012841796875,"[0.3005030517578125, 0.3003289489746094, 0.30046719360351565, 0.3003699340820313, 0.3005368347167969, 0.30082763671875, 0.30034228515625, 0.30038937377929686, 0.30040985107421875, 0.3007723388671875, 0.30043853759765626, 0.30048562622070313, 0.3005716552734375, 0.30040884399414064, 0.30093927001953125, 0.30055526733398436, 0.3005665283203125, 0.301412353515625, 0.30083480834960935, 0.3004631042480469, 0.3003975830078125, 0.30055322265625, 0.3003309936523437, 0.30048870849609377, 0.3004436340332031, 0.3004334106445313, 0.30043032836914063, 0.30044775390625, 0.3004620666503906, 0.3004078063964844, 0.30046414184570314, 0.30047845458984374, 0.3003985900878906, 0.3004508056640625, 0.30036685180664063, 0.30033407592773437, 0.300358642578125, 0.30046514892578124, 0.3003146362304687, 0.30041702270507814, 0.30048666381835937, 0.30038836669921876, 0.30030950927734373, 0.30041702270507814, 0.300590087890625, 0.3004375, 0.30044775390625, 0.3003985900878906, 0.30045184326171875, 0.3005347900390625, 0.3005010070800781, 0.30040267944335936, 0.3005173645019531, 0.300843017578125, 0.30057266235351565, 0.3003627624511719, 0.30076620483398436, 0.3005399169921875, 0.300368896484375, 0.30045901489257815, 0.30042315673828124, 0.300484619140625, 0.6447892456054688, 0.3004375, 0.30035455322265625, 0.30034942626953126, 0.30029925537109375, 0.3002112121582031, 0.3003975830078125, 0.30024395751953126, 0.3003484191894531, 0.3001825256347656, 0.30033407592773437, 0.3002112121582031, 0.3002572937011719, 0.3002767333984375, 0.300400634765625, 0.3003432922363281, 0.300305419921875, 0.30033203125, 0.30035354614257814, 0.3003996276855469, 0.3004139404296875, 0.30041497802734374, 0.3005450134277344, 0.3010365295410156, 0.30043032836914063, 0.3003934631347656, 0.30047232055664064, 0.30043853759765626, 0.3003443298339844, 0.3004907531738281, 0.30035455322265625, 0.3003658142089844, 0.30044265747070314, 0.3004640808105469, 0.300558349609375, 0.30036172485351564, 0.3004733581542969, 0.3003443298339844, 0.3005450134277344, 0.30040267944335936, 0.3004907531738281, 0.30056344604492186, 0.30029620361328124, 0.3004733581542969, 0.3003555908203125, 0.300474365234375, 0.3004129333496094, 0.3004272766113281, 0.30045901489257815, 0.3003801574707031, 0.30057061767578125, 0.300484619140625, 0.30042214965820313, 0.30038119506835936, 0.30047027587890623, 0.30040576171875, 0.3005327453613281, 0.3005788269042969, 0.30043853759765626, 0.300521484375, 0.30064639282226563, 0.30051327514648435, 0.3005173645019531, 0.6435020751953126, 0.3004139404296875, 0.3002501220703125, 0.30034738159179686, 0.3002685546875, 0.30029208374023436, 0.3003381652832031, 0.3002112121582031, 0.3004293212890625, 0.3003289489746094, 0.30060543823242186, 0.30041702270507814, 0.3003904113769531, 0.3003658142089844, 0.30049688720703127, 0.3003985900878906, 0.3004201049804687, 0.30046923828125, 0.3004549255371094, 0.3004754028320312, 0.30050509643554685, 0.30041702270507814, 0.3004067687988281, 0.3004661865234375, 0.30047232055664064, 0.3004211120605469, 0.300432373046875, 0.300410888671875, 0.30051327514648435, 0.30073138427734375, 0.3003862915039063, 0.300474365234375, 0.30057266235351565, 0.30021426391601563, 0.3003351135253906, 0.3002900390625, 0.30050814819335936, 0.3003955078125, 0.3005665283203125, 0.30047232055664064, 0.3003924560546875, 0.300410888671875, 0.3006085205078125, 0.300516357421875, 0.300442626953125, 0.3004415893554688, 0.300442626953125, 0.3006064758300781, 0.30047027587890623, 0.3004293212890625, 0.30050509643554685, 0.30036376953125, 0.3004457092285156, 0.300548095703125, 0.3005634765625, 0.30043850708007813, 0.3004631042480469, 0.3007672424316406, 0.30061874389648435, 0.30045709228515627, 0.30032064819335935, 0.3004559326171875, 0.30057778930664064, 0.6445240478515625, 0.3003504638671875, 0.30057574462890624, 0.30035354614257814, 0.3003934631347656, 0.3003146362304687, 0.3004508056640625, 0.30037298583984373, 0.30046719360351565, 0.30040884399414064, 0.30024090576171875, 0.3003555908203125, 0.30042730712890625, 0.3003125305175781, 0.30047845458984374, 0.30043032836914063, 0.3003975830078125, 0.3005409240722656, 0.3005716552734375, 0.300484619140625, 0.3003607177734375, 0.3003565979003906, 0.30049383544921876, 0.30050509643554685, 0.3004835815429687, 0.300400634765625, 0.3004876708984375, 0.3005593566894531, 0.30076416015625, 0.30045697021484374, 0.3005409240722656, 0.3006495361328125, 0.30047021484375, 0.3005460510253906, 0.30051226806640624, 0.30038119506835936, 0.3003658142089844, 0.30051327514648435, 0.3005235290527344, 0.30043954467773437, 0.3003904113769531, 0.30049179077148436, 0.30042520141601564, 0.30048666381835937, 0.30048562622070313, 0.3004825744628906, 0.30050509643554685, 0.30052557373046873, 0.30050201416015626, 0.300410888671875, 0.300548095703125, 0.30052249145507814, 0.30056756591796874, 0.3005665283203125, 0.30056448364257815, 0.30049484252929687, 0.300558349609375, 0.3006085205078125, 0.30062490844726564, 0.30052044677734374, 0.3006986389160156, 0.30054400634765627, 0.30052862548828124, 0.6445035400390625, 0.3004436340332031, 0.30036172485351564, 0.3003187255859375, 0.30050814819335936, 0.3003432922363281, 0.3002378234863281, 0.30056448364257815, 0.30033407592773437, 0.30046719360351565, 0.3003166809082031, 0.3004139404296875, 0.3003760681152344, 0.30029721069335935, 0.3003760681152344, 0.3004405822753906, 0.300368896484375, 0.30066891479492186, 0.3004733581542969, 0.30044775390625, 0.3004487609863281, 0.30044467163085936, 0.3003975830078125, 0.30033407592773437, 0.300410888671875, 0.30040985107421875, 0.3004334106445313, 0.3004927978515625, 0.30050814819335936, 0.30063308715820314, 0.3005716552734375, 0.3003822021484375, 0.30056756591796874, 0.3004907531738281, 0.30055322265625, 0.3006085205078125, 0.3004764404296875, 0.3005060729980469, 0.30066790771484375, 0.30046414184570314, 0.3002941589355469, 0.30056549072265626, 0.3004559326171875, 0.3004958801269531, 0.3005327453613281, 0.30046719360351565, 0.30050201416015626, 0.3006433410644531, 0.3006013488769531, 0.30041702270507814, 0.30044775390625, 0.3003351135253906, 0.3005317077636719, 0.3006719970703125, 0.30046414184570314, 0.30048666381835937, 0.30049484252929687, 0.30053579711914064, 0.30059109497070313, 0.3005030517578125, 0.3005450134277344, 0.3004754028320312, 0.30069451904296873, 0.6436280517578125, 0.3002296447753906, 0.30040167236328125, 0.3003627624511719, 0.3003934631347656, 0.3002746887207031, 0.3002675170898437, 0.300484619140625, 0.30051123046875, 0.300400634765625, 0.30032177734375, 0.3004201049804687, 0.3002675170898437, 0.30040472412109376, 0.3004415893554688, 0.30040167236328125, 0.3004415893554688, 0.30040267944335936, 0.3003924560546875, 0.3004876708984375, 0.3003822021484375, 0.3004241943359375, 0.3005603942871094, 0.30043853759765626, 0.30051531982421875, 0.3004610595703125, 0.30034637451171875, 0.30085733032226564, 0.30044979858398435, 0.300516357421875, 0.30031256103515624, 0.3007631225585938, 0.30050509643554685, 0.30082150268554686, 0.30042520141601564, 0.3004354553222656, 0.30040267944335936, 0.30047027587890623, 0.3003873291015625, 0.30046414184570314, 0.3004958801269531, 0.30044467163085936, 0.3004211120605469, 0.30051531982421875, 0.30047027587890623, 0.30046514892578124, 0.3005388793945313, 0.3005296630859375, 0.30048562622070313, 0.30045797729492185, 0.30053375244140623, 0.3004180603027344, 0.3005184020996094, 0.30043032836914063, 0.3004876708984375, 0.3005931396484375, 0.30061260986328125, 0.300579833984375, 0.300442626953125, 0.30039141845703127, 0.3006361694335937, 0.3004733581542969, 0.300400634765625, 0.6448486328125, 0.30040167236328125, 0.3006996459960937, 0.30026956176757813, 0.3003822021484375, 0.300516357421875, 0.30071090698242187, 0.3003299865722656, 0.3003985900878906, 0.30040985107421875, 0.3003955078125, 0.30039450073242185, 0.3003013000488281, 0.30046002197265625, 0.30031155395507814, 0.30044671630859376, 0.3005388793945313, 0.30043136596679687, 0.3003862915039063, 0.30042315673828124, 0.30049484252929687, 0.30035968017578124, 0.30052044677734374, 0.30040985107421875, 0.3004682312011719, 0.3004272766113281, 0.30070272827148437, 0.3006719970703125, 0.30051531982421875, 0.30044775390625, 0.3007119445800781, 0.3005450134277344, 0.3005470581054687, 0.30056344604492186, 0.3006064758300781, 0.3004354553222656, 0.30058905029296873, 0.30059930419921876, 0.30072625732421876, 0.30072525024414065, 0.30061773681640624, 0.30063104248046874, 0.3006904602050781, 0.30065457153320313, 0.30058291625976563, 0.30058905029296873, 0.30061260986328125, 0.30071090698242187, 0.300537841796875, 0.30047027587890623, 0.3004293212890625, 0.30046923828125, 0.30047845458984374, 0.30047845458984374, 0.30046002197265625, 0.3004293212890625, 0.30044061279296874, 0.3005255432128906, 0.30049996948242186, 0.30057266235351565, 0.30048052978515627, 0.3004640808105469, 0.30052249145507814, 0.645970947265625, 0.3004139404296875, 0.30046923828125, 0.3004180603027344, 0.30046414184570314, 0.3004620666503906, 0.30046414184570314, 0.3004825744628906, 0.30036685180664063, 0.3003576354980469, 0.3003770751953125, 0.3003781127929688, 0.30043032836914063, 0.30036685180664063, 0.3003740234375, 0.300521484375, 0.3003842468261719, 0.3004457092285156, 0.3002879943847656, 0.3004201049804687, 0.30051019287109376, 0.30040267944335936, 0.30057574462890624, 0.30040267944335936, 0.3004774475097656, 0.3003576354980469, 0.30045797729492185, 0.30046719360351565, 0.3002941589355469, 0.3003985900878906, 0.3003484191894531, 0.30054400634765627, 0.30057061767578125, 0.30044671630859376, 0.30038937377929686, 0.30042520141601564, 0.3007610778808594, 0.30050714111328125, 0.30055218505859377, 0.3004764099121094, 0.30045797729492185, 0.30045184326171875, 0.30098431396484376, 0.30040167236328125, 0.3004631042480469, 0.3003709411621094, 0.3004549255371094, 0.3003996276855469, 0.3005194091796875, 0.3004375, 0.3004712829589844, 0.3004774475097656, 0.30044775390625, 0.30041702270507814, 0.30040371704101565, 0.30281011962890625, 0.30054400634765627, 0.30041702270507814, 0.3004293212890625, 0.30042214965820313, 0.30048666381835937, 0.3004559326171875, 0.3004241943359375, 0.64386865234375, 0.3006443481445312, 0.3003289489746094, 0.300516357421875, 0.30042520141601564, 0.3009218444824219, 0.3003453369140625, 0.3004139404296875, 0.30040884399414064, 0.30033306884765626, 0.3004989318847656, 0.300442626953125, 0.3003627624511719, 0.30046414184570314, 0.30034738159179686, 0.3003187255859375, 0.3004794921875, 0.30040884399414064, 0.3003985900878906, 0.30052249145507814, 0.30053375244140623, 0.30051327514648435, 0.3005296630859375, 0.3003607177734375, 0.30036996459960935, 0.3003473510742187, 0.30055526733398436, 0.30054296875, 0.30047845458984374, 0.30045901489257815, 0.3005736999511719, 0.3005460510253906, 0.3004979248046875, 0.3003842468261719, 0.3005859985351563, 0.300506103515625, 0.30061773681640624, 0.3004754028320312, 0.3003996276855469, 0.3005040588378906, 0.3008255920410156, 0.30047027587890623, 0.3004415893554688, 0.30054296875, 0.3003709411621094, 0.3005716552734375, 0.30054400634765627, 0.3005603942871094, 0.30046002197265625, 0.30046719360351565, 0.30054296875, 0.30057470703125, 0.3005685729980469, 0.3004733581542969, 0.30045697021484374, 0.3003985900878906, 0.30038937377929686, 0.3004907531738281, 0.30035968017578124, 0.3005450134277344, 0.3004825744628906, 0.3004733581542969, 0.3005307006835938, 0.6465689697265625, 0.30031256103515624, 0.3003709411621094, 0.3004682312011719, 0.300484619140625, 0.300400634765625, 0.3004211120605469, 0.3004129333496094, 0.3005593566894531, 0.30082763671875, 0.30035150146484374, 0.30052249145507814, 0.30052761840820313, 0.3004415893554688, 0.3006064758300781, 0.3004661865234375, 0.3004405822753906, 0.3004262390136719, 0.3003381652832031, 0.30061361694335936, 0.30043954467773437, 0.3003934631347656, 0.30054296875, 0.30040267944335936, 0.30051531982421875, 0.3003565979003906, 0.30045797729492185, 0.30061978149414065, 0.300558349609375, 0.30041189575195315, 0.300400634765625, 0.3004375, 0.30049996948242186, 0.3005307006835938, 0.30057061767578125, 0.30036685180664063, 0.30043954467773437, 0.30061056518554685, 0.3003770751953125, 0.30043649291992186, 0.300410888671875, 0.3005450134277344, 0.30041189575195315, 0.3004794921875, 0.3004190673828125, 0.30045797729492185, 0.300484619140625, 0.30046719360351565, 0.30042315673828124, 0.30045697021484374, 0.3005030517578125, 0.3004159851074219, 0.3005091857910156, 0.3005040588378906, 0.3004180603027344, 0.30039862060546874, 0.3006177062988281, 0.30044979858398435, 0.30038937377929686, 0.30050714111328125, 0.3003975830078125, 0.30038119506835936, 0.3004293212890625]",tokens/s,3.2744175520092873,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4008.722432,12218.53184,0.0,11572.084736,11067.6992,s,10,6.176118103027345,0.6176118103027344,0.0008454600090221094,0.6175217590332032,0.6187081298828124,0.618770751953125,0.618820849609375,"[0.6167205810546875, 0.616826904296875, 0.6176303100585937, 0.6174132080078125, 0.6183396606445313, 0.6163510131835938, 0.618329345703125, 0.6169794921875, 0.6186942138671875, 0.6188333740234375]",tokens/s,414.4998455818334,kWh,7.282192011674246e-06,3.990346456007768e-06,3.871378914094281e-05,4.9986327608624825e-05,tokens/kWh,5121400.435822952,MB,4008.722432,12218.53184,0.0,11572.084736,11417.442816,s,10,337.6961328125,33.76961328125,0.0026224946191252354,33.769193359375,33.77273515625,33.77377578125,33.774608281249996,"[33.7691875, 33.7662578125, 33.7653515625, 33.76919921875, 33.77481640625, 33.77107421875, 33.77250390625, 33.76871484375, 33.7689609375, 33.77006640625]",tokens/s,1.8655825127550296,kWh,0.0003986078756716517,0.00021847173418482698,0.0021328216980860517,0.0027499013079425303,tokens/kWh,22909.913100531034,,s,629,342.71902508544946,0.5448633149212229,0.073445687864932,0.535973876953125,0.5362669311523437,0.5364953125,1.1536199462890626,"[0.5360169067382813, 0.5358069458007813, 0.5359442138671875, 0.5357404174804687, 0.5362411499023437, 0.5361121826171875, 0.535974853515625, 0.5361356811523438, 0.535573486328125, 0.5356564331054687, 0.5357098388671875, 0.5362411499023437, 0.53625634765625, 0.5355243530273438, 0.535731201171875, 0.5357301635742188, 0.5359216918945312, 0.535878662109375, 0.5359699096679688, 0.5360435180664063, 0.53573828125, 0.5355982666015625, 0.5358826904296875, 0.5362021484375, 0.5360045776367187, 0.5358981323242188, 0.5357691040039062, 0.53610498046875, 0.53612646484375, 0.5358377075195313, 0.5360343017578125, 0.53606201171875, 0.53573828125, 0.5360414428710938, 0.5357998046875, 0.5358960571289062, 0.5357813720703125, 0.5358909301757813, 0.5361909790039062, 0.5361275024414063, 0.5361182861328125, 0.5360045776367187, 0.536563720703125, 0.5361766357421875, 0.5360650024414062, 0.5360076904296875, 0.5358663940429688, 0.5359605712890625, 0.5361326293945312, 0.5362534790039063, 0.5364448852539062, 0.5360088500976562, 0.5360689697265625, 0.5357691040039062, 0.5361766357421875, 0.5360568237304687, 0.5360814208984375, 0.5359647827148437, 0.53642431640625, 0.5364193115234375, 0.53665380859375, 0.5362145385742187, 1.1535513916015625, 0.535402587890625, 0.5357136840820312, 0.5358069458007813, 0.535783447265625, 0.5359923706054688, 0.5358090209960937, 0.5356441650390625, 0.5357467041015626, 0.535639892578125, 0.53564208984375, 0.5357772827148437, 0.5358540649414063, 0.5361858520507813, 0.5358171997070312, 0.5355427856445313, 0.53576513671875, 0.53614990234375, 0.5359933471679688, 0.5358212890625, 0.5360660400390626, 0.535794677734375, 0.53585302734375, 0.5358724975585938, 0.536057861328125, 0.5357813720703125, 0.5358848266601562, 0.5359800415039062, 0.536068115234375, 0.536247314453125, 0.5358665161132813, 0.535795654296875, 0.5360403442382813, 0.5360394287109375, 0.5362781372070312, 0.5361846923828125, 0.5362083740234375, 0.535878662109375, 0.5357199096679688, 0.5358141479492188, 0.5358212890625, 0.536131591796875, 0.5361510620117188, 0.5359063110351563, 0.5358858032226562, 0.535963623046875, 0.5376163940429688, 0.536037353515625, 0.5359769897460938, 0.5359800415039062, 0.5358941650390625, 0.5359839477539062, 0.5362044067382813, 0.5361939086914063, 0.536141845703125, 0.53642138671875, 0.5359043579101562, 0.53594921875, 0.5358634643554687, 0.5361386108398437, 0.53625341796875, 0.5359718627929687, 0.5358345947265625, 1.1540040283203126, 0.5356544189453125, 0.5355612182617188, 0.5359759521484375, 0.5355407104492188, 0.5357373657226563, 0.5356687622070313, 0.5357813720703125, 0.5362308959960937, 0.5360773315429688, 0.5357650146484375, 0.5359893798828125, 0.5359010009765625, 0.5356728515625, 0.5355254516601563, 0.5357096557617187, 0.53592578125, 0.5356553955078125, 0.53595751953125, 0.5357916259765625, 0.535868408203125, 0.5357772827148437, 0.5357332763671875, 0.5377136840820312, 0.5360199584960937, 0.5357711181640625, 0.5360189208984375, 0.535930908203125, 0.5362196655273438, 0.5357138671875, 0.5358529663085938, 0.5357373657226563, 0.5358765869140625, 0.535815185546875, 0.5362923583984375, 0.5357383422851563, 0.5360977783203125, 0.5357252197265625, 0.5354647827148438, 0.535963623046875, 0.5359820556640625, 0.5361162109375, 0.5359380493164062, 0.5358397216796875, 0.536310791015625, 0.5371741333007812, 0.5359942626953125, 0.5362083740234375, 0.5359503173828125, 0.5362667236328125, 0.5358868408203125, 0.5359779663085937, 0.53602099609375, 0.5358407592773438, 0.5358745727539063, 0.5361091918945312, 0.535807861328125, 0.5361859741210937, 0.5361857299804688, 0.535918701171875, 0.5360802612304687, 0.535931884765625, 0.5359298706054687, 1.1543839111328125, 0.5357342529296875, 0.5358295288085938, 0.535888916015625, 0.5358141479492188, 0.5359063110351563, 0.53612646484375, 0.5360834350585938, 0.5358458862304688, 0.53578955078125, 0.535693359375, 0.5358550415039063, 0.5369292602539063, 0.5357199096679688, 0.5354803466796875, 0.5356441650390625, 0.535604248046875, 0.535462890625, 0.5357977294921875, 0.53606298828125, 0.5361223754882812, 0.535885986328125, 0.5355703125, 0.5357486572265625, 0.5361100463867188, 0.5362236938476562, 0.536131591796875, 0.5358970947265626, 0.5361069946289062, 0.5357199096679688, 0.5359002685546875, 0.5358375854492188, 0.5358715209960937, 0.53591650390625, 0.53612646484375, 0.5356461791992188, 0.536015869140625, 0.5371945190429688, 0.5359892578125, 0.535963623046875, 0.5359349975585938, 0.5359627075195312, 0.5359522705078125, 0.5362001953125, 0.5359554443359374, 0.5360343017578125, 0.5360343017578125, 0.5360752563476563, 0.5359769897460938, 0.53627392578125, 0.5363578491210937, 0.5362022705078126, 0.5361172485351563, 0.5359175415039062, 0.5360343017578125, 0.5364910278320313, 0.5362042846679688, 0.5362780151367188, 0.5361643676757812, 0.536258544921875, 0.536278076171875, 0.5358970336914063, 0.5362124633789063, 1.1553199462890624, 0.5356441040039063, 0.535701416015625, 0.5359503173828125, 0.5357752075195312, 0.5358284912109375, 0.5355960083007812, 0.5357333984375, 0.5358518676757813, 0.5359462280273437, 0.5358694458007812, 0.5359329223632813, 0.5359974365234375, 0.5358448486328125, 0.5357240600585937, 0.5358233642578125, 0.5360640258789062, 0.5374310302734375, 0.5360548095703125, 0.53639990234375, 0.5362329711914062, 0.5358909301757813, 0.5358704833984375, 0.53595751953125, 0.53604248046875, 0.5357537231445313, 0.53592578125, 0.535973876953125, 0.5363189697265625, 0.5360516967773438, 0.536173583984375, 0.5358438110351562, 0.5359032592773437, 0.5357659912109375, 0.5361602783203125, 0.53592578125, 0.5362114868164063, 0.5362503662109375, 0.5359371337890625, 0.5359297485351563, 0.5359912719726563, 0.53606298828125, 0.5362094116210937, 0.5362861938476563, 0.5361459350585938, 0.5375139770507813, 0.5361387329101562, 0.536089599609375, 0.5362175903320312, 0.5363650512695313, 0.5360036010742187, 0.5362196655273438, 0.5359963989257812, 0.5361489868164062, 0.5360660400390626, 0.5362994995117187, 0.5359913330078125, 0.5372333374023438, 0.5362606201171874, 0.536322021484375, 0.5365841674804688, 0.5361737060546875, 0.53640283203125, 1.1529984130859374, 0.5363363647460937, 0.5361254272460938, 0.5358602294921875, 0.5359073486328125, 0.5359494018554688, 0.5356716918945312, 0.5357772827148437, 0.5359134521484376, 0.536026123046875, 0.5357567749023437, 0.5358930053710937, 0.5358203735351562, 0.53581201171875, 0.53603125, 0.5360240478515625, 0.5358612670898437, 0.5359605712890625, 0.5360415649414062, 0.5357936401367187, 0.5363455200195313, 0.5362595825195312, 0.5358858032226562, 0.5360865478515625, 0.53596875, 0.5357138671875, 0.5357997436523437, 0.5360332641601563, 0.5364295654296874, 0.5372733154296875, 0.5360036010742187, 0.5358325805664063, 0.5358356323242187, 0.5356922607421875, 0.5360353393554688, 0.5356973876953125, 0.5361121215820313, 0.53606298828125, 0.5366292724609375, 0.5358756103515625, 0.5360752563476563, 0.5359534301757812, 0.5358858032226562, 0.5360814208984375, 0.53621044921875, 0.5360097045898438, 0.5359493408203125, 0.5362197265625, 0.5361038208007812, 0.5361090698242188, 0.5360926513671875, 0.5362094116210937, 0.53599951171875, 0.5359862060546875, 0.5358295288085938, 0.5363609619140625, 0.5361039428710938, 0.536300537109375, 0.5362257690429687, 0.536447998046875, 0.5362298583984375, 0.5359769897460938, 0.535973876953125, 1.1553740234375, 0.5358663940429688, 0.535857177734375, 0.5360199584960937, 0.5358756103515625, 0.5357987670898438, 0.5356482543945312, 0.535762939453125, 0.5360803833007812, 0.5359493408203125, 0.5359196166992187, 0.5358878784179687, 0.5359677734375, 0.53599951171875, 0.5357619018554688, 0.5357640991210938, 0.5358140258789063, 0.5356985473632813, 0.5357372436523438, 0.5359503173828125, 0.5361193237304688, 0.5360220336914062, 0.53597900390625, 0.5380740966796875, 0.5361489868164062, 0.5359544067382812, 0.5360097045898438, 0.535930908203125, 0.53616845703125, 0.5358131103515625, 0.5357168579101562, 0.5357752685546875, 0.536016845703125, 0.5359800415039062, 0.5361592407226563, 0.53600048828125, 0.53612646484375, 0.5360302124023437, 0.536131591796875, 0.535868408203125, 0.5359646606445313, 0.53589501953125, 0.535994384765625, 0.5360927734375, 0.5359737548828125, 0.5359083251953125, 0.53592578125, 0.5359697875976562, 0.5361602783203125, 0.536226806640625, 0.5362677612304687, 0.536416259765625, 0.5361090698242188, 0.5361162109375, 0.5360598754882813, 0.5360762939453125, 0.5362186889648437, 0.5383935546875, 0.5361234130859375, 0.5360732421875, 0.5360076904296875, 0.5361920166015625, 0.5359503173828125, 1.1536466064453126, 0.535710693359375, 0.5357332763671875, 0.5357178955078125, 0.5357906494140625, 0.5361591796875, 0.5356390991210938, 0.5357015380859375, 0.5358232421875, 0.5360926513671875, 0.53585205078125, 0.5360516967773438, 0.5360230102539062, 0.5359227294921876, 0.53566162109375, 0.5357208251953125, 0.5357578125, 0.5357189331054687, 0.5359237060546875, 0.5356492919921875, 0.5359656982421875, 0.53585302734375, 0.5356830444335937, 0.5359667358398438, 0.536247314453125, 0.5357301635742188, 0.5358796997070312, 0.535833740234375, 0.5361703491210937, 0.5357506713867187, 0.5358305053710938, 0.535878662109375, 0.5359298706054687, 0.5376460571289062, 0.5361551513671875, 0.5360332641601563, 0.5362063598632812, 0.5361275024414063, 0.5356287841796875, 0.536052734375, 0.5358981323242188, 0.53618994140625, 0.5361224975585938, 0.536271728515625, 0.53616650390625, 0.5359788818359374, 0.5359534301757812, 0.536025146484375, 0.5360608520507812, 0.53625244140625, 0.536248291015625, 0.5362544555664063, 0.5360353393554688, 0.53593701171875, 0.5358244018554688, 0.5360404663085937, 0.5360271606445313, 0.5360496826171876, 0.53621044921875, 0.5365309448242187, 0.5362923583984375, 0.5363056640625, 0.5362001953125, 1.1553228759765626, 0.5358182373046875, 0.535630859375, 0.535858154296875, 0.5358643188476563, 0.5357630004882813, 0.5357188720703125, 0.535752685546875, 0.5359892578125, 0.5359473266601562, 0.53576904296875, 0.5357354125976562, 0.5359830322265625, 0.5358397216796875, 0.5359779663085937, 0.5362175903320312, 0.5360045776367187, 0.5359052734375, 0.5357752075195312, 0.5359401245117188, 0.5362380981445313, 0.5365606689453125, 0.5360947265625, 0.5357783203125, 0.5358714599609375, 0.535783447265625, 0.5357936401367187, 0.5358714599609375, 0.5359882202148437, 0.53566259765625, 0.5360097045898438, 0.5359032592773437, 0.5358622436523437, 0.538261474609375, 0.5364981689453125, 0.5361766357421875, 0.536057861328125, 0.5357619018554688, 0.535952392578125, 0.5360588989257813, 0.5359226684570313, 0.5361766357421875, 0.535994384765625, 0.5359912719726563, 0.5361153564453125, 0.5359368896484376, 0.5357445068359376, 0.5358591918945312, 0.5360332641601563, 0.5360722045898437, 0.5359595336914063, 0.5361900024414062, 0.5360506591796875, 0.5360609130859375, 0.5359769897460938, 0.5358776245117187, 0.5359288330078125, 0.5360537719726562, 0.53603759765625, 0.5361743774414063, 0.536216552734375, 0.5362135009765625, 0.536110107421875, 1.1554560546875, 0.53574658203125, 0.5357998046875, 0.535784423828125, 0.535736328125, 0.53574658203125, 0.5358499755859375, 0.5360752563476563, 0.5360762939453125, 0.5360220336914062, 0.5356861572265625, 0.5359166870117188, 0.535933837890625, 0.5358622436523437, 0.53574755859375, 0.5358336181640625, 0.5357056274414063, 0.53564111328125, 0.5357803344726563, 0.5357926635742187, 0.5360354614257813, 0.535860107421875, 0.53585302734375, 0.5359605712890625, 0.5360516967773438, 0.535942138671875, 0.538218505859375, 0.5359963989257812, 0.5362115478515626, 0.5358683471679687, 0.53591552734375, 0.5361347045898438, 0.536059814453125, 0.5358253784179687, 0.5365596313476563, 0.5360037841796875, 0.53598291015625, 0.5359595336914063, 0.5357916259765625, 0.5359513549804688, 0.5361162109375, 0.5360179443359375, 0.5359144897460938, 0.535962646484375, 0.536141845703125, 0.5362554931640625, 0.5359810180664063, 0.5358806762695313, 0.5358203125, 0.5361265258789063, 0.5360568237304687, 0.5363148803710938, 0.5361900024414062, 0.535900146484375, 0.5358829345703126, 0.535956298828125, 0.535930908203125, 0.5359544067382812, 0.5359247436523438, 0.5359032592773437, 0.5359093627929687, 0.5381212158203125, 0.5361796875]",tokens/s,1.8353226811472552,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.0,,,,MB,4457.054208,23096.459264,0.0,22450.01216,21127.025664,s,10,14.675816162109376,1.4675816162109374,0.0010064047528560802,1.4672099609375,1.4688327270507813,1.4690424011230467,1.4692101403808593,"[1.466456298828125, 1.4674512939453126, 1.4663985595703124, 1.468288330078125, 1.46861669921875, 1.4669273681640624, 1.4666707763671876, 1.4669686279296874, 1.4692520751953124, 1.4687861328125]",tokens/s,174.4366358723894,kWh,1.7324117653899724e-05,9.492665400539408e-06,8.802523708680288e-05,0.000114842020141242,tokens/kWh,2229149.2232995424,MB,4457.054208,23096.459264,0.0,22450.01216,21326.311424,s,10,819.2878984375,81.92878984375,0.002543072434522778,81.9288828125,81.93181640625,81.932080078125,81.932291015625,"[81.9235859375, 81.9276328125, 81.9256640625, 81.929046875, 81.928453125, 81.93234375, 81.930296875, 81.9303984375, 81.92871875, 81.9317578125]",tokens/s,0.7689604609094077,kWh,0.0009671771575344934,0.000530099456590633,0.004952414878595396,0.006449691492720522,tokens/kWh,9767.909065279367,,s,629,831.1966295166,1.3214572806305274,0.17433461526340607,1.300379638671875,1.3006932373046876,1.3011687744140625,2.7676116406249998,"[1.3002127685546876, 1.3003233642578125, 1.3001932373046876, 1.2999332275390625, 1.300236328125, 1.300231201171875, 1.3008343505859374, 1.300275146484375, 1.299872802734375, 1.300177978515625, 1.3003028564453125, 1.300504638671875, 1.30022802734375, 1.30021484375, 1.3003294677734376, 1.300074462890625, 1.3004810791015624, 1.30022607421875, 1.30007958984375, 1.3001400146484374, 1.3001400146484374, 1.30027001953125, 1.30031201171875, 1.3001246337890624, 1.3002076416015624, 1.3003756103515625, 1.3008148193359375, 1.30033251953125, 1.300294677734375, 1.30052197265625, 1.3004718017578125, 1.30031201171875, 1.30018408203125, 1.300115478515625, 1.3003612060546874, 1.3004493408203126, 1.300538330078125, 1.300811767578125, 1.3005301513671874, 1.3004185791015626, 1.30031005859375, 1.3008507080078124, 1.3004697265625, 1.3005322265625, 1.3004083251953125, 1.3003929443359374, 1.3004246826171875, 1.3005711669921876, 1.300701171875, 1.300295654296875, 1.3003182373046875, 1.30045947265625, 1.3003878173828125, 1.300642822265625, 1.30015234375, 1.300359130859375, 1.3004759521484375, 1.3004871826171875, 1.30045751953125, 1.300474853515625, 1.3005762939453125, 1.3005875244140626, 2.768090087890625, 1.3003253173828124, 1.300336669921875, 1.300232177734375, 1.30022607421875, 1.30015234375, 1.30022705078125, 1.3004410400390625, 1.30031005859375, 1.3000438232421876, 1.3001595458984374, 1.3002137451171876, 1.3012142333984376, 1.30031201171875, 1.3001390380859374, 1.3002813720703126, 1.30009912109375, 1.300400146484375, 1.3002291259765626, 1.3001287841796876, 1.3003304443359376, 1.3003253173828124, 1.3002506103515625, 1.3003294677734376, 1.3002650146484376, 1.301358642578125, 1.300400146484375, 1.3002557373046875, 1.300251708984375, 1.30071142578125, 1.3004779052734374, 1.30043798828125, 1.3002239990234374, 1.3004237060546875, 1.30022607421875, 1.300157470703125, 1.3001461181640626, 1.300210693359375, 1.300252685546875, 1.3002618408203126, 1.3005926513671875, 1.3002188720703125, 1.3014251708984375, 1.3003499755859376, 1.300473876953125, 1.3003612060546874, 1.30081787109375, 1.300474853515625, 1.3006182861328126, 1.3004134521484374, 1.3006397705078125, 1.3004605712890625, 1.300759521484375, 1.3006397705078125, 1.300485107421875, 1.3003089599609374, 1.3004615478515624, 1.300430908203125, 1.300569091796875, 1.30162890625, 1.30054248046875, 1.3011005859375, 1.300557861328125, 2.767234130859375, 1.300105224609375, 1.300379638671875, 1.3006868896484376, 1.3001143798828125, 1.300262939453125, 1.300178955078125, 1.300298828125, 1.300168701171875, 1.3004881591796875, 1.300169677734375, 1.3004349365234376, 1.300106201171875, 1.3004246826171875, 1.30005810546875, 1.300158447265625, 1.3000970458984376, 1.3002578125, 1.3000662841796875, 1.3003560791015625, 1.3017354736328124, 1.300236328125, 1.300173828125, 1.3000733642578124, 1.3001185302734375, 1.300294677734375, 1.300327392578125, 1.3004461669921874, 1.3002373046875, 1.3005599365234375, 1.30020654296875, 1.3003038330078125, 1.300106201171875, 1.3003355712890625, 1.3003038330078125, 1.3004759521484375, 1.30067041015625, 1.300279296875, 1.3000653076171875, 1.30054345703125, 1.3004390869140625, 1.3004769287109375, 1.30036328125, 1.300305908203125, 1.3003427734375, 1.3002935791015624, 1.300463623046875, 1.301813232421875, 1.30054345703125, 1.3004554443359375, 1.300462646484375, 1.3002578125, 1.3008302001953125, 1.300570068359375, 1.3004912109375, 1.3004093017578124, 1.3005025634765626, 1.3005567626953125, 1.3005916748046875, 1.300273193359375, 1.30052099609375, 1.300570068359375, 1.3008311767578125, 2.768931884765625, 1.3000693359375, 1.300317138671875, 1.3002188720703125, 1.30005810546875, 1.3002557373046875, 1.3001748046875, 1.300464599609375, 1.3003621826171874, 1.300189208984375, 1.3001400146484374, 1.3002034912109375, 1.3018992919921875, 1.30024658203125, 1.300199462890625, 1.300316162109375, 1.300526123046875, 1.3003663330078126, 1.3002178955078125, 1.30034375, 1.300094970703125, 1.30024755859375, 1.3002823486328126, 1.3001871337890625, 1.30016259765625, 1.3002720947265625, 1.3001236572265624, 1.3004246826171875, 1.3019320068359375, 1.300430908203125, 1.3001339111328125, 1.300379638671875, 1.300084716796875, 1.300547607421875, 1.3007779541015625, 1.3006920166015625, 1.3001605224609376, 1.3004871826171875, 1.300326416015625, 1.300622314453125, 1.30064697265625, 1.3002445068359374, 1.3002884521484375, 1.300443115234375, 1.302593505859375, 1.300442138671875, 1.3005947265625, 1.3004041748046875, 1.3007861328125, 1.3005548095703126, 1.3003714599609375, 1.3003857421875, 1.3005240478515625, 1.3005198974609375, 1.3002373046875, 1.3004298095703124, 1.3006038818359376, 1.30062646484375, 1.3007042236328126, 1.3005772705078125, 1.3006029052734376, 1.300663330078125, 1.30037451171875, 2.769353759765625, 1.3003294677734376, 1.300093994140625, 1.300167724609375, 1.3000653076171875, 1.3004451904296874, 1.300158447265625, 1.300431884765625, 1.3003397216796875, 1.30005810546875, 1.2999874267578124, 1.3001400146484374, 1.300358154296875, 1.3004410400390625, 1.300093994140625, 1.3004830322265626, 1.3002884521484375, 1.302907958984375, 1.3000704345703125, 1.300190185546875, 1.30003564453125, 1.3003018798828125, 1.3002906494140625, 1.300211669921875, 1.300148193359375, 1.300347900390625, 1.3002454833984376, 1.3005966796875, 1.3002578125, 1.300528076171875, 1.3002127685546876, 1.300490234375, 1.3001983642578125, 1.3004554443359375, 1.30056298828125, 1.30024853515625, 1.30211328125, 1.300250732421875, 1.3003089599609374, 1.3005394287109375, 1.3004246826171875, 1.30016259765625, 1.30031201171875, 1.3004871826171875, 1.30045947265625, 1.3004031982421875, 1.3005885009765625, 1.300427734375, 1.3004769287109375, 1.3006080322265625, 1.3006192626953126, 1.3002926025390624, 1.300559814453125, 1.3004718017578125, 1.3004512939453126, 1.30041748046875, 1.302245361328125, 1.3004410400390625, 1.3005352783203126, 1.3005772705078125, 1.3003642578125, 1.3006243896484375, 1.3004288330078124, 2.767686767578125, 1.300388916015625, 1.300243408203125, 1.3002158203125, 1.3002496337890626, 1.30052099609375, 1.30050048828125, 1.3004124755859374, 1.3005609130859375, 1.3002352294921875, 1.300243408203125, 1.3001134033203126, 1.300427734375, 1.3003448486328124, 1.3000345458984375, 1.3000887451171874, 1.3000509033203125, 1.3002342529296875, 1.300135986328125, 1.301927978515625, 1.30024658203125, 1.3005916748046875, 1.3003653564453126, 1.3003140869140626, 1.3002158203125, 1.300157470703125, 1.30003759765625, 1.3003018798828125, 1.3002823486328126, 1.3004656982421876, 1.3002802734375, 1.30027001953125, 1.30039501953125, 1.300442138671875, 1.3005189208984376, 1.3001759033203124, 1.300169677734375, 1.300432861328125, 1.30319970703125, 1.30049951171875, 1.3005732421875, 1.300506591796875, 1.30062646484375, 1.3004461669921874, 1.300658203125, 1.30045751953125, 1.300658203125, 1.30056494140625, 1.3006981201171874, 1.3004052734375, 1.30062548828125, 1.3005198974609375, 1.30051171875, 1.3004984130859376, 1.3005404052734375, 1.300515869140625, 1.300620361328125, 1.3004615478515624, 1.300621337890625, 1.3027542724609376, 1.30075244140625, 1.3008026123046874, 1.3004759521484375, 2.76741845703125, 1.3001656494140625, 1.300494384765625, 1.300516845703125, 1.30024658203125, 1.300189208984375, 1.300054931640625, 1.300209716796875, 1.30039404296875, 1.3001666259765625, 1.3002239990234374, 1.3003089599609374, 1.300169677734375, 1.3005599365234375, 1.3001533203125, 1.3003192138671875, 1.30015234375, 1.30012158203125, 1.30050048828125, 1.30041748046875, 1.299947509765625, 1.3025792236328124, 1.30024853515625, 1.3005916748046875, 1.3003673095703125, 1.300179931640625, 1.2999771728515626, 1.300462646484375, 1.3001544189453125, 1.300558837890625, 1.30035400390625, 1.3006806640625, 1.3002587890625, 1.3004237060546875, 1.3001707763671875, 1.3003868408203125, 1.3002259521484374, 1.3003775634765624, 1.3002659912109376, 1.3003775634765624, 1.3004482421875, 1.30041552734375, 1.3004697265625, 1.3005394287109375, 1.3004482421875, 1.3003018798828125, 1.3004503173828126, 1.3004625244140624, 1.300494384765625, 1.3032069091796874, 1.30057421875, 1.300631591796875, 1.300420654296875, 1.3007083740234375, 1.300610107421875, 1.3005966796875, 1.300744140625, 1.300749267578125, 1.3006715087890626, 1.3005291748046874, 1.3006234130859375, 1.300658203125, 1.300790283203125, 2.767856689453125, 1.3002403564453124, 1.30024755859375, 1.30024755859375, 1.300106201171875, 1.3003294677734376, 1.3000335693359375, 1.30021484375, 1.30027001953125, 1.30012060546875, 1.3001544189453125, 1.3001390380859374, 1.300306884765625, 1.3002823486328126, 1.3000478515625, 1.3000980224609375, 1.3025115966796874, 1.3003602294921874, 1.300283447265625, 1.3002342529296875, 1.3001390380859374, 1.3000364990234374, 1.30018505859375, 1.3001728515625, 1.3003704833984375, 1.3002249755859374, 1.300401123046875, 1.30041552734375, 1.3003038330078125, 1.300632568359375, 1.3004185791015626, 1.300737060546875, 1.3005128173828124, 1.3004595947265625, 1.3004984130859376, 1.3003980712890626, 1.30056494140625, 1.300516845703125, 1.30031103515625, 1.3028843994140624, 1.3005413818359375, 1.300304931640625, 1.30043798828125, 1.3005465087890624, 1.3006182861328126, 1.300536376953125, 1.3004820556640626, 1.300557861328125, 1.3005916748046875, 1.30060498046875, 1.3006080322265625, 1.300759521484375, 1.300633544921875, 1.300673583984375, 1.300454345703125, 1.30056494140625, 1.3005814208984374, 1.300285400390625, 1.300552734375, 1.3004697265625, 1.3006571044921875, 1.3009459228515625, 1.30071142578125, 2.769767333984375, 1.300221923828125, 1.300284423828125, 1.300368408203125, 1.3004237060546875, 1.300379638671875, 1.300221923828125, 1.3005721435546875, 1.3001871337890625, 1.3002454833984376, 1.3001759033203124, 1.30012158203125, 1.3002230224609375, 1.300148193359375, 1.30003662109375, 1.300199462890625, 1.300127685546875, 1.3027430419921875, 1.3004052734375, 1.30033251953125, 1.3006920166015625, 1.300283447265625, 1.3002188720703125, 1.300369384765625, 1.300158447265625, 1.300359130859375, 1.3003746337890625, 1.30056494140625, 1.30030078125, 1.3004573974609375, 1.30016455078125, 1.3005179443359376, 1.300527099609375, 1.300220947265625, 1.30069091796875, 1.300674560546875, 1.300274169921875, 1.300241455078125, 1.30035205078125, 1.30020458984375, 1.3004154052734376, 1.300167724609375, 1.30045751953125, 1.300485107421875, 1.3031075439453126, 1.300559814453125, 1.3003427734375, 1.3006571044921875, 1.3004984130859376, 1.300599853515625, 1.300484130859375, 1.3002506103515625, 1.300315185546875, 1.3005537109375, 1.300715576171875, 1.30046875, 1.3002802734375, 1.3003765869140624, 1.3004493408203126, 1.30031005859375, 1.300533203125, 1.30063671875, 1.3006202392578126, 2.76942236328125, 1.300359130859375, 1.3003642578125, 1.30022607421875, 1.30035302734375, 1.3002608642578124, 1.300147216796875, 1.3003704833984375, 1.3004769287109375, 1.3003560791015625, 1.30005712890625, 1.300305908203125, 1.3002454833984376, 1.3006080322265625, 1.300368408203125, 1.3001236572265624, 1.300322265625, 1.3000755615234374, 1.3001810302734376, 1.299957763671875, 1.2998931884765625, 1.3002198486328125, 1.300232177734375, 1.3002669677734375, 1.3031270751953126, 1.3003336181640626, 1.3005660400390624, 1.3006407470703125, 1.3002926025390624, 1.3003089599609374, 1.3001134033203126, 1.30041748046875, 1.3002352294921875, 1.3002587890625, 1.3002567138671874, 1.300322265625, 1.3007462158203125, 1.300462646484375, 1.3004093017578124, 1.3005721435546875, 1.3004656982421876, 1.300220947265625, 1.3005281982421875, 1.3002669677734375, 1.300421630859375, 1.3003509521484375, 1.300506591796875, 1.300358154296875, 1.3004451904296874, 1.3006776123046875, 1.3008035888671876, 1.30049951171875, 1.30060693359375, 1.30060693359375, 1.300633544921875, 1.3003284912109374, 1.30414697265625, 1.300980712890625, 1.300759521484375, 1.3006243896484375, 1.30081591796875, 1.3006212158203125, 1.300496337890625]",tokens/s,0.756740315905524,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,0,0,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/0/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477a6-0d914f45274857b759f1969d;67f4044c-56c5-4e29-a95c-c0640b420fba) Repository Not Found for url: https://huggingface.co/0/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 0 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gpt_neo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,2,2,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/2/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476ef-271b3454310fbb2b3c89d56e;98ce686d-7ff3-4af1-84af-dcf3fb86730b) Repository Not Found for url: https://huggingface.co/2/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 2 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-564M,facebook/xglm-564M,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-14B,Qwen/Qwen-14B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-7b,huggyllama/llama-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4118.597632,5287.44448,0.0,4640.997376,4330.668544,s,10,3.1970594482421872,0.31970594482421877,0.0012811478039207278,0.31938397216796877,0.32123822631835935,0.32139851684570314,0.3215267492675781,"[0.31836029052734377, 0.3215588073730469, 0.31788543701171873, 0.319045654296875, 0.3190616149902344, 0.31840402221679687, 0.31970632934570314, 0.32065835571289064, 0.32120260620117186, 0.32117633056640627]",tokens/s,800.7358140955256,kWh,3.7591551740964256e-06,2.0592643818247325e-06,1.8986638453191707e-05,2.4805058009112864e-05,tokens/kWh,10320475.763691055,MB,4118.597632,5287.44448,0.0,4640.997376,4515.667456,s,10,175.13562109375,17.513562109375,0.0017768259462071251,17.513850585937497,17.5153654296875,17.51584091796875,17.51622130859375,"[17.5152421875, 17.5134375, 17.51631640625, 17.5116796875, 17.514263671875, 17.511447265625, 17.51483984375, 17.511279296875, 17.515259765625, 17.51185546875]",tokens/s,3.59721224080829,kWh,0.0002068085063662794,0.0001133488492668755,0.0010180742467503973,0.0013382316023835524,tokens/kWh,47077.05294643273,,s,629,177.73623620605477,0.2825695329190059,0.038042917370424166,0.27798220825195313,0.27814030151367186,0.2782353515625,0.5972927026367187,"[0.27811532592773436, 0.2778900451660156, 0.27781427001953124, 0.278012939453125, 0.27799038696289063, 0.2779176940917969, 0.278012939453125, 0.27791973876953124, 0.27834060668945315, 0.27785113525390626, 0.277939208984375, 0.278029296875, 0.27790643310546875, 0.2777313232421875, 0.277923828125, 0.27794125366210937, 0.2779473876953125, 0.2780712890625, 0.2780887145996094, 0.27796990966796875, 0.27798834228515623, 0.27780609130859374, 0.27821261596679686, 0.27799859619140627, 0.2780968933105469, 0.277833740234375, 0.27810302734375, 0.2780989379882812, 0.27795455932617186, 0.2779525146484375, 0.278108154296875, 0.27808154296875, 0.2780149841308594, 0.27790234375, 0.27806515502929685, 0.2780364685058594, 0.2780139465332031, 0.277865478515625, 0.277928955078125, 0.27805490112304687, 0.27810406494140627, 0.27789926147460936, 0.2781460571289063, 0.2780682373046875, 0.2780078125, 0.2779381713867187, 0.27819622802734373, 0.2781051025390625, 0.2781255798339844, 0.27789825439453125, 0.2779596862792969, 0.2780364685058594, 0.27797607421875, 0.2783692932128906, 0.27815115356445314, 0.27802420043945314, 0.27813067626953125, 0.27788595581054687, 0.2780682373046875, 0.2780968933105469, 0.278118408203125, 0.27799859619140627, 0.5999585571289062, 0.2779914245605469, 0.2784163818359375, 0.2778818664550781, 0.27786648559570315, 0.278034423828125, 0.2778347473144531, 0.2779862976074219, 0.2777989196777344, 0.27785830688476565, 0.2777702331542969, 0.2777927551269531, 0.27792691040039064, 0.278029296875, 0.27775796508789063, 0.2779228210449219, 0.2779402160644531, 0.27796173095703125, 0.27776101684570315, 0.2779862976074219, 0.27793304443359373, 0.2779596862792969, 0.27787982177734377, 0.2779207763671875, 0.2779576416015625, 0.2780917663574219, 0.27807537841796875, 0.27791256713867185, 0.27790130615234376, 0.2779842529296875, 0.2779504699707031, 0.2783477783203125, 0.2779279479980469, 0.27805490112304687, 0.2778204040527344, 0.2778542175292969, 0.2779811706542969, 0.27787774658203124, 0.2782310485839844, 0.27790438842773435, 0.2780006408691406, 0.27790130615234376, 0.2778408813476563, 0.2780907592773437, 0.2779299926757812, 0.277939208984375, 0.27783578491210936, 0.27826174926757813, 0.27810098266601563, 0.27833343505859376, 0.277970947265625, 0.27794842529296876, 0.278012939453125, 0.2779811706542969, 0.2778101806640625, 0.27804364013671873, 0.27798016357421873, 0.27800473022460936, 0.2778818664550781, 0.278002685546875, 0.2779033508300781, 0.2780405883789063, 0.2782843017578125, 0.5971548461914062, 0.2779535217285156, 0.27780197143554686, 0.278213623046875, 0.27794943237304687, 0.2779422607421875, 0.27781427001953124, 0.2779504699707031, 0.2779320373535156, 0.2779535217285156, 0.2779095153808594, 0.27794943237304687, 0.27799755859375, 0.27791156005859374, 0.27797402954101563, 0.2780139465332031, 0.2778623962402344, 0.2780057678222656, 0.27779483032226565, 0.27794943237304687, 0.2780641174316406, 0.2779781188964844, 0.27794329833984377, 0.27810714721679686, 0.2781757507324219, 0.2780313720703125, 0.27787673950195313, 0.27807537841796875, 0.27811431884765625, 0.27794842529296876, 0.2779955139160156, 0.2781460571289063, 0.27803237915039064, 0.27800167846679685, 0.2780262451171875, 0.27801803588867186, 0.2779781188964844, 0.2780405883789063, 0.27790438842773435, 0.2783918151855469, 0.2780979309082031, 0.2779996032714844, 0.2779207763671875, 0.27818597412109375, 0.27806207275390626, 0.2780201110839844, 0.27812966918945314, 0.27813479614257813, 0.278192138671875, 0.27825457763671874, 0.2780149841308594, 0.2780989379882812, 0.2780907592773437, 0.27817166137695315, 0.2779586486816406, 0.2780498046875, 0.2779791259765625, 0.2781583251953125, 0.27810202026367187, 0.2781614074707031, 0.2780334167480469, 0.278002685546875, 0.278392822265625, 0.5973463134765625, 0.2779453430175781, 0.27787774658203124, 0.277865478515625, 0.278029296875, 0.27785009765625, 0.2778736572265625, 0.2779053955078125, 0.27785009765625, 0.27782962036132813, 0.2777774047851562, 0.27799755859375, 0.27794943237304687, 0.27787060546875, 0.2777999267578125, 0.27798220825195313, 0.2778961791992188, 0.2779381713867187, 0.2778531799316406, 0.2780928039550781, 0.2779719543457031, 0.27791668701171873, 0.2777712707519531, 0.27799859619140627, 0.27791256713867185, 0.2778951721191406, 0.27785830688476565, 0.2779781188964844, 0.27801089477539065, 0.278044677734375, 0.27773849487304686, 0.2779535217285156, 0.2779648132324219, 0.2780498046875, 0.2778531799316406, 0.2779576416015625, 0.2779156494140625, 0.278012939453125, 0.27791461181640625, 0.27799038696289063, 0.27808154296875, 0.2779852905273438, 0.2778204040527344, 0.27817779541015625, 0.2780508117675781, 0.27812353515625, 0.2779873352050781, 0.27802215576171874, 0.27810202026367187, 0.27819110107421874, 0.27801190185546876, 0.2780487670898438, 0.2780610656738281, 0.27813479614257813, 0.2779105224609375, 0.2779576416015625, 0.27790643310546875, 0.27801190185546876, 0.27795455932617186, 0.2779381713867187, 0.2780231628417969, 0.2780712890625, 0.27800985717773435, 0.59753369140625, 0.27792486572265623, 0.2778367919921875, 0.278245361328125, 0.27796173095703125, 0.2780078125, 0.2778153076171875, 0.27805902099609375, 0.27785626220703125, 0.2779832458496094, 0.27780813598632814, 0.2779053955078125, 0.2779320373535156, 0.2779648132324219, 0.2777978820800781, 0.27794638061523436, 0.2779893798828125, 0.27795660400390626, 0.2779258728027344, 0.2780149841308594, 0.2778623962402344, 0.27793508911132814, 0.27788803100585935, 0.27812042236328127, 0.2779473876953125, 0.2780477294921875, 0.27788491821289063, 0.27803750610351563, 0.2779207763671875, 0.2780426330566406, 0.2778951721191406, 0.27804672241210937, 0.2779781188964844, 0.27805902099609375, 0.277796875, 0.2779637756347656, 0.27799859619140627, 0.27796990966796875, 0.2780088195800781, 0.2779504699707031, 0.2780159912109375, 0.27801702880859375, 0.277865478515625, 0.2781685791015625, 0.27800677490234377, 0.2781051025390625, 0.2779996032714844, 0.27807437133789065, 0.27806207275390626, 0.278139892578125, 0.2779299926757812, 0.278066162109375, 0.2780835876464844, 0.2781214599609375, 0.27794125366210937, 0.2781419372558594, 0.2781163635253906, 0.2781460571289063, 0.27796786499023435, 0.27823822021484373, 0.27809381103515624, 0.27807949829101564, 0.2781194152832031, 0.5966243896484374, 0.2779586486816406, 0.27771597290039063, 0.2778900451660156, 0.2777845764160156, 0.27794842529296876, 0.27777432250976564, 0.27786138916015624, 0.2779832458496094, 0.27784295654296876, 0.27791360473632815, 0.2778265686035156, 0.27825048828125, 0.2778839111328125, 0.277760009765625, 0.2779811706542969, 0.2778316650390625, 0.277928955078125, 0.2776801147460938, 0.27795147705078127, 0.27797503662109374, 0.27823822021484373, 0.2777794494628906, 0.2780354614257812, 0.2778675231933594, 0.278034423828125, 0.27775796508789063, 0.2779596862792969, 0.2779453430175781, 0.27806515502929685, 0.27786444091796875, 0.2780897216796875, 0.2780426330566406, 0.27793508911132814, 0.2780201110839844, 0.2778951721191406, 0.2779228210449219, 0.27799655151367186, 0.27801089477539065, 0.277960693359375, 0.27807745361328123, 0.2780201110839844, 0.2779279479980469, 0.2779719543457031, 0.2779791259765625, 0.2780078125, 0.27794329833984377, 0.27796890258789064, 0.27801190185546876, 0.27812045288085935, 0.2779719543457031, 0.27803237915039064, 0.2780354614257812, 0.27804672241210937, 0.27791973876953124, 0.27803955078125, 0.27796990966796875, 0.27832321166992186, 0.2778173522949219, 0.2779924621582031, 0.2780313720703125, 0.2779924621582031, 0.2779095153808594, 0.5980723266601562, 0.27799755859375, 0.2777897033691406, 0.2778787841796875, 0.2782607421875, 0.27835186767578124, 0.27776409912109373, 0.27780609130859374, 0.277928955078125, 0.2779156494140625, 0.27778866577148437, 0.2779658203125, 0.2778961791992188, 0.2779033508300781, 0.2778521728515625, 0.27789208984375, 0.2778408813476563, 0.2780610656738281, 0.27775180053710935, 0.277928955078125, 0.2779955139160156, 0.277886962890625, 0.27779379272460936, 0.2780897216796875, 0.27797402954101563, 0.27802215576171874, 0.277818359375, 0.2780201110839844, 0.27800473022460936, 0.27827508544921875, 0.27791256713867185, 0.2779934692382813, 0.278012939453125, 0.2779361267089844, 0.27817880249023436, 0.2780354614257812, 0.2780149841308594, 0.27794329833984377, 0.27789825439453125, 0.2780262451171875, 0.27804568481445313, 0.27850650024414064, 0.27791873168945314, 0.2781460571289063, 0.27798220825195313, 0.27811532592773436, 0.27813784790039064, 0.27810406494140627, 0.2780354614257812, 0.2781583251953125, 0.27791256713867185, 0.27816754150390627, 0.2781614074707031, 0.278108154296875, 0.2779473876953125, 0.27812045288085935, 0.27804364013671873, 0.278076416015625, 0.27797503662109374, 0.2780887145996094, 0.2781245422363281, 0.2781767578125, 0.27807232666015624, 0.5989816284179688, 0.277907470703125, 0.27786956787109374, 0.27786343383789064, 0.2780149841308594, 0.27786444091796875, 0.2781245422363281, 0.27784396362304686, 0.2778961791992188, 0.2778951721191406, 0.2777282409667969, 0.27791256713867185, 0.27789208984375, 0.2780354614257812, 0.2777200622558594, 0.2778880004882813, 0.27792691040039064, 0.2780928039550781, 0.2777774047851562, 0.2778787841796875, 0.27798220825195313, 0.2778808288574219, 0.2777569274902344, 0.27796273803710936, 0.2778173522949219, 0.2779586486816406, 0.2777763977050781, 0.27791156005859374, 0.27785830688476565, 0.2779729919433594, 0.2778050537109375, 0.2779719543457031, 0.2780149841308594, 0.27809381103515624, 0.27781427001953124, 0.27789108276367186, 0.277970947265625, 0.2780948486328125, 0.2778675231933594, 0.2779228210449219, 0.27799655151367186, 0.27811224365234377, 0.27821261596679686, 0.27802520751953125, 0.27791461181640625, 0.2779893798828125, 0.2780262756347656, 0.27805181884765623, 0.27803851318359374, 0.27812762451171874, 0.2778623962402344, 0.27810919189453126, 0.27789208984375, 0.27803237915039064, 0.27796786499023435, 0.2779924621582031, 0.27802420043945314, 0.2780498046875, 0.2778736572265625, 0.27802725219726565, 0.2780917663574219, 0.27807437133789065, 0.27804779052734374, 0.5996082763671875, 0.2778603515625, 0.27799038696289063, 0.2779002990722656, 0.2780784606933594, 0.2780487670898438, 0.27779071044921877, 0.27787060546875, 0.27787161254882814, 0.277907470703125, 0.27785830688476565, 0.2779095153808594, 0.2779945068359375, 0.27801190185546876, 0.27792178344726565, 0.2780282897949219, 0.2778726501464844, 0.27789926147460936, 0.27795147705078127, 0.27812249755859375, 0.2779299926757812, 0.2781460571289063, 0.2777681884765625, 0.27811224365234377, 0.2779893798828125, 0.2780211181640625, 0.27784396362304686, 0.27811737060546876, 0.2779924621582031, 0.2780702819824219, 0.27788595581054687, 0.27822796630859375, 0.2781614074707031, 0.27828121948242185, 0.27786444091796875, 0.27808767700195314, 0.2780159912109375, 0.2779842529296875, 0.27789312744140626, 0.27807745361328123, 0.27812863159179685, 0.27812045288085935, 0.277923828125, 0.2781317138671875, 0.2779053955078125, 0.27808050537109374, 0.2779934692382813, 0.2780682373046875, 0.27818801879882815, 0.278139892578125, 0.27804568481445313, 0.27794943237304687, 0.27806719970703125, 0.27802520751953125, 0.2779033508300781, 0.27811224365234377, 0.278108154296875, 0.2783221740722656, 0.2778388366699219, 0.27817166137695315, 0.2779535217285156, 0.27817779541015625, 0.2781368408203125, 0.5995950317382812, 0.27793508911132814, 0.2778111877441406, 0.27782962036132813, 0.277923828125, 0.2780057678222656, 0.2776893310546875, 0.27791873168945314, 0.2778787841796875, 0.27778253173828127, 0.2776565856933594, 0.27797503662109374, 0.27791668701171873, 0.27793408203125, 0.277823486328125, 0.27784909057617185, 0.2778531799316406, 0.278044677734375, 0.27778662109375, 0.278371337890625, 0.27801803588867186, 0.27795559692382815, 0.27778765869140626, 0.27804672241210937, 0.2778900451660156, 0.27810202026367187, 0.27790643310546875, 0.2779443054199219, 0.2779279479980469, 0.2781368408203125, 0.27793408203125, 0.2779914245605469, 0.2780159912109375, 0.27801702880859375, 0.2779934692382813, 0.2779084777832031, 0.2779371643066406, 0.27799038696289063, 0.2778685302734375, 0.2779504699707031, 0.2779842529296875, 0.2779535217285156, 0.27789926147460936, 0.2780508117675781, 0.2779299926757812, 0.2779852905273438, 0.27796786499023435, 0.2780845947265625, 0.278012939453125, 0.27808563232421873, 0.27792486572265623, 0.2780528564453125, 0.2779791259765625, 0.27808767700195314, 0.27787982177734377, 0.2782576599121094, 0.2780477294921875, 0.27795660400390626, 0.2779730224609375, 0.27805487060546874, 0.27805184936523436, 0.27802725219726565, 0.2779259338378906]",tokens/s,3.538951951648072,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-180B,tiiuae/falcon-180B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-669478e8-45ba3eea5fbb402c0088d146;0a78acc9-c683-4917-8350-aeae53e0b3c6) 403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository.. Cannot access content at: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json. If you are trying to create or update content,make sure you have a token with the `write` role. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1826, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 445, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like tiiuae/falcon-180B is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gpt_neo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1712.406528,5964.824576,0.0,5318.377472,5048.328704,s,10,3.4079426879882817,0.34079426879882807,0.0009322383785557938,0.3405218048095703,0.3422028137207031,0.34224659423828124,0.34228161865234374,"[0.33942413330078125, 0.33999859619140627, 0.3406260070800781, 0.3401291809082031, 0.3404176025390625, 0.3401330871582031, 0.34098886108398435, 0.34174176025390623, 0.3421930847167969, 0.3422903747558594]",tokens/s,751.1863415494162,kWh,4.007971358520013e-06,2.195722103369917e-06,2.097056307273452e-05,2.717425653462445e-05,tokens/kWh,9420680.918126099,MB,1712.406528,5964.824576,0.0,5318.377472,5098.333184,s,10,188.29865429687501,18.8298654296875,0.0006673439432085487,18.82976953125,18.8306990234375,18.83094423828125,18.831140410156248,"[18.829521484375, 18.829875, 18.82865625, 18.829970703125, 18.8296640625, 18.83021484375, 18.83064453125, 18.829525390625, 18.831189453125, 18.829392578125]",tokens/s,3.3457488177622916,kWh,0.0002223270491041519,0.00012185299643231701,0.0011337806940608672,0.0014779607395973358,tokens/kWh,42626.30143826695,,s,629,191.06832772827136,0.3037652269129912,0.04052678174686376,0.29887591552734377,0.29901171264648435,0.2990915771484375,0.6395446215820312,"[0.29933056640625, 0.2987888488769531, 0.2987939758300781, 0.2988922729492188, 0.29877658081054687, 0.2988226623535156, 0.2988328857421875, 0.29880218505859374, 0.29885440063476565, 0.2987530212402344, 0.2989803466796875, 0.298977294921875, 0.2988349304199219, 0.2987745361328125, 0.29902029418945314, 0.29885336303710935, 0.2988748779296875, 0.2988410949707031, 0.29882571411132813, 0.2988380126953125, 0.2986956787109375, 0.2987386779785156, 0.29879092407226565, 0.29889739990234376, 0.298745849609375, 0.29895782470703125, 0.2990745544433594, 0.2989486083984375, 0.2988134460449219, 0.2987888488769531, 0.29889535522460936, 0.2988922729492188, 0.29888717651367186, 0.298935302734375, 0.29891070556640625, 0.29895269775390626, 0.2988277893066406, 0.2988584899902344, 0.29889535522460936, 0.29889739990234376, 0.2988717956542969, 0.2989383544921875, 0.2988564453125, 0.29891787719726565, 0.29884210205078127, 0.2988062744140625, 0.2989690856933594, 0.29877862548828127, 0.29881036376953124, 0.29896807861328123, 0.29892098999023436, 0.29895574951171877, 0.29893939208984377, 0.2987796630859375, 0.29892095947265623, 0.2987734985351562, 0.29884722900390626, 0.2990111083984375, 0.2989178466796875, 0.2988789672851562, 0.2989742431640625, 0.2987898559570312, 0.6390538330078125, 0.29874993896484375, 0.2987274169921875, 0.2988769226074219, 0.2988164978027344, 0.29890048217773435, 0.29877658081054687, 0.29891278076171873, 0.2988912658691406, 0.29923736572265625, 0.29886669921875, 0.29883392333984377, 0.29876019287109373, 0.29876223754882814, 0.2988769226074219, 0.29878170776367186, 0.2988779602050781, 0.2988216247558594, 0.2988441467285156, 0.29885952758789064, 0.2987755432128906, 0.29880935668945313, 0.29883392333984377, 0.2988554382324219, 0.29924658203125, 0.2988380126953125, 0.29887387084960937, 0.2988840942382813, 0.2993029174804688, 0.2988584899902344, 0.29871514892578127, 0.2991124572753906, 0.298829833984375, 0.29886053466796875, 0.29897317504882814, 0.2988963928222656, 0.29880523681640625, 0.29894247436523436, 0.29871514892578127, 0.29875201416015623, 0.29894451904296876, 0.29874789428710935, 0.29877658081054687, 0.29893017578125, 0.29889434814453125, 0.2990643310546875, 0.29894451904296876, 0.29872845458984376, 0.2989383544921875, 0.29896295166015624, 0.29883187866210936, 0.2988687438964844, 0.29901412963867186, 0.29885748291015624, 0.2988984375, 0.2988963928222656, 0.29887387084960937, 0.29880935668945313, 0.29898651123046877, 0.2988912658691406, 0.2989486083984375, 0.29897830200195313, 0.2988584899902344, 0.6398330688476562, 0.298903564453125, 0.29880218505859374, 0.2988216247558594, 0.2987315063476563, 0.298777587890625, 0.29872332763671877, 0.2986977233886719, 0.2987960205078125, 0.29879092407226565, 0.298724365234375, 0.29893121337890627, 0.2992732238769531, 0.298814453125, 0.29890866088867185, 0.2988011474609375, 0.2988769226074219, 0.2987274169921875, 0.2989219970703125, 0.29873458862304686, 0.29885235595703125, 0.2989690856933594, 0.2988492736816406, 0.2988031921386719, 0.298861572265625, 0.2988554382324219, 0.2988062744140625, 0.2989547424316406, 0.29884622192382815, 0.2987438049316406, 0.2989117431640625, 0.2988840942382813, 0.29899468994140627, 0.2988564453125, 0.298814453125, 0.298819580078125, 0.29902542114257813, 0.2989270935058594, 0.2990540771484375, 0.2987673645019531, 0.298851318359375, 0.29884518432617185, 0.29885235595703125, 0.2987008056640625, 0.29885336303710935, 0.29878170776367186, 0.2989045715332031, 0.2989260864257812, 0.2990172119140625, 0.298829833984375, 0.29888101196289063, 0.2989363098144531, 0.2988584899902344, 0.2988636169433594, 0.29881753540039063, 0.2989066162109375, 0.29882571411132813, 0.29906329345703125, 0.29887387084960937, 0.2989240417480469, 0.2989045715332031, 0.29904177856445313, 0.29881857299804687, 0.6396661987304687, 0.29890866088867185, 0.29881549072265623, 0.29886465454101563, 0.29882366943359373, 0.2986588134765625, 0.2989281311035156, 0.29879806518554686, 0.2988359680175781, 0.29883905029296876, 0.2988031921386719, 0.2987530212402344, 0.2989854736328125, 0.299030517578125, 0.2989547424316406, 0.29914111328125, 0.2987806701660156, 0.29885952758789064, 0.298814453125, 0.2987591552734375, 0.2988308410644531, 0.29881857299804687, 0.2988554382324219, 0.2988011474609375, 0.2988554382324219, 0.29885440063476565, 0.29888204956054687, 0.29879910278320315, 0.2987745361328125, 0.29876837158203123, 0.29885235595703125, 0.29886770629882814, 0.2988062744140625, 0.29895065307617186, 0.29894552612304687, 0.29887591552734377, 0.29902847290039064, 0.298745849609375, 0.29884722900390626, 0.29874176025390625, 0.29884005737304686, 0.29894247436523436, 0.29886257934570315, 0.2987888488769531, 0.2990315551757812, 0.29888717651367186, 0.29897216796875, 0.29883905029296876, 0.2989117431640625, 0.2990663757324219, 0.2989895629882813, 0.29887591552734377, 0.298925048828125, 0.2989056091308594, 0.29893939208984377, 0.29892095947265623, 0.29896395874023435, 0.2988687438964844, 0.2989609069824219, 0.29890765380859374, 0.2990243835449219, 0.2988287963867188, 0.29879092407226565, 0.6396928100585938, 0.29893939208984377, 0.29887283325195313, 0.29885440063476565, 0.2989383544921875, 0.29895269775390626, 0.2988441467285156, 0.2988482666015625, 0.2989619140625, 0.29886257934570315, 0.29881549072265623, 0.2989117431640625, 0.2988072814941406, 0.29882571411132813, 0.2989240417480469, 0.29879296875, 0.2987960205078125, 0.29870181274414065, 0.29926913452148435, 0.29865475463867186, 0.2987703857421875, 0.29870181274414065, 0.2988308410644531, 0.29877658081054687, 0.2987857971191406, 0.29879193115234376, 0.298919921875, 0.2987591552734375, 0.2987806701660156, 0.298919921875, 0.2987694091796875, 0.29903359985351563, 0.29880523681640625, 0.2990408020019531, 0.2988523254394531, 0.29895782470703125, 0.2988554382324219, 0.2988769226074219, 0.2992046203613281, 0.298925048828125, 0.29894247436523436, 0.29885336303710935, 0.2989486083984375, 0.29879296875, 0.29882571411132813, 0.2989240417480469, 0.29892913818359373, 0.29900799560546876, 0.29885952758789064, 0.29900390625, 0.29886257934570315, 0.2988062744140625, 0.29906842041015624, 0.29885336303710935, 0.29888101196289063, 0.2989056091308594, 0.2989219970703125, 0.2988503112792969, 0.2989137878417969, 0.29884005737304686, 0.2988789672851562, 0.29902029418945314, 0.29878988647460936, 0.6392319946289062, 0.29863629150390625, 0.2988984375, 0.29874688720703124, 0.29883392333984377, 0.2988584899902344, 0.29881857299804687, 0.29880218505859374, 0.29896600341796875, 0.29875506591796874, 0.2988287963867188, 0.2988226623535156, 0.2989434814453125, 0.29880218505859374, 0.2989854736328125, 0.2987653198242187, 0.29884005737304686, 0.29883187866210936, 0.2989383544921875, 0.29896295166015624, 0.298893310546875, 0.2992261047363281, 0.29879296875, 0.29881036376953124, 0.2989045715332031, 0.29901412963867186, 0.2989537353515625, 0.29883905029296876, 0.2987694091796875, 0.2988349304199219, 0.29899468994140627, 0.2988861389160156, 0.29891787719726565, 0.29884518432617185, 0.2990172119140625, 0.2990745544433594, 0.29899264526367186, 0.29902029418945314, 0.29891278076171873, 0.2989342651367187, 0.2989270935058594, 0.2989557800292969, 0.2988441467285156, 0.29887081909179686, 0.2988656311035156, 0.29873358154296875, 0.29878680419921877, 0.2989465637207031, 0.2988912658691406, 0.298819580078125, 0.29887283325195313, 0.29891583251953124, 0.29893121337890627, 0.29889022827148437, 0.2988380126953125, 0.299009033203125, 0.2988410949707031, 0.2991124572753906, 0.29884622192382815, 0.2988584899902344, 0.29896395874023435, 0.29894451904296876, 0.29879705810546875, 0.6401351928710938, 0.2988328857421875, 0.2987581481933594, 0.2988840942382813, 0.29872024536132813, 0.29893939208984377, 0.2988707885742187, 0.29880523681640625, 0.2989363098144531, 0.2989342651367187, 0.2987714538574219, 0.29879092407226565, 0.2989823913574219, 0.29887387084960937, 0.2987889099121094, 0.2989301452636719, 0.2989189147949219, 0.2988789672851562, 0.2987530212402344, 0.29921383666992185, 0.2988380126953125, 0.2988083190917969, 0.29881753540039063, 0.2987274169921875, 0.2992404479980469, 0.298977294921875, 0.2987080078125, 0.2987703857421875, 0.2988779602050781, 0.2988001403808594, 0.29884722900390626, 0.2989322509765625, 0.2988431091308594, 0.2989875183105469, 0.29900698852539065, 0.298787841796875, 0.2988380126953125, 0.2987663269042969, 0.29904177856445313, 0.2989045715332031, 0.2989270935058594, 0.2989854736328125, 0.2989793395996094, 0.2989168701171875, 0.29900286865234377, 0.2988134460449219, 0.2988492736816406, 0.2989066162109375, 0.2990909729003906, 0.29900079345703123, 0.2989189147949219, 0.2989056091308594, 0.29892913818359373, 0.29894964599609375, 0.2989598693847656, 0.29893017578125, 0.29894659423828124, 0.2988861083984375, 0.29896295166015624, 0.29888204956054687, 0.2989690856933594, 0.2989066162109375, 0.2988011474609375, 0.64087451171875, 0.2988800048828125, 0.2988359680175781, 0.29870693969726564, 0.2989414367675781, 0.2989752197265625, 0.29876223754882814, 0.2988226623535156, 0.29887591552734377, 0.2989363098144531, 0.298777587890625, 0.29906228637695315, 0.2988083190917969, 0.29909197998046877, 0.2988851318359375, 0.29884210205078127, 0.29921075439453126, 0.2988840942382813, 0.2988717956542969, 0.2987806701660156, 0.29890252685546875, 0.2987325439453125, 0.2989486083984375, 0.29873358154296875, 0.2988717956542969, 0.29869158935546875, 0.29887591552734377, 0.2990520324707031, 0.2989014892578125, 0.2989066162109375, 0.2988083190917969, 0.2989014892578125, 0.29879705810546875, 0.29891278076171873, 0.29888101196289063, 0.2989956970214844, 0.29885440063476565, 0.29872845458984376, 0.29881036376953124, 0.29893939208984377, 0.2989168701171875, 0.29879092407226565, 0.2989588623046875, 0.2989014892578125, 0.29880218505859374, 0.29904794311523436, 0.2987724914550781, 0.29912576293945314, 0.29889022827148437, 0.2988779602050781, 0.2988830871582031, 0.2989260864257812, 0.2988697509765625, 0.29885235595703125, 0.2987653198242187, 0.29883392333984377, 0.29885952758789064, 0.29876837158203123, 0.29888922119140626, 0.298998779296875, 0.2989137878417969, 0.2988769226074219, 0.2987448425292969, 0.6411837158203125, 0.2987673645019531, 0.2987755432128906, 0.2987161560058594, 0.2988308410644531, 0.2989434814453125, 0.29867929077148436, 0.2986700744628906, 0.29879296875, 0.29884622192382815, 0.29911654663085935, 0.2989598693847656, 0.2990049133300781, 0.2988994445800781, 0.2992814025878906, 0.29890252685546875, 0.2989742126464844, 0.29876019287109373, 0.29890252685546875, 0.2987694091796875, 0.29888922119140626, 0.2989137878417969, 0.29885440063476565, 0.2989066162109375, 0.2988206176757813, 0.29879296875, 0.2987888488769531, 0.29874893188476564, 0.298829833984375, 0.29893734741210937, 0.29940017700195315, 0.29889434814453125, 0.298829833984375, 0.2988830871582031, 0.2988994445800781, 0.2990162048339844, 0.2989823913574219, 0.29884622192382815, 0.29896395874023435, 0.2990172119140625, 0.29889022827148437, 0.2988503112792969, 0.298745849609375, 0.2989895629882813, 0.2990100402832031, 0.29893734741210937, 0.2988861389160156, 0.29892913818359373, 0.29891583251953124, 0.29912371826171874, 0.298935302734375, 0.29889739990234376, 0.29890969848632815, 0.2988707885742187, 0.2987857971191406, 0.298977294921875, 0.29891278076171873, 0.2990110778808594, 0.2991124572753906, 0.2989363098144531, 0.2988584899902344, 0.2989465637207031, 0.29895065307617186, 0.641522705078125, 0.298787841796875, 0.29876837158203123, 0.29884722900390626, 0.29865164184570314, 0.2988779602050781, 0.29880117797851563, 0.298661865234375, 0.29881036376953124, 0.2990540771484375, 0.29873663330078126, 0.2987796630859375, 0.2988769226074219, 0.2989619140625, 0.2989916076660156, 0.298925048828125, 0.29885235595703125, 0.298861572265625, 0.29878680419921877, 0.29885235595703125, 0.2988216247558594, 0.2989045715332031, 0.29874893188476564, 0.29875711059570315, 0.29881036376953124, 0.29895269775390626, 0.29883392333984377, 0.29884518432617185, 0.2988687438964844, 0.2988963928222656, 0.29879092407226565, 0.29900390625, 0.29879705810546875, 0.2992803955078125, 0.298956787109375, 0.29879910278320315, 0.29885336303710935, 0.29882366943359373, 0.298935302734375, 0.2987694091796875, 0.298777587890625, 0.29879092407226565, 0.29875201416015623, 0.29888204956054687, 0.29894757080078127, 0.29877862548828127, 0.29879705810546875, 0.29888922119140626, 0.2988441467285156, 0.29900698852539065, 0.29907659912109374, 0.2989619140625, 0.29929470825195315, 0.2988861389160156, 0.2989270935058594, 0.29891278076171873, 0.29884210205078127, 0.2989056091308594, 0.29896600341796875, 0.2988984375, 0.29889022827148437, 0.29891583251953124, 0.2989547424316406]",tokens/s,3.2920160420021825,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-7b,google/recurrentgemma-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947040-155eb3f26c7ec4143a78479b;90fd2b3f-6da7-4693-8211-e3db7db2aa5f) Repository Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: google/recurrentgemma-7b is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",mixtral,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,t,t,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/t/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947566-055a4f4b370928606f839bb8;10708768-9eb8-4191-9606-80ce1e466c25) Repository Not Found for url: https://huggingface.co/t/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: t is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-72B,Qwen/Qwen-72B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-30b,facebook/opt-30b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2_moe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1688.461312,2137.522176,0.0,1491.075072,1399.06304,s,10,0.6597977447509766,0.06597977447509766,0.00015504724890479004,0.06598998260498047,0.06610216369628907,0.06622740097045898,0.06632759078979492,"[0.0663526382446289, 0.06600761413574219, 0.06607433319091797, 0.0660474853515625, 0.06597695922851562, 0.06583433532714844, 0.06580294036865235, 0.06600300598144532, 0.0658473892211914, 0.06585104370117187]",tokens/s,3879.9768874114675,kWh,7.769293473129384e-07,4.257178468426565e-07,3.6796794788294147e-06,4.8823266729850095e-06,tokens/kWh,52434017.04693471,MB,1688.788992,2137.522176,0.0,1491.075072,1469.707264,s,10,35.675031005859374,3.5675031005859372,0.0009014124109033966,3.56735400390625,3.5688290771484374,3.568984973144531,3.569109689941406,"[3.56879443359375, 3.566023681640625, 3.569140869140625, 3.567467529296875, 3.567240478515625, 3.568032470703125, 3.567677001953125, 3.5669404296875, 3.567022705078125, 3.56669140625]",tokens/s,17.65941001975659,kWh,4.212270083831766e-05,2.3083229313474235e-05,0.00020117845662976941,0.00026638438678156136,tokens/kWh,236500.3473407802,,s,629,36.21147034835813,0.05756990516432138,0.007848818919377977,0.056619007110595705,0.05669580841064453,0.05672980575561524,0.12261384490966797,"[0.05660979080200195, 0.05655039978027344, 0.05656576156616211, 0.05656576156616211, 0.05659033584594726, 0.056578048706054686, 0.05660979080200195, 0.05655551910400391, 0.05683814239501953, 0.05676134490966797, 0.056543231964111325, 0.05655347061157227, 0.056531967163085936, 0.056529918670654294, 0.05658828735351563, 0.056567806243896485, 0.05660160064697266, 0.05660774230957031, 0.05652377700805664, 0.05655244827270508, 0.05657190322875977, 0.056562686920166014, 0.056586238861083986, 0.05662105560302735, 0.05657088088989258, 0.05658931350708008, 0.05662003326416016, 0.056629249572753906, 0.05665075302124024, 0.056629249572753906, 0.0565852165222168, 0.05658214569091797, 0.05686272048950195, 0.05664460754394531, 0.056613887786865234, 0.0566036491394043, 0.05660671997070312, 0.05665689468383789, 0.056659969329833984, 0.056635391235351565, 0.05666099166870117, 0.05668556976318359, 0.056681472778320315, 0.05664767837524414, 0.056668159484863284, 0.05663948822021484, 0.05663641738891602, 0.056635391235351565, 0.05670195388793945, 0.0566824951171875, 0.0567193603515625, 0.0566927375793457, 0.05699379348754883, 0.05668044662475586, 0.05671321487426758, 0.056665088653564455, 0.056720382690429685, 0.05667020797729492, 0.056662017822265626, 0.05669375991821289, 0.05665484619140625, 0.05665382385253906, 0.12274995422363282, 0.05657395172119141, 0.05653401565551758, 0.056515583038330076, 0.05651865768432617, 0.05655654525756836, 0.056567806243896485, 0.05652377700805664, 0.05653094482421875, 0.05650227355957031, 0.056521728515625, 0.056586238861083986, 0.05671526336669922, 0.056635391235351565, 0.05652479934692383, 0.056564735412597655, 0.05662412643432617, 0.056546302795410154, 0.05653401565551758, 0.056543231964111325, 0.05653708648681641, 0.05658214569091797, 0.05652275085449219, 0.05656063842773437, 0.0565032958984375, 0.05658828735351563, 0.05660160064697266, 0.056564735412597655, 0.05654220962524414, 0.05659033584594726, 0.05655654525756836, 0.056600574493408204, 0.05665894317626953, 0.05661183929443359, 0.056779777526855466, 0.056610816955566405, 0.05655039978027344, 0.05662515258789062, 0.056586238861083986, 0.056602622985839846, 0.056648704528808595, 0.05663436889648438, 0.056667137145996097, 0.056627201080322265, 0.05659852981567383, 0.05667942428588867, 0.056637439727783206, 0.05666611099243164, 0.05660979080200195, 0.056681472778320315, 0.056594432830810545, 0.056630271911621094, 0.056597503662109375, 0.056667137145996097, 0.05660467147827149, 0.05667225646972656, 0.056651775360107424, 0.05667737579345703, 0.05662105560302735, 0.05670707321166992, 0.0566927375793457, 0.056703998565673826, 0.0566558723449707, 0.12287078094482422, 0.056546302795410154, 0.056460289001464846, 0.05662412643432617, 0.056586238861083986, 0.05662515258789062, 0.05658316802978516, 0.05651865768432617, 0.05655347061157227, 0.05656063842773437, 0.05661491012573242, 0.05657292938232422, 0.05658009719848633, 0.056578048706054686, 0.056592384338378904, 0.05662412643432617, 0.056594432830810545, 0.05655756759643555, 0.0565667839050293, 0.05714739227294922, 0.05662617492675781, 0.05660671997070312, 0.05660979080200195, 0.0566036491394043, 0.05660160064697266, 0.05662617492675781, 0.05662515258789062, 0.05661286544799805, 0.056622081756591794, 0.05683814239501953, 0.05664972686767578, 0.05661798477172852, 0.05670195388793945, 0.0566743049621582, 0.05665280151367187, 0.056637439727783206, 0.05667020797729492, 0.05717708969116211, 0.056632320404052736, 0.056646656036376954, 0.05667737579345703, 0.056662017822265626, 0.056668159484863284, 0.05664255905151367, 0.05665484619140625, 0.05664153671264648, 0.05671116638183594, 0.05666918563842773, 0.0566824951171875, 0.05663129425048828, 0.05665280151367187, 0.05667737579345703, 0.05667737579345703, 0.05664051055908203, 0.05672447967529297, 0.05665894317626953, 0.05667532730102539, 0.05668966293334961, 0.05667225646972656, 0.056671230316162106, 0.056684543609619144, 0.056697856903076174, 0.05669068908691406, 0.12282470703125, 0.05655654525756836, 0.0565401611328125, 0.0565667839050293, 0.056576000213623044, 0.05654937744140625, 0.05657190322875977, 0.05655756759643555, 0.056597503662109375, 0.05651660919189453, 0.05650841522216797, 0.05653913497924805, 0.056548351287841796, 0.056559616088867185, 0.05659340667724609, 0.056564735412597655, 0.056561664581298826, 0.05700505447387695, 0.05657088088989258, 0.056545280456542966, 0.056599552154541016, 0.05655551910400391, 0.056561664581298826, 0.05655449676513672, 0.05652275085449219, 0.05658726501464844, 0.05663334274291992, 0.05660876846313476, 0.05657497787475586, 0.056602622985839846, 0.05662310409545898, 0.05658009719848633, 0.05660876846313476, 0.05656883239746094, 0.05660671997070312, 0.056586238861083986, 0.056616958618164064, 0.056586238861083986, 0.05661798477172852, 0.05665484619140625, 0.05670195388793945, 0.05672857666015625, 0.056619007110595705, 0.05665280151367187, 0.05660876846313476, 0.056645633697509766, 0.056637439727783206, 0.056629249572753906, 0.05665792083740234, 0.056645633697509766, 0.05665689468383789, 0.05662003326416016, 0.05662617492675781, 0.056697856903076174, 0.05685964965820312, 0.0566640625, 0.05670604705810547, 0.056651775360107424, 0.056668159484863284, 0.05666611099243164, 0.05711667251586914, 0.05669580841064453, 0.05669887924194336, 0.12270489501953125, 0.05655039978027344, 0.05648179244995117, 0.05650227355957031, 0.056525825500488285, 0.05651968002319336, 0.056576000213623044, 0.05653913497924805, 0.05649203109741211, 0.056543231964111325, 0.056592384338378904, 0.056567806243896485, 0.05662822341918945, 0.05656883239746094, 0.056602622985839846, 0.056567806243896485, 0.056619007110595705, 0.05657190322875977, 0.057003009796142576, 0.056643585205078124, 0.056546302795410154, 0.05659545516967773, 0.05658726501464844, 0.0565852165222168, 0.056687614440917966, 0.05656576156616211, 0.056627201080322265, 0.05659033584594726, 0.056668159484863284, 0.05662515258789062, 0.056632320404052736, 0.05663129425048828, 0.056643585205078124, 0.05662412643432617, 0.056648704528808595, 0.056622081756591794, 0.056646656036376954, 0.05666099166870117, 0.05670604705810547, 0.056629249572753906, 0.05663948822021484, 0.05661183929443359, 0.05664051055908203, 0.056616958618164064, 0.056630271911621094, 0.056622081756591794, 0.05665894317626953, 0.05664767837524414, 0.05661798477172852, 0.05663129425048828, 0.056700927734375, 0.056643585205078124, 0.05665689468383789, 0.05658931350708008, 0.05663129425048828, 0.056676353454589844, 0.05668556976318359, 0.056671230316162106, 0.05665689468383789, 0.05663948822021484, 0.056683521270751956, 0.05665382385253906, 0.05669580841064453, 0.12261785888671875, 0.056513534545898435, 0.05655756759643555, 0.05691801452636719, 0.05658316802978516, 0.05659648132324219, 0.05653606414794922, 0.05658214569091797, 0.05655654525756836, 0.056586238861083986, 0.05656883239746094, 0.056561664581298826, 0.05654220962524414, 0.05657497787475586, 0.056564735412597655, 0.05659545516967773, 0.056637439727783206, 0.05655756759643555, 0.05655654525756836, 0.05652684783935547, 0.056548351287841796, 0.05720064163208008, 0.05660876846313476, 0.056581119537353515, 0.05657497787475586, 0.056648704528808595, 0.05656883239746094, 0.05663436889648438, 0.05661286544799805, 0.05667532730102539, 0.05665280151367187, 0.05660774230957031, 0.05659545516967773, 0.05664460754394531, 0.05665484619140625, 0.056586238861083986, 0.056597503662109375, 0.056637439727783206, 0.05677875137329102, 0.05665689468383789, 0.056602622985839846, 0.056637439727783206, 0.05662003326416016, 0.056717311859130856, 0.05661286544799805, 0.05669478225708008, 0.05663334274291992, 0.05666611099243164, 0.056627201080322265, 0.056671230316162106, 0.056643585205078124, 0.05668966293334961, 0.05666918563842773, 0.05667942428588867, 0.05662822341918945, 0.05663948822021484, 0.056627201080322265, 0.05668659210205078, 0.05667737579345703, 0.05667225646972656, 0.056648704528808595, 0.0567193603515625, 0.056665088653564455, 0.12259635162353516, 0.056567806243896485, 0.05653299331665039, 0.05650534439086914, 0.05653913497924805, 0.05651763153076172, 0.05657907104492187, 0.05657907104492187, 0.056576000213623044, 0.05658931350708008, 0.056592384338378904, 0.056531967163085936, 0.05651763153076172, 0.05660160064697266, 0.05658726501464844, 0.05654425430297851, 0.05658726501464844, 0.05657190322875977, 0.05659340667724609, 0.056599552154541016, 0.056602622985839846, 0.05656576156616211, 0.05653606414794922, 0.056635391235351565, 0.0565852165222168, 0.0567193603515625, 0.05670707321166992, 0.05659852981567383, 0.056569854736328126, 0.05663641738891602, 0.05661491012573242, 0.05662617492675781, 0.056622081756591794, 0.05659340667724609, 0.056667137145996097, 0.056635391235351565, 0.056622081756591794, 0.05667327880859375, 0.056648704528808595, 0.056643585205078124, 0.05663334274291992, 0.056667137145996097, 0.056643585205078124, 0.05668044662475586, 0.057014270782470705, 0.05668044662475586, 0.05668966293334961, 0.05668659210205078, 0.05671116638183594, 0.056718334197998044, 0.056681472778320315, 0.056648704528808595, 0.05664153671264648, 0.056659969329833984, 0.05660160064697266, 0.05669683074951172, 0.056659969329833984, 0.05668556976318359, 0.05665075302124024, 0.056681472778320315, 0.05664767837524414, 0.056676353454589844, 0.05664051055908203, 0.12278272247314453, 0.05656576156616211, 0.05651456069946289, 0.05711769485473633, 0.05660774230957031, 0.05659545516967773, 0.056559616088867185, 0.05655756759643555, 0.05655654525756836, 0.05656883239746094, 0.0565667839050293, 0.056546302795410154, 0.05652684783935547, 0.056551422119140625, 0.05648896026611328, 0.0565401611328125, 0.05655654525756836, 0.05657190322875977, 0.05652070236206055, 0.0566558723449707, 0.056562686920166014, 0.05656371307373047, 0.05651046371459961, 0.05660979080200195, 0.056559616088867185, 0.0565667839050293, 0.05655244827270508, 0.05661798477172852, 0.05659545516967773, 0.05660876846313476, 0.05665894317626953, 0.056599552154541016, 0.05658009719848633, 0.05660876846313476, 0.056599552154541016, 0.05660774230957031, 0.056581119537353515, 0.05669068908691406, 0.0566558723449707, 0.056629249572753906, 0.05659545516967773, 0.056635391235351565, 0.05659545516967773, 0.05667225646972656, 0.05662617492675781, 0.05663436889648438, 0.05663436889648438, 0.056632320404052736, 0.056638465881347654, 0.056681472778320315, 0.056616958618164064, 0.05695897674560547, 0.056703998565673826, 0.05666304016113281, 0.056630271911621094, 0.05668659210205078, 0.05669580841064453, 0.05665382385253906, 0.05662003326416016, 0.056643585205078124, 0.056592384338378904, 0.05663948822021484, 0.056619007110595705, 0.12260352325439453, 0.05661286544799805, 0.056576000213623044, 0.05650431823730469, 0.056546302795410154, 0.05654732894897461, 0.05654220962524414, 0.056562686920166014, 0.05667737579345703, 0.05656371307373047, 0.056559616088867185, 0.05654425430297851, 0.056551422119140625, 0.056602622985839846, 0.05658726501464844, 0.05659135818481445, 0.056610816955566405, 0.05659545516967773, 0.056569854736328126, 0.05658214569091797, 0.05658828735351563, 0.05657907104492187, 0.056615936279296876, 0.05659545516967773, 0.05656371307373047, 0.0566558723449707, 0.05660671997070312, 0.05662822341918945, 0.056629249572753906, 0.05665382385253906, 0.05659852981567383, 0.05661286544799805, 0.056615936279296876, 0.05659340667724609, 0.056597503662109375, 0.05665689468383789, 0.05665792083740234, 0.05668966293334961, 0.05663129425048828, 0.056597503662109375, 0.05659135818481445, 0.05662515258789062, 0.05663334274291992, 0.05666304016113281, 0.0566927375793457, 0.05667737579345703, 0.056629249572753906, 0.05664051055908203, 0.056635391235351565, 0.0566640625, 0.05667532730102539, 0.056599552154541016, 0.05661286544799805, 0.05664153671264648, 0.05666918563842773, 0.056730625152587894, 0.056681472778320315, 0.05665689468383789, 0.05663948822021484, 0.056651775360107424, 0.05662105560302735, 0.056703998565673826, 0.056662017822265626, 0.12264653015136719, 0.056600574493408204, 0.05649612808227539, 0.05651865768432617, 0.05652684783935547, 0.05651251220703125, 0.0565667839050293, 0.05655449676513672, 0.05653811264038086, 0.05662617492675781, 0.05654220962524414, 0.05653708648681641, 0.05654732894897461, 0.056543231964111325, 0.05655347061157227, 0.05659545516967773, 0.05654220962524414, 0.05656371307373047, 0.05653913497924805, 0.05651456069946289, 0.05651660919189453, 0.056599552154541016, 0.056581119537353515, 0.056561664581298826, 0.05651456069946289, 0.05658214569091797, 0.056559616088867185, 0.056584190368652344, 0.05679206466674805, 0.056736766815185545, 0.05657395172119141, 0.05660774230957031, 0.05659852981567383, 0.05661183929443359, 0.05659852981567383, 0.05657702255249023, 0.056619007110595705, 0.056615936279296876, 0.05658726501464844, 0.056645633697509766, 0.0566036491394043, 0.056665088653564455, 0.05664460754394531, 0.05664767837524414, 0.056605697631835934, 0.05665280151367187, 0.05661798477172852, 0.05664767837524414, 0.05661491012573242, 0.05665075302124024, 0.05666099166870117, 0.05667020797729492, 0.05701939010620117, 0.05676851272583008, 0.05664460754394531, 0.05669580841064453, 0.05665382385253906, 0.05668659210205078, 0.056619007110595705, 0.05669887924194336, 0.05665484619140625, 0.056667137145996097, 0.056665088653564455]",tokens/s,17.370186682533294,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.3,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1576.521728,2137.522176,0.0,1491.075072,1399.06304,s,10,0.6609772567749024,0.06609772567749024,0.00018980137413296421,0.06613491439819336,0.06631037826538086,0.06632352409362792,0.06633404075622558,"[0.06622380828857422, 0.06608790588378906, 0.06618192291259765, 0.06608038330078125, 0.06624246215820312, 0.06590147399902344, 0.06574451446533203, 0.06587065887451173, 0.066336669921875, 0.06630745697021484]",tokens/s,3873.0530797549286,kWh,7.76976659588995e-07,4.2574727379950536e-07,3.6323274672632245e-06,4.835051400651725e-06,tokens/kWh,52946696.691889,MB,1576.521728,2137.522176,0.0,1491.075072,1469.707264,s,10,35.66717749023438,3.566717749023438,0.001020078206581998,3.566258666992187,3.5678093017578125,3.568474963378906,3.5690074926757815,"[3.569140625, 3.566141357421875, 3.566236328125, 3.56551708984375, 3.567139404296875, 3.566281005859375, 3.567661376953125, 3.566193115234375, 3.567079345703125, 3.565787841796875]",tokens/s,17.663298425351798,kWh,4.210553051892952e-05,2.3075430870461853e-05,0.00020144300325953589,0.0002666239646489273,tokens/kWh,236287.83737783736,,s,629,36.204954624176054,0.05755954630234662,0.007867678652742759,0.056605697631835934,0.05669375991821289,0.05673779296875,0.12265988464355468,"[0.0572149772644043, 0.05661798477172852, 0.056529918670654294, 0.056545280456542966, 0.056787967681884766, 0.056578048706054686, 0.05660467147827149, 0.05653913497924805, 0.056817665100097656, 0.05664051055908203, 0.05660876846313476, 0.05660160064697266, 0.05655347061157227, 0.05660671997070312, 0.056561664581298826, 0.05660467147827149, 0.05649612808227539, 0.05658009719848633, 0.05651968002319336, 0.05656371307373047, 0.05649817657470703, 0.0565852165222168, 0.05653094482421875, 0.056597503662109375, 0.056597503662109375, 0.056564735412597655, 0.05657190322875977, 0.05660160064697266, 0.05662617492675781, 0.05663948822021484, 0.056564735412597655, 0.0566824951171875, 0.05658214569091797, 0.056635391235351565, 0.056615936279296876, 0.056637439727783206, 0.05689139175415039, 0.05687398529052735, 0.056645633697509766, 0.05660467147827149, 0.056602622985839846, 0.05665484619140625, 0.056594432830810545, 0.05664255905151367, 0.056599552154541016, 0.05669375991821289, 0.05666099166870117, 0.05662412643432617, 0.05659852981567383, 0.05669683074951172, 0.056605697631835934, 0.05665792083740234, 0.0570777587890625, 0.05673779296875, 0.05662003326416016, 0.05670297622680664, 0.05664051055908203, 0.05668556976318359, 0.05664255905151367, 0.05670297622680664, 0.05662105560302735, 0.05665894317626953, 0.12289433288574218, 0.056569854736328126, 0.056671230316162106, 0.05654220962524414, 0.05647052764892578, 0.05656371307373047, 0.056493057250976565, 0.056562686920166014, 0.05649203109741211, 0.05653094482421875, 0.056509441375732425, 0.05655244827270508, 0.05651251220703125, 0.05670297622680664, 0.05649817657470703, 0.056562686920166014, 0.05652479934692383, 0.0565667839050293, 0.05658726501464844, 0.05657292938232422, 0.05653913497924805, 0.05660467147827149, 0.0565032958984375, 0.05657292938232422, 0.056521728515625, 0.05662310409545898, 0.056584190368652344, 0.05664767837524414, 0.05653913497924805, 0.05660979080200195, 0.05663334274291992, 0.05660671997070312, 0.05653504180908203, 0.05662003326416016, 0.056564735412597655, 0.05663334274291992, 0.05656371307373047, 0.05667942428588867, 0.056564735412597655, 0.05662822341918945, 0.05656576156616211, 0.056668159484863284, 0.05659545516967773, 0.05666611099243164, 0.0566036491394043, 0.05676544189453125, 0.056613887786865234, 0.05667020797729492, 0.05662310409545898, 0.05666611099243164, 0.05658316802978516, 0.05667839813232422, 0.05662617492675781, 0.05670297622680664, 0.056576000213623044, 0.05670707321166992, 0.05662617492675781, 0.05666099166870117, 0.05660774230957031, 0.056733695983886716, 0.05678182220458984, 0.05674803161621094, 0.05664255905151367, 0.12294041442871094, 0.056564735412597655, 0.056521728515625, 0.0565667839050293, 0.05655551910400391, 0.05657292938232422, 0.05652070236206055, 0.05654937744140625, 0.056559616088867185, 0.05651251220703125, 0.0565667839050293, 0.05654937744140625, 0.05650227355957031, 0.05656371307373047, 0.05657907104492187, 0.0565667839050293, 0.05653913497924805, 0.05651046371459961, 0.05653504180908203, 0.05650022506713867, 0.056648704528808595, 0.05653606414794922, 0.05653299331665039, 0.05679513549804688, 0.056635391235351565, 0.05661491012573242, 0.056646656036376954, 0.056615936279296876, 0.056567806243896485, 0.056646656036376954, 0.056567806243896485, 0.056651775360107424, 0.0565667839050293, 0.056630271911621094, 0.05662822341918945, 0.056600574493408204, 0.0565852165222168, 0.05659033584594726, 0.05663641738891602, 0.05662515258789062, 0.056599552154541016, 0.05660774230957031, 0.056610816955566405, 0.056638465881347654, 0.05664767837524414, 0.0566558723449707, 0.05664460754394531, 0.056648704528808595, 0.056638465881347654, 0.056671230316162106, 0.05666304016113281, 0.056665088653564455, 0.05663436889648438, 0.056619007110595705, 0.05662515258789062, 0.0566640625, 0.05667532730102539, 0.05667225646972656, 0.056622081756591794, 0.056676353454589844, 0.056667137145996097, 0.05665484619140625, 0.05665075302124024, 0.12279500579833984, 0.05659340667724609, 0.05648998260498047, 0.05650636672973633, 0.05648691177368164, 0.056559616088867185, 0.05647974395751953, 0.056561664581298826, 0.05650227355957031, 0.05653913497924805, 0.05653913497924805, 0.056515583038330076, 0.056497150421142575, 0.05653094482421875, 0.05656883239746094, 0.056586238861083986, 0.05660467147827149, 0.05655859375, 0.05651046371459961, 0.05655859375, 0.05652684783935547, 0.05655347061157227, 0.056643585205078124, 0.056605697631835934, 0.05650636672973633, 0.056681472778320315, 0.05653811264038086, 0.05662515258789062, 0.05653708648681641, 0.05660160064697266, 0.05660774230957031, 0.05662617492675781, 0.05656371307373047, 0.05662003326416016, 0.05657292938232422, 0.05658726501464844, 0.05657292938232422, 0.056676353454589844, 0.05667737579345703, 0.056637439727783206, 0.05657088088989258, 0.056662017822265626, 0.05657702255249023, 0.056637439727783206, 0.05662412643432617, 0.05664255905151367, 0.056592384338378904, 0.056648704528808595, 0.056605697631835934, 0.056687614440917966, 0.05660979080200195, 0.056659969329833984, 0.05660671997070312, 0.05662412643432617, 0.05662822341918945, 0.05668044662475586, 0.05663436889648438, 0.056667137145996097, 0.056605697631835934, 0.056714241027832034, 0.056627201080322265, 0.056718334197998044, 0.05665894317626953, 0.12301516723632812, 0.05660160064697266, 0.056599552154541016, 0.056576000213623044, 0.05652479934692383, 0.05657395172119141, 0.05652479934692383, 0.056529918670654294, 0.05651251220703125, 0.0565401611328125, 0.05655551910400391, 0.05654937744140625, 0.05654425430297851, 0.056840190887451174, 0.05654118347167969, 0.05657702255249023, 0.05657292938232422, 0.05655244827270508, 0.05652684783935547, 0.05659135818481445, 0.056599552154541016, 0.05657907104492187, 0.056561664581298826, 0.056594432830810545, 0.05652684783935547, 0.056599552154541016, 0.05657088088989258, 0.056586238861083986, 0.05652787017822265, 0.05667327880859375, 0.05657907104492187, 0.05659648132324219, 0.05657190322875977, 0.05672243118286133, 0.056622081756591794, 0.05660671997070312, 0.056599552154541016, 0.0566558723449707, 0.056610816955566405, 0.05667532730102539, 0.056615936279296876, 0.05667225646972656, 0.05663436889648438, 0.05665075302124024, 0.056730625152587894, 0.056736766815185545, 0.056613887786865234, 0.05664972686767578, 0.056627201080322265, 0.05669887924194336, 0.05662822341918945, 0.05674700927734375, 0.0566558723449707, 0.056632320404052736, 0.05669375991821289, 0.0566927375793457, 0.05663641738891602, 0.05676236724853516, 0.05670502471923828, 0.0566743049621582, 0.05665075302124024, 0.056697856903076174, 0.056671230316162106, 0.12266905975341796, 0.0565401611328125, 0.05651251220703125, 0.05657395172119141, 0.05660774230957031, 0.056551422119140625, 0.05650022506713867, 0.056569854736328126, 0.05707571029663086, 0.05667532730102539, 0.05654118347167969, 0.05655859375, 0.05651660919189453, 0.05653913497924805, 0.05652275085449219, 0.056543231964111325, 0.056509441375732425, 0.05659545516967773, 0.05653299331665039, 0.05655449676513672, 0.05652889633178711, 0.05659033584594726, 0.05671014404296875, 0.05657907104492187, 0.05652787017822265, 0.05659033584594726, 0.056545280456542966, 0.056613887786865234, 0.05656371307373047, 0.05664153671264648, 0.05656883239746094, 0.05666611099243164, 0.05664972686767578, 0.056586238861083986, 0.05657395172119141, 0.05659135818481445, 0.05654937744140625, 0.056637439727783206, 0.056605697631835934, 0.056651775360107424, 0.056597503662109375, 0.05663948822021484, 0.056578048706054686, 0.05667737579345703, 0.05657088088989258, 0.056638465881347654, 0.056597503662109375, 0.056646656036376954, 0.05660160064697266, 0.05667942428588867, 0.05660876846313476, 0.056648704528808595, 0.056610816955566405, 0.05665280151367187, 0.05659648132324219, 0.056668159484863284, 0.056643585205078124, 0.05666611099243164, 0.056622081756591794, 0.05667225646972656, 0.05663948822021484, 0.05668556976318359, 0.05663948822021484, 0.12263629150390624, 0.05657292938232422, 0.05651456069946289, 0.056543231964111325, 0.05649817657470703, 0.056559616088867185, 0.0570880012512207, 0.05653401565551758, 0.05654732894897461, 0.05655859375, 0.05659545516967773, 0.056578048706054686, 0.05652787017822265, 0.05655859375, 0.05658009719848633, 0.05659852981567383, 0.056581119537353515, 0.05662310409545898, 0.05652479934692383, 0.05655756759643555, 0.05656371307373047, 0.05664460754394531, 0.056662017822265626, 0.056629249572753906, 0.05657190322875977, 0.056619007110595705, 0.056622081756591794, 0.05661286544799805, 0.056567806243896485, 0.05673779296875, 0.056581119537353515, 0.05661183929443359, 0.056622081756591794, 0.05667327880859375, 0.0566036491394043, 0.05665280151367187, 0.056586238861083986, 0.05660774230957031, 0.05665689468383789, 0.05664051055908203, 0.0565852165222168, 0.05666304016113281, 0.05657395172119141, 0.05666099166870117, 0.056676353454589844, 0.05674905776977539, 0.05665792083740234, 0.056717311859130856, 0.05663948822021484, 0.056615936279296876, 0.05668044662475586, 0.05670604705810547, 0.05662412643432617, 0.056683521270751956, 0.056615936279296876, 0.0566640625, 0.05666099166870117, 0.056648704528808595, 0.056659969329833984, 0.05669887924194336, 0.056645633697509766, 0.056668159484863284, 0.05669068908691406, 0.12263629150390624, 0.05659135818481445, 0.05649203109741211, 0.056543231964111325, 0.056476673126220706, 0.05655449676513672, 0.056567806243896485, 0.05652377700805664, 0.05651968002319336, 0.056529918670654294, 0.05651763153076172, 0.056513534545898435, 0.05650739288330078, 0.056546302795410154, 0.05651251220703125, 0.056586238861083986, 0.05651251220703125, 0.05654220962524414, 0.056559616088867185, 0.05654118347167969, 0.05653504180908203, 0.0565852165222168, 0.056559616088867185, 0.05662617492675781, 0.05655039978027344, 0.05658726501464844, 0.056562686920166014, 0.05657395172119141, 0.05653504180908203, 0.05673164749145508, 0.05660671997070312, 0.05661491012573242, 0.05655449676513672, 0.056592384338378904, 0.05659648132324219, 0.05662310409545898, 0.05656371307373047, 0.056592384338378904, 0.05656883239746094, 0.0566558723449707, 0.056594432830810545, 0.056676353454589844, 0.056615936279296876, 0.05663334274291992, 0.056576000213623044, 0.05666918563842773, 0.05661286544799805, 0.05667942428588867, 0.05658316802978516, 0.056681472778320315, 0.05662412643432617, 0.0566558723449707, 0.05671116638183594, 0.05671116638183594, 0.05662822341918945, 0.05669478225708008, 0.05665382385253906, 0.057186302185058595, 0.056659969329833984, 0.05672652816772461, 0.056676353454589844, 0.05665382385253906, 0.056622081756591794, 0.12304895782470703, 0.05680537414550781, 0.056545280456542966, 0.05650534439086914, 0.05654732894897461, 0.05662105560302735, 0.056578048706054686, 0.05651046371459961, 0.05653094482421875, 0.05655654525756836, 0.05652787017822265, 0.05655347061157227, 0.05651763153076172, 0.056564735412597655, 0.05654118347167969, 0.05658009719848633, 0.05653708648681641, 0.05656371307373047, 0.05655859375, 0.05653913497924805, 0.05659135818481445, 0.05655551910400391, 0.056545280456542966, 0.05667020797729492, 0.05656371307373047, 0.056610816955566405, 0.0565401611328125, 0.056629249572753906, 0.05655244827270508, 0.0566824951171875, 0.05656063842773437, 0.05664255905151367, 0.05660467147827149, 0.05660160064697266, 0.05663334274291992, 0.05659648132324219, 0.05661183929443359, 0.056592384338378904, 0.05660774230957031, 0.05665075302124024, 0.05662515258789062, 0.05665382385253906, 0.056645633697509766, 0.0567347183227539, 0.056602622985839846, 0.056645633697509766, 0.05662412643432617, 0.056687614440917966, 0.05662310409545898, 0.0566640625, 0.056629249572753906, 0.056646656036376954, 0.0566743049621582, 0.05665689468383789, 0.05698457717895508, 0.056764415740966793, 0.05663948822021484, 0.056662017822265626, 0.05675417709350586, 0.056720382690429685, 0.056662017822265626, 0.05670912170410156, 0.05665894317626953, 0.12307762908935548, 0.056548351287841796, 0.05655244827270508, 0.05651456069946289, 0.0565852165222168, 0.0570695686340332, 0.05660160064697266, 0.05653708648681641, 0.056551422119140625, 0.05653708648681641, 0.05652377700805664, 0.056567806243896485, 0.0564951057434082, 0.05652275085449219, 0.056497150421142575, 0.056561664581298826, 0.05651865768432617, 0.05655756759643555, 0.05656576156616211, 0.05655449676513672, 0.056521728515625, 0.05653708648681641, 0.056497150421142575, 0.056559616088867185, 0.05653913497924805, 0.056619007110595705, 0.05652070236206055, 0.056619007110595705, 0.05655551910400391, 0.05660671997070312, 0.05665689468383789, 0.05664767837524414, 0.056584190368652344, 0.05660876846313476, 0.056581119537353515, 0.05658931350708008, 0.05657190322875977, 0.056659969329833984, 0.05657702255249023, 0.056600574493408204, 0.05658316802978516, 0.056659969329833984, 0.05658316802978516, 0.05664153671264648, 0.05659135818481445, 0.05669171142578125, 0.05657395172119141, 0.05663334274291992, 0.056610816955566405, 0.05665689468383789, 0.056599552154541016, 0.05665280151367187, 0.05660774230957031, 0.056632320404052736, 0.05671116638183594, 0.056651775360107424, 0.056638465881347654, 0.05671014404296875, 0.056594432830810545, 0.056630271911621094, 0.05664051055908203, 0.05664051055908203, 0.056610816955566405]",tokens/s,17.37331275592823,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,x,x,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/x/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947695-439660097a584e6026d0ac7f;0cd10d89-c3a5-4c34-81c9-678ebd84ae1d) Repository Not Found for url: https://huggingface.co/x/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: x is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-34B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4778.385408,21498.42944,0.0,20851.982336,20236.60032,s,10,15.667565917968751,1.566756591796875,0.0018490956286824453,1.5662525024414062,1.5679145385742188,1.569856866455078,1.5714107287597656,"[1.565250732421875, 1.566271728515625, 1.5669622802734375, 1.56748291015625, 1.5658883056640625, 1.565689697265625, 1.56708056640625, 1.5662332763671876, 1.5717991943359375, 1.5649072265625]",tokens/s,163.39487661347562,kWh,1.848894233504931e-05,1.0131964364536543e-05,9.316793564540516e-05,0.000121788842344991,tokens/kWh,2101998.796201949,MB,4784.119808,21498.42944,0.0,20851.982336,20339.706368,s,10,881.343109375,88.1343109375,0.002956912666877524,88.1353125,88.13739453125,88.137447265625,88.137489453125,"[88.129875, 88.130765625, 88.1368203125, 88.137265625, 88.1375, 88.1343046875, 88.1363203125, 88.13146875, 88.1373828125, 88.13140625]",tokens/s,0.7148180921806506,kWh,0.0010404256961577469,0.0005702452815513971,0.005204286163425598,0.006814957141134741,tokens/kWh,9244.37215015413,,s,629,894.0462337646492,1.4213771601981693,0.18617884218031844,1.398877197265625,1.3992523681640625,1.3995548828125002,2.96542931640625,"[1.39861083984375, 1.398836181640625, 1.39867138671875, 1.3985986328125, 1.3985372314453124, 1.3985423583984375, 1.3984840087890624, 1.3988331298828125, 1.3987451171875, 1.3984296875, 1.398603759765625, 1.39862939453125, 1.398592529296875, 1.39898779296875, 1.399804931640625, 1.3989600830078126, 1.3987215576171874, 1.3987052001953124, 1.3989468994140626, 1.39868359375, 1.398623291015625, 1.39879931640625, 1.3986170654296874, 1.398488037109375, 1.399183349609375, 1.3986939697265626, 1.39886279296875, 1.3986058349609376, 1.3987020263671874, 1.3987952880859376, 1.398541259765625, 1.3985986328125, 1.3989161376953125, 1.398920166015625, 1.3990419921875, 1.39896826171875, 1.3991865234375, 1.398741943359375, 1.398930419921875, 1.3989847412109375, 1.3989520263671875, 1.3987255859375, 1.398935546875, 1.39886083984375, 1.3990206298828125, 1.3991453857421876, 1.39919775390625, 1.3996278076171875, 1.3989007568359375, 1.3989898681640625, 1.3989866943359375, 1.3988802490234375, 1.3991854248046875, 1.399235595703125, 1.398929443359375, 1.3990225830078125, 1.3991126708984376, 1.398993896484375, 1.39955615234375, 1.3990440673828124, 1.3991434326171874, 1.39884033203125, 2.965783447265625, 1.3988966064453126, 1.398802490234375, 1.3985321044921875, 1.39858740234375, 1.3986273193359375, 1.3983150634765624, 1.3987532958984374, 1.3986478271484375, 1.3984962158203125, 1.3987645263671875, 1.3986058349609376, 1.3986898193359374, 1.39869189453125, 1.3983323974609374, 1.398645751953125, 1.3987481689453125, 1.39890478515625, 1.3990318603515626, 1.4008525390625, 1.3985054931640626, 1.3984737548828126, 1.3986109619140625, 1.3987440185546876, 1.3986488037109375, 1.3987255859375, 1.398550537109375, 1.3988331298828125, 1.3985792236328125, 1.398634521484375, 1.3985382080078126, 1.3987164306640625, 1.3986856689453124, 1.39848291015625, 1.3987113037109375, 1.3989376220703125, 1.398762451171875, 1.3987420654296876, 1.3987840576171875, 1.3990584716796874, 1.399045166015625, 1.401311279296875, 1.39856591796875, 1.3989765625, 1.398443115234375, 1.398836181640625, 1.39945166015625, 1.3988555908203124, 1.3991495361328126, 1.3991956787109374, 1.39893359375, 1.399204833984375, 1.3988291015625, 1.399236572265625, 1.399004150390625, 1.399005126953125, 1.3992908935546875, 1.3988536376953125, 1.399035888671875, 1.3992274169921874, 1.3993287353515624, 1.399700439453125, 1.3991219482421875, 2.966549560546875, 1.39862939453125, 1.39866015625, 1.399478271484375, 1.399192626953125, 1.3989632568359376, 1.398771728515625, 1.3986805419921875, 1.3987911376953126, 1.3989549560546874, 1.3987236328125, 1.3990697021484375, 1.3988494873046875, 1.3987430419921876, 1.3989058837890624, 1.39859765625, 1.3985792236328125, 1.398561767578125, 1.3986058349609376, 1.3985843505859374, 1.3987799072265625, 1.3989171142578125, 1.39850244140625, 1.40042041015625, 1.3986375732421874, 1.398804443359375, 1.398970458984375, 1.3991331787109376, 1.3986907958984376, 1.3987430419921876, 1.3988720703125, 1.399077880859375, 1.398720458984375, 1.3989119873046876, 1.398973388671875, 1.39915576171875, 1.39900927734375, 1.3989549560546874, 1.398836181640625, 1.3991864013671875, 1.39887109375, 1.39875537109375, 1.4007685546875, 1.39913525390625, 1.39900927734375, 1.3990001220703125, 1.39928369140625, 1.3991044921875, 1.3991658935546876, 1.3989150390625, 1.39884130859375, 1.3990972900390626, 1.3989857177734375, 1.3992447509765624, 1.399131103515625, 1.399405517578125, 1.3992642822265624, 1.3992550048828125, 1.3990594482421874, 1.3992591552734375, 1.3989908447265624, 1.39915771484375, 1.3989212646484375, 2.96693359375, 1.3985638427734375, 1.398752197265625, 1.398823974609375, 1.398572021484375, 1.3988055419921874, 1.398634521484375, 1.3986221923828126, 1.3986856689453124, 1.39827197265625, 1.398539306640625, 1.3988157958984375, 1.4004111328125, 1.39886279296875, 1.3987327880859375, 1.39856689453125, 1.3985545654296876, 1.39869287109375, 1.3988526611328125, 1.39871533203125, 1.39894580078125, 1.3987052001953124, 1.398551513671875, 1.3985792236328125, 1.3989222412109374, 1.399103515625, 1.398645751953125, 1.3989754638671874, 1.3987388916015624, 1.3983846435546874, 1.398825927734375, 1.3987491455078125, 1.3987706298828124, 1.398856689453125, 1.3985126953125, 1.3989344482421875, 1.3986201171875, 1.3990635986328126, 1.3985853271484374, 1.3990738525390625, 1.399287841796875, 1.39908203125, 1.3989232177734374, 1.3990615234375, 1.403336669921875, 1.399041015625, 1.398888427734375, 1.3992376708984375, 1.399426025390625, 1.3991126708984376, 1.39894677734375, 1.39915673828125, 1.3997025146484374, 1.3994208984375, 1.39913623046875, 1.398823974609375, 1.3998172607421875, 1.399552978515625, 1.3991270751953124, 1.3991854248046875, 1.399057373046875, 1.3992447509765624, 1.3991864013671875, 2.965474365234375, 1.3988095703125, 1.3988209228515625, 1.3986990966796875, 1.39848193359375, 1.3987869873046874, 1.398802490234375, 1.3984625244140625, 1.3988065185546874, 1.3984798583984375, 1.3986632080078125, 1.39890380859375, 1.3988720703125, 1.398951904296875, 1.3987686767578125, 1.398593505859375, 1.3987645263671875, 1.401100341796875, 1.398867919921875, 1.3988475341796875, 1.398614990234375, 1.398646728515625, 1.3986273193359375, 1.39869287109375, 1.3989990234375, 1.3990072021484374, 1.398619140625, 1.3986314697265625, 1.398825927734375, 1.3988597412109376, 1.3990645751953126, 1.398625244140625, 1.3988720703125, 1.3991177978515625, 1.398873046875, 1.3989488525390625, 1.3991280517578124, 1.398972412109375, 1.398724609375, 1.3990164794921875, 1.39892431640625, 1.398846435546875, 1.399014404296875, 1.398878173828125, 1.3987020263671874, 1.3988331298828125, 1.3991075439453124, 1.3988905029296874, 1.3992171630859376, 1.39901025390625, 1.3989990234375, 1.3992232666015625, 1.4028953857421875, 1.3991341552734375, 1.3992559814453125, 1.39980908203125, 1.399646240234375, 1.399251953125, 1.3990379638671875, 1.3988916015625, 1.39907373046875, 1.399131103515625, 1.398908935546875, 2.96527978515625, 1.3986693115234374, 1.3986282958984375, 1.3985587158203125, 1.39848193359375, 1.3986611328125, 1.3984716796875, 1.3986427001953126, 1.3985526123046874, 1.3987379150390624, 1.3991270751953124, 1.3989129638671876, 1.3986580810546876, 1.3988095703125, 1.39888232421875, 1.398624267578125, 1.3986683349609375, 1.3986641845703125, 1.3986754150390626, 1.398550537109375, 1.398556640625, 1.3986058349609376, 1.398283203125, 1.3985740966796876, 1.398614990234375, 1.398750244140625, 1.3989530029296875, 1.3992540283203125, 1.3987236328125, 1.39867138671875, 1.3988074951171876, 1.398635498046875, 1.398919189453125, 1.3987952880859376, 1.3987451171875, 1.3988116455078126, 1.3987747802734376, 1.398972412109375, 1.404094482421875, 1.3990953369140624, 1.39894580078125, 1.3994281005859375, 1.3991240234375, 1.399256103515625, 1.398873046875, 1.39911572265625, 1.3989263916015624, 1.399004150390625, 1.39951513671875, 1.3991126708984376, 1.3989796142578126, 1.39894677734375, 1.3989365234375, 1.399294921875, 1.3989478759765626, 1.398964111328125, 1.3990972900390626, 1.3990020751953125, 1.3989478759765626, 1.399329833984375, 1.39915673828125, 1.3990286865234376, 1.3991751708984375, 2.966761474609375, 1.3985423583984375, 1.39884130859375, 1.3985556640625, 1.3985556640625, 1.3988095703125, 1.39877783203125, 1.3987860107421874, 1.3986641845703125, 1.39853515625, 1.3985361328125, 1.398656982421875, 1.3986968994140625, 1.39901953125, 1.3986212158203124, 1.3989027099609375, 1.3986119384765625, 1.398583251953125, 1.398730712890625, 1.3989017333984375, 1.398697998046875, 1.398677490234375, 1.3984931640625, 1.401703369140625, 1.3986641845703125, 1.39890185546875, 1.3988289794921875, 1.3988167724609375, 1.398576171875, 1.3986744384765626, 1.398751220703125, 1.3987318115234375, 1.398581298828125, 1.39869384765625, 1.39877783203125, 1.3993779296875, 1.399005126953125, 1.3989232177734374, 1.3988587646484374, 1.39894677734375, 1.39911474609375, 1.399098388671875, 1.398730712890625, 1.39896826171875, 1.398935546875, 1.39915576171875, 1.39913623046875, 1.3991424560546875, 1.3990655517578126, 1.3991065673828125, 1.3990860595703125, 1.399183349609375, 1.3989744873046874, 1.39915576171875, 1.3991240234375, 1.399055419921875, 1.402797119140625, 1.3991197509765625, 1.398992919921875, 1.3993922119140625, 1.3990738525390625, 1.399083984375, 1.3990860595703125, 2.965937255859375, 1.3989212646484375, 1.3988382568359374, 1.398813720703125, 1.3986324462890625, 1.398729736328125, 1.3987880859375, 1.3985526123046874, 1.398720458984375, 1.39859765625, 1.39854443359375, 1.3988331298828125, 1.3987318115234375, 1.3988648681640625, 1.3985648193359375, 1.3985484619140625, 1.400943603515625, 1.3987593994140626, 1.398794189453125, 1.3986282958984375, 1.3985535888671874, 1.398667236328125, 1.3985853271484374, 1.3986427001953126, 1.398782958984375, 1.3989068603515624, 1.3985126953125, 1.39886083984375, 1.398930419921875, 1.39879931640625, 1.3986181640625, 1.3988238525390626, 1.3986898193359374, 1.3985914306640626, 1.3986754150390626, 1.3989530029296875, 1.3988914794921874, 1.3989222412109374, 1.3990400390625, 1.399320556640625, 1.398939697265625, 1.3989180908203125, 1.3988443603515626, 1.3991177978515625, 1.3987430419921876, 1.3990850830078125, 1.3988494873046875, 1.3990185546875, 1.399118896484375, 1.398983642578125, 1.399162841796875, 1.3992745361328125, 1.398998046875, 1.398919189453125, 1.3992181396484376, 1.399088134765625, 1.39907177734375, 1.3991177978515625, 1.399078857421875, 1.399394287109375, 1.399125, 1.3990706787109375, 1.3991875, 2.971739013671875, 1.399003173828125, 1.3988106689453126, 1.3985955810546875, 1.3986651611328125, 1.3988382568359374, 1.3985577392578126, 1.39854541015625, 1.3985228271484376, 1.398729736328125, 1.3986324462890625, 1.3985679931640624, 1.3984625244140625, 1.399056396484375, 1.398541259765625, 1.398877197265625, 1.39889453125, 1.4004193115234376, 1.3987532958984374, 1.3991875, 1.39894482421875, 1.39869384765625, 1.3984102783203125, 1.3985894775390626, 1.3989273681640626, 1.3987164306640625, 1.398676513671875, 1.3989805908203126, 1.398752197265625, 1.3987369384765624, 1.3986201171875, 1.3987164306640625, 1.3989530029296875, 1.3989693603515625, 1.3985843505859374, 1.3986744384765626, 1.3989273681640626, 1.3991177978515625, 1.398738037109375, 1.39888427734375, 1.399014404296875, 1.3989857177734375, 1.3989949951171874, 1.3990389404296875, 1.3988638916015625, 1.3990963134765626, 1.39890380859375, 1.3990758056640624, 1.3991700439453125, 1.399078857421875, 1.399034912109375, 1.3990799560546876, 1.398781982421875, 1.3989775390625, 1.3993604736328125, 1.3990277099609374, 1.3989385986328124, 1.3992847900390626, 1.4042296142578126, 1.3992314453125, 1.3990748291015624, 1.399125, 1.39915673828125, 2.9653134765625, 1.3987911376953126, 1.3988863525390625, 1.3984849853515624, 1.398365234375, 1.3986478271484375, 1.3986856689453124, 1.3987255859375, 1.398328369140625, 1.3986314697265625, 1.3986007080078124, 1.398823974609375, 1.398498291015625, 1.39887109375, 1.3987860107421874, 1.3986385498046876, 1.3992396240234375, 1.3990430908203124, 1.3988321533203125, 1.3987052001953124, 1.3982330322265626, 1.3985146484375, 1.3988536376953125, 1.3986785888671875, 1.398445068359375, 1.39894677734375, 1.4012242431640625, 1.3989908447265624, 1.3988177490234375, 1.3987337646484375, 1.39881982421875, 1.3986683349609375, 1.3987255859375, 1.3986907958984376, 1.3990216064453125, 1.3991240234375, 1.398856689453125, 1.399024658203125, 1.398556640625, 1.3989744873046874, 1.3988157958984375, 1.3987318115234375, 1.3989478759765626, 1.3992376708984375, 1.398750244140625, 1.3990389404296875, 1.39900927734375, 1.399330810546875, 1.3993922119140625, 1.39889453125, 1.399046142578125, 1.3991455078125, 1.39875537109375, 1.3991259765625, 1.39901025390625, 1.399046142578125, 1.399300048828125, 1.39921923828125, 1.399109619140625, 1.3992078857421875, 1.39896630859375, 1.399267333984375, 1.3988720703125]",tokens/s,0.7035430341800197,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1642.385408,9146.20416,0.0,8499.757056,8169.824768,s,10,5.283846984863283,0.5283846984863281,0.000665870223548326,0.5282735900878905,0.5292505004882813,0.5294752258300781,0.5296550061035156,"[0.5282689819335937, 0.5277753295898437, 0.5282781982421875, 0.5282522583007813, 0.5286664428710938, 0.527510009765625, 0.52865234375, 0.5292005615234375, 0.529699951171875, 0.5275429077148438]",tokens/s,484.49548356219856,kWh,6.232697704033546e-06,3.4151899335675372e-06,3.2715172370946876e-05,4.2363060008547957e-05,tokens/kWh,6043000.669648148,MB,1642.385408,9146.20416,0.0,8499.757056,8433.36704,s,10,300.66460546875,30.066460546875,0.0019513010624148451,30.06587890625,30.069224609375,30.069927734375,30.070490234375,"[30.0664140625, 30.06757421875, 30.065775390625, 30.070630859375, 30.069068359375, 30.065982421875, 30.06506640625, 30.064078125, 30.065234375, 30.06478125]",tokens/s,2.095358045280391,kWh,0.0003549802517507509,0.00019455885419239979,0.0018660914022286571,0.002415630508171808,tokens/kWh,26080.14751712981,,s,629,304.94276425170943,0.4848056665368982,0.0627458201466077,0.4772515869140625,0.4775935974121094,0.47769149169921876,1.0049034716796876,"[0.4769515380859375, 0.476906494140625, 0.4769034118652344, 0.4768757629394531, 0.4769515380859375, 0.4767723388671875, 0.4768399353027344, 0.47661361694335935, 0.4769955749511719, 0.4768481140136719, 0.4767989807128906, 0.47703961181640625, 0.4767897644042969, 0.4771092529296875, 0.4771286926269531, 0.4770693054199219, 0.47705191040039063, 0.47694644165039063, 0.4770785217285156, 0.47741030883789065, 0.47694232177734375, 0.47722802734375, 0.47692596435546875, 0.4770406494140625, 0.47720550537109374, 0.47710003662109374, 0.47702731323242187, 0.47710208129882814, 0.4770559997558594, 0.4772515869140625, 0.47736013793945314, 0.47714508056640625, 0.47733248901367187, 0.4773089294433594, 0.477264892578125, 0.4772095947265625, 0.47749221801757813, 0.4773171081542969, 0.4774041748046875, 0.4773017578125, 0.47758746337890623, 0.47736013793945314, 0.47743896484375, 0.47733145141601563, 0.4772997131347656, 0.4772515869140625, 0.47737957763671873, 0.4775239562988281, 0.47742156982421874, 0.4774696960449219, 0.47786904907226563, 0.4775034790039063, 0.47751986694335935, 0.47769293212890623, 0.4776908874511719, 0.47764581298828124, 0.477454345703125, 0.4775679931640625, 0.47746456909179685, 0.47794586181640625, 0.47756494140625, 0.4778106994628906, 1.0050130004882813, 0.4770918273925781, 0.4769935302734375, 0.4769197998046875, 0.4768460693359375, 0.47687271118164065, 0.47697409057617185, 0.47698330688476565, 0.4772218933105469, 0.4773826599121094, 0.4768409729003906, 0.4769485168457031, 0.4771276550292969, 0.47710821533203124, 0.47701913452148437, 0.47701095581054687, 0.47712359619140626, 0.47730380249023435, 0.47701095581054687, 0.4771614685058594, 0.47729562377929685, 0.4772997131347656, 0.47721368408203124, 0.4770406494140625, 0.4770089111328125, 0.4773970031738281, 0.4772392883300781, 0.4769044494628906, 0.47724954223632815, 0.47747378540039065, 0.47716351318359373, 0.4772669372558594, 0.4772198486328125, 0.477233154296875, 0.47741848754882815, 0.4772638854980469, 0.47729867553710936, 0.4774891662597656, 0.4773140563964844, 0.4773724060058594, 0.477328369140625, 0.4775157775878906, 0.4776581115722656, 0.4771778564453125, 0.477328369140625, 0.4772638854980469, 0.4776130676269531, 0.4775372924804687, 0.4772618103027344, 0.4771829833984375, 0.47794586181640625, 0.4774830017089844, 0.4773970031738281, 0.4775157775878906, 0.4773908386230469, 0.4775034790039063, 0.47758950805664063, 0.4774062194824219, 0.47745944213867186, 0.4775997314453125, 0.4773724060058594, 0.4773847045898437, 0.4773498840332031, 1.0053263549804687, 0.4770017395019531, 0.4765736999511719, 0.47666073608398435, 0.4769935302734375, 0.47697714233398436, 0.47692697143554685, 0.477191162109375, 0.4769955749511719, 0.4773253173828125, 0.47672012329101565, 0.4767836303710937, 0.477011962890625, 0.4768675842285156, 0.4769126281738281, 0.4768819274902344, 0.4769925231933594, 0.476990478515625, 0.4770099182128906, 0.4772341613769531, 0.4770652160644531, 0.47736013793945314, 0.47698431396484375, 0.4771051635742187, 0.47694744873046874, 0.4771389465332031, 0.47698226928710935, 0.4770846862792969, 0.4771962890625, 0.47726080322265624, 0.4775925903320313, 0.47703244018554686, 0.47726898193359374, 0.477159423828125, 0.4772720642089844, 0.47715737915039064, 0.4771471252441406, 0.47751168823242185, 0.4773498840332031, 0.47754238891601564, 0.477412353515625, 0.47725772094726565, 0.477402099609375, 0.47733453369140627, 0.477454345703125, 0.47740109252929686, 0.4774338684082031, 0.4775260009765625, 0.47753216552734373, 0.477486083984375, 0.4775884704589844, 0.4779151306152344, 0.4775884704589844, 0.47762533569335935, 0.4774912109375, 0.47751168823242185, 0.47757003784179686, 0.4775260009765625, 0.47751885986328124, 0.4775475158691406, 0.4775024719238281, 0.4773693542480469, 0.47753521728515624, 1.005612060546875, 0.477085693359375, 0.47687167358398436, 0.476980224609375, 0.47710720825195313, 0.47711334228515623, 0.47703860473632814, 0.47703143310546875, 0.4771461181640625, 0.47698944091796874, 0.4768614501953125, 0.476737548828125, 0.47684197998046873, 0.47687066650390625, 0.47690548706054686, 0.477149169921875, 0.4770559997558594, 0.4770570373535156, 0.4772178039550781, 0.4772945861816406, 0.47723724365234377, 0.47737344360351563, 0.47721267700195313, 0.47711538696289063, 0.47724237060546876, 0.4773519287109375, 0.4771686401367187, 0.4771839904785156, 0.4772444152832031, 0.47717376708984377, 0.4770846862792969, 0.47744921875, 0.4774359130859375, 0.4776427612304687, 0.4772945861816406, 0.4772945861816406, 0.4773785705566406, 0.4774523010253906, 0.4772638854980469, 0.47742361450195314, 0.47758438110351564, 0.47740927124023436, 0.47738162231445314, 0.47761203002929686, 0.47744921875, 0.4774778747558594, 0.4775034790039063, 0.4775157775878906, 0.47751986694335935, 0.47745330810546877, 0.47753521728515624, 0.477633544921875, 0.47737548828125, 0.4777215881347656, 0.4775925903320313, 0.47753421020507814, 0.4775966796875, 0.47775128173828124, 0.4779346008300781, 0.4776632385253906, 0.477517822265625, 0.4775372924804687, 0.4775946350097656, 1.0059724731445312, 0.4774420471191406, 0.47692800903320315, 0.47710003662109374, 0.47692800903320315, 0.4771051635742187, 0.4768768005371094, 0.4770713500976563, 0.4770426940917969, 0.4769597473144531, 0.476916748046875, 0.476938232421875, 0.47703448486328126, 0.4769658813476563, 0.4770928649902344, 0.47754443359375, 0.4771614685058594, 0.4771143798828125, 0.4768245849609375, 0.47713995361328126, 0.4772525939941406, 0.4774502258300781, 0.4771328125, 0.4770160522460937, 0.47713690185546875, 0.4773836669921875, 0.47718707275390626, 0.4771112976074219, 0.47705496215820314, 0.4770365295410156, 0.4771092529296875, 0.47717889404296876, 0.4772218933105469, 0.477053955078125, 0.477191162109375, 0.4773140563964844, 0.47766015625, 0.4775157775878906, 0.4773232727050781, 0.4773631896972656, 0.4773908386230469, 0.477412353515625, 0.47741339111328124, 0.4772464599609375, 0.4774778747558594, 0.4772792358398438, 0.47777587890625, 0.47766220092773437, 0.4774502258300781, 0.47753216552734373, 0.477348876953125, 0.47749325561523437, 0.47748504638671874, 0.47744308471679686, 0.477444091796875, 0.47764581298828124, 0.47759768676757813, 0.47798785400390625, 0.47752090454101564, 0.47766220092773437, 0.47751168823242185, 0.4775536499023437, 0.4776488952636719, 1.004621826171875, 0.4771389465332031, 0.47705291748046874, 0.47729049682617186, 0.47680307006835937, 0.4772116394042969, 0.4767918090820312, 0.4770672607421875, 0.47693414306640625, 0.47677337646484375, 0.47689727783203123, 0.4768819274902344, 0.47677850341796874, 0.4768757629394531, 0.4769249267578125, 0.4770775146484375, 0.47693618774414065, 0.47712255859375, 0.47693310546875, 0.47698431396484375, 0.47704678344726564, 0.47736114501953125, 0.477095947265625, 0.4770426940917969, 0.4773857421875, 0.47702731323242187, 0.4769935302734375, 0.4771532897949219, 0.47708261108398436, 0.4770416564941406, 0.47706829833984377, 0.47712255859375, 0.47730996704101564, 0.4771942443847656, 0.47736627197265624, 0.4771625061035156, 0.4772874145507813, 0.47767245483398435, 0.47723519897460936, 0.4772095947265625, 0.4774799499511719, 0.47728436279296876, 0.4776028137207031, 0.4774420471191406, 0.47752191162109375, 0.477744140625, 0.4774625244140625, 0.4780984191894531, 0.47749838256835936, 0.47756185913085936, 0.477444091796875, 0.4774942626953125, 0.477402099609375, 0.4774062194824219, 0.4773140563964844, 0.477486083984375, 0.47736831665039064, 0.4775935974121094, 0.4773355407714844, 0.47762841796875, 0.4773724060058594, 0.4775782470703125, 0.47736013793945314, 1.0059120483398438, 0.476906494140625, 0.47678668212890624, 0.47681637573242186, 0.47726593017578123, 0.4768460693359375, 0.47668325805664064, 0.4770089111328125, 0.47688397216796874, 0.4771051635742187, 0.47686553955078126, 0.4767293395996094, 0.4769044494628906, 0.47687271118164065, 0.47719525146484376, 0.47715020751953124, 0.47709490966796875, 0.47690548706054686, 0.4769044494628906, 0.47704473876953124, 0.47751885986328124, 0.47722702026367186, 0.4770611267089844, 0.4771143798828125, 0.477085693359375, 0.4775024719238281, 0.4770928649902344, 0.4770283508300781, 0.4772116394042969, 0.47716455078125, 0.4768829345703125, 0.47712460327148437, 0.4771614685058594, 0.4773212280273437, 0.4772525939941406, 0.4771758117675781, 0.4772792358398438, 0.4774604797363281, 0.4770293884277344, 0.47732632446289064, 0.47726898193359374, 0.47724749755859375, 0.47724954223632815, 0.47713690185546875, 0.47753521728515624, 0.4772874145507813, 0.4777574462890625, 0.4776294250488281, 0.4773621826171875, 0.47773080444335936, 0.4774328308105469, 0.47754443359375, 0.4775577697753906, 0.477380615234375, 0.47743692016601563, 0.47757107543945315, 0.47781375122070313, 0.47748403930664063, 0.4774963073730469, 0.47746456909179685, 0.4774686584472656, 0.47749838256835936, 0.477559814453125, 1.0064844970703124, 0.47691571044921877, 0.47695565795898437, 0.47710720825195313, 0.4765767822265625, 0.4768348083496094, 0.47683685302734374, 0.4771286926269531, 0.4769730529785156, 0.47698226928710935, 0.47682254028320314, 0.476843017578125, 0.4769587097167969, 0.47680206298828126, 0.4768594055175781, 0.4770099182128906, 0.47687066650390625, 0.4770089111328125, 0.47711334228515623, 0.47713790893554686, 0.4772392883300781, 0.47713790893554686, 0.4771184692382813, 0.47691162109375, 0.47723724365234377, 0.47691571044921877, 0.4770928649902344, 0.47708261108398436, 0.4770672607421875, 0.47714303588867185, 0.47705291748046874, 0.4772259826660156, 0.4770733947753906, 0.4771604614257812, 0.4773150634765625, 0.47721368408203124, 0.47738162231445314, 0.4772515869140625, 0.4773970031738281, 0.4774502258300781, 0.4773908386230469, 0.4774328308105469, 0.4773836669921875, 0.4772341613769531, 0.4773570556640625, 0.47738778686523436, 0.4773673095703125, 0.4773222351074219, 0.47738778686523436, 0.4774195251464844, 0.47751885986328124, 0.4776294250488281, 0.4774523010253906, 0.47771749877929687, 0.47749325561523437, 0.47759051513671874, 0.4774993896484375, 0.4774359130859375, 0.47747174072265625, 0.4777215881347656, 0.47753216552734373, 0.47741543579101564, 0.4774799499511719, 1.0067968139648438, 0.4769658813476563, 0.4767744140625, 0.4768675842285156, 0.47682968139648435, 0.47692388916015627, 0.47681024169921876, 0.47691571044921877, 0.4768931884765625, 0.476653564453125, 0.47705191040039063, 0.4767744140625, 0.476943359375, 0.47697613525390625, 0.47698431396484375, 0.4770775146484375, 0.4769996948242187, 0.47712460327148437, 0.4770733947753906, 0.47695770263671877, 0.47734375, 0.4770180969238281, 0.47728436279296876, 0.4771625061035156, 0.4770713500976563, 0.47721572875976564, 0.47705191040039063, 0.4770703430175781, 0.4770621337890625, 0.47698431396484375, 0.47697100830078126, 0.47755877685546877, 0.47717990112304687, 0.47736831665039064, 0.47724032592773435, 0.477085693359375, 0.47717990112304687, 0.4774471740722656, 0.47715838623046875, 0.47742156982421874, 0.47740313720703126, 0.47766119384765626, 0.4772392883300781, 0.4772454528808594, 0.4774942626953125, 0.4773570556640625, 0.47727001953125, 0.477454345703125, 0.4774400024414063, 0.4776048583984375, 0.4776407165527344, 0.4775935974121094, 0.47779022216796874, 0.4775239562988281, 0.47761102294921876, 0.4774400024414063, 0.47750042724609376, 0.47765914916992186, 0.4774748229980469, 0.47768984985351565, 0.47745843505859376, 0.477370361328125, 0.4777963562011719, 1.0045399169921876, 0.47691366577148436, 0.476948486328125, 0.47690753173828127, 0.47675289916992186, 0.4768348083496094, 0.4767149963378906, 0.4770017395019531, 0.47682354736328125, 0.4769925231933594, 0.4767958984375, 0.476717041015625, 0.47674468994140623, 0.4768798828125, 0.4769505310058594, 0.47696383666992187, 0.47721368408203124, 0.47706625366210936, 0.4769525756835937, 0.47727102661132814, 0.47712359619140626, 0.4770058288574219, 0.4770641784667969, 0.4770099182128906, 0.4770836486816406, 0.4770303955078125, 0.47732427978515624, 0.47705496215820314, 0.4771338195800781, 0.4770017395019531, 0.47724850463867186, 0.4777052307128906, 0.47718194580078127, 0.4774748229980469, 0.4772116394042969, 0.4773007507324219, 0.4773355407714844, 0.4772935791015625, 0.477201416015625, 0.4774256591796875, 0.4778106994628906, 0.4772567138671875, 0.47739495849609376, 0.47735092163085935, 0.47759051513671874, 0.47719833374023435, 0.4773785705566406, 0.4775669860839844, 0.4774891662597656, 0.47737139892578123, 0.47741644287109375, 0.4775362548828125, 0.47754238891601564, 0.47758950805664063, 0.4773417053222656, 0.47739801025390627, 0.4774819946289062, 0.477486083984375, 0.47733966064453126, 0.47765402221679687, 0.47755572509765626, 0.47769189453125, 0.4774881286621094]",tokens/s,2.06268216117043,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-4.5B,facebook/xglm-4.5B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-7.5B,facebook/xglm-7.5B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-14B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3992.109056,12218.53184,0.0,11572.084736,11067.6992,s,10,6.179316650390626,0.6179316650390625,0.0013633687573851503,0.6172748413085938,0.6201095886230469,0.6201251068115234,0.6201375213623047,"[0.6168117065429688, 0.6166927490234375, 0.617082763671875, 0.6173292846679688, 0.6172203979492188, 0.6164153442382813, 0.6180755615234375, 0.6194420776367188, 0.620140625, 0.6201061401367187]",tokens/s,414.28529153594513,kWh,7.284492750962576e-06,3.991580694684457e-06,3.91370084337663e-05,5.041308187941334e-05,tokens/kWh,5078047.015898467,MB,3992.109056,12218.53184,0.0,11572.084736,11417.442816,s,10,337.7582734375,33.77582734375,0.0018514865161095365,33.776255859375,33.777652734375,33.7777775390625,33.7778773828125,"[33.775578125, 33.77729296875, 33.77443359375, 33.777484375, 33.77612109375, 33.77790234375, 33.7730078125, 33.7724375, 33.776390625, 33.777625]",tokens/s,1.8652392836694713,kWh,0.00039873445866836445,0.00021854115969749565,0.002154927330149635,0.002772202948515495,tokens/kWh,22725.60890022005,,s,629,342.78417449951223,0.544966891096203,0.07347847726131472,0.5360609130859375,0.5363870361328125,0.5365364990234375,1.1536408984375002,"[0.5359658203125, 0.5360260009765625, 0.5359830932617188, 0.5357762451171875, 0.5358079833984375, 0.5357578125, 0.536057861328125, 0.5358643188476563, 0.5358817138671875, 0.5360762939453125, 0.5358797607421875, 0.5359031982421875, 0.5359114379882812, 0.535762939453125, 0.5361029052734375, 0.5359216918945312, 0.5361571655273437, 0.5362728881835938, 0.5359862060546875, 0.5363558349609375, 0.53625341796875, 0.5360670776367188, 0.5360250854492188, 0.5361551513671875, 0.5358868408203125, 0.5363343505859375, 0.53604248046875, 0.53614599609375, 0.5357413330078125, 0.5361039428710938, 0.5360609130859375, 0.535994384765625, 0.5358919677734375, 0.5362943725585938, 0.5358212890625, 0.5360732421875, 0.5360598754882813, 0.5360128173828125, 0.536158203125, 0.5361387329101562, 0.53642138671875, 0.5362493286132812, 0.536437744140625, 0.5364603881835938, 0.5359768676757812, 0.5361715698242188, 0.5362175903320312, 0.5359380493164062, 0.53612646484375, 0.53635888671875, 0.5363887939453125, 0.5363740844726562, 0.5362288818359375, 0.5360537719726562, 0.5364336547851563, 0.53607421875, 0.5363271484375, 0.5363067016601563, 0.5362882690429688, 0.5363281860351562, 0.5362197265625, 0.536455078125, 1.1534130859375, 0.5356964111328125, 0.5358591918945312, 0.5360977783203125, 0.5360404663085937, 0.5358120727539063, 0.5357598876953125, 0.5360036010742187, 0.535930908203125, 0.5361203002929688, 0.5360250854492188, 0.5360271606445313, 0.5363189697265625, 0.5360609130859375, 0.5358591918945312, 0.5361387939453125, 0.5359646606445313, 0.53595458984375, 0.5362307739257812, 0.535994384765625, 0.5361828002929687, 0.5358101806640625, 0.535956298828125, 0.536256591796875, 0.536070068359375, 0.5358377075195313, 0.536141845703125, 0.5360025634765625, 0.536183837890625, 0.5360322265625, 0.5363148803710938, 0.5361500244140625, 0.5360394287109375, 0.5360117797851562, 0.5362032470703125, 0.5359974365234375, 0.536437744140625, 0.5358848266601562, 0.5359247436523438, 0.5360087280273438, 0.5358848266601562, 0.5360732421875, 0.5361243896484374, 0.5362575073242187, 0.5362042846679688, 0.53837109375, 0.5366231079101562, 0.5364879150390625, 0.536089599609375, 0.5362257690429687, 0.5363108520507812, 0.5363219604492188, 0.53629541015625, 0.536052734375, 0.5360117797851562, 0.5363743896484375, 0.5360311279296875, 0.5361807250976562, 0.5362575073242187, 0.5364439086914062, 0.5363804931640626, 0.5361827392578125, 0.5361879272460938, 1.1537294921875, 0.5356585083007812, 0.5357578125, 0.5362330932617188, 0.5359236450195313, 0.5359400024414063, 0.5355130615234375, 0.5358325805664063, 0.5358253784179687, 0.5359175415039062, 0.5359646606445313, 0.5358131103515625, 0.5359237060546875, 0.5357967529296875, 0.53574755859375, 0.536037353515625, 0.535878662109375, 0.5359575805664063, 0.5363414306640625, 0.5359759521484375, 0.5363261108398437, 0.535931884765625, 0.5358356323242187, 0.5376511840820313, 0.5358756103515625, 0.5360435180664063, 0.5359667358398438, 0.5363836669921875, 0.5364918823242187, 0.5357455444335938, 0.5357609252929687, 0.5358714599609375, 0.5358612670898437, 0.5359185791015625, 0.5364593505859375, 0.53573828125, 0.5363804321289063, 0.5361234130859375, 0.5359493408203125, 0.536099853515625, 0.5359144897460938, 0.5359063110351563, 0.5361397705078125, 0.5362360229492188, 0.536052734375, 0.53610595703125, 0.5360025634765625, 0.5383301391601563, 0.53597900390625, 0.5362012329101562, 0.5361643676757812, 0.5362411499023437, 0.5361654052734375, 0.5362390747070312, 0.5361377563476563, 0.5363753662109375, 0.536123291015625, 0.5360568237304687, 0.5363026123046875, 0.5362759399414062, 0.5363353881835937, 0.5361090698242188, 0.5360189208984375, 1.1538984375, 0.5357557983398438, 0.5358960571289062, 0.5358387451171875, 0.5358746948242188, 0.5359072265625, 0.5356656494140625, 0.5360302124023437, 0.5358325805664063, 0.5361961059570313, 0.5362575073242187, 0.536289306640625, 0.5370880126953125, 0.5360404663085937, 0.5358018798828125, 0.5358909301757813, 0.5359216918945312, 0.5360066528320313, 0.5361715087890625, 0.5361909790039062, 0.5363128051757813, 0.5360137939453125, 0.53574755859375, 0.5359697875976562, 0.5360650634765625, 0.5359359130859375, 0.5359750366210938, 0.53585498046875, 0.536374267578125, 0.5358345947265625, 0.5361674194335937, 0.536142822265625, 0.5358745727539063, 0.5359216918945312, 0.5363722534179688, 0.5359923095703125, 0.536289306640625, 0.5359442138671875, 0.5359288330078125, 0.5362186889648437, 0.535847900390625, 0.5360865478515625, 0.5361991577148437, 0.5361500244140625, 0.5386311645507813, 0.5361819458007813, 0.536072021484375, 0.5363650512695313, 0.5362186279296876, 0.5365278930664062, 0.5365155639648438, 0.53625244140625, 0.5360865478515625, 0.5360722045898437, 0.5359431762695313, 0.536431640625, 0.5360281372070312, 0.5362841796875, 0.5362257690429687, 0.536131591796875, 0.5363865966796875, 0.536090576171875, 0.5364408569335938, 1.15415966796875, 0.5359022216796875, 0.5359144897460938, 0.53595751953125, 0.5359749145507813, 0.5358868408203125, 0.535404541015625, 0.53585205078125, 0.5359554443359374, 0.5361510620117188, 0.536099853515625, 0.5363251342773437, 0.5363619995117187, 0.5359820556640625, 0.5358171997070312, 0.5359042358398437, 0.535952392578125, 0.5376307373046875, 0.5360568237304687, 0.5358981323242188, 0.5363967895507813, 0.53595458984375, 0.5358468017578125, 0.53597900390625, 0.5359411010742188, 0.5358264770507812, 0.5360383911132812, 0.535878662109375, 0.5361961059570313, 0.5358909301757813, 0.5359595336914063, 0.5360497436523437, 0.5359052124023438, 0.5358837890625, 0.5363169555664062, 0.5359349975585938, 0.5359779663085937, 0.5358458862304688, 0.535952392578125, 0.5360803833007812, 0.535984130859375, 0.5360537719726562, 0.5359790649414062, 0.5361837158203125, 0.5359412231445313, 0.5360147705078125, 0.5358458862304688, 0.5359851684570313, 0.5362432250976562, 0.5363035888671875, 0.5361275024414063, 0.5362432250976562, 0.5360271606445313, 0.53608447265625, 0.5359513549804688, 0.536268798828125, 0.535962646484375, 0.5394749145507812, 0.5364561767578125, 0.5365913696289063, 0.5363251342773437, 0.536248291015625, 0.5362032470703125, 1.153287109375, 0.535741455078125, 0.5358274536132812, 0.536648681640625, 0.536184814453125, 0.5359554443359374, 0.5358244018554688, 0.535973876953125, 0.53565234375, 0.5358510131835937, 0.5360148315429687, 0.5357537231445313, 0.5359800415039062, 0.536056884765625, 0.5358929443359375, 0.5360916748046874, 0.5358028564453124, 0.5358479614257813, 0.5360568237304687, 0.5358387451171875, 0.5360291748046875, 0.5361879272460938, 0.5361356811523438, 0.5360722045898437, 0.536173583984375, 0.535920654296875, 0.5360414428710938, 0.535952392578125, 0.5360814208984375, 0.53586328125, 0.5363804321289063, 0.5363519897460938, 0.5361846313476563, 0.5362749633789062, 0.5363671264648437, 0.53599951171875, 0.5362022705078126, 0.5360322265625, 0.5388390502929687, 0.5362084350585937, 0.53614794921875, 0.5361172485351563, 0.5362667236328125, 0.53610595703125, 0.5361387329101562, 0.536110107421875, 0.5359862060546875, 0.536263671875, 0.5363753051757812, 0.5363077392578125, 0.5363046264648438, 0.5363292236328125, 0.5362575073242187, 0.5360609130859375, 0.5361285400390625, 0.5363517456054687, 0.5360169067382813, 0.5362207641601563, 0.5361736450195312, 0.5364979858398438, 0.536511474609375, 0.53607421875, 0.536079345703125, 1.15462451171875, 0.5355130615234375, 0.5357547607421875, 0.5357742309570312, 0.5357783203125, 0.5361571655273437, 0.5357271118164062, 0.5361858520507813, 0.5361121215820313, 0.5359820556640625, 0.535794677734375, 0.5359134521484376, 0.5360670776367188, 0.5358827514648438, 0.5358397216796875, 0.5360496826171876, 0.53564111328125, 0.5359298706054687, 0.536079345703125, 0.5356728515625, 0.5358930053710937, 0.535846923828125, 0.5357905883789063, 0.53806591796875, 0.5360537719726562, 0.5360701293945312, 0.5361746215820312, 0.536268798828125, 0.5364520874023437, 0.5355530395507813, 0.5357025146484375, 0.5359697875976562, 0.535841796875, 0.5360537719726562, 0.5362442016601563, 0.5358919677734375, 0.5360272216796875, 0.5358335571289062, 0.5359073486328125, 0.5360445556640625, 0.5359134521484376, 0.5360814208984375, 0.5361162109375, 0.5362063598632812, 0.5361193237304688, 0.5360322265625, 0.5362032470703125, 0.5360588989257813, 0.5359401245117188, 0.5361489868164062, 0.5363446044921875, 0.5365084228515625, 0.5364049682617188, 0.5359832153320313, 0.5360147094726563, 0.5362421875, 0.5362145385742187, 0.5363138427734375, 0.5365606689453125, 0.536320068359375, 0.536520751953125, 0.5364028930664062, 0.5362575073242187, 1.1561614990234375, 0.5356492919921875, 0.5358203125, 0.5358499755859375, 0.5358787231445312, 0.5363731689453125, 0.5356687622070313, 0.535857177734375, 0.5358069458007813, 0.5358602294921875, 0.535900146484375, 0.5358806762695313, 0.53600048828125, 0.5359329223632813, 0.5359974365234375, 0.5360414428710938, 0.536551513671875, 0.5360792846679687, 0.5361510620117188, 0.5359216918945312, 0.5360773315429688, 0.5359267578125, 0.535736328125, 0.53596875, 0.5359646606445313, 0.5360250854492188, 0.5358765869140625, 0.5357721557617188, 0.536036376953125, 0.5356483154296875, 0.535942138671875, 0.5359749145507813, 0.53587353515625, 0.5358593139648438, 0.536328125, 0.5358448486328125, 0.5362452392578125, 0.5360291748046875, 0.5359083251953125, 0.536192138671875, 0.5358662109375, 0.5360487060546875, 0.5363189086914063, 0.5367244873046875, 0.53640087890625, 0.5360160522460937, 0.5360556030273438, 0.5362503662109375, 0.5359749145507813, 0.5363671264648437, 0.5362462768554688, 0.5367183227539063, 0.5365473022460937, 0.5361336059570313, 0.5361151733398437, 0.5364818115234375, 0.5360332641601563, 0.5359431762695313, 0.536322021484375, 0.536247314453125, 0.5361448974609375, 0.536072265625, 0.53621142578125, 1.1571527099609376, 0.53568408203125, 0.5358028564453124, 0.5358428344726562, 0.5359677734375, 0.5360455932617187, 0.53608447265625, 0.5359380493164062, 0.5360446166992188, 0.53616943359375, 0.536326171875, 0.5360281372070312, 0.536005615234375, 0.535910400390625, 0.5358336181640625, 0.5360783081054687, 0.5360752563476563, 0.5370399169921874, 0.5360987548828124, 0.5359862060546875, 0.5362216796875, 0.53591552734375, 0.5358817138671875, 0.5361991577148437, 0.5363834838867187, 0.5362493286132812, 0.536322021484375, 0.5362063598632812, 0.5362421875, 0.535826416015625, 0.5361561889648437, 0.53603125, 0.5362677612304687, 0.5359451904296875, 0.5363026123046875, 0.5362135009765625, 0.5364592895507813, 0.535962646484375, 0.5360015258789063, 0.5361715698242188, 0.5358529663085938, 0.5358407592773438, 0.5359871826171875, 0.5362933959960937, 0.536326171875, 0.536173583984375, 0.5360372924804687, 0.5361603393554687, 0.5360833740234375, 0.5362227172851562, 0.536310791015625, 0.5365032958984375, 0.536352783203125, 0.5360598754882813, 0.536079345703125, 0.5365145874023437, 0.5358397216796875, 0.5360926513671875, 0.536224853515625, 0.535985107421875, 0.5362647094726563, 0.53623193359375, 0.536079345703125, 1.1569970703125, 0.5358653564453125, 0.53596875, 0.5359288330078125, 0.5359646606445313, 0.5359473266601562, 0.5357546997070313, 0.5363394775390625, 0.5362810668945313, 0.5360557861328125, 0.5361285400390625, 0.535868408203125, 0.5360045776367187, 0.5358489379882813, 0.5356820678710937, 0.536005615234375, 0.5358970947265626, 0.5360179443359375, 0.5362861938476563, 0.5363015747070312, 0.5365145874023437, 0.5360169067382813, 0.5357752075195312, 0.5362216796875, 0.536158203125, 0.5358131103515625, 0.5376022338867188, 0.536208251953125, 0.536542236328125, 0.5358131103515625, 0.5360281372070312, 0.5361243896484374, 0.5358212890625, 0.5360148315429687, 0.536268798828125, 0.5359216918945312, 0.5361305541992187, 0.5359134521484376, 0.536026123046875, 0.536110107421875, 0.53586328125, 0.5362237548828125, 0.5360230102539062, 0.5360865478515625, 0.5360476684570312, 0.5360148315429687, 0.5359800415039062, 0.5362421875, 0.5360383911132812, 0.5362329711914062, 0.5365883178710937, 0.5367234497070312, 0.5361285400390625, 0.5362032470703125, 0.5362831420898437, 0.5368237915039062, 0.5363056640625, 0.5362196655273438, 0.53631591796875, 0.5363343505859375, 0.5364572143554688, 0.5363097534179687, 0.536158203125]",tokens/s,1.8349738605009493,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,r,r,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/r/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947591-3c5ad3e61ff84755333ddee7;f675a940-8742-4d7d-8fd9-dfe980e6499a) Repository Not Found for url: https://huggingface.co/r/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: r is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2120.851456,5971.116032,0.0,5324.668928,5080.87552,s,10,3.168598297119141,0.3168598297119141,0.0006192749728236364,0.31659298706054684,0.31771173400878905,0.3178386398315429,0.31794016448974605,"[0.31654159545898436, 0.3159651184082031, 0.3165306091308594, 0.3165748596191406, 0.3166111145019531, 0.3162603149414063, 0.3169653625488281, 0.317500244140625, 0.31768353271484373, 0.31796554565429686]",tokens/s,807.9282256534466,kWh,3.7360648158937697e-06,2.0465616732053604e-06,1.909266284356309e-05,2.487528933266222e-05,tokens/kWh,10291337.583111528,MB,2120.851456,5971.116032,0.0,5324.668928,5264.397312,s,10,173.229013671875,17.3229013671875,0.001442343405648258,17.322640625,17.324698828124998,17.32475859375,17.32480640625,"[17.322501953125, 17.320978515625, 17.322779296875, 17.324615234375, 17.3214375, 17.3238359375, 17.32092578125, 17.324685546875, 17.324818359375, 17.322435546875]",tokens/s,3.636804174116735,kWh,0.0002045347902665122,0.0001121027537912869,0.0010436602984692331,0.0013602978425270322,tokens/kWh,46313.38669402326,,s,629,175.80616687011712,0.27950106020686355,0.03764112668054027,0.27495321655273436,0.2751682434082031,0.275264111328125,0.5915128442382812,"[0.27523379516601565, 0.274661376953125, 0.274724853515625, 0.27491839599609375, 0.274951171875, 0.27510580444335936, 0.2748528747558594, 0.2747484130859375, 0.27507199096679685, 0.27504229736328123, 0.2748876647949219, 0.27475149536132815, 0.27495013427734377, 0.2747965393066406, 0.2748590087890625, 0.27514981079101564, 0.27481396484375, 0.2747125854492187, 0.27480474853515624, 0.2747955322265625, 0.27480474853515624, 0.27484466552734377, 0.27495013427734377, 0.27517031860351565, 0.27505868530273436, 0.2749849548339844, 0.2749153137207031, 0.27494195556640627, 0.27481396484375, 0.27494091796875, 0.27504434204101563, 0.27508633422851564, 0.27493887329101563, 0.2749696044921875, 0.2749286499023437, 0.2749849548339844, 0.274840576171875, 0.2750412902832031, 0.2748518371582031, 0.27493887329101563, 0.27504537963867187, 0.2749624328613281, 0.27506072998046877, 0.27502590942382815, 0.27498904418945314, 0.27502386474609375, 0.2750044250488281, 0.27496551513671874, 0.27491839599609375, 0.27494808959960937, 0.2749266052246094, 0.275230712890625, 0.2749358215332031, 0.27504229736328123, 0.27491122436523435, 0.2749696044921875, 0.2749091796875, 0.2750750732421875, 0.2750627746582031, 0.2750382080078125, 0.27517745971679686, 0.2751324157714844, 0.5909329833984375, 0.2748221435546875, 0.274850830078125, 0.27494808959960937, 0.2748866577148438, 0.27481396484375, 0.27481497192382814, 0.2746982421875, 0.27488357543945313, 0.2749910888671875, 0.2749542541503906, 0.2747555847167969, 0.27491226196289065, 0.2749593505859375, 0.27475762939453124, 0.27509963989257813, 0.2749644775390625, 0.2748221435546875, 0.27491021728515624, 0.2749347839355469, 0.2748374938964844, 0.27479244995117186, 0.2748334045410156, 0.27480575561523435, 0.275162109375, 0.27477297973632814, 0.2749972839355469, 0.2748272399902344, 0.27477297973632814, 0.27502285766601564, 0.27500238037109376, 0.27488973999023436, 0.2749706115722656, 0.27487026977539064, 0.27494091796875, 0.27481497192382814, 0.27490103149414064, 0.2748630676269531, 0.27495526123046876, 0.27509963989257813, 0.2748713073730469, 0.2749706115722656, 0.27490509033203125, 0.27491021728515624, 0.27486514282226565, 0.27494091796875, 0.275009521484375, 0.2749347839355469, 0.2750474243164063, 0.27482009887695313, 0.2749542541503906, 0.2753064880371094, 0.27495321655273436, 0.2748876647949219, 0.2750382080078125, 0.27522457885742185, 0.2749296569824219, 0.2749931640625, 0.27509762573242186, 0.2750084838867187, 0.2749081726074219, 0.27519180297851564, 0.27540069580078125, 0.591584228515625, 0.2747432861328125, 0.2747330627441406, 0.2748590087890625, 0.2747699279785156, 0.2747914123535156, 0.27490304565429685, 0.2747688903808594, 0.2747484130859375, 0.2749573059082031, 0.27480679321289064, 0.27498291015625, 0.2748293151855469, 0.2748395385742187, 0.2748948364257813, 0.27490304565429685, 0.27479345703125, 0.2749020080566406, 0.2748395385742187, 0.27503411865234373, 0.2749962158203125, 0.27483648681640627, 0.2746746826171875, 0.27502490234375, 0.27492556762695314, 0.27492352294921873, 0.2751109008789063, 0.2748160095214844, 0.27496856689453125, 0.2748374938964844, 0.27486822509765624, 0.2749992980957031, 0.2751129455566406, 0.2752378845214844, 0.27494503784179686, 0.2747821960449219, 0.2750269470214844, 0.2747474060058594, 0.27489178466796876, 0.27480679321289064, 0.274988037109375, 0.27508633422851564, 0.2751375427246094, 0.2750771179199219, 0.2753034362792969, 0.27517132568359376, 0.2750689392089844, 0.2749839477539063, 0.2750013427734375, 0.27504537963867187, 0.2750392456054688, 0.2749071350097656, 0.27496755981445314, 0.2750474243164063, 0.27524710083007814, 0.2750433349609375, 0.275378173828125, 0.2749747314453125, 0.27503717041015624, 0.275198974609375, 0.2752286682128906, 0.27506585693359376, 0.2751170654296875, 0.591656982421875, 0.27494705200195313, 0.2747955322265625, 0.2749982604980469, 0.27489178466796876, 0.27486004638671874, 0.2748631591796875, 0.2749070739746094, 0.27490609741210936, 0.27486822509765624, 0.27512933349609375, 0.2749849548339844, 0.2750013427734375, 0.2750648193359375, 0.2749154052734375, 0.2749736328125, 0.27503411865234373, 0.2749020080566406, 0.27490509033203125, 0.2748538818359375, 0.2748743591308594, 0.2748590087890625, 0.275314697265625, 0.2750074768066406, 0.27493170166015624, 0.27485592651367186, 0.2748713073730469, 0.2749706115722656, 0.274850830078125, 0.27483544921875, 0.2748692626953125, 0.2748876647949219, 0.2751795349121094, 0.2749942321777344, 0.2750115051269531, 0.2749593505859375, 0.27538330078125, 0.2749153137207031, 0.275051513671875, 0.2748231811523438, 0.2750392456054688, 0.2750965881347656, 0.27516314697265626, 0.27500338745117187, 0.2748989562988281, 0.2750270080566406, 0.2750924072265625, 0.2749429626464844, 0.2748641357421875, 0.27500543212890627, 0.2751047668457031, 0.27499725341796877, 0.27502490234375, 0.2749624328613281, 0.2754734191894531, 0.27508428955078124, 0.2749716491699219, 0.274951171875, 0.275056640625, 0.27501055908203126, 0.27507815551757814, 0.2753699951171875, 0.2751201171875, 0.5915985717773438, 0.27489791870117186, 0.27461221313476564, 0.27466751098632813, 0.27515802001953127, 0.2747515258789063, 0.27481903076171876, 0.2746787719726563, 0.27523687744140624, 0.2747658386230469, 0.27481497192382814, 0.27480062866210936, 0.27491226196289065, 0.27502081298828124, 0.275230712890625, 0.27494503784179686, 0.27481292724609374, 0.2748610534667969, 0.27488973999023436, 0.2748989562988281, 0.274808837890625, 0.2750873718261719, 0.27476275634765623, 0.2749798278808594, 0.27482827758789063, 0.27477197265625, 0.27517745971679686, 0.27487335205078123, 0.27484466552734377, 0.27493170166015624, 0.2751436767578125, 0.27479345703125, 0.27482009887695313, 0.2749327392578125, 0.27509146118164063, 0.2748467102050781, 0.274904052734375, 0.2750013427734375, 0.27485592651367186, 0.27484466552734377, 0.27487640380859374, 0.2750904235839844, 0.27502386474609375, 0.27488357543945313, 0.2749859924316406, 0.2749624328613281, 0.2749624328613281, 0.27490509033203125, 0.2749992980957031, 0.2749296569824219, 0.2750894165039062, 0.2750320739746094, 0.2751068115234375, 0.274904052734375, 0.2750330810546875, 0.2751928405761719, 0.27508633422851564, 0.27502899169921874, 0.2750545959472656, 0.27521844482421876, 0.2751047668457031, 0.27494195556640627, 0.27498086547851563, 0.5913292846679687, 0.27486514282226565, 0.2747463684082031, 0.2746695556640625, 0.2749358215332031, 0.27481805419921873, 0.2750351257324219, 0.2749276123046875, 0.2748866577148438, 0.27499725341796877, 0.27486514282226565, 0.27480575561523435, 0.2748221435546875, 0.27527987670898435, 0.2748590087890625, 0.27488973999023436, 0.2749429626464844, 0.2750392456054688, 0.27490304565429685, 0.2748948364257813, 0.2749368286132812, 0.27494091796875, 0.2750382080078125, 0.27531878662109377, 0.27500238037109376, 0.27481497192382814, 0.274914306640625, 0.274956298828125, 0.27495013427734377, 0.2748590087890625, 0.27500543212890627, 0.274882568359375, 0.2749440002441406, 0.2747535400390625, 0.27498086547851563, 0.27493374633789064, 0.2751109008789063, 0.27491839599609375, 0.27491943359375, 0.27500543212890627, 0.27502899169921874, 0.2749910888671875, 0.2749020080566406, 0.27501773071289065, 0.274951171875, 0.2748794860839844, 0.275056640625, 0.2749296569824219, 0.2749542541503906, 0.27533209228515626, 0.27512832641601564, 0.2751447143554687, 0.2750904235839844, 0.27548773193359377, 0.2752286682128906, 0.2750412902832031, 0.27516110229492186, 0.2749358215332031, 0.27501568603515625, 0.27505255126953126, 0.2750392456054688, 0.27514163208007814, 0.27496038818359375, 0.5919866943359375, 0.27475762939453124, 0.27476480102539064, 0.27481292724609374, 0.2749163513183594, 0.2747904052734375, 0.27476480102539064, 0.2746921081542969, 0.2748784790039063, 0.2748374938964844, 0.2749306945800781, 0.27477297973632814, 0.2747740173339844, 0.2748692626953125, 0.2748272705078125, 0.2748190612792969, 0.274840576171875, 0.27484979248046876, 0.2747699279785156, 0.27494808959960937, 0.2749429626464844, 0.2747361145019531, 0.27487744140625, 0.2748190612792969, 0.27489791870117186, 0.27484161376953126, 0.27487539672851563, 0.2749286499023437, 0.2748272705078125, 0.2749624328613281, 0.2749542541503906, 0.2749819030761719, 0.27498086547851563, 0.27487744140625, 0.27491738891601564, 0.2748313598632813, 0.27493170166015624, 0.27491122436523435, 0.27477197265625, 0.27493374633789064, 0.2753536071777344, 0.27502590942382815, 0.27512832641601564, 0.2752010192871094, 0.2750873718261719, 0.2749706115722656, 0.2750044250488281, 0.2748794860839844, 0.2749593505859375, 0.27493374633789064, 0.2750330810546875, 0.2750064697265625, 0.274914306640625, 0.27502899169921874, 0.27496450805664063, 0.2750494384765625, 0.2749378662109375, 0.27504434204101563, 0.27510272216796877, 0.27506689453125, 0.2752511901855469, 0.27526861572265626, 0.27529931640625, 0.592447509765625, 0.27481396484375, 0.27480172729492186, 0.27488351440429687, 0.275167236328125, 0.27490609741210936, 0.2748323974609375, 0.27473101806640626, 0.2749521789550781, 0.2751825866699219, 0.2748968811035156, 0.2750433349609375, 0.2752634887695313, 0.2750279541015625, 0.27487026977539064, 0.2749358215332031, 0.275135498046875, 0.27480780029296875, 0.2748538818359375, 0.27485797119140626, 0.27519180297851564, 0.27487539672851563, 0.27492556762695314, 0.27502590942382815, 0.2747965393066406, 0.27502490234375, 0.2750382080078125, 0.2750330810546875, 0.2749992980957031, 0.27501669311523436, 0.275409912109375, 0.2749296569824219, 0.2748374938964844, 0.27500543212890627, 0.27533822631835936, 0.2748436584472656, 0.2749624328613281, 0.2749716491699219, 0.27507815551757814, 0.2749358215332031, 0.2750003051757812, 0.2750044250488281, 0.27506072998046877, 0.27513650512695315, 0.2749245300292969, 0.2750771179199219, 0.2749491271972656, 0.27497573852539064, 0.27496450805664063, 0.27504022216796875, 0.2749910888671875, 0.2749276123046875, 0.27496038818359375, 0.27504229736328123, 0.2751733703613281, 0.27498904418945314, 0.2750955505371094, 0.27518157958984374, 0.2749716491699219, 0.27494503784179686, 0.27501568603515625, 0.27508633422851564, 0.275051513671875, 0.5926707153320312, 0.2748610534667969, 0.27503717041015624, 0.27477914428710937, 0.27481396484375, 0.27488973999023436, 0.27527374267578125, 0.27483444213867186, 0.27480575561523435, 0.2750044250488281, 0.2749819030761719, 0.2750013427734375, 0.27490304565429685, 0.27549899291992186, 0.2750013427734375, 0.2748989562988281, 0.2749081726074219, 0.27493887329101563, 0.2749327392578125, 0.2749849548339844, 0.27481292724609374, 0.2752481384277344, 0.27504537963867187, 0.2749747314453125, 0.27479449462890626, 0.27488461303710937, 0.27496551513671874, 0.275009521484375, 0.2749921264648437, 0.2749091796875, 0.2747484130859375, 0.2750965881347656, 0.27488973999023436, 0.27474432373046875, 0.2750126037597656, 0.2748866577148438, 0.27504229736328123, 0.27475762939453124, 0.2748252258300781, 0.27492556762695314, 0.27502081298828124, 0.2748671875, 0.2751129455566406, 0.2752235412597656, 0.2750269470214844, 0.275019775390625, 0.2750249328613281, 0.2750699157714844, 0.2751201171875, 0.2750044250488281, 0.27518157958984374, 0.27500543212890627, 0.27503103637695314, 0.27491839599609375, 0.27523480224609376, 0.27506689453125, 0.2749921264648437, 0.27528192138671875, 0.2751682434082031, 0.2751682434082031, 0.27506689453125, 0.2754119567871094, 0.27491738891601564, 0.5930465087890625, 0.2747432861328125, 0.27484774780273435, 0.27488461303710937, 0.2747125854492187, 0.27473715209960936, 0.27486209106445314, 0.27480780029296875, 0.27513446044921874, 0.2748692626953125, 0.2748784790039063, 0.27492044067382815, 0.2748395385742187, 0.27494808959960937, 0.27470745849609374, 0.2749358215332031, 0.274808837890625, 0.2747218017578125, 0.2748190612792969, 0.2749542541503906, 0.274956298828125, 0.2748334045410156, 0.2748590087890625, 0.2749368286132812, 0.274840576171875, 0.27478732299804687, 0.27496755981445314, 0.2749214782714844, 0.2749378662109375, 0.27477297973632814, 0.2749306945800781, 0.2749358215332031, 0.27493170166015624, 0.27503616333007813, 0.27505255126953126, 0.2748671875, 0.2749573059082031, 0.2749542541503906, 0.2749521789550781, 0.2748374938964844, 0.27497882080078123, 0.27516415405273437, 0.27495013427734377, 0.27504229736328123, 0.27498904418945314, 0.27497573852539064, 0.2751590270996094, 0.2752645263671875, 0.27510885620117187, 0.2749091796875, 0.27504537963867187, 0.2753761291503906, 0.27506585693359376, 0.275051513671875, 0.27513958740234373, 0.27502590942382815, 0.2751457214355469, 0.275009521484375, 0.27514163208007814, 0.27507302856445315, 0.27506585693359376, 0.27519384765625, 0.2751242370605469]",tokens/s,3.577803959884384,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm-20b,internlm/internlm-20b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",internlm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,m,m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/m/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669472fa-48df3ec7538c29560708a80d;ebdf9ddf-4617-4eee-8437-4774fac9f993) Repository Not Found for url: https://huggingface.co/m/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: m is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2-large,openai-community/gpt2-large,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1351.430144,1481.1136,0.0,834.666496,666.95168,s,10,0.4440918083190918,0.04440918083190918,0.002690372695780075,0.04350334358215332,0.04450159378051757,0.04849036560058593,0.05168138305664063,"[0.0524791374206543, 0.04346819305419922, 0.043497726440429686, 0.04349753570556641, 0.04343983840942383, 0.043534912109375, 0.04350896072387695, 0.04349545669555664, 0.04361520004272461, 0.043554847717285156]",tokens/s,5764.573793175153,kWh,5.172603869831487e-07,2.834344339325623e-07,2.2243685917206733e-06,3.0250634126363846e-06,tokens/kWh,84626325.16416985,MB,1351.430144,1483.210752,0.0,836.763648,708.003328,s,10,26.38150390625,2.638150390625,0.009829554519032698,2.637900146484375,2.6502734863281248,2.6508669677734376,2.6513417529296874,"[2.649655517578125, 2.635245361328125, 2.621315673828125, 2.629010498046875, 2.630083984375, 2.6501416015625, 2.640554931640625, 2.65146044921875, 2.631357177734375, 2.6426787109375]",tokens/s,23.8803671784135,kWh,3.147423263612099e-05,1.724914335089037e-05,0.00012286598148047827,0.00017158935746748962,tokens/kWh,367155.6379126623,,s,629,26.727521343231217,0.042492084806408904,0.005246814049970155,0.041621505737304686,0.042876927185058596,0.04329390182495117,0.08522207427978515,"[0.04658278274536133, 0.04812492752075195, 0.043891712188720705, 0.042813438415527344, 0.04271615982055664, 0.041680896759033206, 0.04175360107421875, 0.04471295928955078, 0.04339814376831055, 0.042331134796142575, 0.042777599334716795, 0.0440002555847168, 0.04356095886230469, 0.04209151840209961, 0.041806846618652346, 0.04169113540649414, 0.04148019027709961, 0.041434112548828124, 0.0415467529296875, 0.0417894401550293, 0.04165222549438476, 0.04149555206298828, 0.041816062927246093, 0.04148121643066406, 0.04141059112548828, 0.04151804733276367, 0.04187955093383789, 0.04154470443725586, 0.04139519882202149, 0.04147814559936523, 0.041659393310546876, 0.04155289459228516, 0.04139212799072266, 0.04138905715942383, 0.0416286735534668, 0.04134297561645508, 0.04146380615234375, 0.041442302703857424, 0.04167168045043945, 0.04142489624023438, 0.04140544128417969, 0.04143001556396484, 0.04153753662109375, 0.04145151901245117, 0.04145971298217774, 0.041224193572998044, 0.04158156967163086, 0.04138086318969727, 0.04138086318969727, 0.04143820953369141, 0.04159897613525391, 0.041798656463623046, 0.041444351196289066, 0.04144851303100586, 0.04160710525512695, 0.04166860961914062, 0.04156108856201172, 0.04150067138671875, 0.041398273468017575, 0.041450496673583984, 0.04164505767822266, 0.04146585464477539, 0.08511488342285156, 0.041472000122070314, 0.04244070434570312, 0.04186214447021484, 0.0422737922668457, 0.04233216094970703, 0.04153343963623047, 0.04146176147460937, 0.0432803840637207, 0.04249190521240234, 0.04193075180053711, 0.041534465789794923, 0.0419502067565918, 0.04251136016845703, 0.04265574264526367, 0.042036224365234375, 0.04194611358642578, 0.04156313705444336, 0.04151910400390625, 0.04140544128417969, 0.041673728942871094, 0.041474048614501956, 0.041793537139892575, 0.041801727294921875, 0.04170956802368164, 0.041626625061035157, 0.04151500701904297, 0.04167168045043945, 0.041488384246826174, 0.04146585464477539, 0.04151910400390625, 0.0420423698425293, 0.041649150848388675, 0.04151295852661133, 0.04156825637817383, 0.041565185546875, 0.041896961212158204, 0.04257382583618164, 0.04231782531738281, 0.04153753662109375, 0.04156415939331055, 0.041708545684814455, 0.04166963195800781, 0.04141670227050781, 0.04157440185546875, 0.04153548812866211, 0.04196147155761719, 0.04178227233886719, 0.04142182540893555, 0.041626625061035157, 0.04159897613525391, 0.041414657592773435, 0.04224716949462891, 0.04238438415527344, 0.04313497543334961, 0.04325888061523438, 0.04172185516357422, 0.04132556915283203, 0.04141670227050781, 0.041608192443847655, 0.041474048614501956, 0.041398273468017575, 0.041799678802490234, 0.08520806121826172, 0.0415467529296875, 0.04166041564941406, 0.04154777526855469, 0.041534465789794923, 0.04136345672607422, 0.04157440185546875, 0.041491455078125, 0.041490432739257815, 0.04175872039794922, 0.04150783920288086, 0.04160102462768555, 0.041752574920654296, 0.04167475128173828, 0.04166758346557617, 0.04173926544189453, 0.043394046783447264, 0.042900478363037106, 0.04188671875, 0.04152217483520508, 0.042126335144042966, 0.042001407623291014, 0.041632766723632815, 0.041540607452392575, 0.04157952117919922, 0.04152115249633789, 0.041606143951416014, 0.041434112548828124, 0.041599998474121096, 0.041427967071533206, 0.04147711944580078, 0.041545726776123046, 0.041565185546875, 0.04133785629272461, 0.041673728942871094, 0.041393150329589845, 0.041576446533203124, 0.041690113067626954, 0.041501697540283204, 0.041603073120117184, 0.04149452972412109, 0.04141059112548828, 0.041465824127197265, 0.04157952117919922, 0.04154470443725586, 0.04145459365844727, 0.04167987060546875, 0.04150067138671875, 0.041452545166015625, 0.04153548812866211, 0.04162047958374023, 0.041398273468017575, 0.041519134521484376, 0.04136342239379883, 0.04148428726196289, 0.04151910400390625, 0.0413573112487793, 0.041409534454345705, 0.04154265594482422, 0.0413941764831543, 0.04139212799072266, 0.04157132720947266, 0.0415098876953125, 0.085285888671875, 0.041603073120117184, 0.041040897369384766, 0.041439231872558595, 0.04206387329101562, 0.04268544006347656, 0.04173311996459961, 0.0415365104675293, 0.041626625061035157, 0.041637889862060545, 0.043302913665771485, 0.041472000122070314, 0.041560062408447264, 0.041470977783203126, 0.04167270278930664, 0.04166963195800781, 0.041649150848388675, 0.04153036880493164, 0.041384960174560545, 0.041455615997314454, 0.04215193557739258, 0.04204544067382812, 0.041565185546875, 0.04142489624023438, 0.04152217483520508, 0.04154163360595703, 0.041458686828613284, 0.041637889862060545, 0.04160204696655274, 0.04156825637817383, 0.04157030487060547, 0.04149452972412109, 0.04150476837158203, 0.04157132720947266, 0.04151603317260742, 0.04142899322509765, 0.04138598251342773, 0.04156927871704102, 0.04140031814575195, 0.041427967071533206, 0.04141875076293945, 0.041452545166015625, 0.041644031524658204, 0.04144537734985351, 0.04143820953369141, 0.04147916793823242, 0.0414463996887207, 0.04138086318969727, 0.041556991577148435, 0.042744831085205076, 0.04320358276367187, 0.04175667190551758, 0.04175462341308594, 0.04139929580688476, 0.0415098876953125, 0.04149760055541992, 0.04447948837280274, 0.04318003082275391, 0.04243558502197266, 0.041427967071533206, 0.041606143951416014, 0.041485313415527345, 0.041562110900878906, 0.08522752380371093, 0.04158054351806641, 0.041468929290771485, 0.041605121612548826, 0.04262400054931641, 0.043082752227783204, 0.041624576568603515, 0.04160102462768555, 0.041485313415527345, 0.04151910400390625, 0.04182425689697265, 0.041724929809570314, 0.0416890869140625, 0.0416286735534668, 0.04191231918334961, 0.041866241455078126, 0.0420208625793457, 0.04146585464477539, 0.04150374221801758, 0.04154982376098633, 0.04171571350097656, 0.041724929809570314, 0.041605121612548826, 0.04174540710449219, 0.04159385681152344, 0.04209151840209961, 0.041627647399902344, 0.04165119934082031, 0.04149248123168945, 0.04142182540893555, 0.041596927642822266, 0.041381889343261716, 0.04135935974121094, 0.04177920150756836, 0.041470977783203126, 0.04134707260131836, 0.04283084869384766, 0.0432281608581543, 0.04284108734130859, 0.04167987060546875, 0.04201062393188477, 0.04166041564941406, 0.041575424194335936, 0.04160204696655274, 0.041366527557373044, 0.04137984085083008, 0.04149350357055664, 0.041355262756347655, 0.04137984085083008, 0.042028030395507815, 0.04240281677246094, 0.04138598251342773, 0.04280934524536133, 0.04173823928833008, 0.04149964904785156, 0.04139929580688476, 0.041583614349365236, 0.041524223327636715, 0.041460735321044925, 0.04143308639526367, 0.041766910552978515, 0.04179148864746094, 0.04175360107421875, 0.08551116943359376, 0.04166860961914062, 0.042205184936523435, 0.04179455947875976, 0.04166451263427735, 0.04143001556396484, 0.044216320037841796, 0.04309503936767578, 0.0429035530090332, 0.04279193496704101, 0.04287180709838867, 0.04277350234985351, 0.04324454498291016, 0.04216115188598633, 0.04212838363647461, 0.04252876663208008, 0.04338790512084961, 0.04155801773071289, 0.042022911071777344, 0.04167679977416992, 0.04286259078979492, 0.043063297271728515, 0.04279500961303711, 0.042472446441650394, 0.04185190582275391, 0.04151091384887695, 0.04145971298217774, 0.04146176147460937, 0.04150886535644531, 0.04181094360351562, 0.04149760055541992, 0.04145971298217774, 0.04143206405639648, 0.041643009185791016, 0.041560062408447264, 0.04198604965209961, 0.04292095947265625, 0.04413235092163086, 0.04349235153198242, 0.0425615348815918, 0.04170649719238281, 0.041606143951416014, 0.04148019027709961, 0.041899009704589846, 0.042625022888183595, 0.0425615348815918, 0.04199935913085937, 0.042014720916748044, 0.04149964904785156, 0.041613311767578126, 0.04157235336303711, 0.04145564651489258, 0.04145865631103516, 0.04158259201049805, 0.04141875076293945, 0.04145356750488281, 0.04141875076293945, 0.041632766723632815, 0.04151910400390625, 0.04151500701904297, 0.04137062454223633, 0.0416286735534668, 0.041575424194335936, 0.08795136260986328, 0.04272332763671875, 0.041406463623046875, 0.04314931106567383, 0.042705921173095705, 0.04294041442871094, 0.04210790252685547, 0.04323430252075195, 0.041804798126220705, 0.041596927642822266, 0.04170547103881836, 0.04179148864746094, 0.04163481521606445, 0.041750526428222655, 0.04271923065185547, 0.042102783203125, 0.04178841781616211, 0.04153241729736328, 0.04151295852661133, 0.04365619277954102, 0.04319641494750977, 0.04279500961303711, 0.04153343963623047, 0.041659393310546876, 0.041452545166015625, 0.04147814559936523, 0.04149555206298828, 0.04189593505859375, 0.041575424194335936, 0.04192972946166992, 0.041608192443847655, 0.041637889862060545, 0.04176998519897461, 0.04158156967163086, 0.04149555206298828, 0.04150374221801758, 0.04140748977661133, 0.04254313659667969, 0.041839584350585934, 0.041501697540283204, 0.0414730224609375, 0.041468929290771485, 0.04164505767822266, 0.04139622497558594, 0.041431041717529295, 0.04151091384887695, 0.04143206405639648, 0.041847808837890625, 0.04153241729736328, 0.04151500701904297, 0.041420799255371094, 0.04141567993164062, 0.04180889511108398, 0.041984001159667966, 0.04165529632568359, 0.04150579071044922, 0.04153548812866211, 0.04173926544189453, 0.041629695892333986, 0.04152627182006836, 0.04147507095336914, 0.04273561477661133, 0.04268646240234375, 0.08599756622314453, 0.04294451141357422, 0.04284723281860352, 0.04392652893066406, 0.041724929809570314, 0.042602497100830077, 0.042929153442382816, 0.0416255989074707, 0.041798656463623046, 0.04148223876953125, 0.04156620788574219, 0.04209561538696289, 0.04195840072631836, 0.04179455947875976, 0.04166656112670898, 0.04182425689697265, 0.041882625579833986, 0.041534465789794923, 0.04126924896240235, 0.04130918502807617, 0.04175155258178711, 0.04157030487060547, 0.04169728088378906, 0.041518081665039064, 0.04149760055541992, 0.04177203369140625, 0.041506816864013675, 0.04163891220092773, 0.042673152923583986, 0.043276287078857424, 0.04304383850097656, 0.0429117431640625, 0.04368998336791992, 0.04205363082885742, 0.04193382263183594, 0.0417628173828125, 0.04186214447021484, 0.04153036880493164, 0.041643009185791016, 0.04326911926269531, 0.043445247650146485, 0.04273561477661133, 0.04272947311401367, 0.04293427276611328, 0.042821632385253904, 0.04226662445068359, 0.04148121643066406, 0.0430909423828125, 0.041614334106445314, 0.04146585464477539, 0.041935871124267575, 0.04164812850952149, 0.041837566375732424, 0.04155187225341797, 0.04150271987915039, 0.04218265533447266, 0.042031105041503904, 0.041611263275146484, 0.041793537139892575, 0.04173823928833008, 0.0419788818359375, 0.04153139114379883, 0.04164198303222656, 0.08553984069824219, 0.04150886535644531, 0.04154473495483398, 0.0416583366394043, 0.04169420623779297, 0.041444351196289066, 0.04156108856201172, 0.04163993453979492, 0.04147609710693359, 0.04155084609985352, 0.041573375701904294, 0.041644031524658204, 0.041680896759033206, 0.041605121612548826, 0.04166758346557617, 0.04174131011962891, 0.042036224365234375, 0.04154163360595703, 0.041812992095947264, 0.04151910400390625, 0.04206284713745117, 0.04152012634277344, 0.04153139114379883, 0.04140851211547852, 0.041606143951416014, 0.041472000122070314, 0.04151910400390625, 0.04138086318969727, 0.041695232391357424, 0.04159283065795898, 0.04152115249633789, 0.041540607452392575, 0.04166758346557617, 0.041657344818115234, 0.04255539321899414, 0.042971134185791016, 0.042997760772705076, 0.042728446960449216, 0.042777599334716795, 0.04199731063842774, 0.04163481521606445, 0.041411582946777346, 0.04152524948120117, 0.041588737487792966, 0.04193996810913086, 0.04153241729736328, 0.0414730224609375, 0.04144332885742188, 0.041605121612548826, 0.04151193618774414, 0.04151193618774414, 0.04140851211547852, 0.04236492919921875, 0.04303564834594727, 0.04258303833007813, 0.041556991577148435, 0.041711616516113284, 0.04150886535644531, 0.041490432739257815, 0.04146278381347656, 0.04164812850952149, 0.042643455505371096, 0.041828353881835936, 0.08535346984863282, 0.041635841369628904, 0.04154880142211914, 0.042142719268798826, 0.041869312286376956, 0.042897407531738284, 0.04159385681152344, 0.04164812850952149, 0.041606143951416014, 0.041583614349365236, 0.04170751953125, 0.04172697448730469, 0.0420136947631836, 0.041675777435302735, 0.041768959045410156, 0.04179558563232422, 0.04348928070068359, 0.041799678802490234, 0.04293222427368164, 0.043150337219238284, 0.04403302383422852, 0.04211711883544922, 0.04179251098632813, 0.041534465789794923, 0.041594879150390625, 0.04171059036254883, 0.04187340927124023, 0.04192563247680664, 0.04196044921875, 0.0416184310913086, 0.04192665481567383, 0.04169830322265625, 0.04154982376098633, 0.041575424194335936, 0.0414832649230957, 0.04162252807617187, 0.041763839721679685, 0.041450496673583984, 0.04144332885742188, 0.041431041717529295, 0.041594879150390625, 0.041441280364990236, 0.04157440185546875, 0.04160409545898437, 0.042823680877685545, 0.043561985015869144, 0.044510208129882815, 0.04352204895019531, 0.04247552108764648, 0.04163686370849609, 0.04199628829956055, 0.041985023498535154, 0.04159078216552734, 0.04149452972412109, 0.041523200988769535, 0.04170444869995117, 0.041621505737304686, 0.04169728088378906, 0.04150579071044922, 0.04145971298217774, 0.041728000640869144, 0.041573375701904294, 0.041596927642822266]",tokens/s,23.533794695081053,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-65b,huggyllama/llama-65b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,l,l,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/l/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475fa-23c995951786381869f9c7fb;267ee57c-47be-449e-a929-9d2a79ce5a92) Repository Not Found for url: https://huggingface.co/l/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: l is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,B,B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694771b-203ef9ad0bbd57902444b280;fb183206-7209-40c1-9d5f-2074814d35ff) Repository Not Found for url: https://huggingface.co/B/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: B is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-30b,huggyllama/llama-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6439.493632,20389.036032,0.0,19742.588928,18821.508608,s,10,15.1473671875,1.5147367187499998,0.00247756470747785,1.5140679931640624,1.5185943847656251,1.5187318237304688,1.5188417749023437,"[1.5126702880859375, 1.5122486572265625, 1.5120849609375, 1.5139268798828125, 1.5142091064453125, 1.5128245849609374, 1.514491455078125, 1.5174781494140626, 1.5188692626953124, 1.5185638427734376]",tokens/s,169.00626810661714,kWh,1.786537355846829e-05,9.788986818782104e-06,8.822982058380724e-05,0.00011588418096105764,tokens/kWh,2209102.2077122647,MB,6440.05888,20389.036032,0.0,19742.588928,19408.2304,s,10,843.181140625,84.3181140625,0.002181345135820369,84.31812890625,84.32165,84.32172734375,84.32178921875,"[84.3218046875, 84.31809375, 84.3141640625, 84.317453125, 84.316203125, 84.31825, 84.3185546875, 84.3168203125, 84.3181640625, 84.3216328125]",tokens/s,0.7471704117255499,kWh,0.0009954405118525029,0.0005455906297619111,0.00497354175660798,0.006514572898222393,tokens/kWh,9670.626299567632,,s,629,855.4723406982422,1.360051416054439,0.1800573065911544,1.3383363037109375,1.3387327392578126,1.338873681640625,2.85288818359375,"[1.33827587890625, 1.338081298828125, 1.3381846923828125, 1.3384754638671874, 1.33840283203125, 1.337996337890625, 1.338251220703125, 1.33793896484375, 1.3378477783203124, 1.338167236328125, 1.337945068359375, 1.338113037109375, 1.3379625244140625, 1.3380064697265626, 1.3384990234375, 1.3382308349609375, 1.33815087890625, 1.3384324951171875, 1.3385635986328126, 1.3381785888671875, 1.3384417724609374, 1.338292236328125, 1.33815087890625, 1.3382215576171874, 1.33812841796875, 1.3385369873046875, 1.33857080078125, 1.33825537109375, 1.338660888671875, 1.338504150390625, 1.3385400390625, 1.338418212890625, 1.338197998046875, 1.339029541015625, 1.3383699951171875, 1.338683349609375, 1.3382236328125, 1.338335205078125, 1.33846728515625, 1.33833935546875, 1.3388974609375, 1.3384970703125, 1.3387171630859376, 1.33850927734375, 1.3386947021484374, 1.33789794921875, 1.3382584228515626, 1.3383731689453124, 1.3386966552734374, 1.338715087890625, 1.3383782958984376, 1.3388123779296874, 1.3381427001953126, 1.338365966796875, 1.338388427734375, 1.338744873046875, 1.338123291015625, 1.3381826171875, 1.3381212158203124, 1.338502197265625, 1.3384345703125, 1.338925048828125, 2.855078857421875, 1.3382308349609375, 1.3380341796875, 1.338641357421875, 1.3384100341796874, 1.338455078125, 1.338123291015625, 1.33812841796875, 1.338135498046875, 1.3380413818359376, 1.3386229248046875, 1.338265625, 1.3381959228515625, 1.338167236328125, 1.338260498046875, 1.3382215576171874, 1.33853076171875, 1.3382952880859376, 1.3382645263671875, 1.3385697021484375, 1.3381181640625, 1.337927734375, 1.3383004150390625, 1.3381468505859375, 1.33812841796875, 1.33810693359375, 1.33798095703125, 1.3387745361328125, 1.3384786376953124, 1.3384632568359376, 1.3380546875, 1.33858203125, 1.3382686767578125, 1.33855126953125, 1.338820556640625, 1.3380628662109375, 1.33846728515625, 1.3384324951171875, 1.3379993896484375, 1.3383935546875, 1.3383526611328125, 1.33831787109375, 1.3384007568359375, 1.338850341796875, 1.338428466796875, 1.3388790283203125, 1.3380782470703125, 1.3385390625, 1.33848681640625, 1.3382850341796875, 1.338239990234375, 1.338397705078125, 1.338281982421875, 1.3381427001953126, 1.338702880859375, 1.338449951171875, 1.3385543212890625, 1.3380904541015626, 1.3382625732421876, 1.338514404296875, 1.33867822265625, 1.338439697265625, 1.3386260986328125, 2.852787109375, 1.337776123046875, 1.3380433349609375, 1.33821240234375, 1.3381181640625, 1.3380423583984375, 1.338502197265625, 1.337923583984375, 1.3380556640625, 1.337927734375, 1.3382747802734376, 1.3379788818359375, 1.3380535888671874, 1.3380679931640624, 1.338323974609375, 1.33837109375, 1.3381468505859375, 1.3381048583984374, 1.3382010498046875, 1.338040283203125, 1.338312744140625, 1.3381253662109376, 1.338639404296875, 1.3382962646484375, 1.3380535888671874, 1.3382327880859375, 1.33817041015625, 1.338787841796875, 1.3383106689453126, 1.3387684326171876, 1.338207275390625, 1.338524658203125, 1.3381622314453125, 1.3384385986328124, 1.3382880859375, 1.3383096923828126, 1.3381539306640624, 1.3384376220703125, 1.3379154052734374, 1.3386424560546875, 1.338576904296875, 1.338471435546875, 1.3384324951171875, 1.33886767578125, 1.3384775390625, 1.3387581787109375, 1.33810693359375, 1.3385318603515626, 1.3380946044921875, 1.338239013671875, 1.338491943359375, 1.338514404296875, 1.3388123779296874, 1.338328125, 1.33863525390625, 1.3383731689453124, 1.3381826171875, 1.3379378662109376, 1.3384427490234374, 1.3381744384765626, 1.3386107177734374, 1.3386884765625, 1.3387366943359376, 2.852927490234375, 1.3382041015625, 1.33804443359375, 1.3380986328125, 1.3379327392578124, 1.33829736328125, 1.3382789306640626, 1.33785595703125, 1.3384140625, 1.338491943359375, 1.338461181640625, 1.3379215087890626, 1.3379921875, 1.3384775390625, 1.338349609375, 1.3382891845703124, 1.3381856689453124, 1.338224609375, 1.3381641845703125, 1.3382738037109374, 1.3382677001953125, 1.3385400390625, 1.3384990234375, 1.338345458984375, 1.3385574951171875, 1.3380638427734375, 1.3382021484375, 1.3386884765625, 1.3383792724609376, 1.3390386962890626, 1.3381170654296874, 1.3385206298828125, 1.3384171142578125, 1.338330078125, 1.3384376220703125, 1.338135498046875, 1.3385645751953126, 1.3382369384765624, 1.3381488037109375, 1.3385615234375, 1.338334228515625, 1.3385687255859375, 1.3384263916015624, 1.338876953125, 1.3385943603515624, 1.3389271240234375, 1.3382574462890624, 1.3385318603515626, 1.338039306640625, 1.33815087890625, 1.338440673828125, 1.338408935546875, 1.3386680908203126, 1.3384068603515624, 1.3384693603515625, 1.338323974609375, 1.3382747802734376, 1.3380362548828124, 1.3383433837890626, 1.3387017822265626, 1.338533935546875, 1.3384949951171874, 1.3386751708984375, 2.853210205078125, 1.33809765625, 1.3379481201171874, 1.33806591796875, 1.338060791015625, 1.3381856689453124, 1.338239013671875, 1.33782421875, 1.338302490234375, 1.3379266357421875, 1.338209228515625, 1.3380413818359376, 1.3381734619140624, 1.3381641845703125, 1.3383076171875, 1.338155029296875, 1.3382471923828125, 1.338187744140625, 1.338287109375, 1.3382471923828125, 1.338228759765625, 1.33800244140625, 1.3384847412109375, 1.3383424072265624, 1.3381273193359375, 1.3382645263671875, 1.3383167724609375, 1.3388646240234374, 1.3382379150390624, 1.338666015625, 1.3386270751953124, 1.33897314453125, 1.3383065185546874, 1.3384427490234374, 1.338640380859375, 1.33823388671875, 1.338455078125, 1.3382747802734376, 1.33837109375, 1.338439697265625, 1.3384366455078125, 1.3383905029296874, 1.338646484375, 1.33884521484375, 1.338330078125, 1.3389864501953126, 1.3383802490234376, 1.338328125, 1.33821337890625, 1.3384385986328124, 1.3382369384765624, 1.33838232421875, 1.338428466796875, 1.338207275390625, 1.3385430908203124, 1.338228759765625, 1.3381375732421874, 1.3383997802734375, 1.33844580078125, 1.338328125, 1.3384949951171874, 1.3387335205078126, 1.3386895751953125, 2.851811279296875, 1.3381427001953126, 1.338029052734375, 1.3379471435546875, 1.3380321044921875, 1.3382861328125, 1.3381212158203124, 1.337881591796875, 1.3381683349609375, 1.3383577880859374, 1.33817041015625, 1.338059814453125, 1.338250244140625, 1.33771875, 1.33808642578125, 1.33836181640625, 1.3384345703125, 1.3382471923828125, 1.33817138671875, 1.338324951171875, 1.3382225341796874, 1.3380731201171876, 1.3383475341796875, 1.3384796142578126, 1.338498046875, 1.338177490234375, 1.338260498046875, 1.3385491943359376, 1.33831982421875, 1.338625, 1.33840283203125, 1.338828857421875, 1.33834033203125, 1.3385369873046875, 1.338491943359375, 1.3382593994140626, 1.3384049072265625, 1.3383792724609376, 1.33875, 1.33888720703125, 1.3388912353515625, 1.3387335205078126, 1.3385902099609375, 1.3390325927734374, 1.33831884765625, 1.3388984375, 1.3380587158203125, 1.338312744140625, 1.338059814453125, 1.3385400390625, 1.3383577880859374, 1.3386107177734374, 1.338830810546875, 1.3383013916015625, 1.3383731689453124, 1.3382635498046875, 1.3384385986328124, 1.33800341796875, 1.33859326171875, 1.3383843994140625, 1.3386947021484374, 1.3384888916015625, 1.3389117431640625, 2.853399658203125, 1.3380997314453125, 1.3381314697265625, 1.3383485107421875, 1.3379093017578125, 1.3382696533203124, 1.33813037109375, 1.338008544921875, 1.3382789306640626, 1.3383157958984375, 1.33842431640625, 1.3384100341796874, 1.3381949462890625, 1.3380885009765624, 1.3384017333984375, 1.3384765625, 1.3382010498046875, 1.3380526123046874, 1.3383218994140624, 1.3381622314453125, 1.338207275390625, 1.3384222412109374, 1.3384591064453124, 1.3383270263671876, 1.3385625, 1.337927734375, 1.338203125, 1.3387591552734375, 1.33834033203125, 1.338640380859375, 1.3384735107421875, 1.338603515625, 1.3385892333984375, 1.338545166015625, 1.3386025390625, 1.3384468994140626, 1.3385206298828125, 1.338261474609375, 1.338314697265625, 1.3385943603515624, 1.33827783203125, 1.3385491943359376, 1.3389219970703126, 1.3390673828125, 1.3380843505859374, 1.33874169921875, 1.338102783203125, 1.3382635498046875, 1.33827685546875, 1.338281982421875, 1.3385645751953126, 1.33852978515625, 1.3383935546875, 1.3382266845703126, 1.33874169921875, 1.3383935546875, 1.3385174560546875, 1.3384385986328124, 1.3383218994140624, 1.3382532958984374, 1.338398681640625, 1.338607666015625, 1.3387099609375, 2.856235107421875, 1.3382266845703126, 1.3379635009765625, 1.338997802734375, 1.3381160888671875, 1.33855126953125, 1.3383414306640624, 1.33804541015625, 1.3381396484375, 1.3380484619140625, 1.3383055419921874, 1.338119140625, 1.3381806640625, 1.337987060546875, 1.3384642333984376, 1.3384119873046876, 1.338092529296875, 1.338167236328125, 1.3384990234375, 1.3382625732421876, 1.3382000732421875, 1.3384959716796876, 1.33859326171875, 1.3382962646484375, 1.3382880859375, 1.338103759765625, 1.338419189453125, 1.3385390625, 1.338028076171875, 1.3388687744140626, 1.3383526611328125, 1.3386536865234375, 1.338312744140625, 1.33836181640625, 1.3386044921875, 1.3382686767578125, 1.338302490234375, 1.3381314697265625, 1.3380546875, 1.33846728515625, 1.3385062255859375, 1.3385830078125, 1.3386895751953125, 1.338883056640625, 1.3383526611328125, 1.33880419921875, 1.3380731201171876, 1.338312744140625, 1.338076171875, 1.3381683349609375, 1.338346435546875, 1.338471435546875, 1.338356689453125, 1.3382635498046875, 1.338735595703125, 1.338377197265625, 1.338420166015625, 1.338218505859375, 1.3382369384765624, 1.33845703125, 1.338354736328125, 1.3386639404296874, 1.3384560546875, 2.8577626953125, 1.3383587646484374, 1.3380689697265624, 1.3380474853515625, 1.3381632080078125, 1.3382593994140626, 1.338166259765625, 1.338167236328125, 1.3380833740234375, 1.3378006591796876, 1.3386485595703126, 1.3379481201171874, 1.3380731201171876, 1.338176513671875, 1.3382532958984374, 1.3385789794921874, 1.3384898681640625, 1.338156005859375, 1.3380740966796876, 1.3381806640625, 1.3379296875, 1.3382943115234376, 1.33830859375, 1.338144775390625, 1.3381417236328126, 1.338250244140625, 1.3382861328125, 1.3385697021484375, 1.3382645263671875, 1.3386312255859374, 1.3383526611328125, 1.338724365234375, 1.33850732421875, 1.3385440673828124, 1.3388011474609376, 1.3382943115234376, 1.3387642822265624, 1.3382420654296876, 1.33886669921875, 1.338575927734375, 1.3384212646484375, 1.3385267333984374, 1.33864453125, 1.3386854248046876, 1.33810888671875, 1.3389066162109375, 1.3379942626953125, 1.33859228515625, 1.338541015625, 1.3379840087890624, 1.3384171142578125, 1.33873046875, 1.3383382568359374, 1.338566650390625, 1.33863427734375, 1.3383363037109375, 1.3384110107421876, 1.33809765625, 1.33823388671875, 1.3384151611328126, 1.338819580078125, 1.338630126953125, 1.33911962890625, 2.857397216796875, 1.338418212890625, 1.3382236328125, 1.3382666015625, 1.3380423583984375, 1.338387451171875, 1.338007568359375, 1.33800341796875, 1.337934814453125, 1.3378876953125, 1.3382880859375, 1.338082275390625, 1.3380628662109375, 1.33802392578125, 1.3383843994140625, 1.3384273681640626, 1.3381641845703125, 1.3382635498046875, 1.3379410400390626, 1.338555419921875, 1.3382379150390624, 1.3383065185546874, 1.33861279296875, 1.3383004150390625, 1.3380045166015626, 1.3382584228515626, 1.338186767578125, 1.3387325439453126, 1.33827685546875, 1.338945556640625, 1.3384222412109374, 1.3384488525390625, 1.338629150390625, 1.3385841064453126, 1.3385635986328126, 1.3383577880859374, 1.3383157958984375, 1.3384683837890625, 1.338165283203125, 1.3385482177734376, 1.338397705078125, 1.3388319091796874, 1.338493896484375, 1.338962890625, 1.338429443359375, 1.3388216552734375, 1.338155029296875, 1.3382799072265625, 1.338113037109375, 1.338430419921875, 1.3383331298828125, 1.338303466796875, 1.3383363037109375, 1.33825537109375, 1.338997802734375, 1.338502197265625, 1.3380904541015626, 1.3381529541015624, 1.3384119873046876, 1.33829736328125, 1.33835986328125, 1.3386004638671876, 1.3387745361328125]",tokens/s,0.7352663202256265,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1511.15776,9028.763648,0.0,8382.316544,7939.283456,s,10,6.163353820800782,0.6163353820800781,0.0007470918632091674,0.6161679382324219,0.6170639099121094,0.6176385223388672,0.6180982122802734,"[0.6155059814453125, 0.618213134765625, 0.6159963989257813, 0.6163756713867188, 0.6165255126953125, 0.6156544799804687, 0.6169362182617187, 0.615810791015625, 0.6163394775390625, 0.6159961547851562]",tokens/s,415.3582731791616,kWh,7.268342706892226e-06,3.9827401672268555e-06,3.547922772975501e-05,4.673031060387409e-05,tokens/kWh,5478243.065193254,MB,1511.15776,9028.763648,0.0,8382.316544,8233.862144,s,10,338.06373828125,33.806373828125004,0.0007984609104005154,33.806359375,33.807255078125,33.8074712890625,33.8076442578125,"[33.80585546875, 33.80540234375, 33.80515234375, 33.8057265625, 33.80694140625, 33.80619140625, 33.807046875, 33.80720703125, 33.80652734375, 33.8076875]",tokens/s,1.8635539061449868,kWh,0.0003991127639015516,0.00021874844576166437,0.0019414585204858576,0.002559319730149073,tokens/kWh,24615.91619751645,,s,629,343.074377746582,0.5454282635080796,0.07326490605602001,0.5365985107421875,0.5368582153320313,0.53691865234375,1.152982744140625,"[0.53646435546875, 0.5365278930664062, 0.5363026123046875, 0.53646337890625, 0.5364152221679688, 0.5364141845703125, 0.5362595825195312, 0.5367633666992188, 0.5365442504882812, 0.536468505859375, 0.53633740234375, 0.5372354736328125, 0.5362872314453125, 0.5365032958984375, 0.5362749633789062, 0.5365442504882812, 0.53628515625, 0.5367285766601563, 0.53627392578125, 0.536791015625, 0.5363978271484375, 0.53667431640625, 0.536563720703125, 0.5366732788085937, 0.536838134765625, 0.5366947631835938, 0.536542236328125, 0.5366845703125, 0.5367408447265625, 0.5366077270507813, 0.5364725952148437, 0.536553466796875, 0.5364869384765625, 0.5367019653320313, 0.53639990234375, 0.5365125122070312, 0.5365892944335937, 0.5366753540039062, 0.5366527709960938, 0.5365985107421875, 0.5364367065429687, 0.5364971313476562, 0.5365022583007812, 0.536669189453125, 0.5366814575195312, 0.536880126953125, 0.5365841674804688, 0.5367070922851562, 0.5366159057617188, 0.5367337036132812, 0.536542236328125, 0.5366917114257812, 0.5367449340820313, 0.5366814575195312, 0.5366302490234375, 0.5369927978515625, 0.5365278930664062, 0.5368565673828125, 0.5363169555664062, 0.536754150390625, 0.5366220703125, 0.536722412109375, 1.1552481689453125, 0.5366220703125, 0.53665380859375, 0.5363517456054687, 0.5367039794921875, 0.5362749633789062, 0.5365791015625, 0.5363875732421876, 0.5367131958007813, 0.5366507568359375, 0.5364859008789062, 0.5363333129882812, 0.536616943359375, 0.5362718505859375, 0.5364049682617188, 0.5362831420898437, 0.5364920043945313, 0.5363026123046875, 0.5364510498046875, 0.5363446044921875, 0.5369446411132812, 0.536501220703125, 0.5365360717773437, 0.5365380859375, 0.5368473510742188, 0.5363783569335937, 0.5365238037109376, 0.536322021484375, 0.5364418334960938, 0.5365258178710938, 0.536616943359375, 0.5366353759765625, 0.5365247802734375, 0.5364019165039062, 0.5366640625, 0.5364889526367187, 0.5364951171875, 0.5365380859375, 0.5368422241210937, 0.5365944213867188, 0.5364357299804687, 0.5369364624023437, 0.5368053588867188, 0.5364827880859375, 0.5365667724609375, 0.536827880859375, 0.5369098510742187, 0.5367900390625, 0.5367030029296875, 0.536511474609375, 0.5367756958007812, 0.5364295654296874, 0.5365196533203125, 0.5367234497070312, 0.5368340454101562, 0.53665380859375, 0.53675830078125, 0.5367869262695313, 0.5368842163085937, 0.5364653930664063, 0.5368156127929687, 0.5366251220703125, 0.5368719482421875, 1.1530455322265625, 0.5364807739257812, 0.5364070434570313, 0.5360916748046874, 0.5364459228515625, 0.5364664306640625, 0.5362728881835938, 0.5364561767578125, 0.5363179321289062, 0.5363015747070312, 0.5362913208007812, 0.5364818115234375, 0.5364510498046875, 0.5365811157226562, 0.5363619995117187, 0.536431640625, 0.5364766845703125, 0.5363486938476563, 0.5366661376953125, 0.5364039916992187, 0.5365667724609375, 0.5368156127929687, 0.5365278930664062, 0.536563720703125, 0.5365821533203124, 0.53661083984375, 0.5367490844726562, 0.5365084228515625, 0.5365073852539063, 0.5364838256835938, 0.5369405517578125, 0.5366835327148437, 0.5364766845703125, 0.5364111328125, 0.536685546875, 0.5365514526367188, 0.5366098022460938, 0.5366026000976563, 0.536764404296875, 0.5367050170898438, 0.5365821533203124, 0.5366384887695312, 0.5366681518554688, 0.5365350341796875, 0.5368494262695312, 0.5367725830078125, 0.5366947631835938, 0.536479736328125, 0.5366835327148437, 0.5368370971679688, 0.5367193603515625, 0.5365616455078125, 0.5368872680664063, 0.5366405029296875, 0.53665380859375, 0.536580078125, 0.5366814575195312, 0.536880126953125, 0.5368361206054687, 0.536501220703125, 0.5368955078125, 0.5366251220703125, 0.536826904296875, 1.153522705078125, 0.53634765625, 0.5365821533203124, 0.5365667724609375, 0.5363824462890625, 0.536453125, 0.5365995483398438, 0.5364766845703125, 0.5363558349609375, 0.5361654052734375, 0.5363988647460938, 0.5362063598632812, 0.5364572143554688, 0.5363435668945312, 0.5363967895507813, 0.5363067016601563, 0.5365360717773437, 0.5364100952148437, 0.536468505859375, 0.5365360717773437, 0.5365391235351562, 0.5364019165039062, 0.5366036376953125, 0.5365155639648438, 0.5365933837890625, 0.5365678100585938, 0.5367091064453124, 0.536384521484375, 0.5364132080078124, 0.536500244140625, 0.5366210327148437, 0.5367265014648438, 0.5366651000976562, 0.536332275390625, 0.536911865234375, 0.5366210327148437, 0.5366445922851563, 0.5366497192382812, 0.5367306518554688, 0.5367572631835937, 0.5367490844726562, 0.5369937744140625, 0.5365831909179688, 0.5366712036132812, 0.5368893432617188, 0.5367122192382813, 0.5367859497070312, 0.5366405029296875, 0.5365596313476563, 0.5366138916015625, 0.5370316772460938, 0.5365647583007812, 0.5366998901367187, 0.53686474609375, 0.5368668212890625, 0.536426513671875, 0.5366978759765625, 0.5366220703125, 0.5366784057617188, 0.5365032958984375, 0.5368002319335937, 0.5369036865234375, 0.536853515625, 1.1535677490234375, 0.536469482421875, 0.536595458984375, 0.53646435546875, 0.5364049682617188, 0.5364408569335938, 0.536322021484375, 0.5363179321289062, 0.5363466186523438, 0.5362728881835938, 0.536573974609375, 0.5363169555664062, 0.53655859375, 0.536431640625, 0.5364777221679687, 0.5363599243164062, 0.5363363647460937, 0.53625244140625, 0.5365616455078125, 0.53661083984375, 0.5366302490234375, 0.5364889526367187, 0.53648486328125, 0.5369354248046875, 0.536395751953125, 0.5367234497070312, 0.5367879638671875, 0.5365196533203125, 0.5365933837890625, 0.5366507568359375, 0.5365043334960937, 0.5367255249023437, 0.53703271484375, 0.5365176391601563, 0.5368576049804688, 0.5369425659179687, 0.5368248291015625, 0.5367470092773438, 0.5365944213867188, 0.5366569213867187, 0.5365504150390625, 0.5365616455078125, 0.5368729858398438, 0.5366384887695312, 0.5368923950195312, 0.5366179809570313, 0.5368237915039062, 0.53652685546875, 0.536647705078125, 0.5364500732421875, 0.5366619873046875, 0.5367900390625, 0.53671728515625, 0.5366435546875, 0.536826904296875, 0.5366722412109375, 0.5369088134765625, 0.5367930908203125, 0.536685546875, 0.53656884765625, 0.5368576049804688, 0.5367675170898437, 0.5367654418945312, 1.152680908203125, 0.536322021484375, 0.5365278930664062, 0.5362452392578125, 0.53627392578125, 0.5367684936523438, 0.5364306030273438, 0.5364336547851563, 0.5366886596679687, 0.5364623413085937, 0.5366046752929687, 0.5362985229492188, 0.5363906860351563, 0.5365616455078125, 0.5363148803710938, 0.5364786987304687, 0.5363906860351563, 0.5362974853515625, 0.5365278930664062, 0.5366231079101562, 0.53686474609375, 0.5363804321289063, 0.5363988647460938, 0.5364992065429688, 0.5364520874023437, 0.5365924072265625, 0.5365821533203124, 0.5365094604492188, 0.5365350341796875, 0.5365524291992188, 0.5366722412109375, 0.5365995483398438, 0.5367675170898437, 0.5365350341796875, 0.5367684936523438, 0.5365657348632813, 0.5366814575195312, 0.5366005859375, 0.5367756958007812, 0.5364551391601563, 0.5366712036132812, 0.53652685546875, 0.5366896362304687, 0.5367971801757813, 0.5366548461914062, 0.5366865844726563, 0.5367285766601563, 0.536542236328125, 0.5367767333984375, 0.5366026000976563, 0.53661083984375, 0.536585205078125, 0.53707470703125, 0.5368156127929687, 0.5367285766601563, 0.5366968383789062, 0.536796142578125, 0.5366876220703125, 0.5368606567382812, 0.5364725952148437, 0.53682177734375, 0.5371248779296875, 0.5368145751953125, 1.154049072265625, 0.536754150390625, 0.536500244140625, 0.5364705200195312, 0.536279052734375, 0.5364592895507813, 0.536521728515625, 0.5364541625976562, 0.536553466796875, 0.536447998046875, 0.5365278930664062, 0.5361920166015625, 0.5366558837890625, 0.5363538208007812, 0.536290283203125, 0.5365933837890625, 0.5363732299804688, 0.5363538208007812, 0.5366149291992187, 0.5364777221679687, 0.5366548461914062, 0.5363466186523438, 0.5363824462890625, 0.5367030029296875, 0.53656884765625, 0.5366384887695312, 0.536764404296875, 0.5365238037109376, 0.5364807739257812, 0.5365186767578125, 0.5366179809570313, 0.536680419921875, 0.536521728515625, 0.536573974609375, 0.5373849487304687, 0.53646337890625, 0.5365442504882812, 0.5368811645507813, 0.5369241333007813, 0.5366845703125, 0.536647705078125, 0.53655859375, 0.5366302490234375, 0.5366517944335938, 0.5368319702148437, 0.5368565673828125, 0.5366558837890625, 0.5367070922851562, 0.5367879638671875, 0.5363773193359375, 0.5366231079101562, 0.5366876220703125, 0.5366527709960938, 0.536853515625, 0.5369262084960937, 0.53659033203125, 0.53675830078125, 0.5368442993164062, 0.5366282348632813, 0.536585205078125, 0.536901611328125, 0.5365821533203124, 0.5368975219726563, 1.1528212890625, 0.5364930419921875, 0.5364346923828125, 0.5364602661132812, 0.5364786987304687, 0.5365841674804688, 0.536700927734375, 0.5364203491210937, 0.5365206909179687, 0.5362360229492188, 0.5365258178710938, 0.536453125, 0.5364039916992187, 0.5362821044921875, 0.536416259765625, 0.536489990234375, 0.5365043334960937, 0.5367490844726562, 0.5366927490234376, 0.536537109375, 0.536605712890625, 0.5364295654296874, 0.5365186767578125, 0.5366405029296875, 0.5365330200195313, 0.5366036376953125, 0.5368033447265625, 0.5365196533203125, 0.536685546875, 0.5364827880859375, 0.536585205078125, 0.5366415405273437, 0.5366220703125, 0.5365125122070312, 0.5367930908203125, 0.5364500732421875, 0.536690673828125, 0.5365841674804688, 0.5366343383789063, 0.5364725952148437, 0.5364572143554688, 0.5365831909179688, 0.5368606567382812, 0.536900634765625, 0.536642578125, 0.5369200439453125, 0.536875, 0.536627197265625, 0.5367439575195313, 0.5369313354492188, 0.5367183227539063, 0.5367459716796875, 0.5367490844726562, 0.5367183227539063, 0.5367930908203125, 0.5367992553710937, 0.5367244873046875, 0.5365708618164062, 0.5366456298828125, 0.536489990234375, 0.5367398681640625, 0.5367736206054687, 0.536911865234375, 1.153685546875, 0.5364326171875, 0.5368453369140626, 0.5364326171875, 0.5363701782226562, 0.5364049682617188, 0.5363363647460937, 0.5364193115234375, 0.53652685546875, 0.5361500244140625, 0.5366282348632813, 0.53642138671875, 0.5365309448242187, 0.5364653930664063, 0.5363671264648437, 0.5362626342773438, 0.5362943725585938, 0.5363496704101562, 0.5363967895507813, 0.5364561767578125, 0.536637451171875, 0.536521728515625, 0.5364653930664063, 0.5365862426757813, 0.5365125122070312, 0.5366251220703125, 0.5366927490234376, 0.5372610473632813, 0.536563720703125, 0.5365821533203124, 0.5365442504882812, 0.5365206909179687, 0.536384521484375, 0.5364254760742188, 0.5367828369140625, 0.5363783569335937, 0.5367131958007813, 0.536658935546875, 0.5366210327148437, 0.5367654418945312, 0.5365166015625, 0.5369682006835937, 0.53671728515625, 0.5366220703125, 0.53667431640625, 0.536658935546875, 0.5370972290039062, 0.536573974609375, 0.5367091064453124, 0.5366876220703125, 0.5367388305664063, 0.5366159057617188, 0.5368125610351563, 0.5367398681640625, 0.5367869262695313, 0.5366179809570313, 0.5367490844726562, 0.5368197021484375, 0.5369180297851562, 0.5365380859375, 0.5368033447265625, 0.5367613525390625, 0.5369190673828125, 1.1530567626953125, 0.5364326171875, 0.536469482421875, 0.5364152221679688, 0.5364408569335938, 0.5365975341796875, 0.53661083984375, 0.536395751953125, 0.5363558349609375, 0.5362308959960937, 0.536479736328125, 0.5363179321289062, 0.5364981689453125, 0.536501220703125, 0.5363660888671875, 0.5362943725585938, 0.536474609375, 0.5364049682617188, 0.5366415405273437, 0.5366968383789062, 0.536627197265625, 0.536537109375, 0.5364306030273438, 0.5364510498046875, 0.536933349609375, 0.5366517944335938, 0.536753173828125, 0.5365309448242187, 0.5369077758789063, 0.5366138916015625, 0.5365667724609375, 0.5371023559570313, 0.5366179809570313, 0.5367234497070312, 0.5368606567382812, 0.5366128540039062, 0.5367398681640625, 0.5365196533203125, 0.5367510986328125, 0.5366845703125, 0.536595458984375, 0.5366077270507813, 0.5368237915039062, 0.5367767333984375, 0.5368995971679688, 0.5368330078125, 0.5367787475585938, 0.536690673828125, 0.5368862915039062, 0.5365944213867188, 0.5366364135742188, 0.5365504150390625, 0.53686474609375, 0.5368176879882812, 0.536826904296875, 0.5364766845703125, 0.536711181640625, 0.5368995971679688, 0.5367941284179687, 0.5364572143554688, 0.53665380859375, 0.536563720703125, 0.5366558837890625]",tokens/s,1.8334216741321963,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,5006.11072,8173.125632,0.0,7526.678528,6833.613824,s,10,3.234631896972656,0.3234631896972656,0.001290890363598202,0.32324838256835936,0.32507350158691406,0.3250783767700195,0.3250822769165039,"[0.3225212097167969, 0.32506610107421874, 0.32166519165039065, 0.3220767822265625, 0.32293771362304685, 0.3222037658691406, 0.32355905151367187, 0.3244464111328125, 0.3250724182128906, 0.325083251953125]",tokens/s,791.4347231893512,kWh,3.805942098713583e-06,2.0851093678459165e-06,2.0185346009376354e-05,2.6076397475935855e-05,tokens/kWh,9817307.020122128,MB,5006.11072,8173.125632,0.0,7526.678528,7110.583808,s,10,176.69872265624997,17.669872265624996,0.0012983881421126473,17.6700712890625,17.6713546875,17.67136875,17.67138,"[17.667875, 17.670087890625, 17.67133984375, 17.67002734375, 17.6713515625, 17.6700546875, 17.66839453125, 17.66792578125, 17.6713828125, 17.670283203125]",tokens/s,3.5653907992623313,kWh,0.00020855451250034905,0.00011430324463261854,0.0010754413360468291,0.0013982990931797968,tokens/kWh,45054.7385085798,,s,629,179.32957586669917,0.2851026643349749,0.03850587607379773,0.2804192810058594,0.28063436889648435,0.28075439453125,0.6034208325195313,"[0.2807080993652344, 0.2805329895019531, 0.28025140380859376, 0.28053607177734374, 0.28031283569335935, 0.2804653930664063, 0.2804398193359375, 0.2805975036621094, 0.2809886779785156, 0.2807132263183594, 0.2803640441894531, 0.28059136962890624, 0.28041012573242186, 0.28036813354492185, 0.2803312683105469, 0.2803927001953125, 0.2804172668457031, 0.28025445556640627, 0.2803117980957031, 0.28033331298828124, 0.2803240966796875, 0.2801163635253906, 0.280345458984375, 0.28016845703125, 0.280369140625, 0.28039883422851564, 0.2807910461425781, 0.280511474609375, 0.280563720703125, 0.28041317749023437, 0.2805340270996094, 0.2804440002441406, 0.28055950927734374, 0.2804561767578125, 0.28033535766601564, 0.28021453857421874, 0.2805248107910156, 0.2804111328125, 0.28032101440429685, 0.2803333740234375, 0.2802308349609375, 0.2801756286621094, 0.28041830444335936, 0.28040704345703127, 0.2803896179199219, 0.2802872314453125, 0.2804316101074219, 0.2803599243164063, 0.2805401611328125, 0.28073471069335937, 0.28038763427734376, 0.28052883911132814, 0.28028314208984373, 0.2804653930664063, 0.2805145568847656, 0.28037631225585935, 0.28035687255859376, 0.28009164428710936, 0.280563720703125, 0.2805452880859375, 0.2803619689941406, 0.2802472839355469, 0.606171142578125, 0.28023602294921873, 0.2805667724609375, 0.28041830444335936, 0.28034356689453127, 0.2801756286621094, 0.2803046264648438, 0.2802882690429688, 0.2804449157714844, 0.2802883605957031, 0.2804110412597656, 0.280369140625, 0.2804029541015625, 0.2803896179199219, 0.28032205200195315, 0.28044595336914063, 0.2805125122070313, 0.28050225830078124, 0.28046234130859377, 0.2804019165039062, 0.2804981689453125, 0.2805166015625, 0.28044082641601564, 0.2806159362792969, 0.28032818603515625, 0.28030157470703126, 0.2801919860839844, 0.28039065551757814, 0.2802534484863281, 0.2802708740234375, 0.28019607543945313, 0.28049099731445315, 0.2804510803222656, 0.2804951171875, 0.2803937377929687, 0.28054119873046873, 0.28021759033203125, 0.28069683837890624, 0.28063232421875, 0.280690673828125, 0.28052377319335936, 0.28034970092773437, 0.2803292236328125, 0.2804285583496094, 0.28027392578125, 0.2803363952636719, 0.2830735473632813, 0.280342529296875, 0.2805002136230469, 0.28026470947265625, 0.280332275390625, 0.28067636108398436, 0.28094464111328127, 0.28055142211914064, 0.2803056640625, 0.28043777465820313, 0.280479736328125, 0.2805698547363281, 0.28024627685546877, 0.2804009094238281, 0.2803466186523437, 0.2804971618652344, 0.2802001953125, 0.6034718627929687, 0.2802196350097656, 0.2803599243164063, 0.28019610595703126, 0.2802452392578125, 0.28016439819335937, 0.28058108520507813, 0.28036813354492185, 0.280489990234375, 0.28041217041015626, 0.2804766845703125, 0.280406005859375, 0.28043264770507814, 0.28037017822265625, 0.2804029541015625, 0.2804766845703125, 0.2804409484863281, 0.28033114624023436, 0.280384521484375, 0.28046234130859377, 0.2805831604003906, 0.2805032958984375, 0.2803189697265625, 0.28047564697265626, 0.2804776916503906, 0.2805032958984375, 0.2803240966796875, 0.2804725646972656, 0.280263671875, 0.2804572143554688, 0.2804981689453125, 0.28048895263671875, 0.28037939453125, 0.28040704345703127, 0.28037939453125, 0.28038247680664063, 0.28024627685546877, 0.28041522216796877, 0.280531982421875, 0.28053912353515625, 0.2805320739746094, 0.28040591430664064, 0.280352783203125, 0.28057293701171876, 0.2807500915527344, 0.2806947937011719, 0.2803097839355469, 0.28375958251953126, 0.2804418640136719, 0.28035174560546877, 0.2806302795410156, 0.2805452880859375, 0.2805770263671875, 0.28036505126953126, 0.2803804016113281, 0.2804449157714844, 0.28060671997070313, 0.28033535766601564, 0.2802309265136719, 0.2807715759277344, 0.2806528015136719, 0.28054833984375, 0.2802769775390625, 0.6030131225585937, 0.280258544921875, 0.28030975341796877, 0.28019097900390627, 0.28033331298828124, 0.2803947448730469, 0.2806056823730469, 0.2804992065429687, 0.280352783203125, 0.28040499877929687, 0.28040704345703127, 0.2803046264648438, 0.2813982849121094, 0.2808186950683594, 0.28054425048828124, 0.2802554931640625, 0.280458251953125, 0.28053811645507815, 0.280384521484375, 0.2803640441894531, 0.28048382568359376, 0.2803180236816406, 0.2802380065917969, 0.280384521484375, 0.280332275390625, 0.2803558349609375, 0.280263671875, 0.28042752075195315, 0.2803292236328125, 0.28048382568359376, 0.28054022216796876, 0.28073977661132815, 0.28061285400390623, 0.28051358032226564, 0.28070404052734377, 0.28075820922851563, 0.2804500427246094, 0.2803436279296875, 0.2801786193847656, 0.28026571655273436, 0.28032000732421875, 0.28032000732421875, 0.28045208740234373, 0.28043777465820313, 0.28250009155273437, 0.2803670959472656, 0.28039065551757814, 0.28047259521484375, 0.2804735717773438, 0.28055657958984376, 0.2805083923339844, 0.28037017822265625, 0.28052276611328125, 0.2804500427246094, 0.28042648315429686, 0.2804561767578125, 0.28051864624023437, 0.28045208740234373, 0.280205322265625, 0.28048281860351565, 0.280342529296875, 0.28044287109375, 0.28014181518554687, 0.6037985229492188, 0.28016024780273435, 0.2806005859375, 0.2805433349609375, 0.2804161682128906, 0.2803446044921875, 0.2804192810058594, 0.28039065551757814, 0.28035482788085936, 0.2803814392089844, 0.28049099731445315, 0.2804490356445313, 0.280406005859375, 0.28048590087890624, 0.2803670959472656, 0.28037939453125, 0.2804244384765625, 0.2816696472167969, 0.2804664306640625, 0.2806661071777344, 0.2807828369140625, 0.2805749816894531, 0.28032205200195315, 0.2804725646972656, 0.2803814392089844, 0.2803445739746094, 0.2803363952636719, 0.28047564697265626, 0.28027496337890623, 0.2807398071289062, 0.28061285400390623, 0.2807162780761719, 0.2804971618652344, 0.28034970092773437, 0.28027493286132815, 0.28037734985351564, 0.2802923583984375, 0.28038861083984373, 0.280300537109375, 0.28038861083984373, 0.2803998718261719, 0.2803978271484375, 0.2803036193847656, 0.28044390869140623, 0.2803814392089844, 0.2804592590332031, 0.28030877685546873, 0.2804520568847656, 0.2805401611328125, 0.28040093994140625, 0.28047869873046877, 0.2802821044921875, 0.28053607177734374, 0.280384521484375, 0.28043060302734374, 0.28053607177734374, 0.2805882873535156, 0.2829209594726563, 0.28022271728515624, 0.28046746826171876, 0.28047564697265626, 0.28037734985351564, 0.2803466186523437, 0.6032896118164063, 0.28028729248046874, 0.280363037109375, 0.2801775817871094, 0.28032717895507814, 0.28021353149414063, 0.28027389526367186, 0.2802452392578125, 0.2804510803222656, 0.2805073852539062, 0.28084429931640625, 0.2804039611816406, 0.28040093994140625, 0.28040298461914065, 0.2804899291992187, 0.2803292236328125, 0.28033535766601564, 0.2803394470214844, 0.280374267578125, 0.2803261413574219, 0.28048794555664064, 0.28052581787109376, 0.28022271728515624, 0.2803998718261719, 0.28032818603515625, 0.2804019165039062, 0.2803507080078125, 0.28050125122070313, 0.28041217041015626, 0.28047579956054686, 0.2804621887207031, 0.28067019653320313, 0.2804643859863281, 0.2803978271484375, 0.28047360229492185, 0.2806077575683594, 0.28034356689453127, 0.2804471740722656, 0.2830160522460938, 0.28041522216796877, 0.2804878845214844, 0.2803507080078125, 0.28064254760742186, 0.28075726318359373, 0.28046847534179686, 0.2805565490722656, 0.2804930419921875, 0.280406005859375, 0.28038247680664063, 0.28038861083984373, 0.28051763916015626, 0.28036300659179686, 0.2802964477539063, 0.2803466186523437, 0.28047052001953127, 0.280489990234375, 0.280458251953125, 0.2804019165039062, 0.28022988891601563, 0.2804500427246094, 0.280489990234375, 0.28060671997070313, 0.28033535766601564, 0.6047180786132812, 0.2801838073730469, 0.2804490356445313, 0.28032305908203126, 0.2802616271972656, 0.28019915771484377, 0.2802657775878906, 0.2804325866699219, 0.28046847534179686, 0.2803947448730469, 0.28039065551757814, 0.28033642578125, 0.28051556396484373, 0.2802339782714844, 0.28041522216796877, 0.2803292236328125, 0.28062619018554685, 0.28064254760742186, 0.280531982421875, 0.28036300659179686, 0.2804572143554688, 0.2804643859863281, 0.2804633483886719, 0.28211508178710937, 0.28030157470703126, 0.2803814392089844, 0.2802503662109375, 0.28055142211914064, 0.2803292236328125, 0.28034765625, 0.28033023071289065, 0.28057089233398436, 0.28050125122070313, 0.2804154052734375, 0.2804631958007813, 0.28067019653320313, 0.2802503662109375, 0.28074188232421876, 0.28085147094726565, 0.2804930419921875, 0.28036813354492185, 0.280416259765625, 0.2802923583984375, 0.2804019165039062, 0.2803046264648438, 0.2803619689941406, 0.2803456115722656, 0.2802769775390625, 0.280453125, 0.2803978271484375, 0.28041317749023437, 0.28027392578125, 0.28071218872070314, 0.28065689086914064, 0.2804090881347656, 0.28041217041015626, 0.28040704345703127, 0.28029541015625, 0.2801346435546875, 0.28052581787109376, 0.2804592590332031, 0.28048590087890624, 0.2802903137207031, 0.6054840087890625, 0.28021453857421874, 0.280310791015625, 0.28032205200195315, 0.28034765625, 0.28025753784179686, 0.2805084533691406, 0.2806282043457031, 0.28064358520507815, 0.28045111083984375, 0.28058212280273437, 0.2803957824707031, 0.28048794555664064, 0.28039886474609377, 0.2804111022949219, 0.2803732604980469, 0.28168295288085937, 0.28037734985351564, 0.280384521484375, 0.2804725646972656, 0.280384521484375, 0.28036505126953126, 0.28022476196289064, 0.2803456115722656, 0.2803947448730469, 0.28043365478515625, 0.2802872314453125, 0.2803343505859375, 0.28028005981445314, 0.2804500427246094, 0.28037118530273436, 0.280627197265625, 0.28052581787109376, 0.28042138671875, 0.28047052001953127, 0.2803825378417969, 0.28021856689453123, 0.2804111328125, 0.280310791015625, 0.28049612426757814, 0.28038348388671874, 0.280332275390625, 0.2804029541015625, 0.2804561767578125, 0.2804613037109375, 0.28042138671875, 0.2804080505371094, 0.280585205078125, 0.2807091064453125, 0.28042138671875, 0.28039678955078123, 0.2802759704589844, 0.28042648315429686, 0.2803343505859375, 0.2803670959472656, 0.28048590087890624, 0.28051864624023437, 0.28044512939453126, 0.28021951293945313, 0.2805595397949219, 0.28056781005859377, 0.28054425048828124, 0.28022271728515624, 0.6061547241210937, 0.2803138427734375, 0.280384521484375, 0.2803660888671875, 0.28042657470703125, 0.280196044921875, 0.2803947448730469, 0.28044699096679687, 0.28030670166015625, 0.2804285583496094, 0.28048895263671875, 0.2804090881347656, 0.2807029724121094, 0.280764404296875, 0.2804920349121094, 0.280521728515625, 0.2805084228515625, 0.28190618896484376, 0.2804491271972656, 0.28042230224609377, 0.2804757080078125, 0.28043154907226564, 0.28037118530273436, 0.28051864624023437, 0.28060467529296873, 0.2805248107910156, 0.2803466186523437, 0.28050942993164063, 0.2803037109375, 0.2804366455078125, 0.2803835144042969, 0.28081353759765626, 0.28074496459960935, 0.28037835693359375, 0.28037631225585935, 0.2805555114746094, 0.28037939453125, 0.2805688171386719, 0.2804551696777344, 0.280510498046875, 0.2805585632324219, 0.2803660888671875, 0.280416259765625, 0.28055859375, 0.28047052001953127, 0.2804244384765625, 0.2805206909179688, 0.28048593139648437, 0.2806968078613281, 0.28052993774414064, 0.2805851745605469, 0.28038247680664063, 0.28042138671875, 0.2804561767578125, 0.28033740234375, 0.2804776916503906, 0.2805770263671875, 0.2803240966796875, 0.28041522216796877, 0.280511474609375, 0.28045413208007813, 0.2804766845703125, 0.28029034423828125, 0.6060789184570312, 0.28018893432617187, 0.28060467529296873, 0.28061285400390623, 0.28044287109375, 0.2802237548828125, 0.2804111328125, 0.28039678955078123, 0.2804664306640625, 0.2803947448730469, 0.2804111328125, 0.2804019165039062, 0.28042752075195315, 0.2803138427734375, 0.28037631225585935, 0.2802904052734375, 0.28029736328125, 0.28034970092773437, 0.28041934204101565, 0.2805073852539062, 0.2807215576171875, 0.28053692626953125, 0.28042752075195315, 0.2806824951171875, 0.2805852661132813, 0.280438720703125, 0.28213861083984376, 0.280531982421875, 0.28032000732421875, 0.28051559448242186, 0.28042648315429686, 0.280711181640625, 0.2804653930664063, 0.28054425048828124, 0.2804316101074219, 0.2805401611328125, 0.2803804016113281, 0.2804695129394531, 0.28054629516601565, 0.2805770263671875, 0.28039486694335936, 0.280461181640625, 0.28036300659179686, 0.28038247680664063, 0.2803312683105469, 0.2803261413574219, 0.28028005981445314, 0.28033023071289065, 0.28046234130859377, 0.2805422058105469, 0.28042755126953123, 0.2803332824707031, 0.2804695129394531, 0.28044082641601564, 0.2805206909179688, 0.28069171142578125, 0.28068865966796874, 0.2804121398925781, 0.28018893432617187, 0.2804930419921875, 0.28053094482421875, 0.2804398193359375, 0.2802923583984375]",tokens/s,3.5075084350143877,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,M,M,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/M/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474cc-73916d0d1213bb8743618545;2ad7ab33-25d5-4dfe-83ee-97a0aa035d83) Repository Not Found for url: https://huggingface.co/M/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: M is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1681.686528,4268.228608,0.0,3621.781504,3321.9712,s,10,1.583663101196289,0.1583663101196289,0.00028517565875513495,0.15828945922851562,0.15883348999023436,0.15886841278076172,0.15889635101318358,"[0.1582950134277344, 0.158136962890625, 0.1580455322265625, 0.15811447143554688, 0.1581764831542969, 0.15830694580078125, 0.15828390502929687, 0.15857472229003905, 0.15890333557128905, 0.15882572937011719]",tokens/s,1616.5054285006656,kWh,1.8655143833408754e-06,1.022216432221512e-06,9.46146156221954e-06,1.2349192377781926e-05,tokens/kWh,20730100.574073404,MB,1681.686528,4268.228608,0.0,3621.781504,3406.526464,s,10,87.17510351562501,8.7175103515625,0.0005720791478385963,8.7176201171875,8.718224902343751,8.718243798828125,8.718258916015625,"[8.718220703125, 8.7169267578125, 8.71637890625, 8.7175732421875, 8.7182626953125, 8.716947265625, 8.7178037109375, 8.7178896484375, 8.7176669921875, 8.71743359375]",tokens/s,7.226833976596089,kWh,0.0001029141491661883,5.64047130914048e-05,0.0005256037442673795,0.0006849226065249726,tokens/kWh,91981.19524720781,,s,629,88.46178701782235,0.1406387710935171,0.01882959132600253,0.13834854125976562,0.13850152587890624,0.13867642822265627,0.296638603515625,"[0.13874893188476561, 0.13823794555664062, 0.1387090606689453, 0.13874681091308594, 0.13829632568359376, 0.13819903564453126, 0.1383434295654297, 0.13825843811035157, 0.1382144012451172, 0.13823794555664062, 0.13831578063964844, 0.1382645721435547, 0.13834136962890625, 0.1382574005126953, 0.13832704162597656, 0.13822055053710938, 0.13825433349609376, 0.13823898315429686, 0.1382092742919922, 0.13825228881835938, 0.1382686767578125, 0.13842431640625, 0.13824409484863281, 0.13849600219726563, 0.1383505859375, 0.13832293701171874, 0.1384253387451172, 0.13835264587402343, 0.13830758666992188, 0.13865061950683594, 0.1384110107421875, 0.13836390686035155, 0.13825228881835938, 0.13831884765625, 0.13840281677246094, 0.13841510009765626, 0.13881753540039063, 0.1382993927001953, 0.13841714477539063, 0.1383618621826172, 0.1383505859375, 0.13845298767089845, 0.13827792358398439, 0.13828912353515624, 0.1383690185546875, 0.13831680297851562, 0.13837925720214844, 0.13827891540527343, 0.1384478759765625, 0.13843251037597656, 0.13837925720214844, 0.13837925720214844, 0.13835775756835939, 0.13839462280273437, 0.1383260192871094, 0.13884214782714843, 0.13843965148925783, 0.13838847351074218, 0.1384253387451172, 0.13838438415527343, 0.13832089233398437, 0.1384099884033203, 0.29658624267578126, 0.13887078857421875, 0.1382993927001953, 0.1382809600830078, 0.13825843811035157, 0.13826661682128907, 0.13827174377441406, 0.13846937561035155, 0.13834445190429687, 0.1388011474609375, 0.13835673522949218, 0.13839564514160158, 0.1383198699951172, 0.13822055053710938, 0.13839666748046875, 0.13854208374023438, 0.13829119873046875, 0.13824310302734374, 0.1382747802734375, 0.1382645721435547, 0.13832806396484376, 0.13839053344726562, 0.13832908630371094, 0.13832806396484376, 0.13838438415527343, 0.13835673522949218, 0.13829017639160157, 0.13831167602539063, 0.13832293701171874, 0.13838540649414063, 0.1383690185546875, 0.13821951293945312, 0.13832191467285157, 0.13830656433105468, 0.1383546905517578, 0.13832704162597656, 0.13847450256347657, 0.13827072143554686, 0.13833319091796875, 0.13845298767089845, 0.1382451171875, 0.13835980224609376, 0.13828504943847655, 0.13829228210449218, 0.13837408447265626, 0.1386639404296875, 0.1384867858886719, 0.13827174377441406, 0.13840486145019532, 0.1383362579345703, 0.13834034729003905, 0.13835775756835939, 0.1383004150390625, 0.13830963134765625, 0.13847552490234374, 0.13837823486328124, 0.13841203308105468, 0.13837210083007812, 0.13834547424316407, 0.13841510009765626, 0.13835775756835939, 0.1383751678466797, 0.13831578063964844, 0.29665896606445313, 0.1382195587158203, 0.1383095703125, 0.13823794555664062, 0.13829426574707032, 0.1382686767578125, 0.13836288452148438, 0.13828504943847655, 0.13830860900878905, 0.13836390686035155, 0.13821644592285157, 0.13833830261230468, 0.1383362579345703, 0.13836082458496093, 0.13837925720214844, 0.13833010864257814, 0.13830758666992188, 0.13829530334472656, 0.13831475830078124, 0.1382993927001953, 0.13838029479980468, 0.13828402709960938, 0.138323974609375, 0.13838438415527343, 0.13827993774414063, 0.13833830261230468, 0.13829222106933595, 0.1383618621826172, 0.13843455505371094, 0.13827789306640625, 0.13831167602539063, 0.1383198699951172, 0.13833010864257814, 0.13823078918457032, 0.1382809600830078, 0.138355712890625, 0.13835264587402343, 0.13841612243652343, 0.13828402709960938, 0.1382993927001953, 0.1383024597167969, 0.13831475830078124, 0.1383864288330078, 0.138323974609375, 0.13834034729003905, 0.13832293701171874, 0.13832499694824218, 0.1388574676513672, 0.13835162353515626, 0.13842230224609375, 0.138472412109375, 0.13831782531738282, 0.13835673522949218, 0.138281982421875, 0.13892300415039063, 0.13834445190429687, 0.13846322631835936, 0.13840383911132811, 0.1384488983154297, 0.13849497985839843, 0.1383505859375, 0.13831167602539063, 0.13832293701171874, 0.2965770263671875, 0.1384253387451172, 0.13832806396484376, 0.13837004089355467, 0.13827789306640625, 0.13832293701171874, 0.1383505859375, 0.1382266845703125, 0.13837619018554687, 0.13834854125976562, 0.1382256622314453, 0.13822770690917968, 0.13822770690917968, 0.1383362579345703, 0.13832191467285157, 0.13843251037597656, 0.13825843811035157, 0.138461181640625, 0.1384918975830078, 0.13828608703613282, 0.13837925720214844, 0.13824716186523436, 0.13841714477539063, 0.1383260192871094, 0.13838438415527343, 0.13837619018554687, 0.13872639465332032, 0.13840281677246094, 0.13840281677246094, 0.1383618621826172, 0.13838131713867188, 0.1382461395263672, 0.1383679962158203, 0.1383055419921875, 0.1383198699951172, 0.1383546905517578, 0.13835366821289063, 0.13837312316894532, 0.1383936004638672, 0.1382318115234375, 0.13845401000976562, 0.13834547424316407, 0.13829426574707032, 0.13842329406738282, 0.13831884765625, 0.13838131713867188, 0.13835162353515626, 0.13844070434570313, 0.13824716186523436, 0.1384304656982422, 0.13844685363769532, 0.13840077209472657, 0.138387451171875, 0.13831578063964844, 0.13828300476074218, 0.13877452087402345, 0.13832806396484376, 0.1384550476074219, 0.13841920471191407, 0.13836288452148438, 0.138503173828125, 0.1383372802734375, 0.1387868194580078, 0.29677056884765624, 0.13829837036132814, 0.13832908630371094, 0.13827378845214844, 0.13825433349609376, 0.13828402709960938, 0.13835673522949218, 0.13831884765625, 0.13847142028808593, 0.13828915405273437, 0.1382318115234375, 0.1383198699951172, 0.1383434295654297, 0.13826048278808595, 0.1383505859375, 0.13825126647949218, 0.13859225463867186, 0.1383690185546875, 0.13837312316894532, 0.13834034729003905, 0.13842124938964845, 0.13826252746582032, 0.13831065368652343, 0.138355712890625, 0.1383690185546875, 0.13850930786132812, 0.13859429931640624, 0.13835264587402343, 0.1383424072265625, 0.13831475830078124, 0.13836390686035155, 0.13860147094726563, 0.138355712890625, 0.13835366821289063, 0.13864959716796876, 0.13839053344726562, 0.1384253387451172, 0.13835673522949218, 0.13837210083007812, 0.13840792846679686, 0.13845913696289064, 0.13834854125976562, 0.13840383911132811, 0.13843661499023438, 0.13839155578613282, 0.13844070434570313, 0.13837619018554687, 0.1383014373779297, 0.1384110107421875, 0.13841612243652343, 0.13826661682128907, 0.1384110107421875, 0.13836595153808592, 0.13837823486328124, 0.13837004089355467, 0.13841612243652343, 0.1384110107421875, 0.13839155578613282, 0.13848268127441407, 0.1384847412109375, 0.13839053344726562, 0.13836595153808592, 0.13842227172851562, 0.2971187133789063, 0.13832089233398437, 0.13839158630371093, 0.1383167724609375, 0.13837210083007812, 0.13820314025878908, 0.13867007446289062, 0.138355712890625, 0.13828504943847655, 0.13829426574707032, 0.1383690185546875, 0.13840383911132811, 0.13829119873046875, 0.13828402709960938, 0.1383004150390625, 0.1383004150390625, 0.13830860900878905, 0.13832806396484376, 0.13828915405273437, 0.1382635498046875, 0.13831782531738282, 0.13818777465820312, 0.1382676544189453, 0.1382758331298828, 0.13840792846679686, 0.138281982421875, 0.13831065368652343, 0.13835264587402343, 0.13832191467285157, 0.13827378845214844, 0.1386229705810547, 0.13837312316894532, 0.13835366821289063, 0.13831167602539063, 0.13868141174316406, 0.1382911376953125, 0.1383362579345703, 0.13839768981933595, 0.1382993927001953, 0.1383014373779297, 0.1384734649658203, 0.13832499694824218, 0.1386997833251953, 0.13829119873046875, 0.13838336181640626, 0.13838438415527343, 0.13841714477539063, 0.138287109375, 0.1383864288330078, 0.138323974609375, 0.138392578125, 0.13832908630371094, 0.13835673522949218, 0.138503173828125, 0.13846937561035155, 0.1383372802734375, 0.13842437744140626, 0.13832595825195312, 0.13841305541992188, 0.1383321533203125, 0.13840486145019532, 0.13832089233398437, 0.13844175720214844, 0.2967654113769531, 0.1383126983642578, 0.13833319091796875, 0.13828915405273437, 0.13823794555664062, 0.1382451171875, 0.13833932495117188, 0.1386270751953125, 0.13831782531738282, 0.13834037780761718, 0.13829629516601563, 0.13833319091796875, 0.1384253387451172, 0.13827174377441406, 0.13836697387695313, 0.13856256103515624, 0.13833932495117188, 0.1382635498046875, 0.13844583129882812, 0.13856562805175782, 0.13834445190429687, 0.13823385620117187, 0.13831578063964844, 0.13824716186523436, 0.13852056884765626, 0.13826150512695312, 0.13831065368652343, 0.138392578125, 0.13825331115722655, 0.13829426574707032, 0.13835366821289063, 0.13834649658203124, 0.13856871032714843, 0.13839155578613282, 0.13838951110839845, 0.13831167602539063, 0.13832806396484376, 0.1382993927001953, 0.13839462280273437, 0.13844377136230468, 0.13846322631835936, 0.1383014373779297, 0.13873971557617187, 0.13834445190429687, 0.13831680297851562, 0.13839053344726562, 0.13839155578613282, 0.13841203308105468, 0.13847244262695313, 0.13837721252441407, 0.13869772338867187, 0.13841203308105468, 0.1384550476074219, 0.138355712890625, 0.1384550476074219, 0.1384110107421875, 0.13838029479980468, 0.1382758331298828, 0.138392578125, 0.1384058837890625, 0.13826048278808595, 0.13832499694824218, 0.13841510009765626, 0.29698150634765624, 0.13828402709960938, 0.1383321533203125, 0.13833319091796875, 0.13822872924804688, 0.13825946044921875, 0.13832293701171874, 0.13828504943847655, 0.13828300476074218, 0.13822872924804688, 0.13829017639160157, 0.13832293701171874, 0.13823898315429686, 0.13824514770507812, 0.13829014587402344, 0.13880528259277344, 0.13830551147460937, 0.13830860900878905, 0.13829734802246094, 0.13829017639160157, 0.13832806396484376, 0.13825535583496093, 0.13829837036132814, 0.13860453796386718, 0.13838029479980468, 0.13854106140136718, 0.13831475830078124, 0.13839974975585936, 0.13824102783203124, 0.1382748107910156, 0.13838131713867188, 0.13829734802246094, 0.13846630859375, 0.13836492919921875, 0.13829530334472656, 0.13852056884765626, 0.13864242553710937, 0.13831167602539063, 0.13834751892089844, 0.13836904907226563, 0.13835977172851563, 0.1383864288330078, 0.13830860900878905, 0.13829426574707032, 0.1383936004638672, 0.13825126647949218, 0.13829530334472656, 0.1383434295654297, 0.13832293701171874, 0.13847039794921875, 0.13878271484375, 0.13842022705078125, 0.138429443359375, 0.1383362579345703, 0.13832704162597656, 0.1385994873046875, 0.13846316528320313, 0.13836492919921875, 0.13872332763671874, 0.13854208374023438, 0.13858406066894532, 0.1384796142578125, 0.13840179443359374, 0.29745150756835936, 0.13822976684570312, 0.13838951110839845, 0.13827891540527343, 0.13832908630371094, 0.13836495971679688, 0.13837103271484374, 0.13821542358398436, 0.1382574005126953, 0.138208251953125, 0.1382676544189453, 0.13829426574707032, 0.13823692321777345, 0.13829119873046875, 0.13852569580078125, 0.13831578063964844, 0.13835366821289063, 0.1382676544189453, 0.13832293701171874, 0.13835264587402343, 0.13850111389160155, 0.13849293518066405, 0.1383321533203125, 0.13867213439941406, 0.13833319091796875, 0.13827789306640625, 0.13829734802246094, 0.13831782531738282, 0.13837004089355467, 0.1383321533203125, 0.13829119873046875, 0.13867724609375, 0.13839564514160158, 0.13856874084472656, 0.13847138977050782, 0.1383198699951172, 0.13826252746582032, 0.13833830261230468, 0.1383424072265625, 0.13829530334472656, 0.13835775756835939, 0.13840486145019532, 0.13839666748046875, 0.138503173828125, 0.13838029479980468, 0.13838131713867188, 0.13832191467285157, 0.13837213134765625, 0.1383485107421875, 0.13844383239746094, 0.1384222106933594, 0.13834547424316407, 0.13841203308105468, 0.13834034729003905, 0.13829837036132814, 0.1383751678466797, 0.13830656433105468, 0.13845709228515626, 0.1388421173095703, 0.13848268127441407, 0.13838029479980468, 0.1383505859375, 0.1384488983154297, 0.2973695983886719, 0.13830450439453126, 0.13867520141601564, 0.13834034729003905, 0.13825331115722655, 0.1382318115234375, 0.13836082458496093, 0.13834751892089844, 0.13834034729003905, 0.13830348205566406, 0.13829530334472656, 0.13831884765625, 0.13835366821289063, 0.13827993774414063, 0.1384417266845703, 0.13828509521484375, 0.1382430419921875, 0.1382809600830078, 0.13834034729003905, 0.1383126983642578, 0.1382993927001953, 0.1383024597167969, 0.13840792846679686, 0.1384110107421875, 0.13836697387695313, 0.13825843811035157, 0.13839974975585936, 0.138392578125, 0.1383055419921875, 0.13820314025878908, 0.1382758331298828, 0.13884825134277343, 0.1383362579345703, 0.13827891540527343, 0.13826150512695312, 0.13829632568359376, 0.13840486145019532, 0.13844377136230468, 0.13829837036132814, 0.13839768981933595, 0.13876223754882813, 0.13842329406738282, 0.13845709228515626, 0.13831782531738282, 0.13841612243652343, 0.1383751678466797, 0.13841203308105468, 0.13832499694824218, 0.1383936004638672, 0.13839155578613282, 0.13833523559570313, 0.13855641174316408, 0.13837312316894532, 0.13833010864257814, 0.13833421325683593, 0.13833830261230468, 0.13843661499023438, 0.13857279968261718, 0.13834445190429687, 0.13836492919921875, 0.13838951110839845, 0.13833830261230468, 0.13849497985839843]",tokens/s,7.110414804002053,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-9b,google/recurrentgemma-9b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2138.09152,14573.633536,0.0,13927.186432,13296.955904,s,10,9.524462036132812,0.9524462036132813,0.000891265857416365,0.9524597167968749,0.9535560302734375,0.9538353576660157,0.9540588195800781,"[0.9515840454101563, 0.9510833740234375, 0.9534939575195313, 0.9523193359375, 0.952079833984375, 0.9514719848632812, 0.9528502807617187, 0.9541146850585938, 0.9528644409179687, 0.95260009765625]",tokens/s,268.78158475388585,kWh,1.1236337399241901e-05,6.157038086166721e-06,5.925295144272591e-05,7.664632692813453e-05,tokens/kWh,3340016.5443026624,MB,2138.09152,14573.633536,0.0,13927.186432,13689.86112,s,10,525.8621210937499,52.58621210937499,0.0027067849421218283,52.585810546874995,52.5896140625,52.59033828125,52.59091765625,"[52.58308984375, 52.58875390625, 52.589453125, 52.58498046875, 52.5861875, 52.58700390625, 52.58543359375, 52.582515625, 52.583640625, 52.5910625]",tokens/s,1.198032668125348,kWh,0.000620866895226216,0.0003402891497437485,0.0033461994673614744,0.004307355512331438,tokens/kWh,14626.143539728406,,s,629,533.6008119506841,0.8483319744843936,0.11313280356594256,0.8347269287109375,0.8350589111328125,0.8351823730468749,1.786792861328125,"[0.834682861328125, 0.8342937622070312, 0.8341585693359375, 0.8342118530273438, 0.8344637451171875, 0.8344053955078125, 0.8344688720703125, 0.8342528076171875, 0.8342763671875, 0.8344125366210937, 0.8341227416992187, 0.8342896728515625, 0.8346470336914062, 0.8341258544921875, 0.8343357543945312, 0.8345692138671875, 0.834229248046875, 0.8342620239257813, 0.8341964721679688, 0.8343593139648438, 0.8343480224609375, 0.8342313232421875, 0.8345640869140625, 0.8343377685546876, 0.8348538818359375, 0.8349327392578125, 0.8347484130859375, 0.8349931640625, 0.8345261840820313, 0.834924560546875, 0.8346583251953125, 0.83476171875, 0.8345702514648438, 0.834703369140625, 0.8348897094726563, 0.8348047485351563, 0.8346419067382812, 0.8347156372070312, 0.8346367797851563, 0.8350587158203125, 0.8347269287109375, 0.8347371215820313, 0.8349706420898437, 0.8348590087890625, 0.834555908203125, 0.83485595703125, 0.8347228393554688, 0.8347893676757813, 0.8350740356445312, 0.8348026733398437, 0.8345886840820312, 0.8347432861328125, 0.8351293334960938, 0.8347053833007813, 0.8349522094726562, 0.8347996215820312, 0.8348590087890625, 0.83489794921875, 0.8348917846679688, 0.8345599975585938, 0.8353935546875, 0.8349419555664063, 1.7868175048828125, 0.8342230834960938, 0.8342978515625, 0.8346183471679688, 0.8344473876953125, 0.8342517700195312, 0.8344483642578125, 0.834387939453125, 0.8345989379882812, 0.8346204223632813, 0.8344965209960937, 0.8343121948242187, 0.8344852294921875, 0.8341565551757812, 0.8343787231445312, 0.8348733520507813, 0.8345046997070312, 0.8341094360351563, 0.8347269287109375, 0.8343941040039062, 0.8345180053710938, 0.8347125854492188, 0.8347975463867188, 0.8345855712890625, 0.8347238159179687, 0.8345282592773438, 0.8349112548828125, 0.8351078491210937, 0.8348078002929687, 0.8343756713867188, 0.834988037109375, 0.8349102172851562, 0.834935791015625, 0.8349122314453125, 0.835252197265625, 0.8348180541992187, 0.8347801513671875, 0.8343818359375, 0.8346890258789063, 0.835430419921875, 0.834893798828125, 0.8347750244140625, 0.8349317016601563, 0.834830322265625, 0.8346961669921875, 0.8345927734375, 0.8353003540039062, 0.8351181030273438, 0.835093505859375, 0.8347545776367188, 0.8347289428710938, 0.8353873901367187, 0.8348804931640625, 0.8349736938476563, 0.8347678833007812, 0.8349900512695313, 0.8349583129882813, 0.8349450073242187, 0.8352010498046875, 0.8350648193359375, 0.8347689208984375, 0.835135498046875, 0.8349644775390626, 1.7882982177734374, 0.8343951416015625, 0.8345702514648438, 0.834503662109375, 0.8344934692382813, 0.8346961669921875, 0.8345589599609375, 0.8343121948242187, 0.834440185546875, 0.8344596557617188, 0.83456103515625, 0.83433984375, 0.8345385131835937, 0.8343900146484375, 0.8344494018554688, 0.834513916015625, 0.8345794677734375, 0.8344780883789062, 0.8350054321289062, 0.8344913940429688, 0.8346275634765625, 0.8346787719726563, 0.83465625, 0.8343961791992187, 0.8346234741210937, 0.834535400390625, 0.8346961669921875, 0.8347105102539063, 0.8349071655273438, 0.8349542236328125, 0.83518359375, 0.834629638671875, 0.8346900634765625, 0.8346480712890625, 0.834956298828125, 0.8349736938476563, 0.8347739868164062, 0.8349450073242187, 0.834966552734375, 0.8349173583984375, 0.8349839477539063, 0.8350628051757812, 0.8349573364257813, 0.834882568359375, 0.8346941528320313, 0.8345119018554688, 0.8350259399414063, 0.8348150024414063, 0.8349531860351562, 0.8348753662109375, 0.8348364868164062, 0.8349389038085937, 0.8349398803710938, 0.8352788696289063, 0.8351395874023437, 0.8349398803710938, 0.8348784790039062, 0.8349163818359375, 0.8350596923828125, 0.83506689453125, 0.8348231811523438, 0.8349808349609374, 0.834951171875, 1.7868472900390624, 0.8345528564453125, 0.8343418579101562, 0.8341124877929688, 0.8343469848632813, 0.8343623657226562, 0.8343889770507813, 0.8343214111328126, 0.8344852294921875, 0.8341299438476563, 0.8345548706054687, 0.8343490600585938, 0.8343173217773437, 0.8345128784179687, 0.8343746337890625, 0.8344862670898437, 0.83447705078125, 0.834260986328125, 0.8346429443359376, 0.83445556640625, 0.8345947875976563, 0.8344791259765625, 0.834555908203125, 0.8344268798828125, 0.834423828125, 0.8350986328125, 0.8349900512695313, 0.8347545776367188, 0.8348098754882812, 0.8347924194335937, 0.834977783203125, 0.8348129272460938, 0.8351170654296876, 0.834587646484375, 0.8349450073242187, 0.8349869995117187, 0.834850830078125, 0.8346982421875, 0.834534423828125, 0.834845703125, 0.83476171875, 0.8347371215820313, 0.8347811889648438, 0.8346378173828125, 0.8346838989257812, 0.834492431640625, 0.834924560546875, 0.8347750244140625, 0.834830322265625, 0.83502490234375, 0.8348549194335938, 0.8347422485351562, 0.83500439453125, 0.8349706420898437, 0.8349859619140625, 0.8347842407226562, 0.8349552612304687, 0.834735107421875, 0.8351334228515624, 0.8350310668945312, 0.8347698974609375, 0.835146728515625, 0.835078125, 1.7867294921875, 0.8341432495117187, 0.8342363891601563, 0.8341852416992187, 0.834177001953125, 0.8342271728515624, 0.8342907104492188, 0.83418212890625, 0.8349368286132812, 0.834535400390625, 0.8345702514648438, 0.8341156005859375, 0.8344268798828125, 0.8342333374023437, 0.8345897216796875, 0.8344995727539063, 0.8345313110351562, 0.8341831665039062, 0.8344432373046875, 0.8344432373046875, 0.83475048828125, 0.8347658081054687, 0.8345958251953125, 0.8344566040039062, 0.8343009033203125, 0.8346838989257812, 0.8348999633789063, 0.834724853515625, 0.8349030151367187, 0.834639892578125, 0.8345927734375, 0.8349010009765625, 0.8353320922851563, 0.8350453491210937, 0.8347750244140625, 0.8348682250976562, 0.8347381591796875, 0.8345548706054687, 0.8348416137695313, 0.8348866577148437, 0.83475048828125, 0.834746337890625, 0.834629638671875, 0.8345282592773438, 0.835156982421875, 0.834893798828125, 0.8350576782226562, 0.8349450073242187, 0.83503515625, 0.834788330078125, 0.834946044921875, 0.83485595703125, 0.8349910888671875, 0.8349921264648438, 0.8349071655273438, 0.8349061279296875, 0.8352890625, 0.8352337646484375, 0.8350382080078125, 0.834914306640625, 0.8347606811523437, 0.8348948364257812, 0.835061767578125, 1.7860587158203125, 0.834165771484375, 0.8344586181640625, 0.8341688232421876, 0.8344995727539063, 0.8346132202148437, 0.8350341186523438, 0.8343357543945312, 0.8344862670898437, 0.8341483764648437, 0.8349183959960937, 0.8344995727539063, 0.8343695068359375, 0.8342363891601563, 0.8343859252929687, 0.8345548706054687, 0.8345753784179688, 0.834408447265625, 0.8345077514648438, 0.8346419067382812, 0.8345426025390625, 0.8343992309570313, 0.8350105590820313, 0.8343418579101562, 0.8344637451171875, 0.8345548706054687, 0.8347647705078125, 0.8346941528320313, 0.834861083984375, 0.8348579711914063, 0.8345436401367188, 0.8349286499023437, 0.834966552734375, 0.8346255493164062, 0.835093505859375, 0.8349757690429688, 0.83471875, 0.8343787231445312, 0.8349317016601563, 0.834845703125, 0.8347361450195312, 0.834967529296875, 0.8349573364257813, 0.834956298828125, 0.8346603393554688, 0.8344596557617188, 0.8353290405273438, 0.8348866577148437, 0.834787353515625, 0.8346787719726563, 0.8349655151367188, 0.8352112426757813, 0.8350740356445312, 0.8352041015625, 0.8347975463867188, 0.8348416137695313, 0.8347391967773438, 0.8346911010742187, 0.8352808837890625, 0.83521435546875, 0.834703369140625, 0.8347965698242188, 0.834998291015625, 1.78752001953125, 0.8347678833007812, 0.834503662109375, 0.834302978515625, 0.8343859252929687, 0.83456103515625, 0.8345518188476563, 0.8344125366210937, 0.8346521606445313, 0.8343797607421874, 0.8345968627929687, 0.8342774047851562, 0.8345211181640625, 0.8346624145507813, 0.83424462890625, 0.8344575805664063, 0.8346173706054687, 0.8346552124023437, 0.8345446166992188, 0.8346122436523438, 0.8346255493164062, 0.834783203125, 0.8346234741210937, 0.8342753295898437, 0.8343674926757813, 0.8347218017578125, 0.834798583984375, 0.8347105102539063, 0.8348784790039062, 0.8344708862304687, 0.834787353515625, 0.83479345703125, 0.8349317016601563, 0.8347125854492188, 0.834745361328125, 0.8348477172851563, 0.8348313598632813, 0.8347852783203125, 0.834724853515625, 0.8346500854492187, 0.8346132202148437, 0.8347371215820313, 0.8348262329101562, 0.8346470336914062, 0.83481396484375, 0.8345538330078125, 0.83481396484375, 0.8347647705078125, 0.8349573364257813, 0.8350382080078125, 0.834713623046875, 0.8346500854492187, 0.8347996215820312, 0.835040283203125, 0.8347586669921875, 0.8349091796875, 0.8350494995117187, 0.8348129272460938, 0.8350484619140625, 0.8348948364257812, 0.8345743408203125, 0.8352296752929688, 0.8348313598632813, 1.788642333984375, 0.8340940551757813, 0.8344114990234375, 0.83424462890625, 0.8343787231445312, 0.83405517578125, 0.834418701171875, 0.8343460083007812, 0.834207763671875, 0.8341616821289063, 0.8344893188476562, 0.8343357543945312, 0.8343091430664062, 0.834165771484375, 0.8341248168945312, 0.8344432373046875, 0.8347105102539063, 0.834681884765625, 0.834597900390625, 0.8342968139648438, 0.834440185546875, 0.834639892578125, 0.8344279174804687, 0.8344360961914062, 0.8344442749023437, 0.834640869140625, 0.8348078002929687, 0.8347709350585938, 0.8345651245117187, 0.8344330444335938, 0.8347053833007813, 0.8346122436523438, 0.8348098754882812, 0.834966552734375, 0.8348231811523438, 0.8348170166015625, 0.8347811889648438, 0.8344688720703125, 0.8346961669921875, 0.8346675415039062, 0.8345651245117187, 0.8342907104492188, 0.8346798095703125, 0.8348426513671875, 0.8348170166015625, 0.8349030151367187, 0.8349419555664063, 0.8349235229492188, 0.8349716186523437, 0.8348743896484375, 0.8346787719726563, 0.8350115966796875, 0.8351600341796875, 0.8349306640625, 0.8350658569335937, 0.835041259765625, 0.8350576782226562, 0.835251220703125, 0.83497265625, 0.8350494995117187, 0.8347269287109375, 0.834830322265625, 0.8350289916992187, 1.78766748046875, 0.83426611328125, 0.8343654174804688, 0.834634765625, 0.8344811401367187, 0.8341258544921875, 0.8341831665039062, 0.8341156005859375, 0.8343541870117187, 0.8342435913085937, 0.8344391479492187, 0.8341227416992187, 0.834418701171875, 0.8343275756835937, 0.83437158203125, 0.8348528442382812, 0.834608154296875, 0.834366455078125, 0.83451904296875, 0.834234375, 0.8344944458007812, 0.834292724609375, 0.8343521118164062, 0.834376708984375, 0.8346265869140626, 0.8344647827148437, 0.8347228393554688, 0.8350556030273437, 0.8349429931640625, 0.8343541870117187, 0.8348876953125, 0.8348067626953125, 0.8346337280273437, 0.83466650390625, 0.8347709350585938, 0.8348590087890625, 0.8349972534179687, 0.8345128784179687, 0.834745361328125, 0.8351385498046875, 0.8349747314453125, 0.8345426025390625, 0.834862060546875, 0.8350556030273437, 0.8347289428710938, 0.83458251953125, 0.834946044921875, 0.8351549682617188, 0.8348118896484376, 0.8348641357421875, 0.83482421875, 0.83496240234375, 0.8349696044921875, 0.8351129760742187, 0.8347647705078125, 0.8348590087890625, 0.83489794921875, 0.8346439819335938, 0.8349061279296875, 0.8348887329101562, 0.8347258911132812, 0.8349163818359375, 0.834999267578125, 1.78733056640625, 0.834386962890625, 0.8344320068359375, 0.8341463012695313, 0.8343848876953125, 0.834566162109375, 0.8346808471679688, 0.8345159912109374, 0.8351702880859375, 0.8344146118164063, 0.8345702514648438, 0.8347893676757813, 0.83428759765625, 0.8343951416015625, 0.8343275756835937, 0.8344268798828125, 0.8344258422851563, 0.834714599609375, 0.8345364379882813, 0.8345866088867188, 0.8344566040039062, 0.8345989379882812, 0.8345681762695313, 0.834671630859375, 0.8344688720703125, 0.8346306762695312, 0.8348958740234375, 0.8350105590820313, 0.8348692626953125, 0.8347842407226562, 0.8350075073242188, 0.8348375244140624, 0.834756591796875, 0.83466650390625, 0.83475146484375, 0.8350341186523438, 0.834946044921875, 0.8346132202148437, 0.8348579711914063, 0.8350382080078125, 0.8347371215820313, 0.8350699462890625, 0.8352952270507813, 0.834850830078125, 0.83472998046875, 0.8347074584960937, 0.8349910888671875, 0.8348692626953125, 0.8354283447265625, 0.834845703125, 0.8351488037109375, 0.8347996215820312, 0.8351109008789063, 0.835324951171875, 0.8351805419921875, 0.835093505859375, 0.8349716186523437, 0.834735107421875, 0.8349450073242187, 0.8349839477539063, 0.8351867065429688, 0.8349818725585938, 0.8352645263671875]",tokens/s,1.1787838135038922,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-6B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3701.59616,5211.947008,0.0,4565.499904,4314.999808,s,10,2.771255920410156,0.2771255920410156,0.00029265178865921606,0.2772394104003906,0.27741130981445317,0.27742295532226563,0.27743227172851564,"[0.2771674499511719, 0.27667041015625, 0.27740872192382815, 0.27729623413085935, 0.27718258666992185, 0.27669113159179687, 0.2767269897460938, 0.27743460083007815, 0.2773182373046875, 0.27735955810546875]",tokens/s,923.768888014179,kWh,3.2680099611883766e-06,1.7907169179051304e-06,1.608762548269963e-05,2.114635236179314e-05,tokens/kWh,12106106.794216497,MB,3701.59616,5211.947008,0.0,4565.499904,4383.67232,s,10,150.93468164062503,15.0934681640625,0.0013911997912344483,15.09307861328125,15.094794531249999,15.0958650390625,15.0967214453125,"[15.093451171875, 15.09265625, 15.0926240234375, 15.0916435546875, 15.0934912109375, 15.0939462890625, 15.094556640625, 15.0926708984375, 15.096935546875, 15.0927060546875]",tokens/s,4.173990981741546,kWh,0.0001781148044858967,9.762145915682424e-05,0.0008601473810603028,0.001135883644703024,tokens/kWh,55463.4273446831,,s,629,153.18892863464356,0.2435436067323427,0.03298411783927064,0.2395125732421875,0.23975587158203127,0.2400458740234375,0.51716921875,"[0.23962521362304687, 0.23957913208007814, 0.23947366333007813, 0.23956378173828125, 0.2395156555175781, 0.23946138000488282, 0.2396405792236328, 0.23988429260253907, 0.23940608215332032, 0.23936000061035156, 0.23939686584472655, 0.23954637145996094, 0.23939482116699218, 0.24039013671875, 0.239351806640625, 0.23945216369628905, 0.23934463500976563, 0.23947161865234376, 0.23968870544433593, 0.23962112426757812, 0.23973068237304687, 0.2398709716796875, 0.23999897766113282, 0.23962112426757812, 0.23948800659179686, 0.23946138000488282, 0.23949110412597657, 0.2394726104736328, 0.24034407043457032, 0.23956991577148437, 0.23959552001953124, 0.23933541870117186, 0.239531005859375, 0.23950950622558595, 0.2393456573486328, 0.23947366333007813, 0.2393026580810547, 0.23986688232421874, 0.23954328918457032, 0.23956275939941407, 0.23944499206542968, 0.23935186767578126, 0.23938758850097655, 0.23946751403808594, 0.2392289276123047, 0.2394982452392578, 0.23950540161132813, 0.23952793884277343, 0.23945523071289063, 0.23967231750488283, 0.23963034057617189, 0.2395617218017578, 0.23949618530273437, 0.2395433349609375, 0.23951055908203125, 0.23940089416503907, 0.2404311065673828, 0.2396559295654297, 0.23955250549316406, 0.23967744445800782, 0.23952383422851561, 0.23943583679199218, 0.5167195434570313, 0.23934669494628907, 0.23955967712402343, 0.23946444702148437, 0.23946649169921874, 0.23943679809570312, 0.23927500915527344, 0.2394727020263672, 0.23966201782226562, 0.23951667785644531, 0.23947264099121093, 0.2394746856689453, 0.23961088562011718, 0.23947366333007813, 0.2394460144042969, 0.23936825561523437, 0.23955142211914063, 0.23954637145996094, 0.23943475341796874, 0.23948492431640625, 0.23961088562011718, 0.23956069946289063, 0.23944403076171875, 0.23968966674804687, 0.2399303741455078, 0.23939276123046874, 0.23943475341796874, 0.23945523071289063, 0.2397972412109375, 0.23950950622558595, 0.23942860412597655, 0.23944090270996093, 0.23941734313964844, 0.23941734313964844, 0.23956069946289063, 0.23956582641601562, 0.2407516174316406, 0.23984538269042968, 0.23952281188964844, 0.23963442993164064, 0.23958834838867188, 0.23964877319335937, 0.2394757080078125, 0.2394757080078125, 0.23947879028320312, 0.23956069946289063, 0.24014950561523438, 0.23939788818359375, 0.23954124450683595, 0.23953817749023437, 0.23952691650390626, 0.23955865478515626, 0.23943577575683594, 0.23956275939941407, 0.2397296600341797, 0.23948800659179686, 0.23955661010742188, 0.2396037139892578, 0.23955865478515626, 0.23959039306640625, 0.23954432678222656, 0.2396405792236328, 0.23958425903320313, 0.5174743041992188, 0.23945523071289063, 0.23961395263671875, 0.23980953979492187, 0.23951974487304686, 0.23979519653320314, 0.23954328918457032, 0.23935078430175782, 0.23938252258300782, 0.23939280700683593, 0.23955247497558593, 0.23951052856445312, 0.23946444702148437, 0.23950540161132813, 0.2396590118408203, 0.2395135955810547, 0.23951155090332032, 0.23967231750488283, 0.23983517456054687, 0.2395668182373047, 0.23945011901855467, 0.23941836547851564, 0.23957606506347656, 0.2395924530029297, 0.23950643920898437, 0.2394982452392578, 0.23939891052246093, 0.23967538452148437, 0.23949618530273437, 0.23947264099121093, 0.23942655944824218, 0.23937330627441405, 0.2394746856689453, 0.23939788818359375, 0.2396037139892578, 0.23952589416503905, 0.2395177001953125, 0.23968460083007812, 0.23949107360839844, 0.23946240234375, 0.23953202819824218, 0.24063693237304687, 0.23942349243164063, 0.23954637145996094, 0.23959654235839845, 0.2393210906982422, 0.23931289672851563, 0.24007168579101562, 0.2396907501220703, 0.23939686584472655, 0.23950233459472656, 0.23954637145996094, 0.23961190795898438, 0.2394142761230469, 0.23951974487304686, 0.23957708740234376, 0.23967642211914061, 0.2396354522705078, 0.23952383422851561, 0.23961395263671875, 0.23979827880859375, 0.23947775268554689, 0.2394439697265625, 0.51730224609375, 0.23941325378417969, 0.23938047790527345, 0.23945216369628905, 0.23943679809570312, 0.23975526428222657, 0.23947161865234376, 0.2395852813720703, 0.23946035766601562, 0.23958732604980468, 0.2393876495361328, 0.23933033752441407, 0.2403450622558594, 0.2396405792236328, 0.23962214660644532, 0.23952793884277343, 0.23943679809570312, 0.23951461791992187, 0.23943679809570312, 0.2394142761230469, 0.23988429260253907, 0.23994367980957032, 0.23945829772949218, 0.23944499206542968, 0.23961497497558593, 0.23948191833496094, 0.23951763916015625, 0.23939891052246093, 0.23940608215332032, 0.23940505981445312, 0.23941017150878907, 0.2393896942138672, 0.23939788818359375, 0.23946751403808594, 0.23947264099121093, 0.24092979431152345, 0.23954124450683595, 0.23947775268554689, 0.23954124450683595, 0.23948287963867188, 0.23932826232910157, 0.23950956726074218, 0.23965484619140626, 0.2395156555175781, 0.2399447021484375, 0.2394204864501953, 0.23969068908691407, 0.23962220764160155, 0.2394654083251953, 0.23946138000488282, 0.2394439697265625, 0.2393989715576172, 0.23937632751464843, 0.23944403076171875, 0.23946234130859376, 0.23945829772949218, 0.2394562530517578, 0.2394439697265625, 0.23950131225585938, 0.23959039306640625, 0.23954432678222656, 0.23953407287597656, 0.23947673034667968, 0.5174210815429687, 0.2394951629638672, 0.2395801544189453, 0.23957302856445312, 0.23947874450683593, 0.2393989715576172, 0.23940396118164062, 0.2395863037109375, 0.23946853637695312, 0.23947879028320312, 0.23936819458007813, 0.239393798828125, 0.2395156555175781, 0.23948492431640625, 0.23950848388671875, 0.23942352294921876, 0.23956787109375, 0.24057443237304688, 0.23945631408691406, 0.2395391387939453, 0.23960882568359376, 0.23946649169921874, 0.23947775268554689, 0.23966105651855468, 0.23989453125, 0.239572998046875, 0.23943064880371093, 0.23939173889160156, 0.23947264099121093, 0.23936717224121093, 0.23937126159667968, 0.23939993286132813, 0.23937945556640625, 0.23943782043457032, 0.23950233459472656, 0.2394818572998047, 0.23942041015625, 0.23957405090332032, 0.23956271362304687, 0.2393702392578125, 0.24100454711914063, 0.23955967712402343, 0.23939689636230468, 0.23953407287597656, 0.23955760192871095, 0.23969587707519532, 0.2397347869873047, 0.23936717224121093, 0.23947981262207033, 0.23949209594726562, 0.2394245147705078, 0.2394460144042969, 0.23954124450683595, 0.23960986328125, 0.2396241912841797, 0.23954534912109374, 0.23951974487304686, 0.24088064575195312, 0.2396170196533203, 0.23948390197753905, 0.23951667785644531, 0.23950643920898437, 0.23967129516601562, 0.5168271484375, 0.23959552001953124, 0.23963442993164064, 0.2395125732421875, 0.23953823852539063, 0.2394858856201172, 0.23969996643066407, 0.23947366333007813, 0.23941836547851564, 0.2394460144042969, 0.2395187225341797, 0.23948594665527342, 0.23943373107910157, 0.23945420837402343, 0.23953305053710938, 0.23935693359375, 0.23944090270996093, 0.23962118530273438, 0.23993338012695312, 0.23948594665527342, 0.23969894409179687, 0.2398935089111328, 0.23952793884277343, 0.23951667785644531, 0.23942247009277343, 0.23950335693359376, 0.23965081787109374, 0.23948492431640625, 0.23940403747558595, 0.23955250549316406, 0.23948492431640625, 0.23964364624023438, 0.2395914306640625, 0.23952490234375, 0.23971324157714843, 0.2398402557373047, 0.23943064880371093, 0.2394746856689453, 0.24067686462402343, 0.23960064697265626, 0.2395371551513672, 0.23941836547851564, 0.239403076171875, 0.23953401184082032, 0.23979315185546876, 0.23940301513671874, 0.2394429473876953, 0.2395075225830078, 0.23967430114746094, 0.23950950622558595, 0.23950335693359376, 0.239636474609375, 0.23968460083007812, 0.23961088562011718, 0.23947981262207033, 0.23955148315429686, 0.23966925048828125, 0.2395545654296875, 0.23942349243164063, 0.239667236328125, 0.23975830078125, 0.23955967712402343, 0.23970918273925781, 0.5175111694335938, 0.2394808349609375, 0.23942758178710938, 0.23948594665527342, 0.23950437927246093, 0.23942349243164063, 0.239425537109375, 0.2394757385253906, 0.23951869201660156, 0.23960986328125, 0.23940301513671874, 0.23943577575683594, 0.23963650512695311, 0.23960060119628906, 0.23947059631347656, 0.2394746856689453, 0.23934259033203126, 0.23952485656738282, 0.2395177001953125, 0.23945216369628905, 0.23992626953125, 0.2398402557373047, 0.23956787109375, 0.24109056091308595, 0.23956069946289063, 0.23948696899414063, 0.23950848388671875, 0.23943782043457032, 0.23952589416503905, 0.23956480407714845, 0.23953817749023437, 0.23944090270996093, 0.23953407287597656, 0.23946240234375, 0.239604736328125, 0.23947059631347656, 0.23947879028320312, 0.23963034057617189, 0.23964569091796875, 0.23945933532714844, 0.23954328918457032, 0.23952793884277343, 0.23948390197753905, 0.2395177001953125, 0.23942247009277343, 0.23947775268554689, 0.239572998046875, 0.23949618530273437, 0.24132301330566405, 0.239499267578125, 0.23948696899414063, 0.23959552001953124, 0.23959858703613282, 0.23959756469726562, 0.2396794891357422, 0.23956991577148437, 0.23949005126953124, 0.23951667785644531, 0.23942655944824218, 0.23948594665527342, 0.23955763244628905, 0.23943270874023437, 0.23958834838867188, 0.5176668090820312, 0.23946957397460938, 0.23952793884277343, 0.23961599731445313, 0.23956069946289063, 0.2394009552001953, 0.23948492431640625, 0.2395371551513672, 0.2395125732421875, 0.239393798828125, 0.23942349243164063, 0.23952691650390626, 0.23945318603515625, 0.23950335693359376, 0.2395299835205078, 0.23959039306640625, 0.2405191650390625, 0.23973887634277344, 0.23987814331054688, 0.23951052856445312, 0.23966822814941408, 0.23944192504882814, 0.23949722290039063, 0.23942349243164063, 0.23947775268554689, 0.23937843322753907, 0.23943782043457032, 0.23940301513671874, 0.23938560485839844, 0.23948696899414063, 0.23945523071289063, 0.23962623596191407, 0.23986483764648436, 0.23945216369628905, 0.23974298095703125, 0.2399201354980469, 0.23951052856445312, 0.23941529846191406, 0.23946240234375, 0.23935385131835937, 0.23954226684570312, 0.23963754272460938, 0.23937942504882812, 0.23952793884277343, 0.23941632080078126, 0.23945318603515625, 0.23938252258300782, 0.23941325378417969, 0.2414325714111328, 0.23957196044921875, 0.23935897827148436, 0.2394071044921875, 0.23942349243164063, 0.2394276428222656, 0.23945619201660157, 0.23944703674316406, 0.23939584350585938, 0.23960064697265626, 0.2394746856689453, 0.23952178955078124, 0.2396590118408203, 0.23946853637695312, 0.23956991577148437, 0.5174251708984375, 0.23950848388671875, 0.2395177001953125, 0.2394746856689453, 0.23942866516113281, 0.23941215515136718, 0.23953407287597656, 0.23958425903320313, 0.24016998291015626, 0.2396037139892578, 0.23971737670898438, 0.239457275390625, 0.2395688934326172, 0.23942962646484375, 0.23954124450683595, 0.23940403747558595, 0.23954022216796875, 0.24084275817871093, 0.23993959045410157, 0.23955558776855468, 0.239599609375, 0.23946853637695312, 0.23967538452148437, 0.23934463500976563, 0.23945018005371094, 0.23944697570800783, 0.23956582641601562, 0.23936717224121093, 0.23947059631347656, 0.23948393249511718, 0.239405029296875, 0.2393876495361328, 0.23938252258300782, 0.23966514587402343, 0.24005938720703124, 0.23965388488769532, 0.24002560424804686, 0.23965184020996094, 0.23965286254882812, 0.23956991577148437, 0.2396743621826172, 0.23981158447265624, 0.23956480407714845, 0.2395484161376953, 0.23944805908203126, 0.23962725830078124, 0.23943270874023437, 0.239572998046875, 0.24174595642089844, 0.23961903381347657, 0.23947673034667968, 0.23956684875488282, 0.23960064697265626, 0.23959654235839845, 0.2394583740234375, 0.23938966369628906, 0.23962620544433594, 0.239388671875, 0.2394746856689453, 0.23968563842773438, 0.23985664367675782, 0.23961088562011718, 0.23952793884277343, 0.5173585815429688, 0.23936717224121093, 0.2394142761230469, 0.23950540161132813, 0.2396170196533203, 0.23938047790527345, 0.23946240234375, 0.2397327423095703, 0.23965798950195313, 0.23940914916992187, 0.23939071655273436, 0.23946240234375, 0.23961497497558593, 0.23954328918457032, 0.2397296600341797, 0.2398638153076172, 0.23961599731445313, 0.23936309814453124, 0.2394377899169922, 0.23959552001953124, 0.2394214324951172, 0.23947366333007813, 0.23940301513671874, 0.23935385131835937, 0.2394316864013672, 0.23957093811035157, 0.24129638671875, 0.23945318603515625, 0.23945420837402343, 0.23968051147460936, 0.23950950622558595, 0.23952691650390626, 0.23956582641601562, 0.23947264099121093, 0.23940301513671874, 0.23934156799316406, 0.23947161865234376, 0.23970611572265624, 0.23968972778320313, 0.23947673034667968, 0.23947879028320312, 0.23963034057617189, 0.2395187225341797, 0.23943475341796874, 0.23957612609863282, 0.23938246154785156, 0.2394460144042969, 0.23945829772949218, 0.23946240234375, 0.23948390197753905, 0.2395914306640625, 0.23946240234375, 0.23946853637695312, 0.23947981262207033, 0.23963136291503906, 0.23965286254882812, 0.23976039123535156, 0.2396180419921875, 0.24021810913085936, 0.2395535430908203, 0.23949209594726562, 0.23950950622558595, 0.23954432678222656]",tokens/s,4.106040858214816,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,/,/,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: / does not appear to have a file named config.json. Checkout 'https://huggingface.co///tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5919.543296,7053.246464,0.0,6406.79936,6098.60864,s,10,4.240695465087891,0.42406954650878903,0.0008262784375631619,0.4239071960449219,0.4251891204833984,0.4252073989868164,0.42522202178955076,"[0.4233236083984375, 0.42293777465820315, 0.424222412109375, 0.42434298706054685, 0.4251079406738281, 0.42321951293945315, 0.42518505859375, 0.42359197998046877, 0.42353851318359376, 0.4252256774902344]",tokens/s,603.6745673146193,kWh,4.997010294485975e-06,2.7381218011896633e-06,2.5116837223083482e-05,3.285196931875912e-05,tokens/kWh,7792531.324867,MB,5919.543296,7055.343616,0.0,6408.896512,6157.952,s,10,234.877408203125,23.487740820312503,0.0010175713958813057,23.48770703125,23.489005078125,23.489256445312503,23.489457539062503,"[23.48759375, 23.488662109375, 23.486078125, 23.486736328125, 23.48778515625, 23.486681640625, 23.48773828125, 23.4895078125, 23.48894921875, 23.48767578125]",tokens/s,2.6822503058922034,kWh,0.0002773065141202123,0.00015198753169179781,0.0013534979323345177,0.0017827919781465277,tokens/kWh,35337.83008463931,,s,629,238.32171221923846,0.37888984454568886,0.05040710039151534,0.37281381225585936,0.372976025390625,0.3730767883300781,0.7965521459960938,"[0.3727319030761719, 0.3726284790039063, 0.3727953796386719, 0.3728015441894531, 0.3728506774902344, 0.373243896484375, 0.37265921020507814, 0.37258343505859376, 0.372822021484375, 0.37271755981445315, 0.37292340087890624, 0.37277798461914063, 0.3727738952636719, 0.37282098388671875, 0.3728598937988281, 0.3726346130371094, 0.3728527221679688, 0.3727595520019531, 0.3726663818359375, 0.3727462463378906, 0.37283123779296873, 0.3731046447753906, 0.37285580444335936, 0.37273703002929687, 0.37288037109375, 0.3727964172363281, 0.37278616333007814, 0.37287628173828125, 0.3728404541015625, 0.3728865356445312, 0.37287014770507815, 0.3727595520019531, 0.3728793640136719, 0.37274215698242186, 0.372790283203125, 0.3727513732910156, 0.3727032470703125, 0.372864013671875, 0.3729018859863281, 0.3727185974121094, 0.3727544250488281, 0.37287527465820314, 0.37272268676757814, 0.37280767822265626, 0.3727042541503906, 0.37269503784179686, 0.3726561279296875, 0.37276568603515625, 0.3727431640625, 0.37280667114257815, 0.37291009521484375, 0.37271450805664064, 0.37288858032226563, 0.372738037109375, 0.3729776611328125, 0.3729377136230469, 0.37281280517578125, 0.3728988037109375, 0.3729018859863281, 0.37289166259765627, 0.3729623107910156, 0.3727882385253906, 0.7962152709960938, 0.37294692993164064, 0.37268685913085936, 0.3732090759277344, 0.37280050659179687, 0.3727431640625, 0.37271038818359375, 0.3725608825683594, 0.3727677307128906, 0.37274420166015626, 0.37280667114257815, 0.37268069458007813, 0.3728465881347656, 0.37274215698242186, 0.37298892211914064, 0.3730821228027344, 0.37262539672851563, 0.3729490051269531, 0.37270733642578124, 0.3729428405761719, 0.37284146118164063, 0.3727237243652344, 0.3727564697265625, 0.37272064208984373, 0.372716552734375, 0.37280255126953127, 0.37300018310546873, 0.37303604125976564, 0.37281585693359376, 0.3727411193847656, 0.37318963623046875, 0.3728107604980469, 0.37279745483398435, 0.37266021728515625, 0.37270733642578124, 0.372701171875, 0.372843505859375, 0.37275341796875, 0.37277798461914063, 0.37293362426757815, 0.37299200439453123, 0.37289166259765627, 0.3728107604980469, 0.3728660583496094, 0.37275750732421875, 0.37293362426757815, 0.3727615966796875, 0.37291009521484375, 0.3727472839355469, 0.37279739379882815, 0.372780029296875, 0.37285479736328125, 0.3727738952636719, 0.3728291931152344, 0.37283941650390623, 0.3726684265136719, 0.3727298583984375, 0.37312820434570315, 0.37288345336914064, 0.37287115478515626, 0.3727216491699219, 0.37300634765625, 0.3729704895019531, 0.7973662719726563, 0.3729797058105469, 0.37260287475585935, 0.3728844909667969, 0.37274420166015626, 0.3728384094238281, 0.3728302001953125, 0.3727462463378906, 0.3728947143554687, 0.372822021484375, 0.3726960754394531, 0.37281793212890624, 0.37280767822265626, 0.37274725341796877, 0.37275851440429686, 0.37275546264648435, 0.37281381225585936, 0.3726407775878906, 0.37273599243164063, 0.37275750732421875, 0.3727872009277344, 0.3729070129394531, 0.37279232788085936, 0.3727820739746094, 0.37279745483398435, 0.37273599243164063, 0.3726346130371094, 0.37278616333007814, 0.3728598937988281, 0.3730073547363281, 0.3728271484375, 0.3726192626953125, 0.3728517150878906, 0.3727738952636719, 0.372664306640625, 0.37266943359375, 0.3727882385253906, 0.37283328247070313, 0.37273907470703127, 0.37279232788085936, 0.3728988037109375, 0.372748291015625, 0.37272064208984373, 0.37276568603515625, 0.37278411865234373, 0.372864013671875, 0.3727667236328125, 0.3727349853515625, 0.3727267761230469, 0.3727349853515625, 0.37279949951171876, 0.3727687683105469, 0.3728865356445312, 0.37275341796875, 0.37291827392578125, 0.3728506774902344, 0.3728271484375, 0.3728353271484375, 0.3728240661621094, 0.3727400817871094, 0.37283328247070313, 0.3728558349609375, 0.37283633422851564, 0.7973109741210938, 0.37268069458007813, 0.37289984130859377, 0.37285580444335936, 0.37260391235351564, 0.37292340087890624, 0.37282815551757814, 0.3726295166015625, 0.372527099609375, 0.3725752258300781, 0.3726981201171875, 0.3726827392578125, 0.3728598937988281, 0.3727032470703125, 0.37268173217773437, 0.3727912902832031, 0.37256805419921873, 0.3727329406738281, 0.37288140869140624, 0.37288140869140624, 0.372642822265625, 0.372927490234375, 0.3725854797363281, 0.37274520874023437, 0.37272882080078124, 0.3727319030761719, 0.37270016479492185, 0.372706298828125, 0.3729326171875, 0.37279031372070315, 0.3727431335449219, 0.37302783203125, 0.37290802001953127, 0.37291928100585936, 0.3728486328125, 0.37315277099609373, 0.3726929931640625, 0.3729797058105469, 0.372811767578125, 0.37263873291015626, 0.37270220947265625, 0.37277593994140623, 0.37300634765625, 0.37322650146484376, 0.3730268249511719, 0.37290496826171876, 0.37277490234375, 0.37283123779296873, 0.3728322448730469, 0.3726878662109375, 0.37291217041015623, 0.37272674560546876, 0.37288345336914064, 0.37274215698242186, 0.37278616333007814, 0.3730687866210938, 0.3727687683105469, 0.37286911010742185, 0.3726080017089844, 0.3728302001953125, 0.37273907470703127, 0.3728445434570313, 0.37293875122070314, 0.7982294921875, 0.3727319030761719, 0.3726755981445313, 0.37270016479492185, 0.3726704711914062, 0.37275851440429686, 0.37284661865234375, 0.3728486022949219, 0.3725230102539063, 0.3727196044921875, 0.37268991088867187, 0.3726438293457031, 0.37304217529296874, 0.37271755981445315, 0.3728660583496094, 0.37264794921875, 0.37272268676757814, 0.37281585693359376, 0.3728865356445312, 0.37282098388671875, 0.3728824462890625, 0.3727492980957031, 0.3727462463378906, 0.37274215698242186, 0.3726561279296875, 0.3726356506347656, 0.372885498046875, 0.37290802001953127, 0.3727718505859375, 0.3729284973144531, 0.3729981384277344, 0.3728384094238281, 0.37281484985351565, 0.3727431640625, 0.3732777099609375, 0.3729213562011719, 0.37280255126953127, 0.372664306640625, 0.3727872009277344, 0.37281689453125, 0.37281381225585936, 0.37278411865234373, 0.372864013671875, 0.3726704711914062, 0.37273599243164063, 0.3728660888671875, 0.3728148193359375, 0.3728404541015625, 0.3728240661621094, 0.37293057250976563, 0.372780029296875, 0.3727892456054688, 0.37296127319335937, 0.3728660583496094, 0.37288345336914064, 0.37285479736328125, 0.3731251220703125, 0.3729090576171875, 0.3728824462890625, 0.3731517333984375, 0.37291110229492186, 0.37286810302734374, 0.3728045959472656, 0.7964098510742188, 0.37276364135742185, 0.3725946960449219, 0.372684814453125, 0.37267251586914063, 0.3727667236328125, 0.3728271484375, 0.3728721923828125, 0.3726366577148438, 0.37268991088867187, 0.3727216491699219, 0.3726376953125, 0.37253939819335935, 0.37272268676757814, 0.37270733642578124, 0.3728650207519531, 0.3727216491699219, 0.3726919555664063, 0.37269403076171875, 0.37291009521484375, 0.372748291015625, 0.37273086547851564, 0.3730401306152344, 0.3728937072753906, 0.37287014770507815, 0.3727492980957031, 0.3726612548828125, 0.3728650207519531, 0.3728937072753906, 0.37268484497070314, 0.3728834228515625, 0.37263360595703127, 0.37287115478515626, 0.37277285766601564, 0.3727492980957031, 0.37283428955078124, 0.37281689453125, 0.3727329406738281, 0.37286911010742185, 0.37293057250976563, 0.37295309448242187, 0.37273599243164063, 0.3726714782714844, 0.372853759765625, 0.372885498046875, 0.3726960754394531, 0.37281689453125, 0.37285580444335936, 0.3727492980957031, 0.3728271484375, 0.37304421997070314, 0.37286810302734374, 0.3729715270996094, 0.37298175048828125, 0.37288345336914064, 0.37278616333007814, 0.3728947143554687, 0.372811767578125, 0.3727247314453125, 0.37280767822265626, 0.372864013671875, 0.3729776611328125, 0.37291110229492186, 0.7983513793945313, 0.3727083740234375, 0.3728393859863281, 0.37292544555664064, 0.37264178466796877, 0.37277081298828124, 0.3727738952636719, 0.3726858215332031, 0.3728240661621094, 0.372864013671875, 0.3728250732421875, 0.37289779663085937, 0.3727339477539062, 0.3727247314453125, 0.37256192016601564, 0.3728773193359375, 0.3727595520019531, 0.37272882080078124, 0.3727933349609375, 0.3726561279296875, 0.3726131286621094, 0.3728271484375, 0.37290087890625, 0.372822021484375, 0.3727329406738281, 0.37269503784179686, 0.37281381225585936, 0.3728189392089844, 0.3728660583496094, 0.3726981201171875, 0.37275033569335936, 0.37284249877929687, 0.3728947143554687, 0.37297457885742186, 0.37266738891601564, 0.3727513732910156, 0.37276364135742185, 0.3728445434570313, 0.3727933349609375, 0.3727872009277344, 0.37278616333007814, 0.37297561645507815, 0.3728322448730469, 0.3727349853515625, 0.37272882080078124, 0.37285784912109377, 0.3728322448730469, 0.37276263427734374, 0.3729284973144531, 0.3729090576171875, 0.37265716552734374, 0.37291827392578125, 0.37290802001953127, 0.37275851440429686, 0.3728988037109375, 0.37278616333007814, 0.3728107604980469, 0.372959228515625, 0.3728937072753906, 0.3731927185058594, 0.37290597534179687, 0.3732142028808594, 0.37290496826171876, 0.7966074829101563, 0.37313534545898436, 0.37330740356445313, 0.3728291931152344, 0.37276364135742185, 0.37275851440429686, 0.37281484985351565, 0.37298175048828125, 0.3726929931640625, 0.37274420166015626, 0.37266738891601564, 0.3726909484863281, 0.3729346618652344, 0.37308416748046874, 0.3726612548828125, 0.37258956909179686, 0.3727882385253906, 0.3728455810546875, 0.3727605895996094, 0.3727247314453125, 0.3727267761230469, 0.37292340087890624, 0.3728670654296875, 0.3726632995605469, 0.37259060668945315, 0.3727667236328125, 0.37290802001953127, 0.37288345336914064, 0.37280767822265626, 0.3733063659667969, 0.3727595520019531, 0.3728650207519531, 0.37298587036132813, 0.37279745483398435, 0.37283123779296873, 0.3728670654296875, 0.3728363647460938, 0.37290087890625, 0.3727032470703125, 0.3728517150878906, 0.37305035400390624, 0.37284967041015626, 0.37284146118164063, 0.37265921020507814, 0.37265716552734374, 0.3727492980957031, 0.3726510009765625, 0.37291827392578125, 0.3729428405761719, 0.37287628173828125, 0.3729438781738281, 0.3728189392089844, 0.37292440795898435, 0.3726991271972656, 0.37287832641601565, 0.372864013671875, 0.37295822143554686, 0.37290087890625, 0.3730196533203125, 0.3729121398925781, 0.3728937072753906, 0.37303091430664065, 0.37285580444335936, 0.7966361694335937, 0.37282815551757814, 0.3726612548828125, 0.37303909301757815, 0.3726960754394531, 0.3727933349609375, 0.37255474853515624, 0.37293362426757815, 0.3726919555664063, 0.37298892211914064, 0.3726919555664063, 0.3728660583496094, 0.37276467895507814, 0.3728291931152344, 0.37275341796875, 0.37284249877929687, 0.3728517150878906, 0.3732305908203125, 0.37283428955078124, 0.3730483093261719, 0.37289166259765627, 0.37274215698242186, 0.37266534423828124, 0.3727605895996094, 0.3726632995605469, 0.37278616333007814, 0.3726796875, 0.3727185974121094, 0.3727339477539062, 0.37286093139648435, 0.3729520568847656, 0.37278515625, 0.37287628173828125, 0.3727820739746094, 0.3728742370605469, 0.3729571838378906, 0.37285580444335936, 0.3728363647460938, 0.3727677307128906, 0.37293878173828127, 0.37301858520507813, 0.3728742370605469, 0.3727247314453125, 0.37286093139648435, 0.3728087158203125, 0.3728445434570313, 0.3729879150390625, 0.37288958740234374, 0.3727687683105469, 0.37274420166015626, 0.3729284973144531, 0.37284249877929687, 0.37293057250976563, 0.372738037109375, 0.37319064331054685, 0.37287527465820314, 0.3728773193359375, 0.3728742370605469, 0.3728824462890625, 0.3727544250488281, 0.37286297607421875, 0.3728527221679688, 0.3727605895996094, 0.7982438354492187, 0.3730882568359375, 0.37265921020507814, 0.37288345336914064, 0.37274420166015626, 0.37261004638671874, 0.3727042541503906, 0.37293875122070314, 0.3731312561035156, 0.3727555236816406, 0.37273593139648437, 0.37268173217773437, 0.372790283203125, 0.37274520874023437, 0.37270938110351565, 0.3725823974609375, 0.3725987854003906, 0.37262335205078123, 0.3727462463378906, 0.37304421997070314, 0.3727810668945313, 0.37286911010742185, 0.3727339477539062, 0.37286093139648435, 0.3728322448730469, 0.37264691162109376, 0.37285479736328125, 0.37281689453125, 0.3731998901367187, 0.3728137817382812, 0.37271450805664064, 0.37277593994140623, 0.37273086547851564, 0.3728875427246094, 0.37279949951171876, 0.372738037109375, 0.3729039306640625, 0.37285888671875, 0.3728506774902344, 0.37268685913085936, 0.37275546264648435, 0.37277593994140623, 0.3727124328613281, 0.37312103271484376, 0.37275341796875, 0.3727995300292969, 0.37268988037109374, 0.3729326171875, 0.3728322448730469, 0.37282611083984374, 0.3728721923828125, 0.3729438781738281, 0.37283123779296873, 0.37274520874023437, 0.3728619384765625, 0.37287628173828125, 0.37280767822265626, 0.37277081298828124, 0.3730196533203125, 0.37287628173828125, 0.37285784912109377, 0.3729295349121094, 0.3729520568847656]",tokens/s,2.639289530705313,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1272.561664,1017.643008,0.0,371.195904,315.552256,s,10,0.17266409492492674,0.01726640949249268,0.0007675808488520977,0.016947951316833496,0.017721705245971678,0.018613541030883786,0.019327009658813475,"[0.019505376815795897, 0.016936832427978516, 0.016892736434936523, 0.017105247497558592, 0.016948831558227538, 0.01689910316467285, 0.01690847969055176, 0.01752351951599121, 0.016996896743774415, 0.016947071075439454]",tokens/s,14826.475655596325,kWh,2.060496687104524e-07,1.129046661832092e-07,5.11595453797845e-07,8.305497886915066e-07,tokens/kWh,308229564.9046114,MB,1272.561664,1017.643008,0.0,371.195904,315.554816,s,10,10.474469848632811,1.047446984863281,0.008630898655165174,1.0474097900390626,1.05653818359375,1.0603552734375,1.0634089453125002,"[1.06417236328125, 1.0373424072265625, 1.0374180908203126, 1.0385887451171876, 1.046391357421875, 1.0409013671875, 1.04842822265625, 1.0554637451171875, 1.0500736083984374, 1.05568994140625]",tokens/s,60.14624215871234,kWh,1.275105717653597e-05,6.9871232323215676e-06,2.9252345023997115e-05,4.899052543285465e-05,tokens/kWh,1285962.9375958915,,s,629,10.609158132553102,0.01686670609308919,0.0020826478100592063,0.016492544174194337,0.01711534004211426,0.0173123592376709,0.03376529418945313,"[0.018044927597045898, 0.017146879196166993, 0.017113088607788086, 0.016909311294555664, 0.01741209602355957, 0.017143808364868163, 0.01705779266357422, 0.017091583251953125, 0.01789132881164551, 0.016710655212402344, 0.017185792922973633, 0.01699839973449707, 0.017154048919677735, 0.017137664794921875, 0.016920576095581053, 0.017048576354980468, 0.016884735107421875, 0.017006591796875, 0.017116159439086915, 0.01743769645690918, 0.018395135879516602, 0.01801420783996582, 0.01739468765258789, 0.01720012855529785, 0.017091583251953125, 0.016885759353637696, 0.016760831832885743, 0.017328128814697266, 0.017426431655883787, 0.017473535537719728, 0.01698307228088379, 0.016822240829467774, 0.016887807846069337, 0.016673791885375978, 0.016417823791503906, 0.016383968353271484, 0.016471040725708007, 0.016681983947753908, 0.01655193519592285, 0.016497663497924805, 0.016518144607543944, 0.016408575057983397, 0.01641574478149414, 0.0164270076751709, 0.016439327239990233, 0.016429023742675783, 0.016446464538574217, 0.01641267204284668, 0.01640447998046875, 0.016479232788085937, 0.01642393684387207, 0.01640550422668457, 0.01640550422668457, 0.01638502311706543, 0.01641164779663086, 0.01640345573425293, 0.016447488784790038, 0.01644339179992676, 0.01643929672241211, 0.016630783081054687, 0.01643110466003418, 0.01642393684387207, 0.03379916763305664, 0.01641164779663086, 0.01641574478149414, 0.016420896530151368, 0.016477151870727538, 0.01653555107116699, 0.016623615264892578, 0.016562175750732423, 0.016541696548461913, 0.01641267204284668, 0.01643519973754883, 0.01643110466003418, 0.016397312164306642, 0.016480255126953124, 0.01642188835144043, 0.016451583862304688, 0.016448511123657226, 0.016508928298950197, 0.01641983985900879, 0.01642188835144043, 0.01643519973754883, 0.016417791366577148, 0.01641267204284668, 0.01640447998046875, 0.016474111557006836, 0.016441343307495117, 0.016570367813110352, 0.01648031997680664, 0.016432064056396484, 0.016438272476196288, 0.016416767120361327, 0.016416767120361327, 0.016455680847167968, 0.01644339179992676, 0.016519168853759765, 0.016416767120361327, 0.016457727432250976, 0.0164270076751709, 0.01641574478149414, 0.016365568161010743, 0.016473087310791015, 0.016448511123657226, 0.016550912857055664, 0.016434175491333008, 0.01644441604614258, 0.01646080017089844, 0.016490495681762696, 0.01640243148803711, 0.01641881561279297, 0.01642803192138672, 0.016541696548461913, 0.016527360916137695, 0.016464895248413085, 0.016539648056030275, 0.016506879806518555, 0.016465919494628906, 0.01640550422668457, 0.016491519927978517, 0.01644339179992676, 0.01643110466003418, 0.016487424850463867, 0.016539648056030275, 0.016473087310791015, 0.03371417617797851, 0.016503807067871093, 0.0164771842956543, 0.016470016479492186, 0.01646899223327637, 0.016463872909545898, 0.016446464538574217, 0.0164454402923584, 0.016488447189331054, 0.01643212890625, 0.016579584121704103, 0.016518144607543944, 0.016522239685058594, 0.016476160049438478, 0.016488447189331054, 0.0164771842956543, 0.016481279373168945, 0.016521215438842773, 0.016462848663330077, 0.016474111557006836, 0.016492544174194337, 0.01641983985900879, 0.016450559616088867, 0.016500736236572267, 0.016479232788085937, 0.016440319061279296, 0.01646899223327637, 0.01638297653198242, 0.016430080413818358, 0.016467967987060548, 0.01637887954711914, 0.016446464538574217, 0.01640652847290039, 0.016470016479492186, 0.01639936065673828, 0.01640140724182129, 0.016447488784790038, 0.01642291259765625, 0.01640959930419922, 0.01643724822998047, 0.01641164779663086, 0.01637580871582031, 0.016389120101928712, 0.016472063064575194, 0.01643519973754883, 0.01638707160949707, 0.01644441604614258, 0.016458751678466797, 0.016448511123657226, 0.01643724822998047, 0.016447488784790038, 0.016451583862304688, 0.016476160049438478, 0.016519168853759765, 0.016479232788085937, 0.016507904052734376, 0.016459775924682618, 0.016454656600952147, 0.016476160049438478, 0.016559104919433593, 0.016471040725708007, 0.01655193519592285, 0.016534528732299804, 0.03410124969482422, 0.016536575317382812, 0.016515071868896485, 0.016485376358032225, 0.016470016479492186, 0.01659187126159668, 0.016485376358032225, 0.016447488784790038, 0.016483327865600587, 0.016476160049438478, 0.016464895248413085, 0.016546815872192384, 0.016486400604248046, 0.016496639251708984, 0.016488447189331054, 0.016465919494628906, 0.016507904052734376, 0.016489471435546875, 0.01646080017089844, 0.016476160049438478, 0.016508928298950197, 0.01644339179992676, 0.016475135803222657, 0.016447488784790038, 0.016458751678466797, 0.016450559616088867, 0.01644339179992676, 0.016467967987060548, 0.016504831314086914, 0.016473087310791015, 0.016475135803222657, 0.01640447998046875, 0.01639628791809082, 0.016474111557006836, 0.016563199996948243, 0.01660211181640625, 0.016331775665283203, 0.01636764717102051, 0.016565216064453124, 0.016497663497924805, 0.01642291259765625, 0.016447488784790038, 0.016458751678466797, 0.016501760482788085, 0.016513023376464844, 0.016465919494628906, 0.016482303619384766, 0.016463872909545898, 0.016433151245117187, 0.016491519927978517, 0.016524288177490236, 0.01641164779663086, 0.016477216720581056, 0.01645871925354004, 0.016456703186035156, 0.016447488784790038, 0.0164454402923584, 0.016433151245117187, 0.01660825538635254, 0.016490495681762696, 0.016510976791381835, 0.016484352111816408, 0.016484352111816408, 0.0338155517578125, 0.016489471435546875, 0.016448511123657226, 0.016450559616088867, 0.01646899223327637, 0.016492544174194337, 0.016563199996948243, 0.016493568420410155, 0.016849920272827147, 0.017140735626220704, 0.017802240371704102, 0.017163263320922852, 0.017125375747680666, 0.01714995193481445, 0.016508928298950197, 0.016515071868896485, 0.0164270076751709, 0.016563199996948243, 0.016475135803222657, 0.016446464538574217, 0.016465919494628906, 0.016476160049438478, 0.016479232788085937, 0.016449535369873047, 0.016465919494628906, 0.0165928955078125, 0.016491519927978517, 0.016514047622680664, 0.016529407501220703, 0.016520191192626953, 0.016493568420410155, 0.016480255126953124, 0.016478208541870116, 0.01657548713684082, 0.016433151245117187, 0.016492544174194337, 0.016470016479492186, 0.016504831314086914, 0.0164771842956543, 0.016692224502563476, 0.016459775924682618, 0.016574464797973632, 0.016495616912841796, 0.016503807067871093, 0.016446464538574217, 0.0164771842956543, 0.016455680847167968, 0.01644339179992676, 0.016417791366577148, 0.016545791625976563, 0.016451583862304688, 0.016441343307495117, 0.016448511123657226, 0.016476160049438478, 0.016487424850463867, 0.01703424072265625, 0.017331199645996095, 0.017337343215942384, 0.017126399993896483, 0.016506879806518555, 0.016497663497924805, 0.016466943740844727, 0.016486400604248046, 0.03378278350830078, 0.016478208541870116, 0.016470016479492186, 0.016462848663330077, 0.016499711990356446, 0.016526336669921874, 0.016574464797973632, 0.016481279373168945, 0.016525312423706053, 0.016504831314086914, 0.016474111557006836, 0.016473087310791015, 0.016480255126953124, 0.016523263931274415, 0.016495616912841796, 0.016548864364624022, 0.016459775924682618, 0.016884735107421875, 0.0170250244140625, 0.016882688522338866, 0.016536575317382812, 0.016530431747436524, 0.016450559616088867, 0.016538623809814454, 0.016465919494628906, 0.016454656600952147, 0.016454656600952147, 0.016509952545166014, 0.016750591278076172, 0.01651513671875, 0.016491455078125, 0.016459775924682618, 0.016397312164306642, 0.0164454402923584, 0.016509952545166014, 0.016466943740844727, 0.016454656600952147, 0.016483327865600587, 0.016485376358032225, 0.016458751678466797, 0.016501760482788085, 0.016461824417114256, 0.016459775924682618, 0.01646899223327637, 0.016497663497924805, 0.01646080017089844, 0.016533504486083983, 0.016457727432250976, 0.016490495681762696, 0.016505887985229492, 0.016468959808349608, 0.016545791625976563, 0.0165980167388916, 0.01653353691101074, 0.0164751033782959, 0.016479232788085937, 0.016467967987060548, 0.016507904052734376, 0.01658470344543457, 0.016465919494628906, 0.016486400604248046, 0.016506879806518555, 0.016464895248413085, 0.03372032165527344, 0.016523263931274415, 0.016459775924682618, 0.016480255126953124, 0.01654374313354492, 0.016504831314086914, 0.016498687744140626, 0.01659391975402832, 0.016497663497924805, 0.016447488784790038, 0.016566272735595702, 0.016504831314086914, 0.016497663497924805, 0.016505855560302735, 0.016487424850463867, 0.016534528732299804, 0.01646899223327637, 0.016547840118408205, 0.016464895248413085, 0.016497663497924805, 0.01656831932067871, 0.01646080017089844, 0.016440319061279296, 0.016514047622680664, 0.016447488784790038, 0.016484352111816408, 0.016533504486083983, 0.016571392059326173, 0.016488447189331054, 0.016450559616088867, 0.0164454402923584, 0.016466943740844727, 0.016448511123657226, 0.0164454402923584, 0.016479232788085937, 0.016516096115112306, 0.016849920272827147, 0.016763904571533202, 0.017097728729248047, 0.016528383255004882, 0.016474111557006836, 0.016526336669921874, 0.016483327865600587, 0.016450559616088867, 0.016497663497924805, 0.016440319061279296, 0.01657347106933594, 0.016730079650878905, 0.017118207931518553, 0.017361919403076173, 0.017110015869140623, 0.016995328903198242, 0.017312768936157227, 0.01661235237121582, 0.01661440086364746, 0.01660211181640625, 0.016501760482788085, 0.016514047622680664, 0.017301504135131835, 0.017311744689941407, 0.017344512939453126, 0.017085439682006837, 0.01704652786254883, 0.03498291015625, 0.01660416030883789, 0.016484352111816408, 0.016539648056030275, 0.016464895248413085, 0.016505855560302735, 0.016472063064575194, 0.016533504486083983, 0.01646080017089844, 0.016534528732299804, 0.016520191192626953, 0.016480255126953124, 0.01642803192138672, 0.01683046340942383, 0.01799884796142578, 0.017342464447021484, 0.016716800689697265, 0.016493568420410155, 0.016482303619384766, 0.01643929672241211, 0.016434175491333008, 0.01643622398376465, 0.016492544174194337, 0.016495616912841796, 0.016455680847167968, 0.016524288177490236, 0.016508928298950197, 0.016502784729003905, 0.016611328125, 0.016478208541870116, 0.016517120361328123, 0.016503807067871093, 0.0164771842956543, 0.016915456771850586, 0.017076223373413087, 0.01702809524536133, 0.017115135192871094, 0.01703321647644043, 0.01704243278503418, 0.017071104049682616, 0.017157119750976564, 0.01722777557373047, 0.017131519317626954, 0.017146879196166993, 0.017185792922973633, 0.017120256423950195, 0.017085439682006837, 0.01701068878173828, 0.01699839973449707, 0.01697996711730957, 0.0170199031829834, 0.01704652786254883, 0.016681983947753908, 0.01662668800354004, 0.016473087310791015, 0.016683008193969725, 0.01702092742919922, 0.01702604866027832, 0.016519168853759765, 0.016507904052734376, 0.01644339179992676, 0.016493568420410155, 0.01641881561279297, 0.033909759521484374, 0.016473087310791015, 0.016453632354736326, 0.01658060836791992, 0.016533504486083983, 0.016505855560302735, 0.01662668800354004, 0.016434175491333008, 0.016395263671875, 0.016492544174194337, 0.016561151504516602, 0.016702463150024414, 0.016501760482788085, 0.016482303619384766, 0.016515071868896485, 0.016467967987060548, 0.016466943740844727, 0.016429119110107422, 0.016498624801635744, 0.016440319061279296, 0.016476160049438478, 0.01643110466003418, 0.016664575576782227, 0.016502784729003905, 0.01643622398376465, 0.01641164779663086, 0.0164771842956543, 0.016417791366577148, 0.01646080017089844, 0.016480255126953124, 0.01644339179992676, 0.016461824417114256, 0.01643724822998047, 0.016574464797973632, 0.01643622398376465, 0.016476160049438478, 0.016520191192626953, 0.016473087310791015, 0.016493568420410155, 0.016529407501220703, 0.016494592666625976, 0.017533952713012696, 0.0170700798034668, 0.016489471435546875, 0.017136640548706054, 0.017500160217285156, 0.018059263229370116, 0.017138687133789063, 0.017060863494873048, 0.01720319938659668, 0.017084415435791016, 0.016487424850463867, 0.01654374313354492, 0.016476160049438478, 0.016623615264892578, 0.016487424850463867, 0.01654374313354492, 0.016915456771850586, 0.017087488174438475, 0.01701785659790039, 0.01703424072265625, 0.01700044822692871, 0.01702809524536133, 0.03388518524169922, 0.016950271606445313, 0.017107967376708985, 0.016590848922729492, 0.016510976791381835, 0.017054719924926756, 0.017101823806762697, 0.01706598472595215, 0.016545791625976563, 0.016669696807861328, 0.01657548713684082, 0.01655705642700195, 0.016527360916137695, 0.016513023376464844, 0.016556032180786134, 0.016525312423706053, 0.016498687744140626, 0.016489471435546875, 0.016495616912841796, 0.016548864364624022, 0.016484352111816408, 0.016470016479492186, 0.016471040725708007, 0.016473087310791015, 0.016485376358032225, 0.016454656600952147, 0.01661747169494629, 0.016450559616088867, 0.016463872909545898, 0.016464895248413085, 0.0164454402923584, 0.016505855560302735, 0.016496639251708984, 0.016509952545166014, 0.016450559616088867, 0.0166297607421875, 0.016496639251708984, 0.016539648056030275, 0.016425983428955078, 0.01644339179992676, 0.016450559616088867, 0.016711679458618164, 0.017238016128540038, 0.017059839248657227, 0.017031167984008787, 0.01701273536682129, 0.01719398307800293, 0.01784320068359375, 0.018110464096069336, 0.01717350387573242, 0.017152000427246093, 0.01718169593811035, 0.01724723243713379, 0.017096704483032226, 0.01704243278503418, 0.017192960739135742, 0.01704243278503418, 0.017093631744384767, 0.016695295333862305, 0.016524288177490236, 0.01656729507446289, 0.01699430465698242, 0.016478208541870116]",tokens/s,59.28839896070347,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2067.689472,5922.881536,0.0,5276.434432,5028.44672,s,10,3.1297933654785153,0.31297933654785154,0.00021283513380552984,0.31298719787597656,0.31325314636230467,0.3133343215942383,0.31339926177978517,"[0.31341549682617187, 0.3129773254394531, 0.3130353088378906, 0.3129970703125, 0.3127579345703125, 0.31301571655273436, 0.31274240112304685, 0.313235107421875, 0.31292898559570315, 0.3126880187988281]",tokens/s,817.9453724442925,kWh,3.6976945276061697e-06,2.0261466488250336e-06,1.8956317248373933e-05,2.4680158424805136e-05,tokens/kWh,10372704.890852874,MB,2067.689472,5922.881536,0.0,5276.434432,5214.057472,s,10,173.43857421875,17.343857421875,0.0014394719405996098,17.3444150390625,17.3454791015625,17.34563115234375,17.34575279296875,"[17.344681640625, 17.34509765625, 17.34259375, 17.341822265625, 17.341919921875, 17.344548828125, 17.34428125, 17.345783203125, 17.3454453125, 17.342400390625]",tokens/s,3.632409934397929,kWh,0.00020477888489349024,0.000112235890642512,0.001049898260056832,0.0013669130355928344,tokens/kWh,46089.252468557155,,s,629,175.98002468872102,0.27977746373405515,0.037181144613935735,0.2752881164550781,0.27547996215820314,0.2756093933105469,0.5882011987304687,"[0.2756075439453125, 0.2751907958984375, 0.2751467590332031, 0.2751119384765625, 0.27529931640625, 0.27516619873046877, 0.2751457214355469, 0.27535052490234374, 0.27546316528320314, 0.2751170654296875, 0.2752593994140625, 0.275083251953125, 0.2750013427734375, 0.2751324157714844, 0.2751825866699219, 0.2753197937011719, 0.27532696533203127, 0.27517849731445315, 0.27526040649414063, 0.27513446044921874, 0.2752511901855469, 0.27510784912109376, 0.2750689392089844, 0.275230712890625, 0.275493896484375, 0.27525323486328124, 0.2753341369628906, 0.27557171630859373, 0.2753648681640625, 0.27518463134765625, 0.2751600646972656, 0.2753126525878906, 0.2753290100097656, 0.27523480224609376, 0.2753679504394531, 0.27572122192382814, 0.27526144409179687, 0.27543661499023436, 0.27523065185546874, 0.2753013610839844, 0.27521945190429686, 0.27539556884765626, 0.2755205078125, 0.27533004760742186, 0.275478515625, 0.2753259582519531, 0.2756864013671875, 0.27534335327148435, 0.275346435546875, 0.27533721923828125, 0.2754457702636719, 0.27545294189453123, 0.2751928405761719, 0.2753843078613281, 0.27539251708984375, 0.27532696533203127, 0.27549081420898436, 0.2752655334472656, 0.2754283447265625, 0.2754682922363281, 0.27537408447265627, 0.2755205078125, 0.5884027099609375, 0.2754600830078125, 0.2751436767578125, 0.27523275756835935, 0.2752297058105469, 0.27501873779296876, 0.27516415405273437, 0.27520306396484373, 0.2752102355957031, 0.2752225341796875, 0.27524710083007814, 0.2751201171875, 0.2751037292480469, 0.2752921447753906, 0.2751682434082031, 0.2755276794433594, 0.27527679443359376, 0.27513037109375, 0.2752788391113281, 0.2756833190917969, 0.2750627746582031, 0.27565057373046875, 0.275209228515625, 0.27518975830078124, 0.2752020568847656, 0.27539352416992186, 0.27527474975585936, 0.27531878662109377, 0.2750873718261719, 0.2752860107421875, 0.27532492065429687, 0.27526144409179687, 0.275409912109375, 0.27535052490234374, 0.2753904724121094, 0.27526040649414063, 0.27531268310546875, 0.27527471923828123, 0.275267578125, 0.27521844482421876, 0.2754396057128906, 0.2754385986328125, 0.27538226318359377, 0.2753433837890625, 0.2754918212890625, 0.2753126525878906, 0.2753341369628906, 0.2754867248535156, 0.27556146240234375, 0.275388427734375, 0.275441650390625, 0.2753474426269531, 0.27551333618164064, 0.27538021850585936, 0.27570791625976565, 0.2752931823730469, 0.275409912109375, 0.27515802001953127, 0.27523175048828125, 0.27529522705078124, 0.2754314270019531, 0.27546112060546873, 0.2753904724121094, 0.588347412109375, 0.27501773071289065, 0.2751447143554687, 0.2750474243164063, 0.2750545959472656, 0.2750412902832031, 0.27547955322265627, 0.275336181640625, 0.27518157958984374, 0.2752174072265625, 0.2752583618164062, 0.2751508483886719, 0.2751518859863281, 0.27504638671875, 0.27525222778320313, 0.27527679443359376, 0.27507815551757814, 0.27526040649414063, 0.27522662353515626, 0.2755287170410156, 0.2751488037109375, 0.2752983093261719, 0.2751600646972656, 0.2751600646972656, 0.27528909301757815, 0.27513345336914063, 0.275409912109375, 0.2753914794921875, 0.2751866760253906, 0.2751733703613281, 0.27519793701171874, 0.2752071533203125, 0.27526861572265626, 0.27566387939453124, 0.27520306396484373, 0.27534130859375, 0.27524197387695315, 0.27532696533203127, 0.2752204895019531, 0.27539764404296874, 0.27537203979492186, 0.2753392639160156, 0.2754652099609375, 0.2753341369628906, 0.2752164306640625, 0.2753392333984375, 0.2753699951171875, 0.2751866760253906, 0.27548773193359377, 0.27526962280273437, 0.27535769653320313, 0.27542938232421876, 0.27530035400390623, 0.2753013610839844, 0.2753208312988281, 0.2753710021972656, 0.2752839660644531, 0.275378173828125, 0.27534335327148435, 0.27526962280273437, 0.27572027587890624, 0.2753084411621094, 0.2753392639160156, 0.5886893920898437, 0.2752716674804688, 0.27502899169921874, 0.2751016845703125, 0.2750894165039062, 0.27513650512695315, 0.27521331787109377, 0.2750115966796875, 0.27518975830078124, 0.27521331787109377, 0.2750904235839844, 0.27529931640625, 0.2751037292480469, 0.2751068115234375, 0.2752122802734375, 0.27519384765625, 0.27527374267578125, 0.27518463134765625, 0.27514981079101564, 0.27519384765625, 0.27515802001953127, 0.2753064880371094, 0.27516619873046877, 0.27512933349609375, 0.27511398315429686, 0.27526962280273437, 0.27531674194335937, 0.2753064880371094, 0.2752911376953125, 0.27521127319335936, 0.275156982421875, 0.2753536071777344, 0.2756812744140625, 0.2752174072265625, 0.27508633422851564, 0.27574887084960936, 0.27548876953125, 0.2751405944824219, 0.2752491455078125, 0.27540274047851565, 0.27514981079101564, 0.2754109497070312, 0.27529727172851565, 0.27530035400390623, 0.275346435546875, 0.2751467590332031, 0.27519384765625, 0.2752481384277344, 0.2753126525878906, 0.27540478515625, 0.2753484802246094, 0.2754385986328125, 0.2753617858886719, 0.27535769653320313, 0.2753751220703125, 0.2753371887207031, 0.27529421997070314, 0.27534439086914064, 0.2753392639160156, 0.2752911376953125, 0.275378173828125, 0.2753341369628906, 0.2753648681640625, 0.5882490844726562, 0.27505050659179686, 0.27501055908203126, 0.2750044250488281, 0.2752276611328125, 0.2752184753417969, 0.275094482421875, 0.274977783203125, 0.2754017333984375, 0.27521844482421876, 0.2751180725097656, 0.2751324157714844, 0.27522149658203127, 0.27511398315429686, 0.27526861572265626, 0.2752071533203125, 0.27509963989257813, 0.27511911010742185, 0.2751856689453125, 0.2752757873535156, 0.27519793701171874, 0.27518157958984374, 0.27519793701171874, 0.27556146240234375, 0.2753341369628906, 0.2752983093261719, 0.2752440185546875, 0.2752297058105469, 0.27525531005859377, 0.2752102355957031, 0.2752542724609375, 0.2751518859863281, 0.27512115478515625, 0.2750904235839844, 0.2751508483886719, 0.27517645263671875, 0.27525323486328124, 0.2752122802734375, 0.2752440185546875, 0.2757334899902344, 0.27527783203125, 0.27541400146484374, 0.2752850036621094, 0.27528192138671875, 0.2754385986328125, 0.2752143249511719, 0.2755020751953125, 0.27530035400390623, 0.27526144409179687, 0.27545703125, 0.2753587341308594, 0.27535769653320313, 0.2753464660644531, 0.27525628662109375, 0.2753474426269531, 0.27534335327148435, 0.27527374267578125, 0.2753648681640625, 0.27558193969726563, 0.27536383056640623, 0.2754815979003906, 0.27533004760742186, 0.2755758056640625, 0.588474365234375, 0.2750648193359375, 0.27514776611328123, 0.27514981079101564, 0.27512628173828124, 0.27540786743164064, 0.27513446044921874, 0.27527474975585936, 0.2753116149902344, 0.2752911376953125, 0.275093505859375, 0.27515597534179687, 0.2752204895019531, 0.27525531005859377, 0.2751601257324219, 0.2752613830566406, 0.2756833190917969, 0.2754089050292969, 0.2751600646972656, 0.27526144409179687, 0.27531878662109377, 0.2753392639160156, 0.2752378845214844, 0.27529421997070314, 0.2753607788085938, 0.2751856689453125, 0.27515802001953127, 0.2752378845214844, 0.27522149658203127, 0.27534539794921875, 0.27539764404296874, 0.2752378845214844, 0.27527783203125, 0.27510784912109376, 0.275267578125, 0.2751651916503906, 0.2752225341796875, 0.2752020568847656, 0.2754345397949219, 0.27522146606445314, 0.2752225341796875, 0.27526861572265626, 0.2757396545410156, 0.27521331787109377, 0.27539352416992186, 0.275282958984375, 0.2752440185546875, 0.27534439086914064, 0.2753904724121094, 0.27575704956054686, 0.27547137451171877, 0.2753228759765625, 0.27538638305664065, 0.27570892333984376, 0.275420166015625, 0.27537408447265627, 0.275462158203125, 0.27555328369140625, 0.275409912109375, 0.27538226318359377, 0.2753392639160156, 0.27534130859375, 0.275304443359375, 0.5880780639648437, 0.27534539794921875, 0.27514981079101564, 0.27508428955078124, 0.2751170654296875, 0.2752081909179688, 0.27522457885742185, 0.27512832641601564, 0.2752593994140625, 0.2753699951171875, 0.2751805419921875, 0.2753095703125, 0.27514163208007814, 0.27517031860351565, 0.27517645263671875, 0.2752634887695313, 0.2751180725097656, 0.27537203979492186, 0.27517236328125, 0.27530853271484373, 0.2751590270996094, 0.2753914794921875, 0.27518362426757814, 0.2752706604003906, 0.27523175048828125, 0.27569869995117186, 0.27527679443359376, 0.275378173828125, 0.2753403015136719, 0.2751488037109375, 0.27530853271484373, 0.27534445190429685, 0.2753893737792969, 0.27523583984375, 0.27525531005859377, 0.27534439086914064, 0.2752655334472656, 0.2753750915527344, 0.27538330078125, 0.27533209228515626, 0.2755563659667969, 0.2753034362792969, 0.27530035400390623, 0.2752808837890625, 0.2752542724609375, 0.2752573547363281, 0.2753474426269531, 0.2752174072265625, 0.2753812561035156, 0.27547955322265627, 0.2754150390625, 0.27549081420898436, 0.27542529296875, 0.2754242553710938, 0.2753607788085938, 0.27520510864257813, 0.2753628234863281, 0.27538638305664065, 0.27537408447265627, 0.27539968872070314, 0.27550515747070314, 0.2753966064453125, 0.27542733764648436, 0.5886873779296875, 0.2750474243164063, 0.27506585693359376, 0.2752000122070313, 0.27514163208007814, 0.27524197387695315, 0.2751016845703125, 0.27531674194335937, 0.2751928405761719, 0.27520306396484373, 0.2752645263671875, 0.2752430114746094, 0.2752860107421875, 0.2751733703613281, 0.2750965881347656, 0.27535256958007814, 0.27521945190429686, 0.27538739013671876, 0.2753331298828125, 0.27522662353515626, 0.2752276611328125, 0.27527679443359376, 0.27533209228515626, 0.2752430114746094, 0.27546112060546873, 0.2756925354003906, 0.27527374267578125, 0.2752511901855469, 0.27519692993164063, 0.2756229248046875, 0.275483642578125, 0.2752808837890625, 0.2752235412597656, 0.2752911376953125, 0.275515380859375, 0.27534439086914064, 0.2752860107421875, 0.27518875122070313, 0.2753197937011719, 0.2753750915527344, 0.27535769653320313, 0.27538330078125, 0.2754703369140625, 0.27525222778320313, 0.2753208312988281, 0.27538226318359377, 0.2754447326660156, 0.27538021850585936, 0.27543450927734375, 0.2754447326660156, 0.2752808837890625, 0.27545599365234374, 0.27539251708984375, 0.275314697265625, 0.2753331298828125, 0.2753536071777344, 0.27545703125, 0.27537716674804685, 0.27546316528320314, 0.2753699951171875, 0.27549081420898436, 0.27554815673828126, 0.27561062622070315, 0.5884559326171875, 0.275272705078125, 0.2755778503417969, 0.2751866760253906, 0.2752020568847656, 0.275198974609375, 0.27565362548828126, 0.27517132568359376, 0.27516619873046877, 0.27530239868164064, 0.27523480224609376, 0.275314697265625, 0.2751324157714844, 0.2752593994140625, 0.27534439086914064, 0.27523992919921875, 0.2752430114746094, 0.27519488525390623, 0.2752706604003906, 0.275209228515625, 0.27509451293945314, 0.27538021850585936, 0.27532492065429687, 0.2752881164550781, 0.27529107666015623, 0.2750853576660156, 0.2754006652832031, 0.275388427734375, 0.27521844482421876, 0.27527474975585936, 0.2753116149902344, 0.275282958984375, 0.2752593994140625, 0.27531674194335937, 0.27541714477539064, 0.2752839050292969, 0.27537408447265627, 0.27548468017578126, 0.2755143737792969, 0.27527987670898435, 0.27542117309570313, 0.275478515625, 0.27540274047851565, 0.2752962646484375, 0.27530035400390623, 0.27534539794921875, 0.2751856689453125, 0.2751375427246094, 0.2753536071777344, 0.2754652099609375, 0.2753689575195313, 0.27539251708984375, 0.2753566589355469, 0.2753515625, 0.2752716674804688, 0.2752122802734375, 0.2753351745605469, 0.27586251831054687, 0.2754754638671875, 0.2754017333984375, 0.27535565185546873, 0.2754068603515625, 0.27540786743164064, 0.5880012817382813, 0.2751436767578125, 0.2751150207519531, 0.27510580444335936, 0.27510272216796877, 0.275051513671875, 0.27523379516601565, 0.2752235412597656, 0.27518463134765625, 0.2751539306640625, 0.2751109008789063, 0.2753403015136719, 0.2751047668457031, 0.2751651916503906, 0.27515802001953127, 0.2753259582519531, 0.2751488037109375, 0.2751682434082031, 0.2751068115234375, 0.2752225341796875, 0.2750965881347656, 0.27527987670898435, 0.27511911010742185, 0.27532696533203127, 0.2752204895019531, 0.27523687744140624, 0.2752041015625, 0.2751877136230469, 0.27512216186523436, 0.2756270141601562, 0.2752153625488281, 0.2752378845214844, 0.2752808837890625, 0.27518975830078124, 0.2753607788085938, 0.27531057739257814, 0.27529522705078124, 0.27512628173828124, 0.27539764404296874, 0.2753617858886719, 0.27535055541992187, 0.2752552490234375, 0.27551333618164064, 0.2751825866699219, 0.27539556884765626, 0.2752511901855469, 0.27545294189453123, 0.27562396240234377, 0.2753791809082031, 0.27538021850585936, 0.2752143249511719, 0.2759085998535156, 0.27534335327148435, 0.2752808837890625, 0.2754089050292969, 0.2752716674804688, 0.27535568237304686, 0.27544573974609377, 0.27542221069335937, 0.275409912109375, 0.2752501831054687, 0.27520510864257813, 0.27545086669921875]",tokens/s,3.574269301942627,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-13b,facebook/opt-13b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-6.7b,facebook/opt-6.7b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1495.560192,1596.45696,0.0,950.009856,857.516544,s,10,0.5835707511901856,0.05835707511901857,0.00031171236882634643,0.0583786563873291,0.05868130149841309,0.05881489009857178,0.05892176097869873,"[0.05856409454345703, 0.058012256622314455, 0.0584984016418457, 0.05846012878417969, 0.058651615142822265, 0.05804627227783203, 0.05894847869873047, 0.05788921737670898, 0.0582031021118164, 0.058297183990478514]",tokens/s,4386.785997719917,kWh,6.829061891761589e-07,3.7418846269126377e-07,2.9153571813525047e-06,3.972451833219927e-06,tokens/kWh,64443827.3257792,MB,1495.560192,1596.45696,0.0,950.009856,888.373248,s,10,31.284889648437503,3.12848896484375,0.0114589981267836,3.1283529052734376,3.1444966552734375,3.1450495971679686,3.145491950683594,"[3.13634814453125, 3.115281494140625, 3.119911376953125, 3.136393310546875, 3.11410107421875, 3.132646728515625, 3.144373779296875, 3.12405908203125, 3.116172119140625, 3.1456025390625]",tokens/s,20.137517091464787,kWh,3.707178993826504e-05,2.0317029893987028e-05,0.00015490235240604643,0.00021229117223829852,tokens/kWh,296762.2220733795,,s,629,31.75902714920044,0.05049129912432502,0.0069426659511907,0.04940083312988281,0.050250752258300786,0.05062901916503906,0.10768740234375,"[0.05231513595581055, 0.05160345458984375, 0.05017190551757812, 0.05024256134033203, 0.050050048828125, 0.05151641464233398, 0.04965580749511719, 0.05403955078125, 0.05475328063964844, 0.05024563217163086, 0.04980428695678711, 0.04989235305786133, 0.049364990234375, 0.0493383674621582, 0.04931379318237305, 0.04937318420410156, 0.04939263916015625, 0.049358848571777345, 0.04939980697631836, 0.04938240051269531, 0.049672191619873046, 0.049539070129394534, 0.049344512939453126, 0.04935475158691406, 0.04934963226318359, 0.04931891250610351, 0.049522689819335934, 0.05018521499633789, 0.049339393615722656, 0.04933222579956055, 0.04935270309448242, 0.04942131042480469, 0.04936908721923828, 0.04948787307739258, 0.04943667221069336, 0.049882110595703126, 0.04938751983642578, 0.04944076919555664, 0.0493383674621582, 0.049337345123291014, 0.049358848571777345, 0.049345535278320314, 0.04937011337280273, 0.04935987091064453, 0.049391616821289064, 0.04938751983642578, 0.0493834228515625, 0.04934143829345703, 0.049342464447021485, 0.04940083312988281, 0.049360897064208986, 0.04937420654296875, 0.04940288162231445, 0.04937830352783203, 0.04984729766845703, 0.04938547134399414, 0.04934860610961914, 0.04936601638793945, 0.049353729248046874, 0.049393665313720705, 0.0493383674621582, 0.04930867385864258, 0.10750975799560547, 0.04935065460205078, 0.04933324813842774, 0.04929843139648438, 0.049293312072753906, 0.04932198333740234, 0.049410049438476565, 0.04968550491333008, 0.04969472122192383, 0.049876991271972655, 0.04935987091064453, 0.04935168075561523, 0.049329151153564454, 0.04934041595458984, 0.04936601638793945, 0.04931686401367188, 0.04940288162231445, 0.04935168075561523, 0.049334270477294925, 0.04972339248657227, 0.049358848571777345, 0.049342464447021485, 0.049320960998535154, 0.049320960998535154, 0.049329151153564454, 0.04931071853637695, 0.0493383674621582, 0.04930047988891602, 0.049375232696533204, 0.04935065460205078, 0.049334270477294925, 0.04937830352783203, 0.04933222579956055, 0.049345535278320314, 0.04934143829345703, 0.04934656143188477, 0.04940902328491211, 0.04937625503540039, 0.04938649749755859, 0.04937011337280273, 0.04934143829345703, 0.04936806488037109, 0.049360897064208986, 0.04933017730712891, 0.04935475158691406, 0.049334270477294925, 0.049358848571777345, 0.04938956832885742, 0.049334270477294925, 0.04938751983642578, 0.04947763061523437, 0.0494284782409668, 0.04937830352783203, 0.05029785537719727, 0.04992716979980469, 0.05004185485839844, 0.04987289428710937, 0.05022515106201172, 0.04950732803344727, 0.04943769454956055, 0.049324031829833984, 0.049342464447021485, 0.049882110595703126, 0.10801459503173828, 0.04929843139648438, 0.04931379318237305, 0.049314815521240236, 0.04931584167480469, 0.04934963226318359, 0.049326080322265625, 0.049360897064208986, 0.04932505416870117, 0.04939263916015625, 0.04934041595458984, 0.049364990234375, 0.04934963226318359, 0.04933324813842774, 0.049353729248046874, 0.049334270477294925, 0.049363967895507815, 0.049363967895507815, 0.049393665313720705, 0.04936703872680664, 0.04932505416870117, 0.049377281188964846, 0.050105342864990236, 0.05029785537719727, 0.050336769104003906, 0.04940492630004883, 0.04940083312988281, 0.04941721725463867, 0.049361919403076174, 0.04937932968139649, 0.04937625503540039, 0.04940185546875, 0.04936601638793945, 0.04934656143188477, 0.049364990234375, 0.04937830352783203, 0.049391616821289064, 0.04933324813842774, 0.04941721725463867, 0.04939980697631836, 0.04940492630004883, 0.049397758483886715, 0.04936908721923828, 0.04934656143188477, 0.04988518524169922, 0.0497151985168457, 0.04937420654296875, 0.04940902328491211, 0.05056409454345703, 0.049788928985595705, 0.04936703872680664, 0.04937625503540039, 0.04938751983642578, 0.049364990234375, 0.04935065460205078, 0.04957081604003906, 0.05004492950439453, 0.050049022674560545, 0.04997119903564453, 0.05030400085449219, 0.050100223541259765, 0.050097152709960936, 0.04945100784301758, 0.10798079681396484, 0.049688575744628906, 0.04928102493286133, 0.05053849411010742, 0.049363967895507815, 0.04932812881469727, 0.04932198333740234, 0.04979916763305664, 0.05087641525268555, 0.04971724700927734, 0.04935168075561523, 0.05140582275390625, 0.049631233215332034, 0.049377281188964846, 0.049331199645996096, 0.04936806488037109, 0.04941721725463867, 0.049363967895507815, 0.05114777755737305, 0.049432575225830076, 0.04938547134399414, 0.049549312591552735, 0.04955033493041992, 0.04931584167480469, 0.049858558654785154, 0.04995993423461914, 0.04933529663085937, 0.049391616821289064, 0.049535999298095705, 0.05039411163330078, 0.0502927360534668, 0.049617919921875, 0.05028966522216797, 0.05063679885864258, 0.050097152709960936, 0.04943155288696289, 0.04942233657836914, 0.051917823791503906, 0.050206718444824217, 0.05040639877319336, 0.049342464447021485, 0.0502210578918457, 0.050051071166992187, 0.050310142517089845, 0.05020467376708984, 0.05010227203369141, 0.04941312026977539, 0.04939878463745117, 0.04935168075561523, 0.049355777740478515, 0.04938444900512695, 0.04937932968139649, 0.049442817687988284, 0.04939980697631836, 0.04936908721923828, 0.04941516876220703, 0.049364990234375, 0.04942950439453125, 0.04940185546875, 0.04997836685180664, 0.049767425537109375, 0.050016254425048826, 0.05046783828735352, 0.10819379425048828, 0.04933017730712891, 0.049972225189208984, 0.049909759521484375, 0.05004288101196289, 0.04941823959350586, 0.049337345123291014, 0.04937830352783203, 0.049337345123291014, 0.04939878463745117, 0.049339393615722656, 0.04941516876220703, 0.049324031829833984, 0.049360897064208986, 0.049347583770751956, 0.04935168075561523, 0.04934963226318359, 0.049397758483886715, 0.049391616821289064, 0.04940902328491211, 0.04942131042480469, 0.049364990234375, 0.049345535278320314, 0.04933631896972656, 0.04935475158691406, 0.04940390396118164, 0.04935270309448242, 0.04930047988891602, 0.0493568000793457, 0.04939980697631836, 0.04935782241821289, 0.04941721725463867, 0.049342464447021485, 0.04935475158691406, 0.04936908721923828, 0.04933017730712891, 0.04935987091064453, 0.04935987091064453, 0.049344512939453126, 0.04958924865722656, 0.04940185546875, 0.0493834228515625, 0.04938854217529297, 0.049342464447021485, 0.04937113571166992, 0.04938240051269531, 0.04934860610961914, 0.04935270309448242, 0.04939468765258789, 0.04938444900512695, 0.04934963226318359, 0.049430526733398435, 0.049396736145019535, 0.049396736145019535, 0.04944179153442383, 0.04937830352783203, 0.049377281188964846, 0.04944384002685547, 0.04940492630004883, 0.049448959350585936, 0.049462272644042966, 0.04976947021484375, 0.0502743034362793, 0.10758860778808593, 0.0498524169921875, 0.04991078567504883, 0.04995276641845703, 0.049888256072998044, 0.04983705520629883, 0.049756160736083986, 0.05019340896606445, 0.04939263916015625, 0.049460224151611325, 0.049739776611328126, 0.04960358428955078, 0.04971724700927734, 0.04931379318237305, 0.04972032165527344, 0.049842174530029294, 0.05082726287841797, 0.04992921447753906, 0.04943769454956055, 0.05039513778686523, 0.049898494720458986, 0.0500469741821289, 0.05020774459838867, 0.04951347351074219, 0.049334270477294925, 0.04935475158691406, 0.04934860610961914, 0.04938649749755859, 0.0493199348449707, 0.0493199348449707, 0.050383872985839843, 0.04939059066772461, 0.04940083312988281, 0.04937011337280273, 0.04941619110107422, 0.049977344512939455, 0.05010739135742188, 0.050111488342285154, 0.050871295928955076, 0.0503900146484375, 0.04935168075561523, 0.05034598541259765, 0.049408000946044923, 0.04936703872680664, 0.04938751983642578, 0.04934656143188477, 0.049344512939453126, 0.049339393615722656, 0.0493383674621582, 0.049380352020263675, 0.04935270309448242, 0.049342464447021485, 0.04933631896972656, 0.049501182556152344, 0.050086910247802735, 0.04981043243408203, 0.049620990753173826, 0.05106687927246094, 0.05060812759399414, 0.04976639938354492, 0.04935782241821289, 0.04937011337280273, 0.04936908721923828, 0.1085450210571289, 0.049393665313720705, 0.04937113571166992, 0.04931891250610351, 0.05010739135742188, 0.049708030700683595, 0.04968447875976562, 0.049334270477294925, 0.04932505416870117, 0.04934860610961914, 0.049320960998535154, 0.049719295501708984, 0.049906688690185545, 0.04990873718261719, 0.05004083251953125, 0.0499681282043457, 0.05612748718261719, 0.05035007858276367, 0.04996710586547851, 0.049882110595703126, 0.05125120162963867, 0.049593345642089844, 0.04933529663085937, 0.04941516876220703, 0.049931262969970705, 0.04936703872680664, 0.04978585433959961, 0.05063270568847656, 0.04977459335327149, 0.04984012985229492, 0.04968447875976562, 0.04980326461791992, 0.050301952362060545, 0.04990771102905273, 0.05057843017578125, 0.05055897521972656, 0.05073100662231445, 0.05051903915405274, 0.050508800506591796, 0.04954111862182617, 0.04937625503540039, 0.04937420654296875, 0.05008588790893555, 0.049739776611328126, 0.049358848571777345, 0.049355777740478515, 0.050086910247802735, 0.04985343933105469, 0.04955955123901367, 0.04940083312988281, 0.04934041595458984, 0.04935782241821289, 0.049979393005371096, 0.0498790397644043, 0.04941516876220703, 0.049742847442626956, 0.049702911376953124, 0.05007360076904297, 0.05108224105834961, 0.049438720703125, 0.04939980697631836, 0.04979814529418945, 0.04958720016479492, 0.10789478302001954, 0.04976435089111328, 0.04958924865722656, 0.05006131362915039, 0.04940083312988281, 0.049323009490966796, 0.04935065460205078, 0.05004492950439453, 0.049926143646240234, 0.049912830352783204, 0.04959641647338867, 0.04933324813842774, 0.04933017730712891, 0.04934656143188477, 0.04933324813842774, 0.04937830352783203, 0.04995276641845703, 0.04990156936645508, 0.04940697479248047, 0.049498111724853515, 0.049345535278320314, 0.04936294555664063, 0.049301502227783206, 0.04935065460205078, 0.04938137435913086, 0.04965580749511719, 0.04968960189819336, 0.04995993423461914, 0.05003366470336914, 0.050113536834716796, 0.04981145477294922, 0.05002342224121094, 0.050050048828125, 0.05027123260498047, 0.05000703811645508, 0.050563072204589846, 0.04972339248657227, 0.04941107177734375, 0.04931891250610351, 0.04941312026977539, 0.04932812881469727, 0.04937932968139649, 0.049360897064208986, 0.04934041595458984, 0.04936703872680664, 0.049329151153564454, 0.04932710266113281, 0.04939980697631836, 0.049364990234375, 0.04937932968139649, 0.049358848571777345, 0.0506163215637207, 0.0494284782409668, 0.04937830352783203, 0.049710079193115236, 0.04936703872680664, 0.04936908721923828, 0.04934860610961914, 0.04936908721923828, 0.04931584167480469, 0.04931584167480469, 0.049396736145019535, 0.04930252838134765, 0.10772582244873047, 0.04937625503540039, 0.049344512939453126, 0.04930867385864258, 0.04931891250610351, 0.049342464447021485, 0.04934143829345703, 0.049377281188964846, 0.049334270477294925, 0.04939468765258789, 0.05003776168823242, 0.05007564926147461, 0.049783809661865235, 0.049353729248046874, 0.04938649749755859, 0.04937420654296875, 0.04935475158691406, 0.04942438507080078, 0.04941107177734375, 0.04940288162231445, 0.04943667221069336, 0.04938854217529297, 0.04933529663085937, 0.04938547134399414, 0.04940083312988281, 0.049353729248046874, 0.04933324813842774, 0.04938240051269531, 0.04935270309448242, 0.04931379318237305, 0.04938137435913086, 0.049977344512939455, 0.05000908660888672, 0.04952678298950195, 0.04935065460205078, 0.04938854217529297, 0.04945305633544922, 0.04934348678588867, 0.049355777740478515, 0.04933529663085937, 0.04937113571166992, 0.04939980697631836, 0.04935065460205078, 0.049364990234375, 0.04974694442749023, 0.04986880111694336, 0.049620990753173826, 0.049397758483886715, 0.0493568000793457, 0.049377281188964846, 0.049345535278320314, 0.050026496887207034, 0.04940288162231445, 0.04940697479248047, 0.04942335891723633, 0.04935068893432617, 0.0493792953491211, 0.049476608276367184, 0.04939263916015625, 0.04941823959350586, 0.04937318420410156, 0.04934143829345703, 0.049941505432128906, 0.10781798553466797, 0.05007564926147461, 0.050239486694335936, 0.049704959869384766, 0.049331199645996096, 0.049331199645996096, 0.04935270309448242, 0.049724414825439454, 0.050086910247802735, 0.05024153518676758, 0.04992409515380859, 0.04992512130737305, 0.05034188842773438, 0.05062348937988281, 0.0499159049987793, 0.04936908721923828, 0.04935987091064453, 0.049410049438476565, 0.049393665313720705, 0.049408000946044923, 0.0497151985168457, 0.04990771102905273, 0.049549312591552735, 0.05006335830688476, 0.050083839416503906, 0.05160140609741211, 0.050644992828369144, 0.04997529602050781, 0.049903617858886716, 0.05058560180664062, 0.051154945373535154, 0.050195457458496094, 0.049993728637695314, 0.04950527954101563, 0.04934143829345703, 0.05148979187011719, 0.05039616012573242, 0.04994047927856445, 0.0500684814453125, 0.05000191879272461, 0.049860607147216796, 0.050184192657470705, 0.05008281707763672, 0.05017702484130859, 0.04991692733764649, 0.04950425720214844, 0.04989952087402344, 0.04970905685424805, 0.049391616821289064, 0.050065406799316405, 0.04981248092651367, 0.04980121612548828, 0.04990566253662109, 0.049358848571777345, 0.04936294555664063, 0.04978585433959961, 0.0497520637512207, 0.049873920440673826, 0.04991897583007812, 0.049999870300292966, 0.04938956832885742, 0.051095550537109374, 0.04938956832885742]",tokens/s,19.805392559571388,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2254.06976,3223.846912,0.0,2577.399808,2343.73376,s,10,1.2768031997680664,0.12768031997680665,0.00020696205002264715,0.12767203140258787,0.12798054504394532,0.1280246276855469,0.12805989379882815,"[0.12769773101806642, 0.127440673828125, 0.12773577880859374, 0.12766451263427733, 0.12767955017089844, 0.12733372497558593, 0.1279707489013672, 0.12758505249023439, 0.12806871032714845, 0.12762671661376954]",tokens/s,2005.0075066110646,kWh,1.5026128556154952e-06,8.233653068232285e-07,7.495420904911606e-06,9.82139906735033e-06,tokens/kWh,26065532.847660273,MB,2254.06976,3223.846912,0.0,2577.399808,2468.043776,s,10,71.11217236328125,7.111217236328125,0.0009112164248649313,7.111072509765625,7.112125048828125,7.1125910888671875,7.112963920898437,"[7.1119287109375, 7.1100625, 7.111611328125, 7.1111025390625, 7.11020068359375, 7.112021484375, 7.11104248046875, 7.11305712890625, 7.111001953125, 7.1101435546875]",tokens/s,8.859242785912983,kWh,8.398167481695718e-05,4.602800234817596e-05,0.00041823408634508844,0.0005482437635102214,tokens/kWh,114912.38787037371,,s,629,72.14853327178949,0.1147035505115891,0.0151886118139977,0.11285504150390625,0.11299246063232421,0.11308707733154297,0.24060850341796874,"[0.112827392578125, 0.11279872131347657, 0.11284377288818359, 0.1131878433227539, 0.11276390075683594, 0.11281510162353516, 0.11283558654785156, 0.11272806549072266, 0.11281510162353516, 0.1127567367553711, 0.11279974365234376, 0.11278643035888672, 0.11286630249023437, 0.11276697540283204, 0.11285196685791016, 0.11283353424072265, 0.1127710723876953, 0.11281407928466797, 0.1128304672241211, 0.1131673583984375, 0.11293901062011719, 0.112932861328125, 0.1128632354736328, 0.11280281829833984, 0.11275981140136719, 0.11333222198486329, 0.1128058853149414, 0.11281919860839844, 0.11277619171142578, 0.11284786987304687, 0.11285196685791016, 0.11283148956298829, 0.11294412994384766, 0.11290009307861328, 0.11293389129638672, 0.11286118316650391, 0.1128058853149414, 0.11284786987304687, 0.11295334625244141, 0.11292364501953125, 0.11289702606201171, 0.11291648101806641, 0.11284070587158203, 0.11288780975341797, 0.11285504150390625, 0.11289292907714844, 0.1128826904296875, 0.11290521240234375, 0.11288678741455078, 0.11291033935546875, 0.11290214538574218, 0.11294412994384766, 0.11289395141601563, 0.11295641326904297, 0.11291033935546875, 0.11299737548828125, 0.11297484588623047, 0.11299737548828125, 0.11300045013427734, 0.1129349136352539, 0.11289190673828126, 0.1129728012084961, 0.24050381469726562, 0.11284992218017578, 0.11274854278564453, 0.11272396850585938, 0.11281203460693359, 0.1131673583984375, 0.11278540802001953, 0.1127352294921875, 0.11286528015136718, 0.11295846557617187, 0.1127567367553711, 0.11286016082763672, 0.11274547576904297, 0.11283251190185548, 0.11268505859375, 0.11283968353271484, 0.11282329559326172, 0.1127720947265625, 0.11276390075683594, 0.1127352294921875, 0.112901123046875, 0.11290828704833984, 0.11280384063720703, 0.11283455657958984, 0.11275981140136719, 0.11286528015136718, 0.11280076599121094, 0.11275981140136719, 0.11280793762207031, 0.11287449645996094, 0.11281919860839844, 0.11278848266601563, 0.11278643035888672, 0.11291136169433594, 0.1128304672241211, 0.11290419006347656, 0.1128980484008789, 0.11283968353271484, 0.11281817626953125, 0.11288678741455078, 0.11280793762207031, 0.11289292907714844, 0.11284992218017578, 0.11283558654785156, 0.11285094451904297, 0.11290419006347656, 0.11283865356445312, 0.1128980484008789, 0.11285810852050782, 0.11285606384277344, 0.11283558654785156, 0.1129574432373047, 0.11293593597412109, 0.11292774200439454, 0.11290521240234375, 0.11294003295898437, 0.11294412994384766, 0.11295027160644532, 0.11293183898925781, 0.1129881591796875, 0.11299225616455078, 0.11296460723876953, 0.11290316772460937, 0.24092979431152345, 0.11286937713623046, 0.11274752044677734, 0.11274649810791015, 0.1127045135498047, 0.11272908782958985, 0.11279666900634766, 0.1127720947265625, 0.11288473510742188, 0.11286937713623046, 0.11279052734375, 0.11291648101806641, 0.11277311706542968, 0.11278643035888672, 0.11283660888671875, 0.11280178833007813, 0.11280486297607421, 0.1127045135498047, 0.1128796157836914, 0.11322163391113281, 0.11284172821044922, 0.11283763122558593, 0.11284377288818359, 0.11285401916503907, 0.11285196685791016, 0.11283251190185548, 0.11286835479736328, 0.11284992218017578, 0.1128458251953125, 0.1128253402709961, 0.112932861328125, 0.11280384063720703, 0.11285504150390625, 0.11286528015136718, 0.11295027160644532, 0.11295641326904297, 0.1128622055053711, 0.11279769897460938, 0.11283660888671875, 0.11314278411865235, 0.1129144287109375, 0.11285094451904297, 0.11287347412109375, 0.11288780975341797, 0.11287347412109375, 0.11294003295898437, 0.11290624237060547, 0.11288473510742188, 0.11291340637207031, 0.11286118316650391, 0.11290521240234375, 0.11292467498779298, 0.1129175033569336, 0.11294207763671875, 0.11298713684082032, 0.11289087677001954, 0.11301478576660157, 0.11289190673828126, 0.11299327850341796, 0.11297894287109375, 0.11295231628417969, 0.11295334625244141, 0.11311923217773437, 0.24075059509277344, 0.11285196685791016, 0.11274649810791015, 0.11264921569824218, 0.11283353424072265, 0.11273932647705077, 0.11279154968261719, 0.11283558654785156, 0.11284786987304687, 0.11286835479736328, 0.11276799774169922, 0.11297382354736328, 0.1128642578125, 0.11282841491699219, 0.11278233337402344, 0.11275981140136719, 0.11286732482910156, 0.11279462432861329, 0.11280281829833984, 0.1127720947265625, 0.1128089599609375, 0.1128826904296875, 0.1128622055053711, 0.1127710723876953, 0.1128253402709961, 0.11290521240234375, 0.11285504150390625, 0.11273420715332032, 0.11281407928466797, 0.11278643035888672, 0.1128458251953125, 0.11275263977050781, 0.11282329559326172, 0.11321241760253906, 0.11290624237060547, 0.11281305694580078, 0.1128796157836914, 0.11281100463867187, 0.1128089599609375, 0.1128253402709961, 0.1128980484008789, 0.11283558654785156, 0.11285401916503907, 0.11287654113769531, 0.11327999877929687, 0.11296153259277343, 0.11284480285644531, 0.11284377288818359, 0.11294617462158203, 0.11292364501953125, 0.11290009307861328, 0.11285504150390625, 0.11293593597412109, 0.11301273345947266, 0.11312230682373046, 0.11292671966552735, 0.1129195556640625, 0.11298303985595703, 0.11297382354736328, 0.11294924926757813, 0.11302604675292968, 0.11297382354736328, 0.1129175033569336, 0.2407516174316406, 0.11282841491699219, 0.1126819839477539, 0.112753662109375, 0.1127567367553711, 0.11277926635742187, 0.11274444580078125, 0.11282943725585938, 0.11282022094726563, 0.1128427505493164, 0.11281817626953125, 0.11283353424072265, 0.11279462432861329, 0.11278233337402344, 0.1128058853149414, 0.11280793762207031, 0.11278848266601563, 0.11276390075683594, 0.112827392578125, 0.1128089599609375, 0.11282329559326172, 0.11284992218017578, 0.11278643035888672, 0.11284684753417969, 0.11275161743164062, 0.1128253402709961, 0.11283455657958984, 0.1127710723876953, 0.11280998229980468, 0.11278028869628906, 0.11276287841796875, 0.11286528015136718, 0.11280998229980468, 0.1129144287109375, 0.11284172821044922, 0.11308646392822265, 0.11285913848876954, 0.11290009307861328, 0.11290419006347656, 0.1128642578125, 0.11284480285644531, 0.1128427505493164, 0.1129697265625, 0.11288678741455078, 0.11287347412109375, 0.11281919860839844, 0.11291238403320313, 0.11286528015136718, 0.11288985443115235, 0.11284992218017578, 0.11290828704833984, 0.11291033935546875, 0.11287039947509765, 0.1128632354736328, 0.11294003295898437, 0.11297996520996094, 0.11295641326904297, 0.11294310760498047, 0.1130588150024414, 0.11304447937011719, 0.11306086730957031, 0.11291136169433594, 0.11297792053222656, 0.24042086791992187, 0.1128632354736328, 0.1127710723876953, 0.11281510162353516, 0.11279666900634766, 0.11284070587158203, 0.11276902770996093, 0.11272908782958985, 0.1128304672241211, 0.11293798065185547, 0.1127741470336914, 0.11279462432861329, 0.1127936019897461, 0.11284889221191406, 0.11300556945800781, 0.11282637023925782, 0.11283968353271484, 0.11280178833007813, 0.11276185607910157, 0.11279769897460938, 0.11284070587158203, 0.11299942779541015, 0.11274956512451172, 0.11283763122558593, 0.1139415054321289, 0.11288166046142578, 0.11280281829833984, 0.11278336334228516, 0.11282637023925782, 0.11284992218017578, 0.11277516937255859, 0.11312844848632812, 0.112827392578125, 0.11292262268066407, 0.11278950500488281, 0.11285708618164063, 0.11279052734375, 0.1128253402709961, 0.112901123046875, 0.11290316772460937, 0.11283558654785156, 0.11285094451904297, 0.11281613159179688, 0.11281613159179688, 0.11287449645996094, 0.11287859344482422, 0.11289190673828126, 0.11288678741455078, 0.112901123046875, 0.11300147247314453, 0.11283251190185548, 0.11287654113769531, 0.11294105529785156, 0.11296460723876953, 0.11292979431152343, 0.11290828704833984, 0.11303321838378906, 0.11300761413574219, 0.11290930938720703, 0.11304959869384766, 0.11303424072265625, 0.11299635314941406, 0.11292671966552735, 0.2410004425048828, 0.11285196685791016, 0.11275263977050781, 0.11278540802001953, 0.11274342346191406, 0.11271270751953125, 0.11280076599121094, 0.11279769897460938, 0.11284992218017578, 0.11282125091552735, 0.11278950500488281, 0.11283865356445312, 0.11274240112304687, 0.11284172821044922, 0.11275878143310547, 0.11275571441650391, 0.11279462432861329, 0.112716796875, 0.1128089599609375, 0.1128253402709961, 0.11286016082763672, 0.11285094451904297, 0.11280281829833984, 0.11281817626953125, 0.11285094451904297, 0.11286937713623046, 0.11279154968261719, 0.11299635314941406, 0.11286118316650391, 0.11308236694335938, 0.11284480285644531, 0.11281817626953125, 0.11277926635742187, 0.1128622055053711, 0.1128806381225586, 0.11291545867919922, 0.11282637023925782, 0.1128253402709961, 0.11293798065185547, 0.11296460723876953, 0.11289600372314453, 0.1128806381225586, 0.1128632354736328, 0.11285094451904297, 0.11290214538574218, 0.1128806381225586, 0.11289395141601563, 0.11289702606201171, 0.11303424072265625, 0.11298713684082032, 0.11295539093017579, 0.11288985443115235, 0.11298508453369141, 0.11293695831298828, 0.11302194976806641, 0.11294412994384766, 0.11294003295898437, 0.11289702606201171, 0.11298303985595703, 0.11297792053222656, 0.11299430084228515, 0.11297484588623047, 0.1129902114868164, 0.24065843200683593, 0.11286528015136718, 0.11273113250732422, 0.11275161743164062, 0.11281203460693359, 0.11273830413818359, 0.1127874526977539, 0.11272704315185547, 0.11285810852050782, 0.11288473510742188, 0.11277823638916015, 0.11273420715332032, 0.11281613159179688, 0.11283455657958984, 0.11280691528320312, 0.11278438568115234, 0.1128796157836914, 0.11277619171142578, 0.11294412994384766, 0.1127567367553711, 0.1132072982788086, 0.11291340637207031, 0.11281305694580078, 0.11283148956298829, 0.11281203460693359, 0.11285810852050782, 0.11290419006347656, 0.11286732482910156, 0.11289600372314453, 0.11281510162353516, 0.112827392578125, 0.11289497375488282, 0.11286835479736328, 0.11289087677001954, 0.11288371276855469, 0.11285913848876954, 0.11287654113769531, 0.11284172821044922, 0.11282637023925782, 0.11285298919677735, 0.1128806381225586, 0.11288371276855469, 0.11287654113769531, 0.11281305694580078, 0.11296051025390624, 0.11358617401123047, 0.11337010955810548, 0.11285913848876954, 0.1130096664428711, 0.11293389129638672, 0.11287757110595703, 0.11288985443115235, 0.11309465789794922, 0.11295231628417969, 0.11317247772216797, 0.11291033935546875, 0.11299635314941406, 0.11309363555908203, 0.1129697265625, 0.11296665954589843, 0.11301580810546875, 0.1130557403564453, 0.11299635314941406, 0.24121548461914064, 0.11285298919677735, 0.11274547576904297, 0.11277619171142578, 0.1127710723876953, 0.11308748626708984, 0.112827392578125, 0.11283968353271484, 0.11282022094726563, 0.1129717788696289, 0.11277823638916015, 0.11284684753417969, 0.11279666900634766, 0.11278540802001953, 0.11277721405029296, 0.11278848266601563, 0.11289292907714844, 0.11277516937255859, 0.11281919860839844, 0.11277311706542968, 0.11278438568115234, 0.11294822692871094, 0.11283865356445312, 0.11294412994384766, 0.1127720947265625, 0.11283660888671875, 0.11279974365234376, 0.11281919860839844, 0.11278950500488281, 0.11279564666748047, 0.11282943725585938, 0.1127874526977539, 0.11280793762207031, 0.11289395141601563, 0.11286016082763672, 0.11285401916503907, 0.11279666900634766, 0.11279872131347657, 0.11282943725585938, 0.11285196685791016, 0.11282431793212891, 0.11281613159179688, 0.11284480285644531, 0.11283763122558593, 0.11284992218017578, 0.11292160034179688, 0.1135646743774414, 0.11288883209228516, 0.11287859344482422, 0.11287039947509765, 0.1128796157836914, 0.1128806381225586, 0.1128826904296875, 0.11291340637207031, 0.11294310760498047, 0.11295334625244141, 0.1129349136352539, 0.11291136169433594, 0.1129902114868164, 0.11320832061767579, 0.1129574432373047, 0.11293798065185547, 0.11295539093017579, 0.24064921569824219, 0.11285810852050782, 0.11271372985839843, 0.11272396850585938, 0.11280178833007813, 0.112753662109375, 0.11274956512451172, 0.11273318481445313, 0.11285913848876954, 0.1129144287109375, 0.11276390075683594, 0.11277721405029296, 0.1128304672241211, 0.11284377288818359, 0.11270758056640626, 0.11285606384277344, 0.11282227325439453, 0.11278540802001953, 0.112753662109375, 0.11275775909423828, 0.11279974365234376, 0.11291545867919922, 0.11281613159179688, 0.11290521240234375, 0.1128304672241211, 0.11287859344482422, 0.11281203460693359, 0.11274752044677734, 0.11278336334228516, 0.11281715393066406, 0.11280076599121094, 0.11283251190185548, 0.11277823638916015, 0.11327999877929687, 0.11283763122558593, 0.1128826904296875, 0.11281510162353516, 0.11286016082763672, 0.11278336334228516, 0.11281510162353516, 0.11285708618164063, 0.1129144287109375, 0.11285504150390625, 0.11286732482910156, 0.11287654113769531, 0.11289497375488282, 0.11284070587158203, 0.1128458251953125, 0.1128806381225586, 0.11290726470947265, 0.11285504150390625, 0.11287654113769531, 0.11288575744628906, 0.11297586822509766, 0.11291136169433594, 0.1129697265625, 0.11285504150390625, 0.11311103820800782, 0.1129902114868164, 0.11301478576660157, 0.11303014373779297, 0.11297484588623047, 0.11295231628417969]",tokens/s,8.718125947626746,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-0.5B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1425.276928,1686.634496,0.0,1040.187392,943.920128,s,10,0.4963994178771972,0.04963994178771972,0.001167031203269478,0.049792783737182614,0.050235086441040036,0.05112939929962158,0.051844849586486816,"[0.052023712158203124, 0.04979683303833008, 0.04990054321289063, 0.04972150421142578, 0.049788734436035154, 0.049963134765625, 0.04976521682739258, 0.0478135986328125, 0.05003635025024414, 0.047589790344238284]",tokens/s,5157.137393407079,kWh,5.651524081501411e-07,3.096566028130167e-07,1.555958182564898e-06,2.430767193528056e-06,tokens/kWh,105316543.96258217,MB,1425.604608,1686.634496,0.0,1040.187392,943.922688,s,10,30.60786791992187,3.0607867919921876,0.04070137972277589,3.0738637695312496,3.1014435546875,3.1017894042968748,3.102066083984375,"[3.10213525390625, 3.098649658203125, 3.10136669921875, 3.09380712890625, 3.091667724609375, 3.028345458984375, 3.056059814453125, 3.000886962890625, 3.043139404296875, 2.991809814453125]",tokens/s,20.582942975585343,kWh,3.528759771770838e-05,1.9336419876462486e-05,8.684227920263613e-05,0.00014146629679680697,tokens/kWh,445335.75435631233,,s,629,31.001260063171387,0.049286581976425096,0.006017983791997012,0.04899532699584961,0.04953845748901367,0.049816986083984376,0.09791873016357433,"[0.04945510482788086, 0.049410049438476565, 0.04935987091064453, 0.04887347030639649, 0.04675174331665039, 0.048080894470214845, 0.04916223907470703, 0.050331649780273435, 0.050050048828125, 0.049126495361328126, 0.053526432037353515, 0.05063884735107422, 0.049363967895507815, 0.04890214538574219, 0.049476673126220706, 0.04896044921875, 0.049215518951416015, 0.04934345626831055, 0.04939263916015625, 0.04950527954101563, 0.04928716659545898, 0.048930816650390625, 0.04892979049682617, 0.048126976013183595, 0.048909313201904295, 0.04859801483154297, 0.04917248153686524, 0.04899532699584961, 0.04940185546875, 0.049396736145019535, 0.04915609741210938, 0.04882534408569336, 0.048702465057373044, 0.048702465057373044, 0.048791553497314455, 0.04902092742919922, 0.049326080322265625, 0.04864614486694336, 0.049274879455566405, 0.04898406219482422, 0.04931891250610351, 0.049312767028808595, 0.049492992401123044, 0.04908544158935547, 0.04879481506347656, 0.04874835205078125, 0.049307647705078124, 0.0487086067199707, 0.04928921508789062, 0.04914688110351562, 0.049391616821289064, 0.048704513549804686, 0.049070079803466796, 0.04998246383666992, 0.04922880172729492, 0.04939980697631836, 0.04923292922973633, 0.04958307266235352, 0.04948582458496094, 0.04893395233154297, 0.04925433731079101, 0.04922777557373047, 0.09915599822998047, 0.04900553512573242, 0.04943155288696289, 0.048884735107421876, 0.048671745300292966, 0.04917248153686524, 0.04907727813720703, 0.04954211044311523, 0.049083393096923826, 0.049219585418701174, 0.0493834228515625, 0.049018878936767575, 0.04912643051147461, 0.04963734436035156, 0.049337345123291014, 0.049364990234375, 0.049116161346435545, 0.04880998229980469, 0.04922982406616211, 0.04892160034179688, 0.04923187255859375, 0.04899225616455078, 0.04949817657470703, 0.04928710556030273, 0.04924518585205078, 0.04872499084472656, 0.04894009780883789, 0.050518974304199216, 0.05024153518676758, 0.049100959777832034, 0.048793441772460935, 0.04917452621459961, 0.04889702224731445, 0.049095745086669924, 0.0495082893371582, 0.04914790344238281, 0.04879872131347656, 0.04823961639404297, 0.04921753692626953, 0.048968704223632815, 0.04940185546875, 0.049053695678710936, 0.049188865661621096, 0.04894822311401367, 0.049312767028808595, 0.048958465576171874, 0.04908748626708984, 0.04911206436157227, 0.04888883209228516, 0.04928307342529297, 0.05083443069458008, 0.04910185623168945, 0.049238208770751954, 0.04861929702758789, 0.04913151931762695, 0.04905984115600586, 0.04878950500488281, 0.049091583251953126, 0.049294334411621094, 0.04915302276611328, 0.04912332916259766, 0.049358848571777345, 0.04964352035522461, 0.099272705078125, 0.04852633666992188, 0.04890419387817383, 0.04911820983886719, 0.049081344604492184, 0.049380352020263675, 0.04940697479248047, 0.049168384552001954, 0.04937830352783203, 0.04900864028930664, 0.0486278076171875, 0.04971100616455078, 0.04902809524536133, 0.04945100784301758, 0.04876902389526367, 0.04928927993774414, 0.048717758178710935, 0.049304576873779295, 0.04920115280151367, 0.04913663864135742, 0.04940499114990234, 0.048989120483398436, 0.04873011016845703, 0.04953804779052735, 0.049220703125, 0.049430431365966795, 0.04883967971801758, 0.048952320098876956, 0.04926579284667969, 0.04896460723876953, 0.04908838272094727, 0.04959436798095703, 0.04955340957641602, 0.04929235076904297, 0.04899628829956055, 0.04952576065063476, 0.04928614425659179, 0.049805313110351565, 0.049159168243408206, 0.04928716659545898, 0.04943769454956055, 0.04921753692626953, 0.04931484985351563, 0.04953596878051758, 0.050367488861083984, 0.049949695587158206, 0.04931379318237305, 0.04872294235229492, 0.048866302490234374, 0.04944384002685547, 0.04918374252319336, 0.04934143829345703, 0.04930559921264648, 0.04904959869384766, 0.04922163009643555, 0.04949708938598633, 0.04912639999389649, 0.048844799041748044, 0.04939263916015625, 0.04918175888061523, 0.049150943756103516, 0.04917654418945312, 0.04923187255859375, 0.09917542266845703, 0.048998401641845706, 0.04890828704833984, 0.04907212829589844, 0.04925337600708008, 0.048985088348388675, 0.0486932487487793, 0.04894822311401367, 0.04894412612915039, 0.04932614517211914, 0.048954303741455076, 0.04935475158691406, 0.04895948791503906, 0.04875478363037109, 0.048759712219238284, 0.048881759643554686, 0.04928092956542969, 0.04924313735961914, 0.04911308670043945, 0.04982476806640625, 0.04940390396118164, 0.04960563278198242, 0.04922163009643555, 0.049500160217285157, 0.049874942779541014, 0.049205249786376956, 0.0493834228515625, 0.049380352020263675, 0.04909260940551758, 0.04954009628295898, 0.049279998779296875, 0.04924825668334961, 0.049152000427246094, 0.049099777221679686, 0.048833534240722655, 0.04914483261108398, 0.048659454345703124, 0.04876803207397461, 0.04877104187011719, 0.04913663864135742, 0.050362529754638674, 0.04974883270263672, 0.04945510482788086, 0.04912332916259766, 0.04895759963989258, 0.048935775756835935, 0.04879052734375, 0.04894412612915039, 0.049181697845458984, 0.048843776702880856, 0.04885811233520508, 0.04874348831176758, 0.04932806396484375, 0.04883763122558594, 0.048540672302246096, 0.048274433135986325, 0.049084415435791014, 0.04897894287109375, 0.04926566314697266, 0.048755809783935546, 0.04857027053833008, 0.049247230529785156, 0.04901580810546875, 0.09910784149169923, 0.04891033554077148, 0.04886732864379883, 0.04895539093017578, 0.04894924926757813, 0.049326080322265625, 0.04928921508789062, 0.04943462371826172, 0.04908544158935547, 0.04944076919555664, 0.04925132751464844, 0.04869734573364258, 0.048912384033203124, 0.04904345703125, 0.0491069450378418, 0.04870454406738281, 0.04835017776489258, 0.04886937713623047, 0.049704959869384766, 0.04909363174438477, 0.04931071853637695, 0.049089534759521485, 0.04899123382568359, 0.049240097045898434, 0.049349601745605466, 0.048892929077148435, 0.04945510482788086, 0.04920217514038086, 0.048936958312988284, 0.04867686462402344, 0.04889497756958008, 0.048791553497314455, 0.048694271087646485, 0.04878335952758789, 0.04863488006591797, 0.04867692947387695, 0.04915603256225586, 0.04883763122558594, 0.04880998229980469, 0.05012377548217774, 0.04993638229370117, 0.049114112854003904, 0.048833534240722655, 0.048914432525634766, 0.04888169479370117, 0.049064926147460934, 0.04921855926513672, 0.04875571060180664, 0.04903936004638672, 0.04902809524536133, 0.04886220932006836, 0.04883967971801758, 0.04876902389526367, 0.04925235366821289, 0.04910182571411133, 0.04920115280151367, 0.04882944107055664, 0.04901990509033203, 0.049293312072753906, 0.04923699188232422, 0.04884787368774414, 0.04954316711425781, 0.050202686309814455, 0.09952864074707031, 0.04842496109008789, 0.04917964935302734, 0.04895743942260742, 0.04887551879882813, 0.0492564468383789, 0.048898048400878906, 0.04861439895629883, 0.04905881500244141, 0.04871475219726563, 0.049159168243408206, 0.04905472183227539, 0.04927283096313476, 0.04907731246948242, 0.04950726318359375, 0.04724326324462891, 0.046919681549072265, 0.04721459197998047, 0.04766310501098633, 0.04894105529785156, 0.049116161346435545, 0.04882640075683594, 0.04643119812011719, 0.04720742416381836, 0.046535678863525394, 0.046840831756591796, 0.04659619140625, 0.04681001663208008, 0.04679167938232422, 0.04685619354248047, 0.04667596817016602, 0.04665139389038086, 0.04666265487670898, 0.046785537719726565, 0.04714905548095703, 0.04661964797973633, 0.046685184478759766, 0.046707710266113284, 0.046478336334228515, 0.04634521484375, 0.04687974548339844, 0.046952449798583984, 0.0466319351196289, 0.046430206298828124, 0.04754534530639649, 0.04899532699584961, 0.04882124710083008, 0.049152000427246094, 0.04922163009643555, 0.04928204727172852, 0.04893900680541992, 0.04866252899169922, 0.04890009689331055, 0.04893395233154297, 0.04893382263183594, 0.048503807067871094, 0.04883865737915039, 0.04877926254272461, 0.049364990234375, 0.04921753692626953, 0.04892364883422851, 0.04877107238769531, 0.04939571380615235, 0.09899622344970703, 0.0487823371887207, 0.04872499084472656, 0.048382976531982425, 0.04850483322143555, 0.04842291259765625, 0.04870553588867187, 0.048727039337158204, 0.04846182250976563, 0.048982017517089846, 0.048925697326660154, 0.048814079284667966, 0.04878335952758789, 0.04874649429321289, 0.04976435089111328, 0.048895999908447264, 0.04906598281860351, 0.04858265686035156, 0.04921753692626953, 0.049023998260498046, 0.048982017517089846, 0.04919807815551758, 0.049154048919677736, 0.04882124710083008, 0.04872806549072266, 0.04881919860839844, 0.04881817626953125, 0.04922470474243164, 0.04905779266357422, 0.048773120880126954, 0.04870963287353516, 0.04878950500488281, 0.04923392105102539, 0.05020684814453125, 0.0495973129272461, 0.04966400146484375, 0.04936601638793945, 0.049522689819335934, 0.04663296127319336, 0.04650905609130859, 0.04651520156860352, 0.046700736999511716, 0.04688364791870117, 0.04660531234741211, 0.046647296905517575, 0.046698558807373045, 0.046754753112792966, 0.0464312629699707, 0.046992351531982425, 0.04699955368041992, 0.046693374633789066, 0.04671180725097656, 0.04652851104736328, 0.04640256118774414, 0.051917823791503906, 0.05019955062866211, 0.049121280670166016, 0.049132545471191405, 0.049306625366210936, 0.04966502380371094, 0.04940595245361328, 0.0496097297668457, 0.049600513458251956, 0.09514803314208985, 0.046975006103515626, 0.0467938232421875, 0.047055744171142576, 0.04659711837768555, 0.047116287231445314, 0.04686131286621094, 0.046355457305908204, 0.04671180725097656, 0.04706918334960938, 0.04688793563842773, 0.04674457550048828, 0.0463902702331543, 0.04650393676757812, 0.0469667854309082, 0.046924800872802735, 0.046309375762939455, 0.04673023986816406, 0.046653438568115234, 0.04687155151367187, 0.046939136505126954, 0.04672204971313477, 0.04692684936523438, 0.046717952728271485, 0.04668832015991211, 0.04676704025268555, 0.04671692657470703, 0.04645273590087891, 0.04675686264038086, 0.046870529174804686, 0.046685184478759766, 0.046717952728271485, 0.04696067047119141, 0.0468623046875, 0.04695449447631836, 0.046835712432861325, 0.048382976531982425, 0.04946944046020508, 0.04955955123901367, 0.04940492630004883, 0.049099777221679686, 0.0491255989074707, 0.04917839813232422, 0.04914278411865235, 0.04908355331420899, 0.04890403366088867, 0.04909568023681641, 0.049172576904296876, 0.04921744155883789, 0.049503231048583986, 0.047017982482910156, 0.046771263122558596, 0.04698003387451172, 0.04677427291870117, 0.04684799957275391, 0.046461952209472655, 0.05033881759643555, 0.049775615692138675, 0.04926566314697266, 0.049364990234375, 0.04963942337036133, 0.04937011337280273, 0.049544193267822265, 0.09985638427734375, 0.048890880584716793, 0.04917452621459961, 0.04951039886474609, 0.04925337600708008, 0.04718592071533203, 0.0467322883605957, 0.04723712158203125, 0.046650367736816405, 0.04881612777709961, 0.04941209411621094, 0.049617919921875, 0.049460224151611325, 0.05050588989257813, 0.04995363235473633, 0.04963139343261719, 0.04910575866699219, 0.049148929595947265, 0.049375232696533204, 0.04957593536376953, 0.04951039886474609, 0.04937420654296875, 0.04948582458496094, 0.049296382904052735, 0.049288192749023435, 0.04952883148193359, 0.04915507125854492, 0.04964966583251953, 0.04667084884643555, 0.04690022277832031, 0.04663820648193359, 0.04628057479858398, 0.04676198577880859, 0.04685107040405274, 0.04871475219726563, 0.04920832061767578, 0.04937932968139649, 0.048982017517089846, 0.04964863967895508, 0.049601535797119144, 0.04901990509033203, 0.049327136993408204, 0.04931488037109375, 0.049255329132080077, 0.04924620819091797, 0.0493568000793457, 0.049075199127197267, 0.04704665756225586, 0.0469607048034668, 0.04699846267700195, 0.046499839782714845, 0.04666470336914062, 0.04684697723388672, 0.04677734375, 0.046709758758544925, 0.04699955368041992, 0.04661862564086914, 0.046973953247070314, 0.0468039665222168, 0.04713369750976563, 0.04662374496459961, 0.04639952087402344, 0.046580703735351565, 0.0948479995727539, 0.04625100708007813, 0.04647731018066406, 0.04604006576538086, 0.04638003158569336, 0.04659097671508789, 0.04696268844604492, 0.04689100646972656, 0.04639846420288086, 0.046767105102539064, 0.04700569534301758, 0.04658380889892578, 0.04929945755004883, 0.049462272644042966, 0.04949094390869141, 0.049387584686279296, 0.04884473419189453, 0.049157119750976565, 0.04947558212280274, 0.049250335693359376, 0.04951651382446289, 0.04711219024658203, 0.046699520111083984, 0.046963710784912106, 0.046941184997558595, 0.04734259033203125, 0.04665958404541016, 0.046683135986328124, 0.046957569122314455, 0.04658790588378906, 0.047475711822509765, 0.046889984130859375, 0.047080448150634766, 0.046682113647460936, 0.04725145721435547, 0.04716339111328125, 0.046893054962158204, 0.04676607894897461, 0.04682956695556641, 0.046696449279785154, 0.046740478515625, 0.04670259094238281, 0.04710400009155274, 0.046265342712402346, 0.046637054443359374, 0.047009792327880856, 0.04683673477172851, 0.04653977584838867, 0.04660736083984375, 0.048824321746826174, 0.05063167953491211, 0.049261566162109374, 0.04933529663085937, 0.04932710266113281, 0.049614849090576174, 0.049568767547607424, 0.04925132751464844, 0.04679270553588867, 0.04624486541748047, 0.04658892822265625, 0.047213569641113284, 0.04700364685058594, 0.04657459259033203]",tokens/s,20.289497869386093,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-1.8B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1861.566464,3395.813376,0.0,2749.366272,2585.357312,s,10,0.732101089477539,0.0732101089477539,0.0009905213877066726,0.07305867004394531,0.07430353927612304,0.07468780326843262,0.07499521446228027,"[0.07394802856445312, 0.07507206726074218, 0.07251001739501953, 0.07249107360839843, 0.07266223907470704, 0.07207814025878906, 0.07345510101318359, 0.07379513549804688, 0.07421814727783203, 0.07187113952636719]",tokens/s,3496.7848522489344,kWh,8.519276714534592e-07,4.66812359389341e-07,4.015554771193711e-06,5.334294802036511e-06,tokens/kWh,47991348.34135247,MB,1861.566464,3395.813376,0.0,2749.366272,2628.768768,s,10,38.62193530273437,3.862193530273438,0.003503694519058953,3.8613565673828125,3.8657285400390626,3.8678885620117187,3.8696165795898434,"[3.870048583984375, 3.86524853515625, 3.86500830078125, 3.861310546875, 3.8626630859375, 3.861402587890625, 3.860045654296875, 3.859800048828125, 3.858201904296875, 3.8582060546875]",tokens/s,16.311973883799574,kWh,4.5592295868243344e-05,2.4984092023898362e-05,0.00021485331476820774,0.00028542970266034936,tokens/kWh,220719.84594738425,,s,629,39.21789340972901,0.062349592066341816,0.008754170010469397,0.06125347137451172,0.06140214309692383,0.06161048431396485,0.13420894287109375,"[0.06200627136230469, 0.062050304412841796, 0.062051326751708984, 0.062050304412841796, 0.062045185089111325, 0.06205952072143555, 0.062058494567871096, 0.06193766403198242, 0.061431808471679686, 0.06132940673828125, 0.061346817016601565, 0.06124851226806641, 0.06131001663208008, 0.06127609634399414, 0.06120550537109375, 0.06132633590698242, 0.06146662521362305, 0.061208576202392576, 0.06135193634033203, 0.06129971313476563, 0.06123110580444336, 0.06118707275390625, 0.061292545318603515, 0.06125568008422851, 0.06133350372314453, 0.061290496826171874, 0.06124652862548828, 0.061225921630859374, 0.061346912384033205, 0.061209503173828124, 0.061295616149902345, 0.06128947067260742, 0.061267967224121096, 0.06126182556152344, 0.06134374237060547, 0.06130483245849609, 0.06131302261352539, 0.061306880950927733, 0.06135603332519531, 0.06126182556152344, 0.06134783935546875, 0.06131097412109375, 0.06137241744995117, 0.06140518569946289, 0.06134783935546875, 0.0612853775024414, 0.06133657455444336, 0.06125875091552734, 0.061308097839355466, 0.06119721603393555, 0.061290401458740235, 0.061284351348876956, 0.06131100845336914, 0.061276126861572265, 0.0613171501159668, 0.061335521697998045, 0.06157120132446289, 0.06169484710693359, 0.06147891235351562, 0.06137855911254883, 0.06133555221557617, 0.06140723037719727, 0.13694259643554688, 0.06134783935546875, 0.06128639984130859, 0.061176830291748044, 0.06126182556152344, 0.06133760070800781, 0.06124851226806641, 0.06124748611450195, 0.061262847900390625, 0.06136524963378906, 0.061467647552490234, 0.0615208969116211, 0.06147686386108398, 0.06129663848876953, 0.06119014358520508, 0.06120755386352539, 0.06123212814331055, 0.06132633590698242, 0.061279232025146485, 0.06128742218017578, 0.0612935676574707, 0.06128025436401367, 0.061241344451904295, 0.06126489639282227, 0.06128332901000977, 0.061233150482177735, 0.06123519897460938, 0.061358081817626954, 0.061282302856445314, 0.06133046340942383, 0.061308895111083984, 0.06129663848876953, 0.06127206420898437, 0.06125568008422851, 0.06132428741455078, 0.06128639984130859, 0.06130483245849609, 0.06126694488525391, 0.06124031829833984, 0.06144204711914063, 0.06149631881713867, 0.06135500717163086, 0.06128646469116211, 0.06134777450561523, 0.06132428741455078, 0.06129663848876953, 0.06375430297851563, 0.06132217788696289, 0.06123519897460938, 0.06129971313476563, 0.061276161193847656, 0.061272224426269534, 0.06125347137451172, 0.06133964920043945, 0.06128339385986328, 0.06130579376220703, 0.06134483337402344, 0.06128326416015625, 0.061246463775634766, 0.061332576751708986, 0.06133852767944336, 0.061446144104003904, 0.061350910186767575, 0.13430271911621094, 0.06127001571655273, 0.061233150482177735, 0.06136012649536133, 0.06128947067260742, 0.06129459381103516, 0.06125056076049805, 0.06130793762207031, 0.06123107147216797, 0.061254657745361325, 0.0612935676574707, 0.06134067153930664, 0.06121779251098633, 0.06132940673828125, 0.06141030502319336, 0.06151679992675781, 0.06136217498779297, 0.061445121765136716, 0.06127523040771484, 0.061303775787353514, 0.06122387313842773, 0.061254657745361325, 0.06121062469482422, 0.062117889404296876, 0.06129971313476563, 0.061297664642333986, 0.061246463775634766, 0.06128742218017578, 0.06134080123901367, 0.06140198516845703, 0.061385726928710936, 0.06134988784790039, 0.06122598266601562, 0.06134067153930664, 0.06146662521362305, 0.06136422348022461, 0.06127308654785156, 0.06131097412109375, 0.06125260925292969, 0.06135398483276367, 0.061334560394287106, 0.06134473419189453, 0.06128639984130859, 0.06140927886962891, 0.06132940673828125, 0.061383678436279294, 0.06133760070800781, 0.062399486541748046, 0.06130995178222656, 0.061292545318603515, 0.061216766357421876, 0.061344768524169924, 0.061290496826171874, 0.061297664642333986, 0.061300735473632816, 0.06129971313476563, 0.06125158309936524, 0.06135193634033203, 0.06126489639282227, 0.06127001571655273, 0.061341697692871094, 0.06126489639282227, 0.06131609725952149, 0.1343057861328125, 0.06122393417358398, 0.06128332901000977, 0.06137446212768555, 0.061221889495849606, 0.061254657745361325, 0.06116352081298828, 0.06125875091552734, 0.0611512336730957, 0.06126492691040039, 0.06120751953125, 0.06121779251098633, 0.0611962890625, 0.06132633590698242, 0.061233150482177735, 0.061298686981201174, 0.06121779251098633, 0.061222911834716794, 0.06113391876220703, 0.06125968170166016, 0.06115020751953125, 0.0611778564453125, 0.061143039703369144, 0.06125875091552734, 0.06121779251098633, 0.06122905731201172, 0.06124649429321289, 0.06131824111938477, 0.061295486450195315, 0.061472766876220705, 0.061192192077636716, 0.06132326507568359, 0.06136832046508789, 0.061267967224121096, 0.06120550537109375, 0.06134067153930664, 0.06122905731201172, 0.06128742218017578, 0.061238273620605466, 0.06129971313476563, 0.06122905731201172, 0.061338623046875, 0.06120243072509766, 0.06127718353271484, 0.06223360061645508, 0.06153113555908203, 0.06150451278686524, 0.061418495178222655, 0.06119935989379883, 0.06135295867919922, 0.06118195343017578, 0.06127206420898437, 0.06126182556152344, 0.06143078231811523, 0.06123212814331055, 0.06126694488525391, 0.06118707275390625, 0.06128639984130859, 0.061200382232666016, 0.061346817016601565, 0.061312000274658204, 0.0612147216796875, 0.061295616149902345, 0.13448602294921874, 0.06163667297363281, 0.0612740478515625, 0.06121574401855469, 0.06132121658325195, 0.06135603332519531, 0.06117068862915039, 0.06136422348022461, 0.0611962890625, 0.06124544143676758, 0.061176864624023435, 0.061287391662597654, 0.06121779251098633, 0.06123110580444336, 0.06122598266601562, 0.06128947067260742, 0.06124236679077148, 0.06216089630126953, 0.06116659164428711, 0.06125875091552734, 0.06119833755493164, 0.06118297576904297, 0.06118809509277344, 0.06124860763549805, 0.06115318298339844, 0.06120243072509766, 0.061222911834716794, 0.06121881484985352, 0.06118707275390625, 0.061338623046875, 0.06123110580444336, 0.061228031158447264, 0.06126899337768555, 0.0612567024230957, 0.06119014358520508, 0.06126182556152344, 0.06132633590698242, 0.061192192077636716, 0.0611860466003418, 0.061295616149902345, 0.06120652770996094, 0.0612393913269043, 0.061224864959716796, 0.06126800155639649, 0.06119113540649414, 0.06131916809082031, 0.061198463439941404, 0.06121868896484375, 0.06128639984130859, 0.06151065444946289, 0.061228031158447264, 0.061271167755126955, 0.06120230484008789, 0.06123417663574219, 0.06121267318725586, 0.061297664642333986, 0.061246463775634766, 0.06344601440429687, 0.06122086334228516, 0.06132428741455078, 0.0612751350402832, 0.06124031829833984, 0.061357120513916015, 0.13396780395507812, 0.06137753677368164, 0.06133760070800781, 0.06117068862915039, 0.061176830291748044, 0.06124240112304687, 0.061154430389404296, 0.06114390563964844, 0.061158401489257816, 0.06123929595947265, 0.061139968872070315, 0.06118707275390625, 0.06120755386352539, 0.06121574401855469, 0.06114713668823242, 0.061330432891845706, 0.06128947067260742, 0.061262847900390625, 0.06122598266601562, 0.061257728576660155, 0.06117068862915039, 0.0612044792175293, 0.06126182556152344, 0.06124544143676758, 0.061168670654296875, 0.06120240020751953, 0.0611778564453125, 0.06120550537109375, 0.06122598266601562, 0.06124748611450195, 0.0611778564453125, 0.06125568008422851, 0.06140227127075195, 0.0613282241821289, 0.0612782096862793, 0.06129663848876953, 0.06118195343017578, 0.06134067153930664, 0.06349004745483398, 0.061344768524169924, 0.06118809509277344, 0.06125363159179688, 0.06121267318725586, 0.0612782096862793, 0.06121574401855469, 0.061282302856445314, 0.06121574401855469, 0.0612567024230957, 0.061241344451904295, 0.061473823547363284, 0.06134579086303711, 0.06122390365600586, 0.06124236679077148, 0.06125056076049805, 0.061193214416503904, 0.061243392944335937, 0.061246463775634766, 0.06125056076049805, 0.061238273620605466, 0.061230079650878906, 0.0612147216796875, 0.0612782096862793, 0.06139289474487305, 0.13551513671875, 0.061222911834716794, 0.061300865173339845, 0.06122995376586914, 0.06116864013671875, 0.061241344451904295, 0.06116147232055664, 0.06121574401855469, 0.061233150482177735, 0.06125056076049805, 0.061224960327148435, 0.061298686981201174, 0.0611860466003418, 0.061274112701416014, 0.0612782096862793, 0.06128742218017578, 0.06179743957519531, 0.061714366912841795, 0.06137036895751953, 0.06115532684326172, 0.06111948776245117, 0.06116659164428711, 0.061200382232666016, 0.06237392044067383, 0.06122288131713867, 0.06122412872314453, 0.061155136108398435, 0.061274112701416014, 0.0611778564453125, 0.061254657745361325, 0.061224960327148435, 0.06123110580444336, 0.06135500717163086, 0.06133452987670898, 0.061189121246337894, 0.061244415283203124, 0.06118611145019531, 0.06124025726318359, 0.06119935989379883, 0.061228031158447264, 0.061192192077636716, 0.061260799407958984, 0.06117068862915039, 0.06125888061523437, 0.061265792846679684, 0.061200382232666016, 0.06116150283813476, 0.06126895904541016, 0.061183998107910156, 0.06129459381103516, 0.061162494659423826, 0.061208576202392576, 0.0611962890625, 0.061230079650878906, 0.06120451354980469, 0.06117782211303711, 0.06115327835083008, 0.06122905731201172, 0.06116659164428711, 0.061230079650878906, 0.061257728576660155, 0.061224960327148435, 0.06124748611450195, 0.13553868103027344, 0.06118195343017578, 0.061238273620605466, 0.06116864013671875, 0.06116761779785156, 0.06121881484985352, 0.06114918518066406, 0.061135936737060546, 0.06112966537475586, 0.06120243072509766, 0.0611409912109375, 0.06120550537109375, 0.06121062469482422, 0.0611962890625, 0.06115327835083008, 0.061298686981201174, 0.061943809509277345, 0.06136524963378906, 0.06138470458984375, 0.06130588912963867, 0.061340641021728516, 0.06137241744995117, 0.06116966247558594, 0.06127206420898437, 0.061456382751464846, 0.06138777542114258, 0.061489280700683595, 0.061464447021484375, 0.06123110580444336, 0.061284351348876956, 0.06120652770996094, 0.061193214416503904, 0.061192192077636716, 0.06128025436401367, 0.06137036895751953, 0.06136627197265625, 0.06142771148681641, 0.061208576202392576, 0.06112768173217773, 0.06126185607910156, 0.06128329467773438, 0.06123110580444336, 0.06121574401855469, 0.06126182556152344, 0.06118707275390625, 0.061271041870117185, 0.061193214416503904, 0.06123417663574219, 0.061163551330566404, 0.06126399993896484, 0.06111932754516602, 0.061269153594970704, 0.061199199676513674, 0.06125980758666992, 0.061153247833251954, 0.061228031158447264, 0.061243392944335937, 0.06127308654785156, 0.06119833755493164, 0.061274112701416014, 0.06121062469482422, 0.06120550537109375, 0.06126182556152344, 0.13602406311035156, 0.06120140838623047, 0.061265918731689455, 0.06120550537109375, 0.06120755386352539, 0.06119731140136719, 0.06116761779785156, 0.06120345687866211, 0.0611256332397461, 0.061224960327148435, 0.06121881484985352, 0.061208576202392576, 0.06116556930541992, 0.061209632873535154, 0.06117071914672852, 0.06118393707275391, 0.061159423828125, 0.06195302581787109, 0.06117478561401367, 0.06131014251708984, 0.06121555328369141, 0.061200382232666016, 0.061189121246337894, 0.061211647033691405, 0.06113382339477539, 0.06121267318725586, 0.06122393417358398, 0.061211647033691405, 0.06117478561401367, 0.06120652770996094, 0.061213695526123046, 0.06119116973876953, 0.06121062469482422, 0.06128844833374023, 0.061402111053466796, 0.06131315231323242, 0.06120947265625, 0.061208576202392576, 0.06116556930541992, 0.061249534606933595, 0.06116147232055664, 0.06124236679077148, 0.061209632873535154, 0.06124848175048828, 0.06123734283447266, 0.061222816467285154, 0.06129059219360351, 0.06121871948242188, 0.06120243072509766, 0.06126387023925781, 0.061208576202392576, 0.06143283081054687, 0.06129459381103516, 0.061241344451904295, 0.061193214416503904, 0.06121984100341797, 0.06117171096801758, 0.061183998107910156, 0.06115737533569336, 0.061206687927246095, 0.06120636749267578, 0.06126694488525391, 0.06128947067260742, 0.1337159729003906, 0.06119833755493164, 0.061267967224121096, 0.061118465423583984, 0.06119731140136719, 0.06125363159179688, 0.06119116973876953, 0.06113689422607422, 0.06114918518066406, 0.06121779251098633, 0.061126655578613284, 0.06121068954467773, 0.0611736946105957, 0.06115020751953125, 0.061172737121582034, 0.0612147216796875, 0.06117375946044922, 0.061211647033691405, 0.06116352081298828, 0.061233150482177735, 0.06114508819580078, 0.06125875091552734, 0.06129971313476563, 0.061185054779052735, 0.061112289428710935, 0.061224960327148435, 0.06247423934936523, 0.06127414321899414, 0.06117987060546875, 0.061175807952880856, 0.06119935989379883, 0.06124448013305664, 0.061127616882324216, 0.06123929595947265, 0.06120550537109375, 0.061259777069091796, 0.06121779251098633, 0.06124236679077148, 0.061239326477050784, 0.06118502426147461, 0.06120547103881836, 0.06126489639282227, 0.061208576202392576, 0.06122905731201172, 0.061249534606933595, 0.06124236679077148, 0.061159423828125, 0.06130278396606445, 0.06115225601196289, 0.06123929595947265, 0.06117068862915039, 0.06123929595947265, 0.061241344451904295, 0.061357120513916015, 0.061324222564697266, 0.06140313720703125, 0.061230079650878906, 0.06125875091552734, 0.06115737533569336, 0.06119935989379883, 0.06123622512817383, 0.06115430450439453, 0.061200382232666016]",tokens/s,16.038597316498404,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1250.725888,849.870848,0.0,203.423744,184.602112,s,18,0.17418720149993897,0.00967706674999661,0.0004129805130904959,0.009497936248779298,0.010083440113067627,0.010339281225204467,0.010959376173019408,"[0.011114399909973144, 0.009530752182006837, 0.010032416343688965, 0.009934720039367675, 0.009485024452209473, 0.009494912147521973, 0.009494272232055664, 0.009484479904174805, 0.010202495574951172, 0.009445376396179199, 0.00950096035003662, 0.009439264297485352, 0.009439264297485352, 0.00966051197052002, 0.009402527809143066, 0.009419455528259277, 0.009590751647949218, 0.009515616416931152]",tokens/s,26454.297217706975,kWh,1.1395097918849175e-07,6.244013020565427e-08,2.2702927194790268e-07,4.0342038134204874e-07,tokens/kWh,634573789.1287769,MB,1251.053568,849.870848,0.0,203.423744,184.604672,s,18,10.226987731933594,0.5681659851074219,0.017392305120239166,0.5611299743652344,0.58692919921875,0.5946206970214843,0.6151174011230468,"[0.6202415771484375, 0.5775775146484375, 0.590099365234375, 0.585570556640625, 0.5532844848632813, 0.5765693969726563, 0.5836250610351562, 0.56605224609375, 0.553563720703125, 0.5528858032226562, 0.5525242919921876, 0.5528042602539063, 0.5581336669921875, 0.5593644409179688, 0.5577721557617188, 0.5646592407226563, 0.5613392333984375, 0.5609207153320312]",tokens/s,110.88308989157231,kWh,6.500800849484953e-06,3.5607032289581505e-06,1.2295357289158674e-05,2.235686136760178e-05,tokens/kWh,2817926.8531537172,,s,1133,10.379451386451736,0.009161033880363389,0.0012397057966734564,0.008837120056152344,0.009354240417480468,0.009830400466918946,0.018660761108398437,"[0.010568703651428223, 0.010516480445861816, 0.010326016426086425, 0.009911295890808105, 0.009832448005676269, 0.009834495544433594, 0.00971878433227539, 0.009884672164916992, 0.010030079841613769, 0.009992192268371582, 0.009859071731567384, 0.009835519790649415, 0.009995264053344726, 0.009995264053344726, 0.010009599685668944, 0.009902079582214356, 0.009933823585510254, 0.009834495544433594, 0.009790464401245117, 0.009891839981079101, 0.00982528018951416, 0.009912320137023926, 0.010142720222473145, 0.01012224006652832, 0.00985804843902588, 0.009987071990966797, 0.010018815994262695, 0.010017791748046874, 0.009777152061462402, 0.009887743949890136, 0.01014681625366211, 0.009837568283081055, 0.009830400466918946, 0.009814016342163086, 0.009807904243469239, 0.009924575805664063, 0.010149888038635254, 0.010028032302856446, 0.009872384071350097, 0.009830400466918946, 0.009867263793945312, 0.009698304176330566, 0.009649151802062989, 0.009779199600219727, 0.009668607711791993, 0.00941260814666748, 0.009423871994018555, 0.009482239723205567, 0.00982528018951416, 0.009974783897399902, 0.009971712112426758, 0.00993177604675293, 0.009667584419250488, 0.009404416084289552, 0.009482239723205567, 0.00941260814666748, 0.009329664230346679, 0.00933683204650879, 0.009300992012023926, 0.009318400382995605, 0.009389056205749511, 0.009274368286132812, 0.01877299118041992, 0.008781824111938476, 0.008786944389343262, 0.008783871650695801, 0.008792063713073731, 0.00877670383453369, 0.008763392448425293, 0.008780799865722656, 0.008757247924804687, 0.008761343955993652, 0.00880844783782959, 0.008789055824279786, 0.00875820827484131, 0.008762368202209473, 0.008740863800048827, 0.008774656295776367, 0.008837120056152344, 0.009250816345214843, 0.00932249641418457, 0.009326592445373535, 0.009354240417480468, 0.009290783882141114, 0.009347040176391602, 0.009273344039916993, 0.009271295547485351, 0.009308159828186035, 0.009342975616455078, 0.009305088043212891, 0.009388031959533692, 0.00929792022705078, 0.009299967765808105, 0.009307135581970214, 0.009283583641052246, 0.009284607887268067, 0.009347071647644043, 0.009296895980834961, 0.009275391578674316, 0.009327615737915039, 0.00922316837310791, 0.009249792098999024, 0.009400320053100587, 0.009398271560668945, 0.009299967765808105, 0.009323519706726074, 0.009268223762512207, 0.009249792098999024, 0.009358336448669433, 0.009267200469970703, 0.009245696067810059, 0.009272319793701172, 0.009266176223754884, 0.009246720314025878, 0.009275391578674316, 0.009274368286132812, 0.009249792098999024, 0.009264127731323242, 0.009292799949645996, 0.009312255859375, 0.009369600296020507, 0.009333760261535644, 0.009333760261535644, 0.00931430435180664, 0.009332736015319825, 0.0198154239654541, 0.009325568199157714, 0.009316351890563965, 0.009372672080993653, 0.00932147216796875, 0.009364480018615723, 0.009376768112182618, 0.00929587173461914, 0.00930406379699707, 0.009287712097167968, 0.009290719985961914, 0.009313280105590821, 0.009352191925048828, 0.009293824195861817, 0.00930303955078125, 0.009347071647644043, 0.009269248008728028, 0.009265151977539063, 0.009313376426696777, 0.009289631843566895, 0.009406463623046875, 0.009334783554077148, 0.009293824195861817, 0.009340928077697755, 0.009381888389587402, 0.009305088043212891, 0.009224191665649414, 0.00933683204650879, 0.009273344039916993, 0.009294848442077636, 0.009329664230346679, 0.009280511856079102, 0.009299967765808105, 0.009317376136779786, 0.009255935668945312, 0.009298975944519044, 0.009276384353637696, 0.009264127731323242, 0.009268223762512207, 0.009393152236938476, 0.00930611228942871, 0.009323519706726074, 0.009271295547485351, 0.009264127731323242, 0.009235456466674804, 0.009272383689880372, 0.00932140827178955, 0.0093306884765625, 0.009305088043212891, 0.010678272247314453, 0.010722304344177246, 0.009448448181152343, 0.009352191925048828, 0.009350144386291503, 0.009307135581970214, 0.009317376136779786, 0.009323519706726074, 0.009335807800292969, 0.00930611228942871, 0.009368576049804688, 0.009292799949645996, 0.009286656379699706, 0.009439231872558594, 0.019672063827514647, 0.009275391578674316, 0.009284607887268067, 0.009281536102294922, 0.009264127731323242, 0.009281536102294922, 0.009354240417480468, 0.009272319793701172, 0.009244671821594238, 0.009302016258239745, 0.009278464317321777, 0.009246720314025878, 0.009359359741210938, 0.009276415824890137, 0.009241600036621094, 0.009317376136779786, 0.009309184074401856, 0.00928767967224121, 0.009259008407592773, 0.009315327644348144, 0.009289728164672852, 0.009254912376403808, 0.009289728164672852, 0.009286656379699706, 0.009265151977539063, 0.009383935928344727, 0.009292799949645996, 0.009313280105590821, 0.00928767967224121, 0.009255935668945312, 0.009255935668945312, 0.009286656379699706, 0.009256959915161133, 0.009242624282836913, 0.009282560348510742, 0.009248767852783203, 0.00926518440246582, 0.009310175895690918, 0.009317376136779786, 0.009290752410888671, 0.00929792022705078, 0.009262080192565919, 0.009300992012023926, 0.009362431526184082, 0.009339903831481934, 0.009256959915161133, 0.009261055946350098, 0.00927948760986328, 0.009240575790405273, 0.009317376136779786, 0.00927948760986328, 0.00928767967224121, 0.009272319793701172, 0.009313280105590821, 0.009242624282836913, 0.009286656379699706, 0.009378815650939941, 0.009250816345214843, 0.00930406379699707, 0.00931123161315918, 0.009256959915161133, 0.00930303955078125, 0.009340928077697755, 0.018689023971557618, 0.00878489589691162, 0.00880947208404541, 0.008733695983886718, 0.008901632308959961, 0.008790016174316406, 0.008780799865722656, 0.008771583557128907, 0.008762368202209473, 0.008761343955993652, 0.00881766414642334, 0.008781824111938476, 0.008791040420532227, 0.008748031616210938, 0.008736767768859864, 0.008765439987182617, 0.008754176139831543, 0.008798208236694336, 0.008764415740966798, 0.00877670383453369, 0.008775679588317872, 0.008763392448425293, 0.008790016174316406, 0.008744959831237792, 0.008778752326965332, 0.008763392448425293, 0.008777728080749512, 0.008797183990478515, 0.0088156156539917, 0.00881049633026123, 0.008779775619506837, 0.008752127647399903, 0.00880742359161377, 0.008753151893615722, 0.008764415740966798, 0.00876137638092041, 0.008753120422363281, 0.008760319709777833, 0.008858624458312989, 0.008770560264587402, 0.008768511772155761, 0.00882380771636963, 0.008695808410644532, 0.008683520317077637, 0.008669183731079102, 0.008765439987182617, 0.008780832290649415, 0.008764384269714355, 0.008786944389343262, 0.008753151893615722, 0.008766464233398438, 0.008741888046264648, 0.008786944389343262, 0.00879923152923584, 0.008763392448425293, 0.008756223678588868, 0.008794112205505371, 0.008819711685180665, 0.008802304267883301, 0.008805376052856445, 0.00879308795928955, 0.008798208236694336, 0.00879308795928955, 0.018720767974853517, 0.008773632049560547, 0.008775679588317872, 0.008785920143127441, 0.008782848358154297, 0.008771583557128907, 0.008798208236694336, 0.008749055862426757, 0.00880844783782959, 0.008779775619506837, 0.008796159744262694, 0.008848383903503418, 0.008760319709777833, 0.00882380771636963, 0.008758272171020508, 0.008780799865722656, 0.008787967681884766, 0.008779775619506837, 0.008833024024963379, 0.009157631874084473, 0.009307135581970214, 0.00931430435180664, 0.009299967765808105, 0.009253888130187989, 0.009318400382995605, 0.009327648162841796, 0.009305055618286134, 0.009409536361694336, 0.009349120140075684, 0.009326592445373535, 0.009283583641052246, 0.009276415824890137, 0.009239551544189453, 0.009286656379699706, 0.009309184074401856, 0.009270272254943847, 0.009269248008728028, 0.009262080192565919, 0.009374719619750976, 0.009266176223754884, 0.009310208320617675, 0.009244671821594238, 0.009272319793701172, 0.009281536102294922, 0.009241600036621094, 0.009273344039916993, 0.009332736015319825, 0.009257984161376954, 0.009267200469970703, 0.009317376136779786, 0.009240575790405273, 0.009239551544189453, 0.009639936447143555, 0.009341952323913574, 0.009329664230346679, 0.009324543952941895, 0.009275391578674316, 0.009265151977539063, 0.009323519706726074, 0.00930303955078125, 0.009267200469970703, 0.009347071647644043, 0.009274368286132812, 0.018741247177124023, 0.008770560264587402, 0.008739839553833008, 0.00877670383453369, 0.00878489589691162, 0.009088000297546387, 0.008929280281066895, 0.009746432304382324, 0.009513983726501465, 0.009364480018615723, 0.009302016258239745, 0.009327615737915039, 0.00932863998413086, 0.009377792358398437, 0.009337856292724609, 0.009277440071105958, 0.009298944473266601, 0.0093306884765625, 0.009267200469970703, 0.009257984161376954, 0.009322527885437012, 0.009290719985961914, 0.009282560348510742, 0.009458687782287598, 0.009286656379699706, 0.009293824195861817, 0.009318400382995605, 0.00930611228942871, 0.00930611228942871, 0.009347071647644043, 0.009282560348510742, 0.009291775703430176, 0.009364480018615723, 0.009270272254943847, 0.009282560348510742, 0.009373696327209472, 0.009276415824890137, 0.009259008407592773, 0.009275391578674316, 0.009293824195861817, 0.009233407974243164, 0.009277440071105958, 0.009275391578674316, 0.009280511856079102, 0.009248767852783203, 0.009275391578674316, 0.009224191665649414, 0.009310239791870118, 0.009291744232177735, 0.009239551544189453, 0.009250816345214843, 0.00930303955078125, 0.009266176223754884, 0.009250816345214843, 0.009290752410888671, 0.009260031700134277, 0.009226240158081055, 0.009257984161376954, 0.009274368286132812, 0.009447423934936524, 0.009283583641052246, 0.00935321617126465, 0.009285632133483887, 0.018678783416748047, 0.00877670383453369, 0.008742912292480469, 0.00880844783782959, 0.008878080368041993, 0.008767487525939942, 0.008774656295776367, 0.008766464233398438, 0.008748031616210938, 0.00880742359161377, 0.00884224033355713, 0.008767487525939942, 0.008766464233398438, 0.008798208236694336, 0.008804351806640624, 0.008769536018371582, 0.00880844783782959, 0.008797183990478515, 0.008757247924804687, 0.008794112205505371, 0.008835071563720704, 0.008768511772155761, 0.00877670383453369, 0.00877670383453369, 0.008923135757446288, 0.008770560264587402, 0.00878489589691162, 0.008780799865722656, 0.008811519622802735, 0.00884224033355713, 0.008796159744262694, 0.00880025577545166, 0.008805376052856445, 0.00880742359161377, 0.008953856468200684, 0.00877670383453369, 0.008758272171020508, 0.008772607803344726, 0.008782848358154297, 0.008783871650695801, 0.009019392013549805, 0.009299967765808105, 0.00934502410888672, 0.009308159828186035, 0.009252863883972168, 0.009263104438781738, 0.009268223762512207, 0.00927948760986328, 0.009241600036621094, 0.009572352409362793, 0.00922111988067627, 0.009287712097167968, 0.009392095565795898, 0.009248767852783203, 0.009294848442077636, 0.00930406379699707, 0.00929792022705078, 0.009315327644348144, 0.009339903831481934, 0.009270272254943847, 0.009280511856079102, 0.009351167678833008, 0.009354240417480468, 0.019367935180664063, 0.008696831703186036, 0.008695808410644532, 0.00880947208404541, 0.008790016174316406, 0.008774656295776367, 0.008795136451721192, 0.008778752326965332, 0.008766464233398438, 0.008769536018371582, 0.008753151893615722, 0.00873574447631836, 0.008756223678588868, 0.008780799865722656, 0.008812543869018554, 0.008760319709777833, 0.008871935844421386, 0.008775679588317872, 0.008760319709777833, 0.008816639900207519, 0.008897536277770996, 0.008775712013244629, 0.00875209617614746, 0.008762368202209473, 0.008797183990478515, 0.008752127647399903, 0.008717311859130859, 0.008778752326965332, 0.008757247924804687, 0.008754176139831543, 0.00881868839263916, 0.008778752326965332, 0.008750080108642578, 0.008873984336853028, 0.008769536018371582, 0.00880025577545166, 0.008741888046264648, 0.008758272171020508, 0.008751104354858399, 0.00877670383453369, 0.008790016174316406, 0.008780799865722656, 0.008750080108642578, 0.008748031616210938, 0.00873574447631836, 0.008779775619506837, 0.008751104354858399, 0.008919039726257324, 0.008820735931396484, 0.008819711685180665, 0.008791040420532227, 0.008805376052856445, 0.008797183990478515, 0.008797183990478515, 0.008765439987182617, 0.00880025577545166, 0.008774656295776367, 0.00891596794128418, 0.008762368202209473, 0.008790016174316406, 0.008778752326965332, 0.008752127647399903, 0.008750080108642578, 0.01865727996826172, 0.00873574447631836, 0.008739839553833008, 0.008741888046264648, 0.008736767768859864, 0.008794112205505371, 0.008766464233398438, 0.008740863800048827, 0.008738816261291504, 0.008737792015075683, 0.008744959831237792, 0.008742912292480469, 0.008739839553833008, 0.008739839553833008, 0.008731648445129395, 0.0087326717376709, 0.008774656295776367, 0.008742912292480469, 0.008927231788635253, 0.008768511772155761, 0.008754176139831543, 0.008904704093933105, 0.008758272171020508, 0.008755200386047364, 0.008763392448425293, 0.008781824111938476, 0.008865792274475098, 0.008945664405822755, 0.008785920143127441, 0.008774656295776367, 0.008781824111938476, 0.008767487525939942, 0.00879308795928955, 0.008752127647399903, 0.008774656295776367, 0.008772607803344726, 0.008767487525939942, 0.008767487525939942, 0.008767487525939942, 0.008780799865722656, 0.008804351806640624, 0.008783935546875, 0.008859583854675293, 0.008758272171020508, 0.008749055862426757, 0.008747008323669434, 0.008791040420532227, 0.008744959831237792, 0.008714240074157715, 0.008758272171020508, 0.008739839553833008, 0.008761343955993652, 0.008780799865722656, 0.008751104354858399, 0.008728575706481934, 0.008731648445129395, 0.008781824111938476, 0.008753151893615722, 0.008734720230102539, 0.008768511772155761, 0.008755200386047364, 0.008749055862426757, 0.008781824111938476, 0.018662399291992187, 0.008767487525939942, 0.008764415740966798, 0.008758272171020508, 0.008757247924804687, 0.008750080108642578, 0.008752127647399903, 0.008779775619506837, 0.008733695983886718, 0.008731648445129395, 0.008756256103515625, 0.008731616020202638, 0.00872755241394043, 0.00877670383453369, 0.008759296417236329, 0.008757247924804687, 0.008721440315246583, 0.00873366355895996, 0.008875007629394532, 0.008751104354858399, 0.008751104354858399, 0.008762368202209473, 0.008759296417236329, 0.008752127647399903, 0.008755200386047364, 0.008748031616210938, 0.008747008323669434, 0.008750080108642578, 0.008797183990478515, 0.008756223678588868, 0.008729599952697753, 0.008740863800048827, 0.00877670383453369, 0.008736767768859864, 0.00879520034790039, 0.008781760215759278, 0.008772607803344726, 0.008859647750854491, 0.00880128002166748, 0.00880947208404541, 0.008775679588317872, 0.008774656295776367, 0.008785920143127441, 0.008813568115234375, 0.008755200386047364, 0.008754176139831543, 0.008739839553833008, 0.008740863800048827, 0.008822784423828126, 0.008771583557128907, 0.008748031616210938, 0.008753151893615722, 0.008758272171020508, 0.008770560264587402, 0.008783871650695801, 0.008728575706481934, 0.008739839553833008, 0.00869375991821289, 0.0087326717376709, 0.008766528129577636, 0.008755135536193847, 0.008791040420532227, 0.008868864059448242, 0.01863577651977539, 0.008821760177612305, 0.00873574447631836, 0.00871014404296875, 0.00894156837463379, 0.008792063713073731, 0.008763392448425293, 0.008768511772155761, 0.008773632049560547, 0.00878489589691162, 0.008761343955993652, 0.008759296417236329, 0.008768511772155761, 0.008736767768859864, 0.008760319709777833, 0.008777728080749512, 0.008725536346435548, 0.00878486442565918, 0.00888319969177246, 0.008761343955993652, 0.008748031616210938, 0.008734720230102539, 0.008742912292480469, 0.008805376052856445, 0.008754176139831543, 0.008765439987182617, 0.008774656295776367, 0.008750080108642578, 0.008755200386047364, 0.008745984077453613, 0.008804351806640624, 0.008754176139831543, 0.008748031616210938, 0.008768511772155761, 0.008766528129577636, 0.008793024063110352, 0.008790016174316406, 0.008761343955993652, 0.008764415740966798, 0.008754176139831543, 0.008761343955993652, 0.008770560264587402, 0.008762368202209473, 0.008774656295776367, 0.008752127647399903, 0.008772607803344726, 0.008783871650695801, 0.008764415740966798, 0.008884223937988281, 0.008736767768859864, 0.008743935585021973, 0.008794112205505371, 0.008741951942443848, 0.008746944427490234, 0.008760319709777833, 0.008745984077453613, 0.008770560264587402, 0.008739839553833008, 0.008744959831237792, 0.008740863800048827, 0.008736767768859864, 0.008768511772155761, 0.008761343955993652, 0.01860710334777832, 0.008811519622802735, 0.008760319709777833, 0.0087326717376709, 0.008748031616210938, 0.008787967681884766, 0.008755200386047364, 0.008782848358154297, 0.008736767768859864, 0.008772607803344726, 0.008730624198913574, 0.008751104354858399, 0.008743935585021973, 0.008749055862426757, 0.008757247924804687, 0.008765439987182617, 0.008758272171020508, 0.008791040420532227, 0.0087326717376709, 0.008963071823120117, 0.009153535842895508, 0.009155584335327148, 0.009041919708251953, 0.009056256294250489, 0.00880128002166748, 0.008765439987182617, 0.008947711944580078, 0.008798239707946777, 0.008785887718200684, 0.008802304267883301, 0.00881868839263916, 0.00877670383453369, 0.008779775619506837, 0.008777728080749512, 0.008786016464233399, 0.00878275203704834, 0.008783871650695801, 0.008760319709777833, 0.008742912292480469, 0.008740863800048827, 0.008760319709777833, 0.008797183990478515, 0.00962559986114502, 0.008911871910095214, 0.008805376052856445, 0.00885043239593506, 0.008806400299072266, 0.00892518424987793, 0.008802304267883301, 0.008753151893615722, 0.008820735931396484, 0.008759296417236329, 0.008792063713073731, 0.008861696243286133, 0.009165823936462402, 0.008762368202209473, 0.008738816261291504, 0.008763392448425293, 0.008803327560424805, 0.008798208236694336, 0.009489407539367676, 0.009637887954711915, 0.008869888305664063, 0.018861055374145508, 0.008783871650695801, 0.00878489589691162, 0.008773632049560547, 0.008791040420532227, 0.008795136451721192, 0.008781824111938476, 0.008961024284362793, 0.008780799865722656, 0.008745984077453613, 0.008797183990478515, 0.008764415740966798, 0.009242624282836913, 0.00903987216949463, 0.008999936103820801, 0.008940544128417969, 0.008781824111938476, 0.008764415740966798, 0.008851455688476563, 0.00879923152923584, 0.008864768028259277, 0.009054207801818847, 0.0090316801071167, 0.00882380771636963, 0.009107456207275391, 0.008783871650695801, 0.008758272171020508, 0.008760319709777833, 0.008841216087341308, 0.00880947208404541, 0.008781824111938476, 0.008760319709777833, 0.008781824111938476, 0.00878489589691162, 0.00885043239593506, 0.00880844783782959, 0.008934399604797364, 0.00881766414642334, 0.008767487525939942, 0.008797183990478515, 0.008764415740966798, 0.00881049633026123, 0.009062399864196777, 0.009192447662353515, 0.009111552238464356, 0.009069567680358886, 0.008787967681884766, 0.008777728080749512, 0.00878489589691162, 0.008777728080749512, 0.008767487525939942, 0.008757247924804687, 0.00881049633026123, 0.009060352325439454, 0.00900607967376709, 0.00888319969177246, 0.008765439987182617, 0.008811519622802735, 0.008752127647399903, 0.00902348804473877, 0.009068544387817384, 0.009218048095703125, 0.0090316801071167, 0.018577407836914063, 0.00880128002166748, 0.008761343955993652, 0.00872447967529297, 0.008788991928100585, 0.00901632022857666, 0.009011199951171875, 0.008768511772155761, 0.008770560264587402, 0.008772607803344726, 0.008778752326965332, 0.008752127647399903, 0.008963071823120117, 0.00901529598236084, 0.008768511772155761, 0.00880025577545166, 0.00877670383453369, 0.008777728080749512, 0.008790016174316406, 0.008935423851013183, 0.008858624458312989, 0.00900710391998291, 0.008764415740966798, 0.008797183990478515, 0.008770560264587402, 0.008780799865722656, 0.008767487525939942, 0.008788991928100585, 0.00879308795928955, 0.008838144302368164, 0.009078783988952637, 0.008744959831237792, 0.008763392448425293, 0.008781824111938476, 0.008781824111938476, 0.008755200386047364, 0.00879315185546875, 0.008748991966247559, 0.009164799690246582, 0.009300992012023926, 0.008896512031555176, 0.008939519882202148, 0.009035776138305664, 0.008836095809936523, 0.008986623764038085, 0.008975359916687011, 0.00892518424987793, 0.008806400299072266, 0.008761343955993652, 0.008876031875610351, 0.008778752326965332, 0.008779775619506837, 0.008813599586486816, 0.00876540756225586, 0.008750080108642578, 0.008774656295776367, 0.008771583557128907, 0.00911359977722168, 0.008861696243286133, 0.008763392448425293, 0.008978431701660156, 0.00877670383453369, 0.008790016174316406, 0.01860915184020996, 0.008773632049560547, 0.008772607803344726, 0.008768511772155761, 0.008960000038146973, 0.009011199951171875, 0.009082880020141602, 0.00903270435333252, 0.009022463798522949, 0.009414655685424805, 0.009093119621276855, 0.009036800384521485, 0.009109503746032714, 0.00912179183959961, 0.00898252773284912, 0.008839167594909669, 0.00879308795928955, 0.00880947208404541, 0.008843263626098634, 0.009281536102294922, 0.009064448356628419, 0.009182208061218262, 0.008854528427124024, 0.00877670383453369, 0.008795136451721192, 0.008778752326965332, 0.008816639900207519, 0.008858624458312989, 0.009054207801818847, 0.009047039985656738, 0.009058303833007812, 0.008785920143127441, 0.00879308795928955, 0.008838144302368164, 0.009025535583496093, 0.00912179183959961, 0.009040896415710448, 0.009030655860900879, 0.009078783988952637, 0.009011199951171875, 0.009046015739440917, 0.009025535583496093, 0.009073663711547851, 0.00902348804473877, 0.008999936103820801, 0.009033727645874023, 0.009040896415710448, 0.00898252773284912, 0.008963071823120117, 0.00899788761138916, 0.008792063713073731, 0.009095168113708496, 0.009136128425598144, 0.00894976043701172, 0.008820735931396484, 0.008827903747558593, 0.008845312118530273, 0.00899071979522705, 0.008773632049560547, 0.00877670383453369, 0.008796159744262694, 0.008957951545715333, 0.008819775581359863, 0.018799552917480467, 0.008762368202209473, 0.008739839553833008, 0.008743935585021973, 0.008935423851013183, 0.008926207542419434, 0.008777728080749512, 0.00876956844329834, 0.008759263992309571, 0.008777728080749512, 0.008770560264587402, 0.008761343955993652, 0.00880947208404541, 0.008831071853637695, 0.008798111915588379, 0.0087326717376709, 0.008739839553833008, 0.008853504180908203, 0.008770560264587402, 0.00878489589691162, 0.008779775619506837, 0.008788031578063965, 0.008869824409484863, 0.008820735931396484, 0.008787967681884766, 0.008756223678588868, 0.008828927993774414, 0.008829952239990235, 0.008857600212097168, 0.00894976043701172, 0.009019392013549805, 0.009083904266357423, 0.008837120056152344, 0.00881766414642334, 0.009104384422302245, 0.009317376136779786, 0.009196576118469238, 0.009907168388366699, 0.00956726360321045, 0.009107423782348632, 0.009099264144897461, 0.009137151718139648, 0.009043968200683594, 0.009059328079223633, 0.009085951805114746, 0.009034751892089844, 0.009081855773925781, 0.008868864059448242, 0.008781824111938476, 0.008774656295776367, 0.008775679588317872, 0.008894463539123536, 0.009043968200683594, 0.008864768028259277, 0.00878489589691162, 0.008781824111938476, 0.008802335739135742, 0.008753120422363281, 0.008755200386047364, 0.008972288131713867, 0.008848383903503418, 0.008879103660583497, 0.008769536018371582, 0.01881907272338867, 0.008792063713073731, 0.008785920143127441, 0.0088985595703125, 0.009041919708251953, 0.008840191841125488, 0.008763392448425293, 0.008774656295776367, 0.008757247924804687, 0.008780799865722656, 0.008797183990478515, 0.00891596794128418, 0.00901734447479248, 0.009041919708251953, 0.008918016433715821, 0.008796159744262694, 0.008794112205505371, 0.008782848358154297, 0.00881049633026123, 0.008839167594909669, 0.00880025577545166, 0.008813568115234375, 0.008788991928100585, 0.008848383903503418, 0.008844287872314453, 0.00880128002166748, 0.009136128425598144, 0.009037856101989747, 0.009088992118835449, 0.009014271736145019, 0.008872960090637207, 0.008812543869018554, 0.00890060806274414, 0.008989695549011231, 0.008903679847717285, 0.008859647750854491, 0.00912384033203125, 0.008888319969177246, 0.008795136451721192, 0.008766464233398438, 0.008770560264587402, 0.00882380771636963, 0.008785920143127441, 0.008769536018371582, 0.009083904266357423, 0.00909721565246582, 0.009041919708251953, 0.008910847663879394, 0.00910643196105957, 0.009064448356628419, 0.009028639793395996, 0.009074655532836914, 0.009005056381225587, 0.009065471649169921, 0.009001983642578124, 0.00880025577545166, 0.008795136451721192, 0.008813568115234375, 0.008805376052856445, 0.008954879760742187, 0.008862719535827637, 0.008946687698364257, 0.008792063713073731]",tokens/s,109.15798512037958,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-2b,google/gemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1906.95424,3246.915584,0.0,2598.371328,2556.089856,s,10,0.4014409255981445,0.04014409255981445,8.268571854788451e-05,0.04010462379455566,0.040252761840820314,0.04028225326538086,0.040305846405029294,"[0.040239295959472655, 0.040311744689941406, 0.0401069450378418, 0.04011654281616211, 0.04006918334960938, 0.04024620819091797, 0.040078529357910155, 0.04008262252807617, 0.04010230255126953, 0.04008755111694336]",tokens/s,6377.027942992149,kWh,4.74552646711856e-07,2.600290043556678e-07,1.973792297461846e-06,2.7083739485293695e-06,tokens/kWh,94521659.44034664,MB,1909.559296,3249.012736,0.0,2600.46848,2556.092416,s,10,12.035498168945313,1.2035498168945313,0.002531232498514614,1.2029489135742188,1.2064532226562499,1.2075605346679688,1.2084463842773436,"[1.2000631103515624, 1.20256640625, 1.203698974609375, 1.2006759033203125, 1.2019296875, 1.20245458984375, 1.2033314208984376, 1.2062071533203125, 1.205903076171875, 1.2086678466796874]",tokens/s,52.34515357457844,kWh,1.4226308169677206e-05,7.795703059177244e-06,3.396504200913829e-05,5.598705323799276e-05,tokens/kWh,1125260.1513459948,,s,630,12.033796110153208,0.019101263666909837,0.0002500973787084699,0.01906175994873047,0.019340800094604493,0.019524608612060547,0.020009686584472657,"[0.01898700714111328, 0.01887846374511719, 0.01902592086791992, 0.019140607833862306, 0.01903104019165039, 0.018667520523071288, 0.018811904907226562, 0.019103744506835937, 0.01905766487121582, 0.019204095840454103, 0.01925939178466797, 0.019087360382080077, 0.019122175216674805, 0.019125247955322267, 0.01907711982727051, 0.01927168083190918, 0.019126272201538085, 0.01920512008666992, 0.01906892776489258, 0.019194879531860352, 0.019150848388671874, 0.01905766487121582, 0.01925119972229004, 0.019104768753051758, 0.01920921516418457, 0.01887539291381836, 0.019094528198242186, 0.019087360382080077, 0.01920204734802246, 0.019001344680786132, 0.018988031387329102, 0.0196945915222168, 0.01922355270385742, 0.01904947280883789, 0.01904844856262207, 0.01906175994873047, 0.019098623275756836, 0.019174400329589843, 0.018923519134521484, 0.018984960556030273, 0.019072000503540038, 0.01906483268737793, 0.0190248966217041, 0.01920512008666992, 0.019122175216674805, 0.01864192008972168, 0.018757631301879883, 0.01880678367614746, 0.01880473518371582, 0.01907711982727051, 0.019124223709106446, 0.018883583068847656, 0.01899622344970703, 0.018947071075439453, 0.018989055633544923, 0.01904025650024414, 0.019147775650024415, 0.01904947280883789, 0.01882009506225586, 0.018800640106201173, 0.018973695755004884, 0.01900748825073242, 0.01880678367614746, 0.01880268859863281, 0.018941951751708985, 0.019098623275756836, 0.018937856674194335, 0.018930688858032226, 0.018899967193603515, 0.01904435157775879, 0.018740224838256835, 0.018876415252685547, 0.018856960296630858, 0.019156991958618166, 0.0192542724609375, 0.018949119567871094, 0.018985984802246093, 0.019134464263916014, 0.01902387237548828, 0.01904128074645996, 0.01906380844116211, 0.019123199462890626, 0.019524608612060547, 0.01924095916748047, 0.018723840713500976, 0.018915327072143554, 0.01883750343322754, 0.01869824028015137, 0.018922496795654296, 0.019002368927001953, 0.01904025650024414, 0.01925119972229004, 0.019117055892944337, 0.019705856323242187, 0.0192491512298584, 0.018959360122680666, 0.01900441551208496, 0.018998271942138673, 0.01939558410644531, 0.01921331214904785, 0.018892799377441406, 0.018973695755004884, 0.01884876823425293, 0.018724863052368163, 0.01903615951538086, 0.019086336135864256, 0.018990079879760743, 0.018893823623657227, 0.01903411293029785, 0.020642816543579103, 0.01987174415588379, 0.01948569679260254, 0.019305471420288087, 0.0189040641784668, 0.01884569549560547, 0.019377151489257814, 0.01904435157775879, 0.01922150421142578, 0.01904025650024414, 0.01922662353515625, 0.019001344680786132, 0.019104768753051758, 0.018856960296630858, 0.018911231994628908, 0.019188735961914064, 0.01922764778137207, 0.018949119567871094, 0.01907711982727051, 0.01920102310180664, 0.019142656326293944, 0.019122175216674805, 0.01904435157775879, 0.019819520950317384, 0.018931711196899414, 0.01924710464477539, 0.019105791091918945, 0.019078144073486326, 0.01904435157775879, 0.01904947280883789, 0.01906175994873047, 0.019084287643432618, 0.019092479705810548, 0.018881536483764647, 0.01925836753845215, 0.019301376342773437, 0.018959360122680666, 0.019131391525268555, 0.018988031387329102, 0.01919385528564453, 0.019163135528564454, 0.019104768753051758, 0.018959360122680666, 0.018934783935546876, 0.018968576431274413, 0.019111936569213867, 0.01882316780090332, 0.018881536483764647, 0.018957311630249024, 0.01901055908203125, 0.01908121681213379, 0.019085439682006836, 0.018894720077514648, 0.019106815338134766, 0.01920614433288574, 0.01901055908203125, 0.019760128021240234, 0.018984960556030273, 0.01908121681213379, 0.01900339126586914, 0.018975744247436522, 0.019188735961914064, 0.01905561637878418, 0.01903001594543457, 0.01946931266784668, 0.019001344680786132, 0.01904640007019043, 0.019273727416992188, 0.019078144073486326, 0.019200000762939453, 0.0191016960144043, 0.01903513526916504, 0.0192174072265625, 0.019532800674438477, 0.01924608039855957, 0.018968576431274413, 0.018762752532958983, 0.019203071594238282, 0.019009536743164062, 0.01923993682861328, 0.01880166435241699, 0.019082239151000976, 0.01900339126586914, 0.019098623275756836, 0.01904742431640625, 0.019166208267211913, 0.019095552444458007, 0.01909350395202637, 0.019525632858276368, 0.019527679443359376, 0.019458047866821288, 0.01924710464477539, 0.01901875114440918, 0.018877439498901367, 0.018973695755004884, 0.01904947280883789, 0.019105791091918945, 0.019182592391967773, 0.019075071334838867, 0.01909350395202637, 0.019260416030883788, 0.01901568031311035, 0.01905356788635254, 0.018769920349121092, 0.018799615859985352, 0.018938880920410156, 0.01903104019165039, 0.01883340835571289, 0.018983936309814452, 0.01882009506225586, 0.018723840713500976, 0.018971647262573242, 0.019293184280395507, 0.01903923225402832, 0.019180543899536134, 0.019078144073486326, 0.01881292724609375, 0.01878937530517578, 0.01880985641479492, 0.018944000244140623, 0.019151872634887695, 0.019162111282348633, 0.018777088165283205, 0.0188570556640625, 0.018925472259521483, 0.019385343551635743, 0.01945088005065918, 0.01924095916748047, 0.018909183502197266, 0.018922496795654296, 0.01904435157775879, 0.018960384368896483, 0.018963455200195312, 0.01922764778137207, 0.019158016204833983, 0.018910207748413087, 0.019078144073486326, 0.01904128074645996, 0.019186687469482423, 0.019340288162231444, 0.019167232513427734, 0.01905561637878418, 0.018916351318359375, 0.01920614433288574, 0.019345407485961915, 0.01882624053955078, 0.018969600677490234, 0.019168256759643554, 0.01902899169921875, 0.019005439758300782, 0.018955263137817382, 0.019306495666503908, 0.01923788833618164, 0.018903039932250978, 0.01884979248046875, 0.01882624053955078, 0.01902796745300293, 0.018791423797607423, 0.019211263656616212, 0.019084287643432618, 0.019389440536499023, 0.01922764778137207, 0.019075071334838867, 0.019054592132568358, 0.01904537582397461, 0.018969600677490234, 0.01903513526916504, 0.01902899169921875, 0.018968576431274413, 0.019163135528564454, 0.018906112670898437, 0.01906073570251465, 0.019198976516723632, 0.01906483268737793, 0.019042303085327148, 0.019131391525268555, 0.019301376342773437, 0.01900339126586914, 0.019186687469482423, 0.019119104385375976, 0.01903923225402832, 0.01923481559753418, 0.018930688858032226, 0.019075071334838867, 0.019293184280395507, 0.01904844856262207, 0.019159040451049804, 0.019158016204833983, 0.01907302474975586, 0.01905971145629883, 0.018930688858032226, 0.01886310386657715, 0.019524608612060547, 0.019139583587646485, 0.019087360382080077, 0.019309568405151366, 0.018969600677490234, 0.018919424057006837, 0.018882560729980468, 0.0188590087890625, 0.019293184280395507, 0.019080192565917968, 0.019006464004516603, 0.019021823883056642, 0.019158016204833983, 0.018927616119384767, 0.019128320693969726, 0.019083263397216797, 0.019161088943481445, 0.01906790351867676, 0.019182592391967773, 0.01924608039855957, 0.01882111930847168, 0.01883647918701172, 0.01904128074645996, 0.01904128074645996, 0.019566591262817384, 0.019430400848388672, 0.01881907272338867, 0.019013631820678712, 0.01903513526916504, 0.018945024490356444, 0.01924095916748047, 0.019066879272460938, 0.019116031646728517, 0.01884979248046875, 0.01923788833618164, 0.019099647521972657, 0.018776063919067384, 0.018971647262573242, 0.019149824142456053, 0.019118080139160155, 0.01908121681213379, 0.019109888076782225, 0.01925017547607422, 0.019119104385375976, 0.01905356788635254, 0.018962432861328125, 0.01904025650024414, 0.019112960815429687, 0.019260416030883788, 0.01923891258239746, 0.019200000762939453, 0.01904947280883789, 0.01924198341369629, 0.01943244743347168, 0.019531776428222656, 0.01902694320678711, 0.019074047088623047, 0.019187711715698243, 0.018985984802246093, 0.018957311630249024, 0.01906380844116211, 0.01903513526916504, 0.018969600677490234, 0.019335168838500977, 0.019184640884399414, 0.018896896362304686, 0.019002368927001953, 0.018758655548095703, 0.018720767974853517, 0.01924300765991211, 0.01920921516418457, 0.01899519920349121, 0.01887027168273926, 0.01884569549560547, 0.01900339126586914, 0.018982912063598634, 0.01918976020812988, 0.019106815338134766, 0.019106815338134766, 0.019006464004516603, 0.019078144073486326, 0.018994176864624023, 0.01922355270385742, 0.018920448303222655, 0.019017728805541992, 0.0190515193939209, 0.01886412811279297, 0.01898700714111328, 0.018792448043823243, 0.018950143814086915, 0.018880512237548826, 0.01900339126586914, 0.019356672286987304, 0.019390464782714844, 0.019203071594238282, 0.01902796745300293, 0.01905971145629883, 0.019147775650024415, 0.018951168060302736, 0.019042303085327148, 0.019035167694091797, 0.019013599395751955, 0.01944371223449707, 0.018937856674194335, 0.018777088165283205, 0.018914304733276367, 0.018732032775878905, 0.01880678367614746, 0.01903308868408203, 0.01884979248046875, 0.018807807922363282, 0.018840576171875, 0.01886310386657715, 0.019124223709106446, 0.02031001663208008, 0.020008960723876954, 0.019550207138061524, 0.019552255630493166, 0.018998271942138673, 0.019333120346069335, 0.018959360122680666, 0.01904947280883789, 0.019184640884399414, 0.019013631820678712, 0.019042303085327148, 0.019087360382080077, 0.019132415771484376, 0.018868223190307617, 0.018906112670898437, 0.019119104385375976, 0.019306495666503908, 0.01908940887451172, 0.01924095916748047, 0.019166208267211913, 0.01938739204406738, 0.019111936569213867, 0.01905356788635254, 0.01924812889099121, 0.019208192825317383, 0.018888704299926756, 0.019170303344726563, 0.019151872634887695, 0.01902899169921875, 0.01920614433288574, 0.018880512237548826, 0.018957311630249024, 0.019118080139160155, 0.01903001594543457, 0.01904537582397461, 0.019173376083374022, 0.018938880920410156, 0.018962432861328125, 0.018699264526367186, 0.019107839584350587, 0.019084287643432618, 0.01908121681213379, 0.018982912063598634, 0.018795520782470702, 0.01902079963684082, 0.01882316780090332, 0.021090303421020508, 0.019771392822265626, 0.01962188720703125, 0.019352575302124024, 0.01922150421142578, 0.018903039932250978, 0.01904435157775879, 0.01921843147277832, 0.019083263397216797, 0.020091903686523437, 0.019721216201782226, 0.01967820739746094, 0.01900032043457031, 0.01937919998168945, 0.01905971145629883, 0.019054592132568358, 0.01923379135131836, 0.018990079879760743, 0.0194334716796875, 0.019301376342773437, 0.018972671508789063, 0.019216384887695313, 0.019119104385375976, 0.019163135528564454, 0.019137535095214844, 0.018945024490356444, 0.01902796745300293, 0.01884262466430664, 0.01880575942993164, 0.019120128631591796, 0.019125247955322267, 0.01895631980895996, 0.019059680938720704, 0.019104768753051758, 0.018980863571166993, 0.01902592086791992, 0.018790399551391602, 0.01883545684814453, 0.01903104019165039, 0.019142656326293944, 0.018990079879760743, 0.01906790351867676, 0.019066879272460938, 0.019366912841796875, 0.01882828712463379, 0.01887846374511719, 0.019583999633789064, 0.01908121681213379, 0.018924543380737305, 0.01902899169921875, 0.01919692802429199, 0.018965503692626954, 0.019019775390625, 0.019056640625, 0.019524608612060547, 0.019301376342773437, 0.01922969627380371, 0.019183616638183593, 0.019175424575805664, 0.019079168319702147, 0.01919692802429199, 0.019336191177368164, 0.01887027168273926, 0.019294208526611328, 0.019116031646728517, 0.01905254364013672, 0.01906790351867676, 0.019117055892944337, 0.01921023941040039, 0.01920614433288574, 0.01906483268737793, 0.019103744506835937, 0.0190699520111084, 0.018934783935546876, 0.01884774398803711, 0.019086336135864256, 0.019336191177368164, 0.019478527069091797, 0.019348480224609374, 0.01965977668762207, 0.019099647521972657, 0.019378175735473634, 0.019277824401855468, 0.018897920608520507, 0.0192174072265625, 0.019378175735473634, 0.01940787124633789, 0.019385343551635743, 0.018954240798950195, 0.019096576690673828, 0.01906175994873047, 0.019154943466186524, 0.01906790351867676, 0.01906585693359375, 0.01906175994873047, 0.01924403190612793, 0.018874368667602538, 0.018851839065551757, 0.018860031127929687, 0.019079168319702147, 0.01947238349914551, 0.01926144027709961, 0.01882931137084961, 0.018885631561279297, 0.019105791091918945, 0.018951168060302736, 0.019070976257324217, 0.019208192825317383, 0.018913280487060546, 0.019066879272460938, 0.01884774398803711, 0.018906112670898437, 0.018990079879760743, 0.018954240798950195, 0.019151872634887695, 0.01903615951538086, 0.018908159255981445, 0.018930688858032226, 0.018980863571166993, 0.019153919219970703, 0.01903923225402832, 0.01902079963684082, 0.01879449653625488, 0.018906112670898437, 0.01899929618835449, 0.019083263397216797, 0.019376127243041993, 0.019108863830566408, 0.018965503692626954, 0.01901158332824707, 0.01900441551208496, 0.018918399810791017, 0.018933759689331055, 0.018966527938842775, 0.019113983154296875, 0.018898944854736328, 0.018949119567871094, 0.018914304733276367, 0.01930342483520508, 0.020009983062744142, 0.019422208786010742, 0.019001344680786132, 0.019076095581054688, 0.018965503692626954, 0.019078144073486326, 0.01922867202758789, 0.01902899169921875, 0.018988031387329102, 0.01903308868408203, 0.01923583984375, 0.01943961524963379, 0.019894271850585937, 0.01984819221496582, 0.01988403129577637, 0.019961856842041017, 0.020755456924438476, 0.020215808868408205, 0.020001792907714845, 0.019151872634887695, 0.019096576690673828, 0.01923583984375, 0.01887129592895508, 0.018938880920410156, 0.018990079879760743, 0.01904947280883789, 0.01906073570251465, 0.01924710464477539, 0.01926246452331543, 0.0191016960144043]",tokens/s,52.352557267316016,,,,,,MB,1835.257856,2779.250688,0.0,2149.5808,2147.522048,s,1,8.508318359375,8.508318359375,0.0,8.508318359375,8.508318359375,8.508318359375,8.508318359375,[8.508318359375],,kWh,1.998699991041993e-05,1.093876200153081e-05,2.876891190399522e-05,5.9694673815945966e-05, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,s,s,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/s/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947364-21c6e61010418c3d1ca80bf8;55f6e351-685a-433c-bd6d-05c1efe2facb) Repository Not Found for url: https://huggingface.co/s/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: s is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-40b,tiiuae/falcon-40b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1490, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1656, in _check_and_enable_sdpa raise ValueError( ValueError: FalconForCausalLM 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"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-7b,google/gemma-7b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1824.84992,7019.692032,0.0,6371.147776,6308.565504,s,10,1.2993753967285155,0.12993753967285154,0.00011286455710600496,0.12993553924560547,0.13006795806884766,0.13008922348022461,0.13010623580932618,"[0.12990701293945311, 0.12985215759277344, 0.12982847595214844, 0.129797119140625, 0.12978787231445313, 0.12996406555175782, 0.13005126953125, 0.13011048889160157, 0.130063232421875, 0.13001370239257812]",tokens/s,1970.177368638351,kWh,1.5363306787247698e-06,8.418326263070598e-07,6.204391687896046e-06,8.582554992927875e-06,tokens/kWh,29827947.529721275,MB,1841.987584,7021.789184,0.0,6373.244928,6308.568064,s,10,18.549695434570314,1.8549695434570315,0.02668907242410975,1.84841796875,1.8910526123046876,1.89603271484375,1.900016796875,"[1.824569580078125, 1.82419775390625, 1.8338994140625, 1.8366678466796875, 1.8768740234375, 1.8899459228515625, 1.833943115234375, 1.8684168701171875, 1.9010128173828125, 1.8601680908203124]",tokens/s,33.96282177366074,kWh,2.1637239003497494e-05,1.1855319487961205e-05,6.853525143710449e-05,0.00010202780992856319,tokens/kWh,617478.7055030458,,s,630,18.547763187408467,0.02944089394826738,0.0007386781089137757,0.029053440093994142,0.03056373748779297,0.030708736419677734,0.031011831760406495,"[0.029435903549194335, 0.028799999237060548, 0.028675071716308592, 0.0287774715423584, 0.02910310363769531, 0.028845056533813477, 0.02919628715515137, 0.028859392166137695, 0.028884992599487305, 0.029048831939697265, 0.029411327362060546, 0.028957696914672853, 0.028802047729492186, 0.02902016067504883, 0.029060096740722657, 0.029015039443969725, 0.02879795265197754, 0.028836864471435547, 0.028864511489868162, 0.02894438362121582, 0.028876800537109375, 0.028848127365112306, 0.028787712097167968, 0.02878463935852051, 0.028892160415649414, 0.0290119686126709, 0.02894438362121582, 0.02873036766052246, 0.028632064819335938, 0.028734464645385743, 0.029022207260131837, 0.028778495788574218, 0.028887039184570314, 0.028841983795166014, 0.028770303726196288, 0.028872703552246092, 0.02953625679016113, 0.028918783187866212, 0.02892185592651367, 0.02893721580505371, 0.02898841667175293, 0.029005823135375978, 0.028895231246948243, 0.028829696655273438, 0.029121536254882813, 0.029520896911621092, 0.029315071105957033, 0.029470720291137696, 0.029352960586547853, 0.029054975509643553, 0.028767232894897462, 0.028882944107055664, 0.028900352478027344, 0.02878873634338379, 0.028916736602783204, 0.028697599411010744, 0.029105152130126953, 0.029049856185913086, 0.02878976058959961, 0.028859392166137695, 0.02895462417602539, 0.02913689613342285, 0.028918783187866212, 0.0292044792175293, 0.028636159896850585, 0.02897817611694336, 0.028839935302734376, 0.02837299156188965, 0.028718080520629883, 0.029174783706665038, 0.028313600540161132, 0.028725248336791992, 0.02896281623840332, 0.0292044792175293, 0.028868608474731446, 0.02891263961791992, 0.029107200622558595, 0.02940825653076172, 0.02896895980834961, 0.028666879653930662, 0.02877235221862793, 0.0290119686126709, 0.028794879913330077, 0.028884992599487305, 0.02877337646484375, 0.02913382339477539, 0.02880102348327637, 0.028914688110351562, 0.028708864212036132, 0.02889625549316406, 0.028753919601440428, 0.02890547180175781, 0.028935167312622072, 0.028679168701171875, 0.028694528579711914, 0.028618751525878908, 0.02891263961791992, 0.02897407913208008, 0.02898944091796875, 0.02971238327026367, 0.028841983795166014, 0.028999679565429686, 0.028959743499755858, 0.028793855667114256, 0.02871603202819824, 0.028881919860839843, 0.028887039184570314, 0.02878054428100586, 0.029067264556884766, 0.02895871925354004, 0.028829696655273438, 0.02878873634338379, 0.029099008560180665, 0.02938265609741211, 0.028451839447021485, 0.028663808822631837, 0.028810239791870116, 0.029000703811645507, 0.02895052719116211, 0.028888063430786134, 0.028919807434082033, 0.029197311401367186, 0.028907520294189453, 0.030434303283691407, 0.03060121536254883, 0.029274112701416017, 0.02936627197265625, 0.029361152648925783, 0.029535232543945314, 0.029569023132324217, 0.02960383987426758, 0.029265920639038087, 0.02980454444885254, 0.029460479736328125, 0.028684288024902343, 0.029451263427734374, 0.029846527099609374, 0.029654016494750978, 0.02895257568359375, 0.02896588706970215, 0.02874675178527832, 0.029076480865478517, 0.02878054428100586, 0.02933350372314453, 0.029639680862426757, 0.029858816146850587, 0.02856038475036621, 0.028628992080688476, 0.029049856185913086, 0.02872012710571289, 0.028729343414306642, 0.028850175857543944, 0.028862464904785157, 0.028964864730834962, 0.02869964790344238, 0.0287825927734375, 0.0287774715423584, 0.02898124885559082, 0.02879692840576172, 0.02898227119445801, 0.031281152725219724, 0.029683712005615235, 0.02875699234008789, 0.029171712875366212, 0.02890547180175781, 0.02972159957885742, 0.02896281623840332, 0.028843008041381835, 0.02878976058959961, 0.028785663604736327, 0.028879871368408205, 0.02877132797241211, 0.029067264556884766, 0.02877952003479004, 0.028889087677001952, 0.028787712097167968, 0.02898841667175293, 0.028823551177978517, 0.02902835273742676, 0.029410303115844725, 0.029129728317260743, 0.02877644729614258, 0.028907520294189453, 0.029072383880615234, 0.02891366386413574, 0.0289751033782959, 0.02897407913208008, 0.02931609535217285, 0.028984319686889647, 0.028669952392578125, 0.028899328231811523, 0.02996633529663086, 0.029438976287841798, 0.02955673599243164, 0.030885887145996094, 0.02896076774597168, 0.029236223220825194, 0.029338623046875, 0.029499391555786132, 0.02918809509277344, 0.028900352478027344, 0.030670848846435547, 0.030100479125976562, 0.0291778564453125, 0.029322240829467775, 0.028851200103759765, 0.02897203254699707, 0.028859392166137695, 0.028659711837768553, 0.029129728317260743, 0.02975027275085449, 0.02891263961791992, 0.029053951263427736, 0.031267839431762694, 0.030234624862670898, 0.029413375854492187, 0.028826623916625976, 0.02874880027770996, 0.02877337646484375, 0.02891263961791992, 0.028811264038085937, 0.028666879653930662, 0.028901376724243165, 0.02880102348327637, 0.029096960067749023, 0.028684288024902343, 0.02892799949645996, 0.02914406394958496, 0.029237247467041014, 0.029673471450805664, 0.02894233512878418, 0.02880512046813965, 0.02894233512878418, 0.02875596809387207, 0.028700672149658202, 0.028852224349975586, 0.028909568786621095, 0.028880895614624022, 0.02877952003479004, 0.028807167053222657, 0.029085695266723634, 0.029009920120239258, 0.02905292892456055, 0.028632064819335938, 0.029077503204345705, 0.02911948776245117, 0.029230079650878905, 0.02892083168029785, 0.02897920036315918, 0.028864511489868162, 0.029160512924194335, 0.028853183746337892, 0.02872319984436035, 0.02895257568359375, 0.029064191818237304, 0.028918783187866212, 0.029065216064453125, 0.029054975509643553, 0.02895359992980957, 0.029087743759155273, 0.02879078483581543, 0.028686336517333984, 0.029024255752563476, 0.029067264556884766, 0.02901299285888672, 0.028825599670410155, 0.028923904418945313, 0.029023231506347655, 0.02899865531921387, 0.028693504333496093, 0.02877952003479004, 0.029692928314208986, 0.029121536254882813, 0.02891263961791992, 0.028786687850952147, 0.030319616317749022, 0.03080396842956543, 0.030843904495239258, 0.03077631950378418, 0.030473215103149414, 0.030278656005859376, 0.030461952209472655, 0.030740480422973632, 0.030567424774169922, 0.030289920806884765, 0.03038003158569336, 0.030675968170166015, 0.03039948844909668, 0.03038412857055664, 0.03063910484313965, 0.03082137680053711, 0.030446592330932616, 0.030737407684326173, 0.03054080009460449, 0.030523391723632814, 0.030623743057250977, 0.030691328048706053, 0.030826496124267577, 0.03039948844909668, 0.030118911743164063, 0.030645248413085937, 0.030887935638427736, 0.030486528396606444, 0.02875494384765625, 0.028856319427490236, 0.029266944885253908, 0.030688255310058594, 0.028855327606201173, 0.029094879150390624, 0.028906496047973632, 0.029232128143310547, 0.030708736419677734, 0.03041689682006836, 0.03011686325073242, 0.029842432022094727, 0.028956672668457032, 0.029114368438720704, 0.03080294418334961, 0.030883840560913086, 0.030266368865966797, 0.030465024948120117, 0.030712831497192384, 0.030327808380126952, 0.03035852813720703, 0.030264320373535155, 0.03042918395996094, 0.030269439697265626, 0.0305797119140625, 0.03040153694152832, 0.030717952728271485, 0.03043328094482422, 0.030300159454345704, 0.030472192764282226, 0.030353408813476562, 0.030259199142456054, 0.030254079818725587, 0.02900377655029297, 0.030596096038818358, 0.030373888015747072, 0.030338048934936523, 0.030670848846435547, 0.029414400100708008, 0.029832191467285156, 0.029116416931152345, 0.028889087677001952, 0.029254655838012695, 0.028828672409057617, 0.030299135208129883, 0.029643775939941407, 0.030287872314453124, 0.030431232452392577, 0.03054182434082031, 0.030453760147094725, 0.029018112182617187, 0.028778495788574218, 0.03084492874145508, 0.030290943145751953, 0.0305797119140625, 0.030488576889038086, 0.02892799949645996, 0.02897407913208008, 0.028999679565429686, 0.029039615631103514, 0.03061862373352051, 0.029815807342529296, 0.030456832885742188, 0.03054591941833496, 0.03058892822265625, 0.030239744186401366, 0.030327808380126952, 0.03040768051147461, 0.030505983352661133, 0.030239744186401366, 0.028889087677001952, 0.028925952911376954, 0.029418495178222655, 0.029080575942993164, 0.029162496566772462, 0.02895564842224121, 0.029017087936401367, 0.02935910415649414, 0.028815359115600587, 0.02896588706970215, 0.02892902374267578, 0.028851200103759765, 0.028985343933105468, 0.02900480079650879, 0.02896691131591797, 0.028992511749267577, 0.028856319427490236, 0.028725248336791992, 0.029074432373046875, 0.02896691131591797, 0.029024255752563476, 0.029099008560180665, 0.02890444755554199, 0.029068288803100587, 0.02874470329284668, 0.029113344192504883, 0.028859392166137695, 0.02859519958496094, 0.028871679306030275, 0.029061119079589845, 0.02903654479980469, 0.028833791732788085, 0.02896384048461914, 0.029275136947631834, 0.029422592163085938, 0.029051904678344728, 0.028951551437377928, 0.028903423309326173, 0.029014015197753908, 0.0289617919921875, 0.0287774715423584, 0.02877235221862793, 0.028848127365112306, 0.028832767486572267, 0.02877644729614258, 0.029198335647583007, 0.03034316825866699, 0.030426111221313477, 0.030445568084716795, 0.030542848587036132, 0.030349311828613282, 0.03035443115234375, 0.03041177558898926, 0.028819456100463867, 0.028891136169433593, 0.029072383880615234, 0.02891263961791992, 0.029049856185913086, 0.02910207939147949, 0.028867584228515625, 0.028860416412353516, 0.028918783187866212, 0.02895052719116211, 0.028841983795166014, 0.028658687591552736, 0.02887887954711914, 0.028800991058349608, 0.028770303726196288, 0.029241344451904298, 0.02896895980834961, 0.02878361511230469, 0.02905292892456055, 0.0289617919921875, 0.02894540786743164, 0.028914688110351562, 0.028604415893554686, 0.028856319427490236, 0.028713983535766603, 0.029275136947631834, 0.02880512046813965, 0.028919807434082033, 0.02911948776245117, 0.029121536254882813, 0.028892160415649414, 0.028852224349975586, 0.028726272583007813, 0.02894438362121582, 0.029105152130126953, 0.028899328231811523, 0.02935910415649414, 0.029290496826171877, 0.028894208908081056, 0.029138944625854493, 0.02879795265197754, 0.03019059181213379, 0.030493696212768553, 0.03061452865600586, 0.029611007690429687, 0.03078041648864746, 0.03078963279724121, 0.030885887145996094, 0.030317567825317384, 0.030547967910766603, 0.030497791290283204, 0.030501888275146483, 0.030253055572509766, 0.03154022407531738, 0.03078246307373047, 0.03077939224243164, 0.03057052803039551, 0.030074848175048827, 0.030117887496948242, 0.030563327789306642, 0.030478336334228515, 0.030517248153686522, 0.03034419250488281, 0.030648319244384766, 0.030654464721679688, 0.030445568084716795, 0.028943359375, 0.029139968872070314, 0.02898944091796875, 0.028834815979003905, 0.028804096221923828, 0.028902399063110353, 0.02902835273742676, 0.028890111923217773, 0.02930892753601074, 0.030292991638183595, 0.030505983352661133, 0.0304005126953125, 0.02976870346069336, 0.028880895614624022, 0.029182975769042968, 0.029065216064453125, 0.028932096481323243, 0.028997631072998048, 0.028851200103759765, 0.028886016845703126, 0.028762111663818358, 0.028909568786621095, 0.028931072235107422, 0.029050880432128907, 0.029086719512939452, 0.029035520553588868, 0.029228031158447267, 0.03216793441772461, 0.030608383178710938, 0.030604288101196288, 0.030047231674194336, 0.030013439178466796, 0.02997760009765625, 0.030316543579101563, 0.030269439697265626, 0.03033907127380371, 0.031006719589233397, 0.031718399047851564, 0.031013919830322267, 0.030535648345947266, 0.030478336334228515, 0.030258176803588867, 0.03042918395996094, 0.03056230354309082, 0.03058073616027832, 0.030880863189697266, 0.03057244873046875, 0.03056025505065918, 0.03059712028503418, 0.030769151687622072, 0.030682111740112306, 0.030483455657958985, 0.03081523132324219, 0.030259199142456054, 0.03055820846557617, 0.03055615997314453, 0.030100479125976562, 0.030483455657958985, 0.03042815971374512, 0.03060121536254883, 0.03042815971374512, 0.031265792846679685, 0.030349311828613282, 0.030616575241088868, 0.030475263595581056, 0.030254079818725587, 0.03021004867553711, 0.030309375762939454, 0.030220287322998047, 0.02977689552307129, 0.03056025505065918, 0.03038515281677246, 0.030373888015747072, 0.03042815971374512, 0.030319616317749022, 0.02992742347717285, 0.028992511749267577, 0.030078975677490235, 0.030649343490600587, 0.030337024688720703, 0.03034316825866699, 0.030655487060546875, 0.02897817611694336, 0.029120512008666992, 0.02894540786743164, 0.028997631072998048, 0.029040639877319335, 0.029045759201049806, 0.02879078483581543, 0.028851200103759765, 0.028949504852294923, 0.02880102348327637, 0.028957696914672853, 0.028901376724243165, 0.028867584228515625, 0.028841983795166014, 0.029035520553588868, 0.029005823135375978, 0.028895263671875, 0.02884809684753418, 0.029082624435424805, 0.02901094436645508, 0.0285849609375, 0.029014015197753908, 0.02855116844177246, 0.028697599411010744, 0.028823551177978517, 0.028859392166137695, 0.028891136169433593, 0.02897203254699707, 0.029500415802001953, 0.029064191818237304, 0.02913382339477539, 0.029066240310668946, 0.028949504852294923, 0.02940620803833008, 0.030470144271850585, 0.03040870475769043, 0.02983628845214844, 0.030511104583740234, 0.03073843193054199, 0.030438400268554686, 0.03033087921142578, 0.030329856872558594, 0.030007295608520508, 0.030294015884399415, 0.030227455139160156, 0.030708736419677734, 0.03019366455078125, 0.030324735641479493, 0.030216192245483397, 0.029859840393066408, 0.03038105583190918, 0.029019136428833008, 0.02889625549316406, 0.03035136032104492, 0.03033497619628906, 0.030620672225952147]",tokens/s,33.96635991275159,,,,,,MB,4745.924608,6422.003712,0.0,5792.333824,5786.358272,s,1,11.137408203125,11.137408203125,0.0,11.137408203125,11.137408203125,11.137408203125,11.137408203125,[11.137408203125],,kWh,5.037324592430537e-05,2.757378016947258e-05,7.052061197200532e-05,0.00014846763806578326, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-125m,facebook/opt-125m,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,databricks/dbrx-base,databricks/dbrx-base,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",dbrx,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-350m,facebook/opt-350m,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,-,-,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 106, in _inner_fn validate_repo_id(arg_value) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '-'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '-'. Please provide either the path to a local folder or the repo_id of a model on the Hub. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2301.063168,9284.616192,0.0,8638.169088,8363.057664,s,10,5.4818378295898444,0.5481837829589844,0.00020036010742187252,0.54817041015625,0.5484192260742187,0.5484732238769531,0.5485164221191406,"[0.5485272216796875, 0.5484072265625, 0.54811328125, 0.5482275390625, 0.54802099609375, 0.5482876586914063, 0.5479661254882813, 0.5483607788085938, 0.5478809204101562, 0.5480460815429687]",tokens/s,466.9966678294716,kWh,6.478277711491836e-06,3.549775226881473e-06,3.0441851838840167e-05,4.046990477721348e-05,tokens/kWh,6325688.222131435,MB,2301.063168,9286.713344,0.0,8640.26624,8449.784832,s,10,301.4789765625,30.147897656250002,0.0016839399749129468,30.1480361328125,30.149783984375,30.14982265625,30.14985359375,"[30.144970703125, 30.144951171875, 30.148703125, 30.149861328125, 30.14953125, 30.147626953125, 30.149775390625, 30.14778515625, 30.147484375, 30.148287109375]",tokens/s,2.0896979523525543,kWh,0.0003559321468057688,0.0001950804837116926,0.0017136262656367543,0.0022646388961542157,tokens/kWh,27819.00465764581,,s,629,305.93330749511733,0.48638045706695904,0.06512578019124907,0.4785172424316406,0.478803564453125,0.47892376708984374,1.026681513671875,"[0.4782633056640625, 0.4782233581542969, 0.47832369995117185, 0.47832473754882815, 0.478587890625, 0.47852340698242185, 0.47815576171875, 0.47832986450195314, 0.4782868347167969, 0.47822540283203124, 0.47826739501953125, 0.4782776184082031, 0.4784947204589844, 0.47852850341796876, 0.47837698364257814, 0.4786431579589844, 0.47857662963867187, 0.47839947509765623, 0.4785500183105469, 0.4782499694824219, 0.4788275146484375, 0.4784056396484375, 0.47826943969726565, 0.4782530517578125, 0.47832269287109375, 0.4784373779296875, 0.4783892517089844, 0.4785428466796875, 0.47832986450195314, 0.47853363037109375, 0.4786001892089844, 0.47854592895507814, 0.4784639892578125, 0.47842202758789065, 0.47852850341796876, 0.47838104248046875, 0.4784517211914063, 0.478571533203125, 0.47852850341796876, 0.47855410766601564, 0.4785551452636719, 0.4786780090332031, 0.47844659423828123, 0.47851315307617187, 0.47841485595703126, 0.4785172424316406, 0.4786165771484375, 0.47870974731445315, 0.4785909729003906, 0.4788111267089844, 0.478740478515625, 0.4785858459472656, 0.47851211547851563, 0.47844659423828123, 0.47872103881835937, 0.47842202758789065, 0.47870669555664064, 0.4784598999023438, 0.4786124877929688, 0.47870465087890623, 0.478455810546875, 0.47855615234375, 1.0272388916015625, 0.4783052673339844, 0.4782847900390625, 0.4781864929199219, 0.4782438354492187, 0.4783319091796875, 0.47822027587890625, 0.4781885375976562, 0.47848550415039065, 0.47816909790039064, 0.47828787231445313, 0.4782356567382812, 0.47832986450195314, 0.4783144836425781, 0.47899853515625, 0.47832473754882815, 0.47842202758789065, 0.47827557373046875, 0.4785643615722656, 0.47823974609375, 0.4783616027832031, 0.4784445495605469, 0.4786217041015625, 0.4785581970214844, 0.4785571899414062, 0.4784373779296875, 0.47838821411132815, 0.4785028991699219, 0.47859405517578124, 0.4784803771972656, 0.4786298828125, 0.4783370361328125, 0.47853875732421874, 0.4783984680175781, 0.47867391967773437, 0.47860122680664063, 0.4783482971191406, 0.4783636474609375, 0.4786227111816406, 0.4785305480957031, 0.47838516235351564, 0.4783585205078125, 0.47854898071289065, 0.47863909912109376, 0.4786001892089844, 0.47845068359375, 0.478571533203125, 0.47858175659179686, 0.47857662963867187, 0.47855615234375, 0.4786636657714844, 0.47867391967773437, 0.47870974731445315, 0.47834417724609374, 0.47857867431640627, 0.47848550415039065, 0.47871487426757814, 0.4786134948730469, 0.47876708984375, 0.4786554870605469, 0.478919677734375, 0.4785367126464844, 0.4788766784667969, 1.02668896484375, 0.4782981262207031, 0.4781731872558594, 0.47836569213867186, 0.478202880859375, 0.47834521484375, 0.478482421875, 0.478276611328125, 0.47842611694335935, 0.47820697021484376, 0.47839334106445314, 0.47826840209960936, 0.4784639892578125, 0.47842919921875, 0.47844351196289064, 0.4790384521484375, 0.47900262451171877, 0.47845068359375, 0.478519287109375, 0.47849880981445314, 0.47855206298828123, 0.4786360168457031, 0.4783616027832031, 0.47843429565429685, 0.4784537658691406, 0.478587890625, 0.47848345947265625, 0.4785479736328125, 0.47863092041015626, 0.47857662963867187, 0.47851007080078123, 0.47856024169921874, 0.4783953857421875, 0.4786104431152344, 0.47850393676757813, 0.4783196105957031, 0.47863705444335936, 0.4789637451171875, 0.478540771484375, 0.4786964416503906, 0.47868109130859376, 0.47847628784179685, 0.4785080261230469, 0.4785909729003906, 0.47864422607421875, 0.47859918212890623, 0.4785500183105469, 0.47857867431640627, 0.47868109130859376, 0.47857562255859376, 0.47865444946289065, 0.47858175659179686, 0.47892376708984374, 0.47857357788085936, 0.47888180541992187, 0.4787056579589844, 0.47871487426757814, 0.47866470336914063, 0.4787486572265625, 0.4785448913574219, 0.4786329650878906, 0.4786268310546875, 0.47864935302734374, 1.027040283203125, 0.47819464111328125, 0.47825509643554687, 0.4782837829589844, 0.4783267822265625, 0.4784271240234375, 0.47890841674804685, 0.47825408935546876, 0.4785111083984375, 0.4783739013671875, 0.4784803771972656, 0.4789350280761719, 0.47844659423828123, 0.47838516235351564, 0.4785162353515625, 0.47861553955078123, 0.47849267578125, 0.47840155029296877, 0.4786227111816406, 0.47859710693359375, 0.47837899780273435, 0.47826943969726565, 0.47847320556640627, 0.4786360168457031, 0.47840155029296877, 0.4785059814453125, 0.47849880981445314, 0.4791982116699219, 0.4784425048828125, 0.47827557373046875, 0.47850393676757813, 0.4784537658691406, 0.478961669921875, 0.4784107666015625, 0.47850497436523437, 0.4783964233398437, 0.47851315307617187, 0.47849063110351564, 0.47883160400390623, 0.4786421813964844, 0.47852133178710937, 0.47888180541992187, 0.47855206298828123, 0.47858074951171875, 0.4786636657714844, 0.47854180908203126, 0.47854898071289065, 0.47875482177734374, 0.47878759765625, 0.47846298217773436, 0.4788029479980469, 0.4784383850097656, 0.4786687927246094, 0.47865139770507814, 0.47857867431640627, 0.4787333068847656, 0.47868621826171875, 0.478876708984375, 0.47856842041015624, 0.47874151611328125, 0.47882650756835937, 0.4786217041015625, 0.478814208984375, 1.026662353515625, 0.4783319091796875, 0.4783134765625, 0.4783421325683594, 0.47834417724609374, 0.47815679931640626, 0.4782294921875, 0.4782264709472656, 0.4783636169433594, 0.47827352905273435, 0.47833599853515624, 0.47830938720703126, 0.4795760498046875, 0.47834930419921873, 0.47838311767578123, 0.4783482971191406, 0.47829400634765623, 0.47836056518554687, 0.4783196105957031, 0.478392333984375, 0.47858380126953126, 0.47858175659179686, 0.4786134948730469, 0.4783892517089844, 0.47861553955078123, 0.478382080078125, 0.47840972900390627, 0.47832473754882815, 0.4785008544921875, 0.47856231689453127, 0.47856640625, 0.47846502685546877, 0.47841281127929686, 0.47892376708984374, 0.4788633728027344, 0.47850393676757813, 0.47851211547851563, 0.47838516235351564, 0.4784947204589844, 0.4788357238769531, 0.47863809204101565, 0.4787353515625, 0.4785080261230469, 0.47892889404296873, 0.47880703735351565, 0.4788643798828125, 0.4786329650878906, 0.47890328979492186, 0.47879269409179687, 0.47845477294921873, 0.47865139770507814, 0.47870465087890623, 0.4786360168457031, 0.47851007080078123, 0.47877734375, 0.4790220947265625, 0.478708740234375, 0.478677001953125, 0.4788285522460938, 0.47879782104492186, 0.4786124877929688, 0.47861761474609377, 0.47897601318359373, 1.0271170654296875, 0.47815576171875, 0.47843533325195314, 0.4782847900390625, 0.47844046020507813, 0.4783114318847656, 0.47870361328125, 0.4781178894042969, 0.47849880981445314, 0.4783319091796875, 0.4783636474609375, 0.47843328857421874, 0.4785694580078125, 0.47849575805664063, 0.4783411254882812, 0.4783472595214844, 0.4784056396484375, 0.4782899475097656, 0.4783277893066406, 0.47836773681640626, 0.47820492553710936, 0.4783288269042969, 0.47842098999023436, 0.47849676513671874, 0.4784117736816406, 0.4784025573730469, 0.478376953125, 0.47854180908203126, 0.4783974304199219, 0.4790015869140625, 0.4783564758300781, 0.4784425048828125, 0.4787240905761719, 0.4785725402832031, 0.4785571899414062, 0.478382080078125, 0.4786831359863281, 0.4785356750488281, 0.47850497436523437, 0.47848446655273436, 0.47868109130859376, 0.4786431884765625, 0.47849163818359375, 0.4787435607910156, 0.47853363037109375, 0.4788346862792969, 0.47867904663085936, 0.4786800537109375, 0.4787118225097656, 0.47872817993164063, 0.47906304931640625, 0.4785776672363281, 0.4788910217285156, 0.4786473083496094, 0.4787691650390625, 0.47856024169921874, 0.47866470336914063, 0.47875994873046873, 0.4785141906738281, 0.47861553955078123, 0.47859609985351564, 0.4787333068847656, 0.4786278381347656, 1.0267965087890625, 0.4782233581542969, 0.4783421325683594, 0.478276611328125, 0.478376953125, 0.47816909790039064, 0.4783687744140625, 0.4781680603027344, 0.47830734252929685, 0.47830426025390627, 0.47847015380859376, 0.47841281127929686, 0.47849676513671874, 0.47854180908203126, 0.47853363037109375, 0.478551025390625, 0.4783339538574219, 0.4782776184082031, 0.4782837829589844, 0.478376953125, 0.4785694580078125, 0.4783616027832031, 0.4783544311523438, 0.4783964233398437, 0.4783472595214844, 0.47837799072265624, 0.4783616027832031, 0.47829605102539063, 0.47852340698242185, 0.478371826171875, 0.4789217224121094, 0.47852444458007815, 0.4784291381835937, 0.47843328857421874, 0.4787179565429687, 0.4784312438964844, 0.4785305480957031, 0.4784855346679687, 0.4787138366699219, 0.4787486572265625, 0.47851007080078123, 0.4786186218261719, 0.4785592346191406, 0.47852340698242185, 0.48045260620117186, 0.4786749572753906, 0.478624755859375, 0.47869235229492185, 0.47870770263671875, 0.47878656005859377, 0.47875787353515625, 0.47918386840820315, 0.4792156066894531, 0.47875482177734374, 0.47869235229492185, 0.4788797302246094, 0.4786974792480469, 0.47877017211914064, 0.4784670715332031, 0.4790015869140625, 0.47870974731445315, 0.47848345947265625, 0.47846298217773436, 1.02721533203125, 0.47846298217773436, 0.4783667297363281, 0.4782561340332031, 0.47832269287109375, 0.478171142578125, 0.47851315307617187, 0.478192626953125, 0.4783687744140625, 0.4783687744140625, 0.47828173828125, 0.47843533325195314, 0.47841485595703126, 0.4784660339355469, 0.47853158569335935, 0.47823870849609373, 0.47849575805664063, 0.4783063049316406, 0.4784312438964844, 0.47836056518554687, 0.47854898071289065, 0.47848550415039065, 0.47867391967773437, 0.47864013671875, 0.47852133178710937, 0.47831552124023435, 0.47859814453125, 0.47831039428710936, 0.478487548828125, 0.4782837829589844, 0.47840972900390627, 0.478445556640625, 0.47855615234375, 0.4785060119628906, 0.478419921875, 0.47847628784179685, 0.4784895935058594, 0.4784107666015625, 0.47854388427734373, 0.47853875732421874, 0.4785592346191406, 0.4787240905761719, 0.4785305480957031, 0.47875482177734374, 0.4784998474121094, 0.478708740234375, 0.47876300048828124, 0.4791797790527344, 0.4786903076171875, 0.47859814453125, 0.47886746215820314, 0.47848345947265625, 0.478750732421875, 0.4786217041015625, 0.4789647216796875, 0.4786104431152344, 0.47852340698242185, 0.4788439025878906, 0.4787435607910156, 0.4786104431152344, 0.47875994873046873, 0.47875686645507814, 0.47886541748046874, 1.0265169677734376, 0.4781097106933594, 0.47828070068359374, 0.478266357421875, 0.4783974304199219, 0.47825408935546876, 0.47839129638671873, 0.47832369995117185, 0.4782643127441406, 0.4783482971191406, 0.4784035949707031, 0.47838003540039065, 0.4783943786621094, 0.4783902893066406, 0.4785295104980469, 0.478340087890625, 0.47836468505859375, 0.47850497436523437, 0.4784107666015625, 0.47844046020507813, 0.47848858642578124, 0.4784312438964844, 0.47842919921875, 0.4784117736816406, 0.47849163818359375, 0.4783411254882812, 0.4784527282714844, 0.47838616943359374, 0.478487548828125, 0.4785448913574219, 0.478487548828125, 0.47853875732421874, 0.47844146728515624, 0.47839129638671873, 0.47849676513671874, 0.47851007080078123, 0.47837899780273435, 0.47852645874023436, 0.47873638916015626, 0.4786636657714844, 0.4786360168457031, 0.4786800537109375, 0.47861761474609377, 0.4786820983886719, 0.47864523315429686, 0.478635009765625, 0.47852032470703126, 0.4786329650878906, 0.47913369750976564, 0.4788592529296875, 0.47879168701171876, 0.47853363037109375, 0.4788766784667969, 0.4786759643554688, 0.47869235229492185, 0.47909991455078127, 0.47881829833984374, 0.47851315307617187, 0.4785059814453125, 0.47863705444335936, 0.4786749572753906, 0.4788009033203125, 0.47868927001953127, 1.026978759765625, 0.4782591857910156, 0.47849575805664063, 0.4784947204589844, 0.4783411254882812, 0.47830322265625, 0.47807998657226564, 0.47838003540039065, 0.4785643615722656, 0.478376953125, 0.4783841247558594, 0.4782837829589844, 0.4785428466796875, 0.4783267822265625, 0.47835238647460937, 0.4783564758300781, 0.47848345947265625, 0.4784527282714844, 0.4784425048828125, 0.47847732543945315, 0.4783533935546875, 0.4783902587890625, 0.4785151977539063, 0.47837799072265624, 0.4785448913574219, 0.47852340698242185, 0.4784814147949219, 0.47851315307617187, 0.4786114501953125, 0.4785141906738281, 0.47852645874023436, 0.4785162353515625, 0.47852133178710937, 0.4785326538085938, 0.47863189697265623, 0.4784598999023438, 0.47859710693359375, 0.478413818359375, 0.47866574096679687, 0.478487548828125, 0.47873638916015626, 0.47858074951171875, 0.47857562255859376, 0.47848550415039065, 0.47872817993164063, 0.4788285522460938, 0.4785479736328125, 0.4786503601074219, 0.4786759643554688, 0.4786483154296875, 0.4787804260253906, 0.4786820983886719, 0.4788060302734375, 0.4786104431152344, 0.478635009765625, 0.4787026062011719, 0.47853466796875, 0.4788992004394531, 0.4786053161621094, 0.4787056579589844, 0.4789278869628906, 0.47878656005859377, 0.4786554870605469]",tokens/s,2.056003660242319,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,v,v,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/v/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694777d-3b2bf8bd1d2db3ce30738870;25db919a-b2f2-4b2a-a8dd-715945a29787) Repository Not Found for url: https://huggingface.co/v/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: v is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1740.201984,9527.885824,0.0,8881.43872,8498.55744,s,10,5.8697293090820315,0.5869729309082031,0.00036156044605210636,0.5869435424804688,0.587435614013672,0.5876067535400391,0.5877436651611329,"[0.58696826171875, 0.5867281494140625, 0.586971923828125, 0.5870806274414062, 0.5864498291015625, 0.5867404174804688, 0.5877778930664063, 0.58669580078125, 0.5869188232421875, 0.5873975830078125]",tokens/s,436.1359553734445,kWh,6.930115828175604e-06,3.797417988365244e-06,3.628837779611082e-05,4.701591161265167e-05,tokens/kWh,5444965.145185276,MB,1740.201984,9527.885824,0.0,8881.43872,8793.597952,s,10,333.457796875,33.3457796875,0.0013375974245332513,33.34580859375,33.347298046875,33.3476197265625,33.3478770703125,"[33.344734375, 33.343828125, 33.34634765625, 33.34487109375, 33.3472265625, 33.34405078125, 33.34605859375, 33.34555859375, 33.34794140625, 33.3471796875]",tokens/s,1.8892945551252527,kWh,0.00039370171632111813,0.000215782181038018,0.0020703889742110858,0.002679872871570222,tokens/kWh,23508.577839024994,,s,629,338.2114431152342,0.537697047877956,0.06970526312535379,0.5292892456054688,0.5296181274414062,0.529704150390625,1.1159156884765624,"[0.5291796264648437, 0.5290547485351562, 0.5289789428710937, 0.5287393188476562, 0.5291468505859375, 0.5289266967773437, 0.52897998046875, 0.52894921875, 0.529244140625, 0.529301513671875, 0.5293772583007812, 0.5290209350585937, 0.5291980590820312, 0.5291397094726562, 0.528985107421875, 0.5290659790039063, 0.529227783203125, 0.5292820434570312, 0.5290772705078125, 0.5291970825195312, 0.5290608520507812, 0.5292451782226563, 0.5290792846679687, 0.5291919555664063, 0.5292257080078125, 0.52916943359375, 0.5292369995117188, 0.5294899291992188, 0.52927490234375, 0.5295216674804688, 0.5289502563476562, 0.5291591796875, 0.5292257080078125, 0.5294509887695312, 0.529280029296875, 0.5293342895507812, 0.5292308349609375, 0.529311767578125, 0.52929638671875, 0.5292738647460937, 0.5292902221679687, 0.52917041015625, 0.5294274291992187, 0.529184814453125, 0.529470458984375, 0.5295001831054688, 0.5294766235351562, 0.5292257080078125, 0.5297428588867188, 0.5293588256835937, 0.5291817016601562, 0.5297100830078125, 0.5295472412109375, 0.5293168334960937, 0.5294089965820312, 0.5294418334960938, 0.52950732421875, 0.5295780029296875, 0.5294376831054688, 0.5295431518554687, 0.5296189575195313, 0.5300623168945312, 1.1158404541015625, 0.5288949584960938, 0.5289635620117188, 0.5291049194335937, 0.5290516357421875, 0.5290547485351562, 0.5289676513671875, 0.5291397705078125, 0.5289092407226562, 0.5290690307617187, 0.529016845703125, 0.5289779052734375, 0.5290731811523437, 0.5291049194335937, 0.52900146484375, 0.5289523315429687, 0.5292031860351563, 0.5290035400390625, 0.5292216796875, 0.5289993896484375, 0.5291611938476563, 0.5291622314453125, 0.5291950073242188, 0.5292196044921875, 0.5289789428710937, 0.5293721313476563, 0.529322998046875, 0.5290670166015625, 0.5291212768554687, 0.5292216186523437, 0.5290670166015625, 0.5287946166992188, 0.529396728515625, 0.5293353271484375, 0.5291611938476563, 0.5290250244140625, 0.5294428100585937, 0.5292400512695312, 0.5293568115234375, 0.529386474609375, 0.5293107299804688, 0.5292943115234375, 0.5294213256835938, 0.5294059448242188, 0.5294131469726563, 0.5295114135742187, 0.5294684448242187, 0.5294776611328125, 0.5294264526367187, 0.529744873046875, 0.52940185546875, 0.5295103759765625, 0.5294202880859376, 0.52950732421875, 0.5301176147460938, 0.5296588745117188, 0.5296138305664062, 0.5295195922851562, 0.5296138305664062, 0.5296148681640624, 0.529586181640625, 0.529544189453125, 0.5294479370117188, 1.116222412109375, 0.529006591796875, 0.5290496215820313, 0.529100830078125, 0.5292708129882813, 0.529249267578125, 0.5291817016601562, 0.529206298828125, 0.5290496215820313, 0.5294571533203125, 0.5291397094726562, 0.5288089599609375, 0.5289564208984375, 0.5294970703125, 0.5291253662109375, 0.5292584838867187, 0.5292236938476562, 0.5294991455078125, 0.5291868286132813, 0.5288939819335937, 0.5291212768554687, 0.5291519775390625, 0.529185791015625, 0.5290311889648438, 0.5289257202148437, 0.5292144165039062, 0.5292708129882813, 0.5290536499023437, 0.529639404296875, 0.5292369995117188, 0.5292462158203125, 0.5290413818359375, 0.5295872192382812, 0.5292369995117188, 0.5296087036132813, 0.529207275390625, 0.5293731689453125, 0.529133544921875, 0.5294049682617188, 0.5293475341796875, 0.5293742065429687, 0.5291878662109375, 0.5293363037109375, 0.5294325561523437, 0.5295186157226562, 0.5293137817382813, 0.5295482788085938, 0.5296978149414062, 0.529418212890625, 0.5294274291992187, 0.5297223510742187, 0.5298278198242188, 0.5295697631835937, 0.5297203369140625, 0.5292841186523437, 0.529375244140625, 0.52923095703125, 0.5293731079101562, 0.529512451171875, 0.5294694213867187, 0.5294878540039063, 0.5295319213867188, 0.5295462646484375, 1.1163074951171874, 0.5290895385742187, 0.5289482421875, 0.5292001342773438, 0.5289891967773438, 0.5290547485351562, 0.5290977172851562, 0.5291827392578125, 0.529132568359375, 0.5290363159179687, 0.5289973754882813, 0.5290127563476562, 0.528901123046875, 0.5292196044921875, 0.529227783203125, 0.5289697265625, 0.5291397094726562, 0.5293977661132813, 0.5290526733398437, 0.5289349365234375, 0.5288867797851563, 0.5291602172851563, 0.52931787109375, 0.5291817016601562, 0.52922265625, 0.529195068359375, 0.5291785888671875, 0.5292042236328125, 0.5290475463867188, 0.5291950073242188, 0.529280029296875, 0.5289523315429687, 0.5292482299804687, 0.529227783203125, 0.5292974243164063, 0.5293997802734375, 0.5294100341796875, 0.5293363037109375, 0.5291417846679688, 0.5292144165039062, 0.529470458984375, 0.52946533203125, 0.5293475952148438, 0.5293158569335937, 0.52950732421875, 0.5293905639648437, 0.5294970703125, 0.5294500122070313, 0.5295298461914062, 0.529438720703125, 0.5294827270507813, 0.5297049560546875, 0.529418212890625, 0.529564697265625, 0.529617919921875, 0.5294735717773438, 0.5296414184570313, 0.5294080200195312, 0.52949609375, 0.52963330078125, 0.5296220092773437, 0.5296783447265625, 0.5295739135742188, 1.1159449462890625, 0.5291632690429687, 0.5289943237304687, 0.5293087158203125, 0.5289512939453125, 0.5290792846679687, 0.529016845703125, 0.5292205810546875, 0.52927490234375, 0.5290393676757813, 0.5290209350585937, 0.52900146484375, 0.5290936889648438, 0.52909765625, 0.52914892578125, 0.5288601684570312, 0.5292717895507812, 0.5295574951171875, 0.5292216186523437, 0.5290977172851562, 0.5292288208007813, 0.5292687377929688, 0.5292533569335938, 0.5291765747070313, 0.5292186279296875, 0.52908642578125, 0.5290895385742187, 0.529448974609375, 0.5293588256835937, 0.5293680419921875, 0.5292369995117188, 0.52906494140625, 0.5292288208007813, 0.5292369995117188, 0.5294725341796875, 0.5292052612304687, 0.52963427734375, 0.5291233520507812, 0.529701904296875, 0.5293670654296875, 0.5294735107421875, 0.5293455200195313, 0.5293721313476563, 0.5293834838867187, 0.5294356079101562, 0.5293414306640625, 0.52938134765625, 0.5294899291992188, 0.529755126953125, 0.5294028930664062, 0.5294766235351562, 0.5295186157226562, 0.5296168823242188, 0.5293711547851563, 0.5293137817382813, 0.5300438842773437, 0.5295134887695313, 0.5298258056640625, 0.5293895874023438, 0.529406982421875, 0.5296773071289063, 0.5295943603515625, 0.5296998291015625, 1.115969482421875, 0.5292196044921875, 0.52910693359375, 0.5293568115234375, 0.528986083984375, 0.5289656982421875, 0.5291815795898438, 0.5289727783203125, 0.5288509521484375, 0.5289390258789063, 0.5291888427734375, 0.5288284301757813, 0.5291058959960937, 0.52906396484375, 0.529038330078125, 0.5287976684570312, 0.5288734741210938, 0.5291345825195313, 0.5289553833007813, 0.528869384765625, 0.5291847534179688, 0.5291356201171875, 0.5290567626953125, 0.5290711059570312, 0.5293025512695313, 0.5295083618164063, 0.5294305419921875, 0.5292953491210938, 0.5291939697265625, 0.5291878662109375, 0.5293311767578125, 0.529164306640625, 0.5292974243164063, 0.5292001342773438, 0.5291632690429687, 0.5293209838867188, 0.5293025512695313, 0.5291100463867188, 0.529174560546875, 0.529407958984375, 0.5295370483398437, 0.5291571044921874, 0.5295421142578125, 0.529195068359375, 0.5296895141601563, 0.5293731689453125, 0.52944384765625, 0.5292933349609374, 0.5294817504882813, 0.5293352661132813, 0.5297029418945313, 0.5292994384765625, 0.5295523681640625, 0.5294940185546875, 0.5294827270507813, 0.529517578125, 0.52964453125, 0.5294725341796875, 0.5296865844726563, 0.529575927734375, 0.5298984985351562, 0.5294417724609375, 0.52963427734375, 1.1172137451171875, 0.52910693359375, 0.5288161010742187, 0.5291028442382812, 0.5290680541992188, 0.529185791015625, 0.5289553833007813, 0.5292410888671875, 0.5290465087890625, 0.5287393188476562, 0.5289246826171875, 0.528953369140625, 0.5296046142578125, 0.5290977172851562, 0.5293250732421875, 0.528927734375, 0.5290424194335938, 0.5290741577148438, 0.5293270874023438, 0.529112060546875, 0.529059814453125, 0.5290946655273437, 0.5292656860351562, 0.5290127563476562, 0.5291837158203125, 0.5292943115234375, 0.5293291625976563, 0.5291581420898438, 0.5293762817382812, 0.5291407470703124, 0.5292943115234375, 0.5292472534179687, 0.5290025024414062, 0.5291294555664062, 0.5292196044921875, 0.5292974243164063, 0.5293475952148438, 0.5295411376953125, 0.5294468994140625, 0.5292892456054688, 0.5297623291015625, 0.5293875122070313, 0.529596435546875, 0.5293680419921875, 0.5292943115234375, 0.5296414794921875, 0.5295953979492187, 0.5293352661132813, 0.5294315795898438, 0.5292779541015625, 0.5295134887695313, 0.5294663696289063, 0.5296588745117188, 0.5294899291992188, 0.529417236328125, 0.5296107788085938, 0.5295093994140625, 0.5294981079101563, 0.5296609497070313, 0.5297540893554687, 0.529607666015625, 0.5299804077148438, 0.5295984497070313, 1.1157657470703124, 0.5290158081054688, 0.5288202514648438, 0.5289994506835938, 0.5290055541992188, 0.5291980590820312, 0.528996337890625, 0.5294151611328125, 0.5292349243164063, 0.5289635620117188, 0.5291407470703124, 0.529112060546875, 0.5289768676757812, 0.5290598754882813, 0.529207275390625, 0.5289502563476562, 0.5291898803710937, 0.529165283203125, 0.5290608520507812, 0.5289727783203125, 0.5291028442382812, 0.5292564697265625, 0.5290721435546875, 0.5292410888671875, 0.5294366455078126, 0.529201171875, 0.52927587890625, 0.5291182250976563, 0.5292318725585937, 0.529385498046875, 0.5292000732421875, 0.529048583984375, 0.5293240356445312, 0.5291806640625, 0.5293876342773437, 0.5294017333984375, 0.5291970825195312, 0.529312744140625, 0.5296066284179688, 0.529417236328125, 0.5293762817382812, 0.529207275390625, 0.5293772583007812, 0.5295083618164063, 0.529343505859375, 0.5293578491210937, 0.529417236328125, 0.5296845092773438, 0.5294315795898438, 0.52938037109375, 0.52948583984375, 0.5293599243164062, 0.529544189453125, 0.5295267944335937, 0.5298084106445312, 0.5296097412109375, 0.5295902709960938, 0.5294786376953124, 0.529743896484375, 0.5294796752929688, 0.52959130859375, 0.5296260986328125, 0.5296895751953125, 1.1160933837890625, 0.5290363159179687, 0.5288765258789062, 0.5292687377929688, 0.5289410400390625, 0.5292503051757812, 0.5291233520507812, 0.5293219604492188, 0.529080322265625, 0.5291079711914063, 0.5292431640625, 0.528996337890625, 0.5289994506835938, 0.528990234375, 0.5291878662109375, 0.5289605102539062, 0.5292451782226563, 0.5294827270507813, 0.529775634765625, 0.529249267578125, 0.5291581420898438, 0.529239013671875, 0.5293219604492188, 0.5292134399414062, 0.5292717895507812, 0.529291259765625, 0.529438720703125, 0.5292196044921875, 0.52942333984375, 0.52933837890625, 0.5292421264648437, 0.529059814453125, 0.5293988037109375, 0.5291602172851563, 0.529183837890625, 0.5294314575195312, 0.5294530639648437, 0.5291366577148438, 0.5291602172851563, 0.5291837158203125, 0.529412109375, 0.5293322143554687, 0.5294674072265625, 0.52952783203125, 0.52984326171875, 0.529323974609375, 0.5298851928710937, 0.5293270874023438, 0.5293557739257813, 0.5292451782226563, 0.5295134887695313, 0.5294305419921875, 0.52949609375, 0.5295472412109375, 0.5295739135742188, 0.5295606079101562, 0.5294949951171875, 0.5293772583007812, 0.5295411376953125, 0.5295370483398437, 0.53016064453125, 0.529623046875, 0.5296292114257812, 1.11682666015625, 0.5295053100585938, 0.5290004272460938, 0.5293199462890625, 0.5289881591796874, 0.52912841796875, 0.5289953002929687, 0.5291366577148438, 0.5292666625976562, 0.5291151123046876, 0.5293250732421875, 0.5290916137695313, 0.5290342407226563, 0.5292093505859375, 0.5290895385742187, 0.5292892456054688, 0.5291920166015625, 0.5293966674804688, 0.5292012329101563, 0.529060791015625, 0.5292164916992188, 0.5292421264648437, 0.5291929321289063, 0.52912841796875, 0.5292820434570312, 0.5291212768554687, 0.5292369995117188, 0.5290465087890625, 0.5292103881835938, 0.5292922973632812, 0.5295401000976563, 0.5289472045898438, 0.5291632690429687, 0.5292339477539062, 0.5294817504882813, 0.5290557250976563, 0.5293823852539062, 0.5293527221679688, 0.5293988037109375, 0.5292031860351563, 0.5294827270507813, 0.529249267578125, 0.5294848022460937, 0.529322998046875, 0.5294274291992187, 0.5292083129882813, 0.52940185546875, 0.5295892944335937, 0.529470458984375, 0.52948583984375, 0.5293557739257813, 0.5293782958984375, 0.5295841064453125, 0.52984423828125, 0.529639404296875, 0.5296609497070313, 0.52967529296875, 0.5294745483398438, 0.5296803588867187, 0.5295687866210937, 0.5295881958007812, 0.529659912109375, 0.529649658203125]",tokens/s,1.8597833184067905,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2,openai-community/gpt2,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1262.280704,893.91104,0.0,247.463936,189.16864,s,11,0.16617171287536622,0.01510651935230602,0.0008398355618794428,0.01470620822906494,0.015990336418151854,0.01671558427810669,0.017295782566070558,"[0.017440832138061524, 0.01470620822906494, 0.015990336418151854, 0.014693696022033692, 0.014769248008728027, 0.014647456169128418, 0.014655488014221191, 0.014719136238098144, 0.014631584167480468, 0.01460489559173584, 0.015312831878662109]",tokens/s,16946.325889485684,kWh,1.8031160744496378e-07,9.88022232678575e-08,4.4193122716642026e-07,7.210450578792415e-07,tokens/kWh,355040225.5761305,MB,1262.280704,893.91104,0.0,247.463936,189.1712,s,11,10.20249395751953,0.9274994506835937,0.03838024881410855,0.9072935180664062,0.9864979858398437,1.0019223937988282,1.0142619201660157,"[1.0173468017578124, 0.9864979858398437, 0.9544999389648438, 0.9035139770507813, 0.9041432495117188, 0.9072935180664062, 0.9051456909179687, 0.9041907958984375, 0.9015226440429688, 0.9081104125976562, 0.9102289428710938]",tokens/s,67.92456853054435,kWh,1.1032693508444577e-05,6.045468181825407e-06,2.487730619992511e-05,4.195546789019509e-05,tokens/kWh,1501592.1205999225,,s,692,10.333713417053225,0.014933111874354367,0.001914369574802502,0.014348287582397461,0.015721270179748534,0.016319949436187742,0.02927050771713257,"[0.017284095764160155, 0.016890880584716796, 0.01747865676879883, 0.016319488525390623, 0.016513023376464844, 0.016495616912841796, 0.016453632354736326, 0.01661747169494629, 0.016492544174194337, 0.01637580871582031, 0.016793600082397463, 0.016326656341552736, 0.016525312423706053, 0.016891904830932617, 0.016503807067871093, 0.016576543807983398, 0.016321504592895508, 0.01658470344543457, 0.016320512771606444, 0.01639116859436035, 0.016520191192626953, 0.01695232009887695, 0.016481279373168945, 0.01636966323852539, 0.016210975646972655, 0.01626927947998047, 0.016080896377563478, 0.015924223899841307, 0.01618636894226074, 0.016297983169555663, 0.016533504486083983, 0.016159744262695314, 0.016143360137939454, 0.01592319965362549, 0.015703040122985838, 0.015698944091796875, 0.015676416397094727, 0.015689727783203124, 0.015763456344604493, 0.015640576362609862, 0.015691776275634766, 0.015703040122985838, 0.015699968338012696, 0.015657983779907226, 0.015703040122985838, 0.015631360054016115, 0.015742976188659667, 0.015662079811096193, 0.015681535720825195, 0.015688703536987304, 0.01571737575531006, 0.015604736328125, 0.01570201587677002, 0.01576140785217285, 0.015662079811096193, 0.015654911994934084, 0.015689727783203124, 0.0156559362411499, 0.015643648147583008, 0.01567743968963623, 0.015654911994934084, 0.015772671699523927, 0.02941644859313965, 0.015484928131103515, 0.016331775665283203, 0.015654911994934084, 0.01561190414428711, 0.015617024421691895, 0.015772671699523927, 0.01564467239379883, 0.01564467239379883, 0.015659008026123047, 0.01572454357147217, 0.015684608459472657, 0.015660032272338868, 0.01575014400482178, 0.015697919845581054, 0.015681535720825195, 0.01571737575531006, 0.015650815963745117, 0.01562112045288086, 0.015684608459472657, 0.015764479637145997, 0.015714303970336914, 0.015651840209960938, 0.015632384300231932, 0.015653887748718263, 0.015689727783203124, 0.0156559362411499, 0.015754240036010742, 0.015605759620666505, 0.015626239776611327, 0.01566214370727539, 0.015632320404052734, 0.015630335807800294, 0.01560371208190918, 0.01578700828552246, 0.01562828826904297, 0.015648768424987792, 0.015642656326293945, 0.015657952308654785, 0.015604736328125, 0.015721471786499023, 0.01564467239379883, 0.015641599655151366, 0.0156559362411499, 0.01562112045288086, 0.015666175842285156, 0.01569382381439209, 0.015624192237854004, 0.015635456085205078, 0.015650815963745117, 0.015614975929260254, 0.015600640296936035, 0.0158535680770874, 0.015632384300231932, 0.015684608459472657, 0.015706111907958984, 0.015682559967041015, 0.015630335807800294, 0.015734784126281737, 0.015646719932556154, 0.015674367904663086, 0.015616000175476074, 0.015656959533691405, 0.032075775146484374, 0.01569382381439209, 0.015691776275634766, 0.015719455718994142, 0.01574396800994873, 0.015690752029418945, 0.015656959533691405, 0.015723520278930665, 0.015754240036010742, 0.015949824333190917, 0.015851519584655763, 0.015762432098388672, 0.015657983779907226, 0.015756287574768067, 0.015735808372497558, 0.01571020793914795, 0.015756287574768067, 0.015613951683044434, 0.015642623901367187, 0.015646719932556154, 0.01574502372741699, 0.015665151596069335, 0.015661055564880372, 0.015642623901367187, 0.015626239776611327, 0.015661055564880372, 0.015619135856628419, 0.01565484809875488, 0.015681535720825195, 0.01568563175201416, 0.015629311561584473, 0.015633407592773436, 0.01561190414428711, 0.015703040122985838, 0.015656959533691405, 0.015638591766357422, 0.01556886386871338, 0.015680480003356933, 0.01435753631591797, 0.01436361598968506, 0.01428377628326416, 0.014284799575805664, 0.014320639610290528, 0.014306303977966308, 0.014314496040344238, 0.014268416404724121, 0.014345215797424317, 0.014345215797424317, 0.014354432106018066, 0.014362624168395996, 0.01429094409942627, 0.014327808380126953, 0.014314496040344238, 0.01428275203704834, 0.014306303977966308, 0.014264320373535156, 0.014362624168395996, 0.014294015884399413, 0.014342144012451171, 0.0142673921585083, 0.014313471794128419, 0.01438003158569336, 0.01428889560699463, 0.02934886360168457, 0.014509056091308594, 0.014386176109313965, 0.014336000442504883, 0.014324735641479493, 0.014287872314453125, 0.014270463943481445, 0.0142673921585083, 0.014306303977966308, 0.01448755168914795, 0.014253055572509766, 0.014328831672668458, 0.014356479644775391, 0.014305279731750489, 0.014360575675964356, 0.014287872314453125, 0.014449664115905762, 0.014340096473693848, 0.014253055572509766, 0.014368767738342286, 0.014364671707153321, 0.014328831672668458, 0.014298111915588378, 0.01429094409942627, 0.014359552383422852, 0.014316543579101563, 0.014298111915588378, 0.014321663856506347, 0.01435750389099121, 0.0142673921585083, 0.014286848068237304, 0.014317567825317384, 0.014309375762939454, 0.014418944358825684, 0.014269439697265626, 0.014311424255371094, 0.014330880165100097, 0.014298111915588378, 0.014299136161804199, 0.014244928359985351, 0.014365632057189942, 0.014276608467102051, 0.014314496040344238, 0.014362624168395996, 0.01439027214050293, 0.014410752296447754, 0.01430835247039795, 0.014360575675964356, 0.01442512035369873, 0.014319583892822266, 0.014326784133911133, 0.014252032279968262, 0.014368767738342286, 0.014304256439208985, 0.014334976196289062, 0.014379039764404297, 0.014452704429626465, 0.01439641571044922, 0.014414848327636719, 0.014356479644775391, 0.014368767738342286, 0.014297087669372559, 0.014340096473693848, 0.029414400100708008, 0.014297087669372559, 0.014298111915588378, 0.014337023735046387, 0.01428889560699463, 0.014311424255371094, 0.014386176109313965, 0.014272512435913086, 0.014326784133911133, 0.014239744186401367, 0.014287936210632323, 0.014345151901245117, 0.014330880165100097, 0.014458880424499512, 0.014301216125488281, 0.01433187198638916, 0.014336000442504883, 0.014368767738342286, 0.01456332778930664, 0.014364671707153321, 0.014419967651367188, 0.01427455997467041, 0.014332927703857423, 0.01442512035369873, 0.01505072021484375, 0.014557184219360352, 0.014451711654663087, 0.01430016040802002, 0.014393343925476074, 0.014296064376831055, 0.01430835247039795, 0.014285823822021485, 0.014272512435913086, 0.014455807685852052, 0.01426534366607666, 0.014333951950073242, 0.01426636791229248, 0.01429094409942627, 0.01428172779083252, 0.014332927703857423, 0.014305279731750489, 0.014285823822021485, 0.014318592071533203, 0.014289919853210448, 0.014295040130615234, 0.01438822364807129, 0.014306303977966308, 0.014323712348937988, 0.01428889560699463, 0.014303232192993164, 0.014286848068237304, 0.0142807035446167, 0.014317567825317384, 0.0142807035446167, 0.014449664115905762, 0.014294015884399413, 0.01435750389099121, 0.014342144012451171, 0.014306303977966308, 0.014356479644775391, 0.01434931182861328, 0.014345215797424317, 0.014381055831909179, 0.029361152648925783, 0.01425715160369873, 0.014302207946777343, 0.014295040130615234, 0.0142807035446167, 0.01438003158569336, 0.014370816230773926, 0.014388256072998047, 0.014376928329467773, 0.014324735641479493, 0.014362624168395996, 0.014315520286560059, 0.014324735641479493, 0.014313471794128419, 0.014321663856506347, 0.014366751670837402, 0.01443222427368164, 0.014351360321044922, 0.0142673921585083, 0.014346240043640136, 0.014261247634887696, 0.014386207580566406, 0.014311391830444336, 0.014260224342346191, 0.01427353572845459, 0.014233599662780762, 0.014346240043640136, 0.014268416404724121, 0.014271519660949706, 0.014300127983093262, 0.014298111915588378, 0.014407679557800293, 0.014297087669372559, 0.01430016040802002, 0.014323712348937988, 0.014364671707153321, 0.014586912155151368, 0.015080415725708007, 0.014925824165344239, 0.014728192329406739, 0.014334976196289062, 0.015122431755065918, 0.014999551773071289, 0.014394368171691894, 0.014560256004333496, 0.014287872314453125, 0.014508064270019532, 0.014368736267089843, 0.014368767738342286, 0.014269439697265626, 0.01430835247039795, 0.014299136161804199, 0.014345215797424317, 0.014671872138977051, 0.01427455997467041, 0.014353407859802245, 0.014317567825317384, 0.014318592071533203, 0.014395392417907715, 0.014279680252075195, 0.014310400009155273, 0.014626815795898437, 0.014330880165100097, 0.029263872146606446, 0.014475263595581055, 0.014337023735046387, 0.014423040390014649, 0.014323712348937988, 0.014316543579101563, 0.014306303977966308, 0.014340096473693848, 0.014441472053527832, 0.014319616317749024, 0.014287872314453125, 0.014355456352233887, 0.01435750389099121, 0.014324735641479493, 0.014348287582397461, 0.01428377628326416, 0.014416895866394042, 0.014319616317749024, 0.014309375762939454, 0.014313471794128419, 0.014355456352233887, 0.014331904411315918, 0.014342144012451171, 0.014350336074829101, 0.014333951950073242, 0.014330880165100097, 0.014306303977966308, 0.014246912002563476, 0.014404607772827148, 0.014865407943725586, 0.01459404754638672, 0.014358528137207031, 0.014321663856506347, 0.014408736228942872, 0.014336992263793945, 0.014377984046936035, 0.014366720199584961, 0.014304256439208985, 0.014301183700561524, 0.014297087669372559, 0.014343168258666992, 0.014278656005859374, 0.014581760406494141, 0.01459712028503418, 0.014309375762939454, 0.014375935554504395, 0.014419967651367188, 0.014331904411315918, 0.014358528137207031, 0.014358528137207031, 0.014324735641479493, 0.014271488189697265, 0.014359552383422852, 0.014369791984558105, 0.014313471794128419, 0.014340096473693848, 0.014426112174987793, 0.014328831672668458, 0.014361599922180175, 0.014356479644775391, 0.014355456352233887, 0.014295071601867675, 0.014376928329467773, 0.029337600708007814, 0.014322688102722168, 0.014361599922180175, 0.014305279731750489, 0.014341119766235352, 0.01430835247039795, 0.014337023735046387, 0.01444863986968994, 0.014393343925476074, 0.01447935962677002, 0.01425100803375244, 0.014292991638183594, 0.01429094409942627, 0.014319616317749024, 0.014330880165100097, 0.014295040130615234, 0.014449664115905762, 0.014323712348937988, 0.014322688102722168, 0.014402560234069824, 0.014821375846862793, 0.014739456176757813, 0.01477222442626953, 0.014317567825317384, 0.014310400009155273, 0.014360575675964356, 0.01457049560546875, 0.014286848068237304, 0.014363648414611817, 0.014295040130615234, 0.014284799575805664, 0.014276608467102051, 0.014272512435913086, 0.014341119766235352, 0.014303232192993164, 0.014287872314453125, 0.014305279731750489, 0.014241791725158692, 0.01428172779083252, 0.014233599662780762, 0.01436569595336914, 0.014279680252075195, 0.014331904411315918, 0.014294015884399413, 0.014261247634887696, 0.014351360321044922, 0.014350336074829101, 0.014318592071533203, 0.014323712348937988, 0.01430016040802002, 0.014278656005859374, 0.014215167999267577, 0.01439641571044922, 0.014295040130615234, 0.014348287582397461, 0.014345215797424317, 0.01428275203704834, 0.014310400009155273, 0.014405632019042968, 0.014336000442504883, 0.014341119766235352, 0.01430835247039795, 0.014326784133911133, 0.029260799407958983, 0.014328831672668458, 0.01430835247039795, 0.014247936248779297, 0.014330880165100097, 0.014277631759643555, 0.014286848068237304, 0.014263296127319336, 0.014263296127319336, 0.01427353572845459, 0.014350336074829101, 0.014297087669372559, 0.014310400009155273, 0.014279680252075195, 0.014299136161804199, 0.014410752296447754, 0.01430835247039795, 0.01434931182861328, 0.014247936248779297, 0.01429094409942627, 0.014252032279968262, 0.014278656005859374, 0.01429094409942627, 0.014284799575805664, 0.014321663856506347, 0.014384127616882325, 0.014304256439208985, 0.014312447547912598, 0.014249983787536622, 0.014310400009155273, 0.014256128311157227, 0.01430016040802002, 0.014299136161804199, 0.014330880165100097, 0.01448960018157959, 0.014296064376831055, 0.014315520286560059, 0.014334976196289062, 0.014312447547912598, 0.014272576332092285, 0.014277567863464355, 0.014714879989624024, 0.01434115219116211, 0.01442915153503418, 0.014276608467102051, 0.0142510404586792, 0.014260191917419434, 0.014276608467102051, 0.014302207946777343, 0.014227456092834472, 0.014277631759643555, 0.014348320007324219, 0.014280672073364259, 0.014296064376831055, 0.014272512435913086, 0.014317567825317384, 0.014238719940185546, 0.0142673921585083, 0.014224384307861328, 0.014315520286560059, 0.01427353572845459, 0.014238719940185546, 0.014295040130615234, 0.02923520088195801, 0.0142673921585083, 0.014317567825317384, 0.01430016040802002, 0.014271488189697265, 0.01428172779083252, 0.014246912002563476, 0.014339072227478027, 0.014287872314453125, 0.014229503631591797, 0.01425715160369873, 0.014302207946777343, 0.014327872276306152, 0.014342080116271973, 0.014412799835205077, 0.014298111915588378, 0.014319616317749024, 0.014615551948547363, 0.014385151863098144, 0.014343168258666992, 0.014303232192993164, 0.01425100803375244, 0.014382080078125, 0.014295040130615234, 0.01425100803375244, 0.014264320373535156, 0.014258175849914552, 0.0142673921585083, 0.014246912002563476, 0.014368767738342286, 0.014276608467102051, 0.014294015884399413, 0.01425920009613037, 0.014313471794128419, 0.014287872314453125, 0.014258175849914552, 0.0142807035446167, 0.014348287582397461, 0.014317567825317384, 0.0142807035446167, 0.01427455997467041, 0.014320639610290528, 0.014245887756347657, 0.014306303977966308, 0.014360575675964356, 0.014334976196289062, 0.014320639610290528, 0.014475263595581055, 0.0144650239944458, 0.014270463943481445, 0.014304256439208985, 0.014362624168395996, 0.014323712348937988, 0.014309375762939454, 0.014856191635131836, 0.016053247451782226, 0.01487564754486084, 0.014810111999511719, 0.01456332778930664, 0.014345215797424317, 0.014384127616882325, 0.01515724754333496, 0.015742976188659667, 0.03057254409790039, 0.014993408203125, 0.014422016143798828, 0.014346240043640136, 0.014321663856506347, 0.014439423561096192, 0.014503935813903808, 0.014289919853210448, 0.014311424255371094, 0.014287872314453125, 0.014272512435913086, 0.014348287582397461, 0.014346240043640136, 0.014350336074829101, 0.014343168258666992, 0.014358528137207031, 0.014342144012451171, 0.014326784133911133, 0.014378016471862792, 0.014275551795959473, 0.014315520286560059, 0.014304256439208985, 0.014320639610290528, 0.014316543579101563, 0.014330880165100097, 0.014303232192993164, 0.014260224342346191, 0.014307328224182129, 0.014327808380126953, 0.014252032279968262, 0.014381055831909179, 0.014241791725158692, 0.014891008377075195, 0.014435327529907227, 0.014240768432617188, 0.014302207946777343, 0.014401535987854003, 0.01428889560699463, 0.014247936248779297, 0.014358528137207031, 0.014286879539489747, 0.014261216163635253, 0.014382080078125, 0.014757887840270996, 0.014842880249023438, 0.014857215881347656, 0.014565376281738282, 0.014664704322814942, 0.01490124797821045, 0.014408703804016113, 0.014314496040344238, 0.01488691234588623, 0.015113216400146484, 0.014774271965026856, 0.01460223960876465, 0.014768128395080566, 0.014331904411315918, 0.014384127616882325, 0.01448140811920166, 0.014509056091308594, 0.014344191551208496, 0.014304256439208985, 0.014307328224182129]",tokens/s,66.96527879881265,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v1-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,1,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1341.939712,1292.36992,0.0,645.922816,583.517696,s,10,0.33003395080566406,0.033003395080566406,0.0009490722519561337,0.032697120666503904,0.033060840225219726,0.034453939247131346,0.03556841846466064,"[0.035847038269042966, 0.03269696044921875, 0.0326627197265625, 0.03274041748046875, 0.032751262664794924, 0.032656383514404294, 0.032584129333496095, 0.032697280883789065, 0.03266003036499023, 0.032737728118896484]",tokens/s,7756.777730747528,kWh,3.892594550828836e-07,2.13294823252478e-07,1.2394189374407605e-06,1.8419732157761221e-06,tokens/kWh,138981391.15564364,MB,1341.939712,1292.36992,0.0,645.922816,617.915392,s,10,20.267458740234375,2.0267458740234376,0.007313239917815637,2.025048645019531,2.03470361328125,2.0397496337890626,2.0437864501953125,"[2.044795654296875, 2.020955810546875, 2.0253223876953124, 2.029792724609375, 2.019128662109375, 2.0225035400390623, 2.020671142578125, 2.02477490234375, 2.033582275390625, 2.025931640625]",tokens/s,31.08431146078231,kWh,2.4787268574888778e-05,1.3584073468072775e-05,7.156591708455636e-05,0.00010993725912751792,tokens/kWh,573054.1265079688,,s,629,20.527176671981813,0.03263462110013006,0.003914486757335895,0.032086017608642575,0.032351640319824224,0.033026662445068355,0.06488547119140625,"[0.032965633392333986, 0.033142784118652346, 0.03345100784301758, 0.033375232696533204, 0.0333199348449707, 0.03362508773803711, 0.03331891250610351, 0.03328307342529297, 0.03301068878173828, 0.03359743881225586, 0.033181697845458984, 0.032979969024658204, 0.032715774536132815, 0.03390156936645508, 0.03343667221069336, 0.033037311553955076, 0.032322559356689456, 0.032176128387451174, 0.0319866886138916, 0.03207167816162109, 0.032007167816162106, 0.031942655563354495, 0.032176128387451174, 0.032004096984863284, 0.03197644805908203, 0.03201638412475586, 0.032069633483886716, 0.03198054313659668, 0.0320819206237793, 0.03197747230529785, 0.03204710388183594, 0.03205017471313477, 0.03205120086669922, 0.03233484649658203, 0.032089088439941404, 0.03201638412475586, 0.031940607070922854, 0.03196518325805664, 0.03219353485107422, 0.03215871810913086, 0.03197747230529785, 0.032091136932373046, 0.03205222320556641, 0.032072704315185545, 0.03213516616821289, 0.03204710388183594, 0.03202560043334961, 0.0320706558227539, 0.03204198455810547, 0.032328704833984374, 0.03220889663696289, 0.032048126220703126, 0.032674816131591795, 0.032985088348388675, 0.03251302337646484, 0.03211468887329102, 0.0320552978515625, 0.032077823638916016, 0.03209523010253906, 0.03212492752075195, 0.03207372665405273, 0.032254974365234376, 0.06495231628417969, 0.03237580871582031, 0.03187612724304199, 0.03206140899658203, 0.03218124771118164, 0.03197337532043457, 0.03209625625610352, 0.03205836868286133, 0.032023551940917966, 0.032107521057128906, 0.032069633483886716, 0.032031742095947266, 0.03211775970458984, 0.03206655883789063, 0.032097278594970705, 0.032092159271240234, 0.03202969741821289, 0.03243315124511719, 0.03213721466064453, 0.03245568084716797, 0.03208703994750976, 0.032036865234375, 0.03220479965209961, 0.032077823638916016, 0.03195289611816406, 0.03199385643005371, 0.03206655883789063, 0.031974399566650394, 0.03200102233886719, 0.03200307083129883, 0.03195699119567871, 0.032130046844482424, 0.03212799835205078, 0.03219769668579102, 0.03176134490966797, 0.03197952079772949, 0.03210444641113281, 0.032161792755126956, 0.03207167816162109, 0.03207372665405273, 0.032113662719726564, 0.031941631317138675, 0.03214438247680664, 0.032054271697998044, 0.032077823638916016, 0.032043006896972655, 0.03208499145507813, 0.03201331329345703, 0.03213516616821289, 0.03211980819702148, 0.03219148635864258, 0.03205222320556641, 0.03206860733032227, 0.032094207763671875, 0.0318474235534668, 0.03189043235778809, 0.03202252960205078, 0.03202252960205078, 0.03219251251220703, 0.03199283218383789, 0.0320634880065918, 0.03205017471313477, 0.032233470916748046, 0.06501068878173828, 0.032080894470214845, 0.031971328735351565, 0.0320634880065918, 0.03197952079772949, 0.032020481109619144, 0.032099327087402346, 0.03209625625610352, 0.03205120086669922, 0.0321638412475586, 0.03222323226928711, 0.03202969741821289, 0.0320819206237793, 0.03201536178588867, 0.032123905181884765, 0.03211264038085938, 0.032107521057128906, 0.032054271697998044, 0.03208806228637695, 0.03202764892578125, 0.03203891372680664, 0.03204608154296875, 0.03206655883789063, 0.032031742095947266, 0.032173057556152344, 0.032159744262695314, 0.032178176879882815, 0.03203071975708008, 0.032, 0.03219251251220703, 0.03220991897583008, 0.03215052795410156, 0.03212287902832031, 0.03214438247680664, 0.03208806228637695, 0.032189441680908204, 0.03358617782592774, 0.032282623291015625, 0.03224883270263672, 0.032129024505615236, 0.03215359878540039, 0.03218329620361328, 0.03209011077880859, 0.03211775970458984, 0.03201638412475586, 0.03225600051879883, 0.03211673736572265, 0.03223859024047852, 0.03225088119506836, 0.03216793441772461, 0.03224883270263672, 0.03214438247680664, 0.03214233779907227, 0.03219968032836914, 0.032086017608642575, 0.03218841552734375, 0.03218329620361328, 0.0322344970703125, 0.032053249359130856, 0.03201740646362305, 0.03223756790161133, 0.032105472564697264, 0.032145408630371096, 0.06503936004638672, 0.03211161422729492, 0.03218227386474609, 0.03204915237426758, 0.03210137557983399, 0.0321003532409668, 0.032008190155029294, 0.03204608154296875, 0.032110591888427735, 0.032113662719726564, 0.03195699119567871, 0.032056320190429685, 0.033364990234375, 0.03484672164916992, 0.032486400604248046, 0.03219558334350586, 0.032039936065673826, 0.03206655883789063, 0.032054271697998044, 0.03215462493896484, 0.03211264038085938, 0.03203276824951172, 0.0319815673828125, 0.03220787048339844, 0.032091136932373046, 0.032097278594970705, 0.03231846237182617, 0.03222016143798828, 0.03202150344848633, 0.032233470916748046, 0.03211775970458984, 0.03213824081420898, 0.032110591888427735, 0.03215155029296875, 0.032023551940917966, 0.0320634880065918, 0.03200614547729492, 0.032024574279785153, 0.03201740646362305, 0.03204095840454101, 0.0321710090637207, 0.03213516616821289, 0.03200511932373047, 0.032059391021728514, 0.03214745712280274, 0.03209011077880859, 0.03227852630615234, 0.03380428695678711, 0.03240345764160156, 0.03237171173095703, 0.03226521682739258, 0.0320706558227539, 0.03210649490356445, 0.03227443313598633, 0.032080894470214845, 0.0321525764465332, 0.03206655883789063, 0.032039936065673826, 0.032299007415771484, 0.032091136932373046, 0.03222016143798828, 0.032230400085449216, 0.03210956954956055, 0.06500863647460937, 0.03205734252929687, 0.03189452743530274, 0.03201740646362305, 0.03198464012145996, 0.03199692726135254, 0.032059391021728514, 0.032039936065673826, 0.03207372665405273, 0.032036865234375, 0.03203891372680664, 0.03213926315307617, 0.03204403305053711, 0.032121856689453124, 0.03199078369140625, 0.03199692726135254, 0.03200614547729492, 0.03198361587524414, 0.03177984046936035, 0.0318474235534668, 0.03203481674194336, 0.03219148635864258, 0.031959039688110355, 0.03210649490356445, 0.032053249359130856, 0.03217510223388672, 0.03201228713989258, 0.03213619232177734, 0.03213516616821289, 0.03202969741821289, 0.03199590492248535, 0.03210137557983399, 0.031922176361083986, 0.032301055908203126, 0.03201433563232422, 0.03198054313659668, 0.03193343925476074, 0.032036865234375, 0.03209625625610352, 0.032007167816162106, 0.03206758499145508, 0.032023551940917966, 0.03206860733032227, 0.03202150344848633, 0.03199283218383789, 0.03218431854248047, 0.032007167816162106, 0.03203379058837891, 0.03207167816162109, 0.03210854339599609, 0.032146430969238284, 0.03204710388183594, 0.03199283218383789, 0.03204608154296875, 0.03216486358642578, 0.03210649490356445, 0.03213516616821289, 0.032031742095947266, 0.03211673736572265, 0.03215462493896484, 0.03202969741821289, 0.03196518325805664, 0.032059391021728514, 0.06488473510742188, 0.032023551940917966, 0.03192422485351563, 0.03199897575378418, 0.03199488067626953, 0.03191705513000488, 0.032036865234375, 0.03181977653503418, 0.03184435272216797, 0.03196006393432617, 0.03202867126464844, 0.03201433563232422, 0.03199385643005371, 0.03192422485351563, 0.032020481109619144, 0.032026622772216795, 0.03197849655151367, 0.032054271697998044, 0.03197952079772949, 0.032043006896972655, 0.03210956954956055, 0.032107521057128906, 0.03200511932373047, 0.0320552978515625, 0.03214438247680664, 0.03209523010253906, 0.032145408630371096, 0.03196928024291992, 0.03198975944519043, 0.03209318542480469, 0.03209011077880859, 0.032132095336914065, 0.03204403305053711, 0.03206655883789063, 0.03199692726135254, 0.03212595367431641, 0.032026622772216795, 0.03201331329345703, 0.032080894470214845, 0.03209625625610352, 0.03203891372680664, 0.03206758499145508, 0.03210854339599609, 0.03203071975708008, 0.03220377731323242, 0.03426508712768555, 0.032353279113769534, 0.03223961639404297, 0.03213312149047851, 0.032159744262695314, 0.03218841552734375, 0.03218022537231445, 0.03231027221679687, 0.032031742095947266, 0.03197135925292969, 0.03226620864868164, 0.03202150344848633, 0.03208499145507813, 0.03227545547485351, 0.03205734252929687, 0.032123905181884765, 0.032077823638916016, 0.032130046844482424, 0.06488575744628906, 0.03196928024291992, 0.031887359619140625, 0.031970304489135744, 0.032115711212158206, 0.03201536178588867, 0.031959039688110355, 0.03208294296264649, 0.032271358489990236, 0.032254974365234376, 0.0325662727355957, 0.032036865234375, 0.03214438247680664, 0.032148479461669925, 0.032162849426269534, 0.031946720123291014, 0.03196006393432617, 0.0319180793762207, 0.0319682559967041, 0.03204915237426758, 0.03192934417724609, 0.03199180793762207, 0.03207372665405273, 0.03199488067626953, 0.03211468887329102, 0.03208703994750976, 0.032080894470214845, 0.03203788757324219, 0.032026622772216795, 0.032091136932373046, 0.0319866886138916, 0.03201433563232422, 0.03199283218383789, 0.03202560043334961, 0.03208499145507813, 0.03210342407226562, 0.032048126220703126, 0.03196416091918945, 0.03204095840454101, 0.03218841552734375, 0.0322242546081543, 0.032102401733398435, 0.032010238647460935, 0.032053249359130856, 0.03212595367431641, 0.03209523010253906, 0.032056320190429685, 0.03198361587524414, 0.03203891372680664, 0.03215155029296875, 0.03204403305053711, 0.0320819206237793, 0.03201433563232422, 0.032156673431396485, 0.03220889663696289, 0.032118785858154295, 0.03220684814453125, 0.03203891372680664, 0.032118785858154295, 0.03203379058837891, 0.032118785858154295, 0.032099327087402346, 0.03203481674194336, 0.06507417297363281, 0.03202764892578125, 0.03196928024291992, 0.03220377731323242, 0.032061439514160156, 0.03224883270263672, 0.03297177505493164, 0.03252326583862305, 0.03234918212890625, 0.032121856689453124, 0.032026622772216795, 0.032045055389404296, 0.03210956954956055, 0.03206041717529297, 0.03198873519897461, 0.03208703994750976, 0.03215359878540039, 0.032113662719726564, 0.03207372665405273, 0.03208294296264649, 0.03223756790161133, 0.03221609497070312, 0.03226518249511719, 0.03219046401977539, 0.03213312149047851, 0.03204403305053711, 0.03203379058837891, 0.03311820983886719, 0.032105472564697264, 0.032247806549072264, 0.03196518325805664, 0.032053249359130856, 0.032043006896972655, 0.03206553649902344, 0.03221913528442383, 0.032140289306640625, 0.031958015441894534, 0.03200921630859375, 0.032077823638916016, 0.03201433563232422, 0.03206246566772461, 0.032036865234375, 0.032126976013183595, 0.032299007415771484, 0.032056320190429685, 0.032130046844482424, 0.03199590492248535, 0.03198975944519043, 0.0321638412475586, 0.03199180793762207, 0.032075775146484374, 0.03214438247680664, 0.032026622772216795, 0.0321607666015625, 0.03220889663696289, 0.03221913528442383, 0.03200204849243164, 0.03199385643005371, 0.03206041717529297, 0.03203276824951172, 0.03217919921875, 0.03206655883789063, 0.03205222320556641, 0.06487859344482422, 0.03203891372680664, 0.03199488067626953, 0.031939584732055666, 0.033501182556152344, 0.034561023712158204, 0.03289702224731445, 0.03199283218383789, 0.03206758499145508, 0.03205734252929687, 0.03200614547729492, 0.0321341438293457, 0.03210649490356445, 0.03194675254821777, 0.03201945495605469, 0.03200921630859375, 0.03199897575378418, 0.03207680130004883, 0.032140289306640625, 0.03202969741821289, 0.03214131164550781, 0.0320552978515625, 0.03226828765869141, 0.03204403305053711, 0.03199692726135254, 0.03222630310058594, 0.03198464012145996, 0.032, 0.03209011077880859, 0.032118785858154295, 0.0319498233795166, 0.032161792755126956, 0.031925247192382815, 0.032215038299560544, 0.03199590492248535, 0.032024574279785153, 0.03210137557983399, 0.032505855560302735, 0.03497983932495117, 0.03360768127441406, 0.03216691207885742, 0.03209625625610352, 0.03213516616821289, 0.03210342407226562, 0.03218534469604492, 0.03214233779907227, 0.0327116813659668, 0.032121856689453124, 0.03208806228637695, 0.03220889663696289, 0.0323583984375, 0.03224371337890625, 0.032077823638916016, 0.0321341438293457, 0.03221811294555664, 0.032686080932617184, 0.03235123062133789, 0.03210956954956055, 0.03247923278808594, 0.03230822372436523, 0.032247806549072264, 0.03220787048339844, 0.032107521057128906, 0.0652933120727539, 0.03203276824951172, 0.031871999740600586, 0.031926271438598636, 0.03214131164550781, 0.03189555168151856, 0.031697919845581055, 0.03218636703491211, 0.03216281509399414, 0.03213516616821289, 0.032086017608642575, 0.03211161422729492, 0.03218124771118164, 0.03226726531982422, 0.0321638412475586, 0.03203891372680664, 0.03204710388183594, 0.03205017471313477, 0.032023551940917966, 0.03236044692993164, 0.03211673736572265, 0.03203481674194336, 0.0321945915222168, 0.032360416412353515, 0.03255295944213867, 0.03209830474853516, 0.03205120086669922, 0.03196928024291992, 0.032061439514160156, 0.03204198455810547, 0.031987712860107424, 0.03217407989501953, 0.032043006896972655, 0.03206041717529297, 0.032056320190429685, 0.03204710388183594, 0.03218022537231445, 0.0319866886138916, 0.03201331329345703, 0.032130046844482424, 0.03208396911621094, 0.03199897575378418, 0.032069633483886716, 0.033242111206054685, 0.0324956169128418, 0.0324956169128418, 0.03204198455810547, 0.032077823638916016, 0.03203583908081055, 0.03224166488647461, 0.03228876876831055, 0.03223961639404297, 0.032086048126220706, 0.03266454315185547, 0.03249868774414062, 0.03214233779907227, 0.03209318542480469, 0.03201433563232422, 0.03204608154296875, 0.03210342407226562, 0.03222016143798828, 0.03211468887329102, 0.03254476928710937]",tokens/s,30.642304592162546,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,.,.,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: . does not appear to have a file named config.json. Checkout 'https://huggingface.co/./tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,a,a,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/a/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475b6-39948ba82e265ea54b48edfc;12cfc890-256b-4cf5-b566-136279b6b22f) Repository Not Found for url: https://huggingface.co/a/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: a is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-7B,Qwen/Qwen-7B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-66b,facebook/opt-66b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1447.985152,7751.59808,0.0,7105.150976,6340.568064,s,10,3.457121185302734,0.3457121185302734,0.0005760962881276624,0.34552798461914064,0.34599689941406253,0.34668964233398436,0.34724383666992187,"[0.34738238525390625, 0.3453437194824219, 0.3453140563964844, 0.3454561767578125, 0.34568899536132813, 0.3455852661132813, 0.345526123046875, 0.34552984619140625, 0.34545166015625, 0.34584295654296876]",tokens/s,740.5005097545707,kWh,4.081137375584965e-06,2.2362635490308408e-06,1.974525525979045e-05,2.6062656184406252e-05,tokens/kWh,9822483.103359561,MB,1447.985152,7751.59808,0.0,7105.150976,6493.003264,s,10,193.84644921875002,19.384644921875,0.0015153359804161548,19.384103515625,19.3863568359375,19.38704853515625,19.387601894531247,"[19.387740234375, 19.38410546875, 19.3841015625, 19.38357421875, 19.382697265625, 19.383796875, 19.383025390625, 19.385248046875, 19.38595703125, 19.386203125]",tokens/s,3.249995047828106,kWh,0.00022883665520626468,0.00012541929010937471,0.001118609405423226,0.0014728653507388653,tokens/kWh,42773.76745158405,,s,629,196.64829736328136,0.3126364028033088,0.04105328292596326,0.3076741027832031,0.30795263671875,0.30806077270507815,0.6532154931640626,"[0.3076505737304687, 0.3075512390136719, 0.3076167602539063, 0.30758502197265625, 0.30761370849609376, 0.3075819396972656, 0.3075461120605469, 0.30761471557617187, 0.30752359008789065, 0.3075594177246094, 0.30767514038085936, 0.30782260131835937, 0.30757272338867186, 0.30773965454101565, 0.30763214111328124, 0.3076382751464844, 0.3075061645507812, 0.3077212219238281, 0.30759732055664063, 0.3076812744140625, 0.3074273376464844, 0.3080827026367188, 0.30763214111328124, 0.30771713256835936, 0.30745294189453126, 0.30790859985351565, 0.3078113403320312, 0.3080509338378906, 0.3076587524414062, 0.307778564453125, 0.30812261962890625, 0.3077775268554688, 0.30760653686523437, 0.3077099609375, 0.30771917724609377, 0.3077140502929688, 0.30761471557617187, 0.3076792297363281, 0.3075686340332031, 0.3077498779296875, 0.30767718505859376, 0.30752871704101564, 0.3076915283203125, 0.30788507080078126, 0.3076095886230469, 0.30778265380859376, 0.30764236450195315, 0.3076259765625, 0.30758706665039065, 0.30760549926757813, 0.307736572265625, 0.30773861694335936, 0.3078348693847656, 0.30826290893554686, 0.3083468933105469, 0.3079096374511719, 0.30795263671875, 0.30835916137695313, 0.3080202331542969, 0.30798336791992187, 0.3077550048828125, 0.30775909423828124, 0.6532464599609376, 0.3076392822265625, 0.307483642578125, 0.30763519287109375, 0.30747442626953125, 0.30751129150390627, 0.30768026733398435, 0.3076259765625, 0.30761471557617187, 0.3075379333496094, 0.30753689575195314, 0.30758502197265625, 0.30768231201171875, 0.3079372863769531, 0.3075491943359375, 0.30747341918945315, 0.30748159790039065, 0.3074232177734375, 0.3074959411621094, 0.3074437255859375, 0.30750924682617187, 0.30738125610351563, 0.30748773193359374, 0.30824856567382813, 0.3077140502929688, 0.30741912841796876, 0.30764849853515625, 0.30776626586914063, 0.30803250122070314, 0.3077160949707031, 0.3075389404296875, 0.30754507446289064, 0.3076915283203125, 0.3074754638671875, 0.3076792297363281, 0.30769766235351564, 0.307631103515625, 0.3075758056640625, 0.30769049072265625, 0.3077068786621094, 0.30768536376953126, 0.3077601318359375, 0.3078901672363281, 0.3078829956054687, 0.30784103393554685, 0.30757272338867186, 0.3076812744140625, 0.3076761474609375, 0.3076597900390625, 0.30758401489257814, 0.30767205810546877, 0.3076659240722656, 0.3079731140136719, 0.30775604248046873, 0.3078707275390625, 0.3080652770996094, 0.30810214233398436, 0.30781643676757814, 0.3076710510253906, 0.3078553466796875, 0.3078287353515625, 0.3080929260253906, 0.3076659240722656, 0.6531358642578124, 0.3075542907714844, 0.3074222106933594, 0.30741912841796876, 0.30738943481445313, 0.3073863830566406, 0.3074969482421875, 0.307346435546875, 0.30745703125, 0.3074826354980469, 0.30747442626953125, 0.30751437377929686, 0.3075082092285156, 0.30746929931640626, 0.30768536376953126, 0.3075706787109375, 0.30753689575195314, 0.3074959411621094, 0.30763418579101565, 0.3076085815429688, 0.3077980041503906, 0.3074764709472656, 0.3075625, 0.30761163330078123, 0.30817279052734375, 0.30765771484375, 0.30764749145507814, 0.3075686340332031, 0.308031494140625, 0.30804684448242187, 0.30763519287109375, 0.30759423828125, 0.3076587524414062, 0.3076761474609375, 0.3077550048828125, 0.30762802124023436, 0.3077498779296875, 0.3076229248046875, 0.30780926513671875, 0.30767001342773437, 0.3077519226074219, 0.3077734375, 0.3076669311523437, 0.3076812744140625, 0.3078266906738281, 0.3077713928222656, 0.307915771484375, 0.30784307861328125, 0.3079126892089844, 0.3076085815429688, 0.3076014099121094, 0.30769561767578124, 0.30763314819335935, 0.30770074462890623, 0.3077550048828125, 0.30765771484375, 0.3082362976074219, 0.3081891784667969, 0.30788916015625, 0.3078543395996094, 0.30789120483398436, 0.30782977294921876, 0.3078369140625, 0.6531030883789063, 0.3075195007324219, 0.3074559936523438, 0.307525634765625, 0.3074652099609375, 0.3074345092773437, 0.30764849853515625, 0.3074682922363281, 0.30740478515625, 0.30745394897460937, 0.3075532836914063, 0.30745394897460937, 0.3075829772949219, 0.3074826354980469, 0.3074918518066406, 0.30740582275390627, 0.30752871704101564, 0.307420166015625, 0.30754815673828123, 0.3075051574707031, 0.30754815673828123, 0.30748773193359374, 0.30755224609375, 0.3074549865722656, 0.30751742553710937, 0.30778369140625, 0.3078727722167969, 0.30769662475585935, 0.3077498779296875, 0.3079721069335937, 0.30768948364257814, 0.3076095886230469, 0.30765771484375, 0.3076157531738281, 0.30775808715820313, 0.30769970703125, 0.3077621765136719, 0.3075911560058594, 0.3077570495605469, 0.30777447509765626, 0.30759014892578124, 0.30774478149414064, 0.307800048828125, 0.3077427062988281, 0.30784921264648435, 0.3077652587890625, 0.3077795715332031, 0.3077150573730469, 0.307778564453125, 0.30768743896484374, 0.3077816467285156, 0.3078707275390625, 0.30779391479492185, 0.307852294921875, 0.307915771484375, 0.30768536376953126, 0.3076505737304687, 0.30803662109375, 0.30805401611328126, 0.3079075927734375, 0.30789837646484375, 0.3082659912109375, 0.30788607788085937, 0.6534420776367188, 0.30751641845703126, 0.30741912841796876, 0.30752767944335935, 0.30734130859375, 0.3075860595703125, 0.30754815673828123, 0.3073904724121094, 0.30752359008789065, 0.3076864013671875, 0.3076024169921875, 0.3075819396972656, 0.3075532836914063, 0.3075461120605469, 0.3076546630859375, 0.3075809326171875, 0.30752767944335935, 0.30745086669921873, 0.307567626953125, 0.30741812133789065, 0.3076044921875, 0.3074068603515625, 0.30753997802734373, 0.30758401489257814, 0.3076126708984375, 0.30752972412109375, 0.3081113586425781, 0.30768536376953126, 0.307599365234375, 0.3079925842285156, 0.3076587524414062, 0.30771713256835936, 0.30780926513671875, 0.3074979858398437, 0.3076495361328125, 0.3076382751464844, 0.30761370849609376, 0.30755020141601563, 0.3076935729980469, 0.30763314819335935, 0.3075881042480469, 0.30770892333984373, 0.30774169921875, 0.30760653686523437, 0.30773043823242185, 0.30770278930664063, 0.3077652587890625, 0.30782260131835937, 0.3077908630371094, 0.3076935729980469, 0.3077212219238281, 0.30773348999023437, 0.30774066162109376, 0.3077294006347656, 0.3079444580078125, 0.30784408569335936, 0.3076188049316406, 0.30768026733398435, 0.307989501953125, 0.3082178649902344, 0.3078236083984375, 0.3077601318359375, 0.30787789916992186, 0.653328369140625, 0.307483642578125, 0.30776626586914063, 0.3075051574707031, 0.3074600830078125, 0.3074959411621094, 0.30770584106445314, 0.30747238159179685, 0.307462158203125, 0.3075328063964844, 0.3074559936523438, 0.3075379333496094, 0.30764031982421874, 0.3075123291015625, 0.307631103515625, 0.3075471496582031, 0.30769970703125, 0.30762802124023436, 0.3075860595703125, 0.30759423828125, 0.30758401489257814, 0.3074652099609375, 0.3076157531738281, 0.3075000305175781, 0.3076382751464844, 0.3074989929199219, 0.3078021240234375, 0.307620849609375, 0.3083827209472656, 0.30757785034179685, 0.3076925354003906, 0.307631103515625, 0.30823834228515623, 0.30794137573242186, 0.30783078002929687, 0.30765362548828123, 0.3075553283691406, 0.3075655822753906, 0.3076434020996094, 0.30757171630859376, 0.3075962829589844, 0.3076177978515625, 0.3076607971191406, 0.30752972412109375, 0.30776730346679687, 0.30760653686523437, 0.30771917724609377, 0.30771096801757813, 0.3078133850097656, 0.3076085815429688, 0.3078399963378906, 0.30763314819335935, 0.30776113891601564, 0.3077427062988281, 0.30790655517578125, 0.3077775268554688, 0.30778878784179686, 0.3077713928222656, 0.30768026733398435, 0.30803662109375, 0.3079925842285156, 0.307947509765625, 0.3078707275390625, 0.6534993896484375, 0.3075604553222656, 0.30748773193359374, 0.3075542907714844, 0.3074775085449219, 0.3073669128417969, 0.3075809326171875, 0.3075061645507812, 0.3074334716796875, 0.30739764404296877, 0.3075829772949219, 0.30749285888671873, 0.30764236450195315, 0.30753485107421874, 0.3075195007324219, 0.30735052490234377, 0.3076792297363281, 0.30756658935546877, 0.3076259765625, 0.3074488220214844, 0.307557373046875, 0.30751437377929686, 0.30769766235351564, 0.30752972412109375, 0.3078604736328125, 0.30757989501953126, 0.3077314453125, 0.3081390075683594, 0.30760549926757813, 0.3080130615234375, 0.30755224609375, 0.30788916015625, 0.3078686828613281, 0.307810302734375, 0.30768026733398435, 0.3076290588378906, 0.30762802124023436, 0.30758401489257814, 0.3077652587890625, 0.30762701416015625, 0.3075409851074219, 0.3077222290039062, 0.30767718505859376, 0.30763314819335935, 0.30768844604492185, 0.3077314453125, 0.3076587524414062, 0.3077079162597656, 0.30774578857421875, 0.30759732055664063, 0.30771713256835936, 0.30759219360351564, 0.30773861694335936, 0.3077201843261719, 0.30769049072265625, 0.307704833984375, 0.3077918701171875, 0.30780517578125, 0.307704833984375, 0.30784613037109376, 0.30809396362304686, 0.30807962036132813, 0.3078154296875, 0.6535300903320312, 0.30768844604492185, 0.30757989501953126, 0.30751742553710937, 0.3074959411621094, 0.30745294189453126, 0.3075409851074219, 0.3074222106933594, 0.3076290588378906, 0.3076597900390625, 0.30760549926757813, 0.30756454467773436, 0.307641357421875, 0.30752767944335935, 0.3076505737304687, 0.30740377807617186, 0.30753076171875, 0.3074764709472656, 0.3076741027832031, 0.30760653686523437, 0.3077795715332031, 0.30754507446289064, 0.3075706787109375, 0.30757785034179685, 0.30765362548828123, 0.3075072021484375, 0.3076075439453125, 0.3075532836914063, 0.3079782409667969, 0.3075655822753906, 0.30796902465820314, 0.30759219360351564, 0.3078389892578125, 0.3077017517089844, 0.30798336791992187, 0.3077621765136719, 0.3076710510253906, 0.30763214111328124, 0.3076741027832031, 0.3076464538574219, 0.3077570495605469, 0.30771713256835936, 0.307820556640625, 0.307694580078125, 0.30782260131835937, 0.30759423828125, 0.3077498779296875, 0.3077212219238281, 0.30776113891601564, 0.307673095703125, 0.3076986999511719, 0.30783795166015626, 0.30799667358398436, 0.3078195190429687, 0.30795367431640625, 0.30785025024414064, 0.30773965454101565, 0.30799871826171876, 0.3078727722167969, 0.307768310546875, 0.30776113891601564, 0.30817279052734375, 0.30803045654296873, 0.6533416748046875, 0.3076229248046875, 0.3076925354003906, 0.30752767944335935, 0.30744577026367187, 0.3075051574707031, 0.3077120056152344, 0.30758706665039065, 0.3076259765625, 0.3076792297363281, 0.30762188720703126, 0.3076464538574219, 0.30762188720703126, 0.3074600830078125, 0.30759832763671874, 0.3075133361816406, 0.3076106262207031, 0.3074805908203125, 0.3076014099121094, 0.3075195007324219, 0.30767822265625, 0.30747341918945315, 0.30747341918945315, 0.30750924682617187, 0.3076812744140625, 0.30752359008789065, 0.30781643676757814, 0.3075737609863281, 0.30758502197265625, 0.307800048828125, 0.3077550048828125, 0.3078604736328125, 0.30782977294921876, 0.30773760986328125, 0.30777548217773437, 0.30773965454101565, 0.30773248291015626, 0.30762802124023436, 0.30774578857421875, 0.30801101684570314, 0.3078041687011719, 0.3077427062988281, 0.30779595947265626, 0.3076239318847656, 0.3078072204589844, 0.30786968994140623, 0.30783282470703127, 0.30790859985351565, 0.30770892333984373, 0.3077427062988281, 0.30765771484375, 0.30779595947265626, 0.3078666381835938, 0.30785125732421875, 0.30795263671875, 0.30783590698242186, 0.30775091552734374, 0.307842041015625, 0.3078236083984375, 0.3080140686035156, 0.3077488708496094, 0.308136962890625, 0.3079935913085938, 0.6537277221679687, 0.3076648864746094, 0.3075553283691406, 0.3076014099121094, 0.307515380859375, 0.3076014099121094, 0.3077294006347656, 0.30742529296875, 0.30748672485351564, 0.30762496948242185, 0.3074631652832031, 0.3075553283691406, 0.3075860595703125, 0.30762701416015625, 0.30776626586914063, 0.3076495361328125, 0.30764236450195315, 0.30742630004882815, 0.30747137451171874, 0.30747442626953125, 0.3075809326171875, 0.30746420288085935, 0.30751641845703126, 0.30761984252929686, 0.3078072204589844, 0.3075952758789062, 0.3077867431640625, 0.3076372375488281, 0.3076075439453125, 0.3077980041503906, 0.3078553466796875, 0.30768743896484374, 0.30785025024414064, 0.30759832763671874, 0.3077632141113281, 0.3079782409667969, 0.3078123474121094, 0.3076075439453125, 0.3077765197753906, 0.30779290771484374, 0.3077570495605469, 0.30767718505859376, 0.3077201843261719, 0.30761370849609376, 0.307852294921875, 0.30771713256835936, 0.30780517578125, 0.3078758544921875, 0.3078666381835938, 0.30780621337890623, 0.30776626586914063, 0.3077212219238281, 0.30784613037109376, 0.3079362487792969, 0.3079731140136719, 0.30800997924804685, 0.30785842895507814, 0.30780517578125, 0.30797415161132813, 0.3080827026367188, 0.30785842895507814, 0.30783590698242186, 0.30797515869140624]",tokens/s,3.1986038447005076,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-2.7B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2254.901248,2835.873792,0.0,2189.426688,1980.937216,s,10,1.4319806823730468,0.1431980682373047,0.0009496484495251764,0.14296563720703126,0.1439591262817383,0.14480049362182618,0.1454735874938965,"[0.14564186096191406, 0.1428332214355469, 0.14265107727050783, 0.14324960327148437, 0.1435840606689453, 0.14243583679199218, 0.14377215576171876, 0.14210418701171876, 0.1426106262207031, 0.14309805297851563]",tokens/s,1787.7336136669276,kWh,1.6824228173130556e-06,9.218697848782668e-07,7.57316724788862e-06,1.0177459850079941e-05,tokens/kWh,25153624.162711795,MB,2254.901248,2835.873792,0.0,2189.426688,2079.90272,s,10,76.10489746093751,7.610489746093751,0.003953763688552488,7.610031982421875,7.61590966796875,7.616593017578126,7.617139697265626,"[7.6157578125, 7.606599609375, 7.6082021484375, 7.60790185546875, 7.6172763671875, 7.61186181640625, 7.613091796875, 7.6063291015625, 7.60542626953125, 7.61245068359375]",tokens/s,8.27804807599092,kWh,8.968385549661515e-05,4.9153304846614425e-05,0.00040376124515271045,0.00054259840549594,tokens/kWh,116107.97112906627,,s,629,77.2700938339234,0.12284593614296238,0.01707120033749868,0.12072140502929687,0.12112483978271485,0.1213083770751953,0.2641398132324219,"[0.12076850891113282, 0.12091596984863281, 0.12153855895996094, 0.12124262237548829, 0.12102963256835937, 0.12107263946533203, 0.12057292938232422, 0.12060569763183594, 0.1211678695678711, 0.12075929260253906, 0.1207715835571289, 0.12056985473632813, 0.12094873809814453, 0.12096614074707031, 0.12045926666259765, 0.12057907104492188, 0.121121826171875, 0.12081660461425782, 0.120700927734375, 0.12091187286376953, 0.12094668579101563, 0.12096307373046875, 0.12093337249755859, 0.12096819305419922, 0.12077875518798828, 0.12090982055664062, 0.12097433471679687, 0.12099072265625, 0.12092518615722657, 0.12079923248291016, 0.12115660858154297, 0.12114739227294923, 0.1210982437133789, 0.12074086761474609, 0.12101119995117188, 0.12111366271972657, 0.12085753631591797, 0.12124364471435548, 0.1210613784790039, 0.12092313385009766, 0.12097740936279297, 0.12065996551513672, 0.12072140502929687, 0.1208279037475586, 0.12096819305419922, 0.12097126770019531, 0.12089548492431641, 0.12070297241210938, 0.12089651489257812, 0.12079513549804688, 0.12072550201416016, 0.12076236724853516, 0.12118739318847656, 0.12109510040283203, 0.12061286163330077, 0.12065280151367187, 0.12060057830810547, 0.12061798095703125, 0.12049305725097656, 0.12067430114746094, 0.12052998352050781, 0.12071929931640625, 0.264263671875, 0.12045209503173829, 0.12046438598632812, 0.12052684783935547, 0.12045619201660156, 0.12049817657470703, 0.12060671997070313, 0.1205032958984375, 0.12058828735351562, 0.12044493103027344, 0.12047666931152344, 0.12048793792724609, 0.12066918182373047, 0.1207531509399414, 0.12122726440429688, 0.12118118286132812, 0.12114022064208985, 0.12057292938232422, 0.12068863677978516, 0.12063641357421875, 0.12060057830810547, 0.12087296295166015, 0.1208248291015625, 0.12072755432128907, 0.1206824951171875, 0.12051254272460937, 0.12078793334960937, 0.12085247802734375, 0.12146387481689454, 0.12060562896728516, 0.12065792083740234, 0.12065382385253906, 0.12164198303222656, 0.12068863677978516, 0.12052377319335937, 0.12066204833984374, 0.12081763458251953, 0.1206476821899414, 0.12083302307128906, 0.12065074920654296, 0.12074291229248046, 0.12061392211914063, 0.12076233673095703, 0.1207224349975586, 0.12069478607177735, 0.12053401947021485, 0.12234751892089844, 0.12078797149658203, 0.12078387451171875, 0.12060262298583985, 0.12083404541015624, 0.12074086761474609, 0.12069273376464844, 0.12055859375, 0.12058112335205078, 0.12054732513427735, 0.12070706939697265, 0.12055961608886719, 0.12068556976318359, 0.12062924957275391, 0.1207040023803711, 0.12057907104492188, 0.1208084487915039, 0.26431692504882814, 0.120774658203125, 0.12051046752929688, 0.12076134490966797, 0.1204869155883789, 0.12051251220703126, 0.1204295654296875, 0.1207910385131836, 0.12121702575683593, 0.12063436889648438, 0.12045209503173829, 0.12049817657470703, 0.12066921234130859, 0.12062416076660157, 0.12048786926269531, 0.12068351745605468, 0.12053196716308594, 0.12072140502929687, 0.12085862731933594, 0.12055757141113281, 0.1205780487060547, 0.12065484619140625, 0.12045721435546874, 0.12198092651367187, 0.12079513549804688, 0.1206968994140625, 0.12050425720214844, 0.12063539123535157, 0.1207715835571289, 0.12059442901611328, 0.12056678771972656, 0.12065894317626953, 0.12064665222167968, 0.12073471832275391, 0.12064665222167968, 0.12078182220458984, 0.12063948822021485, 0.12060671997070313, 0.12050943756103516, 0.12055859375, 0.1208616943359375, 0.12080127716064454, 0.12083916473388671, 0.12067225646972657, 0.12053196716308594, 0.1205995864868164, 0.12088317108154296, 0.12260147094726563, 0.12076544189453126, 0.12077875518798828, 0.12092620849609376, 0.12166041564941406, 0.1208279037475586, 0.1207162857055664, 0.12065586853027344, 0.12096205139160156, 0.12053708648681641, 0.12058009338378907, 0.12090879821777344, 0.12114227294921875, 0.12060774230957032, 0.12079206085205078, 0.12067635345458984, 0.26466815185546877, 0.12078489685058594, 0.12075520324707031, 0.12060671997070313, 0.12065586853027344, 0.12068147277832031, 0.12065996551513672, 0.12050841522216797, 0.1206200942993164, 0.12050527954101563, 0.1205770263671875, 0.12065689849853516, 0.12157132720947265, 0.12061695861816406, 0.12062924957275391, 0.12079206085205078, 0.12063948822021485, 0.12052480316162109, 0.12094976043701172, 0.12073779296875, 0.12065689849853516, 0.12054425811767579, 0.1206108169555664, 0.12056473541259766, 0.12057599639892579, 0.12053504180908203, 0.12101222229003906, 0.12084326171875, 0.12067737579345703, 0.12068147277832031, 0.12069273376464844, 0.12107366180419922, 0.12069273376464844, 0.12071833801269531, 0.1206456298828125, 0.1206302719116211, 0.12085145568847656, 0.12078797149658203, 0.12069273376464844, 0.12088422393798828, 0.12068659210205078, 0.12060671997070313, 0.12066201782226563, 0.12055244445800781, 0.12274278259277344, 0.12071833801269531, 0.12058214569091796, 0.12056985473632813, 0.12063744354248047, 0.12058214569091796, 0.12072038269042969, 0.12069171142578125, 0.12085247802734375, 0.12075520324707031, 0.12076134490966797, 0.1206845474243164, 0.12076032257080078, 0.12059037017822266, 0.12094153594970704, 0.12109516906738281, 0.12081049346923828, 0.12085350036621094, 0.12084429168701172, 0.26500711059570314, 0.12102861022949218, 0.12060467529296875, 0.12054528045654297, 0.12060364532470703, 0.12067635345458984, 0.12137062072753907, 0.12114534759521485, 0.12084326171875, 0.12060364532470703, 0.12054937744140624, 0.12088832092285157, 0.12095795440673827, 0.12115558624267578, 0.12087500762939453, 0.12085862731933594, 0.12127436828613282, 0.1219266586303711, 0.12090163421630859, 0.12094668579101563, 0.12071833801269531, 0.12092415618896485, 0.12087193298339843, 0.12107059478759766, 0.12103679656982422, 0.12081766510009766, 0.12087500762939453, 0.12097433471679687, 0.12060364532470703, 0.12066918182373047, 0.12079411315917969, 0.12119757080078125, 0.12094873809814453, 0.12126416015625, 0.12068252563476563, 0.1208524169921875, 0.120774658203125, 0.12130409240722656, 0.12110025787353515, 0.1210613784790039, 0.12066201782226563, 0.12116070556640625, 0.12068147277832031, 0.12095999908447265, 0.12086988830566406, 0.12179558563232422, 0.12093644714355468, 0.12109516906738281, 0.1206416015625, 0.12098348999023438, 0.12058214569091796, 0.12077056121826171, 0.12069171142578125, 0.12068863677978516, 0.12079513549804688, 0.12087500762939453, 0.12060160064697266, 0.12134297943115234, 0.12062822723388672, 0.12074905395507812, 0.12075929260253906, 0.12071014404296875, 0.12061593627929687, 0.26382131958007815, 0.12058624267578125, 0.12047462463378907, 0.12068556976318359, 0.12062105560302734, 0.1205555191040039, 0.12059954833984375, 0.12076544189453126, 0.1207930908203125, 0.12045721435546874, 0.12062617492675781, 0.12051660919189452, 0.12058009338378907, 0.121385986328125, 0.12082892608642579, 0.1208770523071289, 0.12070912170410156, 0.12042546844482421, 0.12061497497558593, 0.12107154846191406, 0.12126617431640625, 0.12074598693847656, 0.12087500762939453, 0.12093644714355468, 0.12141977691650391, 0.1212252197265625, 0.12077772521972656, 0.1206702117919922, 0.12070706939697265, 0.12046745300292969, 0.12072857666015625, 0.12077056121826171, 0.1208616943359375, 0.12061695861816406, 0.12082380676269532, 0.12106034851074218, 0.12074598693847656, 0.12056166076660156, 0.12318624114990234, 0.12071212768554687, 0.12080646514892578, 0.12067120361328125, 0.12112380981445313, 0.12062822723388672, 0.12081459045410156, 0.12061286163330077, 0.12071014404296875, 0.12069068908691406, 0.12074188995361328, 0.12053606414794922, 0.12060569763183594, 0.12065177917480469, 0.12083916473388671, 0.12059648132324219, 0.12073062133789063, 0.12065689849853516, 0.12087910461425781, 0.12087808227539062, 0.121059326171875, 0.12083609771728515, 0.12092723083496094, 0.12096511840820312, 0.12120269012451172, 0.2657259521484375, 0.12107673645019532, 0.12098969268798829, 0.12102963256835937, 0.1205770263671875, 0.12059954833984375, 0.12060467529296875, 0.12074803161621094, 0.12059139251708985, 0.1207152328491211, 0.1205780487060547, 0.12060163116455078, 0.12050736236572265, 0.12080332946777343, 0.12054528045654297, 0.12064358520507812, 0.12049305725097656, 0.1206108169555664, 0.12069888305664063, 0.12057292938232422, 0.12115763092041015, 0.12081970977783203, 0.12074291229248046, 0.12258201599121094, 0.12105113220214844, 0.12105318450927735, 0.12105010986328125, 0.12094668579101563, 0.12137065887451172, 0.12097634887695312, 0.12075007629394531, 0.12139929962158204, 0.12110950469970704, 0.12106547546386719, 0.12082278442382813, 0.12067225646972657, 0.1205186538696289, 0.12058726501464843, 0.12131123352050781, 0.12077362823486328, 0.12053401947021485, 0.12084019470214843, 0.12062310028076172, 0.12117302703857422, 0.12121699523925782, 0.1208115234375, 0.12055654144287109, 0.12069580841064453, 0.1205780487060547, 0.12090573120117187, 0.12067123413085938, 0.12073165130615235, 0.12063231658935547, 0.12073369598388672, 0.12062003326416015, 0.12070508575439454, 0.12057695770263673, 0.12077670288085937, 0.1206640625, 0.12079821014404298, 0.12074495697021484, 0.1210931167602539, 0.12070195007324219, 0.26345889282226564, 0.12044895935058594, 0.12043468475341797, 0.12049817657470703, 0.12071218872070312, 0.12054937744140624, 0.12094873809814453, 0.12048896026611328, 0.1205923843383789, 0.12060979461669921, 0.12093132781982421, 0.12063744354248047, 0.12073471832275391, 0.12047769927978516, 0.12072550201416016, 0.12056985473632813, 0.1216911392211914, 0.12050534057617188, 0.12112895965576172, 0.1207541732788086, 0.12069478607177735, 0.12054732513427735, 0.12103167724609375, 0.12048384094238282, 0.12058930969238281, 0.12045005035400391, 0.12061491394042968, 0.12061593627929687, 0.12074700927734375, 0.120521728515625, 0.12052275085449218, 0.1205063705444336, 0.1205749740600586, 0.12046851348876954, 0.12061078643798828, 0.12067839813232421, 0.1206476821899414, 0.12050431823730469, 0.12066201782226563, 0.12060160064697266, 0.12059340667724609, 0.12051046752929688, 0.12080742645263672, 0.12078694152832031, 0.1207930908203125, 0.12064870452880859, 0.12071014404296875, 0.12084326171875, 0.12065586853027344, 0.12068966674804688, 0.12127129364013672, 0.12073062133789063, 0.12086784362792968, 0.12070297241210938, 0.12074393463134765, 0.12094873809814453, 0.12111154937744141, 0.12119551849365234, 0.12097331237792969, 0.12085555267333985, 0.12076748657226563, 0.12065484619140625, 0.12114841461181641, 0.26452581787109375, 0.12079513549804688, 0.12040704345703125, 0.1205063705444336, 0.12044595336914063, 0.1205401611328125, 0.12054528045654297, 0.12067635345458984, 0.12085759735107422, 0.12062617492675781, 0.12059648132324219, 0.12054425811767579, 0.12075827026367188, 0.12062515258789062, 0.12054732513427735, 0.12079821014404298, 0.12055039978027343, 0.12170137786865234, 0.12044697570800782, 0.1205555191040039, 0.12049817657470703, 0.12063030242919921, 0.12078998565673828, 0.12071218872070312, 0.12049612426757812, 0.12061798095703125, 0.12048486328125, 0.12058624267578125, 0.12054220581054688, 0.12060671997070313, 0.12055449676513671, 0.12068659210205078, 0.12051148986816407, 0.1206824951171875, 0.12047974395751954, 0.12065484619140625, 0.12085763549804687, 0.12100399780273438, 0.1206671371459961, 0.12084019470214843, 0.12061183929443359, 0.12072959899902344, 0.12057190704345704, 0.12062617492675781, 0.1205923843383789, 0.1207367706298828, 0.1210439682006836, 0.12096102142333984, 0.12067839813232421, 0.12060364532470703, 0.12055244445800781, 0.12074393463134765, 0.12063539123535157, 0.12077161407470703, 0.12068144226074219, 0.12107469177246094, 0.12083920288085938, 0.12101123046875, 0.12109817504882812, 0.1210992660522461, 0.1208616943359375, 0.12105010986328125, 0.12108595275878906, 0.26482382202148436, 0.12083916473388671, 0.12076953887939453, 0.12054528045654297, 0.12079110717773438, 0.12113504028320313, 0.12061901092529297, 0.12051967620849609, 0.12061593627929687, 0.12040198516845703, 0.1209240951538086, 0.12105216217041016, 0.12112076568603515, 0.12103577423095703, 0.12107981109619141, 0.12103372955322265, 0.1212590103149414, 0.12110028839111328, 0.12084838104248047, 0.1205063705444336, 0.12076338958740235, 0.12052684783935547, 0.1206087646484375, 0.12071526336669922, 0.12070195007324219, 0.12061183929443359, 0.12282982635498046, 0.12062419128417969, 0.1206363525390625, 0.12055449676513671, 0.1209354248046875, 0.1208616943359375, 0.1208309783935547, 0.12104499053955078, 0.12093548583984375, 0.12082889556884766, 0.12067120361328125, 0.12060671997070313, 0.12087910461425781, 0.12085657501220703, 0.12085350036621094, 0.12078387451171875, 0.12075520324707031, 0.12057907104492188, 0.12062617492675781, 0.12060467529296875, 0.12064870452880859, 0.12074598693847656, 0.1207162857055664, 0.12071526336669922, 0.12081561279296875, 0.12098355102539063, 0.12073881530761718, 0.1205749740600586, 0.12083609771728515, 0.12120883178710938, 0.12092620849609376, 0.1207531509399414, 0.12080025482177735, 0.1207162857055664, 0.12081356811523437, 0.1207193603515625, 0.12065996551513672]",tokens/s,8.140277418996153,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,1,1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/1/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477f0-4d2d278d5b34bfc15bd64073;9653fa5e-4dca-40ab-862b-1145c817b849) Repository Not Found for url: https://huggingface.co/1/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-7b,tiiuae/falcon-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 105, in run _ = backend.generate(self.inputs, self.config.generate_kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 400, in generate return self.pretrained_model.generate(**inputs, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 1914, in generate result = self._sample( File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 2651, in _sample outputs = self( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 900, in forward transformer_outputs = self.transformer( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 797, in forward outputs = block( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 453, in forward attn_outputs = self.self_attention( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-7b/898df1396f35e447d5fe44e0a3ccaaaa69f30d36/modeling_falcon.py"", line 291, in forward fused_qkv = self.query_key_value(hidden_states) # [batch_size, seq_length, 3 x hidden_size] File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/auto_gptq/nn_modules/qlinear/qlinear_cuda_old.py"", line 316, in forward weight = weight.reshape(-1, self.group_size, weight.shape[2]) RuntimeError: shape '[-1, 128, 4672]' is invalid for input of size 21229568 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4111.491072,5287.44448,0.0,4640.997376,4330.799616,s,10,3.226784301757813,0.3226784301757813,0.00036527946974059694,0.3228235473632812,0.3229854919433594,0.3231664367675781,0.3233111926269531,"[0.3222513732910156, 0.3229452819824219, 0.3228663024902344, 0.32282205200195313, 0.3228476257324219, 0.32209072875976563, 0.3233473815917969, 0.32249490356445315, 0.3228250427246094, 0.3222936096191406]",tokens/s,793.3595061205122,kWh,3.802613670834237e-06,2.0836708957028095e-06,1.8872671348126036e-05,2.475895591466308e-05,tokens/kWh,10339692.872444117,MB,4111.491072,5287.44448,0.0,4640.997376,4515.66848,s,10,175.44622851562502,17.544622851562497,0.0012475331034878638,17.5441357421875,17.546382031249998,17.546624609374998,17.546818671875,"[17.5441171875, 17.545755859375, 17.543529296875, 17.545173828125, 17.546328125, 17.54321484375, 17.543701171875, 17.5468671875, 17.544154296875, 17.54338671875]",tokens/s,3.5908437891777947,kWh,0.00020715286491128305,0.0001135369823019525,0.0010055265370594742,0.0013262163842727099,tokens/kWh,47503.560314215894,,s,629,178.07182846069333,0.28310306591525175,0.03837524534756707,0.278476806640625,0.2786437072753906,0.2787579833984375,0.6014762182617188,"[0.27898776245117185, 0.2789980163574219, 0.27833856201171875, 0.2784163818359375, 0.27828939819335935, 0.2783426513671875, 0.2782156677246094, 0.2783068237304688, 0.278192138671875, 0.27826995849609376, 0.2781388854980469, 0.2783426513671875, 0.27819931030273437, 0.27850750732421875, 0.27829043579101564, 0.2783999938964844, 0.2782494812011719, 0.2784798583984375, 0.2784337768554688, 0.2785310668945313, 0.2782771301269531, 0.27843585205078125, 0.2784327697753906, 0.2784798583984375, 0.2783631286621094, 0.27856793212890624, 0.27837542724609377, 0.2785208435058594, 0.27838668823242185, 0.2784635009765625, 0.2784471130371094, 0.2785535888671875, 0.2784409484863281, 0.2785791931152344, 0.278408203125, 0.27850958251953123, 0.2783365173339844, 0.27850958251953123, 0.2784204711914062, 0.27854437255859377, 0.27840203857421875, 0.27851263427734374, 0.2784604187011719, 0.2785433654785156, 0.27850546264648435, 0.27857510375976563, 0.2786293640136719, 0.278572021484375, 0.2785208435058594, 0.27859967041015626, 0.27844403076171875, 0.27852291870117185, 0.27841943359375, 0.2788905029296875, 0.2784184265136719, 0.2785710144042969, 0.27854232788085936, 0.2785515441894531, 0.27840408325195315, 0.27864984130859377, 0.27850958251953123, 0.2785853576660156, 0.6017566528320313, 0.27841537475585937, 0.27831195068359377, 0.27905227661132814, 0.27840103149414064, 0.27819110107421874, 0.27843685913085936, 0.2782791748046875, 0.2782801818847656, 0.2781614074707031, 0.27826483154296877, 0.2782443542480469, 0.2783846435546875, 0.2782863464355469, 0.27843585205078125, 0.27829351806640623, 0.278255615234375, 0.2783743896484375, 0.2784132995605469, 0.2783170471191406, 0.2789324951171875, 0.2784429931640625, 0.2784604187011719, 0.2784757690429687, 0.2785218505859375, 0.27847271728515627, 0.2788792419433594, 0.27871539306640625, 0.27856484985351565, 0.27845632934570314, 0.278508544921875, 0.2784757690429687, 0.2786160583496094, 0.27841741943359377, 0.2785157165527344, 0.2784747619628906, 0.2785228881835938, 0.2784194641113281, 0.27849420166015626, 0.2787901306152344, 0.27852801513671877, 0.2783682861328125, 0.2785689392089844, 0.27856692504882813, 0.27852593994140623, 0.27843072509765626, 0.278687744140625, 0.27848703002929687, 0.2785269775390625, 0.278518798828125, 0.27858740234375, 0.27840103149414064, 0.2785638427734375, 0.2785321044921875, 0.27859661865234375, 0.2784675903320312, 0.2790205383300781, 0.2785515441894531, 0.2786007080078125, 0.278513671875, 0.2786293640136719, 0.2785740661621094, 0.27877886962890625, 0.6017741088867188, 0.27854849243164065, 0.278319091796875, 0.27832830810546877, 0.2783969421386719, 0.2782054443359375, 0.27833242797851565, 0.2782443542480469, 0.2784460754394531, 0.27819827270507813, 0.27826174926757813, 0.27834878540039065, 0.2784337768554688, 0.2783303527832031, 0.27842559814453127, 0.2782597045898437, 0.278403076171875, 0.2785167236328125, 0.27843685913085936, 0.2784327697753906, 0.2784460754394531, 0.27831195068359377, 0.27852593994140623, 0.278476806640625, 0.27842251586914063, 0.2785218505859375, 0.2786344909667969, 0.2785024108886719, 0.27854949951171876, 0.27850137329101565, 0.27848397827148436, 0.27858123779296873, 0.27854132080078126, 0.27842559814453127, 0.27854132080078126, 0.27832830810546877, 0.27854745483398435, 0.2783006591796875, 0.27839794921875, 0.27840615844726563, 0.27851467895507814, 0.27842251586914063, 0.2784471130371094, 0.27854849243164065, 0.2784737243652344, 0.2784901123046875, 0.27870513916015627, 0.27853927612304685, 0.2786344909667969, 0.2785372009277344, 0.2786078796386719, 0.278498291015625, 0.27864474487304686, 0.2784655456542969, 0.27859457397460935, 0.2785228881835938, 0.27856280517578125, 0.2785730590820312, 0.27854541015625, 0.2784122924804687, 0.27856484985351565, 0.2784122924804687, 0.27866827392578125, 0.601596923828125, 0.27889459228515623, 0.2783109130859375, 0.27825048828125, 0.27840716552734374, 0.2782853088378906, 0.2783498229980469, 0.2783273010253906, 0.2783160400390625, 0.2782740478515625, 0.27838156127929686, 0.2782013549804688, 0.2784880676269531, 0.27822900390625, 0.27846142578125, 0.2783918151855469, 0.2784266357421875, 0.27835186767578124, 0.2784952392578125, 0.2784378967285156, 0.27846450805664064, 0.27835391235351564, 0.27842868041992186, 0.27840203857421875, 0.2784296875, 0.27854745483398435, 0.27856793212890624, 0.2784204711914062, 0.27891302490234376, 0.278434814453125, 0.27845428466796873, 0.2784532470703125, 0.27840615844726563, 0.2785607604980469, 0.2784849853515625, 0.2785587158203125, 0.27897445678710936, 0.2788044738769531, 0.278498291015625, 0.2784757690429687, 0.278513671875, 0.27842251586914063, 0.2785238952636719, 0.27860275268554685, 0.27848089599609377, 0.27847271728515627, 0.27856484985351565, 0.2786160583496094, 0.27856484985351565, 0.27850546264648435, 0.27857510375976563, 0.2784552917480469, 0.27852291870117185, 0.27853717041015624, 0.27864678955078126, 0.27850546264648435, 0.2786437072753906, 0.27860479736328125, 0.27857510375976563, 0.2783743896484375, 0.27860888671875, 0.27841741943359377, 0.27879220581054687, 0.6017177734375, 0.27843173217773437, 0.27856484985351565, 0.27820645141601563, 0.2784532470703125, 0.27828121948242185, 0.2783703002929688, 0.27863961791992187, 0.2783273010253906, 0.27872869873046874, 0.27829144287109375, 0.27829248046875, 0.27839385986328125, 0.278645751953125, 0.2785607604980469, 0.2783549499511719, 0.27834573364257814, 0.27826278686523437, 0.2784409484863281, 0.2784675903320312, 0.27854949951171876, 0.27830374145507814, 0.278476806640625, 0.27845428466796873, 0.2783498229980469, 0.27835699462890623, 0.2788239440917969, 0.27835699462890623, 0.2785310668945313, 0.278550537109375, 0.27856484985351565, 0.27840103149414064, 0.27856793212890624, 0.2785863647460938, 0.2785269775390625, 0.27840716552734374, 0.2784952392578125, 0.27840615844726563, 0.27848703002929687, 0.27833856201171875, 0.27859762573242186, 0.27845632934570314, 0.2785884094238281, 0.27898675537109374, 0.278550537109375, 0.27880551147460936, 0.27859762573242186, 0.27865396118164065, 0.27867034912109373, 0.27876043701171876, 0.27874508666992187, 0.27836517333984373, 0.27855975341796874, 0.2786437072753906, 0.2785218811035156, 0.2784992980957031, 0.2785587158203125, 0.27855563354492185, 0.27860992431640624, 0.27846142578125, 0.2785710144042969, 0.2784337768554688, 0.27867544555664064, 0.6009231567382812, 0.27844915771484374, 0.27832626342773437, 0.27822796630859375, 0.278319091796875, 0.27819314575195314, 0.2783150024414062, 0.2781388854980469, 0.27829556274414063, 0.2782443542480469, 0.27844198608398435, 0.2782054443359375, 0.2784204711914062, 0.2782515258789062, 0.27840103149414064, 0.2783088684082031, 0.27841433715820313, 0.2784051208496094, 0.27846450805664064, 0.27850137329101565, 0.2785863647460938, 0.2783273010253906, 0.2784471130371094, 0.27842251586914063, 0.2783897705078125, 0.2784798583984375, 0.2786458129882812, 0.2784869689941406, 0.2785003662109375, 0.2784901123046875, 0.27853927612304685, 0.27848703002929687, 0.27861810302734374, 0.2784532470703125, 0.27848907470703127, 0.27840203857421875, 0.2785525817871094, 0.27850137329101565, 0.2785290222167969, 0.27842251586914063, 0.27850445556640624, 0.27838772583007815, 0.27854232788085936, 0.2785658874511719, 0.2785986633300781, 0.2783918151855469, 0.2785904541015625, 0.2784696350097656, 0.27860275268554685, 0.27858944702148436, 0.27858944702148436, 0.2784378967285156, 0.2785228881835938, 0.27860479736328125, 0.2785290222167969, 0.27843685913085936, 0.2785802307128906, 0.2785003662109375, 0.2785658874511719, 0.27848397827148436, 0.2786344909667969, 0.2784583740234375, 0.2787481689453125, 0.602113037109375, 0.2783365173339844, 0.2783211669921875, 0.27824127197265625, 0.2783375244140625, 0.2782105712890625, 0.27836721801757813, 0.27829144287109375, 0.2783723449707031, 0.27835903930664063, 0.27832421875, 0.2782996520996094, 0.2784122924804687, 0.27834878540039065, 0.2786160583496094, 0.2783375244140625, 0.27824127197265625, 0.278371337890625, 0.2785658874511719, 0.27838772583007815, 0.27851980590820313, 0.27827096557617187, 0.27854949951171876, 0.2785321044921875, 0.2784276428222656, 0.27848703002929687, 0.2785791931152344, 0.2783416442871094, 0.2785105895996094, 0.2784778137207031, 0.27854232788085936, 0.2784430541992188, 0.27862832641601565, 0.27843585205078125, 0.2785218505859375, 0.27845733642578124, 0.27856179809570314, 0.27849932861328125, 0.2785587158203125, 0.2783477783203125, 0.27854541015625, 0.27844915771484374, 0.2785433654785156, 0.2784583740234375, 0.27859457397460935, 0.27845016479492185, 0.27858944702148436, 0.27850958251953123, 0.27855667114257815, 0.2786160583496094, 0.27856997680664064, 0.27856179809570314, 0.27869696044921877, 0.27845120239257815, 0.2784655456542969, 0.27840103149414064, 0.278550537109375, 0.27846142578125, 0.2785904541015625, 0.2785884094238281, 0.27869696044921877, 0.27850137329101565, 0.2786795654296875, 0.6017638549804688, 0.2783743896484375, 0.27835699462890623, 0.2782576599121094, 0.2783549499511719, 0.2782853088378906, 0.2783774719238281, 0.2782945251464844, 0.27829043579101564, 0.27835391235351564, 0.278423583984375, 0.27823715209960936, 0.27836517333984373, 0.2787543029785156, 0.2783446960449219, 0.27829144287109375, 0.27843685913085936, 0.27847064208984373, 0.27850958251953123, 0.2783897705078125, 0.27845733642578124, 0.2784163818359375, 0.2784163818359375, 0.27838156127929686, 0.2784635009765625, 0.2784245910644531, 0.27858432006835937, 0.27845016479492185, 0.27850650024414064, 0.27848602294921876, 0.27913421630859375, 0.27850445556640624, 0.2785167236328125, 0.2786078796386719, 0.2784952392578125, 0.27845733642578124, 0.2789427185058594, 0.27852593994140623, 0.27844915771484374, 0.2784583740234375, 0.27856692504882813, 0.278466552734375, 0.27858328247070313, 0.2785433654785156, 0.27850546264648435, 0.27851776123046873, 0.27864678955078126, 0.27859967041015626, 0.27850650024414064, 0.2791065673828125, 0.27865396118164065, 0.2785607604980469, 0.27861810302734374, 0.2784532470703125, 0.27860992431640624, 0.2784962463378906, 0.2786344909667969, 0.2785310668945313, 0.278687744140625, 0.2785935363769531, 0.27867340087890624, 0.27854745483398435, 0.2786990051269531, 0.601702392578125, 0.278392822265625, 0.2786713562011719, 0.2782300109863281, 0.2784583740234375, 0.2782576599121094, 0.2783621215820313, 0.2783365173339844, 0.2783354797363281, 0.27830374145507814, 0.27835699462890623, 0.2782668762207031, 0.27834060668945315, 0.27823513793945315, 0.27846142578125, 0.27838668823242185, 0.2784194641113281, 0.27830374145507814, 0.27834878540039065, 0.2784184265136719, 0.27842355346679687, 0.27863348388671877, 0.27850546264648435, 0.2784122924804687, 0.27835391235351564, 0.2784122924804687, 0.27847271728515627, 0.27833856201171875, 0.27849932861328125, 0.27848602294921876, 0.2785218505859375, 0.27842251586914063, 0.27849420166015626, 0.2784583740234375, 0.2783856506347656, 0.27835186767578124, 0.27848501586914065, 0.27843887329101563, 0.2786611328125, 0.27842355346679687, 0.27854849243164065, 0.2784798583984375, 0.27856280517578125, 0.2785218505859375, 0.27852801513671877, 0.2784655456542969, 0.2786488342285156, 0.2786211853027344, 0.27856280517578125, 0.27854437255859377, 0.2785904541015625, 0.27843072509765626, 0.2785986633300781, 0.2788648986816406, 0.27861709594726564, 0.27849114990234375, 0.27876455688476565, 0.2785853576660156, 0.27858944702148436, 0.27855462646484375, 0.2785802307128906, 0.2784532470703125, 0.2786324462890625, 0.6011658325195313, 0.2784409484863281, 0.2784972839355469, 0.278302734375, 0.27838668823242185, 0.27827096557617187, 0.27833447265625, 0.27829556274414063, 0.2782597045898437, 0.27825357055664063, 0.2784184265136719, 0.27841537475585937, 0.27831808471679687, 0.278408203125, 0.2784194641113281, 0.27828121948242185, 0.2784747619628906, 0.2783160400390625, 0.2783692932128906, 0.2782843017578125, 0.2784716796875, 0.27823410034179685, 0.278403076171875, 0.27845120239257815, 0.2784215087890625, 0.27848907470703127, 0.27865805053710935, 0.2783918151855469, 0.27849319458007815, 0.2785710144042969, 0.27845733642578124, 0.27843685913085936, 0.2785300598144531, 0.2784215087890625, 0.27843072509765626, 0.27834878540039065, 0.2785382385253906, 0.2784409484863281, 0.2785535888671875, 0.27840615844726563, 0.2786293640136719, 0.27847064208984373, 0.27848193359375, 0.27861505126953123, 0.2784409484863281, 0.27836007690429687, 0.27853515625, 0.2786437072753906, 0.2786375732421875, 0.27863143920898437, 0.27857818603515627, 0.278403076171875, 0.2786017150878906, 0.2784962463378906, 0.27854849243164065, 0.27848193359375, 0.27860479736328125, 0.27847885131835937, 0.2786693115234375, 0.2785024108886719, 0.2786283569335937, 0.27850546264648435, 0.2787266540527344]",tokens/s,3.532282480823979,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1490.198528,1841.823744,0.0,1195.37664,1022.155264,s,10,0.6871841278076172,0.06871841278076171,0.00033427755700674906,0.06862833786010741,0.06882823104858399,0.06926301155090332,0.06961083595275878,"[0.06969779205322266, 0.06856297302246094, 0.06858707427978515, 0.06850640106201172, 0.0686982421875, 0.06862300872802735, 0.0686336669921875, 0.06864895629882813, 0.0687316131591797, 0.06849440002441406]",tokens/s,3725.347976483958,kWh,8.097485796501648e-07,4.4370366405853753e-07,3.761924622931496e-06,5.0153768666401985e-06,tokens/kWh,51043023.64649507,MB,1490.198528,1841.823744,0.0,1195.37664,1091.597312,s,10,35.169312255859374,3.5169312255859375,0.00128683836079331,3.516599853515625,3.5173736328125,3.5190165283203125,3.5203308447265624,"[3.520659423828125, 3.51630859375, 3.515842041015625, 3.516979248046875, 3.5166650390625, 3.51653466796875, 3.516714599609375, 3.516245361328125, 3.517008544921875, 3.516354736328125]",tokens/s,17.91334432179688,kWh,4.1521653622797086e-05,2.2756081263433605e-05,0.0001967916524864682,0.0002610693873726989,tokens/kWh,241315.15622726805,,s,629,35.7307012748718,0.056805566414740584,0.008168059089268582,0.05580799865722656,0.055887052917480466,0.055967333984375,0.12452544342041016,"[0.05626367950439453, 0.05630361557006836, 0.05626367950439453, 0.056338432312011716, 0.05623910522460938, 0.05629337692260742, 0.05628313446044922, 0.056346622467041016, 0.05584896087646484, 0.05588991928100586, 0.05574758529663086, 0.055757823944091796, 0.05575884628295898, 0.055839744567871094, 0.05575680160522461, 0.055742462158203124, 0.0557209587097168, 0.05613260650634765, 0.05585203170776367, 0.0557844467163086, 0.055812095642089846, 0.05583769607543945, 0.05573529434204102, 0.05577523040771484, 0.05584588623046875, 0.05580595016479492, 0.0557946891784668, 0.055825408935546876, 0.05578137588500977, 0.05588684844970703, 0.055812095642089846, 0.055757823944091796, 0.05581414413452149, 0.05580595016479492, 0.05578137588500977, 0.05587353515625, 0.05582745742797852, 0.055779327392578126, 0.05571379089355469, 0.05586943817138672, 0.055806976318359375, 0.05578137588500977, 0.05583871841430664, 0.055760894775390625, 0.05582233428955078, 0.05581721496582031, 0.05575372695922851, 0.05586022567749024, 0.055790592193603515, 0.0557946891784668, 0.05580492782592773, 0.055793663024902344, 0.055809024810791016, 0.055818241119384764, 0.05578342437744141, 0.05583462524414062, 0.0558653450012207, 0.055798782348632815, 0.05585715103149414, 0.05593804931640625, 0.055790592193603515, 0.055820289611816405, 0.12452658843994141, 0.055755775451660154, 0.055787521362304686, 0.05579776000976563, 0.05577830505371094, 0.05574758529663086, 0.05581414413452149, 0.055787521362304686, 0.05573017501831055, 0.05575680160522461, 0.05580492782592773, 0.05572915267944336, 0.05578649520874023, 0.05576806259155274, 0.0557946891784668, 0.05575167846679688, 0.05578956985473633, 0.05579673767089844, 0.05581926345825195, 0.05581721496582031, 0.05590323257446289, 0.05579776000976563, 0.05584588623046875, 0.055739391326904295, 0.055790592193603515, 0.05578137588500977, 0.055836673736572265, 0.05580083084106445, 0.055825408935546876, 0.05577011108398437, 0.055809024810791016, 0.05585715103149414, 0.055793663024902344, 0.05574758529663086, 0.055787521362304686, 0.05576499176025391, 0.055809024810791016, 0.055766014099121096, 0.05583462524414062, 0.05594828796386719, 0.05584896087646484, 0.05576294326782227, 0.05584281539916992, 0.05577830505371094, 0.055858177185058595, 0.0560076789855957, 0.05585408020019531, 0.05578342437744141, 0.05575065612792969, 0.055859233856201174, 0.05579670333862305, 0.055782398223876956, 0.05586739349365234, 0.05582950210571289, 0.055809024810791016, 0.05578342437744141, 0.0558551025390625, 0.0561715202331543, 0.055932926177978515, 0.05579776000976563, 0.05574553680419922, 0.0558131217956543, 0.05583052825927735, 0.12455526733398438, 0.0557916145324707, 0.05582950210571289, 0.05575065612792969, 0.05580799865722656, 0.05575987243652344, 0.0558131217956543, 0.055723007202148435, 0.05578137588500977, 0.055793663024902344, 0.05577523040771484, 0.05576806259155274, 0.055795711517333986, 0.05574655914306641, 0.05582745742797852, 0.05574860763549805, 0.05578137588500977, 0.05572608184814453, 0.05576806259155274, 0.055809024810791016, 0.0557916145324707, 0.05582438278198242, 0.05580083084106445, 0.05575475311279297, 0.05576192092895508, 0.05580083084106445, 0.055844863891601565, 0.05580492782592773, 0.055823360443115234, 0.05579673767089844, 0.05576294326782227, 0.055785472869873044, 0.05581619262695312, 0.05576806259155274, 0.05587251281738281, 0.05579776000976563, 0.0557844467163086, 0.05576294326782227, 0.055839744567871094, 0.05573017501831055, 0.055815166473388675, 0.0558766098022461, 0.05590220642089844, 0.05579776000976563, 0.055818241119384764, 0.055841793060302736, 0.05584588623046875, 0.05583564758300781, 0.05581619262695312, 0.05581619262695312, 0.05587148666381836, 0.05586636734008789, 0.055820289611816405, 0.05580595016479492, 0.05584998321533203, 0.055793663024902344, 0.055785472869873044, 0.05583052825927735, 0.055785472869873044, 0.0557916145324707, 0.05583564758300781, 0.05590323257446289, 0.05586636734008789, 0.12449382019042969, 0.05575372695922851, 0.05576499176025391, 0.05578649520874023, 0.05577318572998047, 0.05608038330078125, 0.0558766098022461, 0.055744510650634765, 0.055757823944091796, 0.05576704025268555, 0.05586739349365234, 0.0557762565612793, 0.05626163101196289, 0.05574860763549805, 0.05581107330322266, 0.05573836898803711, 0.0557916145324707, 0.05576396942138672, 0.05574348831176758, 0.05576499176025391, 0.0557844467163086, 0.05575475311279297, 0.05585203170776367, 0.05574041748046875, 0.05575884628295898, 0.05578342437744141, 0.05584998321533203, 0.0558131217956543, 0.05589913558959961, 0.05588684844970703, 0.05580492782592773, 0.0557762565612793, 0.05579776000976563, 0.05576806259155274, 0.05586431884765625, 0.0557916145324707, 0.05583052825927735, 0.055790592193603515, 0.05582438278198242, 0.05580799865722656, 0.055820289611816405, 0.05578137588500977, 0.055798782348632815, 0.0558551025390625, 0.055766014099121096, 0.055825408935546876, 0.055982078552246094, 0.055766014099121096, 0.055793663024902344, 0.05594214248657227, 0.05587251281738281, 0.055806976318359375, 0.05583257675170898, 0.055965694427490234, 0.05590630340576172, 0.0557946891784668, 0.05584588623046875, 0.05582438278198242, 0.05581926345825195, 0.05581414413452149, 0.055809024810791016, 0.055823360443115234, 0.05583564758300781, 0.12459212493896485, 0.05578956985473633, 0.05584588623046875, 0.055777278900146485, 0.055769088745117185, 0.05573734283447265, 0.055818241119384764, 0.055785472869873044, 0.05583052825927735, 0.0557844467163086, 0.05582438278198242, 0.055782398223876956, 0.05585100936889648, 0.05584281539916992, 0.05582131195068359, 0.05576499176025391, 0.0557844467163086, 0.055757823944091796, 0.05580287933349609, 0.055757823944091796, 0.055841793060302736, 0.05579673767089844, 0.055818241119384764, 0.055736320495605465, 0.055801856994628904, 0.05581721496582031, 0.05588582229614258, 0.05578649520874023, 0.05585919952392578, 0.055790592193603515, 0.055836673736572265, 0.05586329650878906, 0.055874561309814455, 0.0558653450012207, 0.055793663024902344, 0.05587046432495117, 0.05577523040771484, 0.05574860763549805, 0.055839744567871094, 0.05576396942138672, 0.05587558364868164, 0.05575884628295898, 0.055861248016357425, 0.055810047149658204, 0.056005630493164066, 0.055798782348632815, 0.055818241119384764, 0.055913471221923826, 0.05584691238403321, 0.05581721496582031, 0.05577830505371094, 0.05587865447998047, 0.05581414413452149, 0.05581414413452149, 0.0557916145324707, 0.05582339096069336, 0.05581923294067383, 0.05581107330322266, 0.055856128692626954, 0.05586636734008789, 0.05587148666381836, 0.055801856994628904, 0.05587558364868164, 0.12469657897949218, 0.055790592193603515, 0.055731201171875, 0.05574860763549805, 0.055801856994628904, 0.055787521362304686, 0.0557844467163086, 0.0557496337890625, 0.055774208068847655, 0.0557844467163086, 0.05589913558959961, 0.055757823944091796, 0.055774208068847655, 0.05576806259155274, 0.05582745742797852, 0.05572710418701172, 0.055798782348632815, 0.055744510650634765, 0.055760894775390625, 0.05584281539916992, 0.05578035354614258, 0.05584384155273438, 0.05585919952392578, 0.05575680160522461, 0.055766014099121096, 0.05579673767089844, 0.055812095642089846, 0.0557946891784668, 0.05587353515625, 0.055825408935546876, 0.055828479766845705, 0.055782398223876956, 0.055831550598144535, 0.055787521362304686, 0.055877632141113284, 0.055788543701171874, 0.05577318572998047, 0.0557916145324707, 0.055841793060302736, 0.055771137237548826, 0.055823360443115234, 0.05577318572998047, 0.05582131195068359, 0.055801856994628904, 0.05582950210571289, 0.055844863891601565, 0.05596672058105469, 0.055787521362304686, 0.05583052825927735, 0.055897087097167966, 0.055853057861328125, 0.05585100936889648, 0.05584896087646484, 0.05590220642089844, 0.055806976318359375, 0.056011775970458984, 0.05590118408203125, 0.05583564758300781, 0.055809024810791016, 0.055826431274414064, 0.055774208068847655, 0.055810047149658204, 0.055856128692626954, 0.12463922882080078, 0.05575680160522461, 0.055785472869873044, 0.05579673767089844, 0.05581107330322266, 0.05583257675170898, 0.055858177185058595, 0.055795711517333986, 0.055752704620361325, 0.055806976318359375, 0.055839744567871094, 0.05576294326782227, 0.05579980850219726, 0.05575065612792969, 0.055801856994628904, 0.05574860763549805, 0.05582438278198242, 0.055736320495605465, 0.05581107330322266, 0.05579673767089844, 0.055809024810791016, 0.055801856994628904, 0.05583769607543945, 0.05578956985473633, 0.05581619262695312, 0.05584998321533203, 0.05587046432495117, 0.05583359909057617, 0.055967742919921876, 0.055815166473388675, 0.05589503860473633, 0.055825408935546876, 0.05581619262695312, 0.05591551971435547, 0.055801856994628904, 0.05583769607543945, 0.05586329650878906, 0.05574860763549805, 0.05582131195068359, 0.05574041748046875, 0.05583769607543945, 0.055839744567871094, 0.05586841583251953, 0.05581721496582031, 0.05584588623046875, 0.05578137588500977, 0.055820289611816405, 0.055841793060302736, 0.05583462524414062, 0.0557916145324707, 0.055788543701171874, 0.05590118408203125, 0.055795711517333986, 0.05579673767089844, 0.0557844467163086, 0.05580492782592773, 0.055831550598144535, 0.05579264068603516, 0.0558551025390625, 0.05587251281738281, 0.055856128692626954, 0.05582032012939453, 0.05584585571289063, 0.12463410949707031, 0.05575065612792969, 0.05573734283447265, 0.05575475311279297, 0.05578342437744141, 0.055742462158203124, 0.055790592193603515, 0.05573734283447265, 0.05578649520874023, 0.05577830505371094, 0.0558551025390625, 0.055788543701171874, 0.0557946891784668, 0.055787521362304686, 0.055820289611816405, 0.055739391326904295, 0.055820289611816405, 0.05573427200317383, 0.05605068969726563, 0.055803905487060546, 0.05579776000976563, 0.055766014099121096, 0.055853057861328125, 0.055741439819335936, 0.055752704620361325, 0.05580083084106445, 0.05584076690673828, 0.0558131217956543, 0.05589606475830078, 0.05578137588500977, 0.05597081756591797, 0.055836673736572265, 0.05578956985473633, 0.05579980850219726, 0.05587353515625, 0.05579673767089844, 0.055774208068847655, 0.05579980850219726, 0.055815166473388675, 0.05575372695922851, 0.05580492782592773, 0.05586022567749024, 0.055844863891601565, 0.055806976318359375, 0.055806976318359375, 0.055812095642089846, 0.05589606475830078, 0.055772159576416014, 0.05577318572998047, 0.05588684844970703, 0.05584793472290039, 0.05581721496582031, 0.055810047149658204, 0.05586329650878906, 0.05579673767089844, 0.055772159576416014, 0.05586227035522461, 0.05584281539916992, 0.055785472869873044, 0.05581619262695312, 0.0557946891784668, 0.05583257675170898, 0.05588787078857422, 0.1247088623046875, 0.05576806259155274, 0.05583462524414062, 0.055766014099121096, 0.055772159576416014, 0.05578956985473633, 0.05581414413452149, 0.05579673767089844, 0.055742462158203124, 0.0557762565612793, 0.05581619262695312, 0.05573529434204102, 0.05583564758300781, 0.05576704025268555, 0.055815166473388675, 0.05571583938598633, 0.05580595016479492, 0.05576704025268555, 0.055790592193603515, 0.055782398223876956, 0.05589811325073242, 0.0557946891784668, 0.055809024810791016, 0.05574758529663086, 0.055798782348632815, 0.05577830505371094, 0.05583052825927735, 0.05578137588500977, 0.05585408020019531, 0.055790592193603515, 0.05580799865722656, 0.05587251281738281, 0.0557844467163086, 0.055795711517333986, 0.05579673767089844, 0.05584588623046875, 0.055782398223876956, 0.055806976318359375, 0.05589606475830078, 0.055777278900146485, 0.055844863891601565, 0.0557762565612793, 0.056202239990234375, 0.05586431884765625, 0.05582438278198242, 0.05581414413452149, 0.055820289611816405, 0.05581926345825195, 0.055769088745117185, 0.05581619262695312, 0.05580595016479492, 0.05586943817138672, 0.05609164810180664, 0.055853057861328125, 0.0558551025390625, 0.055856128692626954, 0.056139774322509765, 0.05579980850219726, 0.05579264068603516, 0.05577318572998047, 0.05584384155273438, 0.055788543701171874, 0.05585408020019531, 0.12452249908447266, 0.055742462158203124, 0.05573734283447265, 0.055742462158203124, 0.055787521362304686, 0.05576806259155274, 0.0557946891784668, 0.05572608184814453, 0.055795711517333986, 0.055779327392578126, 0.055890945434570315, 0.055760894775390625, 0.05575475311279297, 0.05573222351074219, 0.055815166473388675, 0.055723007202148435, 0.055858177185058595, 0.05573529434204102, 0.055725055694580077, 0.055790592193603515, 0.05591961669921875, 0.05581619262695312, 0.05587865447998047, 0.05575884628295898, 0.05578956985473633, 0.05578956985473633, 0.05581414413452149, 0.055790592193603515, 0.05590937423706055, 0.05582438278198242, 0.055806976318359375, 0.05578342437744141, 0.055907329559326174, 0.055831550598144535, 0.05587558364868164, 0.055785472869873044, 0.05579264068603516, 0.055812095642089846, 0.05582950210571289, 0.05575372695922851, 0.05583871841430664, 0.0558551025390625, 0.055823360443115234, 0.05580287933349609, 0.0557946891784668, 0.05583359909057617, 0.05591756820678711, 0.055779327392578126, 0.055826431274414064, 0.05596160125732422, 0.055982078552246094, 0.055801856994628904, 0.05582233428955078, 0.05587251281738281, 0.05585100936889648, 0.0557762565612793, 0.055826431274414064, 0.055815166473388675, 0.05581926345825195, 0.05585919952392578, 0.05578137588500977, 0.05581619262695312, 0.05582950210571289]",tokens/s,17.60390861520409,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,8,8,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/8/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947660-3ec799834ac3cb8107eccef0;ed5dc3c6-52d1-4d37-b188-7e55a167af75) Repository Not Found for url: https://huggingface.co/8/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 8 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-4B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3174.141952,5144.838144,0.0,4498.39104,4272.10752,s,10,1.758735656738281,0.17587356567382811,0.0012589943084234674,0.17556419372558596,0.17771201934814454,0.17815098495483397,0.17850215744018555,"[0.1751898193359375, 0.17534402465820312, 0.17561085510253907, 0.17551753234863282, 0.1758165740966797, 0.17433056640625, 0.17625193786621093, 0.17761447143554687, 0.1744699249267578, 0.17858995056152344]",tokens/s,1455.5911175120705,kWh,2.06316849680696e-06,1.1305214228271105e-06,1.0721124477276122e-05,1.3914814396910192e-05,tokens/kWh,18397658.258154362,MB,3174.141952,5144.838144,0.0,4498.39104,4389.693952,s,10,93.00955371093748,9.30095537109375,0.0018651217371296394,9.3004990234375,9.302850781250001,9.30399423828125,9.30490900390625,"[9.3022216796875, 9.2994326171875, 9.300400390625, 9.2979765625, 9.2999208984375, 9.3005400390625, 9.3004580078125, 9.3051376953125, 9.300869140625, 9.3025966796875]",tokens/s,6.773497720008035,kWh,0.00010971191911804722,6.0130560930839885e-05,0.0005675303659013245,0.0007373728459502117,tokens/kWh,85438.45945237565,,s,629,94.44156523132324,0.1501455727048064,0.02098079953951634,0.14757682800292968,0.14777384643554686,0.14790327758789062,0.3233827160644532,"[0.14841241455078125, 0.14798643493652344, 0.14769151306152345, 0.14754917907714843, 0.1475103302001953, 0.1474436492919922, 0.14753587341308594, 0.1474652099609375, 0.1474080047607422, 0.14748249816894532, 0.14733721923828125, 0.14746931457519533, 0.14756658935546876, 0.14778163146972656, 0.14744985961914062, 0.1475020751953125, 0.14749183654785156, 0.14746726989746095, 0.14759423828125, 0.1475020751953125, 0.14756658935546876, 0.1475696563720703, 0.14749183654785156, 0.14757273864746093, 0.14769049072265625, 0.14759014892578126, 0.14757069396972655, 0.14780316162109375, 0.14755427551269532, 0.1475758056640625, 0.1475932159423828, 0.1477918701171875, 0.14758822631835938, 0.14769664001464844, 0.1475572509765625, 0.14762290954589843, 0.1475399627685547, 0.14760858154296874, 0.14760755920410157, 0.1477969970703125, 0.14771302795410157, 0.14778265380859376, 0.1475932159423828, 0.14754917907714843, 0.1475819549560547, 0.14770278930664063, 0.14762290954589843, 0.1476874237060547, 0.147662841796875, 0.14767820739746093, 0.14772639465332033, 0.14780204772949218, 0.14776832580566407, 0.14767616271972656, 0.14763929748535157, 0.14762188720703126, 0.14762905883789063, 0.1476546630859375, 0.14774169921875, 0.14785536193847656, 0.1478717498779297, 0.14763929748535157, 0.32360549926757814, 0.14749285888671876, 0.14745088195800782, 0.14739251708984374, 0.14748876953125, 0.14742732238769532, 0.14738858032226562, 0.1474271697998047, 0.1474088897705078, 0.14745907592773438, 0.14757376098632813, 0.14743756103515626, 0.1475051574707031, 0.1473771514892578, 0.14745703125, 0.14746316528320313, 0.1475379180908203, 0.14751641845703126, 0.14771609497070312, 0.14760464477539062, 0.14753776550292969, 0.14757069396972655, 0.14772837829589844, 0.14755020141601563, 0.1475819549560547, 0.1474949188232422, 0.14754202270507813, 0.1476177978515625, 0.14788812255859374, 0.14762803649902342, 0.14770892333984376, 0.14751641845703126, 0.1474764862060547, 0.147534912109375, 0.14769862365722655, 0.14761471557617187, 0.1477222442626953, 0.14757991027832032, 0.14762188720703126, 0.14760858154296874, 0.1476126708984375, 0.14755226135253907, 0.14767308044433594, 0.14759730529785156, 0.14758502197265624, 0.14764236450195312, 0.14886502075195313, 0.14751026916503907, 0.1476126708984375, 0.14762803649902342, 0.147662841796875, 0.14763314819335938, 0.1477109832763672, 0.14764646911621093, 0.14759219360351564, 0.1475747833251953, 0.14759423828125, 0.1475635223388672, 0.14782566833496094, 0.14771200561523437, 0.14776217651367188, 0.1476556854248047, 0.14762086486816406, 0.3240396728515625, 0.14755941772460937, 0.14752972412109375, 0.14778675842285155, 0.147557373046875, 0.14746624755859375, 0.14761882019042968, 0.14752566528320313, 0.14761366271972656, 0.1474764862060547, 0.14754917907714843, 0.14745907592773438, 0.1476065216064453, 0.14740786743164064, 0.14750924682617186, 0.14750413513183594, 0.1476065216064453, 0.14741094970703125, 0.14743756103515626, 0.14747442626953125, 0.14741708374023438, 0.14758297729492187, 0.14775091552734376, 0.14895001220703125, 0.1475440673828125, 0.14748057556152344, 0.1475051574707031, 0.14748057556152344, 0.14758399963378907, 0.14742938232421876, 0.14751539611816405, 0.14746316528320313, 0.1477242889404297, 0.14748979187011718, 0.1476372528076172, 0.1475082244873047, 0.14763417053222655, 0.1474877471923828, 0.1476136932373047, 0.147736572265625, 0.1476925506591797, 0.14757887268066405, 0.14759014892578126, 0.14752461242675782, 0.1475072021484375, 0.14751539611816405, 0.14761882019042968, 0.14941285705566407, 0.1475809326171875, 0.14753382873535156, 0.14767718505859376, 0.1477109832763672, 0.1476650848388672, 0.14756748962402344, 0.14764434814453126, 0.14753280639648436, 0.14757171630859375, 0.14754611206054688, 0.14765362548828126, 0.1475072021484375, 0.14761062622070312, 0.14755328369140625, 0.14763314819335938, 0.32376626586914065, 0.14760038757324218, 0.1475194854736328, 0.14767205810546874, 0.14753587341308594, 0.14741197204589843, 0.14743148803710937, 0.14743443298339845, 0.14742527770996094, 0.14746624755859375, 0.14755226135253907, 0.14742938232421876, 0.14834278869628906, 0.1475635223388672, 0.14748159790039062, 0.14739558410644532, 0.14757376098632813, 0.1474703369140625, 0.14752972412109375, 0.1474877471923828, 0.14744883728027344, 0.14743142700195314, 0.14751437377929688, 0.14744985961914062, 0.14752359008789062, 0.14757376098632813, 0.14759117126464844, 0.14746112060546876, 0.14762290954589843, 0.1475368957519531, 0.14766079711914062, 0.14750617980957031, 0.14754508972167968, 0.14746624755859375, 0.14759219360351564, 0.14756045532226564, 0.1477550048828125, 0.14749594116210937, 0.14754917907714843, 0.14753074645996095, 0.14764338684082032, 0.1475072021484375, 0.14787091064453126, 0.14841427612304686, 0.14764544677734376, 0.14759526062011719, 0.14765773010253908, 0.14749594116210937, 0.14762710571289062, 0.14754812622070312, 0.1476545867919922, 0.14758828735351562, 0.1476298828125, 0.1475430450439453, 0.14761471557617187, 0.14747549438476562, 0.1475359649658203, 0.1475009307861328, 0.14763417053222655, 0.14757682800292968, 0.1476372528076172, 0.14754611206054688, 0.14767718505859376, 0.32403250122070315, 0.14743756103515626, 0.14739666748046876, 0.14740882873535155, 0.14747442626953125, 0.14737318420410156, 0.14743743896484374, 0.1476372528076172, 0.1476495361328125, 0.1474877471923828, 0.14761062622070312, 0.14745088195800782, 0.14749183654785156, 0.1473904571533203, 0.14743142700195314, 0.14737306213378906, 0.14750617980957031, 0.1487431640625, 0.14749183654785156, 0.14745907592773438, 0.14742323303222657, 0.14750617980957031, 0.1475932159423828, 0.14746829223632812, 0.14747955322265624, 0.14742221069335937, 0.14747955322265624, 0.14748979187011718, 0.1477427215576172, 0.14785125732421875, 0.14758706665039062, 0.147483642578125, 0.14755020141601563, 0.14753176879882812, 0.14763929748535157, 0.14747853088378907, 0.14760345458984375, 0.1475583953857422, 0.14758808898925782, 0.14777548217773437, 0.14774374389648437, 0.14760038757324218, 0.14762188720703126, 0.1475368957519531, 0.14761062622070312, 0.14762188720703126, 0.1477918701171875, 0.1475614776611328, 0.14758604431152345, 0.14761477661132813, 0.1476228485107422, 0.14866943359375, 0.1477570495605469, 0.14760960388183594, 0.1476485137939453, 0.14787689208984375, 0.14776112365722657, 0.14764646911621093, 0.1476495361328125, 0.14774578857421874, 0.14764134216308594, 0.1475430450439453, 0.1475635223388672, 0.32280984497070314, 0.14747042846679687, 0.147453857421875, 0.14740480041503906, 0.147451904296875, 0.14746009826660156, 0.1474150390625, 0.14745599365234374, 0.14747853088378907, 0.14760549926757813, 0.14785945129394532, 0.14743962097167967, 0.14754713439941405, 0.14741810607910155, 0.14745907592773438, 0.14741708374023438, 0.1475266571044922, 0.1474612731933594, 0.1474824676513672, 0.14752461242675782, 0.14744883728027344, 0.14747853088378907, 0.14763314819335938, 0.1475082244873047, 0.14757376098632813, 0.1475430450439453, 0.14762290954589843, 0.14750105285644532, 0.1475809326171875, 0.14748979187011718, 0.1474846649169922, 0.14744166564941405, 0.14767205810546874, 0.14767420959472657, 0.14773545837402344, 0.14760549926757813, 0.14766796875, 0.14749900817871095, 0.15074217224121095, 0.14765245056152343, 0.14757171630859375, 0.14762701416015625, 0.14761573791503907, 0.1476874237060547, 0.14766592407226561, 0.1475932159423828, 0.14778469848632814, 0.14756871032714844, 0.14757881164550782, 0.14760755920410157, 0.14768646240234376, 0.14755628967285156, 0.1476802520751953, 0.14769970703125, 0.14764236450195312, 0.14753280639648436, 0.1475645446777344, 0.14748159790039062, 0.14767103576660157, 0.14767103576660157, 0.14764749145507813, 0.14761164855957032, 0.14765055847167968, 0.3246120910644531, 0.14747955322265624, 0.14747853088378907, 0.14743962097167967, 0.14751231384277344, 0.14738124084472656, 0.14745703125, 0.147420166015625, 0.1474529266357422, 0.14744064331054688, 0.14758502197265624, 0.14736895751953125, 0.14746316528320313, 0.1475082244873047, 0.14758808898925782, 0.14744781494140624, 0.1475430450439453, 0.14749696350097657, 0.14748159790039062, 0.14741912841796875, 0.14740582275390626, 0.14747853088378907, 0.14764866638183594, 0.1494587860107422, 0.1477109832763672, 0.14744985961914062, 0.14748876953125, 0.14751539611816405, 0.1476556854248047, 0.14753074645996095, 0.14756556701660156, 0.1475175018310547, 0.14755322265625, 0.14749081420898438, 0.14762905883789063, 0.14747955322265624, 0.14765875244140625, 0.1476812744140625, 0.14761984252929689, 0.14756556701660156, 0.14769459533691406, 0.1475368957519531, 0.14753382873535156, 0.14756761169433594, 0.14763314819335938, 0.1476556854248047, 0.14790655517578125, 0.14760348510742188, 0.14778262329101563, 0.1479167938232422, 0.14769357299804686, 0.14757273864746093, 0.14781951904296875, 0.14789836120605468, 0.14775091552734376, 0.14762701416015625, 0.1477969970703125, 0.14757785034179688, 0.14771200561523437, 0.14772735595703124, 0.14766490173339844, 0.14766694641113282, 0.1477232666015625, 0.3259811706542969, 0.14762086486816406, 0.14751846313476563, 0.14747955322265624, 0.1475072021484375, 0.14744985961914062, 0.14749798583984375, 0.14749696350097657, 0.1474641876220703, 0.14741912841796875, 0.14757273864746093, 0.14736691284179687, 0.1475082244873047, 0.14745599365234374, 0.14763212585449217, 0.14877081298828124, 0.1494783935546875, 0.1480990753173828, 0.14765158081054688, 0.14792703247070313, 0.14751539611816405, 0.14750924682617186, 0.14761062622070312, 0.14750003051757812, 0.14755226135253907, 0.14752870178222657, 0.14748672485351563, 0.14754098510742186, 0.14762290954589843, 0.14749388122558593, 0.14759730529785156, 0.1475430450439453, 0.14760345458984375, 0.14765158081054688, 0.14784307861328125, 0.147599365234375, 0.14761882019042968, 0.1475205078125, 0.1475983428955078, 0.14754098510742186, 0.14775091552734376, 0.1477969970703125, 0.14767820739746093, 0.14759219360351564, 0.14768229675292968, 0.14764749145507813, 0.1478154296875, 0.1476556854248047, 0.1477191619873047, 0.1476015625, 0.14771900939941407, 0.14764338684082032, 0.14767514038085938, 0.14762393188476564, 0.14762803649902342, 0.14750617980957031, 0.14760038757324218, 0.14771302795410157, 0.14768537902832032, 0.1476546630859375, 0.14774476623535157, 0.14951321411132812, 0.14778163146972656, 0.3226921081542969, 0.1475983428955078, 0.1474713592529297, 0.14742544555664064, 0.14752854919433595, 0.14749293518066406, 0.14753794860839844, 0.14748150634765625, 0.14752767944335937, 0.147483642578125, 0.1475635223388672, 0.14735360717773438, 0.14750617980957031, 0.14765670776367187, 0.14764749145507813, 0.14743756103515626, 0.14757801818847657, 0.1486662139892578, 0.14754202270507813, 0.147483642578125, 0.14754611206054688, 0.14754508972167968, 0.14759219360351564, 0.14755635070800782, 0.14755226135253907, 0.14754508972167968, 0.14757376098632813, 0.14752972412109375, 0.1476249542236328, 0.1475020751953125, 0.147631103515625, 0.14750105285644532, 0.14755430603027345, 0.14749798583984375, 0.14772837829589844, 0.14754202270507813, 0.1476689910888672, 0.14754815673828126, 0.1475614776611328, 0.14750105285644532, 0.1475747833251953, 0.147525634765625, 0.14758706665039062, 0.14787379455566407, 0.14810316467285156, 0.14774476623535157, 0.1477734375, 0.14783795166015626, 0.14769868469238281, 0.14758604431152345, 0.1475583953857422, 0.14753587341308594, 0.1477918701171875, 0.14787686157226562, 0.1477242889404297, 0.147599365234375, 0.147708984375, 0.14763821411132813, 0.14768946838378907, 0.14776319885253905, 0.14793011474609374, 0.14768540954589843, 0.14762594604492188, 0.32685260009765627, 0.14748159790039062, 0.14740684509277344, 0.1474949188232422, 0.14748570251464843, 0.14743968200683594, 0.14750921630859376, 0.1475327606201172, 0.14751026916503907, 0.14738124084472656, 0.14764031982421874, 0.14749696350097657, 0.14751231384277344, 0.14750521850585938, 0.14751840209960937, 0.14744677734375, 0.1476259765625, 0.14742630004882812, 0.14741606140136718, 0.14745703125, 0.1474529266357422, 0.14751641845703126, 0.1475625, 0.1476167755126953, 0.1479700469970703, 0.14758706665039062, 0.14943846130371094, 0.14769151306152345, 0.14767820739746093, 0.14748570251464843, 0.1475051574707031, 0.1474150390625, 0.14756556701660156, 0.1475932159423828, 0.14773875427246094, 0.14754393005371094, 0.1476300811767578, 0.14757376098632813, 0.1475205078125, 0.14754815673828126, 0.1476812744140625, 0.14763314819335938, 0.14762701416015625, 0.14759219360351564, 0.14758502197265624, 0.1475266571044922, 0.1476639404296875, 0.14760134887695311, 0.14778880310058592, 0.14766079711914062, 0.1476065216064453, 0.14762393188476564, 0.14768537902832032, 0.14760755920410157, 0.14767308044433594, 0.1475543975830078, 0.14763612365722656, 0.1477550048828125, 0.14768435668945312, 0.1475696563720703, 0.14762905883789063, 0.1475962829589844, 0.14754713439941405]",tokens/s,6.660203041524569,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm2-20b,internlm/internlm2-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4131.328,14749.794304,0.0,14103.3472,13629.829632,s,10,9.12712139892578,0.9127121398925784,0.0005544630799173177,0.9127494812011718,0.9133111083984375,0.9134462951660156,0.9135544445800782,"[0.912170654296875, 0.9121099243164063, 0.911881103515625, 0.9130735473632813, 0.913070556640625, 0.9123726196289063, 0.9135814819335938, 0.9124284057617188, 0.9131520385742188, 0.9132810668945313]",tokens/s,280.4827379968124,kWh,1.0774463610817688e-05,5.90389793705981e-06,5.5055473337264147e-05,7.173383488514164e-05,tokens/kWh,3568748.281893762,MB,4131.328,14749.794304,0.0,14103.3472,13753.432576,s,10,496.1597578125,49.61597578125,0.0012118340934781776,49.616267578125,49.6173,49.61748984375,49.61764171875,"[49.615, 49.61626953125, 49.61373828125, 49.6143359375, 49.6172578125, 49.6158125, 49.616265625, 49.61705078125, 49.6176796875, 49.61634765625]",tokens/s,1.2697523127985695,kWh,0.0005857655442122259,0.00032105125247600884,0.0031104009201369446,0.004017217716825179,tokens/kWh,15682.495807020665,,s,629,503.58734802246113,0.800615815615995,0.10841224598595128,0.7875604248046875,0.7878268676757813,0.7879321533203125,1.699993740234375,"[0.7873894653320312, 0.7878276977539063, 0.78731982421875, 0.7871805419921875, 0.78736279296875, 0.7872388916015625, 0.787267578125, 0.7878983764648437, 0.7873833618164062, 0.787099609375, 0.787188720703125, 0.7873484497070312, 0.7874365234375, 0.7873771362304688, 0.7872051391601562, 0.787373046875, 0.7874426879882812, 0.78725732421875, 0.7873894653320312, 0.78757373046875, 0.787473388671875, 0.7873710327148438, 0.7874140014648437, 0.7875758056640625, 0.7876587524414063, 0.7874191284179688, 0.7874508666992187, 0.787493896484375, 0.7876167602539063, 0.7876249389648438, 0.787778564453125, 0.7874918212890625, 0.7875348510742187, 0.7875286865234375, 0.7873505249023437, 0.78751025390625, 0.7877457885742187, 0.7875952758789062, 0.787325927734375, 0.7875552978515625, 0.7886407470703125, 0.7873792114257813, 0.7875481567382813, 0.787557373046875, 0.7877078857421875, 0.7877457885742187, 0.7875850219726562, 0.7876956176757812, 0.7877161254882813, 0.7875584106445312, 0.7875460815429688, 0.7877037963867187, 0.7875870971679687, 0.787689453125, 0.78776318359375, 0.7879208984375, 0.787746826171875, 0.787578857421875, 0.7877642211914062, 0.7875983276367188, 0.7876976928710937, 0.787631103515625, 1.699751953125, 0.7873453979492188, 0.7871795043945312, 0.7876658935546875, 0.787420166015625, 0.7876956176757812, 0.7871898193359375, 0.7873433227539063, 0.7874088745117187, 0.7872041015625, 0.787547119140625, 0.787367919921875, 0.787409912109375, 0.7874908447265625, 0.7872102661132813, 0.7874160766601562, 0.7874580688476562, 0.7873935546875, 0.787578857421875, 0.787251220703125, 0.7880458374023438, 0.7872880859375, 0.7877447509765625, 0.7873515625, 0.7874898071289063, 0.7874212036132813, 0.7873106079101563, 0.7874283447265625, 0.7878246459960937, 0.78767822265625, 0.7875297241210938, 0.7873659057617187, 0.7876812744140625, 0.7875245971679687, 0.7874110107421874, 0.7876187744140625, 0.7876392822265625, 0.787926025390625, 0.7875266723632812, 0.7873812255859375, 0.7872839965820313, 0.7876239624023438, 0.787662841796875, 0.7877427368164063, 0.787567626953125, 0.7876925659179688, 0.7876382446289063, 0.7876771850585937, 0.7877232666015626, 0.787837890625, 0.78774169921875, 0.7875112915039062, 0.78766796875, 0.7876444091796875, 0.7877457885742187, 0.7876546630859375, 0.7877539672851562, 0.7876566772460938, 0.7879075927734375, 0.7876454467773437, 0.78784716796875, 0.7877734375, 0.7878512573242188, 1.6995697021484375, 0.7872501831054688, 0.7872686157226563, 0.7874242553710937, 0.7872081909179688, 0.7872388916015625, 0.78727783203125, 0.787230712890625, 0.787324951171875, 0.7872634887695312, 0.7872686157226563, 0.7872737426757812, 0.787162109375, 0.7873341674804688, 0.7873054809570312, 0.7873668823242187, 0.7875235595703125, 0.7877119750976562, 0.7873873901367188, 0.7871600341796875, 0.7875635375976563, 0.7874345092773437, 0.7874559936523438, 0.7873423461914062, 0.787557373046875, 0.787673095703125, 0.78746826171875, 0.78745703125, 0.7877345581054688, 0.7876259765625, 0.7876137084960938, 0.7872542724609375, 0.7875532836914062, 0.78748876953125, 0.787431396484375, 0.7875972900390625, 0.7875645141601563, 0.7875174560546875, 0.787478515625, 0.7873167114257813, 0.7876270141601562, 0.7877243041992188, 0.7875717163085938, 0.7876566772460938, 0.7876566772460938, 0.7876802368164062, 0.7875277099609375, 0.787420166015625, 0.7876004028320313, 0.7877099609375, 0.787689453125, 0.7876474609375, 0.7878492431640625, 0.7878911743164062, 0.7877232666015626, 0.7881881713867187, 0.7877775268554688, 0.7874437255859374, 0.7877345581054688, 0.7876557006835937, 0.787726318359375, 0.7878358764648438, 0.7877232666015626, 1.7006090087890624, 0.787483642578125, 0.7872051391601562, 0.78721533203125, 0.7873024291992188, 0.7875071411132812, 0.7875460815429688, 0.7872982788085937, 0.787388427734375, 0.78761474609375, 0.7873689575195313, 0.7872102661132813, 0.7875000610351562, 0.7873740844726562, 0.7872420043945313, 0.7871631469726562, 0.787430419921875, 0.7874426879882812, 0.7872255859375, 0.7873843383789062, 0.7874457397460938, 0.7874263305664062, 0.7873638305664062, 0.7875235595703125, 0.7874979858398438, 0.7874866943359375, 0.7876229248046875, 0.78744677734375, 0.787673095703125, 0.7879382934570313, 0.787577880859375, 0.7874611206054688, 0.7876229248046875, 0.7875215454101563, 0.7873341674804688, 0.7875972900390625, 0.7876618041992187, 0.7875635375976563, 0.7875031127929687, 0.787267578125, 0.7874447631835938, 0.7876198120117187, 0.7876802368164062, 0.7874160766601562, 0.7876259765625, 0.787610595703125, 0.7877191772460937, 0.7874150390625, 0.7876925659179688, 0.7874385986328125, 0.7876618041992187, 0.7876557006835937, 0.7878430786132813, 0.7875645141601563, 0.787857421875, 0.7876423950195313, 0.7881113891601562, 0.7876618041992187, 0.7876874389648437, 0.7875819702148438, 0.7879219360351563, 0.7877796020507812, 0.7877222290039062, 1.7005977783203126, 0.7877335205078125, 0.78746826171875, 0.7875798950195313, 0.787435546875, 0.7872982788085937, 0.7875031127929687, 0.78731982421875, 0.7874345092773437, 0.7873392944335937, 0.7872348022460938, 0.7873392944335937, 0.7873484497070312, 0.7873760986328125, 0.7874017333984376, 0.7873556518554687, 0.7875225830078125, 0.78745703125, 0.7876761474609375, 0.787272705078125, 0.787641357421875, 0.7875635375976563, 0.7875082397460937, 0.7873423461914062, 0.7875860595703125, 0.7874754638671875, 0.787599365234375, 0.787378173828125, 0.7877089233398438, 0.787673095703125, 0.78769970703125, 0.787314697265625, 0.7876351928710937, 0.7876690063476562, 0.7878092651367188, 0.7877581176757813, 0.7875010375976562, 0.787725341796875, 0.7875194702148437, 0.7874959106445313, 0.7877345581054688, 0.7881758422851562, 0.78774169921875, 0.787541015625, 0.787641357421875, 0.7876433715820312, 0.78759423828125, 0.7875266723632812, 0.787547119140625, 0.7876720581054687, 0.7875901489257813, 0.7874826049804687, 0.7877816162109375, 0.7876013793945312, 0.7878123779296875, 0.78763623046875, 0.787904541015625, 0.7877723999023437, 0.7875932006835937, 0.7876270141601562, 0.7878092651367188, 0.787857421875, 0.7877652587890625, 1.7000877685546876, 0.7874088745117187, 0.7871867065429687, 0.7872716674804687, 0.7873218383789062, 0.7875880737304688, 0.7871907958984375, 0.7871907958984375, 0.7875655517578125, 0.7874078979492187, 0.7872020263671875, 0.7873515625, 0.7874529418945313, 0.7872379150390625, 0.7873648681640625, 0.7876423950195313, 0.7875440673828125, 0.7873976440429687, 0.7874754638671875, 0.7871702880859375, 0.7874866943359375, 0.787567626953125, 0.787356689453125, 0.7872553100585937, 0.7874078979492187, 0.7874088745117187, 0.787583984375, 0.7874949340820312, 0.7876137084960938, 0.78755224609375, 0.7879423828125, 0.7873904418945312, 0.787493896484375, 0.7874078979492187, 0.78748876953125, 0.7874692993164063, 0.787620849609375, 0.787610595703125, 0.7875298461914062, 0.7877088623046875, 0.7876055297851563, 0.787662841796875, 0.7874641723632813, 0.78766796875, 0.7876004028320313, 0.7877406616210938, 0.787583984375, 0.7876055297851563, 0.7876546630859375, 0.7876986694335938, 0.7876566772460938, 0.7876383056640625, 0.7878706665039062, 0.7879987182617187, 0.7877335205078125, 0.78772021484375, 0.7878092651367188, 0.7878850708007813, 0.7876710205078125, 0.7881656494140625, 0.7879014282226563, 0.7877755126953125, 0.7877099609375, 1.701200927734375, 0.7873176879882813, 0.787293212890625, 0.7872952270507813, 0.7875594482421875, 0.7874426879882812, 0.787198974609375, 0.7872471313476562, 0.7872911376953124, 0.7874232177734375, 0.7873689575195313, 0.7873331298828125, 0.7874058227539062, 0.7874017333984376, 0.7872737426757812, 0.7873331298828125, 0.7874385986328125, 0.7874191284179688, 0.7874017333984376, 0.7872901000976562, 0.7874283447265625, 0.787515380859375, 0.787547119140625, 0.7873925170898437, 0.7875419921875, 0.78744677734375, 0.7876454467773437, 0.7877324829101563, 0.7874631958007813, 0.7877058715820312, 0.787535888671875, 0.7874898071289063, 0.7878482055664062, 0.7879567260742187, 0.7876495361328125, 0.7876034545898437, 0.7875532836914062, 0.7875430297851562, 0.7875921630859375, 0.7873095703125, 0.7875625, 0.78782666015625, 0.787620849609375, 0.7875348510742187, 0.7876085815429688, 0.7877089233398438, 0.7876669311523438, 0.7876812744140625, 0.7876710205078125, 0.78766796875, 0.7877816162109375, 0.7879290771484375, 0.7879454956054688, 0.7879976806640625, 0.7876517333984375, 0.7877149658203125, 0.7878461303710937, 0.7875911865234375, 0.7876966552734375, 0.787631103515625, 0.78755224609375, 0.7879024658203125, 0.7876259765625, 1.70022705078125, 0.7875594482421875, 0.78723583984375, 0.7874191284179688, 0.787198974609375, 0.7872686157226563, 0.7871181030273438, 0.7877017822265625, 0.7875512084960937, 0.7874385986328125, 0.7874559936523438, 0.7872973022460937, 0.787314697265625, 0.78729931640625, 0.7872962646484375, 0.7871580200195313, 0.787746826171875, 0.7875327758789062, 0.7873853149414063, 0.787293212890625, 0.7874826049804687, 0.7875215454101563, 0.7872368774414062, 0.7874324340820312, 0.7875327758789062, 0.7875235595703125, 0.7874478149414063, 0.7876331787109375, 0.7875891723632813, 0.7875859985351562, 0.7877007446289063, 0.7874160766601562, 0.787599365234375, 0.7874959106445313, 0.7874754638671875, 0.7874877319335938, 0.78748876953125, 0.7874498291015625, 0.7874805908203125, 0.7878082275390625, 0.7875235595703125, 0.787651611328125, 0.7876915283203125, 0.7880130615234375, 0.78761474609375, 0.7879639282226563, 0.7877069091796876, 0.7876300659179688, 0.7876986694335938, 0.787557373046875, 0.7877713623046875, 0.78784716796875, 0.7877693481445313, 0.7877744750976563, 0.7877345581054688, 0.7875850219726562, 0.78782568359375, 0.7878164672851562, 0.7881676635742187, 0.787620849609375, 0.7878819580078125, 0.7880181884765625, 0.7877590942382813, 1.7008077392578125, 0.7872061157226562, 0.7874129638671875, 0.7873648681640625, 0.7873535766601563, 0.7873863525390625, 0.7871282958984375, 0.7873597412109375, 0.7872420043945313, 0.7874212036132813, 0.7874221801757812, 0.7876751098632813, 0.7873372192382813, 0.7878276977539063, 0.7873167114257813, 0.7873597412109375, 0.7876280517578125, 0.7874334716796875, 0.7874242553710937, 0.787505126953125, 0.7876085815429688, 0.7875798950195313, 0.7873863525390625, 0.7873587036132812, 0.7877652587890625, 0.7876137084960938, 0.7875379028320313, 0.7875327758789062, 0.788046875, 0.78748876953125, 0.787620849609375, 0.7874703369140625, 0.7880653076171875, 0.7876658935546875, 0.7874744262695312, 0.7875604248046875, 0.78757373046875, 0.7876044921875, 0.7876546630859375, 0.7875245971679687, 0.787610595703125, 0.7875880737304688, 0.7875543212890626, 0.7874611206054688, 0.7875911865234375, 0.7878727416992187, 0.7876658935546875, 0.78759423828125, 0.7877918701171875, 0.7876935424804687, 0.7877642211914062, 0.787968994140625, 0.7876566772460938, 0.7876710205078125, 0.7877816162109375, 0.787515380859375, 0.7879352416992188, 0.7876505737304688, 0.7879342041015625, 0.7875798950195313, 0.7877232666015626, 0.7877222290039062, 0.7877560424804687, 1.7010042724609375, 0.7872798461914062, 0.7875594482421875, 0.7873065185546875, 0.7873792114257813, 0.7873269653320313, 0.787599365234375, 0.7872819213867187, 0.7873095703125, 0.78731982421875, 0.7872245483398438, 0.78710986328125, 0.7874058227539062, 0.7873423461914062, 0.7874447631835938, 0.7873290405273438, 0.7874765014648437, 0.7874242553710937, 0.7872481079101562, 0.7873320922851562, 0.7873853149414063, 0.7874437255859374, 0.787346435546875, 0.7874027709960938, 0.7875379028320313, 0.78784716796875, 0.7875983276367188, 0.787483642578125, 0.7877427368164063, 0.7877099609375, 0.787631103515625, 0.7873853149414063, 0.787577880859375, 0.787473388671875, 0.7875932006835937, 0.7877273559570312, 0.787583984375, 0.7874365234375, 0.7876618041992187, 0.787589111328125, 0.7877713623046875, 0.7877355346679688, 0.7875502319335937, 0.7877171020507813, 0.7874498901367187, 0.7878665771484376, 0.7876700439453125, 0.7874508666992187, 0.7876690063476562, 0.7876382446289063, 0.7878379516601562, 0.7876720581054687, 0.7877007446289063, 0.7876853637695312, 0.7878174438476563, 0.78761572265625, 0.7878092651367188, 0.7880499267578125, 0.7881431274414062, 0.7876618041992187, 0.7876300659179688, 0.7877119750976562, 0.7878717651367187]",tokens/s,1.2490385282116847,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,i,i,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/i/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474f0-349a03145acdfb5379d4a46e;ed5f7429-6234-4f53-9651-61cc6da9f72c) Repository Not Found for url: https://huggingface.co/i/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: i is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciLM-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4298.846208,5279.055872,0.0,4632.608768,4516.927488,s,10,3.326992431640625,0.3326992431640625,0.0005377010583483984,0.33267803955078123,0.3333902648925781,0.33346829528808597,0.3335307196044922,"[0.3327217102050781, 0.3333729248046875, 0.3327576904296875, 0.33179364013671875, 0.33354632568359377, 0.33208856201171877, 0.3332733154296875, 0.33248043823242185, 0.3326343688964844, 0.3323234558105469]",tokens/s,769.4637281569043,kWh,3.92171635315837e-06,2.148938237605175e-06,1.991321485528991e-05,2.5983869446053454e-05,tokens/kWh,9852266.250471113,MB,4298.846208,5279.055872,0.0,4632.608768,4542.985728,s,10,182.7859609375,18.278596093750004,0.002359684569405626,18.2785458984375,18.281563671875,18.2821138671875,18.282554023437502,"[18.276474609375, 18.2743046875, 18.27764453125, 18.27920703125, 18.280349609375, 18.276783203125, 18.27805859375, 18.2826640625, 18.28144140625, 18.279033203125]",tokens/s,3.4466542001845304,kWh,0.0002156864516031144,0.00011821413526535311,0.0010683561279817217,0.0014022567148501894,tokens/kWh,44927.57947444069,,s,629,185.48922000122073,0.2948954213055973,0.039579498648979174,0.2900756530761719,0.29029805908203127,0.29055631713867186,0.6229591772460937,"[0.29048934936523435, 0.28997842407226565, 0.2901544189453125, 0.29024050903320314, 0.2899200134277344, 0.2901463012695312, 0.29028250122070315, 0.28992208862304686, 0.289987548828125, 0.29052621459960937, 0.28999578857421876, 0.28999578857421876, 0.2899476623535156, 0.29001422119140624, 0.2902640686035156, 0.2903684997558594, 0.28995175170898435, 0.29007666015625, 0.2901524353027344, 0.2902476806640625, 0.29006539916992186, 0.2899783630371094, 0.29004595947265627, 0.2899978332519531, 0.28994049072265626, 0.29005108642578126, 0.29007461547851565, 0.2899578857421875, 0.2911088562011719, 0.29013504028320314, 0.29012173461914065, 0.28994149780273437, 0.28994866943359376, 0.28996609497070314, 0.29017599487304685, 0.2900981750488281, 0.2899005432128906, 0.290092041015625, 0.29003057861328124, 0.2898790283203125, 0.29012274169921876, 0.29033163452148436, 0.289902587890625, 0.2902528076171875, 0.2900787048339844, 0.2900490112304687, 0.2900203552246094, 0.2899292907714844, 0.29006842041015624, 0.2899630126953125, 0.29009408569335937, 0.29015451049804686, 0.2900623474121094, 0.28993228149414063, 0.2901166076660156, 0.28997528076171875, 0.289870849609375, 0.28998245239257814, 0.2899978332519531, 0.28996914672851565, 0.290165771484375, 0.29005209350585937, 0.624068603515625, 0.2898718872070313, 0.2902425537109375, 0.28993228149414063, 0.290155517578125, 0.2899814453125, 0.2899455871582031, 0.2899148864746094, 0.2898821105957031, 0.2900111389160156, 0.28992410278320313, 0.28991079711914064, 0.2901790771484375, 0.2899220581054687, 0.2898810729980469, 0.289939453125, 0.2900285339355469, 0.28992410278320313, 0.2900469665527344, 0.29006439208984375, 0.2902087707519531, 0.2905763854980469, 0.29061529541015624, 0.2901114807128906, 0.29008486938476563, 0.2899998779296875, 0.2900060119628906, 0.28995175170898435, 0.28988519287109377, 0.29009304809570313, 0.2900264892578125, 0.2900008850097656, 0.2900408325195313, 0.2900807800292969, 0.29015655517578126, 0.2900561828613281, 0.2899435424804688, 0.2900234375, 0.2899230651855469, 0.2900326538085938, 0.2900213623046875, 0.29006439208984375, 0.29004595947265627, 0.29027020263671877, 0.29004391479492186, 0.2900705261230469, 0.29137716674804687, 0.29007769775390624, 0.2900531311035156, 0.28989132690429686, 0.2898852233886719, 0.2898647155761719, 0.28993634033203125, 0.289986572265625, 0.2900531311035156, 0.2900428771972656, 0.2901002197265625, 0.2900254821777344, 0.2898974609375, 0.29006539916992186, 0.290229248046875, 0.2900060119628906, 0.29005517578125, 0.6235125732421875, 0.2899794006347656, 0.2899405517578125, 0.28996499633789063, 0.29004391479492186, 0.28999679565429687, 0.2899578857421875, 0.2899568786621094, 0.2900838317871094, 0.2900193176269531, 0.2900111389160156, 0.2899158935546875, 0.29003057861328124, 0.29005108642578126, 0.2899814453125, 0.2900008850097656, 0.2900203552246094, 0.29017599487304685, 0.2901923828125, 0.29014321899414064, 0.28996096801757815, 0.2900418701171875, 0.2899435424804688, 0.29022515869140625, 0.28992410278320313, 0.29026611328125, 0.29059686279296876, 0.29017599487304685, 0.2900469665527344, 0.2900869140625, 0.29011557006835936, 0.29002139282226563, 0.29003976440429685, 0.28999884033203127, 0.28994149780273437, 0.29005517578125, 0.28998245239257814, 0.29029580688476564, 0.2904576110839844, 0.2901954650878906, 0.2901063537597656, 0.290092041015625, 0.29003570556640623, 0.2901043090820313, 0.2900264892578125, 0.2900756530761719, 0.29005517578125, 0.29184613037109375, 0.2904156188964844, 0.2901934204101563, 0.29006439208984375, 0.2901790771484375, 0.2901463012695312, 0.2899814453125, 0.2901053466796875, 0.28997119140625, 0.28998757934570313, 0.28995993041992185, 0.29017498779296874, 0.2900336608886719, 0.29015655517578126, 0.29017803955078125, 0.29022003173828126, 0.622466064453125, 0.29012069702148435, 0.2900787048339844, 0.29003775024414064, 0.2900111389160156, 0.29001626586914064, 0.2899087219238281, 0.290039794921875, 0.2902425537109375, 0.2901084289550781, 0.2899794006347656, 0.290150390625, 0.2908938293457031, 0.2901616516113281, 0.2901422119140625, 0.2903521423339844, 0.2907955322265625, 0.290050048828125, 0.29015655517578126, 0.29015451049804686, 0.29000396728515626, 0.2902200927734375, 0.29001516723632814, 0.29014117431640624, 0.290060302734375, 0.2899425354003906, 0.29006643676757815, 0.29003570556640623, 0.29000909423828125, 0.2900756530761719, 0.2902865905761719, 0.29042074584960936, 0.2900961303710938, 0.29021798706054686, 0.2900869140625, 0.290218994140625, 0.29004391479492186, 0.2900254821777344, 0.2900981750488281, 0.2902108154296875, 0.2902742919921875, 0.2904176635742188, 0.2901862487792969, 0.29012274169921876, 0.2900531311035156, 0.2901442565917969, 0.2900705261230469, 0.29005209350585937, 0.2900777587890625, 0.29038177490234374, 0.2900234375, 0.29001318359375, 0.2901114807128906, 0.29018521118164065, 0.2900613098144531, 0.29015866088867187, 0.29008480834960937, 0.29018521118164065, 0.2901729431152344, 0.2900736083984375, 0.28997222900390623, 0.2900490112304687, 0.28998757934570313, 0.6242181396484375, 0.2901309509277344, 0.2902138977050781, 0.2900684814453125, 0.29003570556640623, 0.29001214599609376, 0.29009100341796873, 0.2900408325195313, 0.290092041015625, 0.29001214599609376, 0.29004595947265627, 0.29015960693359377, 0.29007156372070314, 0.2903193664550781, 0.2903951416015625, 0.29001318359375, 0.2900531311035156, 0.29113446044921876, 0.29007156372070314, 0.289838134765625, 0.28999981689453125, 0.29001422119140624, 0.29032550048828126, 0.2902722473144531, 0.29011456298828125, 0.2900234375, 0.29008486938476563, 0.29020468139648437, 0.2900623474121094, 0.29000396728515626, 0.28990567016601565, 0.2901176452636719, 0.2899507141113281, 0.2899978332519531, 0.2900071105957031, 0.2902414855957031, 0.290334716796875, 0.29016781616210935, 0.29010739135742186, 0.29043505859375, 0.29016064453125, 0.28998861694335937, 0.2915840148925781, 0.2901022644042969, 0.29008798217773435, 0.2901687927246094, 0.29012173461914065, 0.2902097778320312, 0.29017599487304685, 0.2900428771972656, 0.2900787048339844, 0.2901381225585937, 0.29017599487304685, 0.29005209350585937, 0.29012173461914065, 0.29002239990234374, 0.2900111389160156, 0.29113446044921876, 0.29006539916992186, 0.28995175170898435, 0.289986572265625, 0.2901923828125, 0.2900234375, 0.6228316040039062, 0.29002752685546873, 0.28995892333984374, 0.29015142822265627, 0.2900623779296875, 0.2900479736328125, 0.2898759765625, 0.29012991333007815, 0.28995480346679686, 0.2900346984863281, 0.290044921875, 0.2901954650878906, 0.2899834899902344, 0.29013299560546874, 0.2900336608886719, 0.290102294921875, 0.29008688354492185, 0.2899476623535156, 0.2902865905761719, 0.2902005615234375, 0.2902067565917969, 0.29018927001953126, 0.2901176452636719, 0.289944580078125, 0.29165875244140627, 0.29002957153320313, 0.2899814453125, 0.2900582275390625, 0.29012069702148435, 0.28985549926757814, 0.2899148864746094, 0.2900316162109375, 0.2899937133789062, 0.2899773559570312, 0.2900203552246094, 0.2902015991210937, 0.289944580078125, 0.2899435424804688, 0.290882568359375, 0.2900039978027344, 0.2901585693359375, 0.29046170043945313, 0.29017498779296874, 0.2902169494628906, 0.2904217529296875, 0.2899354248046875, 0.2899680786132813, 0.290050048828125, 0.289934326171875, 0.29005722045898436, 0.28979098510742185, 0.2899558410644531, 0.29022720336914065, 0.29001010131835936, 0.28999679565429687, 0.28998757934570313, 0.29011251831054685, 0.29015142822265627, 0.29007257080078125, 0.2901309509277344, 0.2900029296875, 0.28995590209960936, 0.28990765380859373, 0.6238914794921875, 0.2900060119628906, 0.290102294921875, 0.2899630126953125, 0.2900028991699219, 0.28994149780273437, 0.29011251831054685, 0.28995175170898435, 0.2899210205078125, 0.29008282470703123, 0.2899507141113281, 0.29012069702148435, 0.29014117431640624, 0.2900060119628906, 0.2900378112792969, 0.2900602111816406, 0.290050048828125, 0.28991180419921875, 0.29000192260742186, 0.28995993041992185, 0.2901309509277344, 0.2900387878417969, 0.29006744384765626, 0.2915348510742187, 0.2900838317871094, 0.29022720336914065, 0.29019134521484374, 0.2902056884765625, 0.2900490112304687, 0.2900408325195313, 0.2901033020019531, 0.2901862487792969, 0.29006951904296874, 0.290165771484375, 0.289939453125, 0.289902587890625, 0.29008486938476563, 0.2902231140136719, 0.28996609497070314, 0.29005926513671876, 0.2900613098144531, 0.2899312744140625, 0.29003057861328124, 0.28999679565429687, 0.2900336608886719, 0.29022720336914065, 0.2904371337890625, 0.2902056884765625, 0.2900561828613281, 0.29012173461914065, 0.2899998779296875, 0.291962890625, 0.29031527709960936, 0.29006744384765626, 0.2901391296386719, 0.290155517578125, 0.29001727294921875, 0.2899558410644531, 0.29011456298828125, 0.29005517578125, 0.28997427368164064, 0.2899916687011719, 0.2900705261230469, 0.6232084350585938, 0.29005108642578126, 0.2903337097167969, 0.29027740478515623, 0.2901421813964844, 0.28992715454101564, 0.2900285339355469, 0.28996710205078124, 0.2900203552246094, 0.2901299438476562, 0.2899394226074219, 0.2901177062988281, 0.29019540405273436, 0.29000704956054685, 0.2901534729003906, 0.28996609497070314, 0.29129318237304686, 0.29014938354492187, 0.2903746643066406, 0.29061734008789064, 0.2900950927734375, 0.2901319580078125, 0.2900050048828125, 0.29005517578125, 0.29007666015625, 0.2900736083984375, 0.2901811218261719, 0.2901452941894531, 0.29006643676757815, 0.2900367431640625, 0.2899937133789062, 0.2901104736328125, 0.29006539916992186, 0.29008587646484374, 0.29038796997070315, 0.2899374084472656, 0.28996710205078124, 0.2900971374511719, 0.2902947692871094, 0.29024664306640624, 0.2901269226074219, 0.29021075439453126, 0.2901719055175781, 0.2900787048339844, 0.2901063537597656, 0.2901084289550781, 0.28992510986328124, 0.2901923828125, 0.2923212890625, 0.29026715087890625, 0.29060299682617186, 0.2904033203125, 0.2902794189453125, 0.2901247863769531, 0.29021185302734376, 0.29023538208007815, 0.2900316162109375, 0.2901053466796875, 0.2900889587402344, 0.29013504028320314, 0.29010739135742186, 0.29012686157226564, 0.29022412109375, 0.6233456420898438, 0.29006951904296874, 0.2898944091796875, 0.29017599487304685, 0.2902784118652344, 0.29005517578125, 0.29004391479492186, 0.29016473388671876, 0.2902159423828125, 0.2901524353027344, 0.2900961303710938, 0.2902763671875, 0.2901616516113281, 0.29003775024414064, 0.28998245239257814, 0.2901637268066406, 0.2901585998535156, 0.29130853271484375, 0.2900736083984375, 0.29009103393554686, 0.29034698486328125, 0.29069210815429686, 0.2902845458984375, 0.2901893005371094, 0.29034597778320315, 0.2901534729003906, 0.29009304809570313, 0.29011557006835936, 0.290155517578125, 0.2901842041015625, 0.2900889587402344, 0.29024664306640624, 0.2901166076660156, 0.2903480224609375, 0.29019851684570314, 0.2900961303710938, 0.290150390625, 0.2899578857421875, 0.2899844970703125, 0.29014938354492187, 0.2900316162109375, 0.2899650573730469, 0.29014321899414064, 0.2901176452636719, 0.2899200134277344, 0.29007769775390624, 0.2901053466796875, 0.2901637268066406, 0.2900561828613281, 0.29000909423828125, 0.28999578857421876, 0.29007156372070314, 0.2899507141113281, 0.2901381225585937, 0.29189837646484373, 0.2900684814453125, 0.2904104919433594, 0.2900807800292969, 0.2900408325195313, 0.2901667785644531, 0.29008587646484374, 0.2900531311035156, 0.29000192260742186, 0.6230087890625, 0.28999578857421876, 0.2901227722167969, 0.28996810913085935, 0.29011968994140624, 0.289890380859375, 0.2900438537597656, 0.2898882446289063, 0.2899732971191406, 0.289829833984375, 0.2899507141113281, 0.29001318359375, 0.290018310546875, 0.29022616577148436, 0.29003775024414064, 0.2900613098144531, 0.290155517578125, 0.2900203552246094, 0.29012173461914065, 0.29016473388671876, 0.29006439208984375, 0.2900254821777344, 0.29007769775390624, 0.2901247863769531, 0.2900469665527344, 0.29025997924804686, 0.2922946472167969, 0.29018212890625, 0.29009100341796873, 0.29007974243164064, 0.29008587646484374, 0.2901053466796875, 0.29008587646484374, 0.2899200134277344, 0.29028350830078126, 0.29007257080078125, 0.2900623474121094, 0.2899681396484375, 0.2902138977050781, 0.29013299560546874, 0.2901391296386719, 0.290092041015625, 0.2899578857421875, 0.2900346984863281, 0.2902763671875, 0.2902425537109375, 0.29019851684570314, 0.290440185546875, 0.2900807800292969, 0.2900531311035156, 0.2900367431640625, 0.2902036437988281, 0.28996914672851565, 0.289976318359375, 0.29010739135742186, 0.2901114807128906, 0.2900950927734375, 0.29011865234375, 0.29035110473632814, 0.2900961303710938, 0.2903070678710937, 0.2903337097167969, 0.2902015991210937]",tokens/s,3.3910326432763074,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2113.265664,2846.359552,0.0,2199.912448,2075.280896,s,10,1.3802319183349607,0.13802319183349607,0.00014044199722631345,0.1380166015625,0.13821563415527344,0.13821616973876955,0.13821659820556642,"[0.13821551513671876, 0.1378353271484375, 0.13788758850097657, 0.1381568603515625, 0.13811590576171875, 0.13802584838867188, 0.1378383331298828, 0.13793247985839843, 0.13821670532226563, 0.13800735473632814]",tokens/s,1854.7607586761576,kWh,1.6287235500605686e-06,8.924508511495645e-07,7.361132220712558e-06,9.882306621922691e-06,tokens/kWh,25904883.322694648,MB,2113.265664,2846.359552,0.0,2199.912448,2180.297216,s,10,73.15644287109374,7.315644287109374,0.0009119967143957294,7.31584423828125,7.316387158203125,7.317026342773437,7.317537690429687,"[7.3145400390625, 7.3160107421875, 7.3159296875, 7.31595751953125, 7.3157587890625, 7.3162451171875, 7.31766552734375, 7.31484375, 7.3145595703125, 7.31493212890625]",tokens/s,8.611681695761229,kWh,8.636742947013592e-05,4.733560588924089e-05,0.0003907540196044943,0.0005244570549638711,tokens/kWh,120124.23019905787,,s,629,74.28238652038573,0.11809600400697257,0.016419796261637202,0.11609600067138671,0.11621376037597657,0.11630264129638672,0.25426227294921877,"[0.11606739044189453, 0.11609388732910156, 0.11630079650878906, 0.11659878540039062, 0.11606835174560547, 0.11598336029052735, 0.11613798522949219, 0.1159731216430664, 0.11608370971679688, 0.11595366668701172, 0.11605811309814452, 0.11599974060058593, 0.11608576202392579, 0.11598131561279297, 0.11614105224609375, 0.1159188461303711, 0.1160939483642578, 0.11594956970214844, 0.11608370971679688, 0.1159710693359375, 0.1161553955078125, 0.1159925765991211, 0.11611961364746094, 0.11605292510986329, 0.11605606079101563, 0.1159557113647461, 0.1160796127319336, 0.11599052429199219, 0.11616767883300781, 0.11598643493652344, 0.11614412689208985, 0.11596697235107421, 0.11609292602539062, 0.1159925765991211, 0.1161164779663086, 0.11598131561279297, 0.1160939483642578, 0.11615948486328125, 0.11614822387695313, 0.11608780670166016, 0.11616361236572266, 0.11611440277099609, 0.11616665649414062, 0.11608576202392579, 0.11610829162597656, 0.11608780670166016, 0.11622195434570312, 0.11613184356689453, 0.11621273803710938, 0.11623014068603515, 0.11615129852294923, 0.11607756805419922, 0.116136962890625, 0.11610623931884766, 0.11619225311279296, 0.11608780670166016, 0.11615744018554687, 0.11630598449707032, 0.11618707275390625, 0.11607039642333984, 0.11615846252441406, 0.1160939483642578, 0.25422540283203127, 0.11605094146728516, 0.11608985900878906, 0.11603660583496093, 0.11691110229492188, 0.11604991912841797, 0.11606527709960937, 0.11607244873046875, 0.11616051483154297, 0.11611443328857422, 0.11608985900878906, 0.11600486755371094, 0.11605299377441407, 0.11601305389404297, 0.11608064270019532, 0.11601305389404297, 0.11604582214355469, 0.11604889678955078, 0.11608985900878906, 0.11601203155517578, 0.11607039642333984, 0.1160284194946289, 0.11606425476074218, 0.11609600067138671, 0.11608268737792969, 0.11601209259033203, 0.11611539459228516, 0.11608576202392579, 0.11608370971679688, 0.11619123077392578, 0.11611238098144532, 0.11606425476074218, 0.11610111999511719, 0.1160417251586914, 0.11626290893554687, 0.11618406677246093, 0.11620352172851563, 0.11612671661376953, 0.11617075347900391, 0.11607347106933594, 0.11621478271484376, 0.1160263671875, 0.11618201446533204, 0.11602022552490235, 0.11615334320068359, 0.11610214233398437, 0.11621376037597657, 0.11609804534912109, 0.11616153717041015, 0.11608268737792969, 0.11621887969970703, 0.11611545562744141, 0.11616255950927734, 0.11611750030517579, 0.11618201446533204, 0.116136962890625, 0.11619225311279296, 0.11605606079101563, 0.11618816375732421, 0.11611238098144532, 0.11648204803466797, 0.11609600067138671, 0.11617075347900391, 0.254276611328125, 0.11598847961425782, 0.11604377746582031, 0.1160816650390625, 0.11595366668701172, 0.1160847396850586, 0.1160478744506836, 0.11600486755371094, 0.11605709075927734, 0.11603660583496093, 0.11601407623291016, 0.11603046417236328, 0.11605811309814452, 0.11611135864257813, 0.11610111999511719, 0.11606835174560547, 0.11641241455078125, 0.11605197143554688, 0.11613491058349609, 0.11605299377441407, 0.11605094146728516, 0.11619225311279296, 0.11615129852294923, 0.11614617919921875, 0.1160970230102539, 0.11603353881835937, 0.11619840240478516, 0.11607347106933594, 0.11604582214355469, 0.11613900756835938, 0.11612364959716796, 0.11616460418701172, 0.1160970230102539, 0.11612057495117188, 0.1161523208618164, 0.11607142639160156, 0.11611750030517579, 0.11604070281982422, 0.11615846252441406, 0.11610214233398437, 0.11613593292236328, 0.1160417251586914, 0.11620044708251953, 0.11606630706787109, 0.11614822387695313, 0.11606425476074218, 0.11617894744873047, 0.11615436553955077, 0.11620146942138672, 0.11612364959716796, 0.11619123077392578, 0.11608678436279297, 0.11616665649414062, 0.11612774658203125, 0.11618816375732421, 0.11651277160644531, 0.11634381103515624, 0.11613085174560547, 0.11618096160888672, 0.11621478271484376, 0.11619840240478516, 0.11610931396484375, 0.11619840240478516, 0.25452748107910156, 0.1160447998046875, 0.11602124786376954, 0.1159925765991211, 0.1160601577758789, 0.1160079345703125, 0.11608780670166016, 0.11601920318603516, 0.1161553955078125, 0.11612064361572266, 0.11605907440185546, 0.11604377746582031, 0.11610931396484375, 0.1159854736328125, 0.11603347015380859, 0.11602329254150391, 0.11604889678955078, 0.11605094146728516, 0.11620658874511719, 0.11606118774414062, 0.11604991912841797, 0.11606527709960937, 0.11607244873046875, 0.11608064270019532, 0.11615129852294923, 0.11600588989257812, 0.11605299377441407, 0.11608985900878906, 0.11607449340820312, 0.11606732940673828, 0.11612774658203125, 0.11608678436279297, 0.11612057495117188, 0.11606835174560547, 0.11620454406738281, 0.11614310455322266, 0.1161553955078125, 0.11604684448242188, 0.11651583862304687, 0.11613184356689453, 0.11614924621582032, 0.11611750030517579, 0.11619942474365234, 0.11601510620117188, 0.11616153717041015, 0.11605606079101563, 0.11615129852294923, 0.11614720153808594, 0.11675135803222657, 0.116347900390625, 0.11618406677246093, 0.11608985900878906, 0.11614617919921875, 0.11621478271484376, 0.1162086410522461, 0.11607449340820312, 0.11620556640625, 0.11609811401367187, 0.11621778869628906, 0.11610422515869141, 0.11614409637451172, 0.11615846252441406, 0.11623219299316406, 0.2545264587402344, 0.11601920318603516, 0.11610623931884766, 0.11608268737792969, 0.11598336029052735, 0.11604889678955078, 0.11609497833251953, 0.116063232421875, 0.11612979125976562, 0.11605197143554688, 0.11606425476074218, 0.11608268737792969, 0.1160939483642578, 0.11604377746582031, 0.11626496124267578, 0.11609088134765624, 0.11605709075927734, 0.11608064270019532, 0.11609600067138671, 0.11603763580322266, 0.11610214233398437, 0.1160939483642578, 0.1160970230102539, 0.11609190368652343, 0.1160939483642578, 0.1160099868774414, 0.11607859039306641, 0.1160447998046875, 0.11609088134765624, 0.11609600067138671, 0.11615334320068359, 0.1161185302734375, 0.11620454406738281, 0.11605197143554688, 0.11623628997802735, 0.11611545562744141, 0.11613286590576172, 0.1160796127319336, 0.11612467193603515, 0.116063232421875, 0.11647283172607421, 0.11609600067138671, 0.11620556640625, 0.11605913543701171, 0.11615436553955077, 0.11603865814208984, 0.11616767883300781, 0.11610829162597656, 0.11615129852294923, 0.11616358184814453, 0.11620249938964844, 0.11619229125976563, 0.11613692474365235, 0.11610931396484375, 0.11619430541992187, 0.11605203247070313, 0.116264892578125, 0.11616665649414062, 0.11625984191894531, 0.11609088134765624, 0.11624345397949219, 0.11610316467285156, 0.11618201446533204, 0.2544025573730469, 0.11600588989257812, 0.11609190368652343, 0.11606732940673828, 0.11620044708251953, 0.1159731216430664, 0.11624038696289063, 0.11609088134765624, 0.11604684448242188, 0.11606732940673828, 0.1164031982421875, 0.11607654571533203, 0.11616051483154297, 0.11601715087890625, 0.11607039642333984, 0.11601305389404297, 0.11605913543701171, 0.11602534484863282, 0.11607142639160156, 0.11611135864257813, 0.11608882904052735, 0.11598643493652344, 0.11611443328857422, 0.11607756805419922, 0.11609804534912109, 0.11607347106933594, 0.11607347106933594, 0.11605709075927734, 0.11612467193603515, 0.11607347106933594, 0.11614310455322266, 0.11609190368652343, 0.11607756805419922, 0.1160601577758789, 0.11610316467285156, 0.11608268737792969, 0.11638579559326172, 0.11609088134765624, 0.1161717758178711, 0.11611548614501953, 0.11614717102050781, 0.11601510620117188, 0.11625881958007812, 0.11604582214355469, 0.11614208221435547, 0.1161861114501953, 0.11619532775878906, 0.11617996978759766, 0.1161523208618164, 0.11610316467285156, 0.11620966339111329, 0.1160796127319336, 0.11614617919921875, 0.11612262725830078, 0.11624447631835938, 0.11609292602539062, 0.11621683502197265, 0.11612569427490234, 0.11620556640625, 0.11612979125976562, 0.11617996978759766, 0.11609088134765624, 0.11674726104736328, 0.25418240356445315, 0.11597824096679688, 0.11611443328857422, 0.11607756805419922, 0.1160601577758789, 0.11616153717041015, 0.11611135864257813, 0.11605709075927734, 0.1160796127319336, 0.1161338882446289, 0.11607347106933594, 0.11605401611328126, 0.11684659576416015, 0.11605606079101563, 0.11607654571533203, 0.11630387115478516, 0.11615948486328125, 0.11604991912841797, 0.11614412689208985, 0.11603763580322266, 0.11606835174560547, 0.11599974060058593, 0.11609190368652343, 0.11610726165771484, 0.11615744018554687, 0.11605299377441407, 0.11609190368652343, 0.11602227020263672, 0.11625574493408203, 0.11609907531738281, 0.11607449340820312, 0.11613900756835938, 0.11661414337158203, 0.11616665649414062, 0.11625062561035156, 0.11610009765625, 0.11614720153808594, 0.11608067321777343, 0.11617584228515625, 0.11610726165771484, 0.11616358184814453, 0.1161185302734375, 0.11615744018554687, 0.11603968048095703, 0.11616563415527344, 0.11605094146728516, 0.1161717758178711, 0.11612876892089843, 0.11624857330322266, 0.11612067413330078, 0.11622492980957032, 0.11609088134765624, 0.11653324890136718, 0.1161523208618164, 0.11623321533203125, 0.11608576202392579, 0.11618099212646485, 0.11605913543701171, 0.11646566772460938, 0.1161338882446289, 0.11620966339111329, 0.11610521697998047, 0.11614310455322266, 0.2542909393310547, 0.1160284194946289, 0.11603968048095703, 0.11602534484863282, 0.1160601577758789, 0.11599462127685548, 0.11602944183349609, 0.11604582214355469, 0.11603456115722656, 0.11603046417236328, 0.11602534484863282, 0.11601715087890625, 0.11607039642333984, 0.11602944183349609, 0.11607859039306641, 0.11602947235107422, 0.11607753753662109, 0.11606527709960937, 0.11609190368652343, 0.11601612854003907, 0.1165506591796875, 0.11609907531738281, 0.11611545562744141, 0.11608064270019532, 0.11609600067138671, 0.11601920318603516, 0.11608064270019532, 0.11600281524658203, 0.11605094146728516, 0.11607142639160156, 0.116063232421875, 0.11603968048095703, 0.11607654571533203, 0.11597618865966797, 0.11609497833251953, 0.11605094146728516, 0.11611443328857422, 0.1160447998046875, 0.11612671661376953, 0.11607449340820312, 0.11620044708251953, 0.11610419464111328, 0.11615948486328125, 0.11604991912841797, 0.11616358184814453, 0.11606630706787109, 0.1161717758178711, 0.11612364959716796, 0.11618099212646485, 0.11605913543701171, 0.11623731231689453, 0.11608780670166016, 0.11612262725830078, 0.11616153717041015, 0.11700736236572265, 0.11615334320068359, 0.11619635009765625, 0.11607142639160156, 0.11613184356689453, 0.11603763580322266, 0.1161891860961914, 0.11607039642333984, 0.11614720153808594, 0.2545909729003906, 0.11606732940673828, 0.11607142639160156, 0.11608576202392579, 0.11599565124511718, 0.11606425476074218, 0.11607347106933594, 0.1160284194946289, 0.11606937408447265, 0.1160478744506836, 0.1160447998046875, 0.11602944183349609, 0.11607859039306641, 0.11597618865966797, 0.11611033630371094, 0.11604275512695313, 0.11613798522949219, 0.11604684448242188, 0.11610419464111328, 0.11610419464111328, 0.11606221008300781, 0.11602022552490235, 0.11608576202392579, 0.11609292602539062, 0.11607756805419922, 0.11602639770507812, 0.1160765151977539, 0.11598438262939453, 0.11609600067138671, 0.11603763580322266, 0.11611135864257813, 0.11607654571533203, 0.11610829162597656, 0.11625267028808593, 0.11612364959716796, 0.1160714569091797, 0.11611337280273437, 0.11604377746582031, 0.11613798522949219, 0.11607756805419922, 0.11611750030517579, 0.11602944183349609, 0.11624447631835938, 0.11612876892089843, 0.11619123077392578, 0.11608882904052735, 0.116136962890625, 0.11614208221435547, 0.11614310455322266, 0.11614822387695313, 0.11619635009765625, 0.11612774658203125, 0.11615641784667968, 0.11612159729003907, 0.11621376037597657, 0.11606835174560547, 0.11618406677246093, 0.11610419464111328, 0.11617689514160157, 0.11613184356689453, 0.11617279815673828, 0.1161338882446289, 0.11622195434570312, 0.25436160278320313, 0.11610829162597656, 0.11605709075927734, 0.11597414398193359, 0.1160816650390625, 0.11595468902587891, 0.11608678436279297, 0.11603968048095703, 0.11612774658203125, 0.11599667358398437, 0.1160284194946289, 0.11602329254150391, 0.11639910125732422, 0.1160099868774414, 0.11604991912841797, 0.11601817321777344, 0.11607347106933594, 0.11603250885009765, 0.11606732940673828, 0.11605913543701171, 0.11605811309814452, 0.11612364959716796, 0.11609907531738281, 0.11619225311279296, 0.11610316467285156, 0.11599974060058593, 0.1160816650390625, 0.11602022552490235, 0.11608678436279297, 0.11603558349609375, 0.11613900756835938, 0.11610111999511719, 0.11607552337646485, 0.11605401611328126, 0.11608985900878906, 0.11604377746582031, 0.11607756805419922, 0.11606221008300781, 0.1162977294921875, 0.11617996978759766, 0.1161891860961914, 0.116063232421875, 0.1161553955078125, 0.1165854721069336, 0.11617075347900391, 0.11604582214355469, 0.1161553955078125, 0.11613593292236328, 0.11616153717041015, 0.11609600067138671, 0.11614720153808594, 0.11610009765625, 0.11616563415527344, 0.11612979125976562, 0.1162577896118164, 0.11605197143554688, 0.116168701171875, 0.11607142639160156, 0.11619328308105469, 0.11607142639160156, 0.116168701171875, 0.11605709075927734, 0.11616767883300781]",tokens/s,8.467687017936344,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-13b,huggyllama/llama-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2107.244544,9028.763648,0.0,8382.316544,7939.414528,s,10,6.2175233154296885,0.6217523315429688,0.0006060610905763154,0.6219114074707031,0.622343017578125,0.6224655151367188,0.6225635131835937,"[0.6211746826171874, 0.6221463012695313, 0.62206103515625, 0.6223157958984376, 0.6221713256835938, 0.6207510375976563, 0.6225880126953125, 0.620806396484375, 0.6217617797851562, 0.6217469482421875]",tokens/s,411.7395094678596,kWh,7.3365436659918894e-06,4.020108750067747e-06,3.64477579163554e-05,4.780441033241504e-05,tokens/kWh,5355154.434912305,MB,2107.244544,9028.763648,0.0,8382.316544,8233.863168,s,10,338.38613671875004,33.838613671874995,0.0013682233241316137,33.838173828125,33.839473828125,33.8409205078125,33.8420778515625,"[33.8423671875, 33.83902734375, 33.83762890625, 33.8383828125, 33.83859765625, 33.8376875, 33.837484375, 33.83784375, 33.83796484375, 33.83915234375]",tokens/s,1.8617783994018209,kWh,0.00039950132826964066,0.00021896144419255187,0.0019980115918720536,0.002616474364334246,tokens/kWh,24078.20266033073,,s,629,343.44471649169924,0.5460170373476936,0.07393127168051418,0.53711669921875,0.5374224243164063,0.5375160522460938,1.1593396875,"[0.5371217651367187, 0.5371709594726563, 0.5366651000976562, 0.537037841796875, 0.536721435546875, 0.5372631225585938, 0.5367900390625, 0.5371453247070312, 0.5368391723632813, 0.5368822021484375, 0.5365924072265625, 0.53690673828125, 0.5367193603515625, 0.5368309936523438, 0.53667431640625, 0.536953857421875, 0.53671630859375, 0.537275390625, 0.53671728515625, 0.5374269409179687, 0.5368370971679688, 0.5372139282226562, 0.5369415893554688, 0.5373849487304687, 0.5370521850585938, 0.5373521728515624, 0.53697021484375, 0.5371996459960937, 0.53709619140625, 0.5371986083984375, 0.5375160522460938, 0.53732861328125, 0.5369405517578125, 0.5373890380859375, 0.5368350830078125, 0.539198486328125, 0.5370634155273437, 0.5373604125976562, 0.5372958984375, 0.5371893920898437, 0.5370286254882812, 0.5372313842773437, 0.5371893920898437, 0.53741259765625, 0.5372507934570312, 0.5379686279296875, 0.5368719482421875, 0.5375682373046875, 0.5370552368164062, 0.5373081665039062, 0.537153564453125, 0.537343994140625, 0.5372528686523438, 0.5376102294921875, 0.53725390625, 0.537523193359375, 0.5369896850585938, 0.537259033203125, 0.5368565673828125, 0.5373132934570313, 0.5371412353515626, 0.53785498046875, 1.159841796875, 0.537038818359375, 0.537017333984375, 0.53684326171875, 0.5368760375976562, 0.537006103515625, 0.5370521850585938, 0.5366651000976562, 0.5371259155273438, 0.53661181640625, 0.5370153198242188, 0.53686474609375, 0.5367869262695313, 0.5367296142578125, 0.5369548950195312, 0.5367306518554688, 0.5370265502929688, 0.537007080078125, 0.5371494140625, 0.5369845581054687, 0.5373634643554688, 0.5367992553710937, 0.5371412353515626, 0.5370480346679688, 0.5374586791992187, 0.5371259155273438, 0.5373778076171875, 0.5375211791992187, 0.5374515380859375, 0.5371729736328125, 0.5374013671875, 0.5369978637695313, 0.53728564453125, 0.5368043823242188, 0.5373153076171875, 0.5369825439453125, 0.537270263671875, 0.5371094970703125, 0.53711669921875, 0.5369528198242187, 0.5371340942382813, 0.5368822021484375, 0.5371781005859375, 0.5371904296875, 0.5374402465820313, 0.5372866821289063, 0.5374013671875, 0.536911865234375, 0.5372446899414063, 0.53709619140625, 0.5371760864257813, 0.5372518310546875, 0.5371791381835938, 0.5371320190429687, 0.5374412841796875, 0.537218017578125, 0.5374197998046875, 0.5370767211914063, 0.53718017578125, 0.5369876708984375, 0.5377146606445312, 0.5373378295898438, 0.5373132934570313, 1.15976708984375, 0.5368463134765625, 0.537006103515625, 0.5365985107421875, 0.5367725830078125, 0.5366599731445313, 0.5368688354492187, 0.5365924072265625, 0.5370224609375, 0.53661083984375, 0.536900634765625, 0.5370091552734375, 0.53690673828125, 0.5368411865234375, 0.5370726318359375, 0.5367490844726562, 0.536974365234375, 0.5368411865234375, 0.5371555786132812, 0.5371617431640625, 0.5373317260742188, 0.5367808227539063, 0.5371094970703125, 0.5370316772460938, 0.5373429565429687, 0.537143310546875, 0.5374402465820313, 0.5370582885742188, 0.5370162963867188, 0.5369845581054687, 0.5371781005859375, 0.537079833984375, 0.53718017578125, 0.5371064453125, 0.537385986328125, 0.5369876708984375, 0.53728564453125, 0.5370982666015625, 0.5374218139648438, 0.5371422729492188, 0.5370470581054687, 0.5369978637695313, 0.5371453247070312, 0.5370398559570313, 0.5374299926757813, 0.5371023559570313, 0.5374505004882812, 0.5369210815429688, 0.5371842651367188, 0.5370501098632813, 0.5371821899414062, 0.5369190673828125, 0.5373470458984375, 0.5372252197265625, 0.53749658203125, 0.5371637573242187, 0.5375364990234375, 0.5372713012695313, 0.5375160522460938, 0.5368955078125, 0.5375631103515625, 0.5373101806640626, 0.5374607543945312, 1.1603077392578125, 0.5368985595703125, 0.53696923828125, 0.5368391723632813, 0.5368319702148437, 0.5371904296875, 0.5369384765625, 0.5367337036132812, 0.5369794311523437, 0.5366517944335938, 0.537037841796875, 0.5368688354492187, 0.5368319702148437, 0.5369343872070312, 0.5368125610351563, 0.536690673828125, 0.53686376953125, 0.5367347412109374, 0.53703271484375, 0.536848388671875, 0.5371566162109375, 0.536901611328125, 0.5371791381835938, 0.5370736694335938, 0.53732763671875, 0.5371719970703125, 0.5374044189453125, 0.5371207885742187, 0.5372057495117187, 0.5371105346679688, 0.5373675537109375, 0.5369600219726562, 0.5372620849609375, 0.5369722900390625, 0.537396240234375, 0.5369630737304687, 0.5375784912109375, 0.5370101928710938, 0.5372200927734375, 0.5372108764648438, 0.537186279296875, 0.5369098510742187, 0.5371688842773438, 0.5370357666015625, 0.5374678955078125, 0.5371658325195312, 0.5376061401367187, 0.53692724609375, 0.5371392211914062, 0.5370582885742188, 0.5371289672851562, 0.5370029907226562, 0.5373409423828125, 0.537228271484375, 0.5373900756835938, 0.5372395629882812, 0.5374474487304688, 0.5372374877929688, 0.5372262573242188, 0.5368739624023438, 0.5374719848632813, 0.5371740112304687, 0.5377188110351563, 1.159825439453125, 0.536869873046875, 0.5369948120117187, 0.5368688354492187, 0.5370460205078125, 0.536690673828125, 0.536985595703125, 0.5366886596679687, 0.5370675048828125, 0.5364070434570313, 0.53718017578125, 0.5367019653320313, 0.5370408935546875, 0.5369384765625, 0.5369620361328125, 0.5367838745117187, 0.5370101928710938, 0.536869873046875, 0.537027587890625, 0.5369927978515625, 0.5370398559570313, 0.5367500610351562, 0.5371637573242187, 0.5370224609375, 0.5372241821289062, 0.5369630737304687, 0.5373501586914062, 0.5369835815429688, 0.5371658325195312, 0.5370562744140625, 0.5373265991210937, 0.5370470581054687, 0.5372631225585938, 0.5368872680664063, 0.5373521728515624, 0.5371197509765625, 0.5373317260742188, 0.5371627807617188, 0.5372139282226562, 0.5371361083984375, 0.5373163452148437, 0.5369282836914062, 0.5371760864257813, 0.5369364624023437, 0.5373532104492188, 0.5373030395507813, 0.5374054565429688, 0.5369262084960937, 0.5374248657226562, 0.5371453247070312, 0.5373746948242187, 0.537185302734375, 0.537692138671875, 0.5372098388671875, 0.5374781494140625, 0.5371146240234375, 0.5374945068359375, 0.5370982666015625, 0.5371719970703125, 0.537037841796875, 0.5375795288085937, 0.5371279296875, 0.5373051147460938, 1.1591044921875, 0.5368514404296875, 0.5373880615234375, 0.5367183227539063, 0.5368985595703125, 0.5367828369140625, 0.5369292602539063, 0.5367296142578125, 0.5370357666015625, 0.5368729858398438, 0.5370439453125, 0.5367787475585938, 0.5368627319335938, 0.5367992553710937, 0.5369036865234375, 0.5367838745117187, 0.5368934326171875, 0.5367030029296875, 0.53711669921875, 0.5368422241210937, 0.5371361083984375, 0.5369579467773438, 0.5373798217773438, 0.5369467163085937, 0.5371658325195312, 0.537038818359375, 0.5374607543945312, 0.5370890502929687, 0.5372354736328125, 0.53711669921875, 0.5372088623046875, 0.5368576049804688, 0.5372252197265625, 0.5368668212890625, 0.5373583374023437, 0.5369968872070312, 0.5375211791992187, 0.5370316772460938, 0.5372211303710938, 0.537091064453125, 0.5372241821289062, 0.5368074340820312, 0.5371074829101562, 0.537154541015625, 0.5373409423828125, 0.5372426147460938, 0.5373746948242187, 0.53696923828125, 0.5373778076171875, 0.5370316772460938, 0.5371064453125, 0.5371883544921875, 0.5374105834960937, 0.5373143310546875, 0.5374822387695313, 0.5371658325195312, 0.537438232421875, 0.5372293090820313, 0.5373399047851563, 0.5369476928710938, 0.5372938232421876, 0.53732861328125, 0.5371525268554688, 1.1606148681640625, 0.5368709106445313, 0.537049072265625, 0.5368524780273437, 0.5368616943359374, 0.5371586303710938, 0.5369528198242187, 0.5366599731445313, 0.537049072265625, 0.5364971313476562, 0.5371094970703125, 0.536690673828125, 0.5367777099609375, 0.5367633666992188, 0.53699072265625, 0.5371033325195312, 0.5367920532226562, 0.5366876220703125, 0.5370706176757812, 0.5370224609375, 0.5373143310546875, 0.5367756958007812, 0.5372948608398438, 0.5370153198242188, 0.5372548828125, 0.536932373046875, 0.5373552856445313, 0.5369825439453125, 0.5371002807617188, 0.537217041015625, 0.537332763671875, 0.5370439453125, 0.5372569580078125, 0.5368811645507813, 0.5373009643554687, 0.5369774169921875, 0.5372927856445312, 0.53722216796875, 0.5372958984375, 0.536995849609375, 0.5370992431640625, 0.5370265502929688, 0.5373112182617188, 0.5370603637695313, 0.5374248657226562, 0.5372364501953125, 0.537511962890625, 0.5369671630859375, 0.5372569580078125, 0.5368422241210937, 0.5370869750976562, 0.5370029907226562, 0.53732861328125, 0.5371924438476563, 0.5372190551757813, 0.537006103515625, 0.5375999755859375, 0.5372948608398438, 0.5373081665039062, 0.5367767333984375, 0.53734912109375, 0.537365478515625, 0.5374453735351562, 1.1584112548828125, 0.536911865234375, 0.5371248779296875, 0.5366497192382812, 0.53728564453125, 0.5368248291015625, 0.536859619140625, 0.536838134765625, 0.5368760375976562, 0.5366333618164062, 0.5369682006835937, 0.5368125610351563, 0.5369620361328125, 0.5368678588867187, 0.5370029907226562, 0.536616943359375, 0.5369866333007812, 0.5368657836914063, 0.537059326171875, 0.536795166015625, 0.53722216796875, 0.5368893432617188, 0.5371883544921875, 0.5369292602539063, 0.5370715942382812, 0.5371924438476563, 0.537575439453125, 0.5368770751953125, 0.537238525390625, 0.5371658325195312, 0.5372815551757812, 0.537037841796875, 0.5371259155273438, 0.5369180297851562, 0.537354248046875, 0.5370726318359375, 0.537275390625, 0.5371340942382813, 0.537291748046875, 0.537017333984375, 0.5371401977539062, 0.53724365234375, 0.5372682495117187, 0.5370900268554688, 0.5373521728515624, 0.5370685424804688, 0.5372989501953125, 0.536911865234375, 0.5372057495117187, 0.5371248779296875, 0.5373235473632813, 0.5369395141601563, 0.537427978515625, 0.5376696166992188, 0.537343994140625, 0.5369886474609376, 0.537523193359375, 0.5372200927734375, 0.5373306884765625, 0.5369682006835937, 0.5373040771484375, 0.5371627807617188, 0.537533447265625, 1.15943115234375, 0.5369047241210938, 0.5374474487304688, 0.5369364624023437, 0.5368299560546875, 0.53684326171875, 0.5372139282226562, 0.5367030029296875, 0.5370921020507813, 0.5367357177734375, 0.5369508056640625, 0.536848388671875, 0.5369784545898437, 0.5365545043945312, 0.5367613525390625, 0.536711181640625, 0.5370614013671875, 0.5371105346679688, 0.5371883544921875, 0.5368330078125, 0.5372927856445312, 0.5367603149414063, 0.5372252197265625, 0.53699072265625, 0.5373624267578125, 0.5371207885742187, 0.537406494140625, 0.5369968872070312, 0.5372323608398437, 0.537059326171875, 0.5373685913085937, 0.5369948120117187, 0.5372723388671875, 0.5368565673828125, 0.5371392211914062, 0.5369763793945312, 0.5374299926757813, 0.5370664672851563, 0.5371392211914062, 0.5373184204101562, 0.5369876708984375, 0.5368934326171875, 0.5372743530273437, 0.5370818481445313, 0.537354248046875, 0.537133056640625, 0.537364501953125, 0.5369241333007813, 0.5372211303710938, 0.537133056640625, 0.537238525390625, 0.5370582885742188, 0.5374187622070312, 0.5373501586914062, 0.5373060913085937, 0.5370634155273437, 0.5375375366210937, 0.5371637573242187, 0.5374136352539063, 0.5369292602539063, 0.5373798217773438, 0.5370337524414063, 0.5373726806640625, 1.159437255859375, 0.53688525390625, 0.5370245361328125, 0.5368156127929687, 0.5369190673828125, 0.5368115234375, 0.5373972778320313, 0.5369129028320313, 0.5371268920898438, 0.5366988525390625, 0.5368770751953125, 0.5367101440429688, 0.5367337036132812, 0.536869873046875, 0.5367859497070312, 0.5366343383789063, 0.5368739624023438, 0.5368955078125, 0.5373378295898438, 0.5368309936523438, 0.5371996459960937, 0.5370316772460938, 0.53713818359375, 0.5369682006835937, 0.5373306884765625, 0.5371463623046875, 0.5374033813476562, 0.5371002807617188, 0.5371340942382813, 0.537112548828125, 0.5374371948242187, 0.5369467163085937, 0.537270263671875, 0.5368545532226563, 0.5374730224609375, 0.5369088134765625, 0.5374105834960937, 0.5371248779296875, 0.5373726806640625, 0.537154541015625, 0.53719140625, 0.5370562744140625, 0.537333740234375, 0.5370787963867187, 0.5373941650390625, 0.53711767578125, 0.5374453735351562, 0.5370869750976562, 0.537343994140625, 0.5371422729492188, 0.5372979125976562, 0.5372733154296875, 0.5372272338867188, 0.53725390625, 0.5373798217773438, 0.5372610473632813, 0.5374996337890625, 0.5372794799804688, 0.537186279296875, 0.5369476928710938, 0.5374187622070312, 0.5371514892578125, 0.53749658203125]",tokens/s,1.8314446832237186,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-2.7b,facebook/opt-2.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1764.88448,2747.793408,0.0,2101.346304,1826.53184,s,10,1.36723616027832,0.136723616027832,0.0013885573910759565,0.1363922424316406,0.1379531036376953,0.1391198928833008,0.14005332427978515,"[0.14028668212890624, 0.13656060791015626, 0.13629216003417968, 0.13593280029296875, 0.1362120056152344, 0.13544419860839843, 0.13649232482910156, 0.13721443176269532, 0.1351071319580078, 0.13769381713867188]",tokens/s,1872.3905016371687,kWh,1.5981579551825653e-06,8.756613537460341e-07,7.2682603191080756e-06,9.742079628036675e-06,tokens/kWh,26277756.882961527,MB,1764.88448,2747.793408,0.0,2101.346304,1932.150272,s,10,74.7798369140625,7.47798369140625,0.0029857810753492484,7.476864501953125,7.480182080078125,7.482935034179688,7.485137397460938,"[7.48568798828125, 7.4775087890625, 7.4786826171875, 7.4795703125, 7.47609521484375, 7.47936767578125, 7.47549560546875, 7.47608154296875, 7.47622021484375, 7.475126953125]",tokens/s,8.424730863267332,kWh,8.830717475251393e-05,4.839763075075295e-05,0.0003958698399688949,0.0005325746454721618,tokens/kWh,118293.27688731113,,s,629,75.8867968215942,0.12064673580539624,0.016223302895603524,0.11865702056884765,0.11887104034423829,0.11900211486816406,0.25482940979003904,"[0.12194713592529297, 0.12067436981201173, 0.11941267395019531, 0.11895500946044922, 0.1187061767578125, 0.11873587036132813, 0.11895295715332031, 0.11888947296142578, 0.11862834930419922, 0.11855564880371093, 0.11859865570068359, 0.11855977630615235, 0.11886998748779297, 0.11879424285888672, 0.11876351928710938, 0.11867135620117188, 0.1186723861694336, 0.11865599822998046, 0.1186355209350586, 0.11860991668701172, 0.1186344985961914, 0.11862630462646484, 0.1187061767578125, 0.11872771453857422, 0.11875017547607422, 0.11872051239013671, 0.11861913299560548, 0.11862937927246094, 0.11864883422851563, 0.11923149108886719, 0.11892736053466797, 0.11860889434814453, 0.11906253051757812, 0.11894271850585937, 0.1187430419921875, 0.11875328063964843, 0.11869184112548828, 0.1188505630493164, 0.11874610900878907, 0.11855667114257812, 0.11860173034667969, 0.11862118530273437, 0.11860582733154297, 0.1187092514038086, 0.11844096374511719, 0.11858943939208984, 0.11870105743408203, 0.1185976333618164, 0.11864985656738282, 0.11861196899414063, 0.11856998443603516, 0.11863040161132812, 0.11863961791992188, 0.11861913299560548, 0.11869900512695312, 0.11867135620117188, 0.11860377502441406, 0.11872767639160156, 0.11880448150634766, 0.11865805053710937, 0.11854950714111329, 0.11862220764160156, 0.2552954864501953, 0.11851878356933594, 0.11853826904296876, 0.11851261138916015, 0.11884134674072265, 0.11859967803955078, 0.11865196990966796, 0.11869280242919922, 0.1186529312133789, 0.11851058959960938, 0.1184901123046875, 0.11856998443603516, 0.11850246429443359, 0.11861599731445313, 0.11863756561279297, 0.11869696044921875, 0.11864883422851563, 0.11864678192138672, 0.11866316986083984, 0.11862528228759765, 0.11863346862792969, 0.11879936218261719, 0.11868978881835937, 0.11864883422851563, 0.11872665405273437, 0.1185802230834961, 0.11867340850830078, 0.11862834930419922, 0.11883417510986329, 0.11883929443359376, 0.11866419219970703, 0.11871334075927735, 0.11864780426025391, 0.11864678192138672, 0.11866726684570313, 0.11856486511230468, 0.11866009521484375, 0.11856588745117187, 0.11862937927246094, 0.11867135620117188, 0.11881574249267578, 0.11874816131591796, 0.11875225830078125, 0.11863654327392578, 0.11860991668701172, 0.11866521453857422, 0.11863040161132812, 0.11873075103759766, 0.1187041244506836, 0.11865702056884765, 0.11898572540283203, 0.11871129608154297, 0.11860070037841797, 0.11870207977294922, 0.11928575897216796, 0.118793212890625, 0.11858534240722657, 0.118830078125, 0.11871231842041016, 0.11882086181640625, 0.1189375991821289, 0.11891609954833984, 0.11886182403564453, 0.2552473602294922, 0.11866214752197266, 0.11859661102294922, 0.11858124542236329, 0.1185976333618164, 0.11860275268554688, 0.1186344985961914, 0.118687744140625, 0.1185976333618164, 0.1187092514038086, 0.11858841705322265, 0.11860582733154297, 0.11855667114257812, 0.11854643249511719, 0.11884748840332031, 0.11861094665527344, 0.11850240325927734, 0.11861299133300782, 0.11860377502441406, 0.11856896209716797, 0.1186611557006836, 0.11858326721191406, 0.11859455871582031, 0.11873894500732422, 0.11907174682617187, 0.1188700180053711, 0.11883929443359376, 0.11871027374267579, 0.11863346862792969, 0.11869593811035156, 0.11850860595703125, 0.11873478698730469, 0.11864268493652344, 0.11874508666992188, 0.11857817840576172, 0.118614013671875, 0.1186622085571289, 0.11870611572265626, 0.11859046173095703, 0.11881779479980469, 0.11870207977294922, 0.11882189178466797, 0.11885465240478515, 0.11885568237304688, 0.11888435363769531, 0.11873587036132813, 0.11898470306396484, 0.11898162841796875, 0.11885260772705078, 0.11875635528564453, 0.11864268493652344, 0.11878195190429687, 0.11875328063964843, 0.11881472015380859, 0.11887513732910156, 0.11876249694824219, 0.11881267547607421, 0.11871539306640624, 0.11887104034423829, 0.11874201965332032, 0.11863346862792969, 0.11856793975830078, 0.11862834930419922, 0.2548572235107422, 0.11862732696533203, 0.11871437072753906, 0.11867545318603516, 0.1186723861694336, 0.11859455871582031, 0.1190860824584961, 0.11882803344726563, 0.11852082824707032, 0.11865907287597656, 0.11900621032714843, 0.11864064025878907, 0.11871231842041016, 0.1186170883178711, 0.11861504364013672, 0.11884953308105468, 0.11865087890625, 0.1186529312133789, 0.11884646606445312, 0.11868978881835937, 0.11866828918457031, 0.11848397064208985, 0.11859455871582031, 0.11887411499023437, 0.11880140686035157, 0.11867135620117188, 0.1187440643310547, 0.11869798278808594, 0.11865702056884765, 0.1187409896850586, 0.11875328063964843, 0.11867852783203126, 0.11869081878662109, 0.11873587036132813, 0.11878819274902344, 0.11860777282714843, 0.11865087890625, 0.11849625396728515, 0.11860582733154297, 0.11863346862792969, 0.11873484802246094, 0.11884953308105468, 0.11858534240722657, 0.1187768325805664, 0.11919769287109375, 0.11876044464111328, 0.11861299133300782, 0.11876557159423828, 0.11855667114257812, 0.11862118530273437, 0.11869081878662109, 0.11871334075927735, 0.11868364715576171, 0.11860787200927735, 0.11853414154052734, 0.1188823013305664, 0.11885363006591797, 0.11871539306640624, 0.11869900512695312, 0.11887104034423829, 0.11900825500488281, 0.11887820434570312, 0.11883929443359376, 0.2550415344238281, 0.11855974578857421, 0.11862732696533203, 0.11860582733154297, 0.1188136978149414, 0.11876659393310547, 0.11859967803955078, 0.11859455871582031, 0.11860479736328125, 0.11871231842041016, 0.11864985656738282, 0.11878297424316406, 0.118687744140625, 0.11859251403808593, 0.11854541015625, 0.1187215347290039, 0.11852595520019531, 0.11866726684570313, 0.11858124542236329, 0.11855052947998047, 0.1185607681274414, 0.11849318695068359, 0.1185576934814453, 0.11863961791992188, 0.11846963500976562, 0.11863040161132812, 0.1189959716796875, 0.11893247985839844, 0.11845426940917969, 0.11872972869873047, 0.11893145751953126, 0.11879833221435547, 0.11860377502441406, 0.11865599822998046, 0.11857100677490234, 0.11866111755371093, 0.11872358703613281, 0.11869388580322265, 0.11871129608154297, 0.11887308502197266, 0.1186355209350586, 0.1186693115234375, 0.11867443084716797, 0.118687744140625, 0.11872972869873047, 0.11864883422851563, 0.11856896209716797, 0.11868364715576171, 0.11859661102294922, 0.11854847717285157, 0.11858236694335937, 0.11865385437011719, 0.11877171325683594, 0.11861299133300782, 0.11863346862792969, 0.11870719909667969, 0.11873382568359375, 0.11873075103759766, 0.11884953308105468, 0.11876557159423828, 0.11871846771240234, 0.11858636474609376, 0.11863756561279297, 0.2547578887939453, 0.1186324462890625, 0.1186846694946289, 0.1185976333618164, 0.1185976333618164, 0.11864575958251954, 0.11869491577148437, 0.1187430419921875, 0.11863555145263673, 0.118698974609375, 0.11867545318603516, 0.1186170883178711, 0.11881881713867187, 0.11865805053710937, 0.11864780426025391, 0.11879833221435547, 0.11884134674072265, 0.1185269775390625, 0.11893043518066407, 0.11865190124511718, 0.11860688018798828, 0.11851567840576172, 0.11859455871582031, 0.11859661102294922, 0.11883213043212891, 0.11858636474609376, 0.11862425231933593, 0.11860275268554688, 0.1185433578491211, 0.11857612609863281, 0.11878399658203125, 0.11867135620117188, 0.11864883422851563, 0.11880038452148438, 0.1187747802734375, 0.1186723861694336, 0.11866009521484375, 0.1186846694946289, 0.11875225830078125, 0.1186723861694336, 0.11856281280517578, 0.11868672180175781, 0.11860995483398437, 0.11870716857910156, 0.11863040161132812, 0.118724609375, 0.11904512023925781, 0.11923967742919922, 0.1187583999633789, 0.11894169616699218, 0.11963085174560546, 0.11874201965332032, 0.11857510375976563, 0.11866419219970703, 0.11863654327392578, 0.11875122833251953, 0.11862016296386718, 0.11864985656738282, 0.11894783782958984, 0.11865395355224609, 0.11873177337646484, 0.11864780426025391, 0.11866726684570313, 0.2555883483886719, 0.1186355209350586, 0.11884339141845703, 0.11879936218261719, 0.11859967803955078, 0.11870822143554688, 0.11857100677490234, 0.11868876647949218, 0.11876454162597656, 0.11896422576904297, 0.11856588745117187, 0.11876454162597656, 0.11871949005126953, 0.11888333129882812, 0.11881273651123046, 0.11887712097167968, 0.11857408142089844, 0.11857305908203125, 0.11847065734863281, 0.11858739471435546, 0.11879328155517578, 0.11856889343261719, 0.11855667114257812, 0.11863859558105469, 0.11853004455566406, 0.11860787200927735, 0.1185771484375, 0.11850956726074219, 0.11857920074462891, 0.11858739471435546, 0.11865190124511718, 0.11857920074462891, 0.11851058959960938, 0.11860991668701172, 0.11850035095214843, 0.11864371490478516, 0.11856793975830078, 0.11860275268554688, 0.11876761627197266, 0.11885772705078125, 0.11862322998046874, 0.11875942230224609, 0.11843183898925781, 0.11855760192871094, 0.11850649261474609, 0.11872870635986328, 0.1185433578491211, 0.11871027374267579, 0.11857612609863281, 0.11870822143554688, 0.11860889434814453, 0.11864166259765625, 0.118687744140625, 0.11865190124511718, 0.11873587036132813, 0.11870310211181641, 0.11877273559570313, 0.11856281280517578, 0.11872563171386719, 0.11866214752197266, 0.11858432006835938, 0.11859455871582031, 0.11870719909667969, 0.25599180603027344, 0.11856179046630859, 0.1187523193359375, 0.11884742736816406, 0.11866726684570313, 0.11862118530273437, 0.11903385925292968, 0.11867340850830078, 0.11849318695068359, 0.1185802230834961, 0.11849420928955078, 0.11865087890625, 0.118687744140625, 0.1185976333618164, 0.11866009521484375, 0.118761474609375, 0.1185771484375, 0.11859967803955078, 0.11866521453857422, 0.11859046173095703, 0.118582275390625, 0.11854438018798828, 0.11862732696533203, 0.11865702056884765, 0.11861917114257813, 0.11847779083251953, 0.1186846694946289, 0.11872051239013671, 0.11876249694824219, 0.11847987365722656, 0.11862322998046874, 0.11868569946289062, 0.1185955810546875, 0.11857202911376953, 0.1186529312133789, 0.1185269775390625, 0.11866009521484375, 0.11864575958251954, 0.11883929443359376, 0.11854233551025391, 0.1191014404296875, 0.11867852783203126, 0.11865702056884765, 0.11852288055419923, 0.1186355209350586, 0.11870822143554688, 0.11857100677490234, 0.11867545318603516, 0.11857100677490234, 0.11848294067382813, 0.11879424285888672, 0.11861094665527344, 0.1185771484375, 0.11861504364013672, 0.11848191833496094, 0.1188362274169922, 0.11873996734619141, 0.11903180694580077, 0.11868262481689452, 0.11917107391357422, 0.11889049530029297, 0.11859251403808593, 0.11865702056884765, 0.2542550964355469, 0.11875532531738281, 0.11872675323486329, 0.11875830078125, 0.11850752258300781, 0.11864575958251954, 0.11868364715576171, 0.11876351928710938, 0.11864780426025391, 0.11860173034667969, 0.11855052947998047, 0.11851570892333985, 0.11857202911376953, 0.11871437072753906, 0.11860377502441406, 0.11867545318603516, 0.11854950714111329, 0.11857305908203125, 0.11872870635986328, 0.11850444793701172, 0.11855872344970703, 0.11846144104003906, 0.11872051239013671, 0.11915570831298829, 0.11873792266845704, 0.11879526519775391, 0.11909324645996094, 0.11876659393310547, 0.11856797027587891, 0.11857405090332031, 0.11854646301269531, 0.11870511627197265, 0.11855155181884766, 0.11871949005126953, 0.11865599822998046, 0.1185802230834961, 0.11875328063964843, 0.11874816131591796, 0.11863961791992188, 0.1186529312133789, 0.11859455871582031, 0.11857612609863281, 0.11855462646484374, 0.11855974578857421, 0.11869798278808594, 0.11867750549316407, 0.11853311920166015, 0.11864268493652344, 0.11848806762695313, 0.11865087890625, 0.11866316986083984, 0.11855564880371093, 0.11865395355224609, 0.11851264190673828, 0.1186324462890625, 0.11872051239013671, 0.11863046264648437, 0.11862419128417968, 0.11871129608154297, 0.1186846694946289, 0.11904819488525391, 0.11894681549072265, 0.11873894500732422, 0.25654583740234377, 0.11852489471435547, 0.11854847717285157, 0.11852185821533204, 0.11871027374267579, 0.11862732696533203, 0.11873280334472656, 0.11867033386230469, 0.11855462646484374, 0.1185607681274414, 0.11854752349853516, 0.11854329681396485, 0.11854847717285157, 0.11854131317138672, 0.11866419219970703, 0.11926118469238281, 0.11869491577148437, 0.11846246337890624, 0.11857510375976563, 0.11846758270263671, 0.11856179046630859, 0.11864883422851563, 0.11863654327392578, 0.1186170883178711, 0.1185054702758789, 0.11865805053710937, 0.11871440124511719, 0.11855868530273438, 0.1186846694946289, 0.11864883422851563, 0.1186662368774414, 0.11866521453857422, 0.11858943939208984, 0.11861606597900391, 0.11854950714111329, 0.11853311920166015, 0.11864064025878907, 0.1185802230834961, 0.11856281280517578, 0.11860070037841797, 0.11864473724365235, 0.11863346862792969, 0.11860889434814453, 0.11883929443359376, 0.11864678192138672, 0.1186170883178711, 0.1190860824584961, 0.1189191665649414, 0.11865087890625, 0.11855052947998047, 0.11872255706787109, 0.11873894500732422, 0.11863756561279297, 0.1185976333618164, 0.11861913299560548, 0.11891200256347656, 0.11887104034423829, 0.11873894500732422, 0.11866521453857422, 0.11864473724365235, 0.11871027374267579, 0.11861913299560548, 0.11863452911376954]",tokens/s,8.288661879862252,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/phi-1_5,microsoft/phi-1_5,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1467.510784,2078.80192,0.0,1432.354816,1207.74656,s,10,0.738243194580078,0.0738243194580078,0.00024395985769945936,0.07378686141967775,0.07396408233642578,0.07422999267578125,0.07444272094726562,"[0.07449590301513671, 0.07359734344482421, 0.07363689422607422, 0.07386029052734375, 0.0738220443725586, 0.0738232650756836, 0.07390499114990234, 0.07368038177490234, 0.07367040252685547, 0.07375167846679688]",tokens/s,3467.6919730444115,kWh,8.703319976727168e-07,4.768833131787259e-07,3.781600247499871e-06,5.1288155583513135e-06,tokens/kWh,49914058.53602047,MB,1467.510784,2078.80192,0.0,1432.354816,1306.321408,s,10,36.756285888671876,3.6756285888671867,0.0009406564095787982,3.675380126953125,3.6767316650390627,3.6769633666992187,3.6771487280273436,"[3.675391845703125, 3.6751943359375, 3.67668017578125, 3.675368408203125, 3.67658251953125, 3.67447314453125, 3.6762421875, 3.674303466796875, 3.674854736328125, 3.677195068359375]",tokens/s,17.13992545134065,kWh,4.339435748755932e-05,2.3782405888257602e-05,0.00018901816510329857,0.00025619492847911554,tokens/kWh,245906.50710377205,,s,629,37.361332229614284,0.05939798446679533,0.008780731955510365,0.05832908630371094,0.05842432022094726,0.05849292755126953,0.13212794677734377,"[0.05819084930419922, 0.05827174377441406, 0.058259456634521485, 0.058281982421875, 0.05826150512695313, 0.058237953186035155, 0.058380287170410154, 0.05831167984008789, 0.05856256103515625, 0.058359809875488285, 0.05833932876586914, 0.05834137725830078, 0.05828607940673828, 0.05824204635620117, 0.05833318328857422, 0.058229759216308595, 0.05832294464111328, 0.05824512100219727, 0.05833216094970703, 0.05821952056884765, 0.058278911590576174, 0.058243072509765625, 0.05827993774414063, 0.05823590469360351, 0.058280960083007816, 0.058420223236083986, 0.05826150512695313, 0.05822566223144531, 0.05832396697998047, 0.05822771072387695, 0.05833830261230469, 0.05826867294311523, 0.05829119873046875, 0.058259456634521485, 0.058265598297119144, 0.05827993774414063, 0.05830553436279297, 0.05833420944213867, 0.05832294464111328, 0.058365951538085936, 0.058270721435546874, 0.05832089614868164, 0.058352638244628906, 0.058363903045654295, 0.05858099365234375, 0.058385406494140625, 0.059014144897460936, 0.05844684982299805, 0.05841715240478516, 0.05829939270019531, 0.058310657501220706, 0.05836800003051758, 0.05838745498657227, 0.058294273376464846, 0.05833011245727539, 0.0583004150390625, 0.05837926483154297, 0.05831577682495117, 0.05834035110473633, 0.05839257431030274, 0.05839974212646484, 0.058275840759277345, 0.13208370971679687, 0.058393600463867185, 0.05832908630371094, 0.058275840759277345, 0.058298366546630856, 0.05826969528198242, 0.05827993774414063, 0.05828300857543945, 0.058264575958251956, 0.05828915023803711, 0.058248191833496096, 0.05830758285522461, 0.058264575958251956, 0.05831270217895508, 0.058237953186035155, 0.05831270217895508, 0.05827276611328125, 0.05834444808959961, 0.0583004150390625, 0.05833830261230469, 0.058259456634521485, 0.0583372802734375, 0.05841408157348633, 0.05831167984008789, 0.058229759216308595, 0.05828300857543945, 0.05830758285522461, 0.058275840759277345, 0.05831270217895508, 0.058331134796142575, 0.05826764678955078, 0.0585164794921875, 0.05832601547241211, 0.05834035110473633, 0.05830348968505859, 0.05825024032592773, 0.058361888885498044, 0.058318817138671875, 0.05832294464111328, 0.05833523178100586, 0.058587135314941405, 0.058398719787597655, 0.05839462280273437, 0.058298366546630856, 0.05841100692749023, 0.058369022369384765, 0.058355712890625, 0.05849497604370117, 0.058403839111328126, 0.05841100692749023, 0.05844889450073242, 0.05830963134765625, 0.0584089584350586, 0.058393600463867185, 0.05831167984008789, 0.05832806396484375, 0.05829119873046875, 0.05837926483154297, 0.05833216094970703, 0.05837004852294922, 0.058277889251708986, 0.05844377517700195, 0.058292224884033204, 0.13212057495117188, 0.058229759216308595, 0.05832294464111328, 0.05826047897338867, 0.05829017639160156, 0.058265598297119144, 0.058369022369384765, 0.058761215209960936, 0.05828300857543945, 0.05830656051635742, 0.05833318328857422, 0.058360832214355465, 0.05826867294311523, 0.05831679916381836, 0.058275840759277345, 0.05831270217895508, 0.05832396697998047, 0.05840691375732422, 0.058349567413330077, 0.05837004852294922, 0.058257408142089843, 0.05842432022094726, 0.05820620727539062, 0.05835059356689453, 0.058241024017333984, 0.058331134796142575, 0.05825843048095703, 0.05830758285522461, 0.05830348968505859, 0.05837823867797851, 0.058287105560302734, 0.05845196914672852, 0.05837209701538086, 0.058347518920898435, 0.05826355361938477, 0.05833420944213867, 0.058295295715332034, 0.05833932876586914, 0.05840793609619141, 0.058396671295166014, 0.05842739105224609, 0.058363903045654295, 0.05847040176391602, 0.05838336181640625, 0.05838438415527344, 0.05842534255981445, 0.0584089584350586, 0.05843046569824219, 0.05835059356689453, 0.05845196914672852, 0.058480640411376954, 0.05834649658203125, 0.05849292755126953, 0.05845913696289062, 0.05831167984008789, 0.05841408157348633, 0.058324993133544924, 0.058461185455322265, 0.058355712890625, 0.05839974212646484, 0.05832908630371094, 0.058442752838134764, 0.05835468673706055, 0.13236224365234375, 0.05818675231933594, 0.058248191833496096, 0.058270721435546874, 0.05828403091430664, 0.05829632186889649, 0.05829119873046875, 0.05835059356689453, 0.058287105560302734, 0.05831372833251953, 0.058257408142089843, 0.05832601547241211, 0.058270721435546874, 0.05830963134765625, 0.05834137725830078, 0.05830451202392578, 0.05826047897338867, 0.0584007682800293, 0.058277889251708986, 0.058359809875488285, 0.05826969528198242, 0.05831782531738281, 0.05837926483154297, 0.05831270217895508, 0.05822873687744141, 0.058308609008789064, 0.058859519958496094, 0.05839769744873047, 0.058234878540039066, 0.05830451202392578, 0.05829119873046875, 0.058327041625976565, 0.05826150512695313, 0.05830553436279297, 0.05832601547241211, 0.058275840759277345, 0.05834239959716797, 0.058331134796142575, 0.05830451202392578, 0.05826047897338867, 0.0583454704284668, 0.05833932876586914, 0.05837619018554688, 0.05832908630371094, 0.0587407341003418, 0.05846015930175781, 0.05838336181640625, 0.058308609008789064, 0.058377216339111325, 0.05840486526489258, 0.05831167984008789, 0.058343425750732425, 0.05838131332397461, 0.05840588760375977, 0.058278911590576174, 0.058336254119873046, 0.05834239959716797, 0.058393600463867185, 0.05835776138305664, 0.05837004852294922, 0.05829939270019531, 0.05842124938964844, 0.05832191848754883, 0.13261619567871094, 0.05833216094970703, 0.058257408142089843, 0.05826662445068359, 0.05833318328857422, 0.058297344207763675, 0.058257408142089843, 0.058331134796142575, 0.058256385803222656, 0.05936947250366211, 0.058355712890625, 0.058314750671386716, 0.05824409484863281, 0.05835776138305664, 0.058395648956298826, 0.058369022369384765, 0.05829430389404297, 0.05834543991088867, 0.058298366546630856, 0.05847347259521484, 0.05826969528198242, 0.05834137725830078, 0.05821542358398438, 0.058324993133544924, 0.058176513671875, 0.058280960083007816, 0.05831270217895508, 0.05830451202392578, 0.058262527465820314, 0.05834854507446289, 0.058281982421875, 0.058464256286621094, 0.05831167984008789, 0.05830963134765625, 0.058256385803222656, 0.05832089614868164, 0.058298366546630856, 0.05831270217895508, 0.058327041625976565, 0.05832908630371094, 0.05832191848754883, 0.05834444808959961, 0.05836185455322265, 0.05833011245727539, 0.058433536529541016, 0.05839052963256836, 0.058369022369384765, 0.05849190521240234, 0.05838336181640625, 0.05840691375732422, 0.058418174743652344, 0.05833420944213867, 0.058382335662841796, 0.05839052963256836, 0.05827993774414063, 0.058382335662841796, 0.05833420944213867, 0.05842432022094726, 0.05835468673706055, 0.05838336181640625, 0.05829119873046875, 0.058469375610351565, 0.05833830261230469, 0.13232025146484375, 0.05819596862792969, 0.05823283386230469, 0.05828505706787109, 0.05828403091430664, 0.05828607940673828, 0.0582737922668457, 0.05835673522949219, 0.05826969528198242, 0.05832396697998047, 0.05833830261230469, 0.05833932876586914, 0.05828403091430664, 0.0583372802734375, 0.058287105560302734, 0.058292224884033204, 0.05824204635620117, 0.05835161590576172, 0.05825228881835937, 0.0584376335144043, 0.05828915023803711, 0.058359809875488285, 0.05821747207641602, 0.05826764678955078, 0.058265598297119144, 0.05832294464111328, 0.05827481460571289, 0.058246143341064455, 0.058254337310791014, 0.058295295715332034, 0.05830348968505859, 0.0583741455078125, 0.05833318328857422, 0.058327041625976565, 0.058277889251708986, 0.058259456634521485, 0.05832294464111328, 0.05837926483154297, 0.05832396697998047, 0.05828812789916992, 0.05838643264770508, 0.058327041625976565, 0.058548225402832034, 0.05830758285522461, 0.058396671295166014, 0.058396671295166014, 0.05836185455322265, 0.05834649658203125, 0.05838643264770508, 0.05839155197143555, 0.05833216094970703, 0.05829119873046875, 0.05839769744873047, 0.05840281677246094, 0.05827276611328125, 0.05836800003051758, 0.058292224884033204, 0.05840793609619141, 0.058264575958251956, 0.05840588760375977, 0.05830758285522461, 0.058418174743652344, 0.05834649658203125, 0.13239808654785157, 0.05820620727539062, 0.05826355361938477, 0.05827174377441406, 0.058287105560302734, 0.058270721435546874, 0.05842432022094726, 0.05833216094970703, 0.058213375091552735, 0.05829939270019531, 0.05827993774414063, 0.05837209701538086, 0.05835468673706055, 0.05833216094970703, 0.058280960083007816, 0.05833523178100586, 0.05827174377441406, 0.058365951538085936, 0.05830144119262695, 0.05835468673706055, 0.05825331115722656, 0.05834239959716797, 0.05822054290771484, 0.05842227172851563, 0.05843558502197266, 0.05831782531738281, 0.058270751953125, 0.05837513732910156, 0.05825843048095703, 0.0583454704284668, 0.05828403091430664, 0.05837516784667969, 0.058280960083007816, 0.05829632186889649, 0.058297344207763675, 0.058352638244628906, 0.05833011245727539, 0.05832191848754883, 0.05837516784667969, 0.05833523178100586, 0.058336254119873046, 0.058380287170410154, 0.05833526229858398, 0.05858198547363281, 0.05844889450073242, 0.05838950347900391, 0.05838848114013672, 0.0584161262512207, 0.05832396697998047, 0.05838848114013672, 0.05837311935424805, 0.05834035110473633, 0.05873664093017578, 0.05852979278564453, 0.05831679916381836, 0.05836288070678711, 0.058401790618896485, 0.058398719787597655, 0.058324993133544924, 0.05849292755126953, 0.05832806396484375, 0.0585011215209961, 0.058385406494140625, 0.13214515686035155, 0.05821952056884765, 0.05827276611328125, 0.05825228881835937, 0.058292224884033204, 0.058270721435546874, 0.058275840759277345, 0.05833420944213867, 0.058218494415283206, 0.058278911590576174, 0.05828300857543945, 0.0583372802734375, 0.058257408142089843, 0.05831679916381836, 0.05824204635620117, 0.05829324722290039, 0.05829939270019531, 0.058377216339111325, 0.05828505706787109, 0.05831782531738281, 0.05831270217895508, 0.05833830261230469, 0.05821542358398438, 0.05834649658203125, 0.05821644973754883, 0.05832089614868164, 0.05826764678955078, 0.058310657501220706, 0.058240001678466796, 0.058552318572998044, 0.05833216094970703, 0.05837619018554688, 0.05829324722290039, 0.05827686309814453, 0.05830451202392578, 0.058287105560302734, 0.058310657501220706, 0.05835468673706055, 0.0583454704284668, 0.058297344207763675, 0.05834854507446289, 0.05832601547241211, 0.05835776138305664, 0.05828300857543945, 0.05839974212646484, 0.05838643264770508, 0.05831270217895508, 0.05832908630371094, 0.05838950347900391, 0.05842943954467773, 0.05834137725830078, 0.058314750671386716, 0.05839257431030274, 0.058377216339111325, 0.0583372802734375, 0.0584007682800293, 0.05831577682495117, 0.058398719787597655, 0.058310657501220706, 0.05837004852294922, 0.05829324722290039, 0.0584192008972168, 0.058327041625976565, 0.13213081359863282, 0.058191871643066405, 0.058277889251708986, 0.058265598297119144, 0.058347518920898435, 0.05823078536987305, 0.05826764678955078, 0.05830758285522461, 0.058234878540039066, 0.05828505706787109, 0.05832396697998047, 0.05833420944213867, 0.05826969528198242, 0.05831270217895508, 0.058259456634521485, 0.05834854507446289, 0.058259456634521485, 0.05834239959716797, 0.05831782531738281, 0.05835673522949219, 0.058237953186035155, 0.0583372802734375, 0.05830656051635742, 0.05833011245727539, 0.05822771072387695, 0.058347518920898435, 0.05826867294311523, 0.05827174377441406, 0.05824716949462891, 0.05830553436279297, 0.05828607940673828, 0.058418174743652344, 0.05828505706787109, 0.05832908630371094, 0.05830451202392578, 0.05830656051635742, 0.05837311935424805, 0.058331134796142575, 0.05835366439819336, 0.05835059356689453, 0.05830451202392578, 0.05833830261230469, 0.05835673522949219, 0.058331134796142575, 0.05838131332397461, 0.05839462280273437, 0.058377216339111325, 0.05843046569824219, 0.058295295715332034, 0.05864550399780273, 0.05834649658203125, 0.058327041625976565, 0.05840691375732422, 0.058385406494140625, 0.058287105560302734, 0.05838643264770508, 0.058347518920898435, 0.058403839111328126, 0.05832294464111328, 0.058413055419921874, 0.058294273376464846, 0.05853286361694336, 0.05836492919921875, 0.13228338623046876, 0.058720256805419924, 0.05838643264770508, 0.05828403091430664, 0.05833216094970703, 0.0583004150390625, 0.05830963134765625, 0.05840793609619141, 0.058270721435546874, 0.05834239959716797, 0.058264575958251956, 0.0584796142578125, 0.05840793609619141, 0.058352638244628906, 0.05840486526489258, 0.058314750671386716, 0.05830451202392578, 0.05847142410278321, 0.058278911590576174, 0.0583741455078125, 0.058243072509765625, 0.0583454704284668, 0.058433536529541016, 0.058331134796142575, 0.05834137725830078, 0.05838336181640625, 0.05831167984008789, 0.05839974212646484, 0.058278911590576174, 0.05829939270019531, 0.05830656051635742, 0.05854515075683594, 0.05835673522949219, 0.05833420944213867, 0.05832908630371094, 0.05829324722290039, 0.05835673522949219, 0.05838643264770508, 0.05834854507446289, 0.05827686309814453, 0.058412033081054686, 0.05855846405029297, 0.058393600463867185, 0.0583004150390625, 0.058393600463867185, 0.05838336181640625, 0.05838131332397461, 0.05836492919921875, 0.05836697769165039, 0.05842432022094726, 0.05832396697998047, 0.05830144119262695, 0.05840486526489258, 0.05850009536743164, 0.05832806396484375, 0.058393600463867185, 0.05834239959716797, 0.058403839111328126, 0.05831270217895508, 0.05835366439819336, 0.05832089614868164, 0.05849087905883789, 0.05834035110473633]",tokens/s,16.835588092370713,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-2b,google/recurrentgemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,recurrent_gemma,MB,2043.076608,3857.186816,0.0,3204.448256,2901.569536,s,10,3.909578491210937,0.39095784912109377,0.00230442970962919,0.3902121124267578,0.39314126281738276,0.3947710708618164,0.39607491729736327,"[0.3894698181152344, 0.3927790832519531, 0.39260601806640627, 0.39046377563476564, 0.390861572265625, 0.38996044921875, 0.39640087890625, 0.38962521362304686, 0.38972137451171873, 0.3876903076171875]",tokens/s,654.8020472680357,kWh,4.680708622248825e-06,2.5645102336257955e-06,8.523521776076536e-06,1.576874063195116e-05,tokens/kWh,16234650.944875337,MB,2058.846208,3859.283968,0.0,3206.545408,2901.572096,s,10,21.442805908203123,2.1442805908203124,0.008832355736630857,2.14306591796875,2.15711318359375,2.159114453125,2.16071546875,"[2.13140625, 2.141563232421875, 2.16111572265625, 2.13544775390625, 2.15666845703125, 2.142026611328125, 2.1462353515625, 2.144105224609375, 2.14819287109375, 2.13604443359375]",tokens/s,29.380483258442787,kWh,2.5050260536501565e-05,1.3729015830430784e-05,5.245527700692335e-05,9.12345533738557e-05,tokens/kWh,690527.8501429412,,s,630,21.441329090118405,0.03403385569860065,0.000649808256233728,0.03386982345581055,0.03465308227539062,0.03491573657989502,0.03582715911865234,"[0.03400396728515625, 0.03393638229370117, 0.0337520637512207, 0.03381657409667969, 0.03375718307495117, 0.033732608795166014, 0.033360897064208986, 0.03373875045776367, 0.033896446228027344, 0.034129920959472655, 0.0334837760925293, 0.03366195297241211, 0.03331584167480469, 0.033584129333496096, 0.03336703872680664, 0.033463294982910154, 0.03385139083862305, 0.033791999816894534, 0.03376844787597656, 0.033923072814941405, 0.03378073501586914, 0.03404390335083008, 0.03361996841430664, 0.033708030700683594, 0.03412275314331055, 0.03386982345581055, 0.0337151985168457, 0.03378688049316406, 0.03393740844726562, 0.033446910858154294, 0.03343564987182617, 0.03373056030273437, 0.03337625503540039, 0.03378790283203125, 0.03369267272949219, 0.033649665832519535, 0.03394867324829102, 0.03403776168823242, 0.03353190231323242, 0.034890750885009765, 0.034012161254882815, 0.03377766418457031, 0.0337448959350586, 0.03375718307495117, 0.03400089645385742, 0.033685504913330076, 0.03366502380371094, 0.03367833709716797, 0.03370598220825195, 0.03383091354370117, 0.03381043243408203, 0.03376639938354492, 0.03382681655883789, 0.03407564926147461, 0.033685504913330076, 0.033524734497070316, 0.034557952880859374, 0.03382271957397461, 0.0335175666809082, 0.03557273483276367, 0.03444940948486328, 0.03369881439208984, 0.03464601516723633, 0.034841598510742186, 0.033995777130126956, 0.03384627151489258, 0.03370598220825195, 0.033857536315917966, 0.034252799987792966, 0.033535999298095705, 0.033585151672363284, 0.03436441421508789, 0.03376230239868164, 0.03474739074707031, 0.034135040283203126, 0.033716224670410154, 0.03398144149780274, 0.034377727508544925, 0.03380633544921875, 0.03397017669677734, 0.03445043182373047, 0.03381657409667969, 0.03393843078613281, 0.033463294982910154, 0.033519615173339845, 0.03375820922851563, 0.03505561447143555, 0.03472793579101562, 0.03376230239868164, 0.03387596893310547, 0.03351859283447266, 0.03363532638549805, 0.03450777435302734, 0.03333631896972656, 0.033132545471191405, 0.033772544860839845, 0.03360358428955078, 0.03376947021484375, 0.03385958480834961, 0.03389235305786133, 0.03377151870727539, 0.03426611328125, 0.03406438446044922, 0.03420159912109375, 0.03359334564208984, 0.03346739196777344, 0.03391897583007813, 0.03383193588256836, 0.03364147186279297, 0.033960960388183595, 0.034219009399414066, 0.033486846923828126, 0.03368755340576172, 0.03349094390869141, 0.03350732803344727, 0.034086910247802735, 0.034664447784423826, 0.03388620758056641, 0.03386982345581055, 0.033710079193115236, 0.03403571319580078, 0.034492416381835936, 0.035522560119628906, 0.03503923034667969, 0.03432243347167969, 0.03476582336425781, 0.034508800506591795, 0.03376332855224609, 0.033947647094726564, 0.03366400146484375, 0.03396915054321289, 0.034522113800048826, 0.0335206413269043, 0.034121726989746096, 0.035544063568115236, 0.03426713562011719, 0.03414220809936523, 0.03580825424194336, 0.04426956939697266, 0.034614273071289066, 0.033759231567382815, 0.03505766296386719, 0.03505561447143555, 0.0340684814453125, 0.03396915054321289, 0.033880062103271484, 0.03391078567504883, 0.03400703811645508, 0.033209342956542966, 0.0339865608215332, 0.03425689697265625, 0.03431423950195313, 0.03448012924194336, 0.033893375396728515, 0.033756160736083986, 0.03376537704467773, 0.03422412872314453, 0.03442278289794922, 0.033430526733398434, 0.03384729766845703, 0.03388927841186523, 0.03379814529418945, 0.03359743881225586, 0.034051071166992186, 0.03369267272949219, 0.03427635192871094, 0.0335810546875, 0.033582080841064454, 0.03394867324829102, 0.033726463317871096, 0.03376230239868164, 0.03379404830932617, 0.03442892837524414, 0.034195457458496094, 0.03610726547241211, 0.034661376953125, 0.03462246322631836, 0.034506752014160154, 0.034525184631347655, 0.03427020645141601, 0.035053569793701174, 0.034236415863037106, 0.0337336311340332, 0.03377971267700195, 0.03384320068359375, 0.033693695068359376, 0.033833984375, 0.03376947021484375, 0.03405209732055664, 0.03424358367919922, 0.033888256072998044, 0.03376435089111328, 0.0338155517578125, 0.033770496368408204, 0.03379507064819336, 0.03362406539916992, 0.03383603286743164, 0.034321407318115234, 0.03435212707519531, 0.03397324752807617, 0.03350732803344727, 0.03343974304199219, 0.03380940628051758, 0.03378790283203125, 0.0336445426940918, 0.03362406539916992, 0.0334571533203125, 0.03362611389160156, 0.03348275375366211, 0.03353395080566406, 0.03400191879272461, 0.033465343475341795, 0.033446910858154294, 0.03387289428710937, 0.03370086288452148, 0.03329536056518555, 0.033549312591552735, 0.03340492630004883, 0.035855358123779296, 0.03471462249755859, 0.034067455291748046, 0.03364352035522461, 0.0344002571105957, 0.033797119140625, 0.03354009628295898, 0.03377459335327149, 0.03361280059814453, 0.034237438201904294, 0.03377459335327149, 0.0334919662475586, 0.03373158264160156, 0.033565696716308595, 0.03358310317993164, 0.03373567962646484, 0.033833984375, 0.03370598220825195, 0.033492992401123044, 0.03392102432250976, 0.03367935943603516, 0.03363430404663086, 0.035342334747314456, 0.03378278350830078, 0.03375513458251953, 0.03418521499633789, 0.03404185485839844, 0.034557952880859374, 0.03455897521972656, 0.03442176055908203, 0.03388415908813477, 0.03427635192871094, 0.03430297470092773, 0.034367488861083983, 0.03491123199462891, 0.03462041473388672, 0.034609153747558595, 0.03477811050415039, 0.03477811050415039, 0.03482009506225586, 0.034699264526367186, 0.03419955062866211, 0.03372851181030274, 0.03464396667480469, 0.0349194221496582, 0.0346163215637207, 0.03448524856567383, 0.03399168014526367, 0.034735103607177735, 0.03423027038574219, 0.03386368179321289, 0.034740222930908206, 0.03474227142333984, 0.034549758911132815, 0.03360255813598633, 0.03433369445800781, 0.034184192657470705, 0.03402751922607422, 0.03477401733398437, 0.03422822570800781, 0.03464704132080078, 0.03413094329833984, 0.03463884735107422, 0.0343818244934082, 0.03444838333129883, 0.03390873718261719, 0.03433779144287109, 0.03486822509765625, 0.034625537872314455, 0.033919998168945316, 0.033865726470947266, 0.033600513458251956, 0.03316838455200195, 0.033565696716308595, 0.033655807495117186, 0.03379507064819336, 0.03324415969848633, 0.0336363525390625, 0.0339681282043457, 0.0335175666809082, 0.03368755340576172, 0.03393843078613281, 0.034149375915527344, 0.034290687561035156, 0.0348590087890625, 0.03381862258911133, 0.033825790405273434, 0.03360665512084961, 0.034574337005615234, 0.03524505615234375, 0.0341288948059082, 0.034549758911132815, 0.033670143127441404, 0.03399168014526367, 0.03466649627685547, 0.03394867324829102, 0.03383500671386719, 0.03409203338623047, 0.03375718307495117, 0.034255870819091795, 0.0338155517578125, 0.03382886505126953, 0.03387289428710937, 0.03428147125244141, 0.03358617782592774, 0.03376537704467773, 0.03387289428710937, 0.03433779144287109, 0.034546688079833986, 0.033756160736083986, 0.0345425910949707, 0.03400294494628906, 0.03467366409301758, 0.03363123321533203, 0.03357900619506836, 0.03340083312988281, 0.03420979309082031, 0.03388927841186523, 0.03366604614257813, 0.03381043243408203, 0.03374182510375977, 0.03390771102905273, 0.033726463317871096, 0.03380121612548828, 0.03378688049316406, 0.03378073501586914, 0.03506175994873047, 0.034462718963623046, 0.034776065826416014, 0.03381964874267578, 0.033906688690185545, 0.03436544036865234, 0.03455078506469727, 0.03347558212280274, 0.03378483200073242, 0.03379609680175781, 0.0336814079284668, 0.033276927947998046, 0.033923072814941405, 0.03378790283203125, 0.035796993255615236, 0.03376025772094727, 0.03367628860473633, 0.03352883148193359, 0.03332710266113281, 0.03366092681884766, 0.03407769775390625, 0.033724414825439454, 0.033529857635498046, 0.03401113510131836, 0.033925121307373046, 0.034651134490966795, 0.03562803268432617, 0.03458662414550781, 0.03376332855224609, 0.03364352035522461, 0.033614849090576174, 0.0347770881652832, 0.034081790924072264, 0.03352678298950195, 0.03467366409301758, 0.03444838333129883, 0.033637374877929685, 0.03476684951782227, 0.03403776168823242, 0.0335093765258789, 0.033729534149169925, 0.03448627090454102, 0.03556966400146484, 0.03517542266845703, 0.033672191619873046, 0.033426433563232424, 0.033334270477294925, 0.033567745208740236, 0.03362611389160156, 0.034095104217529294, 0.03439206314086914, 0.03413708877563477, 0.03384729766845703, 0.034229248046875, 0.033721343994140625, 0.03441254425048828, 0.03439206314086914, 0.03365990447998047, 0.033549312591552735, 0.03366604614257813, 0.03497369766235352, 0.0344268798828125, 0.033754112243652344, 0.034239486694335936, 0.03480883026123047, 0.033770496368408204, 0.034283519744873044, 0.033737728118896484, 0.03379302215576172, 0.03384012985229492, 0.03344793701171875, 0.03378995132446289, 0.03369881439208984, 0.03438694381713867, 0.03476172637939453, 0.03378688049316406, 0.03390566253662109, 0.033995777130126956, 0.03383705520629883, 0.03560140609741211, 0.03395686340332031, 0.033821697235107424, 0.033530879974365234, 0.03400396728515625, 0.033726463317871096, 0.033495040893554685, 0.033865726470947266, 0.034098175048828124, 0.03433779144287109, 0.03391078567504883, 0.03418521499633789, 0.03420979309082031, 0.034318336486816405, 0.033585151672363284, 0.033742847442626955, 0.034272254943847655, 0.034427902221679685, 0.03407462310791016, 0.03437977600097656, 0.03385651016235352, 0.033941505432128906, 0.03432447814941406, 0.03440435028076172, 0.03382681655883789, 0.033895423889160156, 0.03464191818237305, 0.03465216064453125, 0.03433779144287109, 0.033726463317871096, 0.034237438201904294, 0.03384320068359375, 0.03393228912353516, 0.03374182510375977, 0.03421593475341797, 0.034374656677246096, 0.03381452941894531, 0.03361280059814453, 0.03382988739013672, 0.033685504913330076, 0.033685504913330076, 0.03449856185913086, 0.033751041412353515, 0.03442278289794922, 0.03360358428955078, 0.03428966522216797, 0.03352268981933594, 0.03366809463500976, 0.03399782562255859, 0.03363532638549805, 0.03470336151123047, 0.034187263488769534, 0.03390566253662109, 0.03377971267700195, 0.03389132690429687, 0.03426508712768555, 0.03360255813598633, 0.033726463317871096, 0.03453235244750977, 0.03430297470092773, 0.03379404830932617, 0.03386675262451172, 0.0339159049987793, 0.034236415863037106, 0.0345354232788086, 0.033870849609375, 0.03369881439208984, 0.03364659118652344, 0.03461119842529297, 0.033919998168945316, 0.03423436737060547, 0.03415654373168946, 0.03479244613647461, 0.034223102569580076, 0.03379097747802735, 0.03416883087158203, 0.034010112762451174, 0.033600513458251956, 0.033620990753173825, 0.033576961517333984, 0.03437158584594727, 0.03427328109741211, 0.03387596893310547, 0.0337520637512207, 0.03360870361328125, 0.03396915054321289, 0.03368038558959961, 0.0337520637512207, 0.034544639587402344, 0.033772544860839845, 0.03376537704467773, 0.0338155517578125, 0.03362815856933594, 0.033775615692138675, 0.03397017669677734, 0.03387494277954101, 0.033890304565429685, 0.0337520637512207, 0.0340684814453125, 0.03368243026733399, 0.033683456420898435, 0.03393638229370117, 0.033555454254150394, 0.033710079193115236, 0.033880062103271484, 0.034595840454101565, 0.03388108825683594, 0.03386163330078125, 0.03461734390258789, 0.03398860931396484, 0.03426713562011719, 0.03402751922607422, 0.0339343376159668, 0.03393740844726562, 0.03397017669677734, 0.033808383941650394, 0.03365273666381836, 0.03532185745239258, 0.035296257019042966, 0.0340398063659668, 0.03681280136108398, 0.033791999816894534, 0.033854465484619144, 0.03583488082885742, 0.034402305603027344, 0.03376128005981445, 0.0356126708984375, 0.03464601516723633, 0.03332505416870117, 0.03381862258911133, 0.03375001525878906, 0.034872318267822264, 0.0347852783203125, 0.03411251068115234, 0.03385958480834961, 0.034034687042236327, 0.034095104217529294, 0.034484222412109376, 0.03399270248413086, 0.033775615692138675, 0.0338974723815918, 0.03362918472290039, 0.03363942337036133, 0.03384320068359375, 0.03415552139282227, 0.03435520172119141, 0.03359027099609375, 0.03360563278198242, 0.033277950286865234, 0.033567745208740236, 0.033925121307373046, 0.033914878845214845, 0.03342745590209961, 0.03330355072021484, 0.03395072174072265, 0.03341721725463867, 0.03356467056274414, 0.03378790283203125, 0.033462272644042966, 0.03399168014526367, 0.033724414825439454, 0.03331891250610351, 0.03399679946899414, 0.033323009490966796, 0.033532928466796875, 0.03383910369873047, 0.033500160217285156, 0.033701889038085936, 0.03368960189819336, 0.033667072296142575, 0.03437977600097656, 0.033555454254150394, 0.03368038558959961, 0.03382886505126953, 0.03373158264160156, 0.03423027038574219, 0.033667072296142575, 0.033756160736083986, 0.03374387359619141, 0.033873920440673826, 0.03370905685424805, 0.03363942337036133, 0.03355136108398438, 0.03395379257202148, 0.033893375396728515, 0.033290241241455076, 0.03369472122192383, 0.033358848571777344, 0.03372544097900391, 0.03331891250610351, 0.033442817687988284, 0.033691646575927735, 0.03392409515380859, 0.033620990753173825, 0.03511603164672852, 0.036324352264404294, 0.03434598541259765, 0.03439820861816406, 0.034098175048828124, 0.033672191619873046, 0.033791999816894534, 0.0335912971496582, 0.03428761672973633, 0.03430092620849609, 0.036664321899414064, 0.035282943725585936, 0.03517030334472656]",tokens/s,29.382506903004714,,,,,,MB,1853.067264,3100.114944,0.0,2470.445056,2443.388928,s,1,9.5108330078125,9.5108330078125,0.0,9.5108330078125,9.5108330078125,9.5108330078125,9.5108330078125,[9.5108330078125],,kWh,3.1344283705556115e-05,1.7163104851507723e-05,4.3125312278000094e-05,9.163270083506394e-05, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-j-6b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1981.31712,5285.347328,0.0,4638.900224,4372.758528,s,10,2.9063011779785164,0.29063011779785153,0.002537823224499281,0.28984478759765625,0.29104780273437497,0.2946164916992187,0.2974714428710938,"[0.2981851806640625, 0.2897536926269531, 0.28940167236328124, 0.2894919128417969, 0.28932354736328125, 0.2896451416015625, 0.2899358825683594, 0.29018267822265625, 0.2902547607421875, 0.290126708984375]",tokens/s,880.8447037070721,kWh,3.4217409198246307e-06,1.8749220318672345e-06,1.6310052730566276e-05,2.1606715682258143e-05,tokens/kWh,11848168.123497294,MB,1981.31712,5285.347328,0.0,4638.900224,4531.243008,s,10,157.6118486328125,15.76118486328125,0.004410873088305789,15.76078466796875,15.76652314453125,15.768446630859374,15.769985419921875,"[15.7703701171875, 15.7623017578125, 15.759771484375, 15.7540341796875, 15.7580390625, 15.7617978515625, 15.7574453125, 15.762916015625, 15.766095703125, 15.7590771484375]",tokens/s,3.997161415622424,kWh,0.00018598458365552014,0.00010193489675758298,0.0008815014155180442,0.001169420895931147,tokens/kWh,53872.81877654194,,s,629,159.96369508361815,0.2543143006098858,0.034482402880625436,0.25014271545410155,0.2504296630859375,0.2505537536621094,0.5400724462890625,"[0.25079808044433594, 0.2501519317626953, 0.25013145446777346, 0.2502963256835937, 0.2505553894042969, 0.2502389831542969, 0.2500802612304687, 0.25022976684570314, 0.250281982421875, 0.2502512664794922, 0.25011917114257814, 0.25005465698242185, 0.25021235656738283, 0.2501969909667969, 0.25014271545410155, 0.25012530517578124, 0.25030758666992187, 0.2501334991455078, 0.25023283386230466, 0.25042842102050783, 0.25052569580078127, 0.25037619018554685, 0.25060560607910154, 0.25034031677246094, 0.25010687255859376, 0.24993792724609376, 0.2500689849853516, 0.24978125, 0.24994303894042968, 0.25007615661621097, 0.24996864318847656, 0.2498672637939453, 0.2500904998779297, 0.2500700225830078, 0.2503362579345703, 0.2501140441894531, 0.25027993774414065, 0.2500536346435547, 0.25011506652832033, 0.2502266845703125, 0.25039666748046874, 0.25010687255859376, 0.2501038055419922, 0.25009254455566404, 0.25049906921386716, 0.2501591033935547, 0.2502215728759766, 0.2500894775390625, 0.25014784240722654, 0.25039564514160156, 0.2501130218505859, 0.25048165893554686, 0.2503536682128906, 0.25019187927246095, 0.2503505859375, 0.25023794555664064, 0.25038540649414065, 0.25030348205566405, 0.250313720703125, 0.25045606994628905, 0.2503106842041016, 0.2501549835205078, 0.5406402587890625, 0.25021235656738283, 0.250134521484375, 0.2504366149902344, 0.2499799041748047, 0.25005772399902343, 0.24982424926757812, 0.2501273651123047, 0.2502236175537109, 0.25029530334472655, 0.25031065368652344, 0.2502860870361328, 0.2503915557861328, 0.25032293701171876, 0.2501038055419922, 0.25009971618652344, 0.2503546905517578, 0.2503004150390625, 0.25012223815917967, 0.250603515625, 0.25031475830078126, 0.2502738494873047, 0.250125244140625, 0.24996453857421874, 0.25023590087890624, 0.2501355590820312, 0.24986930847167968, 0.25018060302734374, 0.2500628509521484, 0.24995021057128905, 0.24993280029296874, 0.24993177795410157, 0.24993997192382814, 0.2501949462890625, 0.25005465698242185, 0.25027583312988283, 0.25036082458496095, 0.2502307891845703, 0.24986317443847655, 0.250328125, 0.25008837890625, 0.2501539764404297, 0.25005162048339846, 0.25015394592285156, 0.24999424743652343, 0.24998707580566407, 0.25030860900878904, 0.2503536682128906, 0.25014784240722654, 0.25007717895507814, 0.2503721008300781, 0.25005976867675783, 0.24989491271972655, 0.2501949462890625, 0.2500474853515625, 0.25021029663085936, 0.2504396820068359, 0.2505123901367188, 0.25019187927246095, 0.2503690185546875, 0.250355712890625, 0.2506752014160156, 0.25030348205566405, 0.5400770263671875, 0.25009971618652344, 0.25001065063476563, 0.250335205078125, 0.2500802612304687, 0.2500730895996094, 0.2500003814697266, 0.2503076171875, 0.25022767639160154, 0.25020211791992186, 0.25002394104003905, 0.25009971618652344, 0.25015705871582034, 0.25017138671875, 0.2499727325439453, 0.25039053344726564, 0.2502144012451172, 0.2502195129394531, 0.25005158996582033, 0.25021337890625, 0.2501908416748047, 0.2501939239501953, 0.25006182861328125, 0.25033013916015623, 0.25068336486816406, 0.2504355773925781, 0.2500987243652344, 0.2501682891845703, 0.24994816589355467, 0.250176513671875, 0.24989389038085938, 0.24996659851074218, 0.2501232604980469, 0.2503495635986328, 0.2501939239501953, 0.2503505859375, 0.25009254455566404, 0.2503198699951172, 0.24996249389648437, 0.25006080627441407, 0.24984268188476563, 0.25001370239257814, 0.2499799041748047, 0.24994508361816406, 0.24990719604492187, 0.250071044921875, 0.24991949462890625, 0.25010482788085936, 0.24992979431152343, 0.24994195556640625, 0.2502481994628906, 0.2501130218505859, 0.2502236175537109, 0.2502215728759766, 0.24995327758789063, 0.2505379791259766, 0.2504253387451172, 0.25021235656738283, 0.2502389831542969, 0.250392578125, 0.25019801330566405, 0.2501611480712891, 0.2502338562011719, 0.5400606689453125, 0.25013247680664064, 0.2501949462890625, 0.2501386260986328, 0.25005158996582033, 0.24994610595703126, 0.24999526977539063, 0.2501519317626953, 0.25017446899414064, 0.2501529541015625, 0.24979046630859375, 0.24999935913085938, 0.25090765380859376, 0.25009356689453127, 0.2499788818359375, 0.25001881408691407, 0.2502010955810547, 0.25006387329101565, 0.24997068786621093, 0.2502410278320312, 0.2500474853515625, 0.25009152221679687, 0.24993382263183594, 0.24991949462890625, 0.24982015991210937, 0.25006591796875, 0.24978944396972655, 0.25004441833496094, 0.25006387329101565, 0.25001983642578124, 0.24982528686523436, 0.2502963256835937, 0.2500229187011719, 0.2501591033935547, 0.2498508758544922, 0.2501437377929687, 0.24980172729492187, 0.2500157470703125, 0.24987239074707032, 0.2499788818359375, 0.2498519287109375, 0.2500955810546875, 0.2500863952636719, 0.2499471435546875, 0.24987239074707032, 0.24983961486816406, 0.2498365478515625, 0.2498682861328125, 0.25012428283691407, 0.2500106201171875, 0.25004237365722654, 0.2501160888671875, 0.25045298767089846, 0.25011199951171875, 0.2499921875, 0.25012223815917967, 0.2503895111083984, 0.25021746826171876, 0.25008128356933595, 0.2502461395263672, 0.2500044860839844, 0.2500976715087891, 0.2501232604980469, 0.5398179931640625, 0.24995327758789063, 0.24976486206054688, 0.25023593139648437, 0.2501252746582031, 0.25009254455566404, 0.25008128356933595, 0.2506219482421875, 0.24997894287109376, 0.2500556182861328, 0.24988160705566406, 0.25023388671875, 0.24982319641113282, 0.2499420166015625, 0.2500843505859375, 0.2501334991455078, 0.2500055084228516, 0.2501519317626953, 0.2500863952636719, 0.2502307891845703, 0.2500884552001953, 0.25016729736328125, 0.2500802612304687, 0.24994918823242188, 0.2502686767578125, 0.25029017639160156, 0.25003929138183595, 0.25058918762207033, 0.2501642303466797, 0.2502584381103516, 0.2501755523681641, 0.24988870239257813, 0.2499000244140625, 0.2501007385253906, 0.2500116424560547, 0.2502206115722656, 0.2500894012451172, 0.25006387329101565, 0.24993484497070312, 0.2501263427734375, 0.2500997772216797, 0.24992454528808594, 0.249818115234375, 0.2502440948486328, 0.24998605346679686, 0.2500536346435547, 0.2503495635986328, 0.2504949798583984, 0.25005772399902343, 0.249955322265625, 0.25020005798339845, 0.2500628509521484, 0.24994921875, 0.2500167388916016, 0.25002394104003905, 0.25021746826171876, 0.2501908416748047, 0.2507335662841797, 0.2502492218017578, 0.2503065643310547, 0.2502574005126953, 0.25029324340820314, 0.2501898193359375, 0.5407395629882813, 0.25007411193847656, 0.24990924072265625, 0.25031578063964843, 0.250313720703125, 0.2503577575683594, 0.25009458923339845, 0.2502840270996094, 0.25020211791992186, 0.25027687072753907, 0.25011199951171875, 0.2502236175537109, 0.2501283874511719, 0.2500648956298828, 0.2499000244140625, 0.2501151428222656, 0.25006585693359373, 0.2501734466552734, 0.249997314453125, 0.25045811462402345, 0.2501232604980469, 0.2500474853515625, 0.25051954650878905, 0.2502010955810547, 0.24999116516113282, 0.2500966339111328, 0.24983450317382813, 0.2501560363769531, 0.24990412902832032, 0.24997171020507813, 0.24990208435058595, 0.2501683197021484, 0.2500280303955078, 0.25030963134765627, 0.25010176086425784, 0.2503721008300781, 0.25001983642578124, 0.2501724090576172, 0.25054106140136717, 0.25023590087890624, 0.25032089233398436, 0.2500536346435547, 0.24995738220214844, 0.2504673309326172, 0.250313720703125, 0.2502010955810547, 0.2501181488037109, 0.25014988708496094, 0.24992767333984375, 0.24984165954589843, 0.2501580810546875, 0.2502645721435547, 0.25012428283691407, 0.25018572998046873, 0.2502563781738281, 0.2505103302001953, 0.2504222717285156, 0.25011506652832033, 0.2503055419921875, 0.25046835327148437, 0.25020416259765627, 0.25005976867675783, 0.2504069061279297, 0.540674072265625, 0.2498877410888672, 0.24996556091308594, 0.2500208587646484, 0.24987033081054688, 0.24995123291015625, 0.24989286804199218, 0.24999526977539063, 0.24995024108886718, 0.25007612609863283, 0.24990821838378907, 0.25006182861328125, 0.25002188110351564, 0.25010694885253903, 0.24999110412597655, 0.2500792999267578, 0.2504211883544922, 0.2500648956298828, 0.24999424743652343, 0.25054106140136717, 0.25021029663085936, 0.2502860870361328, 0.25012940979003906, 0.2506577911376953, 0.25016934204101565, 0.2500587463378906, 0.24976998901367187, 0.25013145446777346, 0.24986213684082031, 0.2498314208984375, 0.24974745178222657, 0.24992153930664063, 0.24988365173339844, 0.25004339599609376, 0.24985189819335937, 0.2506885070800781, 0.2500556793212891, 0.25029017639160156, 0.2501826629638672, 0.25018060302734374, 0.2501642303466797, 0.2501160888671875, 0.2502963256835937, 0.25014271545410155, 0.2501232604980469, 0.2500075531005859, 0.24999833679199218, 0.250281982421875, 0.25011712646484374, 0.2500208587646484, 0.25023590087890624, 0.24997477722167968, 0.2500382690429688, 0.25030860900878904, 0.24990924072265625, 0.250134521484375, 0.2503772125244141, 0.250144775390625, 0.2500976715087891, 0.2504734649658203, 0.2503424072265625, 0.250281982421875, 0.2504918975830078, 0.540959716796875, 0.24998707580566407, 0.24996966552734376, 0.2504447937011719, 0.25011506652832033, 0.2500730895996094, 0.24997785949707033, 0.2501038055419922, 0.24977203369140624, 0.24993997192382814, 0.249891845703125, 0.2502010955810547, 0.24997068786621093, 0.24996556091308594, 0.25032293701171876, 0.2501826629638672, 0.25017753601074216, 0.25002700805664063, 0.2499061737060547, 0.25014682006835937, 0.2498877410888672, 0.25009152221679687, 0.24998300170898438, 0.2498580780029297, 0.25000236511230467, 0.2502737884521484, 0.24993487548828125, 0.25017237854003904, 0.24999935913085938, 0.2500034484863281, 0.24991949462890625, 0.25006182861328125, 0.2507837371826172, 0.2503434295654297, 0.2499440612792969, 0.2505052185058594, 0.25008230590820313, 0.2504273986816406, 0.25017446899414064, 0.2502748107910156, 0.2502062072753906, 0.2501642303466797, 0.2500126647949219, 0.2501785583496094, 0.2502471618652344, 0.2504151000976563, 0.25036595153808594, 0.25060147094726565, 0.2500904998779297, 0.2502748107910156, 0.25048165893554686, 0.25066700744628906, 0.2503546905517578, 0.2503362579345703, 0.2506997833251953, 0.25044377136230467, 0.2504396820068359, 0.2503250274658203, 0.2502747802734375, 0.25030963134765627, 0.25053082275390626, 0.25042329406738284, 0.2504909515380859, 0.540876708984375, 0.24993894958496093, 0.24985702514648436, 0.2501591339111328, 0.24982627868652343, 0.25009869384765626, 0.24977305603027344, 0.2503004150390625, 0.25034854125976563, 0.25019801330566405, 0.25009971618652344, 0.25067417907714845, 0.25034547424316406, 0.25008230590820313, 0.24993586730957032, 0.25034962463378907, 0.2502911376953125, 0.25038029479980467, 0.2501529541015625, 0.25024205017089846, 0.2500853729248047, 0.25076640319824217, 0.25037107849121093, 0.2502163848876953, 0.250355712890625, 0.2502963256835937, 0.25014988708496094, 0.2507612152099609, 0.2500331573486328, 0.25012940979003906, 0.2501826629638672, 0.25019187927246095, 0.2501457977294922, 0.25029324340820314, 0.2500556793212891, 0.2502666168212891, 0.25006591796875, 0.25023487854003906, 0.2499788818359375, 0.25042022705078126, 0.25027687072753907, 0.2504151000976563, 0.25046630859375, 0.25056871032714845, 0.25031065368652344, 0.2501396484375, 0.2502338562011719, 0.25055130004882814, 0.250745849609375, 0.2501181488037109, 0.25041305541992187, 0.2506260528564453, 0.250134521484375, 0.25023794555664064, 0.24998912048339844, 0.25041612243652345, 0.2503014373779297, 0.25029017639160156, 0.25043463134765626, 0.25041912841796876, 0.2501212158203125, 0.2502410278320312, 0.25001983642578124, 0.54075390625, 0.2499932098388672, 0.2502696990966797, 0.25038029479980467, 0.25003929138183595, 0.2502451171875, 0.2502737884521484, 0.2501662750244141, 0.25007717895507814, 0.2501089324951172, 0.2500474853515625, 0.25018470764160156, 0.25001676940917966, 0.2505594940185547, 0.249955322265625, 0.2502215728759766, 0.25011199951171875, 0.25042022705078126, 0.25008230590820313, 0.2501754913330078, 0.25002188110351564, 0.2499727325439453, 0.24995738220214844, 0.250029052734375, 0.25036082458496095, 0.2502881317138672, 0.2504048614501953, 0.2503772735595703, 0.24998294067382812, 0.24992764282226562, 0.24980787658691406, 0.24998605346679686, 0.24978944396972655, 0.2501990356445313, 0.25023283386230466, 0.25036082458496095, 0.25013247680664064, 0.25009356689453127, 0.24986930847167968, 0.24994303894042968, 0.2498672637939453, 0.2499799041748047, 0.250208251953125, 0.2503434295654297, 0.25007411193847656, 0.25048678588867185, 0.2502440948486328, 0.2501560363769531, 0.2502266845703125, 0.2501580810546875, 0.2502164459228516, 0.25023487854003906, 0.2499225616455078, 0.2503055419921875, 0.25011712646484374, 0.2501898193359375, 0.2500628509521484, 0.24998912048339844, 0.2500485076904297, 0.250227783203125, 0.25009971618652344, 0.2501866912841797, 0.25009152221679687]",tokens/s,3.932142225591885,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1451.905024,2418.540544,0.0,1772.09344,1621.541376,s,10,0.7316847381591797,0.07316847381591798,0.0003457241418479124,0.07326449584960938,0.07357357177734375,0.07357862548828126,0.07358266845703125,"[0.07346591949462891, 0.0728661117553711, 0.07270166778564453, 0.07324726104736329, 0.07263625335693359, 0.07288240051269532, 0.07358367919921875, 0.07328173065185548, 0.073447265625, 0.07357244873046875]",tokens/s,3498.7746313263483,kWh,8.589118671110095e-07,4.706412848463514e-07,3.7715146919278033e-06,5.101067843885164e-06,tokens/kWh,50185570.51870551,MB,1451.905024,2418.540544,0.0,1772.09344,1723.273216,s,10,38.208432373046875,3.8208432373046874,0.0009523784305681953,3.8212119140625003,3.821659497070313,3.821850988769531,3.822004182128906,"[3.8209521484375, 3.821502685546875, 3.821594482421875, 3.8205712890625, 3.82204248046875, 3.819373291015625, 3.8214716796875, 3.819123291015625, 3.82018408203125, 3.821616943359375]",tokens/s,16.488506878508232,kWh,4.511216866125423e-05,2.4723927950708465e-05,0.0001974284518234696,0.0002672645484354323,tokens/kWh,235721.49904954564,,s,629,38.80548554611203,0.06169393568539279,0.008717092816584612,0.06063616180419922,0.060711936950683595,0.060762318420410154,0.1337114239501953,"[0.060548095703125, 0.06056447982788086, 0.06056243133544922, 0.06060441589355469, 0.06070169448852539, 0.06058393478393555, 0.06068428802490235, 0.06065151977539063, 0.060698623657226565, 0.060622848510742185, 0.06061056137084961, 0.06058598327636719, 0.06065971374511719, 0.060631038665771485, 0.06055321502685547, 0.060627967834472656, 0.06062080001831055, 0.06059212875366211, 0.06057062530517578, 0.06062694549560547, 0.06059212875366211, 0.06070169448852539, 0.060641281127929686, 0.06050099182128906, 0.06061056137084961, 0.060644351959228515, 0.06061363220214844, 0.06065459060668945, 0.060680191040039064, 0.06059929656982422, 0.0606033935546875, 0.06075494384765625, 0.06057984161376953, 0.060627967834472656, 0.06067609786987305, 0.06060851287841797, 0.060625919342041014, 0.06067507171630859, 0.06063820648193359, 0.06066790390014649, 0.0607375373840332, 0.06063718414306641, 0.06057164764404297, 0.06067814254760742, 0.0606033935546875, 0.06069452667236328, 0.06069247817993164, 0.06072934341430664, 0.060672000885009764, 0.06068121719360352, 0.06060441589355469, 0.060665855407714846, 0.06066995239257812, 0.06066995239257812, 0.0605849609375, 0.06070272064208984, 0.060647422790527344, 0.06064025497436523, 0.06067302322387695, 0.060631038665771485, 0.060611583709716796, 0.06069145584106445, 0.1337518005371094, 0.060679168701171876, 0.060565502166748046, 0.060598270416259765, 0.06051942443847656, 0.06059212875366211, 0.06055731201171875, 0.06060748672485351, 0.06057062530517578, 0.06058700942993164, 0.060539905548095706, 0.06059212875366211, 0.060524543762207034, 0.06062694549560547, 0.0605296630859375, 0.06064025497436523, 0.060556289672851565, 0.0607088623046875, 0.06061772918701172, 0.0605849609375, 0.060622848510742185, 0.06062387084960937, 0.060554241180419924, 0.06061875152587891, 0.06054912185668945, 0.060633087158203126, 0.06063718414306641, 0.06061670303344727, 0.06066175842285156, 0.06064025497436523, 0.06060236740112305, 0.06065663909912109, 0.06065151977539063, 0.06146867370605469, 0.060672000885009764, 0.06063513565063477, 0.06062899017333984, 0.06063513565063477, 0.06063513565063477, 0.06066175842285156, 0.06074060821533203, 0.0606453742980957, 0.06065663909912109, 0.0606484489440918, 0.06070374298095703, 0.0606453742980957, 0.06063411331176758, 0.06067814254760742, 0.060641281127929686, 0.06077132797241211, 0.060819454193115234, 0.06069964981079102, 0.06061772918701172, 0.0607375373840332, 0.06071091079711914, 0.06056857681274414, 0.06065868759155273, 0.060695552825927736, 0.06065151977539063, 0.06061363220214844, 0.06063616180419922, 0.06097817611694336, 0.060883968353271485, 0.13362074279785155, 0.06075699234008789, 0.060611583709716796, 0.06068838500976562, 0.06058086395263672, 0.06061977767944336, 0.06060031890869141, 0.06062182235717774, 0.06057881546020508, 0.0607006721496582, 0.06058598327636719, 0.060609535217285154, 0.06054604721069336, 0.060641281127929686, 0.06057779312133789, 0.060614654541015625, 0.060682239532470705, 0.06065049743652344, 0.060854270935058595, 0.060627967834472656, 0.060611583709716796, 0.06075289535522461, 0.060668926239013675, 0.06060236740112305, 0.060581886291503906, 0.060715007781982425, 0.06063616180419922, 0.06065356826782226, 0.06065459060668945, 0.060662784576416016, 0.060657665252685546, 0.060644351959228515, 0.06066483306884766, 0.06063513565063477, 0.060652542114257815, 0.060660736083984375, 0.060652542114257815, 0.060655616760253904, 0.06063206481933594, 0.06065151977539063, 0.06070272064208984, 0.060677120208740234, 0.060706817626953125, 0.06065151977539063, 0.06060748672485351, 0.06067609786987305, 0.060674049377441405, 0.06074982452392578, 0.060652542114257815, 0.060711936950683595, 0.06064640045166016, 0.06088806533813477, 0.060649471282958986, 0.06063820648193359, 0.06074060821533203, 0.06055014419555664, 0.06067097473144531, 0.06065868759155273, 0.060693504333496094, 0.060663806915283204, 0.06061977767944336, 0.060641281127929686, 0.06065151977539063, 0.13421568298339845, 0.061047809600830075, 0.06058086395263672, 0.06061363220214844, 0.06059417724609375, 0.060660736083984375, 0.06055219268798828, 0.06056959915161133, 0.06055833435058594, 0.06059110260009765, 0.060598270416259765, 0.06062080001831055, 0.0606033935546875, 0.060644351959228515, 0.06060134506225586, 0.06059212875366211, 0.060576766967773435, 0.06063616180419922, 0.06062387084960937, 0.060624897003173826, 0.060870655059814455, 0.06065971374511719, 0.06057369613647461, 0.06063411331176758, 0.060572673797607425, 0.06064640045166016, 0.06059110260009765, 0.06067814254760742, 0.06068428802490235, 0.060662784576416016, 0.06063411331176758, 0.06064640045166016, 0.060652542114257815, 0.06065663909912109, 0.060611583709716796, 0.060641281127929686, 0.06062182235717774, 0.060668926239013675, 0.06061977767944336, 0.060657665252685546, 0.06068838500976562, 0.060642303466796874, 0.060652542114257815, 0.060644351959228515, 0.060609535217285154, 0.060624897003173826, 0.06063206481933594, 0.06063616180419922, 0.06063820648193359, 0.06064332962036133, 0.06060748672485351, 0.0606300163269043, 0.06061363220214844, 0.06065459060668945, 0.06070579147338867, 0.06060441589355469, 0.06068633651733398, 0.06062694549560547, 0.06064025497436523, 0.06063513565063477, 0.06063616180419922, 0.06065356826782226, 0.060655616760253904, 0.13350604248046874, 0.060693504333496094, 0.06060851287841797, 0.06065663909912109, 0.06060031890869141, 0.06069247817993164, 0.06064332962036133, 0.06060441589355469, 0.06056345748901367, 0.06063616180419922, 0.060576766967773435, 0.06068121719360352, 0.06066483306884766, 0.06058598327636719, 0.06065868759155273, 0.060622848510742185, 0.060655616760253904, 0.060633087158203126, 0.06061056137084961, 0.06066995239257812, 0.06062694549560547, 0.06065356826782226, 0.06086963272094727, 0.060609535217285154, 0.060611583709716796, 0.060919807434082034, 0.06071398544311524, 0.060652542114257815, 0.060660736083984375, 0.0606484489440918, 0.060668926239013675, 0.06059929656982422, 0.060655616760253904, 0.0608092155456543, 0.06080204772949219, 0.06074879837036133, 0.06071398544311524, 0.060622848510742185, 0.060660736083984375, 0.06069452667236328, 0.06069964981079102, 0.06062080001831055, 0.060665855407714846, 0.060649471282958986, 0.06063718414306641, 0.06069145584106445, 0.06063616180419922, 0.0606484489440918, 0.06067302322387695, 0.06059110260009765, 0.06071398544311524, 0.06069145584106445, 0.06063616180419922, 0.060655616760253904, 0.0607303695678711, 0.060576766967773435, 0.06069657516479492, 0.060682239532470705, 0.060644351959228515, 0.06062387084960937, 0.06065151977539063, 0.0606300163269043, 0.06076006317138672, 0.13374668884277344, 0.060639232635498044, 0.06056959915161133, 0.06061568069458008, 0.06057164764404297, 0.060706817626953125, 0.06055731201171875, 0.060556289672851565, 0.06061670303344727, 0.06055321502685547, 0.06053376007080078, 0.06062899017333984, 0.060548095703125, 0.06059929656982422, 0.060622848510742185, 0.06057369613647461, 0.06059110260009765, 0.06065868759155273, 0.06058291244506836, 0.06058905410766602, 0.06061056137084961, 0.06056755065917969, 0.06058291244506836, 0.06062694549560547, 0.06063616180419922, 0.06063513565063477, 0.06063718414306641, 0.06055526351928711, 0.060622848510742185, 0.060649471282958986, 0.06062899017333984, 0.060614654541015625, 0.06070476913452148, 0.060560382843017575, 0.06061875152587891, 0.0606453742980957, 0.06059724807739258, 0.06061670303344727, 0.060728321075439455, 0.060606464385986325, 0.060657665252685546, 0.06066175842285156, 0.06058598327636719, 0.06061260986328125, 0.06068940734863281, 0.06057984161376953, 0.06063206481933594, 0.060663806915283204, 0.06060543823242188, 0.06058905410766602, 0.060711936950683595, 0.06060031890869141, 0.06067097473144531, 0.06065151977539063, 0.060677120208740234, 0.06054604721069336, 0.06071091079711914, 0.060649471282958986, 0.06063718414306641, 0.06063820648193359, 0.06069964981079102, 0.06061875152587891, 0.06069760131835938, 0.1345075225830078, 0.06063411331176758, 0.06067097473144531, 0.060625919342041014, 0.060560382843017575, 0.06066790390014649, 0.060548095703125, 0.06058291244506836, 0.060598270416259765, 0.060606464385986325, 0.06056140899658203, 0.0605665283203125, 0.06058803176879883, 0.06055321502685547, 0.06061260986328125, 0.060576766967773435, 0.06076313781738281, 0.06071295928955078, 0.060576766967773435, 0.060572673797607425, 0.060627967834472656, 0.060576766967773435, 0.06057164764404297, 0.06062080001831055, 0.06053887939453125, 0.06092595291137695, 0.0607006721496582, 0.06059110260009765, 0.06064332962036133, 0.06065049743652344, 0.06057779312133789, 0.060633087158203126, 0.06071295928955078, 0.060647422790527344, 0.060639232635498044, 0.060668926239013675, 0.06061363220214844, 0.06061056137084961, 0.060639232635498044, 0.06059212875366211, 0.060693504333496094, 0.06067097473144531, 0.06083379364013672, 0.06059417724609375, 0.0606668815612793, 0.06058393478393555, 0.06063820648193359, 0.06070579147338867, 0.06062694549560547, 0.06063206481933594, 0.06072115325927734, 0.06065663909912109, 0.06077951812744141, 0.06069452667236328, 0.06077030563354492, 0.06057779312133789, 0.06068326568603516, 0.06058598327636719, 0.06092390441894531, 0.060906494140625, 0.060660736083984375, 0.06083686447143555, 0.060761089324951174, 0.13417062377929687, 0.060611583709716796, 0.060647422790527344, 0.06059622573852539, 0.060543998718261716, 0.06064025497436523, 0.06065868759155273, 0.06062899017333984, 0.060560382843017575, 0.06058598327636719, 0.060523521423339846, 0.06059417724609375, 0.06057369613647461, 0.06057984161376953, 0.06057164764404297, 0.06060031890869141, 0.06056857681274414, 0.060624897003173826, 0.0606453742980957, 0.06063513565063477, 0.06058700942993164, 0.060609535217285154, 0.06055833435058594, 0.060572673797607425, 0.06055116653442383, 0.060662784576416016, 0.0606453742980957, 0.06065971374511719, 0.0606300163269043, 0.06062387084960937, 0.06058700942993164, 0.060649471282958986, 0.06067097473144531, 0.060679168701171876, 0.060624897003173826, 0.060611583709716796, 0.060622848510742185, 0.060665855407714846, 0.060625919342041014, 0.06063411331176758, 0.06066790390014649, 0.060622848510742185, 0.0606300163269043, 0.060641281127929686, 0.06063820648193359, 0.06062080001831055, 0.06061670303344727, 0.06062080001831055, 0.06059929656982422, 0.0606300163269043, 0.06063206481933594, 0.06067609786987305, 0.06058803176879883, 0.06060543823242188, 0.0606484489440918, 0.060543998718261716, 0.060644351959228515, 0.06063411331176758, 0.060581886291503906, 0.06059212875366211, 0.060672000885009764, 0.06064025497436523, 0.060680191040039064, 0.1343651885986328, 0.06059212875366211, 0.06057164764404297, 0.06062080001831055, 0.06056755065917969, 0.060633087158203126, 0.06053683090209961, 0.06060134506225586, 0.06061670303344727, 0.060595199584960936, 0.06065049743652344, 0.060642303466796874, 0.06053171157836914, 0.0606033935546875, 0.06058700942993164, 0.06060441589355469, 0.060576766967773435, 0.060662784576416016, 0.06059110260009765, 0.06068940734863281, 0.06059929656982422, 0.060624897003173826, 0.06051942443847656, 0.060624897003173826, 0.06059110260009765, 0.060644351959228515, 0.06058393478393555, 0.06063820648193359, 0.06062899017333984, 0.06070169448852539, 0.060633087158203126, 0.060674049377441405, 0.060647422790527344, 0.06063411331176758, 0.06060236740112305, 0.060633087158203126, 0.060649471282958986, 0.06068428802490235, 0.060614654541015625, 0.060641281127929686, 0.06069657516479492, 0.06066175842285156, 0.06067302322387695, 0.060644351959228515, 0.06066995239257812, 0.06064025497436523, 0.060655616760253904, 0.06065049743652344, 0.060660736083984375, 0.06073241424560547, 0.060633087158203126, 0.060674049377441405, 0.06063411331176758, 0.060680191040039064, 0.06072217559814453, 0.060614654541015625, 0.060624897003173826, 0.060649471282958986, 0.06065151977539063, 0.06063616180419922, 0.0607088623046875, 0.06064025497436523, 0.06068735885620117, 0.13449215698242187, 0.060625919342041014, 0.06061260986328125, 0.060611583709716796, 0.060521472930908204, 0.06062694549560547, 0.06057881546020508, 0.06061670303344727, 0.0606033935546875, 0.06058598327636719, 0.06053887939453125, 0.06060031890869141, 0.06055526351928711, 0.06065151977539063, 0.06101196670532227, 0.06065459060668945, 0.0605849609375, 0.06064025497436523, 0.060624897003173826, 0.060652542114257815, 0.06062899017333984, 0.060672000885009764, 0.06060441589355469, 0.060598270416259765, 0.06057369613647461, 0.06062899017333984, 0.06068428802490235, 0.060649471282958986, 0.06072012710571289, 0.06067609786987305, 0.06069452667236328, 0.060657665252685546, 0.06086656188964844, 0.06068633651733398, 0.06073241424560547, 0.06067507171630859, 0.060631038665771485, 0.060680191040039064, 0.06071091079711914, 0.060662784576416016, 0.060674049377441405, 0.06072217559814453, 0.06072012710571289, 0.06066995239257812, 0.06067609786987305, 0.060609535217285154, 0.06061363220214844, 0.060674049377441405, 0.06062182235717774, 0.060662784576416016, 0.0607191047668457, 0.060662784576416016, 0.06069145584106445, 0.060709888458251954, 0.06071295928955078, 0.060631038665771485, 0.06070169448852539, 0.060624897003173826, 0.060647422790527344, 0.0607191047668457, 0.060633087158203126, 0.060622848510742185, 0.060674049377441405]",tokens/s,16.209048570016403,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2263.904256,3257.401344,0.0,2610.95424,2376.633344,s,10,1.3856711425781252,0.1385671142578125,0.0011278118977040663,0.13823102569580079,0.13877978973388672,0.1403439888000488,0.1415953480529785,"[0.14190818786621093, 0.13788294982910157, 0.13812364196777344, 0.13839004516601563, 0.1379633026123047, 0.13809609985351562, 0.1382872009277344, 0.13817485046386718, 0.13841267395019533, 0.13843218994140624]",tokens/s,1847.4802002710144,kWh,1.6318407709195736e-06,8.94172149389916e-07,7.834545841452268e-06,1.036055876176176e-05,tokens/kWh,24709092.037085123,MB,2263.904256,3257.401344,0.0,2610.95424,2525.751808,s,10,74.90619775390626,7.490619775390625,0.002892086826923777,7.489885986328124,7.49303408203125,7.495257275390625,7.497035830078125,"[7.49748046875, 7.489609375, 7.4925400390625, 7.49201220703125, 7.4921337890625, 7.49016259765625, 7.48744384765625, 7.4889111328125, 7.4876474609375, 7.4882568359375]",tokens/s,8.410519007649755,kWh,8.842178812740963e-05,4.8461578623475653e-05,0.000419604657220747,0.0005564880239716324,tokens/kWh,113209.98347883853,,s,629,76.03107839202893,0.12087611827031607,0.016429380185563336,0.11885874938964844,0.11916492614746094,0.11930234832763673,0.2569760400390625,"[0.11889971160888672, 0.11878399658203125, 0.11925606536865234, 0.11902464294433594, 0.1188485107421875, 0.1191731185913086, 0.11938406372070312, 0.11878912353515625, 0.1189191665649414, 0.11888333129882812, 0.11871743774414062, 0.11923353576660156, 0.11888639831542969, 0.11883213043212891, 0.11902259063720703, 0.11896422576904297, 0.11902054595947266, 0.11877887725830077, 0.11896115112304688, 0.11885772705078125, 0.11894477081298828, 0.11872358703613281, 0.11921715545654298, 0.11882086181640625, 0.11885568237304688, 0.11888639831542969, 0.11897856140136719, 0.11893145751953126, 0.11888127899169922, 0.11925401306152343, 0.11921920013427735, 0.11904819488525391, 0.11908710479736329, 0.11901644897460938, 0.11889971160888672, 0.1191229476928711, 0.11946189117431641, 0.11878502655029297, 0.1189375991821289, 0.11886386871337891, 0.11896422576904297, 0.11879014587402344, 0.11913318634033203, 0.11885874938964844, 0.11890380859375, 0.11873587036132813, 0.11920076751708984, 0.11944755554199218, 0.1193543701171875, 0.11916902160644531, 0.11922637176513672, 0.11924479675292969, 0.11955506896972656, 0.11894886779785156, 0.11902259063720703, 0.11879833221435547, 0.1190645751953125, 0.11874201965332032, 0.11884134674072265, 0.11911577606201172, 0.11912703704833984, 0.11885363006591797, 0.2569912414550781, 0.1188823013305664, 0.11865805053710937, 0.11874201965332032, 0.11862834930419922, 0.11875737762451172, 0.11892633819580078, 0.11885772705078125, 0.11878092956542968, 0.1186662368774414, 0.11865190124511718, 0.11869184112548828, 0.11876557159423828, 0.11876044464111328, 0.1187962875366211, 0.118830078125, 0.11929804992675781, 0.11897138977050781, 0.11878297424316406, 0.11876044464111328, 0.11873689270019532, 0.11866726684570313, 0.11890892791748046, 0.11899903869628906, 0.11870310211181641, 0.11877069091796875, 0.11901747131347656, 0.11906764984130859, 0.11878399658203125, 0.11872563171386719, 0.11886796569824219, 0.11909939575195312, 0.11939737701416016, 0.11898880004882813, 0.11885363006591797, 0.11896832275390624, 0.11878195190429687, 0.11885977935791016, 0.11884236907958984, 0.1190635528564453, 0.11891712188720703, 0.11886386871337891, 0.11883519744873047, 0.11875635528564453, 0.11882291412353516, 0.11877273559570313, 0.118761474609375, 0.11913728332519531, 0.1192591323852539, 0.11893965148925781, 0.11885465240478515, 0.11907891082763672, 0.11896217346191407, 0.11902566528320313, 0.11883519744873047, 0.11901337432861328, 0.11892633819580078, 0.11896012878417969, 0.11881676483154296, 0.11883417510986329, 0.1189959716796875, 0.11886899566650391, 0.1189027862548828, 0.25737112426757813, 0.11880550384521485, 0.11871641540527343, 0.11895295715332031, 0.11919257354736328, 0.11897241973876953, 0.1187440643310547, 0.11885670471191406, 0.11871437072753906, 0.1191383056640625, 0.1187440643310547, 0.11878399658203125, 0.11873792266845704, 0.11884134674072265, 0.11891609954833984, 0.11900211334228515, 0.11896217346191407, 0.1190799331665039, 0.11884953308105468, 0.11889561462402344, 0.11884646606445312, 0.11894374084472656, 0.1189222412109375, 0.11903590393066406, 0.1187747802734375, 0.11887718200683593, 0.11879936218261719, 0.11874610900878907, 0.11870207977294922, 0.11871949005126953, 0.11879219055175781, 0.11888435363769531, 0.11882086181640625, 0.11873587036132813, 0.11910963439941406, 0.11885158538818359, 0.11942809295654297, 0.11903180694580077, 0.1191884765625, 0.11949874877929688, 0.11893452453613282, 0.11903385925292968, 0.11915264129638672, 0.1187962875366211, 0.11881881713867187, 0.11878502655029297, 0.11915058898925782, 0.11906047821044922, 0.11891712188720703, 0.11893657684326171, 0.11876966094970703, 0.11901747131347656, 0.11956940460205077, 0.11894169616699218, 0.11885363006591797, 0.11905228424072266, 0.11891814422607422, 0.11893043518066407, 0.11877887725830077, 0.11883929443359376, 0.11885977935791016, 0.11886284637451172, 0.11882803344726563, 0.25746636962890623, 0.11874201965332032, 0.11870207977294922, 0.1187747802734375, 0.1188362274169922, 0.11872358703613281, 0.11868160247802734, 0.11879014587402344, 0.11885260772705078, 0.11863756561279297, 0.11864985656738282, 0.11870207977294922, 0.11877375793457032, 0.1189744644165039, 0.11873382568359375, 0.11887206268310548, 0.11878092956542968, 0.11883519744873047, 0.1186693115234375, 0.11877887725830077, 0.11887513732910156, 0.1188362274169922, 0.11870310211181641, 0.11920178985595703, 0.11923865509033203, 0.1191884765625, 0.11896320343017579, 0.1189017562866211, 0.11871641540527343, 0.11927449798583985, 0.1189908447265625, 0.1191720962524414, 0.11884544372558593, 0.1189201889038086, 0.11882803344726563, 0.11889356994628907, 0.11882291412353516, 0.11890688323974609, 0.11884748840332031, 0.11882598114013672, 0.11903385925292968, 0.11936255645751953, 0.11917823791503906, 0.11911373138427735, 0.11909222412109376, 0.11881676483154296, 0.11902156829833985, 0.11887411499023437, 0.11882189178466797, 0.11884646606445312, 0.11913215637207031, 0.11890688323974609, 0.11885670471191406, 0.11890073394775391, 0.11893350219726563, 0.11897138977050781, 0.11930111694335938, 0.11934003448486329, 0.11905228424072266, 0.11880960083007812, 0.11903282928466796, 0.11903180694580077, 0.11902156829833985, 0.25693695068359373, 0.11868978881835937, 0.11935539245605468, 0.11892121887207031, 0.1187799072265625, 0.1186662368774414, 0.11860377502441406, 0.11915878295898437, 0.11897344207763672, 0.11868672180175781, 0.11873484802246094, 0.11875737762451172, 0.1185955810546875, 0.11869900512695312, 0.11919872283935547, 0.11896320343017579, 0.11864268493652344, 0.118940673828125, 0.11869081878662109, 0.11894681549072265, 0.11879116821289062, 0.11888127899169922, 0.11871949005126953, 0.11904307556152344, 0.11921715545654298, 0.11943424224853516, 0.11901030731201172, 0.1189969940185547, 0.11901439666748047, 0.11949056243896485, 0.11904102325439453, 0.1190830078125, 0.11907481384277344, 0.11894681549072265, 0.11885260772705078, 0.1188700180053711, 0.11913932800292969, 0.11917619323730469, 0.11892326354980469, 0.1189017562866211, 0.11899494171142579, 0.11891506958007812, 0.11873280334472656, 0.11906969451904297, 0.11905945587158204, 0.1188116455078125, 0.11880345916748047, 0.1189201889038086, 0.1188106231689453, 0.11904819488525391, 0.11894783782958984, 0.11883417510986329, 0.11885465240478515, 0.11891609954833984, 0.11878912353515625, 0.118940673828125, 0.11884236907958984, 0.11901849365234375, 0.11890483093261718, 0.11881472015380859, 0.11884544372558593, 0.11896832275390624, 0.11879424285888672, 0.256927734375, 0.11882086181640625, 0.11866316986083984, 0.11866521453857422, 0.11861094665527344, 0.1186344985961914, 0.11877887725830077, 0.11860684967041016, 0.11878195190429687, 0.11867955017089844, 0.11874508666992188, 0.11869798278808594, 0.11891506958007812, 0.11881267547607421, 0.11930726623535157, 0.11886080169677735, 0.1187409896850586, 0.1189222412109375, 0.11888947296142578, 0.1187430419921875, 0.11915264129638672, 0.11876863861083985, 0.11934207916259766, 0.11926118469238281, 0.11912089538574219, 0.11884339141845703, 0.11878399658203125, 0.11898470306396484, 0.11916287994384765, 0.11876454162597656, 0.11894989013671875, 0.11937177276611328, 0.11890585327148437, 0.11885158538818359, 0.11880550384521485, 0.11898572540283203, 0.11883519744873047, 0.11871641540527343, 0.11882086181640625, 0.11889356994628907, 0.11893965148925781, 0.11879424285888672, 0.1188362274169922, 0.11884441375732421, 0.11884544372558593, 0.11874508666992188, 0.11869798278808594, 0.11907174682617187, 0.11909734344482421, 0.11896115112304688, 0.11882803344726563, 0.11883827209472657, 0.11891506958007812, 0.11888639831542969, 0.1188505630493164, 0.11917005157470703, 0.1190830078125, 0.11898982238769532, 0.11903078460693359, 0.11894886779785156, 0.11903590393066406, 0.11890995025634765, 0.11884441375732421, 0.257412109375, 0.11882803344726563, 0.11874610900878907, 0.11872972869873047, 0.11867648315429688, 0.11894169616699218, 0.11878604888916015, 0.11885670471191406, 0.11871539306640624, 0.11885874938964844, 0.11888639831542969, 0.11874918365478515, 0.1187041244506836, 0.11886182403564453, 0.11865907287597656, 0.11878092956542968, 0.11879424285888672, 0.11882701110839844, 0.1187409896850586, 0.11877375793457032, 0.1187215347290039, 0.11869081878662109, 0.11869081878662109, 0.11883724975585938, 0.11875122833251953, 0.11888947296142578, 0.11891097259521484, 0.1188106231689453, 0.11873587036132813, 0.11875430297851562, 0.11876351928710938, 0.1187768325805664, 0.1188823013305664, 0.11892530822753906, 0.11900927734375, 0.11892530822753906, 0.11881574249267578, 0.11896524810791016, 0.11876863861083985, 0.11886592102050782, 0.11877581024169923, 0.1187440643310547, 0.11917926025390625, 0.11894271850585937, 0.11872767639160156, 0.11896524810791016, 0.11880857849121093, 0.11917721557617188, 0.11886386871337891, 0.11879424285888672, 0.1189191665649414, 0.11890892791748046, 0.11880754852294922, 0.11891404724121094, 0.11881472015380859, 0.11905433654785157, 0.11876863861083985, 0.11896832275390624, 0.1190666275024414, 0.11895091247558594, 0.11884031677246094, 0.11912601470947265, 0.1188362274169922, 0.25716326904296877, 0.11867955017089844, 0.11894681549072265, 0.11877069091796875, 0.11869593811035156, 0.11866111755371093, 0.11864166259765625, 0.11885158538818359, 0.11880960083007812, 0.11866316986083984, 0.1186723861694336, 0.11862220764160156, 0.11868978881835937, 0.11866521453857422, 0.11872972869873047, 0.11913932800292969, 0.11882701110839844, 0.1188362274169922, 0.11876044464111328, 0.11930316925048828, 0.11890585327148437, 0.11863040161132812, 0.11860173034667969, 0.11883519744873047, 0.11885158538818359, 0.11885363006591797, 0.11886899566650391, 0.11885158538818359, 0.1187061767578125, 0.11873382568359375, 0.11869491577148437, 0.11889561462402344, 0.11880242919921875, 0.11904102325439453, 0.11893350219726563, 0.11880242919921875, 0.11878502655029297, 0.11876249694824219, 0.11886080169677735, 0.118830078125, 0.11884031677246094, 0.11890483093261718, 0.11884134674072265, 0.11888333129882812, 0.11888025665283203, 0.1187430419921875, 0.11880038452148438, 0.11896115112304688, 0.11887308502197266, 0.11889459228515625, 0.11896627044677735, 0.11931238555908204, 0.1190113296508789, 0.11975577545166016, 0.11912601470947265, 0.11896217346191407, 0.11889663696289063, 0.1190492172241211, 0.11892121887207031, 0.11889663696289063, 0.11886284637451172, 0.11887206268310548, 0.11946495819091797, 0.25736398315429687, 0.11885260772705078, 0.11883827209472657, 0.11901952362060547, 0.11892838287353516, 0.11871027374267579, 0.1186693115234375, 0.1189969940185547, 0.11868364715576171, 0.1187041244506836, 0.11863040161132812, 0.11893657684326171, 0.11866419219970703, 0.11878399658203125, 0.11916390228271484, 0.1189201889038086, 0.11865702056884765, 0.11877581024169923, 0.11886592102050782, 0.11892121887207031, 0.11877887725830077, 0.11868262481689452, 0.118724609375, 0.11902361297607422, 0.11877069091796875, 0.11880960083007812, 0.11872563171386719, 0.11882803344726563, 0.11896012878417969, 0.11869798278808594, 0.11872665405273437, 0.11884441375732421, 0.11890892791748046, 0.11885158538818359, 0.11878604888916015, 0.11873689270019532, 0.11888742065429687, 0.11892736053466797, 0.1187215347290039, 0.11918335723876954, 0.11902464294433594, 0.11885465240478515, 0.11872051239013671, 0.11881472015380859, 0.11879936218261719, 0.11916083526611328, 0.11879833221435547, 0.11898777770996094, 0.1188106231689453, 0.11898265838623047, 0.11880140686035157, 0.11889254760742188, 0.11883929443359376, 0.11892633819580078, 0.11894886779785156, 0.11896217346191407, 0.11891302490234375, 0.11896012878417969, 0.11883827209472657, 0.11883724975585938, 0.11882086181640625, 0.11895091247558594, 0.11880242919921875, 0.2574468994140625, 0.11882086181640625, 0.11873792266845704, 0.11878297424316406, 0.11871949005126953, 0.11923865509033203, 0.11882291412353516, 0.11870310211181641, 0.11867750549316407, 0.11930521392822266, 0.11877785491943359, 0.11883110046386719, 0.1186693115234375, 0.1187041244506836, 0.11871846771240234, 0.11876454162597656, 0.11869388580322265, 0.11886592102050782, 0.11914342498779297, 0.11890483093261718, 0.11874201965332032, 0.11870310211181641, 0.11866521453857422, 0.11937382507324219, 0.11894271850585937, 0.11889049530029297, 0.11881574249267578, 0.11886592102050782, 0.11874816131591796, 0.11883519744873047, 0.11876044464111328, 0.11896217346191407, 0.11878092956542968, 0.11879833221435547, 0.11886592102050782, 0.11879116821289062, 0.1187799072265625, 0.11876863861083985, 0.11878604888916015, 0.11882495880126953, 0.11895398712158203, 0.11887718200683593, 0.11878297424316406, 0.11880857849121093, 0.11879116821289062, 0.11880448150634766, 0.1188362274169922, 0.1188362274169922, 0.11876249694824219, 0.11883417510986329, 0.11885977935791016, 0.11889663696289063, 0.11884134674072265, 0.11900723266601562, 0.11903590393066406, 0.11901337432861328, 0.11885670471191406, 0.11921305847167969, 0.11894783782958984, 0.11908096313476563, 0.11896729278564454, 0.11892326354980469, 0.11877069091796875]",tokens/s,8.2729327704228,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4244.209664,7072.120832,0.0,6425.673728,6087.729664,s,10,3.466898986816407,0.3466898986816407,0.00039736944785856497,0.3466395721435547,0.3471627380371094,0.34721033630371095,0.3472484149169922,"[0.3467225341796875, 0.34613876342773436, 0.3462767028808594, 0.3471321411132812, 0.34715216064453125, 0.3465566101074219, 0.3463572998046875, 0.34699908447265626, 0.34630575561523436, 0.3472579345703125]",tokens/s,738.4120534618759,kWh,4.090591831225545e-06,2.2414562264484945e-06,2.024069626917202e-05,2.657274432684606e-05,tokens/kWh,9633931.552239671,MB,4244.209664,7072.120832,0.0,6425.673728,6237.472768,s,10,189.59937890625,18.959937890625,0.0013033891954344326,18.9596181640625,18.961683398437497,18.96201650390625,18.96228298828125,"[18.962349609375, 18.95913671875, 18.959779296875, 18.95833203125, 18.958357421875, 18.96132421875, 18.95925390625, 18.9594765625, 18.959759765625, 18.961609375]",tokens/s,3.3227956949769974,kWh,0.0002238337344462159,0.00012267942801819025,0.0010696580923158284,0.0014161712547802344,tokens/kWh,44486.145151828074,,s,629,192.4185374145507,0.305911824188475,0.041237539317171425,0.3009228820800781,0.30110843505859375,0.30124462280273434,0.6480645800781251,"[0.3013683166503906, 0.3007528991699219, 0.30072320556640625, 0.30096282958984377, 0.30082662963867185, 0.3008194580078125, 0.30076824951171877, 0.30093310546875, 0.3008092041015625, 0.3007969360351562, 0.3008051147460937, 0.30099761962890625, 0.30074468994140624, 0.300837890625, 0.3009003601074219, 0.3009556579589844, 0.3009238891601563, 0.3009730529785156, 0.3010662536621094, 0.3028070373535156, 0.3008030700683594, 0.30096792602539063, 0.30084402465820315, 0.3010027770996094, 0.30090850830078125, 0.30099661254882815, 0.30074468994140624, 0.3008522338867187, 0.30094232177734376, 0.3009372253417969, 0.300843017578125, 0.30108673095703126, 0.300843017578125, 0.30094439697265624, 0.300969970703125, 0.30088601684570315, 0.3009372253417969, 0.300906494140625, 0.30088397216796875, 0.30099557495117185, 0.30089932250976564, 0.30116455078125, 0.30096588134765623, 0.30093209838867185, 0.3012433776855469, 0.3011256408691406, 0.3009075317382813, 0.30099661254882815, 0.30102426147460937, 0.3010303955078125, 0.30094232177734376, 0.300938232421875, 0.3009454040527344, 0.3010058288574219, 0.30102630615234377, 0.3008798828125, 0.30100787353515623, 0.3007958984375, 0.3010037841796875, 0.3009577026367187, 0.30087167358398437, 0.301095947265625, 0.648406005859375, 0.30095361328125, 0.30076519775390625, 0.3008245849609375, 0.30082968139648436, 0.3007211608886719, 0.3007559814453125, 0.3008522338867187, 0.30074163818359373, 0.30098431396484376, 0.3008041076660156, 0.3008245849609375, 0.300801025390625, 0.30079385375976564, 0.30086349487304687, 0.30082662963867185, 0.3007016906738281, 0.3009280090332031, 0.30091162109375, 0.30092083740234377, 0.3008174133300781, 0.300906494140625, 0.3009003601074219, 0.30098126220703125, 0.30134375, 0.300906494140625, 0.3007754211425781, 0.30098126220703125, 0.3009146728515625, 0.30100274658203124, 0.3009587097167969, 0.30108160400390627, 0.30085733032226564, 0.3009146728515625, 0.3008727111816406, 0.3011747741699219, 0.30082354736328126, 0.30104473876953125, 0.3007846374511719, 0.30100173950195314, 0.3008880615234375, 0.30092901611328127, 0.3008307189941406, 0.3010467834472656, 0.30086349487304687, 0.3009669189453125, 0.30096075439453124, 0.30094744873046875, 0.3009781799316406, 0.30089727783203124, 0.3010191345214844, 0.3009935302734375, 0.30102938842773436, 0.30096282958984377, 0.3010785217285156, 0.301127685546875, 0.30150656127929687, 0.3010785217285156, 0.3010887756347656, 0.3008255920410156, 0.30108468627929685, 0.3010826110839844, 0.30104574584960936, 0.647299072265625, 0.30086962890625, 0.30079385375976564, 0.3009515380859375, 0.3009720458984375, 0.3008225402832031, 0.30079898071289063, 0.30076007080078127, 0.30070068359375, 0.30076620483398436, 0.30090240478515623, 0.3009577026367187, 0.30076007080078127, 0.30082867431640625, 0.3009146728515625, 0.3008522338867187, 0.30083685302734375, 0.3008727111816406, 0.3008941955566406, 0.30082763671875, 0.3009372253417969, 0.30094949340820315, 0.3008931884765625, 0.3009085388183594, 0.3008522338867187, 0.3009177551269531, 0.30104574584960936, 0.30088497924804686, 0.30095462036132814, 0.3008031005859375, 0.3008614196777344, 0.3008307189941406, 0.3010201721191406, 0.3008808898925781, 0.30086553955078127, 0.30086962890625, 0.30094027709960935, 0.30088601684570315, 0.3009935302734375, 0.30101708984375, 0.30096896362304687, 0.30092697143554686, 0.3010641784667969, 0.3010273132324219, 0.3010682983398438, 0.300916748046875, 0.3009730529785156, 0.30105191040039064, 0.30108160400390627, 0.30098126220703125, 0.3009853515625, 0.3009197998046875, 0.30100787353515623, 0.30103448486328127, 0.30128741455078123, 0.3009863586425781, 0.30114508056640626, 0.3010764770507813, 0.30167962646484375, 0.3010068359375, 0.30116555786132815, 0.30111334228515624, 0.30089727783203124, 0.6482288818359375, 0.3007672424316406, 0.30076824951171877, 0.300843017578125, 0.30073651123046874, 0.3006914672851563, 0.300717041015625, 0.3008112487792969, 0.30076620483398436, 0.3008665466308594, 0.3007508544921875, 0.3009228820800781, 0.30074981689453123, 0.301117431640625, 0.300695556640625, 0.3007488098144531, 0.300843017578125, 0.30087884521484376, 0.30078872680664065, 0.30080715942382813, 0.30075390625, 0.3008870544433594, 0.3008092041015625, 0.30147891235351565, 0.30099969482421873, 0.3009638366699219, 0.30086553955078127, 0.30135910034179686, 0.3009351806640625, 0.3008450622558594, 0.3008563232421875, 0.30086349487304687, 0.3009157104492188, 0.30088397216796875, 0.30090444946289063, 0.30094744873046875, 0.3008594055175781, 0.3009710083007813, 0.30082968139648436, 0.30099661254882815, 0.30078363037109374, 0.3009515380859375, 0.30088909912109374, 0.3010406494140625, 0.3009833068847656, 0.3009136657714844, 0.3010058288574219, 0.3008450622558594, 0.3010662536621094, 0.30094131469726565, 0.30089727783203124, 0.30088909912109374, 0.3010918273925781, 0.3010989990234375, 0.3008952331542969, 0.3008594055175781, 0.30099456787109374, 0.3009146728515625, 0.3010252685546875, 0.30099761962890625, 0.30103860473632815, 0.30132427978515625, 0.3016540222167969, 0.6482913208007812, 0.30083380126953124, 0.3008675842285156, 0.3008532409667969, 0.3007846374511719, 0.30083584594726565, 0.3008727111816406, 0.3008952331542969, 0.3008665466308594, 0.30086962890625, 0.3011962890625, 0.3007969360351562, 0.30082867431640625, 0.3007958984375, 0.3007610778808594, 0.30086862182617186, 0.3007488098144531, 0.30089627075195313, 0.3008583679199219, 0.3009003601074219, 0.3008460693359375, 0.3007774658203125, 0.30082354736328126, 0.30073138427734375, 0.30099557495117185, 0.3007672424316406, 0.3009648742675781, 0.3008532409667969, 0.3008952331542969, 0.3008983154296875, 0.3010211791992187, 0.30131710815429685, 0.30099761962890625, 0.3008542785644531, 0.3008624572753906, 0.3009454040527344, 0.3008675842285156, 0.300906494140625, 0.3008952331542969, 0.3008727111816406, 0.3010334777832031, 0.3009587097167969, 0.30105191040039064, 0.3009454040527344, 0.30109286499023435, 0.300938232421875, 0.3008952331542969, 0.30087783813476565, 0.3008757629394531, 0.30094232177734376, 0.30100274658203124, 0.3010007019042969, 0.3010406494140625, 0.30079385375976564, 0.30107339477539063, 0.30096896362304687, 0.3010549621582031, 0.3010109558105469, 0.30116351318359375, 0.30096896362304687, 0.3010303955078125, 0.3009515380859375, 0.3011194763183594, 0.648310791015625, 0.30094744873046875, 0.3010007019042969, 0.30094131469726565, 0.3013887939453125, 0.30089114379882814, 0.3007477722167969, 0.300948486328125, 0.3007088623046875, 0.3008194580078125, 0.30096282958984377, 0.300938232421875, 0.3009238891601563, 0.30077951049804685, 0.3007467651367188, 0.30109490966796876, 0.30076519775390625, 0.3008808898925781, 0.30079898071289063, 0.3009228820800781, 0.3008511962890625, 0.3008594055175781, 0.3008317565917969, 0.3009587097167969, 0.30088397216796875, 0.3009136657714844, 0.30115533447265624, 0.30112869262695313, 0.30095462036132814, 0.30105703735351563, 0.30091262817382813, 0.3014041748046875, 0.3008880615234375, 0.30100479125976565, 0.30088497924804686, 0.30094744873046875, 0.30081332397460936, 0.3008870544433594, 0.30087783813476565, 0.30095361328125, 0.300832763671875, 0.30096282958984377, 0.30087371826171877, 0.30099661254882815, 0.30104986572265624, 0.30088497924804686, 0.3009556579589844, 0.3011358642578125, 0.30092901611328127, 0.30087371826171877, 0.30099661254882815, 0.3011307373046875, 0.3009300537109375, 0.3009351806640625, 0.30094644165039064, 0.301048828125, 0.3012433776855469, 0.30103756713867186, 0.301222900390625, 0.30105703735351563, 0.3009935302734375, 0.3011338195800781, 0.3010969543457031, 0.64764208984375, 0.30079898071289063, 0.30141339111328125, 0.30076824951171877, 0.3008819274902344, 0.30082354736328126, 0.30082662963867185, 0.3008174133300781, 0.30078668212890625, 0.30084097290039064, 0.3008983154296875, 0.3008542785644531, 0.3008594055175781, 0.30078363037109374, 0.3008614501953125, 0.30089727783203124, 0.30089114379882814, 0.30077951049804685, 0.3009197998046875, 0.3009617919921875, 0.30078567504882814, 0.300837890625, 0.30086962890625, 0.30092697143554686, 0.3008819274902344, 0.3009791870117188, 0.3009310607910156, 0.30092697143554686, 0.30089114379882814, 0.30092697143554686, 0.30141339111328125, 0.3009085388183594, 0.3009361877441406, 0.30078363037109374, 0.30131610107421875, 0.300790771484375, 0.30096896362304687, 0.3008388977050781, 0.300801025390625, 0.30091879272460936, 0.3010007019042969, 0.300874755859375, 0.30096896362304687, 0.30100173950195314, 0.30099661254882815, 0.3008880615234375, 0.30114303588867186, 0.30087167358398437, 0.3010887756347656, 0.30098431396484376, 0.3010693054199219, 0.30110720825195314, 0.3009300537109375, 0.3010109558105469, 0.30101809692382814, 0.30099761962890625, 0.3010416564941406, 0.30097409057617186, 0.30103244018554687, 0.3009587097167969, 0.3009300537109375, 0.30082766723632814, 0.30097711181640624, 0.6482493286132812, 0.3008174133300781, 0.3007672424316406, 0.3014737854003906, 0.3006617736816406, 0.3007948913574219, 0.30068121337890624, 0.3008481140136719, 0.30078155517578126, 0.3008931884765625, 0.30076007080078127, 0.300906494140625, 0.30079180908203124, 0.30088909912109374, 0.30078155517578126, 0.3008829345703125, 0.30076620483398436, 0.30089627075195313, 0.3009730529785156, 0.3009935302734375, 0.3007754211425781, 0.30097409057617186, 0.3008727111816406, 0.3009791870117188, 0.300801025390625, 0.3008194580078125, 0.300790771484375, 0.30087783813476565, 0.300843017578125, 0.30105908203125, 0.3008501892089844, 0.3008041076660156, 0.30072833251953124, 0.301022216796875, 0.3008614501953125, 0.3009157104492188, 0.3009228820800781, 0.3008511962890625, 0.3014461364746094, 0.3008112487792969, 0.3008317565917969, 0.3009781799316406, 0.3009249267578125, 0.30101708984375, 0.3008983154296875, 0.3009361877441406, 0.3008675842285156, 0.3009085388183594, 0.300837890625, 0.30097613525390626, 0.3009393005371094, 0.30112457275390625, 0.3009228820800781, 0.3010109558105469, 0.30094949340820315, 0.3010918273925781, 0.3009587097167969, 0.3009935302734375, 0.3010007019042969, 0.3011246032714844, 0.3011061706542969, 0.30103143310546876, 0.3011256408691406, 0.6488657836914062, 0.30083685302734375, 0.3009280090332031, 0.3008184204101563, 0.30075390625, 0.3012167663574219, 0.3008143310546875, 0.30142257690429686, 0.3008122863769531, 0.3008460693359375, 0.30087783813476565, 0.3008675842285156, 0.30078363037109374, 0.30088497924804686, 0.3008675842285156, 0.3009710083007813, 0.3008563232421875, 0.30115737915039065, 0.30100787353515623, 0.30090444946289063, 0.3009146728515625, 0.3010273132324219, 0.3009310607910156, 0.3007723388671875, 0.30104269409179685, 0.3009638366699219, 0.3009454040527344, 0.30096075439453124, 0.30099557495117185, 0.30087884521484376, 0.30083584594726565, 0.30091058349609373, 0.3009986572265625, 0.3009197998046875, 0.30092083740234377, 0.3009781799316406, 0.3009372253417969, 0.30087371826171877, 0.3010283508300781, 0.3012024230957031, 0.30096588134765623, 0.3009791870117188, 0.3008952331542969, 0.3007877197265625, 0.3010693054199219, 0.30093209838867185, 0.30088909912109374, 0.30094027709960935, 0.3009556579589844, 0.30103244018554687, 0.30094949340820315, 0.3009238891601563, 0.3010365295410156, 0.30091162109375, 0.30098431396484376, 0.3009925231933594, 0.3010273132324219, 0.30096896362304687, 0.3010068664550781, 0.30097097778320314, 0.30096075439453124, 0.3008112487792969, 0.3009648742675781, 0.6483035888671875, 0.30079898071289063, 0.3006668701171875, 0.30087066650390626, 0.3008941955566406, 0.30079385375976564, 0.300790771484375, 0.30091162109375, 0.30081024169921877, 0.300790771484375, 0.300916748046875, 0.30083380126953124, 0.300832763671875, 0.3010365295410156, 0.300843017578125, 0.3008624572753906, 0.3007969360351562, 0.30099456787109374, 0.30087066650390626, 0.3009515380859375, 0.30078363037109374, 0.3008450622558594, 0.3012669372558594, 0.30124545288085935, 0.3007846374511719, 0.3009791870117188, 0.3009003601074219, 0.30104986572265624, 0.3007406005859375, 0.3009228820800781, 0.30096896362304687, 0.3008041076660156, 0.3009280090332031, 0.30089114379882814, 0.3008665466308594, 0.3010130004882812, 0.30083480834960935, 0.3013550109863281, 0.3010416564941406, 0.3009515380859375, 0.30098944091796875, 0.301095947265625, 0.30084097290039064, 0.3010611267089844, 0.30082354736328126, 0.3009218444824219, 0.3009669189453125, 0.3010303955078125, 0.3008501892089844, 0.3009300537109375, 0.301159423828125, 0.30096282958984377, 0.30103756713867186, 0.30273638916015627, 0.3011041259765625, 0.30122393798828123, 0.3009791870117188, 0.301127685546875, 0.3009003601074219, 0.30112869262695313, 0.30112973022460937, 0.30106317138671873, 0.3010723876953125]",tokens/s,3.2689158147214705,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4017.9712,12218.53184,0.0,11572.084736,11067.830272,s,10,6.238486450195312,0.6238486450195313,0.0013143039949794937,0.6234763488769531,0.625824481201172,0.625948159790039,0.6260471026611328,"[0.6225852661132812, 0.6222493286132813, 0.6233040161132812, 0.623648681640625, 0.6228069458007812, 0.6228646240234375, 0.62389990234375, 0.6252588500976562, 0.6260718383789062, 0.6257969970703126]",tokens/s,410.35594457688563,kWh,7.352118525240156e-06,4.028676912821538e-06,3.907490054094089e-05,5.045569597900258e-05,tokens/kWh,5073758.176015168,MB,4017.9712,12218.53184,0.0,11572.084736,11417.44384,s,10,338.15893359374996,33.815893359374996,0.0019228569090356023,33.816222656250005,33.817854296875005,33.8181830078125,33.8184459765625,"[33.8172890625, 33.81223828125, 33.81600390625, 33.8176484375, 33.81851171875, 33.81644140625, 33.81479296875, 33.81450390625, 33.81372265625, 33.81778125]",tokens/s,1.8630292960317165,kWh,0.00039914183864990873,0.00021876438060538928,0.002135184449976258,0.002753090669231556,tokens/kWh,22883.37275051845,,s,629,343.2374511108402,0.5456875216388551,0.07418256130471415,0.5367234497070312,0.5370871826171875,0.53720595703125,1.1602192919921874,"[0.5362677612304687, 0.5367357177734375, 0.536458251953125, 0.5365504150390625, 0.53633740234375, 0.5366149291992187, 0.5364827880859375, 0.5366917114257812, 0.537037841796875, 0.536838134765625, 0.5366722412109375, 0.5367572631835937, 0.5366917114257812, 0.5365995483398438, 0.53661083984375, 0.5366067504882812, 0.5365933837890625, 0.536784912109375, 0.536469482421875, 0.5367131958007813, 0.5368033447265625, 0.5366067504882812, 0.5367080688476562, 0.536754150390625, 0.5364141845703125, 0.53661083984375, 0.5367039794921875, 0.53686376953125, 0.536542236328125, 0.536669189453125, 0.5363118286132813, 0.536642578125, 0.53692626953125, 0.5372118530273438, 0.537080810546875, 0.5371371459960937, 0.5366456298828125, 0.5366937866210938, 0.5368657836914063, 0.536815673828125, 0.5368575439453125, 0.5368842163085937, 0.5365946044921875, 0.5367601318359375, 0.5370511474609375, 0.5369651489257813, 0.5369262084960937, 0.5366497192382812, 0.5372037353515625, 0.5367244873046875, 0.5372047119140625, 0.5371392211914062, 0.5365524291992188, 0.5368565673828125, 0.5369446411132812, 0.5367920532226562, 0.5368033447265625, 0.5371002807617188, 0.53698046875, 0.5372794799804688, 0.5366630249023437, 0.53709619140625, 1.1598602294921876, 0.5362933349609375, 0.5368289184570313, 0.5364111328125, 0.536290283203125, 0.5364029541015625, 0.5363599243164062, 0.5365084228515625, 0.5364132080078124, 0.5365238037109376, 0.5365934448242188, 0.536322021484375, 0.5366394653320312, 0.5365545043945312, 0.5364951171875, 0.536237060546875, 0.5363629760742188, 0.5367234497070312, 0.5370706176757812, 0.5368237915039062, 0.5366210327148437, 0.5363712158203126, 0.5363712158203126, 0.5365473022460937, 0.53704296875, 0.5368995971679688, 0.536685546875, 0.536469482421875, 0.53697021484375, 0.5365166015625, 0.5365657348632813, 0.5364152221679688, 0.536750244140625, 0.5365174560546875, 0.5367193603515625, 0.5365104370117187, 0.5366026000976563, 0.5369212036132812, 0.53686669921875, 0.5369630737304687, 0.5367613525390625, 0.5366220703125, 0.5367777709960937, 0.5370643920898438, 0.53698046875, 0.5368208618164062, 0.5372025756835938, 0.5364850463867188, 0.536630126953125, 0.5368883056640625, 0.53711767578125, 0.536709228515625, 0.5368165283203125, 0.5365944213867188, 0.5368504028320312, 0.536950927734375, 0.5368124389648438, 0.5368565063476562, 0.536753173828125, 0.53679833984375, 0.5371453857421875, 0.5368278198242188, 0.53697216796875, 1.1605093994140625, 0.5362442016601563, 0.5363783569335937, 0.5366159057617188, 0.536501220703125, 0.5364541625976562, 0.53648486328125, 0.5364049682617188, 0.5365718994140625, 0.5365964965820312, 0.53677978515625, 0.5365401611328126, 0.536406005859375, 0.5363272094726562, 0.53643359375, 0.5364141845703125, 0.536423583984375, 0.5365780029296875, 0.5368052978515625, 0.5363067016601563, 0.5367244873046875, 0.5365657348632813, 0.5367756958007812, 0.5385369873046875, 0.536627197265625, 0.5365073852539063, 0.5367819213867188, 0.5366178588867188, 0.5369548950195312, 0.536595458984375, 0.5368627319335938, 0.53650537109375, 0.5365299072265625, 0.5366497192382812, 0.5371207885742187, 0.5365155639648438, 0.5368719482421875, 0.5365575561523438, 0.53669580078125, 0.5366784057617188, 0.5366640625, 0.5368309936523438, 0.5370337524414063, 0.5366865844726563, 0.5370900268554688, 0.5368719482421875, 0.5367920532226562, 0.539199462890625, 0.536932373046875, 0.5368053588867188, 0.5369927978515625, 0.53677978515625, 0.5367982177734375, 0.5368320922851563, 0.5371052856445313, 0.5368719482421875, 0.5366445922851563, 0.5365452880859375, 0.5367490844726562, 0.5367337036132812, 0.5370286254882812, 0.5369579467773438, 0.5369825439453125, 1.1609591064453124, 0.5363239135742187, 0.536550537109375, 0.536498046875, 0.5363353881835937, 0.5361080322265624, 0.5363927001953125, 0.5367952270507812, 0.53676025390625, 0.5368668212890625, 0.5368729858398438, 0.5363712158203126, 0.5379696655273437, 0.5364418334960938, 0.5365206909179687, 0.5365872802734375, 0.5364029541015625, 0.5365648803710937, 0.53667724609375, 0.536268798828125, 0.5367275390625, 0.5366865844726563, 0.5365770263671875, 0.5365933837890625, 0.5365821533203124, 0.5368258666992187, 0.5368690185546875, 0.5364959716796875, 0.53730419921875, 0.5363894653320312, 0.5370992431640625, 0.5365780639648438, 0.5364695434570312, 0.5367674560546875, 0.5370521850585938, 0.5365278930664062, 0.5367357177734375, 0.5369108276367187, 0.536795166015625, 0.5367879638671875, 0.536453125, 0.5366026000976563, 0.53665380859375, 0.5366200561523438, 0.53941455078125, 0.5367449340820313, 0.5369057006835938, 0.5368125610351563, 0.5368165893554687, 0.5369682006835937, 0.5370726318359375, 0.537154541015625, 0.536932373046875, 0.5366814575195312, 0.5369375, 0.5367091064453124, 0.536647705078125, 0.536827880859375, 0.53722216796875, 0.5371514892578125, 0.537059326171875, 0.536760498046875, 0.53709912109375, 1.16027490234375, 0.5365473022460937, 0.5365196533203125, 0.5363865966796875, 0.5367203369140625, 0.5364746704101563, 0.5366824340820312, 0.5365933837890625, 0.5365883178710937, 0.5365862426757813, 0.5366968383789062, 0.5366558837890625, 0.5368145751953125, 0.5364285278320312, 0.5364777221679687, 0.536529052734375, 0.5362860717773438, 0.5380935668945312, 0.5367275390625, 0.5367817993164062, 0.536437744140625, 0.5363671264648437, 0.5363978271484375, 0.5365145874023437, 0.5367449340820313, 0.5370603637695313, 0.5366661376953125, 0.5366569213867187, 0.5368729858398438, 0.53640087890625, 0.5365842895507813, 0.5365912475585938, 0.5368914184570313, 0.5367408447265625, 0.536911865234375, 0.5366282348632813, 0.5367203979492188, 0.5367808227539063, 0.5370408935546875, 0.5366415405273437, 0.5365831909179688, 0.5364962768554687, 0.5367294921875, 0.5367122192382813, 0.53698046875, 0.5368606567382812, 0.5368616943359374, 0.5367152709960937, 0.536791015625, 0.537206787109375, 0.5370789184570313, 0.5370294799804688, 0.536795166015625, 0.5366651000976562, 0.53684326171875, 0.5370972290039062, 0.5368965454101563, 0.5402357177734375, 0.5370316772460938, 0.5369036865234375, 0.5368330078125, 0.536521728515625, 0.5370869750976562, 1.1600762939453124, 0.5363004760742187, 0.5364254760742188, 0.536263671875, 0.5365380859375, 0.5367234497070312, 0.5363650512695313, 0.536342529296875, 0.53640087890625, 0.5365411987304688, 0.5369569091796875, 0.5364674682617188, 0.5365259399414063, 0.53625439453125, 0.5364193115234375, 0.5362227172851562, 0.5361981201171875, 0.5363660888671875, 0.5366415405273437, 0.536710205078125, 0.5369764404296875, 0.5363895263671875, 0.5367367553710938, 0.5368361206054687, 0.5367061767578125, 0.5365799560546874, 0.536685546875, 0.5365155639648438, 0.5368422241210937, 0.5364766845703125, 0.536933349609375, 0.5368729858398438, 0.5365546264648438, 0.5366198120117187, 0.5369918823242188, 0.5366157836914063, 0.5370316772460938, 0.5368422241210937, 0.5399183349609376, 0.5365975341796875, 0.53680126953125, 0.5368811645507813, 0.536890380859375, 0.537064453125, 0.5369292602539063, 0.5369927978515625, 0.5369364624023437, 0.536656005859375, 0.5371134643554687, 0.5367808227539063, 0.5371883544921875, 0.5367275390625, 0.5368453369140626, 0.5366415405273437, 0.5370203857421875, 0.5371586303710938, 0.537111572265625, 0.5367367553710938, 0.5369200439453125, 0.5368709106445313, 0.5369169921875, 0.5367633666992188, 0.5368790893554688, 1.161343017578125, 0.5365565185546874, 0.53646337890625, 0.5366067504882812, 0.5363118286132813, 0.5362462768554688, 0.5364019165039062, 0.5363558349609375, 0.5363865356445312, 0.5363712158203126, 0.5368370971679688, 0.5364132080078124, 0.536531982421875, 0.5369210815429688, 0.536933349609375, 0.53661083984375, 0.5364418334960938, 0.5363978271484375, 0.5368402709960938, 0.5363331909179687, 0.5367890625, 0.5365206909179687, 0.5367735595703125, 0.538534912109375, 0.5366087646484375, 0.5367389526367188, 0.5365963134765624, 0.536469482421875, 0.536826904296875, 0.5367039794921875, 0.536742919921875, 0.5366998901367187, 0.5364664306640625, 0.5368156127929687, 0.5370368041992187, 0.53628515625, 0.5366578979492187, 0.5367655639648438, 0.5366997680664063, 0.5366353759765625, 0.536627197265625, 0.5365526123046875, 0.536725341796875, 0.5367399291992188, 0.5367172241210938, 0.5368402099609375, 0.5371187133789063, 0.5368606567382812, 0.5368494262695312, 0.5369262084960937, 0.5369190673828125, 0.5372323608398437, 0.53724365234375, 0.5367623901367188, 0.536796142578125, 0.5369794311523437, 0.5365565185546874, 0.5366507568359375, 0.5368370971679688, 0.5370306396484374, 0.53711767578125, 0.5369057006835938, 0.5370439453125, 1.1627724609375, 0.53614794921875, 0.536369140625, 0.5363189697265625, 0.5364520874023437, 0.5364070434570313, 0.5364889526367187, 0.5366865844726563, 0.5366077270507813, 0.5363468017578125, 0.5369149169921875, 0.5365348510742187, 0.5369775390625, 0.536377197265625, 0.536437744140625, 0.536326171875, 0.537879638671875, 0.5366497802734375, 0.53676025390625, 0.5364234008789063, 0.5365626831054687, 0.5362913208007812, 0.5366681518554688, 0.5367152709960937, 0.5367900390625, 0.5364705200195312, 0.5366456298828125, 0.5363916625976562, 0.5369713745117187, 0.5366856079101563, 0.5368922119140624, 0.5365862426757813, 0.5364613647460937, 0.536628173828125, 0.5369210815429688, 0.536616943359375, 0.5372467041015625, 0.5367306518554688, 0.5368494262695312, 0.5366302490234375, 0.5367255249023437, 0.5366651000976562, 0.5369005737304687, 0.5370337524414063, 0.5369415893554688, 0.5368392944335938, 0.5368287963867188, 0.536680419921875, 0.5366712036132812, 0.537217041015625, 0.5370675048828125, 0.5368914184570313, 0.5369251708984375, 0.536796142578125, 0.5367859497070312, 0.5370040283203125, 0.5367388305664063, 0.5366497192382812, 0.536971435546875, 0.536904541015625, 0.5370552368164062, 0.5367716064453125, 0.5370511474609375, 1.1635538330078126, 0.5365186767578125, 0.5362923583984375, 0.536709228515625, 0.5363220825195313, 0.5363136596679687, 0.5363363647460937, 0.5364592895507813, 0.5362657470703125, 0.5364725952148437, 0.5366046752929687, 0.5369896850585938, 0.5368955078125, 0.536431640625, 0.5365022583007812, 0.5364141845703125, 0.5365350341796875, 0.538060791015625, 0.5369476928710938, 0.5364234008789063, 0.5367655639648438, 0.5364089965820312, 0.536876220703125, 0.5367540283203125, 0.5367817993164062, 0.5365616455078125, 0.5366998901367187, 0.5366753540039062, 0.5371392211914062, 0.5368923950195312, 0.5366415405273437, 0.5366138916015625, 0.53650634765625, 0.5367131958007813, 0.5368033447265625, 0.5365975341796875, 0.5368084716796875, 0.5364419555664063, 0.5365298461914062, 0.5367521362304688, 0.5367470092773438, 0.5367183227539063, 0.53676953125, 0.536838134765625, 0.5368350830078125, 0.5367644653320313, 0.5366988525390625, 0.5367234497070312, 0.5367398681640625, 0.5370777587890625, 0.5368176879882812, 0.5368074340820312, 0.5367818603515625, 0.5365003051757813, 0.5368800048828125, 0.5370696411132813, 0.5367694702148438, 0.5367459716796875, 0.5369476928710938, 0.5368780517578124, 0.5371945190429688, 0.5367234497070312, 0.53686376953125, 1.1631483154296876, 0.5361930541992187, 0.536468505859375, 0.53663232421875, 0.536605712890625, 0.5364930419921875, 0.5364030151367187, 0.536385498046875, 0.536679443359375, 0.5366998901367187, 0.5368053588867188, 0.53644287109375, 0.536637451171875, 0.5366179809570313, 0.5365626831054687, 0.5364469604492188, 0.5364019775390625, 0.5364193115234375, 0.5368135375976563, 0.5364971313476562, 0.5366773681640625, 0.5365759887695313, 0.5366087646484375, 0.5366251220703125, 0.5366947631835938, 0.53654638671875, 0.5389075927734375, 0.5367962036132813, 0.5370940551757812, 0.5369139404296875, 0.5366241455078125, 0.5364807739257812, 0.5369016723632812, 0.5367428588867188, 0.5369672241210938, 0.5365421142578125, 0.5369180297851562, 0.5366312866210937, 0.5367890014648438, 0.5366599731445313, 0.5365841674804688, 0.53655859375, 0.536816650390625, 0.5369630737304687, 0.5371627807617188, 0.5373767700195312, 0.5370880126953125, 0.5367337036132812, 0.5366681518554688, 0.5367562255859375, 0.5370511474609375, 0.5372344360351563, 0.5370880126953125, 0.5366232299804687, 0.536861572265625, 0.5370992431640625, 0.5369200439453125, 0.5367234497070312, 0.5370132446289062, 0.5371207885742187, 0.5372507934570312, 0.5369508666992188, 0.5369312133789063]",tokens/s,1.8325506088112753,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.0,,,,MB,4191.223808,23096.459264,0.0,22450.01216,21127.156736,s,10,14.774497192382812,1.4774497192382814,0.00380529101888081,1.4756153564453127,1.4841980590820312,1.4849311218261718,1.4855175720214844,"[1.4749822998046875, 1.48403515625, 1.47480615234375, 1.4750469970703124, 1.475837158203125, 1.4753935546875, 1.4776461181640625, 1.4762384033203124, 1.47484716796875, 1.4856641845703125]",tokens/s,173.27154803750895,kWh,1.7430581467019188e-05,9.549013355408533e-06,8.510498475060024e-05,0.00011208457957302798,tokens/kWh,2283989.4745129044,MB,4201.55392,23096.459264,0.0,22450.01216,21326.312448,s,10,819.6256249999999,81.96256249999999,0.004219943407593987,81.96333984374999,81.9675484375,81.9680828125,81.9685103125,"[81.95671875, 81.9641796875, 81.96696875, 81.9674296875, 81.9686171875, 81.9638515625, 81.962828125, 81.9574609375, 81.9571640625, 81.96040625]",tokens/s,0.7686436109168745,kWh,0.0009675532748632961,0.0005303076524099196,0.004793837501733597,0.006291698429006812,tokens/kWh,10013.194483312987,,s,629,831.6245739746099,1.3221376374795062,0.1755437916223313,1.3009254150390626,1.301338330078125,1.301497021484375,2.776785390625,"[1.300578369140625, 1.30064990234375, 1.300453369140625, 1.30045947265625, 1.300621337890625, 1.3005609130859375, 1.3005947265625, 1.3008026123046874, 1.300737060546875, 1.3007452392578125, 1.3005762939453125, 1.3007431640625, 1.3007750244140626, 1.30079638671875, 1.3004246826171875, 1.300674560546875, 1.3005987548828124, 1.3006929931640625, 1.3005220947265625, 1.3009959716796875, 1.300706298828125, 1.3009305419921875, 1.3006796875, 1.30077392578125, 1.3009244384765626, 1.300610107421875, 1.300779052734375, 1.3007779541015625, 1.3009254150390626, 1.30064794921875, 1.3007431640625, 1.3007021484375, 1.3008701171875, 1.3007677001953124, 1.3007923583984375, 1.300869140625, 1.301054443359375, 1.3012991943359375, 1.3009049072265626, 1.3009500732421875, 1.30066943359375, 1.3013421630859374, 1.3010667724609375, 1.3009111328125, 1.3009981689453125, 1.3011220703125, 1.3011927490234374, 1.301360595703125, 1.3012203369140625, 1.30134423828125, 1.3008271484375, 1.301201904296875, 1.301221435546875, 1.301244873046875, 1.3010523681640624, 1.300990966796875, 1.30117626953125, 1.301338134765625, 1.301137451171875, 1.30153271484375, 1.30126025390625, 1.301770263671875, 2.78496142578125, 1.30066943359375, 1.3004676513671876, 1.30016357421875, 1.30035302734375, 1.300717529296875, 1.30077490234375, 1.3006888427734375, 1.3003837890625, 1.3006787109375, 1.3007401123046876, 1.3006304931640624, 1.3006602783203125, 1.300515869140625, 1.30075439453125, 1.3006663818359374, 1.3005926513671875, 1.3008056640625, 1.3007545166015626, 1.300760498046875, 1.300926513671875, 1.3009305419921875, 1.30094287109375, 1.3006510009765626, 1.3011456298828126, 1.301042236328125, 1.30083740234375, 1.3008670654296874, 1.300885498046875, 1.3014405517578125, 1.3009869384765624, 1.3007135009765625, 1.3006090087890625, 1.300738037109375, 1.30071142578125, 1.3009888916015624, 1.3008455810546875, 1.3008138427734375, 1.30094287109375, 1.301116943359375, 1.3008712158203124, 1.3008486328125, 1.30132177734375, 1.3012674560546875, 1.30102880859375, 1.301021728515625, 1.3059317626953124, 1.3011015625, 1.3014088134765625, 1.3012408447265624, 1.3015777587890625, 1.3010166015625, 1.3013145751953126, 1.3013350830078125, 1.3011260986328126, 1.3011947021484376, 1.3012562255859375, 1.3008834228515624, 1.3010831298828125, 1.3012030029296875, 1.301316650390625, 1.3013544921875, 1.301264404296875, 2.777419677734375, 1.300538330078125, 1.301001220703125, 1.3006500244140624, 1.300463623046875, 1.30085986328125, 1.30053125, 1.3006038818359376, 1.3009735107421876, 1.3007288818359375, 1.3006888427734375, 1.301128173828125, 1.3007677001953124, 1.3006806640625, 1.300806640625, 1.3004195556640625, 1.3006346435546876, 1.3007237548828126, 1.30064892578125, 1.3006796875, 1.300641845703125, 1.300473876953125, 1.3006182861328126, 1.302119384765625, 1.30094287109375, 1.3011363525390625, 1.300811767578125, 1.3008507080078124, 1.3006817626953124, 1.3012623291015626, 1.30117626953125, 1.3009305419921875, 1.3007247314453125, 1.3009541015625, 1.3009193115234374, 1.3008465576171875, 1.301043212890625, 1.3010574951171876, 1.3009449462890625, 1.30106982421875, 1.3009664306640625, 1.301012451171875, 1.3013687744140625, 1.30088037109375, 1.300948974609375, 1.3010882568359374, 1.3011353759765625, 1.30454736328125, 1.301443603515625, 1.3011292724609376, 1.301358642578125, 1.3010616455078126, 1.3011578369140624, 1.3011610107421876, 1.301501953125, 1.3013033447265625, 1.301171142578125, 1.3012459716796876, 1.3013411865234374, 1.30141796875, 1.3013453369140624, 1.3010943603515626, 1.30140673828125, 2.778178466796875, 1.300643798828125, 1.300801513671875, 1.3004708251953125, 1.3004769287109375, 1.3006285400390625, 1.3008875732421874, 1.3006510009765626, 1.3005496826171874, 1.3005035400390625, 1.3008302001953125, 1.3009326171875, 1.3024849853515625, 1.3005352783203126, 1.30062646484375, 1.3004461669921874, 1.301075927734375, 1.30092236328125, 1.3006234130859375, 1.3008363037109374, 1.3009613037109375, 1.300926513671875, 1.3007349853515624, 1.3008087158203125, 1.300937744140625, 1.300928466796875, 1.3008936767578125, 1.300842529296875, 1.300822998046875, 1.301306396484375, 1.301065673828125, 1.300947998046875, 1.3007821044921875, 1.3008773193359375, 1.3007369384765626, 1.300990966796875, 1.30096337890625, 1.30093359375, 1.3009888916015624, 1.301021728515625, 1.3011629638671875, 1.3009664306640625, 1.30126953125, 1.3011629638671875, 1.3056778564453124, 1.301190673828125, 1.301339111328125, 1.301127197265625, 1.3016986083984374, 1.3011834716796875, 1.3013453369140624, 1.3007625732421875, 1.300928466796875, 1.3012100830078126, 1.3018818359375, 1.301137451171875, 1.30134326171875, 1.30126025390625, 1.30119580078125, 1.3012305908203126, 1.3012674560546875, 1.3013370361328125, 1.3013780517578124, 2.777077880859375, 1.3004820556640626, 1.30075439453125, 1.30027001953125, 1.300384765625, 1.3006510009765626, 1.300737060546875, 1.300611083984375, 1.301982177734375, 1.3008885498046876, 1.3010308837890625, 1.30088134765625, 1.3007410888671875, 1.3007186279296874, 1.3009940185546875, 1.3006663818359374, 1.3005352783203126, 1.301898193359375, 1.3007135009765625, 1.3007830810546874, 1.3008455810546875, 1.30092333984375, 1.3009459228515625, 1.300763671875, 1.300854736328125, 1.3009571533203126, 1.3007186279296874, 1.3007841796875, 1.301031982421875, 1.3012030029296875, 1.30128173828125, 1.300864013671875, 1.3006080322265625, 1.3009193115234374, 1.30107080078125, 1.30123779296875, 1.3009029541015624, 1.3008353271484374, 1.3009029541015624, 1.300968505859375, 1.301223388671875, 1.3012100830078126, 1.301012451171875, 1.3009561767578126, 1.3011773681640626, 1.3009869384765624, 1.301032958984375, 1.30104736328125, 1.30123876953125, 1.300968505859375, 1.3011661376953125, 1.3010616455078126, 1.3011220703125, 1.3012991943359375, 1.3013094482421874, 1.3011650390625, 1.301307373046875, 1.306968017578125, 1.3015224609375, 1.3011640625, 1.3011395263671874, 1.30132373046875, 1.301569580078125, 2.77629443359375, 1.300684814453125, 1.3006571044921875, 1.3007032470703126, 1.3007728271484376, 1.3006182861328126, 1.30075341796875, 1.300673583984375, 1.300638671875, 1.3007923583984375, 1.300462646484375, 1.3006817626953124, 1.3007318115234374, 1.3004041748046875, 1.300664306640625, 1.300496337890625, 1.3006796875, 1.301011474609375, 1.300559814453125, 1.3005147705078124, 1.3007830810546874, 1.3007288818359375, 1.3005885009765625, 1.300822998046875, 1.300948974609375, 1.3010380859375, 1.3007718505859376, 1.3010247802734376, 1.301080078125, 1.3011260986328126, 1.3008148193359375, 1.3009398193359376, 1.300612060546875, 1.3008292236328125, 1.3007830810546874, 1.3008988037109375, 1.30096435546875, 1.30096337890625, 1.3062010498046874, 1.301222412109375, 1.30113330078125, 1.301170166015625, 1.3014896240234375, 1.30104736328125, 1.3009151611328125, 1.3010350341796875, 1.3011927490234374, 1.3011527099609375, 1.3012142333984376, 1.3013104248046874, 1.3012315673828125, 1.3008927001953126, 1.301086181640625, 1.301221435546875, 1.3014876708984375, 1.301213134765625, 1.3012408447265624, 1.3011661376953125, 1.301044189453125, 1.301147705078125, 1.3015531005859375, 1.3014088134765625, 1.3011251220703124, 2.778526611328125, 1.3008087158203125, 1.30071044921875, 1.3003427734375, 1.30060595703125, 1.300927490234375, 1.3007943115234375, 1.30056396484375, 1.300580322265625, 1.300707275390625, 1.3007625732421875, 1.3007606201171875, 1.300589599609375, 1.3005322265625, 1.300843505859375, 1.300663330078125, 1.300454345703125, 1.3007503662109374, 1.300990966796875, 1.30060693359375, 1.30069091796875, 1.3006510009765626, 1.3008619384765625, 1.30054248046875, 1.3009202880859374, 1.3009776611328125, 1.300906982421875, 1.300621337890625, 1.3008834228515624, 1.3012684326171875, 1.301033935546875, 1.300828125, 1.30052099609375, 1.300696044921875, 1.3007615966796875, 1.300918212890625, 1.3008670654296874, 1.3007861328125, 1.3010574951171876, 1.3008834228515624, 1.3008619384765625, 1.3009827880859375, 1.30100634765625, 1.3008638916015625, 1.301022705078125, 1.300989990234375, 1.30661376953125, 1.3012244873046874, 1.3013668212890626, 1.3011302490234375, 1.301508056640625, 1.3010247802734376, 1.3012562255859375, 1.301317626953125, 1.3011998291015625, 1.3013790283203126, 1.3010667724609375, 1.3010595703125, 1.30128173828125, 1.3011824951171875, 1.3012562255859375, 1.301348388671875, 1.3013197021484375, 2.776976318359375, 1.300622314453125, 1.3006234130859375, 1.3007462158203125, 1.300918212890625, 1.3006182861328126, 1.300453369140625, 1.3005947265625, 1.3005772705078125, 1.3006673583984374, 1.3008045654296876, 1.300738037109375, 1.3006612548828125, 1.3005496826171874, 1.300828125, 1.30060595703125, 1.3006458740234375, 1.300716552734375, 1.3007769775390625, 1.30071044921875, 1.3006878662109376, 1.3007288818359375, 1.3008394775390626, 1.300548583984375, 1.3008157958984374, 1.3008148193359375, 1.3009132080078125, 1.3008609619140625, 1.30098486328125, 1.3010780029296876, 1.30096435546875, 1.300960205078125, 1.30081787109375, 1.30079541015625, 1.3009622802734375, 1.30109033203125, 1.3008292236328125, 1.301412841796875, 1.3011568603515624, 1.3007943115234375, 1.300947998046875, 1.300906005859375, 1.3009725341796874, 1.300641845703125, 1.300947998046875, 1.3010985107421875, 1.3011005859375, 1.3011015625, 1.3012275390625, 1.3011414794921874, 1.301274658203125, 1.301185546875, 1.30088134765625, 1.3012347412109375, 1.3010789794921875, 1.3010626220703125, 1.3011650390625, 1.3011650390625, 1.3010504150390625, 1.301147705078125, 1.30126953125, 1.30136376953125, 1.301601318359375, 2.775970703125, 1.3004820556640626, 1.3007205810546876, 1.3006285400390625, 1.300580322265625, 1.300664306640625, 1.3006397705078125, 1.300610107421875, 1.300527099609375, 1.300705322265625, 1.30071240234375, 1.3007933349609375, 1.30050048828125, 1.300528076171875, 1.3007093505859375, 1.3008260498046875, 1.3007298583984375, 1.3006990966796874, 1.3004923095703125, 1.300674560546875, 1.3005322265625, 1.3008824462890625, 1.300791259765625, 1.30073291015625, 1.3007401123046876, 1.300757568359375, 1.3008895263671876, 1.3009417724609376, 1.3009029541015624, 1.30100537109375, 1.3008721923828126, 1.30088037109375, 1.30073193359375, 1.3008731689453126, 1.300918212890625, 1.3009224853515624, 1.3008629150390625, 1.3010103759765625, 1.301017578125, 1.3010155029296875, 1.301011474609375, 1.300653076171875, 1.301284912109375, 1.3010789794921875, 1.3012305908203126, 1.3012296142578126, 1.3009049072265626, 1.3011405029296874, 1.3012039794921875, 1.301171142578125, 1.301518310546875, 1.3013084716796874, 1.3012459716796876, 1.3011865234375, 1.3014415283203125, 1.3010924072265626, 1.3013197021484375, 1.3008885498046876, 1.301032958984375, 1.3011640625, 1.301353515625, 1.3011036376953125, 1.30125830078125, 2.786734130859375, 1.30047900390625, 1.300717529296875, 1.3006090087890625, 1.3007882080078126, 1.300664306640625, 1.3003203125, 1.30054345703125, 1.30045849609375, 1.3009674072265625, 1.3010166015625, 1.3007298583984375, 1.30047998046875, 1.3004779052734374, 1.30075146484375, 1.300571044921875, 1.3005394287109375, 1.3007462158203125, 1.3005875244140626, 1.3007073974609376, 1.300906005859375, 1.3008302001953125, 1.300822998046875, 1.3005301513671874, 1.300739013671875, 1.3010103759765625, 1.3040128173828125, 1.30119580078125, 1.300763671875, 1.3010780029296876, 1.3009725341796874, 1.30075244140625, 1.3008199462890624, 1.300832275390625, 1.3009295654296875, 1.3008568115234376, 1.3009305419921875, 1.3010032958984374, 1.301105712890625, 1.3009949951171875, 1.3009141845703125, 1.3007862548828124, 1.301212158203125, 1.300886474609375, 1.3010155029296875, 1.30094287109375, 1.30104931640625, 1.300917236328125, 1.30115283203125, 1.3011905517578124, 1.3014036865234375, 1.300979736328125, 1.3011773681640626, 1.3011097412109376, 1.3011650390625, 1.3012838134765625, 1.30128173828125, 1.3013780517578124, 1.3014814453125, 1.301169189453125, 1.3013974609375, 1.30119580078125, 1.3010616455078126]",tokens/s,0.7563509060269835,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,0,0,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/0/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694779f-3e3eb4d53caa584b4e80b75e;6c087d7f-3604-4cd5-9e70-9b7ab0e72744) Repository Not Found for url: https://huggingface.co/0/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 0 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-125m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1253.777408,923.271168,0.0,276.824064,221.070848,s,10,0.22682729530334472,0.022682729530334473,0.0009842736621772984,0.022835423469543457,0.023319087219238283,0.02412570343017578,0.02477099639892578,"[0.024932319641113282, 0.02290608024597168, 0.02150435256958008, 0.021476160049438475, 0.02149331283569336, 0.022852031707763672, 0.02280348777770996, 0.02281881523132324, 0.022900896072387697, 0.023139839172363282]",tokens/s,11286.119673456473,kWh,2.6270753218803877e-07,1.439365579438648e-07,5.549522958133342e-07,9.615963859452379e-07,tokens/kWh,266223962.30031067,MB,1253.777408,923.271168,0.0,276.824064,242.38336,s,10,13.654691040039062,1.3654691040039062,0.033806523242069786,1.382609924316406,1.3859093383789063,1.389884356689453,1.3930643713378905,"[1.393859375, 1.3825091552734374, 1.2991619873046876, 1.2997125244140626, 1.36266357421875, 1.3833658447265624, 1.3850260009765625, 1.382710693359375, 1.383292236328125, 1.3823896484375]",tokens/s,46.13799009825108,kWh,1.6105208038547895e-05,8.825535893337172e-06,3.0158516719384448e-05,5.50892606512695e-05,tokens/kWh,1143598.5753885445,,s,629,13.832976406097409,0.02199201336422482,0.0027840527017240512,0.021901311874389647,0.02209239044189453,0.022377881622314452,0.04265828521728516,"[0.02269900894165039, 0.02235699272155762, 0.022237184524536133, 0.021989376068115234, 0.022571008682250978, 0.022978559494018554, 0.022577152252197266, 0.02215936088562012, 0.022391807556152343, 0.02284441566467285, 0.02265395164489746, 0.022572032928466795, 0.022537216186523438, 0.02263654327392578, 0.02216352081298828, 0.02219615936279297, 0.023150592803955077, 0.022541311264038084, 0.022089759826660157, 0.02138313674926758, 0.02108415985107422, 0.02107494354248047, 0.02275328063964844, 0.02267955207824707, 0.022188032150268554, 0.02208358383178711, 0.022177791595458983, 0.021926912307739257, 0.02185420799255371, 0.02188390350341797, 0.021849088668823242, 0.02187161636352539, 0.021998592376708984, 0.022008832931518556, 0.021964799880981444, 0.021884927749633788, 0.021950464248657226, 0.022023168563842774, 0.02191564750671387, 0.022055936813354493, 0.021914623260498048, 0.021881856918334962, 0.02187059211730957, 0.022091775894165038, 0.02186342430114746, 0.021960704803466798, 0.021902336120605468, 0.021934080123901366, 0.022013952255249023, 0.02190438461303711, 0.02185318374633789, 0.02185420799255371, 0.021981184005737304, 0.021910528182983398, 0.02167296028137207, 0.021799936294555664, 0.0218603515625, 0.021884927749633788, 0.022037504196166992, 0.021968896865844727, 0.0219289608001709, 0.021897216796875, 0.046129150390625, 0.021908479690551756, 0.02188697624206543, 0.021855295181274412, 0.021900224685668945, 0.02202828788757324, 0.02191257667541504, 0.021906431198120118, 0.02184499168395996, 0.02193715286254883, 0.0218470401763916, 0.02204569625854492, 0.021917695999145507, 0.021703680038452147, 0.021559295654296876, 0.021514240264892577, 0.02185318374633789, 0.021754880905151368, 0.0218787841796875, 0.021955583572387697, 0.021881856918334962, 0.021825536727905274, 0.021968896865844727, 0.02230169677734375, 0.022837247848510742, 0.022252544403076172, 0.02205695915222168, 0.02204569625854492, 0.021999616622924805, 0.021878816604614257, 0.021904352188110352, 0.02183782386779785, 0.021902336120605468, 0.021964799880981444, 0.02184499168395996, 0.02191257667541504, 0.021898239135742188, 0.02191564750671387, 0.02186649513244629, 0.021926912307739257, 0.021922815322875978, 0.0218470401763916, 0.02186956787109375, 0.021810176849365235, 0.022040576934814454, 0.021841920852661133, 0.021922815322875978, 0.021789695739746092, 0.021768192291259765, 0.021801984786987305, 0.021803007125854493, 0.021910528182983398, 0.0218787841796875, 0.021991424560546875, 0.021993471145629884, 0.021948415756225585, 0.02205695915222168, 0.021951488494873047, 0.022029312133789062, 0.02189619255065918, 0.021993471145629884, 0.02208153533935547, 0.02191155242919922, 0.042651649475097655, 0.02065100860595703, 0.020591615676879883, 0.02070528030395508, 0.020600896835327148, 0.020591552734375, 0.020617216110229493, 0.020668415069580077, 0.020610048294067384, 0.02066534423828125, 0.020610048294067384, 0.020642816543579103, 0.020700159072875975, 0.02067251205444336, 0.02062745666503906, 0.020634624481201173, 0.020692991256713866, 0.020722688674926756, 0.02064384078979492, 0.020572160720825194, 0.020576255798339844, 0.020716543197631835, 0.020610048294067384, 0.020599807739257812, 0.020624383926391602, 0.02062848091125488, 0.02066431999206543, 0.020674560546875, 0.020668479919433595, 0.02061414337158203, 0.020717504501342774, 0.02056604766845703, 0.020622304916381836, 0.020685823440551757, 0.02064076805114746, 0.020737024307250978, 0.02062131118774414, 0.020611072540283205, 0.020626432418823244, 0.020748287200927733, 0.020644863128662108, 0.020479999542236327, 0.020487167358398437, 0.020694015502929687, 0.020617216110229493, 0.020644863128662108, 0.020569087982177735, 0.020710399627685547, 0.020619264602661135, 0.02061414337158203, 0.020551679611206054, 0.020682815551757813, 0.020646848678588868, 0.02062950325012207, 0.020549631118774413, 0.02064896011352539, 0.02068992042541504, 0.02047590446472168, 0.020406272888183592, 0.02044211196899414, 0.020378623962402344, 0.020385791778564453, 0.020351999282836913, 0.04227276611328125, 0.02045337677001953, 0.020575231552124023, 0.02069606399536133, 0.020585472106933594, 0.020588544845581053, 0.02062848091125488, 0.020590591430664062, 0.020601856231689454, 0.02062848091125488, 0.02066431999206543, 0.020692991256713866, 0.020702239990234374, 0.020806623458862306, 0.020595712661743162, 0.020783103942871094, 0.02068172836303711, 0.020697120666503907, 0.02067043113708496, 0.020750335693359375, 0.0207258243560791, 0.020595647811889647, 0.02065715217590332, 0.020560895919799805, 0.0206376953125, 0.020537343978881836, 0.02063052749633789, 0.0206878719329834, 0.020546560287475587, 0.02066739273071289, 0.02064387130737305, 0.020584415435791016, 0.020590591430664062, 0.020554752349853517, 0.02080156707763672, 0.020672479629516603, 0.020684799194335936, 0.020611072540283205, 0.020504575729370117, 0.02066534423828125, 0.020704288482666016, 0.020639711380004883, 0.020595712661743162, 0.02042982482910156, 0.020374528884887694, 0.02046976089477539, 0.020548608779907225, 0.02061414337158203, 0.02062233543395996, 0.02068172836303711, 0.020651071548461915, 0.020612031936645507, 0.02057318305969238, 0.02059878349304199, 0.020533248901367186, 0.02067251205444336, 0.02063155174255371, 0.020593664169311524, 0.02065100860595703, 0.020666368484497072, 0.02066329574584961, 0.020625408172607423, 0.02083020782470703, 0.04266086578369141, 0.02060492706298828, 0.020632575988769532, 0.020582399368286132, 0.020577280044555665, 0.02058956718444824, 0.02064896011352539, 0.02061414337158203, 0.02065203285217285, 0.020633600234985353, 0.020725759506225586, 0.02064384078979492, 0.020574207305908202, 0.020518911361694335, 0.02066534423828125, 0.020592639923095703, 0.020756479263305663, 0.020632575988769532, 0.020969472885131835, 0.022564863204956053, 0.02230271911621094, 0.024410112380981445, 0.022129663467407225, 0.021884927749633788, 0.021947391510009767, 0.021910528182983398, 0.02185830307006836, 0.02205695915222168, 0.021790719985961913, 0.02192793655395508, 0.02187980842590332, 0.02187571144104004, 0.021978111267089845, 0.02191155242919922, 0.021849088668823242, 0.02188595199584961, 0.02186137580871582, 0.021966848373413086, 0.021966848373413086, 0.021916671752929686, 0.021924863815307616, 0.02186240005493164, 0.021974016189575195, 0.021975040435791016, 0.022004800796508787, 0.02199135971069336, 0.02186956787109375, 0.02185113525390625, 0.021974016189575195, 0.02191564750671387, 0.021918720245361328, 0.02194534492492676, 0.0220948486328125, 0.02224127960205078, 0.022979583740234375, 0.022125568389892578, 0.021780479431152345, 0.022021120071411132, 0.02188697624206543, 0.02186854362487793, 0.02191155242919922, 0.022004735946655272, 0.02189926338195801, 0.045532161712646485, 0.021926912307739257, 0.021946367263793946, 0.02205183982849121, 0.021918720245361328, 0.022195199966430663, 0.022026239395141603, 0.021938175201416017, 0.022000640869140626, 0.022005760192871093, 0.021943296432495117, 0.021961727142333985, 0.021897216796875, 0.02202828788757324, 0.021955583572387697, 0.021962751388549806, 0.021881919860839844, 0.021951423645019532, 0.021949440002441405, 0.02188595199584961, 0.021876735687255858, 0.021841920852661133, 0.02190028762817383, 0.021901311874389647, 0.02191974449157715, 0.02190438461303711, 0.022220800399780274, 0.022046720504760742, 0.021909503936767577, 0.021984256744384766, 0.02185215950012207, 0.021974016189575195, 0.0218787841796875, 0.02190336036682129, 0.0218603515625, 0.021952512741088868, 0.02187571144104004, 0.021916671752929686, 0.022009855270385743, 0.021939199447631837, 0.02188902473449707, 0.021925888061523437, 0.021996543884277343, 0.021987327575683592, 0.02204364776611328, 0.02207539176940918, 0.021956607818603514, 0.02191360092163086, 0.02188902473449707, 0.021914623260498048, 0.0219289608001709, 0.02185523223876953, 0.02202009582519531, 0.0219238395690918, 0.02191155242919922, 0.02183884811401367, 0.02185625648498535, 0.021795839309692384, 0.021934080123901366, 0.022091775894165038, 0.02205183982849121, 0.021910528182983398, 0.02191980743408203, 0.045168609619140626, 0.021933023452758788, 0.021878816604614257, 0.021850080490112306, 0.02191974449157715, 0.021975040435791016, 0.021996543884277343, 0.02204979133605957, 0.021960735321044922, 0.022155231475830078, 0.021994495391845705, 0.021870624542236327, 0.022069215774536133, 0.021966848373413086, 0.02191155242919922, 0.02210201644897461, 0.02186956787109375, 0.021831680297851562, 0.022005760192871093, 0.021857280731201172, 0.022000640869140626, 0.02190438461303711, 0.021966848373413086, 0.0218470401763916, 0.02187264060974121, 0.021964799880981444, 0.02188697624206543, 0.02187059211730957, 0.02191155242919922, 0.022090751647949217, 0.02186240005493164, 0.02270310401916504, 0.02314854431152344, 0.0222873592376709, 0.021965824127197265, 0.02186956787109375, 0.022054912567138672, 0.022203392028808593, 0.021961727142333985, 0.02188287925720215, 0.021989376068115234, 0.02185318374633789, 0.02182963180541992, 0.02201907157897949, 0.021866559982299805, 0.021827520370483397, 0.02188390350341797, 0.02188800048828125, 0.021884927749633788, 0.021976064682006836, 0.021831680297851562, 0.021873664855957032, 0.02226380729675293, 0.02209587287902832, 0.021943296432495117, 0.022006784439086914, 0.021968896865844727, 0.021770240783691407, 0.021836799621582033, 0.02186956787109375, 0.021893119812011717, 0.021974016189575195, 0.02186956787109375, 0.04530380630493164, 0.02186956787109375, 0.0217672004699707, 0.021849056243896485, 0.021957632064819335, 0.02191257667541504, 0.021857280731201172, 0.02186956787109375, 0.02183782386779785, 0.02186240005493164, 0.022030336380004883, 0.02189107131958008, 0.02183475112915039, 0.02191974449157715, 0.02191974449157715, 0.021987327575683592, 0.022199296951293947, 0.022040576934814454, 0.021940223693847655, 0.021961727142333985, 0.021812223434448243, 0.021916671752929686, 0.021925888061523437, 0.021931007385253908, 0.022156288146972656, 0.021982208251953125, 0.022746112823486327, 0.022005760192871093, 0.021990400314331054, 0.02185420799255371, 0.021906431198120118, 0.02190336036682129, 0.022071296691894532, 0.021950464248657226, 0.022021120071411132, 0.021984256744384766, 0.021839872360229492, 0.021901311874389647, 0.021894144058227538, 0.021940223693847655, 0.022039552688598633, 0.021929983139038087, 0.02185523223876953, 0.021953535079956055, 0.02188697624206543, 0.021906431198120118, 0.021873664855957032, 0.02183884811401367, 0.021995519638061522, 0.021951488494873047, 0.021901311874389647, 0.021942272186279296, 0.02191974449157715, 0.02184806442260742, 0.021835775375366212, 0.02180607986450195, 0.02210099220275879, 0.021956607818603514, 0.021843967437744142, 0.02208563232421875, 0.02186956787109375, 0.02182143974304199, 0.02187775993347168, 0.045279232025146485, 0.0219289608001709, 0.0218603515625, 0.02188697624206543, 0.021805055618286134, 0.021949440002441405, 0.02203545570373535, 0.02186342430114746, 0.021873664855957032, 0.021843967437744142, 0.021929983139038087, 0.021843967437744142, 0.021936128616333008, 0.022016000747680665, 0.021909503936767577, 0.02185523223876953, 0.02210304069519043, 0.021953535079956055, 0.021850112915039063, 0.0218470401763916, 0.02191155242919922, 0.021910528182983398, 0.02191974449157715, 0.02187775993347168, 0.02206822395324707, 0.02186854362487793, 0.021959680557250977, 0.02185318374633789, 0.02189926338195801, 0.02185113525390625, 0.02184294319152832, 0.02208153533935547, 0.021901311874389647, 0.02202828788757324, 0.021902336120605468, 0.02191257667541504, 0.02190028762817383, 0.02190336036682129, 0.022046720504760742, 0.02268569564819336, 0.022952959060668944, 0.022235136032104492, 0.021976064682006836, 0.021959680557250977, 0.02189926338195801, 0.022008832931518556, 0.021960704803466798, 0.02184601593017578, 0.021908479690551756, 0.02188083267211914, 0.021946367263793946, 0.021958656311035156, 0.022016000747680665, 0.021865503311157226, 0.02190230369567871, 0.02185830307006836, 0.02186342430114746, 0.021795839309692384, 0.021989376068115234, 0.02183782386779785, 0.02185318374633789, 0.02186342430114746, 0.02191974449157715, 0.04557926559448242, 0.02191257667541504, 0.021948415756225585, 0.021535743713378908, 0.021737472534179687, 0.021984256744384766, 0.021947391510009767, 0.021850112915039063, 0.021921791076660157, 0.02188287925720215, 0.02181427192687988, 0.021735424041748046, 0.022176767349243166, 0.02208563232421875, 0.0220897274017334, 0.021932031631469725, 0.021995519638061522, 0.021922815322875978, 0.022038528442382813, 0.02191257667541504, 0.021933055877685546, 0.021971967697143553, 0.022154239654541014, 0.02204569625854492, 0.0220948486328125, 0.021942272186279296, 0.0219238395690918, 0.02188390350341797, 0.02188595199584961, 0.022018047332763673, 0.02199350357055664, 0.022036447525024414, 0.02207744026184082, 0.021951488494873047, 0.021922815322875978, 0.0219289608001709, 0.02188697624206543, 0.021899328231811524, 0.021891008377075194, 0.02191155242919922, 0.021857280731201172, 0.022039552688598633, 0.021966880798339843, 0.022029279708862304, 0.021902336120605468, 0.021962751388549806, 0.021811199188232423, 0.02190336036682129, 0.021944320678710938, 0.021772287368774415, 0.021573631286621094, 0.02203647994995117, 0.021929983139038087, 0.021957632064819335, 0.02190540885925293, 0.02186854362487793, 0.021926912307739257, 0.021916671752929686, 0.02205388832092285, 0.02189107131958008, 0.022130687713623046, 0.021939199447631837, 0.021926912307739257]",tokens/s,45.47105276075973,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,2,2,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/2/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476e9-7dce4aaa768f22a121612d8f;fe09ecb6-a868-4b79-add7-c0f28ce21303) Repository Not Found for url: https://huggingface.co/2/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 2 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-564M,facebook/xglm-564M,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1488.359424,1579.679744,0.0,933.23264,856.69632,s,10,0.4187196159362792,0.041871961593627924,0.0014808966097482894,0.04126091194152832,0.043131636810302736,0.0445920425415039,0.04576036712646484,"[0.04605244827270508, 0.04131564712524414, 0.0411776008605957, 0.04146476745605469, 0.04118272018432617, 0.04280710220336914, 0.0412061767578125, 0.0415596809387207, 0.04101833724975586, 0.04093513488769531]",tokens/s,6113.876452326468,kWh,4.934550676908758e-07,2.7027020769764927e-07,1.3917580578494868e-06,2.155483333238012e-06,tokens/kWh,118766865.90539834,MB,1488.359424,1579.679744,0.0,933.23264,899.62496,s,10,24.019910400390625,2.4019910400390625,0.019429569356012314,2.394274169921875,2.414185791015625,2.436057373046875,2.453554638671875,"[2.457928955078125, 2.409325439453125, 2.399566650390625, 2.391402587890625, 2.39863720703125, 2.391660400390625, 2.391578369140625, 2.391282958984375, 2.391639892578125, 2.396887939453125]",tokens/s,26.228241050797365,kWh,2.945148775767949e-05,1.6140594842595416e-05,7.348580184415957e-05,0.00011907788444443448,tokens/kWh,529065.4960316985,,s,629,24.35256624984743,0.03871632154188778,0.004963175047223502,0.037943294525146484,0.03889213485717773,0.03936890869140625,0.079117353515625,"[0.040226814270019534, 0.04027084732055664, 0.040318977355957034, 0.03974041748046875, 0.040825855255126955, 0.04090367889404297, 0.03897753524780274, 0.039828479766845705, 0.04030361557006836, 0.03983871841430664, 0.04004761505126953, 0.04024524688720703, 0.03980287933349609, 0.039346176147460936, 0.038795265197753906, 0.039277568817138675, 0.03892326354980469, 0.03963289642333984, 0.039182334899902346, 0.038902782440185545, 0.039244800567626956, 0.03907788848876953, 0.0392806396484375, 0.03914035034179687, 0.03907788848876953, 0.03934003067016602, 0.03828940963745117, 0.038212608337402344, 0.03859251022338867, 0.038125568389892575, 0.03932876968383789, 0.03894169616699219, 0.03829043197631836, 0.03913216018676758, 0.03880038452148438, 0.038793216705322264, 0.039011329650878904, 0.039003135681152344, 0.039147518157958985, 0.038547454833984376, 0.03806617736816406, 0.03796889495849609, 0.03785420989990235, 0.03794432067871094, 0.03905023956298828, 0.03965235137939453, 0.03999129486083984, 0.039384063720703126, 0.039397377014160156, 0.0378419189453125, 0.03808563232421875, 0.037797889709472655, 0.037797889709472655, 0.03783987045288086, 0.037891071319580076, 0.03788083267211914, 0.03912499237060547, 0.038760448455810545, 0.03786342239379883, 0.038950912475585936, 0.0378419189453125, 0.03783270263671875, 0.0792985610961914, 0.03790643310546875, 0.03781017684936523, 0.038370304107666016, 0.03831193542480469, 0.03775078582763672, 0.03785420989990235, 0.038435840606689455, 0.038365184783935545, 0.03781017684936523, 0.037905406951904294, 0.03861094284057617, 0.03815731048583984, 0.037917697906494144, 0.037776382446289065, 0.03875532913208008, 0.03827711868286133, 0.03894784164428711, 0.0380313606262207, 0.038877185821533204, 0.037923839569091795, 0.03808870315551758, 0.03812351989746094, 0.03917004776000976, 0.0390645751953125, 0.03829862213134766, 0.03843379211425781, 0.038542335510253906, 0.03800166320800781, 0.0378869743347168, 0.038740993499755856, 0.03850239944458008, 0.03803955078125, 0.038438911437988284, 0.03892838287353516, 0.03817267227172851, 0.038012928009033206, 0.03801190567016602, 0.039065601348876954, 0.03803033447265625, 0.03791462326049805, 0.03789619064331055, 0.03887923049926758, 0.038371326446533204, 0.03790848159790039, 0.037904384613037106, 0.03786956787109375, 0.037988353729248046, 0.037943294525146484, 0.03816755294799805, 0.03861503982543945, 0.03803340911865234, 0.037966846466064456, 0.03835084915161133, 0.03848396682739258, 0.03804159927368164, 0.03789926528930664, 0.038539264678955076, 0.038340606689453126, 0.03802521514892578, 0.03793203353881836, 0.038679550170898434, 0.03826892852783203, 0.07922994995117187, 0.03890790557861328, 0.03783679962158203, 0.03792281723022461, 0.03792588806152344, 0.03827507019042969, 0.03808153533935547, 0.03808768081665039, 0.03786137771606445, 0.03799552154541016, 0.0380313606262207, 0.03805388641357422, 0.03804569625854492, 0.03840409469604492, 0.03806412887573242, 0.037905406951904294, 0.03795455932617187, 0.03794636917114258, 0.03813478469848633, 0.03800985717773438, 0.03793203353881836, 0.03811123275756836, 0.038125568389892575, 0.03792793655395508, 0.03794739151000977, 0.03824435043334961, 0.0380847053527832, 0.0379257926940918, 0.03787161636352539, 0.037819393157958986, 0.03803647994995117, 0.037956607818603515, 0.039212032318115236, 0.03805184173583984, 0.0379504623413086, 0.0379156494140625, 0.04073574447631836, 0.038391807556152346, 0.03786649703979492, 0.03888947296142578, 0.0400711669921875, 0.03781222534179687, 0.03783679962158203, 0.037981182098388674, 0.03775078582763672, 0.03779891204833984, 0.03775590515136719, 0.0378419189453125, 0.03782144165039063, 0.037781505584716796, 0.03789311981201172, 0.03784396743774414, 0.03780710220336914, 0.038095870971679685, 0.037797889709472655, 0.03782451248168945, 0.03784601593017578, 0.03794124984741211, 0.037806079864501956, 0.037781505584716796, 0.037884929656982425, 0.03780710220336914, 0.03832627105712891, 0.07955046081542969, 0.03795251083374023, 0.03794947052001953, 0.03773539352416992, 0.03782860946655273, 0.03780710220336914, 0.037874687194824216, 0.037789695739746096, 0.037867584228515626, 0.03773331069946289, 0.038191104888916014, 0.03783679962158203, 0.037872638702392575, 0.03788185501098633, 0.037850112915039064, 0.0378869743347168, 0.03800371170043945, 0.037870655059814455, 0.038172607421875, 0.037921791076660154, 0.03788390350341797, 0.03808256149291992, 0.03796377563476563, 0.037819393157958986, 0.03782553482055664, 0.03784806442260742, 0.038128639221191404, 0.038128639221191404, 0.03777228927612305, 0.03794944000244141, 0.03797196960449219, 0.03817062377929688, 0.03783168029785156, 0.037855232238769534, 0.037928958892822266, 0.03805286407470703, 0.0382371826171875, 0.03802828979492188, 0.037988353729248046, 0.037961727142333986, 0.038179840087890625, 0.03786240005493164, 0.037978111267089845, 0.0379156494140625, 0.038059009552001956, 0.038112255096435545, 0.037910526275634765, 0.03792588806152344, 0.03811942291259766, 0.03815935897827148, 0.037978111267089845, 0.037874687194824216, 0.03809996795654297, 0.03806924819946289, 0.03789311981201172, 0.037894176483154296, 0.037800926208496094, 0.038100990295410156, 0.037956607818603515, 0.037953536987304685, 0.037889022827148434, 0.03792899322509766, 0.03823203277587891, 0.07917670440673828, 0.03791462326049805, 0.03787366485595703, 0.03793305587768555, 0.03789926528930664, 0.03786240005493164, 0.038117374420166016, 0.03861913681030273, 0.03791974258422852, 0.038007808685302735, 0.03791257476806641, 0.03793817520141601, 0.03802521514892578, 0.0379422721862793, 0.03785830307006836, 0.038046718597412106, 0.037959678649902344, 0.037958656311035156, 0.03790028762817383, 0.037817344665527344, 0.03794124984741211, 0.03805184173583984, 0.03784294509887695, 0.03805388641357422, 0.03809894561767578, 0.03805286407470703, 0.03784499359130859, 0.03791974258422852, 0.03803955078125, 0.03802828979492188, 0.038161407470703124, 0.03802214431762695, 0.037894142150878905, 0.03818598556518555, 0.037917697906494144, 0.03795455932617187, 0.037975040435791016, 0.03828224182128906, 0.038002689361572264, 0.037910526275634765, 0.03793100738525391, 0.03803852844238281, 0.03797708892822266, 0.03793612670898437, 0.0378869743347168, 0.0380313606262207, 0.03825971221923828, 0.037953536987304685, 0.03790643310546875, 0.038029312133789066, 0.03808153533935547, 0.03808870315551758, 0.0379791374206543, 0.03979673767089844, 0.03898777770996094, 0.03879116821289062, 0.037969921112060545, 0.03789926528930664, 0.03830579376220703, 0.038193153381347655, 0.038182910919189454, 0.03849523162841797, 0.03826278305053711, 0.08257740783691406, 0.03822489547729492, 0.03793920135498047, 0.03778559875488281, 0.03784499359130859, 0.037872638702392575, 0.038141952514648435, 0.037921791076660154, 0.03786342239379883, 0.03808256149291992, 0.03808051300048828, 0.0378419189453125, 0.03813273620605469, 0.038711296081542966, 0.038114303588867186, 0.03786240005493164, 0.03781119918823242, 0.03850137710571289, 0.03799347305297852, 0.0378152961730957, 0.0378869743347168, 0.037989376068115234, 0.03785728073120117, 0.037850112915039064, 0.0379607048034668, 0.03787782287597656, 0.03834259033203125, 0.03791462326049805, 0.03792588806152344, 0.03778047943115234, 0.038484992980957033, 0.03798015975952149, 0.03783782577514649, 0.03778559875488281, 0.03781017684936523, 0.0379791374206543, 0.03785625457763672, 0.03782553482055664, 0.0378603515625, 0.037923839569091795, 0.0378152961730957, 0.03780505752563477, 0.03792998504638672, 0.03794124984741211, 0.03778355026245117, 0.03781119918823242, 0.03775385665893555, 0.03779891204833984, 0.03803238296508789, 0.03786956787109375, 0.03816960144042969, 0.037814273834228515, 0.03785625457763672, 0.038043647766113284, 0.03777849578857422, 0.037824447631835935, 0.037713920593261716, 0.03772108840942383, 0.03790233612060547, 0.0377784309387207, 0.037776382446289065, 0.0378152961730957, 0.037921791076660154, 0.07919411468505859, 0.03782758331298828, 0.03773747253417969, 0.03775385665893555, 0.03801804733276367, 0.037800960540771485, 0.03785728073120117, 0.03783679962158203, 0.037719039916992186, 0.038024192810058595, 0.03775590515136719, 0.037768192291259765, 0.037823486328125, 0.037910526275634765, 0.03777433776855469, 0.03780505752563477, 0.03785113525390625, 0.0377968635559082, 0.037874687194824216, 0.03781222534179687, 0.03783475112915039, 0.03781119918823242, 0.037754878997802735, 0.03797094345092773, 0.03784499359130859, 0.03780710220336914, 0.03785728073120117, 0.03789209747314453, 0.0379791374206543, 0.03779891204833984, 0.03774771118164062, 0.03775078582763672, 0.03789926528930664, 0.03783987045288086, 0.037738529205322266, 0.037819358825683595, 0.03775795364379883, 0.037889022827148434, 0.037773311614990236, 0.03777740859985351, 0.03778662490844727, 0.03790950393676758, 0.03822079849243164, 0.04011008071899414, 0.03838054275512695, 0.0379576301574707, 0.03801599884033203, 0.03980595016479492, 0.03857920074462891, 0.03786956787109375, 0.03796384048461914, 0.03790534210205078, 0.03787059020996094, 0.037891071319580076, 0.037838848114013675, 0.03804774475097656, 0.03783270263671875, 0.03785113525390625, 0.038819839477539066, 0.038046718597412106, 0.03789823913574219, 0.03790233612060547, 0.03783679962158203, 0.08027750396728515, 0.038125568389892575, 0.03789619064331055, 0.03792588806152344, 0.03793100738525391, 0.03866726303100586, 0.03827916717529297, 0.03803443145751953, 0.03789619064331055, 0.03781222534179687, 0.03788185501098633, 0.03791257476806641, 0.03783065414428711, 0.03784505462646484, 0.03773846435546875, 0.03788899230957031, 0.03809280014038086, 0.03783475112915039, 0.03798323059082031, 0.03775385665893555, 0.037966846466064456, 0.038214656829833986, 0.03794124984741211, 0.03781119918823242, 0.037868545532226565, 0.03785113525390625, 0.03793100738525391, 0.0380211181640625, 0.03793817520141601, 0.037855232238769534, 0.03802828979492188, 0.0378081283569336, 0.03788185501098633, 0.03851264190673828, 0.03827097702026367, 0.03790643310546875, 0.03789619064331055, 0.03783065414428711, 0.037907455444335936, 0.03800985717773438, 0.03793920135498047, 0.03778867340087891, 0.03791872024536133, 0.037806079864501956, 0.03793920135498047, 0.03792793655395508, 0.037855232238769534, 0.03791974258422852, 0.03787161636352539, 0.03796582412719727, 0.038024192810058595, 0.03782860946655273, 0.03795251083374023, 0.03783782577514649, 0.037956607818603515, 0.03788083267211914, 0.03803964614868164, 0.03777833557128906, 0.037766143798828124, 0.03796275329589844, 0.03784703826904297, 0.03799859237670898, 0.03801804733276367, 0.07892582702636719, 0.03798527908325195, 0.037719039916992186, 0.03776921463012695, 0.03804467010498047, 0.037907455444335936, 0.03788288116455078, 0.03789516830444336, 0.03778867340087891, 0.037966846466064456, 0.03824844741821289, 0.03791155242919922, 0.03777228927612305, 0.03783065414428711, 0.03782758331298828, 0.03794739151000977, 0.03860070419311523, 0.0380948486328125, 0.037868545532226565, 0.03780505752563477, 0.0378152961730957, 0.037822463989257815, 0.03793407821655274, 0.03778771209716797, 0.03782342529296875, 0.037855232238769534, 0.03776921463012695, 0.038046718597412106, 0.037803009033203126, 0.03780198287963867, 0.037838848114013675, 0.03789516830444336, 0.03798015975952149, 0.0378603515625, 0.03887923049926758, 0.03785625457763672, 0.03788390350341797, 0.03847884750366211, 0.03800064086914062, 0.03786342239379883, 0.03780710220336914, 0.037826591491699216, 0.03794736099243164, 0.0378787841796875, 0.03783065414428711, 0.03801702499389648, 0.03784601593017578, 0.03804569625854492, 0.03787571334838867, 0.03788288116455078, 0.03784806442260742, 0.03797094345092773, 0.038019073486328124, 0.03792281723022461, 0.037956607818603515, 0.03784601593017578, 0.03790848159790039, 0.03802316665649414, 0.037868545532226565, 0.037868545532226565, 0.03931238555908203, 0.03824435043334961, 0.038171646118164065, 0.07896473693847657, 0.03796480178833008, 0.038031391143798825, 0.038429664611816405, 0.03807231903076172, 0.03814297485351562, 0.04003839874267578, 0.038354942321777344, 0.038171646118164065, 0.03779481506347656, 0.03799347305297852, 0.03781631851196289, 0.037822463989257815, 0.03803852844238281, 0.037795841217041014, 0.03802009582519531, 0.03805184173583984, 0.037812255859375, 0.038042591094970706, 0.0378787841796875, 0.03813785552978516, 0.03794636917114258, 0.038004737854003906, 0.03808153533935547, 0.03786240005493164, 0.03785318374633789, 0.03793817520141601, 0.0379156494140625, 0.03786137771606445, 0.03794124984741211, 0.037972991943359374, 0.03801599884033203, 0.03807743835449219, 0.038757377624511716, 0.038007808685302735, 0.03791155242919922, 0.03793407821655274, 0.03837849426269531, 0.038100990295410156, 0.037975040435791016, 0.037891071319580076, 0.03786751937866211, 0.03800678253173828, 0.03780505752563477, 0.03791360092163086, 0.037907455444335936, 0.03789209747314453, 0.03788288116455078, 0.037894142150878905, 0.03790335845947266, 0.0380497932434082, 0.0378787841796875, 0.0379504623413086, 0.03782963180541992, 0.037920768737792966, 0.03815731048583984, 0.03894476699829102, 0.03841228866577148, 0.0381102066040039, 0.03795455932617187, 0.03790848159790039, 0.03784396743774414, 0.03802521514892578]",tokens/s,25.828900065262776,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-14B,Qwen/Qwen-14B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-7b,huggyllama/llama-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4111.863808,5287.44448,0.0,4640.997376,4330.799616,s,10,3.226379638671875,0.32263796386718746,0.000402194169118124,0.32271786499023436,0.3231955413818359,0.3232190933227539,0.32323793487548824,"[0.3220740661621094, 0.3221513061523438, 0.32286444091796873, 0.3226911010742187, 0.3231903076171875, 0.3220863952636719, 0.32324264526367186, 0.32256585693359374, 0.32274462890625, 0.3227688903808594]",tokens/s,793.4590118643982,kWh,3.801959261505141e-06,2.082975593566516e-06,1.9160675050748643e-05,2.50456099058203e-05,tokens/kWh,10221352.203545606,MB,4111.863808,5287.44448,0.0,4640.997376,4515.66848,s,10,175.40425,17.540425,0.0008093643482340011,17.5404921875,17.541533398437497,17.54153427734375,17.54153498046875,"[17.54153515625, 17.539173828125, 17.5403828125, 17.540146484375, 17.53906640625, 17.5406015625, 17.540833984375, 17.540044921875, 17.540931640625, 17.541533203125]",tokens/s,3.5917031656872624,kWh,0.00020708176115631231,0.00011349834022692449,0.001016287431084857,0.001336867532468094,tokens/kWh,47125.08791629553,,s,629,178.02978723144523,0.2830362277129496,0.038372368941044475,0.2784132995605469,0.2785849365234375,0.27866092529296876,0.6012612451171875,"[0.27892428588867185, 0.2783109130859375, 0.2780887145996094, 0.2783078308105469, 0.27828939819335935, 0.27829656982421874, 0.27819314575195314, 0.2781747131347656, 0.27834060668945315, 0.278265869140625, 0.27816549682617187, 0.278361083984375, 0.2782515258789062, 0.2783068237304688, 0.27822283935546877, 0.27835699462890623, 0.2783068237304688, 0.27836007690429687, 0.27832626342773437, 0.2784747619628906, 0.27823309326171874, 0.27838772583007815, 0.2784296875, 0.27834674072265625, 0.2783774719238281, 0.2784460754394531, 0.2783682556152344, 0.27849932861328125, 0.2784747619628906, 0.2784471130371094, 0.2784215087890625, 0.2784716796875, 0.27849215698242186, 0.2785218505859375, 0.27855975341796874, 0.2783703002929688, 0.27838055419921875, 0.2784583740234375, 0.2786816101074219, 0.27845428466796873, 0.2784204711914062, 0.27839590454101565, 0.27851467895507814, 0.2784604187011719, 0.27835391235351564, 0.27850445556640624, 0.2787686462402344, 0.27858740234375, 0.27850750732421875, 0.2785218505859375, 0.2785003662109375, 0.2786068420410156, 0.27853619384765627, 0.27854949951171876, 0.278403076171875, 0.27851467895507814, 0.2784962463378906, 0.27858740234375, 0.27840615844726563, 0.2784716796875, 0.27851467895507814, 0.27868670654296873, 0.600922119140625, 0.2785638427734375, 0.27845632934570314, 0.27819622802734373, 0.27827609252929686, 0.27808767700195314, 0.27812966918945314, 0.278245361328125, 0.278118408203125, 0.2781890563964844, 0.27824844360351564, 0.2782300109863281, 0.27827301025390627, 0.27823410034179685, 0.2782576599121094, 0.2781685791015625, 0.27826995849609376, 0.2782586975097656, 0.2784276428222656, 0.2783969421386719, 0.27838055419921875, 0.2782863464355469, 0.27832626342773437, 0.27843890380859376, 0.2783907775878906, 0.27843994140625, 0.2783375244140625, 0.27830374145507814, 0.27841741943359377, 0.2783692932128906, 0.2785321044921875, 0.27837850952148435, 0.27854541015625, 0.27851263427734374, 0.27842868041992186, 0.2782945251464844, 0.2784184265136719, 0.27844403076171875, 0.27859249877929687, 0.27840615844726563, 0.27843994140625, 0.2783498229980469, 0.27835595703125, 0.2784276428222656, 0.27845016479492185, 0.2784276428222656, 0.2785740661621094, 0.27843585205078125, 0.2784460754394531, 0.27860992431640624, 0.27848602294921876, 0.27843072509765626, 0.2785791931152344, 0.27858944702148436, 0.27848602294921876, 0.2783897705078125, 0.27847885131835937, 0.27845733642578124, 0.2785515441894531, 0.2784880676269531, 0.27855975341796874, 0.2784635009765625, 0.278640625, 0.6017054443359375, 0.27833139038085936, 0.27835903930664063, 0.27815731811523436, 0.27828939819335935, 0.2782689208984375, 0.27821466064453126, 0.27823822021484373, 0.27829043579101564, 0.27823309326171874, 0.2783354797363281, 0.27820440673828123, 0.27832525634765626, 0.2782023620605469, 0.2782576599121094, 0.2782607421875, 0.2783160400390625, 0.2782218322753906, 0.27838055419921875, 0.2783446960449219, 0.2783969421386719, 0.27822900390625, 0.2783743896484375, 0.2784747619628906, 0.27836007690429687, 0.27829043579101564, 0.2783109130859375, 0.27829861450195315, 0.27835699462890623, 0.278392822265625, 0.2784604187011719, 0.27837750244140624, 0.2789263000488281, 0.2783743896484375, 0.2784829406738281, 0.2783979797363281, 0.2783938293457031, 0.278513671875, 0.2784849853515625, 0.27838873291015626, 0.27838156127929686, 0.27849932861328125, 0.27839590454101565, 0.27845632934570314, 0.27889663696289063, 0.27841741943359377, 0.27863348388671877, 0.278445068359375, 0.27859661865234375, 0.2785238952636719, 0.2785730590820312, 0.27837850952148435, 0.2787880859375, 0.2784829406738281, 0.27849420166015626, 0.2784501953125, 0.2785689392089844, 0.27858740234375, 0.27844915771484374, 0.27855975341796874, 0.2785464172363281, 0.27846142578125, 0.2785300598144531, 0.6014719848632812, 0.27835595703125, 0.27823614501953126, 0.2781470642089844, 0.2783426513671875, 0.2781634521484375, 0.278408203125, 0.2782023620605469, 0.27829556274414063, 0.2784132995605469, 0.27831195068359377, 0.2783078308105469, 0.27835595703125, 0.2783047790527344, 0.2782586975097656, 0.27822900390625, 0.27845632934570314, 0.27836517333984373, 0.27850341796875, 0.2783477783203125, 0.27836721801757813, 0.2783211669921875, 0.2783303527832031, 0.2783078308105469, 0.27839486694335935, 0.2784102478027344, 0.2784194641113281, 0.27843685913085936, 0.27848089599609377, 0.2784276428222656, 0.2784757690429687, 0.27848703002929687, 0.27842559814453127, 0.2783477783203125, 0.2784481201171875, 0.27840716552734374, 0.27839898681640624, 0.27828839111328124, 0.27853515625, 0.2783354797363281, 0.278550537109375, 0.27845120239257815, 0.27840716552734374, 0.27846246337890623, 0.27853619384765627, 0.27847064208984373, 0.2785689697265625, 0.27838360595703127, 0.27851263427734374, 0.2784798583984375, 0.2784716796875, 0.27842355346679687, 0.2785638427734375, 0.27848397827148436, 0.2785238952636719, 0.27838055419921875, 0.2786856994628906, 0.27845016479492185, 0.27855874633789063, 0.2784644775390625, 0.27854849243164065, 0.2784378967285156, 0.27854437255859377, 0.6022492065429688, 0.27835595703125, 0.27824026489257814, 0.2781808776855469, 0.2782474365234375, 0.27810919189453126, 0.27816549682617187, 0.278150146484375, 0.2782371826171875, 0.2782003173828125, 0.27831195068359377, 0.27828839111328124, 0.2783416442871094, 0.2781255798339844, 0.278318115234375, 0.2782361145019531, 0.2783211669921875, 0.2784378967285156, 0.27844198608398435, 0.27841433715820313, 0.27836007690429687, 0.27818597412109375, 0.27829861450195315, 0.2783498229980469, 0.27843585205078125, 0.278408203125, 0.2783477783203125, 0.27836007690429687, 0.2783662109375, 0.27843173217773437, 0.2784132995605469, 0.27835903930664063, 0.27836721801757813, 0.278408203125, 0.2783273010253906, 0.2781951904296875, 0.27864678955078126, 0.27832626342773437, 0.2783918151855469, 0.2783529052734375, 0.2784163818359375, 0.2783006591796875, 0.27844915771484374, 0.27855975341796874, 0.2784122924804687, 0.27835595703125, 0.27859967041015626, 0.2785300598144531, 0.2786304016113281, 0.2784737243652344, 0.2785689697265625, 0.27837338256835936, 0.2783825988769531, 0.27856997680664064, 0.2785740661621094, 0.27850341796875, 0.2785372009277344, 0.278518798828125, 0.27858432006835937, 0.2784051208496094, 0.27860479736328125, 0.27856484985351565, 0.2786304016113281, 0.6008842163085938, 0.2783825988769531, 0.2783477783203125, 0.2781255798339844, 0.27834060668945315, 0.2782720031738281, 0.2782003173828125, 0.27821978759765625, 0.2784532470703125, 0.27828939819335935, 0.27818496704101564, 0.27823410034179685, 0.2783170471191406, 0.27810302734375, 0.27829248046875, 0.27824127197265625, 0.27825357055664063, 0.2781951904296875, 0.2783662109375, 0.278866943359375, 0.2783856506347656, 0.27817779541015625, 0.2782996520996094, 0.2782720031738281, 0.27828326416015625, 0.2784747619628906, 0.2783682556152344, 0.27837338256835936, 0.278498291015625, 0.27850546264648435, 0.2784635009765625, 0.2785740661621094, 0.2784460754394531, 0.27843585205078125, 0.2784460754394531, 0.27842868041992186, 0.2784215087890625, 0.2784245910644531, 0.27846450805664064, 0.2783918151855469, 0.278498291015625, 0.2784102478027344, 0.2784798583984375, 0.2785228881835938, 0.27879833984375, 0.27833242797851565, 0.2785269775390625, 0.27839385986328125, 0.2785464172363281, 0.278403076171875, 0.2783692932128906, 0.27839898681640624, 0.27851263427734374, 0.2785218505859375, 0.27857510375976563, 0.27885772705078127, 0.2786263122558594, 0.2784409484863281, 0.27852593994140623, 0.2784604187011719, 0.2785249328613281, 0.2787747802734375, 0.2785577087402344, 0.6019932250976563, 0.27848602294921876, 0.2782668762207031, 0.2783723449707031, 0.27841433715820313, 0.2782853088378906, 0.2782525329589844, 0.27829861450195315, 0.2782095336914063, 0.27823410034179685, 0.27823822021484373, 0.27838772583007815, 0.2782586975097656, 0.27816549682617187, 0.27830374145507814, 0.2783047790527344, 0.2784635009765625, 0.2782720031738281, 0.2785638427734375, 0.27832421875, 0.2783129577636719, 0.2781685791015625, 0.27826995849609376, 0.27842251586914063, 0.27839385986328125, 0.27839794921875, 0.2784747619628906, 0.2783764343261719, 0.27845733642578124, 0.27836721801757813, 0.2784429931640625, 0.278513671875, 0.27895297241210937, 0.27843994140625, 0.27850445556640624, 0.2784204711914062, 0.2784716796875, 0.27838873291015626, 0.2784337768554688, 0.2783774719238281, 0.2784266357421875, 0.2783795166015625, 0.278445068359375, 0.2783692932128906, 0.27841741943359377, 0.278445068359375, 0.27863961791992187, 0.27853515625, 0.2784573669433594, 0.2785330810546875, 0.27857818603515627, 0.27867034912109373, 0.2786130065917969, 0.2784655456542969, 0.27858944702148436, 0.2784481201171875, 0.2785525817871094, 0.2784378967285156, 0.27843585205078125, 0.27847271728515627, 0.2785105895996094, 0.2784778137207031, 0.27847064208984373, 0.6013931274414063, 0.27834878540039065, 0.27822796630859375, 0.27807232666015624, 0.2783498229980469, 0.2784747619628906, 0.278265869140625, 0.27822283935546877, 0.27823825073242187, 0.27832009887695314, 0.27828326416015625, 0.27838055419921875, 0.27828121948242185, 0.2783580017089844, 0.27821875, 0.27822283935546877, 0.278371337890625, 0.2783621215820313, 0.2783897705078125, 0.2783529052734375, 0.2784409484863281, 0.2783897705078125, 0.27831808471679687, 0.27851467895507814, 0.2784604187011719, 0.27838772583007815, 0.27835903930664063, 0.27832830810546877, 0.2783139953613281, 0.27833343505859376, 0.2784112548828125, 0.27849932861328125, 0.278434814453125, 0.2784481201171875, 0.27832421875, 0.27838360595703127, 0.27845220947265625, 0.2783068237304688, 0.2784337768554688, 0.278361083984375, 0.27856793212890624, 0.2784798583984375, 0.27841537475585937, 0.27844915771484374, 0.278513671875, 0.27850137329101565, 0.2785802307128906, 0.27854232788085936, 0.2786959228515625, 0.2784471130371094, 0.2784132995605469, 0.2784194641113281, 0.27854437255859377, 0.27847064208984373, 0.278572021484375, 0.2785238952636719, 0.27861712646484377, 0.27844808959960937, 0.2784471130371094, 0.27840203857421875, 0.27862322998046873, 0.27838156127929686, 0.27860888671875, 0.6014985961914062, 0.27845632934570314, 0.27826278686523437, 0.27811224365234377, 0.2783498229980469, 0.27834573364257814, 0.2782054443359375, 0.27822695922851565, 0.2781388854980469, 0.27827813720703126, 0.2783549499511719, 0.27817984008789065, 0.27838668823242185, 0.2783774719238281, 0.2785935363769531, 0.27827304077148435, 0.2784020080566406, 0.278319091796875, 0.2784215087890625, 0.2783150024414062, 0.2784798583984375, 0.2782423095703125, 0.27835086059570313, 0.27840408325195315, 0.27832525634765626, 0.2783211669921875, 0.2783365173339844, 0.278302734375, 0.27836517333984373, 0.2784849853515625, 0.27834060668945315, 0.27845938110351565, 0.27849215698242186, 0.27838156127929686, 0.2784635009765625, 0.2784215087890625, 0.2783918151855469, 0.27833343505859376, 0.27849319458007815, 0.27830169677734373, 0.27845428466796873, 0.27839794921875, 0.27870822143554685, 0.2785269775390625, 0.27848602294921876, 0.2784163818359375, 0.27868057250976563, 0.2784450988769531, 0.27859963989257813, 0.27848703002929687, 0.27855975341796874, 0.278445068359375, 0.27880856323242187, 0.27855975341796874, 0.27850137329101565, 0.2785710144042969, 0.2786283569335937, 0.2784747619628906, 0.2786007080078125, 0.27845120239257815, 0.2786355285644531, 0.2785157165527344, 0.2785238952636719, 0.60158056640625, 0.27837338256835936, 0.27840716552734374, 0.2782371826171875, 0.27839898681640624, 0.27825457763671874, 0.2783303527832031, 0.278213623046875, 0.2782423095703125, 0.278245361328125, 0.27828121948242185, 0.2782720031738281, 0.27835086059570313, 0.27829351806640623, 0.2786713562011719, 0.2782443542480469, 0.27826995849609376, 0.2783047790527344, 0.2783426513671875, 0.27867340087890624, 0.27836517333984373, 0.2781798706054687, 0.27834979248046876, 0.2783477783203125, 0.2784215087890625, 0.27836007690429687, 0.2787973022460937, 0.27832321166992186, 0.2784215087890625, 0.27838873291015626, 0.2784051208496094, 0.27848703002929687, 0.27839486694335935, 0.278361083984375, 0.2783743896484375, 0.2783477783203125, 0.27841433715820313, 0.2784296875, 0.2784778137207031, 0.2783529052734375, 0.27844915771484374, 0.27845428466796873, 0.278508544921875, 0.27845733642578124, 0.2784635009765625, 0.27843890380859376, 0.27856484985351565, 0.2783774719238281, 0.278508544921875, 0.27858944702148436, 0.27855563354492185, 0.27839486694335935, 0.27854849243164065, 0.27857510375976563, 0.27856280517578125, 0.2788730773925781, 0.27874508666992187, 0.27849114990234375, 0.2786427001953125, 0.27851776123046873, 0.27860275268554685, 0.2784051208496094, 0.2786437072753906]",tokens/s,3.533116619312007,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-180B,tiiuae/falcon-180B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-669478e1-05f9cdba1915aacb2ed50009;e333483c-b2c1-483d-978f-8a25d1162805) 403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository.. Cannot access content at: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json. If you are trying to create or update content,make sure you have a token with the `write` role. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1826, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 445, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like tiiuae/falcon-180B is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-1.3B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1553.666048,1892.155392,0.0,1247.80544,1099.11552,s,10,0.7599856719970703,0.07599856719970703,0.0013533264697602055,0.07574494552612304,0.07692364730834961,0.07814073677062988,0.0791144083404541,"[0.07935782623291016, 0.07514963531494141, 0.07515309143066407, 0.07494764709472657, 0.07486051177978516, 0.07453123474121094, 0.07633679962158203, 0.07651503753662109, 0.07665318298339843, 0.07648070526123046]",tokens/s,3368.4845574429046,kWh,8.828837591320722e-07,4.837716556083713e-07,3.7233715524921765e-06,5.090026967232621e-06,tokens/kWh,50294429.0173739,MB,1553.666048,1894.252544,0.0,1247.80544,1168.46848,s,10,39.96520019531249,3.99652001953125,0.008121976759457781,3.9976644287109373,4.004425805664063,4.008780895996094,4.012264968261719,"[4.0034580078125, 3.99054345703125, 4.0025087890625, 3.99819287109375, 3.985966064453125, 4.013135986328125, 3.997251953125, 3.998076904296875, 3.986881103515625, 3.98918505859375]",tokens/s,15.76371435451717,kWh,4.709652721041669e-05,2.5811538438693013e-05,0.00019570470465651507,0.00026861277030562484,tokens/kWh,234538.3651280587,,s,629,40.581000251770085,0.06451669356402229,0.009047062419727588,0.06328319931030274,0.06396807556152344,0.06419353790283204,0.1387136248779297,"[0.06456832122802734, 0.06414848327636719, 0.06448947143554687, 0.06455910491943359, 0.06471584320068359, 0.06368352127075196, 0.06436351776123046, 0.06387612915039062, 0.06524617767333984, 0.06407373046875, 0.06352387237548827, 0.06315107345581054, 0.06320025634765625, 0.06323404693603515, 0.06341222381591796, 0.06313779067993164, 0.06333951950073242, 0.06325862503051757, 0.06328729629516601, 0.06318182373046875, 0.06375219345092774, 0.06404505920410156, 0.0638842887878418, 0.06325657653808593, 0.06340812683105469, 0.06331289672851563, 0.06327603149414063, 0.06328012847900391, 0.06361804962158203, 0.06352896118164063, 0.06334771347045899, 0.06328319931030274, 0.06324838256835938, 0.06320435333251953, 0.06337740707397461, 0.06320332717895508, 0.06329651260375976, 0.06316032028198242, 0.06323097610473633, 0.06320127868652343, 0.06334975814819335, 0.06326579284667969, 0.06344806289672851, 0.06331187057495118, 0.06328015899658203, 0.0634623680114746, 0.063425537109375, 0.06315622329711915, 0.06373273468017578, 0.06334975814819335, 0.06380953598022461, 0.06342041778564453, 0.0633446388244629, 0.06326067352294922, 0.06331494522094727, 0.0633251838684082, 0.06341120147705079, 0.0632207374572754, 0.06325964736938476, 0.0632883186340332, 0.0632842254638672, 0.06332313537597656, 0.1388922882080078, 0.06310707092285156, 0.06308044815063477, 0.06306713485717773, 0.0631459846496582, 0.06330777740478516, 0.06394982528686523, 0.06356889724731446, 0.06310195159912109, 0.0631541748046875, 0.0629381103515625, 0.06320947265625, 0.0631541748046875, 0.06311936187744141, 0.0630302734375, 0.06308761596679688, 0.06303539276123046, 0.06320230484008789, 0.06332006454467773, 0.0634010238647461, 0.06324524688720704, 0.06325964736938476, 0.06318592071533204, 0.06325964736938476, 0.06324121475219727, 0.06319718551635742, 0.06321875381469727, 0.063268798828125, 0.06312345504760743, 0.06314393615722656, 0.06317465591430664, 0.0633364486694336, 0.06310502243041992, 0.06323404693603515, 0.06306304168701173, 0.06331494522094727, 0.0632176628112793, 0.06328524780273438, 0.06314803314208985, 0.06325452804565429, 0.06326988983154297, 0.06324838256835938, 0.06319308853149413, 0.06333337783813477, 0.06316339111328124, 0.06337843322753907, 0.06612992095947266, 0.06397132873535157, 0.06335692977905273, 0.06329241561889648, 0.063246337890625, 0.06341120147705079, 0.06353919982910156, 0.06338764953613281, 0.0633507843017578, 0.06358323287963867, 0.06332313537597656, 0.06328323364257812, 0.06324425506591796, 0.0632842254638672, 0.06349516677856445, 0.064142333984375, 0.06391910552978515, 0.13889024353027343, 0.06304460906982422, 0.06328524780273438, 0.06343884658813477, 0.06355148696899414, 0.06316748809814453, 0.06316646575927734, 0.0631459846496582, 0.06320127868652343, 0.06347980880737304, 0.06398771286010742, 0.06390784072875977, 0.06397542572021485, 0.0635863037109375, 0.0634337272644043, 0.06365286254882813, 0.06388735961914062, 0.06326681518554687, 0.06316646575927734, 0.06361907196044922, 0.06329344177246093, 0.0631910400390625, 0.06325251388549805, 0.06438499450683594, 0.06327398300170899, 0.06322585678100585, 0.06322892761230468, 0.06318796920776368, 0.0630753288269043, 0.06316646575927734, 0.06316032028198242, 0.06333235168457031, 0.06317567825317383, 0.06322278213500977, 0.0632740478515625, 0.0637828483581543, 0.06397747039794922, 0.06393139266967773, 0.06458470153808593, 0.0644485092163086, 0.06376038360595702, 0.06331903839111327, 0.06320332717895508, 0.06328319931030274, 0.06355763244628906, 0.0632985610961914, 0.06319411087036132, 0.06473216247558594, 0.0639672622680664, 0.06398358535766602, 0.06369587326049805, 0.06394879913330079, 0.06326483154296875, 0.06354528045654297, 0.06385868835449218, 0.06407065582275391, 0.0636641616821289, 0.06326678466796876, 0.0635146255493164, 0.06406246185302734, 0.06322175979614258, 0.06312243270874024, 0.0631644172668457, 0.1387755584716797, 0.06321868896484376, 0.06331903839111327, 0.06329344177246093, 0.06308454513549805, 0.06323404693603515, 0.06316953659057617, 0.06326067352294922, 0.0631838722229004, 0.06324121475219727, 0.06310303878784179, 0.06318687820434571, 0.06352998352050782, 0.06324019241333008, 0.0631541748046875, 0.06346035385131836, 0.0633620491027832, 0.06446080017089843, 0.06337126541137696, 0.06333132934570312, 0.06308454513549805, 0.0632279052734375, 0.0636231689453125, 0.06381465530395508, 0.06348188781738281, 0.06320534515380859, 0.06317465591430664, 0.06321356964111328, 0.06318080139160157, 0.06322687911987304, 0.06321971130371094, 0.06330572891235352, 0.06309580612182618, 0.06324121475219727, 0.06318694305419922, 0.0640153579711914, 0.06411571502685547, 0.06356172943115235, 0.0631982078552246, 0.06364364624023437, 0.0635596809387207, 0.06320230484008789, 0.06327910232543946, 0.06372761535644532, 0.06467174530029297, 0.06328019332885743, 0.06335177612304688, 0.0636712646484375, 0.06431129455566406, 0.06394265747070313, 0.0639447021484375, 0.06392729568481445, 0.06368563079833985, 0.06365081787109375, 0.06361497497558594, 0.06359244918823242, 0.06325964736938476, 0.06328729629516601, 0.06314912033081055, 0.06344800186157226, 0.06395187377929687, 0.06372761535644532, 0.06314803314208985, 0.1385543670654297, 0.06315622329711915, 0.06316646575927734, 0.0630937614440918, 0.06318284988403321, 0.06304051208496093, 0.06315212631225586, 0.06317567825317383, 0.06311014556884766, 0.06304051208496093, 0.06309888076782226, 0.06320537567138672, 0.06318899154663087, 0.06332928085327148, 0.06312652969360352, 0.06324531173706055, 0.06326067352294922, 0.06411980438232422, 0.06325452804565429, 0.0630456314086914, 0.06302412796020508, 0.06338150405883788, 0.06321459197998047, 0.06346547317504883, 0.063172607421875, 0.06353823852539063, 0.06316640090942383, 0.06316236877441406, 0.06318899154663087, 0.0631275520324707, 0.06309382247924805, 0.06324729537963868, 0.06323712158203125, 0.0633446388244629, 0.06303641510009765, 0.06315008163452149, 0.06307737731933594, 0.06326275253295899, 0.06328521728515625, 0.06325247955322266, 0.06349318313598633, 0.06395590209960937, 0.06328627014160157, 0.06324736022949219, 0.06320332717895508, 0.0631838722229004, 0.063246337890625, 0.0631982078552246, 0.0632360954284668, 0.06330879974365235, 0.06340505599975586, 0.06328319931030274, 0.063172607421875, 0.06318694305419922, 0.0632023696899414, 0.06325241470336915, 0.06311737442016602, 0.06512940979003906, 0.06317567825317383, 0.0631541748046875, 0.06313881683349609, 0.06315622329711915, 0.06314905548095703, 0.1382461395263672, 0.06313164901733398, 0.06307839965820312, 0.06389555358886718, 0.06389555358886718, 0.06313471984863281, 0.06362115097045898, 0.0638985939025879, 0.06378601455688476, 0.06328726577758789, 0.06330572891235352, 0.06414848327636719, 0.06371942520141602, 0.06346956634521485, 0.06308659362792969, 0.06395904159545898, 0.06379315185546874, 0.06374604797363281, 0.06324940872192383, 0.06338662338256836, 0.06358220672607422, 0.06391398239135743, 0.06313881683349609, 0.06326681518554687, 0.06365695953369141, 0.06314803314208985, 0.06341632080078125, 0.06397747039794922, 0.0639918098449707, 0.0639754867553711, 0.06352787017822266, 0.06365286254882813, 0.06370816040039062, 0.0636753921508789, 0.06315008163452149, 0.06351974487304687, 0.0638023681640625, 0.06395904159545898, 0.06557901000976563, 0.06346752166748047, 0.0637204475402832, 0.06321971130371094, 0.06364057540893554, 0.06393241500854492, 0.06420172882080079, 0.06409932708740235, 0.06440243530273437, 0.06366515350341796, 0.06407577514648438, 0.06405734252929687, 0.06384844970703125, 0.06432358551025391, 0.06396211242675781, 0.06379827117919921, 0.06322175979614258, 0.06343679809570313, 0.06396723175048828, 0.06367948913574219, 0.06379827117919921, 0.06390681457519531, 0.06390886306762696, 0.0634071044921875, 0.06344192123413087, 0.14139698791503907, 0.06403276824951172, 0.0632176628112793, 0.0630753288269043, 0.0634521598815918, 0.06339590454101562, 0.06346438217163086, 0.06318489456176758, 0.06309068679809571, 0.0637050895690918, 0.06372556686401368, 0.0631910400390625, 0.06370611190795898, 0.0643583984375, 0.06346035385131836, 0.064, 0.06390988922119141, 0.06322793579101563, 0.06355862426757812, 0.06337535858154297, 0.06342451095581055, 0.0638136329650879, 0.06389657592773437, 0.06472089385986328, 0.063246337890625, 0.06321356964111328, 0.06305791854858399, 0.06321561431884766, 0.0631910400390625, 0.06321459197998047, 0.06343782424926758, 0.06411980438232422, 0.06387200164794922, 0.06334156799316407, 0.06315008163452149, 0.06324531173706055, 0.06310502243041992, 0.06320947265625, 0.06309990310668945, 0.06322278213500977, 0.06319520187377929, 0.06318892669677735, 0.06325452804565429, 0.06317465591430664, 0.06320742416381836, 0.06327910232543946, 0.0631583366394043, 0.06330259323120117, 0.0630835189819336, 0.06333132934570312, 0.06320640182495117, 0.06325657653808593, 0.06314700698852539, 0.06313983917236328, 0.06353510284423829, 0.06382080078125, 0.06329036712646484, 0.0638218231201172, 0.06367948913574219, 0.06326579284667969, 0.0631644172668457, 0.06317363357543945, 0.06360268783569335, 0.14038117980957032, 0.06311321640014649, 0.06313779067993164, 0.06312652969360352, 0.06323814392089844, 0.06336102294921875, 0.06388121414184571, 0.06389971160888672, 0.06368044662475586, 0.06380543899536133, 0.06306918334960937, 0.06311628723144531, 0.06307020950317382, 0.06335283279418945, 0.06392319869995117, 0.06408704376220703, 0.06397849655151368, 0.06393856048583985, 0.06394060897827149, 0.06395187377929687, 0.06395699310302734, 0.06384230422973633, 0.06318080139160157, 0.06331289672851563, 0.06380441665649414, 0.06387200164794922, 0.06352076721191406, 0.06327705764770508, 0.06344908905029296, 0.0639447021484375, 0.06364364624023437, 0.06336307144165039, 0.06364876937866211, 0.06390579223632813, 0.06314495849609375, 0.06326988983154297, 0.06313164901733398, 0.06321459197998047, 0.06316339111328124, 0.06326374435424804, 0.06315315246582032, 0.06323404693603515, 0.06312448120117188, 0.06321561431884766, 0.0632535057067871, 0.06331903839111327, 0.06370304107666015, 0.0635750389099121, 0.06350438308715821, 0.06362828826904297, 0.0632535057067871, 0.06322175979614258, 0.06316748809814453, 0.06310604858398437, 0.06335590362548828, 0.06353612899780274, 0.06324428939819336, 0.0632883186340332, 0.0631357421875, 0.06332928085327148, 0.063246337890625, 0.06368767929077149, 0.06343270492553711, 0.14042521667480468, 0.06314188766479492, 0.06316543960571289, 0.0630835189819336, 0.06318694305419922, 0.06313779067993164, 0.06305177688598633, 0.06309990310668945, 0.0637624626159668, 0.06385763168334961, 0.06350643157958985, 0.06317567825317383, 0.06406348419189453, 0.06336716842651367, 0.06314291381835938, 0.06317977523803711, 0.06332620620727539, 0.06404608154296874, 0.06318284988403321, 0.06315827178955079, 0.06305075073242188, 0.06310297775268554, 0.06313683319091797, 0.06317766571044922, 0.06309683227539062, 0.06310297775268554, 0.06307635116577148, 0.06321356964111328, 0.0632279052734375, 0.0641812515258789, 0.06391193771362305, 0.06332313537597656, 0.06311219024658203, 0.06329548645019531, 0.06318796920776368, 0.06323507308959961, 0.06313683319091797, 0.0632237434387207, 0.06314495849609375, 0.06323814392089844, 0.06305996704101563, 0.0633098258972168, 0.06389043045043945, 0.0633098258972168, 0.06320844650268555, 0.06319308853149413, 0.06318182373046875, 0.06331187057495118, 0.06311628723144531, 0.06313983917236328, 0.0631275520324707, 0.06321971130371094, 0.06315827178955079, 0.06313983917236328, 0.0632207374572754, 0.06329036712646484, 0.06319513702392578, 0.06322995376586914, 0.06317055892944336, 0.06315520095825196, 0.063246337890625, 0.06328319931030274, 0.06318080139160157, 0.14024908447265624, 0.06309791946411134, 0.0630711669921875, 0.06306918334960937, 0.06312550354003907, 0.06315929412841798, 0.0630937614440918, 0.0632740478515625, 0.06310291290283203, 0.06318694305419922, 0.06304256057739258, 0.06318182373046875, 0.06312652969360352, 0.06321868896484376, 0.06311014556884766, 0.0631982078552246, 0.06304767990112305, 0.06315929412841798, 0.06305791854858399, 0.06316543960571289, 0.06378905487060547, 0.0639918098449707, 0.0634521598815918, 0.0631613426208496, 0.06317567825317383, 0.06324428939819336, 0.06438706970214844, 0.063351806640625, 0.06333747100830078, 0.06331596755981446, 0.06315212631225586, 0.06333542251586914, 0.06306918334960937, 0.06342758560180664, 0.06373785781860351, 0.06341324615478515, 0.06342041778564453, 0.06324736022949219, 0.06316748809814453, 0.06318899154663087, 0.06312448120117188, 0.06332723236083984, 0.06314291381835938, 0.06339276885986328, 0.06398054504394532, 0.06373171234130859, 0.06330060958862305, 0.06334259033203125, 0.06320127868652343, 0.06324428939819336, 0.06318899154663087, 0.06335385513305664, 0.06316646575927734, 0.0633098258972168, 0.0632207374572754, 0.06329241561889648, 0.06320435333251953, 0.06326476669311523, 0.06313164901733398, 0.0633804817199707, 0.06336102294921875, 0.06353817749023437, 0.06428876495361328]",tokens/s,15.49986437243042,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5067.636736,5954.338816,0.0,5307.891712,5047.542272,s,10,3.4323795471191403,0.34323795471191404,0.00048827040489550147,0.3433291473388672,0.34376642456054685,0.34387233276367185,0.3439570593261719,"[0.34300979614257815, 0.34262857055664064, 0.34346331787109374, 0.34354571533203127, 0.34363656616210936, 0.34266415405273437, 0.34397824096679686, 0.34251531982421873, 0.34374288940429687, 0.34319497680664063]",tokens/s,745.8382631806134,kWh,4.0470568118272e-06,2.2176103339916154e-06,1.9958756707734912e-05,2.6223423853553725e-05,tokens/kWh,9762264.509380898,MB,5067.636736,5956.435968,0.0,5309.988864,5098.334208,s,10,188.4459453125,18.844594531250003,0.000986841295957757,18.8447451171875,18.845630078125,18.8459078125,18.84613,"[18.845328125, 18.843513671875, 18.843123046875, 18.843962890625, 18.8434375, 18.8453359375, 18.844580078125, 18.84491015625, 18.845568359375, 18.846185546875]",tokens/s,3.3431337509293213,kWh,0.000222482685468815,0.00012193904832238328,0.0010750333692852647,0.0014194551030764628,tokens/kWh,44383.22836943321,,s,629,191.23617190551752,0.30403206980209474,0.04079414021479381,0.2991022033691406,0.2992777221679687,0.299380126953125,0.6420626220703125,"[0.2995671081542969, 0.2989332580566406, 0.2989557800292969, 0.2990223388671875, 0.29910324096679686, 0.2990162048339844, 0.2989967346191406, 0.2990715026855469, 0.29976065063476565, 0.29905307006835935, 0.299109375, 0.29900799560546876, 0.2995210266113281, 0.2990540771484375, 0.299109375, 0.2990162048339844, 0.29891070556640625, 0.29890765380859374, 0.2993131408691406, 0.29908990478515624, 0.2989967346191406, 0.2990448608398438, 0.29937152099609377, 0.2990192565917969, 0.29921075439453126, 0.29905511474609375, 0.2990469055175781, 0.29901824951171874, 0.29900698852539065, 0.2991349792480469, 0.29893734741210937, 0.2990162048339844, 0.2990223388671875, 0.29918310546875, 0.2991749267578125, 0.29907354736328123, 0.2990458984375, 0.2990807189941406, 0.2992537536621094, 0.29905511474609375, 0.29910528564453126, 0.2991902770996094, 0.29912472534179685, 0.2991769714355469, 0.29928549194335935, 0.29916876220703126, 0.29912371826171874, 0.2990745544433594, 0.299061279296875, 0.2990888671875, 0.29916159057617187, 0.2990950317382812, 0.299109375, 0.2991073303222656, 0.2991851501464844, 0.2991708068847656, 0.29912576293945314, 0.2992127990722656, 0.29917593383789065, 0.29935308837890623, 0.29931417846679687, 0.29923123168945315, 0.6421053466796875, 0.2988984375, 0.29912371826171874, 0.2989240417480469, 0.2988410949707031, 0.2988554382324219, 0.29901412963867186, 0.299104248046875, 0.29892913818359373, 0.2989690856933594, 0.29887387084960937, 0.298956787109375, 0.29899365234375, 0.2990878601074219, 0.29906124877929685, 0.299030517578125, 0.2991513671875, 0.2989742126464844, 0.29914727783203127, 0.29903359985351563, 0.29900286865234377, 0.2990387268066406, 0.2991329345703125, 0.2989742126464844, 0.29904281616210937, 0.2989813842773438, 0.29913088989257813, 0.29914111328125, 0.2990909423828125, 0.29912677001953125, 0.29905612182617186, 0.2990448608398438, 0.2990315551757812, 0.29912371826171874, 0.2989854736328125, 0.2990592041015625, 0.29906942749023435, 0.2989537353515625, 0.29910629272460937, 0.29900799560546876, 0.29908377075195314, 0.2993008728027344, 0.29918719482421874, 0.29916775512695315, 0.29908377075195314, 0.29916775512695315, 0.29922201538085935, 0.2990929870605469, 0.299261962890625, 0.2989619140625, 0.2993121337890625, 0.29969100952148436, 0.2992056274414063, 0.29919540405273437, 0.29918206787109375, 0.2991441955566406, 0.2991749267578125, 0.299177978515625, 0.2993008728027344, 0.2992701416015625, 0.29937152099609377, 0.29927935791015625, 0.2991646728515625, 0.6426142578125, 0.298935302734375, 0.2990387268066406, 0.2990909423828125, 0.2989056091308594, 0.29897830200195313, 0.2988984375, 0.2990858154296875, 0.2988769226074219, 0.2989690856933594, 0.29888101196289063, 0.29904177856445313, 0.2989834289550781, 0.29909811401367187, 0.29904998779296876, 0.29913088989257813, 0.2990315551757812, 0.2989383544921875, 0.2991421508789063, 0.2991912841796875, 0.29896600341796875, 0.29906842041015624, 0.298998779296875, 0.29906942749023435, 0.29893939208984377, 0.29915341186523436, 0.29893121337890627, 0.2990878601074219, 0.2988963928222656, 0.2990950317382812, 0.29900390625, 0.29905612182617186, 0.2990878601074219, 0.29924453735351564, 0.29900390625, 0.298925048828125, 0.2989803466796875, 0.29914727783203127, 0.2991441955566406, 0.29915545654296877, 0.2991697998046875, 0.29916775512695315, 0.2991298522949219, 0.29921075439453126, 0.2991329345703125, 0.29903973388671873, 0.29923635864257814, 0.29909197998046877, 0.2995701904296875, 0.2990745544433594, 0.29925070190429687, 0.29932440185546877, 0.2994759826660156, 0.29927218627929686, 0.299219970703125, 0.29913702392578123, 0.2991421508789063, 0.29938177490234374, 0.2992404479980469, 0.299146240234375, 0.29913088989257813, 0.29912884521484373, 0.29908172607421873, 0.6427955322265625, 0.2988380126953125, 0.29899468994140627, 0.29905816650390626, 0.2989322204589844, 0.2990950317382812, 0.29887591552734377, 0.29903359985351563, 0.29886669921875, 0.29894451904296876, 0.298935302734375, 0.29905511474609375, 0.298903564453125, 0.299040771484375, 0.29913189697265624, 0.2990602111816406, 0.2990325622558594, 0.29894757080078127, 0.29899777221679685, 0.29923019409179685, 0.29894757080078127, 0.29910629272460937, 0.29928857421875, 0.29942681884765626, 0.2991175537109375, 0.299082763671875, 0.2993438720703125, 0.29921588134765625, 0.29901312255859375, 0.299472900390625, 0.29896395874023435, 0.29901516723632815, 0.29911141967773436, 0.2992486267089844, 0.2990223388671875, 0.29911141967773436, 0.29921484375, 0.29914520263671873, 0.2990929870605469, 0.29911346435546876, 0.29921075439453126, 0.2991697998046875, 0.29918719482421874, 0.2990745544433594, 0.2990663757324219, 0.29914520263671873, 0.2990960693359375, 0.29916058349609376, 0.29912472534179685, 0.29911962890625, 0.29925784301757813, 0.29921588134765625, 0.29918719482421874, 0.29902029418945314, 0.29905307006835935, 0.2990909423828125, 0.2991769714355469, 0.2992261047363281, 0.29937765502929686, 0.2991749267578125, 0.2991800231933594, 0.2990868530273437, 0.29933670043945315, 0.6428313598632812, 0.2993582153320313, 0.29901516723632815, 0.2991769714355469, 0.2989690856933594, 0.2989834289550781, 0.2989854736328125, 0.2989537353515625, 0.29893121337890627, 0.29903564453125, 0.2991441955566406, 0.2989906005859375, 0.2990571594238281, 0.2990295104980469, 0.298919921875, 0.29927423095703126, 0.29909197998046877, 0.29910015869140627, 0.2989260864257812, 0.2991984558105469, 0.29919232177734373, 0.2990110778808594, 0.2990120849609375, 0.2991964111328125, 0.2992414855957031, 0.2988717956542969, 0.2990673828125, 0.29917388916015625, 0.29899468994140627, 0.29915853881835935, 0.29908990478515624, 0.2990458984375, 0.2990366821289063, 0.29912472534179685, 0.2990295104980469, 0.2990243835449219, 0.299082763671875, 0.29906942749023435, 0.29905307006835935, 0.29905612182617186, 0.29910833740234377, 0.2990868530273437, 0.29914520263671873, 0.299109375, 0.29907763671875, 0.2991851501464844, 0.29910833740234377, 0.29907763671875, 0.2990909423828125, 0.2991482849121094, 0.299399169921875, 0.29915240478515626, 0.29914212036132815, 0.29911859130859375, 0.2991523742675781, 0.29915341186523436, 0.29911962890625, 0.2990715026855469, 0.2992179260253906, 0.2994176025390625, 0.2992680969238281, 0.2991011962890625, 0.2991575012207031, 0.6419527587890625, 0.29895269775390626, 0.29895782470703125, 0.2991626281738281, 0.29960601806640624, 0.2990438537597656, 0.2988912658691406, 0.29905099487304687, 0.2989742126464844, 0.2992076721191406, 0.299104248046875, 0.29909811401367187, 0.2988840942382813, 0.299114501953125, 0.2989219970703125, 0.29906124877929685, 0.2989906005859375, 0.2991278076171875, 0.2990848083496094, 0.2991226806640625, 0.29885952758789064, 0.2991206359863281, 0.2990315551757812, 0.2990325622558594, 0.2990643310546875, 0.299082763671875, 0.29917593383789065, 0.29901412963867186, 0.2991011962890625, 0.29909912109375, 0.2991206359863281, 0.299030517578125, 0.29902130126953125, 0.2991994934082031, 0.29918206787109375, 0.2990592041015625, 0.2989906005859375, 0.2991226806640625, 0.299156494140625, 0.29920870971679686, 0.2990950317382812, 0.2991298522949219, 0.29918106079101564, 0.2991216735839844, 0.2989168701171875, 0.2990592041015625, 0.2990653381347656, 0.29903973388671873, 0.29919232177734373, 0.2990807189941406, 0.2991513671875, 0.2993039245605469, 0.2991728515625, 0.29925784301757813, 0.2992261047363281, 0.29921484375, 0.29934490966796873, 0.29938482666015626, 0.29939712524414064, 0.2992824401855469, 0.2998896789550781, 0.29921588134765625, 0.2993233947753906, 0.64334130859375, 0.29923019409179685, 0.2991206359863281, 0.299082763671875, 0.29902542114257813, 0.29899365234375, 0.2990960693359375, 0.29924453735351564, 0.2990448608398438, 0.29908172607421873, 0.29901824951171874, 0.29904998779296876, 0.298967041015625, 0.29910015869140627, 0.2989404296875, 0.2989742126464844, 0.29897012329101563, 0.2990848083496094, 0.29909707641601563, 0.299030517578125, 0.298998779296875, 0.29902029418945314, 0.29907354736328123, 0.29908172607421873, 0.2989875183105469, 0.298998779296875, 0.29901824951171874, 0.2990960693359375, 0.2989967346191406, 0.2990295104980469, 0.2991595458984375, 0.2995118103027344, 0.2993684387207031, 0.29906942749023435, 0.29918923950195314, 0.299104248046875, 0.2993070068359375, 0.29917901611328124, 0.2990950317382812, 0.29909811401367187, 0.2991493225097656, 0.2991974487304688, 0.2990489501953125, 0.2992056274414063, 0.2990796813964844, 0.2991964111328125, 0.2990807189941406, 0.29902542114257813, 0.2990858154296875, 0.29915545654296877, 0.2991216735839844, 0.2991503295898438, 0.29911346435546876, 0.29918719482421874, 0.2990653381347656, 0.2991708068847656, 0.2992547912597656, 0.2992435302734375, 0.2993602600097656, 0.29922918701171874, 0.2991728515625, 0.29920254516601563, 0.2992015380859375, 0.6418012084960938, 0.2991349792480469, 0.29889434814453125, 0.29896295166015624, 0.29901516723632815, 0.29908990478515624, 0.2990458984375, 0.2989803466796875, 0.2989537353515625, 0.298956787109375, 0.29917593383789065, 0.2989956970214844, 0.29910015869140627, 0.29907659912109374, 0.2990540771484375, 0.29910324096679686, 0.298956787109375, 0.2991964111328125, 0.2990489501953125, 0.2991544189453125, 0.2989342651367187, 0.29900286865234377, 0.2990376892089844, 0.29903564453125, 0.29907763671875, 0.29900390625, 0.2990120849609375, 0.29911962890625, 0.29990194702148437, 0.29911141967773436, 0.2991841430664062, 0.2991912841796875, 0.29942169189453127, 0.29902334594726565, 0.2992752685546875, 0.2991329345703125, 0.2989834289550781, 0.29915545654296877, 0.2990858154296875, 0.29927117919921875, 0.29918206787109375, 0.29913906860351563, 0.2991155090332031, 0.29912677001953125, 0.2991073303222656, 0.2992117614746094, 0.29907659912109374, 0.29912576293945314, 0.299040771484375, 0.2991349792480469, 0.299109375, 0.2991441955566406, 0.2991912841796875, 0.29917388916015625, 0.29917388916015625, 0.2992650146484375, 0.2991380615234375, 0.29926705932617187, 0.2992127990722656, 0.2992332763671875, 0.29924249267578124, 0.2991441955566406, 0.29926092529296877, 0.6430504760742187, 0.2989834289550781, 0.29909811401367187, 0.2994985046386719, 0.2990489501953125, 0.298977294921875, 0.29900286865234377, 0.29916058349609376, 0.2991421508789063, 0.29897830200195313, 0.298919921875, 0.2990295104980469, 0.2990366821289063, 0.29935617065429687, 0.299404296875, 0.2989803466796875, 0.29897625732421873, 0.29904794311523436, 0.2991646728515625, 0.29921383666992185, 0.2990223388671875, 0.299072509765625, 0.29908990478515624, 0.29908990478515624, 0.29904998779296876, 0.29908377075195314, 0.2990643310546875, 0.299283447265625, 0.29897830200195313, 0.29912371826171874, 0.2990192565917969, 0.29912677001953125, 0.299040771484375, 0.29923019409179685, 0.2990571594238281, 0.29902642822265624, 0.2989854736328125, 0.29928448486328124, 0.2991708068847656, 0.2990325622558594, 0.29913702392578123, 0.29911654663085935, 0.2992414855957031, 0.299104248046875, 0.2991493225097656, 0.2990100402832031, 0.2993510437011719, 0.29903973388671873, 0.29935308837890623, 0.29907046508789065, 0.29934695434570313, 0.29927731323242185, 0.299261962890625, 0.29923019409179685, 0.2991708068847656, 0.2992281494140625, 0.299177978515625, 0.29919436645507813, 0.299261962890625, 0.29917593383789065, 0.2992384033203125, 0.2992486267089844, 0.2990745544433594, 0.6430740356445312, 0.29913906860351563, 0.2991749267578125, 0.29905511474609375, 0.2995701904296875, 0.29907046508789065, 0.29899777221679685, 0.2992384033203125, 0.29895782470703125, 0.29899777221679685, 0.2990120849609375, 0.29908990478515624, 0.299114501953125, 0.29909811401367187, 0.29896295166015624, 0.2990878601074219, 0.2992056274414063, 0.2990807189941406, 0.29908172607421873, 0.29921075439453126, 0.2990643310546875, 0.2990796813964844, 0.2988984375, 0.29907659912109374, 0.2990366821289063, 0.2989609069824219, 0.29907559204101564, 0.29899365234375, 0.2989875183105469, 0.2994810791015625, 0.2991155090332031, 0.29918106079101564, 0.29911041259765625, 0.2991493225097656, 0.298998779296875, 0.29911859130859375, 0.2991513671875, 0.2991329345703125, 0.2992261047363281, 0.2991902770996094, 0.299114501953125, 0.29907354736328123, 0.2991902770996094, 0.2991994934082031, 0.2991011962890625, 0.2990940246582031, 0.29914727783203127, 0.2992117614746094, 0.2990940246582031, 0.2996756591796875, 0.2992486267089844, 0.2991349792480469, 0.2990848083496094, 0.29916363525390627, 0.29900698852539065, 0.2991022033691406, 0.29899981689453126, 0.29923941040039065, 0.29935000610351564, 0.29913088989257813, 0.29920254516601563, 0.29925784301757813, 0.299298828125]",tokens/s,3.2891267051233624,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-7b,google/recurrentgemma-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947039-09ca4bed080851a13b20337e;13324bcd-8803-4729-8442-69aef6d1f9d6) Repository Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: google/recurrentgemma-7b is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",mixtral,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,t,t,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/t/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694755d-1ef7174038a24a9f6ab8893e;eb632e8d-1aa6-4c94-b293-f33f3f662ae0) Repository Not Found for url: https://huggingface.co/t/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: t is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-72B,Qwen/Qwen-72B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-30b,facebook/opt-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5973.803008,19264.96256,0.0,18618.515456,17568.553472,s,10,13.764811645507814,1.3764811645507813,0.001327413125888578,1.376216796875,1.3781920288085936,1.3785694641113282,1.3788714123535157,"[1.378108154296875, 1.375315185546875, 1.3762257080078124, 1.374851318359375, 1.375881591796875, 1.3749698486328126, 1.37638037109375, 1.3779246826171876, 1.3762078857421876, 1.3789468994140626]",tokens/s,185.9814769667018,kWh,1.6243987331787745e-05,8.898315801125137e-06,8.036286984580698e-05,0.00010550517297871988,tokens/kWh,2426421.3097080514,MB,5975.719936,19264.96256,0.0,18618.515456,18062.69184,s,10,779.3970234374999,77.93970234375,0.0028495657606752507,77.93985546875001,77.9430640625,77.94342265625,77.94370953125,"[77.9409140625, 77.9346953125, 77.937578125, 77.942984375, 77.938890625, 77.9359921875, 77.9424765625, 77.9393203125, 77.940390625, 77.94378125]",tokens/s,0.8083171747582634,kWh,0.0009201841677228612,0.0005043456164050985,0.004524914175483985,0.005949443959611946,tokens/kWh,10589.224880119586,,s,629,790.5438060302736,1.2568264006840595,0.1635104230123993,1.2371025390625,1.237776806640625,1.2379893798828125,2.6134756835937503,"[1.2367606201171875, 1.2376708984375, 1.237065673828125, 1.23725, 1.2368609619140625, 1.2371405029296876, 1.2371414794921876, 1.2366151123046876, 1.2365240478515624, 1.237211181640625, 1.23658447265625, 1.2366192626953125, 1.236569091796875, 1.236875244140625, 1.2370166015625, 1.2370350341796874, 1.236931640625, 1.236906005859375, 1.236474853515625, 1.2366806640625, 1.2369100341796875, 1.2370677490234374, 1.23681689453125, 1.23732275390625, 1.236684814453125, 1.2372900390625, 1.2366171875, 1.2371927490234376, 1.2366510009765626, 1.2372684326171874, 1.2374835205078125, 1.23696435546875, 1.2364912109375, 1.237191650390625, 1.2364984130859376, 1.237073974609375, 1.2373944091796876, 1.2373626708984375, 1.237875732421875, 1.23688134765625, 1.236832275390625, 1.2374559326171874, 1.2373258056640626, 1.236926513671875, 1.2370728759765626, 1.2379873046875, 1.2379207763671876, 1.2375152587890625, 1.23709130859375, 1.2377569580078125, 1.236864013671875, 1.237607421875, 1.2374425048828126, 1.2379678955078126, 1.2379033203125, 1.2376258544921874, 1.23705859375, 1.2373974609375, 1.2373822021484375, 1.237507080078125, 1.2370135498046875, 1.2377159423828126, 2.613506103515625, 1.236341796875, 1.236849609375, 1.2366234130859375, 1.236974609375, 1.2360919189453126, 1.2370462646484375, 1.236895751953125, 1.2368824462890624, 1.236389892578125, 1.2366663818359376, 1.2363857421875, 1.23653125, 1.236705322265625, 1.236885498046875, 1.2374056396484374, 1.237142578125, 1.23641748046875, 1.2367513427734376, 1.236789306640625, 1.2368516845703126, 1.236474853515625, 1.2371783447265625, 1.23683740234375, 1.2371097412109375, 1.236421630859375, 1.236869140625, 1.2365987548828126, 1.236812744140625, 1.236485107421875, 1.2369510498046874, 1.2370166015625, 1.2369193115234376, 1.2370390625, 1.23690185546875, 1.2368834228515626, 1.2370155029296874, 1.2366920166015625, 1.2377425537109374, 1.23706982421875, 1.236974609375, 1.23688134765625, 1.2372684326171874, 1.2375111083984376, 1.237116943359375, 1.2371190185546874, 1.2380927734375, 1.2379893798828125, 1.238223876953125, 1.23706884765625, 1.2373780517578126, 1.2374508056640625, 1.2376309814453126, 1.2368199462890626, 1.2375941162109374, 1.2376524658203125, 1.2381951904296875, 1.237170166015625, 1.2375367431640625, 1.2373145751953125, 1.237518310546875, 1.2375838623046875, 1.237728271484375, 2.6133974609375, 1.2363837890625, 1.23717431640625, 1.2368896484375, 1.23714453125, 1.2369674072265624, 1.236832275390625, 1.2367083740234375, 1.23653125, 1.2361348876953124, 1.236369384765625, 1.2363714599609374, 1.236632568359375, 1.23658447265625, 1.2369193115234376, 1.2376319580078126, 1.237611572265625, 1.2364052734375, 1.23690185546875, 1.23671142578125, 1.2368670654296876, 1.2370616455078125, 1.23717626953125, 1.2370155029296874, 1.2378153076171876, 1.236495361328125, 1.236790283203125, 1.236931640625, 1.237142578125, 1.2369111328125, 1.237053466796875, 1.2369786376953125, 1.2376083984375, 1.2366622314453124, 1.236947998046875, 1.236864990234375, 1.2371824951171875, 1.23664794921875, 1.2370677490234374, 1.236989990234375, 1.2376790771484374, 1.2367288818359374, 1.2368302001953124, 1.2374559326171874, 1.2372091064453126, 1.2370452880859375, 1.2375162353515625, 1.23719677734375, 1.2379156494140624, 1.23725, 1.237349365234375, 1.2372786865234375, 1.237375, 1.236849609375, 1.2374989013671875, 1.237375, 1.2379893798828125, 1.237671875, 1.237760009765625, 1.2372674560546875, 1.2376002197265625, 1.237402587890625, 1.2378009033203126, 2.6137568359375, 1.236317138671875, 1.2374671630859375, 1.236806640625, 1.236738037109375, 1.236390869140625, 1.2368045654296875, 1.2368619384765625, 1.236869140625, 1.2368096923828125, 1.23662744140625, 1.2368343505859376, 1.236895751953125, 1.2363765869140626, 1.2365404052734374, 1.2368721923828125, 1.237380126953125, 1.2364830322265625, 1.237185546875, 1.2365557861328125, 1.2368609619140625, 1.236430908203125, 1.23673291015625, 1.2368997802734376, 1.23765966796875, 1.2365966796875, 1.2370401611328126, 1.236568115234375, 1.2369500732421874, 1.23677392578125, 1.23688037109375, 1.236665283203125, 1.23742919921875, 1.23713330078125, 1.2373770751953126, 1.2368096923828125, 1.2377620849609374, 1.2368250732421875, 1.23698583984375, 1.236886474609375, 1.237611572265625, 1.2376627197265626, 1.237401611328125, 1.2375418701171874, 1.2374989013671875, 1.2372919921875, 1.237843994140625, 1.2377938232421875, 1.2384154052734375, 1.237966796875, 1.2379259033203125, 1.237137451171875, 1.2377056884765625, 1.237317626953125, 1.2376883544921875, 1.23730224609375, 1.2387113037109374, 1.237550048828125, 1.2379791259765625, 1.2372572021484376, 1.2381470947265625, 1.23768017578125, 1.2379013671875, 2.61410400390625, 1.2372264404296875, 1.2373934326171876, 1.2363397216796874, 1.237169189453125, 1.2362587890625, 1.236411376953125, 1.236200439453125, 1.2367718505859375, 1.2366448974609374, 1.23652197265625, 1.23621484375, 1.2366673583984376, 1.2362086181640626, 1.23631201171875, 1.2362967529296875, 1.2367821044921874, 1.2369818115234374, 1.2368302001953124, 1.2363826904296875, 1.2368763427734375, 1.236641845703125, 1.236974609375, 1.23677392578125, 1.2370677490234374, 1.2374354248046875, 1.2374671630859375, 1.2369520263671876, 1.2378951416015624, 1.2371036376953124, 1.2372510986328125, 1.237012451171875, 1.237529541015625, 1.237465087890625, 1.2370810546875, 1.23631005859375, 1.2373822021484375, 1.2368568115234375, 1.23721728515625, 1.2370360107421876, 1.2371507568359374, 1.2377835693359376, 1.237147705078125, 1.2372889404296874, 1.2375880126953125, 1.2371036376953124, 1.2374046630859374, 1.2372275390625, 1.2372930908203126, 1.237923828125, 1.2379637451171874, 1.2370452880859375, 1.23730126953125, 1.237537841796875, 1.237581787109375, 1.237350341796875, 1.238197265625, 1.2378143310546874, 1.2375931396484374, 1.2373155517578125, 1.2374814453125, 1.2378839111328126, 1.2377733154296875, 2.61226806640625, 1.23715478515625, 1.2368629150390624, 1.2361553955078124, 1.236485107421875, 1.2365445556640624, 1.236169677734375, 1.2363243408203124, 1.2363387451171874, 1.2371015625, 1.236989990234375, 1.2368189697265626, 1.2369869384765626, 1.23685791015625, 1.2369244384765625, 1.2368516845703126, 1.23702880859375, 1.23713232421875, 1.237085205078125, 1.236707275390625, 1.2367728271484375, 1.2369244384765625, 1.2372900390625, 1.2366868896484375, 1.236780029296875, 1.2371824951171875, 1.237033935546875, 1.2364359130859375, 1.2369613037109375, 1.2369664306640624, 1.2372244873046876, 1.2364974365234376, 1.2366878662109375, 1.2367401123046875, 1.2373668212890625, 1.2365250244140624, 1.2371865234375, 1.2367718505859375, 1.2372030029296874, 1.2374200439453125, 1.2371302490234375, 1.2374312744140625, 1.2373739013671874, 1.237755859375, 1.2371220703125, 1.2371025390625, 1.2376146240234376, 1.2373052978515624, 1.2371025390625, 1.2371732177734376, 1.237697509765625, 1.2372049560546876, 1.2373248291015626, 1.237353515625, 1.237549072265625, 1.2371998291015625, 1.2376903076171875, 1.23741796875, 1.238488037109375, 1.2375633544921876, 1.2376268310546874, 1.2375511474609375, 1.2377845458984376, 2.61370263671875, 1.2365609130859374, 1.2380313720703124, 1.23678515625, 1.2373514404296875, 1.2370103759765625, 1.236430908203125, 1.2364697265625, 1.237123046875, 1.2366663818359376, 1.23774560546875, 1.2367401123046875, 1.236633544921875, 1.236717529296875, 1.2366029052734375, 1.23637353515625, 1.2365987548828126, 1.2364727783203124, 1.2381522216796874, 1.236622314453125, 1.2371629638671875, 1.2370186767578124, 1.2370555419921876, 1.2365966796875, 1.236696044921875, 1.236633544921875, 1.238134765625, 1.2366787109375, 1.2369039306640626, 1.236748291015625, 1.236989990234375, 1.236938720703125, 1.2369090576171875, 1.236737060546875, 1.237718017578125, 1.2365814208984376, 1.2374671630859375, 1.2374375, 1.2376986083984376, 1.237285888671875, 1.2375255126953124, 1.237338134765625, 1.23793310546875, 1.237728271484375, 1.2376309814453126, 1.2371148681640625, 1.237612548828125, 1.237233642578125, 1.237422119140625, 1.2375152587890625, 1.2381429443359375, 1.2372684326171874, 1.237602294921875, 1.237011474609375, 1.23782763671875, 1.2370513916015624, 1.23801806640625, 1.2371527099609374, 1.2380477294921874, 1.2370882568359376, 1.2372664794921875, 1.237063720703125, 1.238118408203125, 2.614879150390625, 1.2363673095703125, 1.23759716796875, 1.2363919677734374, 1.2372940673828126, 1.2367135009765624, 1.236633544921875, 1.2366796875, 1.23647998046875, 1.2362393798828124, 1.23711181640625, 1.2367349853515626, 1.2370206298828126, 1.2367257080078125, 1.23696435546875, 1.2363878173828124, 1.2367606201171875, 1.2370257568359375, 1.2374783935546876, 1.2374630126953126, 1.2371650390625, 1.23696435546875, 1.2373780517578126, 1.2368660888671874, 1.2368773193359375, 1.23657421875, 1.2372919921875, 1.2372919921875, 1.236737060546875, 1.23643701171875, 1.2372347412109375, 1.23687939453125, 1.2371251220703126, 1.2371650390625, 1.2372305908203125, 1.2373974609375, 1.2369970703125, 1.2367349853515626, 1.2374251708984374, 1.2368782958984375, 1.2368885498046875, 1.237179443359375, 1.2372520751953124, 1.2381337890625, 1.2374139404296876, 1.2373360595703125, 1.237782470703125, 1.23709130859375, 1.237265380859375, 1.23700537109375, 1.2374466552734376, 1.238012939453125, 1.2375787353515626, 1.237275634765625, 1.2383519287109375, 1.2373125, 1.237433349609375, 1.23719677734375, 1.237496826171875, 1.2381429443359375, 1.2373974609375, 1.2369346923828124, 1.2377333984375, 2.613609375, 1.2363919677734374, 1.2372193603515624, 1.237328857421875, 1.236917236328125, 1.2363653564453125, 1.2367196044921875, 1.23660693359375, 1.2365966796875, 1.23666845703125, 1.2369500732421874, 1.2372828369140625, 1.2364451904296876, 1.2364052734375, 1.2372254638671876, 1.2364769287109374, 1.2369613037109375, 1.23641650390625, 1.2372613525390626, 1.237707763671875, 1.237037109375, 1.2366551513671875, 1.23696533203125, 1.2372347412109375, 1.237011474609375, 1.2367257080078125, 1.2374200439453125, 1.2375142822265626, 1.237591064453125, 1.236990966796875, 1.237476318359375, 1.2368138427734374, 1.237253173828125, 1.23672265625, 1.2372142333984375, 1.23755419921875, 1.2379114990234374, 1.23656396484375, 1.2367708740234375, 1.2374107666015626, 1.2372889404296874, 1.2366162109375, 1.2368701171875, 1.2378162841796876, 1.23754296875, 1.237097412109375, 1.237643310546875, 1.23761767578125, 1.237318603515625, 1.2370994873046874, 1.2373626708984375, 1.237655517578125, 1.23761767578125, 1.236926513671875, 1.237738525390625, 1.2373544921875, 1.2377845458984376, 1.2376002197265625, 1.237411865234375, 1.237439453125, 1.238235107421875, 1.2371097412109375, 1.23717529296875, 2.616292236328125, 1.2365885009765625, 1.2370390625, 1.236869140625, 1.2375101318359376, 1.2363990478515625, 1.2365537109375, 1.237286865234375, 1.2367615966796874, 1.236454345703125, 1.2369725341796876, 1.23693359375, 1.2370626220703125, 1.23641552734375, 1.2365618896484376, 1.2369407958984375, 1.236926513671875, 1.23671240234375, 1.23688037109375, 1.2369295654296875, 1.2378839111328126, 1.2366971435546874, 1.2370513916015624, 1.2370626220703125, 1.2373033447265624, 1.2370166015625, 1.237170166015625, 1.2369132080078125, 1.237812255859375, 1.2365916748046875, 1.236726806640625, 1.23699609375, 1.2369755859375, 1.2365772705078124, 1.2371640625, 1.2367574462890625, 1.2377313232421876, 1.23700634765625, 1.23713232421875, 1.2371876220703124, 1.2368026123046876, 1.2367646484375, 1.2370831298828124, 1.2375040283203125, 1.2383662109375, 1.2375869140625, 1.23751318359375, 1.2376995849609376, 1.2376678466796875, 1.23757470703125, 1.237708740234375, 1.2371988525390625, 1.2380794677734375, 1.23711279296875, 1.2376207275390625, 1.23732275390625, 1.237775390625, 1.237570556640625, 1.237433349609375, 1.237022705078125, 1.2378848876953126, 1.2375521240234375, 1.2373790283203125]",tokens/s,0.7956548330427534,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2_moe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.3b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1607.196672,2168.979456,0.0,1522.532352,1394.863616,s,10,0.7282267150878907,0.07282267150878907,0.0017089927532086026,0.07229098892211915,0.07303658523559571,0.07548561973571777,0.07744484733581543,"[0.07793465423583984, 0.0723458251953125, 0.0724923553466797, 0.07212419128417968, 0.07212662506103516, 0.07225939178466798, 0.07227756500244141, 0.0720098876953125, 0.07230441284179688, 0.072351806640625]",tokens/s,3515.388747707546,kWh,8.554734390893048e-07,4.6875947191569027e-07,3.904683379539425e-06,5.22891629054442e-06,tokens/kWh,48958519.46663044,MB,1607.196672,2168.979456,0.0,1522.532352,1491.576832,s,10,39.599767578125,3.9599767578124996,0.006163013383283828,3.958223876953125,3.9623442871093753,3.9700854736328126,3.9762784228515624,"[3.97782666015625, 3.9576337890625, 3.958223388671875, 3.95967529296875, 3.95561083984375, 3.958224365234375, 3.95785595703125, 3.9606240234375, 3.959087890625, 3.95500537109375]",tokens/s,15.909184283900027,kWh,4.6690666483317634e-05,2.5586671448889828e-05,0.0002105555992996625,0.0002828329372318699,tokens/kWh,222746.33434348498,,s,629,40.18547611236572,0.06388787935193278,0.008636283457075586,0.06277836990356446,0.06315275421142579,0.06335221633911133,0.1353009619140625,"[0.06477005004882813, 0.06407065582275391, 0.06526464080810547, 0.06433689880371093, 0.0650403823852539, 0.06385152053833008, 0.0640716781616211, 0.0636313591003418, 0.06321871948242187, 0.06312547302246094, 0.06312960052490234, 0.06276812744140625, 0.06283059310913086, 0.06266777420043945, 0.06276422500610351, 0.06271673583984375, 0.06285619354248047, 0.06281932830810547, 0.06274457550048829, 0.06271692657470704, 0.06273126220703125, 0.06308863830566407, 0.06280294418334961, 0.06303846359252929, 0.06263808059692383, 0.0626431999206543, 0.06272716903686523, 0.06262179183959961, 0.06278441619873047, 0.06275993728637695, 0.06275379180908203, 0.06278144073486328, 0.06274867248535156, 0.06271078491210938, 0.06298112106323242, 0.06411878204345703, 0.06343065643310547, 0.0631992301940918, 0.06332620620727539, 0.0631838722229004, 0.06279884719848633, 0.06292684936523438, 0.06266368103027344, 0.06281318283081054, 0.06274764633178712, 0.0627435531616211, 0.06275276947021484, 0.06272204971313476, 0.06274662399291993, 0.06278972625732422, 0.06264720153808594, 0.06385663986206054, 0.06371532821655274, 0.0632360954284668, 0.06274560165405274, 0.0630835189819336, 0.0630374412536621, 0.06274457550048829, 0.06287564849853515, 0.0630835189819336, 0.0629381103515625, 0.06280505752563477, 0.13549664306640624, 0.06273638534545899, 0.06317772674560547, 0.06357299041748046, 0.06288179016113281, 0.062635009765625, 0.06257868957519531, 0.06280303955078125, 0.06270454406738281, 0.062814208984375, 0.06272716903686523, 0.06294425582885742, 0.06278041458129882, 0.06287769699096679, 0.06261862564086915, 0.06288076782226562, 0.06270873641967774, 0.06269235229492187, 0.06274560165405274, 0.06283881759643554, 0.0630865592956543, 0.06264028930664063, 0.06265020751953125, 0.062740478515625, 0.06276095962524414, 0.06262579345703125, 0.06271795272827148, 0.06265446472167968, 0.06273023986816406, 0.06267289733886719, 0.06260121536254883, 0.06270467376708984, 0.06272713470458985, 0.06271692657470704, 0.06259916687011718, 0.06271398544311524, 0.06268096160888671, 0.06275993728637695, 0.06270054244995117, 0.06275686264038086, 0.0627322883605957, 0.06275283050537109, 0.06264524841308594, 0.06287152099609375, 0.06275683212280274, 0.06270566558837891, 0.06281625747680664, 0.062740478515625, 0.06273740768432617, 0.06273843383789063, 0.06280294418334961, 0.06274150466918946, 0.06285619354248047, 0.06315526580810547, 0.06305171203613281, 0.0637388801574707, 0.06324428939819336, 0.06272716903686523, 0.0627507209777832, 0.06325657653808593, 0.06287667083740234, 0.06316851043701172, 0.06269030380249023, 0.13558271789550783, 0.06280089569091797, 0.06275686264038086, 0.0628326416015625, 0.06298316955566406, 0.06266585540771484, 0.06269631958007812, 0.06293913650512695, 0.06273126220703125, 0.06264012908935547, 0.06285004806518554, 0.06294118499755859, 0.06289107131958008, 0.0628837776184082, 0.06279372787475586, 0.0631009292602539, 0.06259215927124023, 0.06300758361816407, 0.06272307205200195, 0.06290943908691406, 0.06310809707641601, 0.06280192184448243, 0.06304153442382812, 0.0630015983581543, 0.06291455841064453, 0.0628479995727539, 0.0627066879272461, 0.06256435012817382, 0.06296480178833008, 0.06308345413208008, 0.06282751846313477, 0.06274764633178712, 0.06273331069946289, 0.06277324676513672, 0.06259916687011718, 0.06282137680053711, 0.06269644927978515, 0.06286438369750977, 0.06281216049194335, 0.06306927871704102, 0.06273731231689453, 0.06275584030151367, 0.0626872329711914, 0.06272204971313476, 0.06277632141113282, 0.06273740768432617, 0.06272614288330078, 0.0628408317565918, 0.06274867248535156, 0.06260736083984375, 0.06272000122070312, 0.06277222442626954, 0.06295654296875, 0.06323814392089844, 0.06279270553588867, 0.06320332717895508, 0.06280089569091797, 0.06270566558837891, 0.06272819137573242, 0.06270054244995117, 0.06282649612426758, 0.06282751846313477, 0.06283776092529297, 0.13528781127929687, 0.06260019302368164, 0.06318592071533204, 0.0632842254638672, 0.06311731338500977, 0.06279065704345703, 0.06291567993164063, 0.06298716735839843, 0.06286028671264648, 0.0626872329711914, 0.06279065704345703, 0.06279884719848633, 0.06304051208496093, 0.06282860946655273, 0.06259296035766601, 0.06283878326416016, 0.06291455841064453, 0.06270361709594727, 0.06291455841064453, 0.06359158325195312, 0.06329430389404297, 0.06320127868652343, 0.06297292709350585, 0.06282147216796875, 0.06269635009765626, 0.06277939224243165, 0.06281011199951173, 0.06273433685302734, 0.06274150466918946, 0.06268620681762695, 0.06259711837768554, 0.06274969482421874, 0.06276607894897461, 0.06279475021362305, 0.06316748809814453, 0.0632207374572754, 0.06287667083740234, 0.06271180725097657, 0.06294732666015625, 0.06293708801269532, 0.06272819137573242, 0.06266060638427734, 0.06290841674804687, 0.06279884719848633, 0.06281625747680664, 0.06278758239746093, 0.06266883087158204, 0.06275273513793946, 0.06273231887817383, 0.0626729278564453, 0.0627056007385254, 0.06283782577514649, 0.06313772964477539, 0.06270566558837891, 0.06272819137573242, 0.06279167938232422, 0.06266777420043945, 0.0626431999206543, 0.0627957763671875, 0.06278144073486328, 0.06289100646972656, 0.06267801666259766, 0.06271091079711914, 0.13518118286132813, 0.06262579345703125, 0.0626237449645996, 0.06276607894897461, 0.06252953720092773, 0.06264012908935547, 0.0626872329711914, 0.06258790588378907, 0.06268620681762695, 0.06271385574340821, 0.06276300811767578, 0.06283776092529297, 0.06273023986816406, 0.06268928146362304, 0.06274457550048829, 0.06276095962524414, 0.06268825531005859, 0.06278860855102539, 0.06274969482421874, 0.06276812744140625, 0.06282751846313477, 0.0631644172668457, 0.06366822433471679, 0.06286233520507813, 0.06262681579589843, 0.06261862564086915, 0.06274867248535156, 0.06271795272827148, 0.06279884719848633, 0.06274560165405274, 0.06277836990356446, 0.06281113433837891, 0.06274764633178712, 0.06284902572631836, 0.06282342529296875, 0.06284697723388671, 0.06277119827270508, 0.06277324676513672, 0.06295347213745117, 0.06288179016113281, 0.06272307205200195, 0.06272000122070312, 0.0628070411682129, 0.06270054244995117, 0.06263808059692383, 0.06282854461669922, 0.06282956695556641, 0.06281727981567382, 0.06274867248535156, 0.0627701759338379, 0.06281727981567382, 0.06297292709350585, 0.06280601501464844, 0.06305382537841797, 0.06277734375, 0.06291251373291015, 0.06275174331665039, 0.06281727981567382, 0.0628490867614746, 0.06273836898803711, 0.06274662399291993, 0.06263398361206055, 0.06272000122070312, 0.1353850860595703, 0.06252239990234375, 0.06270358276367187, 0.06267596817016602, 0.06270771026611328, 0.06273945617675782, 0.06274150466918946, 0.06295654296875, 0.06275276947021484, 0.06279065704345703, 0.06272630310058594, 0.06273212814331054, 0.06274252700805664, 0.06265753555297851, 0.06272409439086914, 0.06267596817016602, 0.06278460693359375, 0.06271068954467773, 0.06275379180908203, 0.06295859146118164, 0.06296166229248047, 0.06287871932983398, 0.06321356964111328, 0.06292377471923828, 0.06270156860351563, 0.06286336135864258, 0.06281625747680664, 0.06267903900146485, 0.06276403045654297, 0.06271283340454102, 0.06272921752929687, 0.06304460906982422, 0.06318182373046875, 0.06343475341796875, 0.06303436660766601, 0.06283059310913086, 0.06288691329956055, 0.06272307205200195, 0.06295040130615234, 0.06285414505004883, 0.06282137680053711, 0.06287871932983398, 0.062740478515625, 0.06279270553588867, 0.06264831924438477, 0.06277324676513672, 0.06283776092529297, 0.06279065704345703, 0.06281318283081054, 0.06279884719848633, 0.06315212631225586, 0.06296985626220702, 0.06277030563354492, 0.06276800155639649, 0.06295875167846679, 0.06278844833374024, 0.06271283340454102, 0.06285516738891601, 0.06280499267578125, 0.06272716903686523, 0.06277231979370117, 0.06278031921386719, 0.06292787170410157, 0.1353831329345703, 0.06321449661254883, 0.06320230484008789, 0.06276512145996094, 0.06266976165771485, 0.06274969482421874, 0.06278758239746093, 0.0626800651550293, 0.06268518447875976, 0.06279679870605469, 0.0627957763671875, 0.06266368103027344, 0.06265964889526367, 0.06271174240112305, 0.06267494583129883, 0.06269337463378906, 0.0626319351196289, 0.06268620681762695, 0.0626165771484375, 0.06270873641967774, 0.06276403045654297, 0.06273638534545899, 0.06264831924438477, 0.06295449447631836, 0.06270975875854493, 0.06274252700805664, 0.06273433685302734, 0.0626616325378418, 0.06265241622924805, 0.06274150466918946, 0.06269132614135742, 0.06274150466918946, 0.06262886428833007, 0.06278656005859375, 0.06267302322387695, 0.06282022476196289, 0.06269235229492187, 0.06297087860107421, 0.06296268844604493, 0.06297087860107421, 0.06299750518798829, 0.06328012847900391, 0.06285414505004883, 0.06289510345458985, 0.062814208984375, 0.06273535919189453, 0.06287360000610352, 0.06278553771972656, 0.06313676834106445, 0.06280908966064454, 0.06330777740478516, 0.06297702407836914, 0.06336819076538086, 0.06332825469970703, 0.06290022277832032, 0.06277536010742188, 0.0627762565612793, 0.06281216049194335, 0.06287257766723633, 0.06272716903686523, 0.0625346565246582, 0.06277734375, 0.06276726531982423, 0.13530607604980469, 0.06267596817016602, 0.06266675186157226, 0.06268825531005859, 0.06274256134033203, 0.06270563125610351, 0.06261043167114258, 0.06280089569091797, 0.06270361709594727, 0.0626872329711914, 0.06275174331665039, 0.06257977676391602, 0.06255609512329102, 0.06267289733886719, 0.06269644927978515, 0.06290841674804687, 0.0631992301940918, 0.06280192184448243, 0.06310707092285156, 0.06270566558837891, 0.06269337463378906, 0.06278246307373046, 0.06306201553344727, 0.06291865539550781, 0.0631317138671875, 0.06302406311035157, 0.06274975967407227, 0.06309369659423827, 0.06271385574340821, 0.06291251373291015, 0.06267801666259766, 0.06279167938232422, 0.06280601501464844, 0.06264729690551758, 0.0628901138305664, 0.06269222259521484, 0.06277222442626954, 0.06296985626220702, 0.06287769699096679, 0.06301593780517578, 0.06285222244262695, 0.06305369567871094, 0.06282649612426758, 0.06311628723144531, 0.06273945617675782, 0.06299238586425782, 0.06288281631469726, 0.06283776092529297, 0.0630231056213379, 0.06266675186157226, 0.06315827178955079, 0.0630015983581543, 0.06300569534301757, 0.06324326324462891, 0.06294323348999023, 0.06294425582885742, 0.06288793563842773, 0.06312960052490234, 0.06281830215454101, 0.06320742416381836, 0.06278860855102539, 0.06295142364501953, 0.06283980941772462, 0.13677159118652343, 0.06319721603393555, 0.06303740692138672, 0.06275686264038086, 0.0630456314086914, 0.06295654296875, 0.06298115158081055, 0.06281929779052735, 0.0630978546142578, 0.06275494384765624, 0.06274342346191407, 0.06272000122070312, 0.06285107040405273, 0.06283878326416016, 0.06262476730346679, 0.06283878326416016, 0.06358528137207031, 0.06360575866699218, 0.06275481414794921, 0.06252236938476563, 0.06266470336914062, 0.0626319351196289, 0.06264217758178711, 0.06271590423583985, 0.062635009765625, 0.06272921752929687, 0.06278963088989258, 0.06255513763427735, 0.06265651321411132, 0.06280908966064454, 0.06270156860351563, 0.06268825531005859, 0.06297702407836914, 0.06350336074829102, 0.06278758239746093, 0.06280601501464844, 0.06283987045288086, 0.06265132904052734, 0.06278041458129882, 0.06278758239746093, 0.06274764633178712, 0.06281942367553711, 0.06270352172851562, 0.06260531234741211, 0.06279884719848633, 0.06348697662353515, 0.06279167938232422, 0.06272716903686523, 0.06271184158325195, 0.06268822479248047, 0.06280806350708008, 0.06269440078735351, 0.06272307205200195, 0.06273843383789063, 0.06276607894897461, 0.06278758239746093, 0.06272102355957031, 0.06268108749389649, 0.06273433685302734, 0.06269132614135742, 0.06271897506713867, 0.06276403045654297, 0.06265958404541015, 0.13539736938476563, 0.06260940933227539, 0.06271795272827148, 0.06269644927978515, 0.06265036773681641, 0.06258176040649414, 0.06257561492919922, 0.06303551864624024, 0.0628017921447754, 0.06272307205200195, 0.06298316955566406, 0.06263398361206055, 0.06282649612426758, 0.06277836990356446, 0.06262067031860352, 0.0627701759338379, 0.06275276947021484, 0.06271795272827148, 0.0628674545288086, 0.06341120147705079, 0.06304256057739258, 0.06276403045654297, 0.06281830215454101, 0.06278860855102539, 0.0626698226928711, 0.06272000122070312, 0.06265043258666993, 0.06271283340454102, 0.0627251853942871, 0.0627383041381836, 0.06265651321411132, 0.06276505661010742, 0.06275174331665039, 0.06272716903686523, 0.06261350250244141, 0.06263705444335937, 0.06289203262329102, 0.06270566558837891, 0.06277529525756836, 0.06282956695556641, 0.06277119827270508, 0.06274252700805664, 0.06272204971313476, 0.06278252792358398, 0.06271481704711913, 0.06269235229492187, 0.06278246307373046, 0.06269337463378906, 0.06298009490966797, 0.06302207946777344, 0.06270377731323243, 0.06279663848876953, 0.06291968154907226, 0.06287871932983398, 0.06276108932495117, 0.06282636642456055, 0.06267903900146485, 0.06282751846313477, 0.06281113433837891, 0.06262988662719726, 0.06302105712890625, 0.06269440078735351, 0.06278553771972656]",tokens/s,15.652421243963973,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.4b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1669.656576,2168.979456,0.0,1522.532352,1394.863616,s,10,0.7282600784301758,0.07282600784301758,0.0016046889612723863,0.072286865234375,0.07310013656616211,0.07535923805236816,0.07716651924133301,"[0.07761833953857422, 0.07227785491943359, 0.07229587554931641, 0.07213699340820312, 0.07248140716552734, 0.07220976257324219, 0.07259811401367187, 0.07240211486816406, 0.07212156677246094, 0.07211804962158203]",tokens/s,3515.2276993107866,kWh,8.557824648732095e-07,4.688357626789492e-07,3.919925198287397e-06,5.244543425839556e-06,tokens/kWh,48812638.053238936,MB,1669.656576,2168.979456,0.0,1522.532352,1491.576832,s,10,39.60201782226563,3.960201782226563,0.004287537888854448,3.95872705078125,3.9651301757812503,3.9675232177734374,3.9694376513671874,"[3.969916259765625, 3.95827685546875, 3.961583984375, 3.95917724609375, 3.95727001953125, 3.964598388671875, 3.957877685546875, 3.962222412109375, 3.954532958984375, 3.95656201171875]",tokens/s,15.908280300954566,kWh,4.668280684047466e-05,2.5584906380952142e-05,0.0002084005779913184,0.00028066829121274525,tokens/kWh,224464.25895772563,,s,629,40.188444679260236,0.06389259885414986,0.008649211688047586,0.06279366302490234,0.06310651016235351,0.06346833877563476,0.13534753051757814,"[0.06427442932128906, 0.06367744064331055, 0.06450994873046875, 0.06396723175048828, 0.06460211181640625, 0.06386380767822265, 0.06388838577270507, 0.06376959991455078, 0.06295552062988281, 0.06254079818725586, 0.06283468627929688, 0.06336716842651367, 0.06294425582885742, 0.06263910293579102, 0.06311423873901367, 0.06285107040405273, 0.0626319351196289, 0.0627322883605957, 0.0628479995727539, 0.06280089569091797, 0.06270975875854493, 0.06289823913574219, 0.06288172912597656, 0.0628479995727539, 0.06255206298828125, 0.06285823822021484, 0.06274252700805664, 0.0636497917175293, 0.06330777740478516, 0.06288691329956055, 0.06279782485961914, 0.06272000122070312, 0.0627845115661621, 0.06280089569091797, 0.06273638534545899, 0.06270975875854493, 0.06262476730346679, 0.06267391967773438, 0.06279065704345703, 0.06291155242919921, 0.06272198486328125, 0.06273843383789063, 0.06275788879394531, 0.06283673477172852, 0.06281727981567382, 0.0628223991394043, 0.06280806350708008, 0.0628070411682129, 0.06269132614135742, 0.06270463943481445, 0.06276812744140625, 0.06281625747680664, 0.0628039665222168, 0.06283980941772462, 0.06280806350708008, 0.06286643218994141, 0.06285107040405273, 0.06276812744140625, 0.06268928146362304, 0.06288793563842773, 0.06313164901733398, 0.06272921752929687, 0.13550079345703125, 0.06266368103027344, 0.06356377410888672, 0.06329241561889648, 0.06264422225952149, 0.06284492874145507, 0.0626872329711914, 0.06269440078735351, 0.06265343856811524, 0.06263808059692383, 0.06275481414794921, 0.06283673477172852, 0.06269644927978515, 0.06273023986816406, 0.06265139389038087, 0.06265958404541015, 0.06273740768432617, 0.06273023986816406, 0.06259507369995117, 0.06276095962524414, 0.0627333755493164, 0.06278956985473633, 0.06275788879394531, 0.06280607986450196, 0.06271481704711913, 0.06279987335205078, 0.06269952011108398, 0.06274662399291993, 0.06278963088989258, 0.062740478515625, 0.06303334426879882, 0.06373785781860351, 0.06292582321166992, 0.06271094512939453, 0.06271779251098633, 0.06273843383789063, 0.06266486358642578, 0.06277411270141602, 0.06260326385498047, 0.06282156753540039, 0.06284064102172851, 0.06280192184448243, 0.06282966232299805, 0.0634090576171875, 0.06286438369750977, 0.06295040130615234, 0.0627701759338379, 0.06323712158203125, 0.06280294418334961, 0.06275686264038086, 0.06277939224243165, 0.06276300811767578, 0.06265753555297851, 0.06284697723388671, 0.06265868759155273, 0.06275059127807617, 0.06270156860351563, 0.06265446472167968, 0.06280294418334961, 0.06291558456420898, 0.0630118408203125, 0.06327507019042969, 0.06287968063354492, 0.13579469299316407, 0.0627957763671875, 0.06301900863647461, 0.06312243270874024, 0.06263603210449219, 0.06267289733886719, 0.06265446472167968, 0.06276729583740234, 0.06269830322265625, 0.06266368103027344, 0.06281727981567382, 0.06279167938232422, 0.06278963088989258, 0.06280908966064454, 0.06279270553588867, 0.062740478515625, 0.06272102355957031, 0.06273843383789063, 0.0626688003540039, 0.06272204971313476, 0.06283168029785156, 0.06271788787841796, 0.06267903900146485, 0.06283571243286133, 0.06279996871948242, 0.06272604751586915, 0.06271385574340821, 0.06272614288330078, 0.06299750518798829, 0.0633251838684082, 0.06275174331665039, 0.06292684936523438, 0.06292684936523438, 0.0628592643737793, 0.06273535919189453, 0.06271488189697266, 0.06278963088989258, 0.0627691535949707, 0.06268620681762695, 0.06285823822021484, 0.06286233520507813, 0.06280089569091797, 0.06345727920532226, 0.06384844970703125, 0.06308147048950195, 0.06279372787475586, 0.06315315246582032, 0.06304460906982422, 0.06285414505004883, 0.0628326416015625, 0.06283878326416016, 0.06274457550048829, 0.06277529525756836, 0.0628223991394043, 0.0628930549621582, 0.0629452781677246, 0.06277632141113282, 0.0629227523803711, 0.06294636917114257, 0.06385452651977538, 0.06318899154663087, 0.06286336135864258, 0.06281625747680664, 0.13530624389648438, 0.06260736083984375, 0.06269747161865234, 0.06274252700805664, 0.06294937515258789, 0.06281830215454101, 0.0626351661682129, 0.06279868698120117, 0.06265241622924805, 0.06271692657470704, 0.0626616325378418, 0.06298009490966797, 0.06285414505004883, 0.06270156860351563, 0.06278348922729492, 0.0628961296081543, 0.06269644927978515, 0.06311116790771484, 0.06280499267578125, 0.06280499267578125, 0.06271795272827148, 0.06268518447875976, 0.06274457550048829, 0.06278758239746093, 0.06281932830810547, 0.06269337463378906, 0.06277836990356446, 0.06291660690307617, 0.06279475021362305, 0.06276812744140625, 0.06279167938232422, 0.06280089569091797, 0.06274252700805664, 0.06374297714233398, 0.06347980880737304, 0.06290227127075196, 0.06295040130615234, 0.06277836990356446, 0.06271590423583985, 0.06294425582885742, 0.06265043258666993, 0.06261139297485352, 0.0627691535949707, 0.06273331069946289, 0.06296883010864258, 0.06279987335205078, 0.06273231887817383, 0.06280598449707031, 0.0627066879272461, 0.06277119827270508, 0.06266368103027344, 0.06285619354248047, 0.06290739059448242, 0.06309273529052735, 0.06284697723388671, 0.06271385574340821, 0.06266265487670898, 0.06269644927978515, 0.06273535919189453, 0.06299852752685547, 0.06297702407836914, 0.0630550079345703, 0.06376124954223633, 0.1357189178466797, 0.06272204971313476, 0.06270361709594727, 0.06256435012817382, 0.0626800651550293, 0.06261350250244141, 0.06276812744140625, 0.06274764633178712, 0.06273023986816406, 0.0627845115661621, 0.0631009292602539, 0.06293612670898438, 0.06271072006225586, 0.06259711837768554, 0.06265241622924805, 0.06275686264038086, 0.0627927360534668, 0.06284694290161133, 0.06273440170288086, 0.0627465591430664, 0.0627507209777832, 0.06257459259033203, 0.06266368103027344, 0.06273433685302734, 0.06268928146362304, 0.06268620681762695, 0.0627066879272461, 0.06297804641723632, 0.06287360000610352, 0.06278041458129882, 0.06275174331665039, 0.0631275520324707, 0.06284291076660156, 0.06284489440917969, 0.0627845115661621, 0.06283059310913086, 0.06286131286621094, 0.0627845115661621, 0.06292172622680664, 0.06297907257080078, 0.06292172622680664, 0.06272204971313476, 0.06272927856445312, 0.06301996612548828, 0.06288076782226562, 0.06274969482421874, 0.06268415832519532, 0.06280192184448243, 0.06279372787475586, 0.06269132614135742, 0.06294118499755859, 0.06288076782226562, 0.06280089569091797, 0.06287564849853515, 0.06286131286621094, 0.06286336135864258, 0.06295040130615234, 0.0630312957763672, 0.06286336135864258, 0.06310611343383789, 0.06309062576293946, 0.06276300811767578, 0.06275174331665039, 0.13536358642578125, 0.06267187118530274, 0.06301388931274414, 0.06275382232666016, 0.06270563125610351, 0.06265548706054687, 0.06260940933227539, 0.06260019302368164, 0.06273535919189453, 0.06322793579101563, 0.06315107345581054, 0.06276918411254882, 0.06292272186279296, 0.06296985626220702, 0.06291660690307617, 0.0628326416015625, 0.06267391967773438, 0.06278144073486328, 0.06311116790771484, 0.06270681762695313, 0.06274755096435547, 0.06271996688842774, 0.062814208984375, 0.06287052917480469, 0.06266368103027344, 0.0632616958618164, 0.0640747528076172, 0.0631992301940918, 0.06290848159790038, 0.06279996871948242, 0.06275875091552735, 0.06286336135864258, 0.06276300811767578, 0.06287871932983398, 0.06291455841064453, 0.06292480087280274, 0.06277939224243165, 0.06282956695556641, 0.06310809707641601, 0.06289510345458985, 0.06293299102783204, 0.06299852752685547, 0.06293503952026368, 0.06292172622680664, 0.06282035064697265, 0.0628930549621582, 0.06295244979858398, 0.06293510437011719, 0.06286841583251954, 0.0629719352722168, 0.06285827255249024, 0.06286227035522461, 0.06283683013916015, 0.06287043380737305, 0.06281727981567382, 0.06295449447631836, 0.06283673477172852, 0.06312243270874024, 0.06334975814819335, 0.06338355255126953, 0.0635351676940918, 0.06321964645385743, 0.06300672149658203, 0.13685658264160155, 0.06331391906738282, 0.06269747161865234, 0.06271180725097657, 0.06274457550048829, 0.06270975875854493, 0.06268931198120117, 0.06273737716674804, 0.06266572952270508, 0.06264524841308594, 0.06270880126953125, 0.06279366302490234, 0.06277836990356446, 0.06270463943481445, 0.06258278274536133, 0.06271503829956054, 0.06257852935791015, 0.06262988662719726, 0.06279065704345703, 0.06266777420043945, 0.06298009490966797, 0.0628009910583496, 0.06270147323608398, 0.06304665756225586, 0.06278348922729492, 0.06272716903686523, 0.06272819137573242, 0.06280204772949219, 0.06317350387573242, 0.06309273529052735, 0.06275686264038086, 0.06277119827270508, 0.06265760040283203, 0.06269023895263671, 0.06272000122070312, 0.06273638534545899, 0.06272921752929687, 0.06278348922729492, 0.06273433685302734, 0.06283161544799805, 0.06296371078491211, 0.06279167938232422, 0.06304972839355469, 0.06279884719848633, 0.06280908966064454, 0.06283878326416016, 0.06276095962524414, 0.0628223991394043, 0.06293606567382813, 0.06268928146362304, 0.06282854461669922, 0.06290739059448242, 0.06286454391479492, 0.0629645767211914, 0.06288076782226562, 0.06281833648681641, 0.06281315231323242, 0.06275481414794921, 0.06300262451171874, 0.06286953735351562, 0.0628070068359375, 0.06278860855102539, 0.06281011199951173, 0.135657470703125, 0.06272614288330078, 0.0626063346862793, 0.06272000122070312, 0.062740478515625, 0.06270364761352538, 0.06270153427124023, 0.0626769905090332, 0.06265036773681641, 0.06272614288330078, 0.06274662399291993, 0.06278246307373046, 0.06287052917480469, 0.06273638534545899, 0.06277840042114258, 0.06273942565917968, 0.06270771026611328, 0.0627435531616211, 0.06278246307373046, 0.06273443222045899, 0.06267587280273437, 0.06270774459838867, 0.0627547836303711, 0.06283673477172852, 0.06272716903686523, 0.06282649612426758, 0.06298624038696289, 0.06288179016113281, 0.06275686264038086, 0.06270771026611328, 0.06275584030151367, 0.06277939224243165, 0.06280192184448243, 0.06270566558837891, 0.06274764633178712, 0.06273023986816406, 0.06263808059692383, 0.06282444763183594, 0.06278758239746093, 0.06281011199951173, 0.06376755142211914, 0.06347571182250976, 0.06376038360595702, 0.0629227523803711, 0.06304256057739258, 0.06289510345458985, 0.06300979232788086, 0.0630835189819336, 0.06311014556884766, 0.06291251373291015, 0.06281011199951173, 0.06284595108032226, 0.06297600173950195, 0.0631838722229004, 0.06283980941772462, 0.06276300811767578, 0.06388838577270507, 0.06375936126708984, 0.06314803314208985, 0.06280806350708008, 0.06305177688598633, 0.06278758239746093, 0.06283468627929688, 0.13527244567871094, 0.06263808059692383, 0.06261248016357422, 0.0626431999206543, 0.06266470336914062, 0.06265958404541015, 0.06273331069946289, 0.06268838500976562, 0.06260825729370117, 0.0626984977722168, 0.06257356643676758, 0.06251417541503906, 0.06272000122070312, 0.06271078491210938, 0.06281318283081054, 0.0626165771484375, 0.06258483123779297, 0.06272204971313476, 0.06278656005859375, 0.06273535919189453, 0.06279987335205078, 0.06263296127319336, 0.06265548706054687, 0.06277939224243165, 0.0626688003540039, 0.06253567886352539, 0.06272409439086914, 0.06255615997314454, 0.0626800651550293, 0.06279993438720703, 0.06277011108398438, 0.06278963088989258, 0.06329241561889648, 0.06278553771972656, 0.06273331069946289, 0.06275993728637695, 0.06270361709594727, 0.06275788879394531, 0.06300364685058593, 0.06307123184204101, 0.06295878219604492, 0.06301062393188477, 0.0629452781677246, 0.06261555099487305, 0.06271897506713867, 0.0627435531616211, 0.06307948684692383, 0.06280492782592774, 0.06291151809692383, 0.06285308837890625, 0.06289203262329102, 0.0627957763671875, 0.06280192184448243, 0.0626698226928711, 0.06285516738891601, 0.06284288024902343, 0.06276607894897461, 0.06273740768432617, 0.06280303955078125, 0.06295344161987304, 0.06289913558959961, 0.06276300811767578, 0.06277939224243165, 0.13537791442871094, 0.06255104064941407, 0.0627322883605957, 0.06268739318847656, 0.0626778564453125, 0.06263091278076172, 0.06270771026611328, 0.06290227127075196, 0.06272819137573242, 0.06269132614135742, 0.06260838317871094, 0.06267494583129883, 0.06262080001831055, 0.06272099304199219, 0.06308854293823242, 0.06282035064697265, 0.06273945617675782, 0.06265651321411132, 0.06269337463378906, 0.06272115325927734, 0.06274451065063477, 0.063052734375, 0.0629596176147461, 0.0628930549621582, 0.06275993728637695, 0.06286233520507813, 0.06307123184204101, 0.06278656005859375, 0.06277529525756836, 0.0628039665222168, 0.06286336135864258, 0.06290841674804687, 0.06281523132324218, 0.06282342529296875, 0.062814208984375, 0.06275584030151367, 0.06273331069946289, 0.06286131286621094, 0.06275584030151367, 0.0628848648071289, 0.06284288024902343, 0.06286131286621094, 0.06290537643432617, 0.06282748794555663, 0.06285516738891601, 0.0628922233581543, 0.06275564956665039, 0.0628930549621582, 0.0627619857788086, 0.06279475021362305, 0.06284601593017577, 0.06277318572998047, 0.0627507209777832, 0.0627507209777832, 0.06277222442626954, 0.0628039665222168, 0.0627322883605957, 0.06279065704345703, 0.06281113433837891, 0.06294118499755859, 0.06282547378540039, 0.06285414505004883, 0.06272000122070312]",tokens/s,15.651265059396618,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,x,x,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/x/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694768d-0f261f7f6223843e162b2c28;dfefb687-d467-4dcf-bcc6-cebc6a842660) Repository Not Found for url: https://huggingface.co/x/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: x is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-34B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4708.687872,21498.42944,0.0,20851.982336,20236.731392,s,10,15.782414306640625,1.5782414306640624,0.0005368111432327376,1.5781434326171875,1.5784585083007812,1.5790858825683594,1.579587781982422,"[1.578103759765625, 1.5775478515625, 1.5778953857421876, 1.5797132568359376, 1.57818310546875, 1.5782744140625, 1.57828564453125, 1.578103759765625, 1.578319091796875, 1.577988037109375]",tokens/s,162.20585458353173,kWh,1.8640190545055602e-05,1.0214868406037568e-05,9.259768518919964e-05,0.0001214527441402928,tokens/kWh,2107815.6925321394,MB,4708.687872,21498.42944,0.0,20851.982336,20339.707392,s,10,881.7457578125,88.17457578125,0.002115503395001207,88.17539453124999,88.17674609375,88.17697460937501,88.17715742187501,"[88.17125, 88.17175, 88.1749609375, 88.175828125, 88.177203125, 88.175890625, 88.1766953125, 88.173328125, 88.176578125, 88.1722734375]",tokens/s,0.714491671117251,kWh,0.001040854390843047,0.0005704774625729078,0.005178987532075602,0.006790319385491556,tokens/kWh,9277.914104395162,,s,629,894.5504398193359,1.4221787596491826,0.18751446646952302,1.3995601806640625,1.4000109375,1.4001393798828126,2.978033017578125,"[1.399194580078125, 1.399298095703125, 1.3991290283203126, 1.3992857666015626, 1.3990655517578126, 1.399204833984375, 1.3991751708984375, 1.3994710693359376, 1.3990738525390625, 1.3990277099609374, 1.39915771484375, 1.399203857421875, 1.3990020751953125, 1.39932470703125, 1.39911376953125, 1.3995806884765625, 1.399319580078125, 1.3996319580078125, 1.399352294921875, 1.3991802978515624, 1.399151611328125, 1.39943017578125, 1.3990972900390626, 1.3995540771484376, 1.3996278076171875, 1.399510009765625, 1.39930322265625, 1.3995018310546874, 1.399568359375, 1.39934619140625, 1.399161865234375, 1.3999493408203125, 1.3994700927734376, 1.399572509765625, 1.39960107421875, 1.399762939453125, 1.3996871337890624, 1.399688232421875, 1.3997169189453125, 1.4000067138671874, 1.399546875, 1.399795654296875, 1.399826416015625, 1.3999605712890626, 1.3998192138671874, 1.399867431640625, 1.399826416015625, 1.399509033203125, 1.399413818359375, 1.3999349365234375, 1.399510986328125, 1.3996646728515625, 1.399531494140625, 1.4000762939453124, 1.3997393798828126, 1.40002099609375, 1.39964208984375, 1.39989306640625, 1.399784423828125, 1.4000015869140625, 1.4001776123046874, 1.4001162109375, 2.977680419921875, 1.3987635498046875, 1.3990216064453125, 1.398865966796875, 1.399183349609375, 1.3990440673828124, 1.399251953125, 1.399235595703125, 1.399419921875, 1.3989498291015625, 1.3994588623046875, 1.3995325927734374, 1.39915576171875, 1.399416748046875, 1.3992857666015626, 1.399309326171875, 1.3996400146484376, 1.39901025390625, 1.3994168701171874, 1.39928369140625, 1.3992008056640626, 1.399120849609375, 1.39950390625, 1.3994332275390624, 1.3995540771484376, 1.399593017578125, 1.3996851806640624, 1.3992059326171875, 1.3998223876953124, 1.3995396728515626, 1.399499755859375, 1.3992294921875, 1.399562255859375, 1.399331787109375, 1.3999698486328125, 1.39949365234375, 1.3995172119140624, 1.3994915771484375, 1.399731201171875, 1.3996185302734374, 1.399804931640625, 1.3992376708984375, 1.3995550537109376, 1.399384033203125, 1.39986328125, 1.3994813232421874, 1.401822265625, 1.399848876953125, 1.400058837890625, 1.399477294921875, 1.399910400390625, 1.3995653076171874, 1.399931884765625, 1.3996185302734374, 1.399846923828125, 1.399761962890625, 1.3999759521484374, 1.3998602294921876, 1.3998929443359376, 1.39964208984375, 1.4000107421875, 1.399794677734375, 1.4000025634765625, 2.978083740234375, 1.398897705078125, 1.3991322021484376, 1.3995980224609375, 1.3994290771484375, 1.399194580078125, 1.399624755859375, 1.399552001953125, 1.3993800048828124, 1.3990799560546876, 1.399405517578125, 1.399300048828125, 1.3992899169921875, 1.3992335205078126, 1.39951513671875, 1.3993482666015624, 1.399700439453125, 1.399189453125, 1.3992960205078124, 1.3992008056640626, 1.3995550537109376, 1.399152587890625, 1.3994906005859375, 1.3997373046875, 1.399525390625, 1.3993953857421875, 1.3996871337890624, 1.3994229736328125, 1.39953662109375, 1.39951513671875, 1.3995233154296876, 1.3995028076171876, 1.399846923828125, 1.399299072265625, 1.3997659912109375, 1.3994556884765625, 1.3997015380859374, 1.39947412109375, 1.3996082763671875, 1.39980078125, 1.3997916259765626, 1.3995919189453125, 1.39965234375, 1.3994854736328124, 1.39974755859375, 1.400369140625, 1.3997813720703125, 1.3998275146484376, 1.3997486572265625, 1.3997486572265625, 1.39992578125, 1.3999349365234375, 1.3997034912109374, 1.3998878173828124, 1.39997900390625, 1.400004638671875, 1.4001182861328125, 1.399736328125, 1.400037353515625, 1.3998233642578124, 1.399794677734375, 1.399687255859375, 1.400122314453125, 2.979734619140625, 1.3991536865234375, 1.399083984375, 1.3987276611328125, 1.39987255859375, 1.3991597900390624, 1.3992386474609375, 1.399719970703125, 1.3995755615234375, 1.3991290283203126, 1.3991075439453124, 1.39930419921875, 1.3992325439453126, 1.3994864501953126, 1.39919775390625, 1.39900830078125, 1.399330810546875, 1.3992427978515625, 1.39966357421875, 1.39919873046875, 1.39934619140625, 1.39936767578125, 1.3994219970703126, 1.399363525390625, 1.3997291259765625, 1.3998028564453124, 1.399531494140625, 1.3992847900390626, 1.399729248046875, 1.3994423828125, 1.399742431640625, 1.3993021240234376, 1.39958984375, 1.3994332275390624, 1.399636962890625, 1.3993062744140625, 1.399445556640625, 1.3994761962890625, 1.399825439453125, 1.3996768798828125, 1.399867431640625, 1.3995806884765625, 1.3999698486328125, 1.3994281005859375, 1.4019144287109375, 1.39976806640625, 1.400162353515625, 1.3998765869140626, 1.3997568359375, 1.3996256103515625, 1.399816162109375, 1.3998919677734376, 1.399845947265625, 1.3995601806640625, 1.3998387451171874, 1.4001397705078125, 1.400004638671875, 1.4000650634765626, 1.40010693359375, 1.39981103515625, 1.3998050537109374, 1.3996778564453125, 1.4001243896484374, 2.97879443359375, 1.399288818359375, 1.3990625, 1.3989530029296875, 1.3993800048828124, 1.3989437255859376, 1.399468017578125, 1.39931640625, 1.3996451416015625, 1.3991168212890626, 1.39941064453125, 1.399319580078125, 1.39913525390625, 1.3994024658203126, 1.399150634765625, 1.3994117431640625, 1.399594970703125, 1.3994075927734375, 1.399793701171875, 1.399268310546875, 1.3994659423828124, 1.3996287841796875, 1.3994556884765625, 1.3993697509765626, 1.3996676025390624, 1.399447509765625, 1.3997608642578125, 1.3995079345703125, 1.399666748046875, 1.3995478515625, 1.3996953125, 1.399482421875, 1.3994608154296875, 1.3996329345703125, 1.3997855224609375, 1.39945166015625, 1.3995386962890626, 1.39945166015625, 1.3997578125, 1.3999656982421875, 1.4002125244140624, 1.3995765380859375, 1.4000814208984376, 1.3997659912109375, 1.39985302734375, 1.399521240234375, 1.399901123046875, 1.39972705078125, 1.400004638671875, 1.399415771484375, 1.3997598876953126, 1.399835693359375, 1.3999913330078124, 1.399677001953125, 1.4000362548828125, 1.4001612548828124, 1.4003128662109374, 1.39993603515625, 1.400158203125, 1.4000721435546875, 1.4003721923828125, 1.399899169921875, 1.3997158203125, 2.978334716796875, 1.39909326171875, 1.3990604248046874, 1.39932568359375, 1.399351318359375, 1.39915771484375, 1.3992540283203125, 1.3992642822265624, 1.399413818359375, 1.3991741943359375, 1.3993359375, 1.399224365234375, 1.3994229736328125, 1.39940966796875, 1.399456787109375, 1.39919873046875, 1.3996123046875, 1.3993431396484375, 1.3997291259765625, 1.3994117431640625, 1.3995386962890626, 1.3994404296875, 1.3996083984375, 1.399300048828125, 1.3998018798828125, 1.4001162109375, 1.399901123046875, 1.3998970947265625, 1.399531494140625, 1.399182373046875, 1.3994619140625, 1.399109619140625, 1.3996697998046874, 1.3993175048828126, 1.399574462890625, 1.3992847900390626, 1.39966162109375, 1.399520263671875, 1.401324462890625, 1.399489501953125, 1.399690185546875, 1.3993994140625, 1.399900146484375, 1.39951611328125, 1.399921630859375, 1.399678955078125, 1.4001673583984375, 1.39990625, 1.3998018798828125, 1.3995079345703125, 1.400015869140625, 1.3994803466796875, 1.399951416015625, 1.3997076416015626, 1.40027294921875, 1.3999246826171876, 1.3999246826171876, 1.399732177734375, 1.3998970947265625, 1.399783447265625, 1.4001387939453125, 1.3993502197265626, 1.4002431640625, 2.9787392578125, 1.398930419921875, 1.3988720703125, 1.3989642333984376, 1.3989478759765626, 1.3991597900390624, 1.3990850830078125, 1.400115234375, 1.3992796630859374, 1.3990533447265625, 1.39926220703125, 1.3995345458984374, 1.39920703125, 1.3993245849609375, 1.399505859375, 1.39932666015625, 1.3994383544921876, 1.399141357421875, 1.3998828125, 1.39945166015625, 1.3994423828125, 1.39908203125, 1.399351318359375, 1.401248779296875, 1.3996380615234374, 1.399615478515625, 1.3997967529296875, 1.3995499267578124, 1.399447509765625, 1.3995377197265626, 1.39965234375, 1.3995089111328125, 1.3995694580078124, 1.39930419921875, 1.3994619140625, 1.399435302734375, 1.399462890625, 1.3994710693359376, 1.39966259765625, 1.3994649658203124, 1.3999195556640625, 1.399552001953125, 1.399803955078125, 1.3996103515625, 1.399816162109375, 1.39976708984375, 1.400056884765625, 1.399909423828125, 1.39981103515625, 1.3995601806640625, 1.3999759521484374, 1.399825439453125, 1.4004111328125, 1.399698486328125, 1.3998018798828125, 1.4003282470703124, 1.4000977783203126, 1.4000067138671874, 1.399920654296875, 1.3997823486328125, 1.400100830078125, 1.3995079345703125, 1.4000343017578125, 2.979209228515625, 1.3990235595703124, 1.398892578125, 1.3989365234375, 1.39919970703125, 1.3989918212890624, 1.3991229248046875, 1.3992652587890626, 1.3993604736328125, 1.3993175048828126, 1.3992017822265626, 1.39951416015625, 1.3994075927734375, 1.399320556640625, 1.39930419921875, 1.39944140625, 1.4017669677734375, 1.3992376708984375, 1.399351318359375, 1.3993123779296874, 1.3993021240234376, 1.39919873046875, 1.399609375, 1.399462890625, 1.399446533203125, 1.3993922119140625, 1.3996553955078126, 1.3996207275390624, 1.399635986328125, 1.399510986328125, 1.3993389892578125, 1.3993994140625, 1.39949462890625, 1.3993338623046876, 1.399525390625, 1.39961962890625, 1.3995970458984375, 1.3995335693359374, 1.39974658203125, 1.3998438720703126, 1.4000506591796875, 1.3993870849609376, 1.40001171875, 1.3994864501953126, 1.3999493408203125, 1.39968408203125, 1.39966162109375, 1.399667724609375, 1.3997752685546876, 1.3997281494140625, 1.3997158203125, 1.399551025390625, 1.39983154296875, 1.39955810546875, 1.4000404052734374, 1.39997998046875, 1.3996800537109375, 1.3997813720703125, 1.3998623046875, 1.3999267578125, 1.3998714599609374, 1.399816162109375, 1.3999677734375, 2.9783203125, 1.3990379638671875, 1.398981689453125, 1.3989110107421876, 1.3995018310546874, 1.399352294921875, 1.39950390625, 1.399098388671875, 1.3995130615234375, 1.399405517578125, 1.3993851318359376, 1.3991854248046875, 1.39917724609375, 1.399246826171875, 1.3993748779296875, 1.3995396728515626, 1.399609375, 1.401608154296875, 1.39957763671875, 1.399351318359375, 1.3994659423828124, 1.3992908935546875, 1.39940966796875, 1.399413818359375, 1.3994700927734376, 1.3996348876953124, 1.3998448486328126, 1.3994188232421876, 1.3997701416015624, 1.3996114501953125, 1.3994290771484375, 1.39945166015625, 1.3996492919921875, 1.39970458984375, 1.39961865234375, 1.3996348876953124, 1.39974755859375, 1.399419921875, 1.3996390380859376, 1.399568359375, 1.40006396484375, 1.3995345458984374, 1.399699462890625, 1.39949462890625, 1.3997711181640624, 1.39957763671875, 1.400057861328125, 1.399718994140625, 1.3997783203125, 1.3994967041015625, 1.3998909912109374, 1.399602294921875, 1.3997977294921875, 1.3996103515625, 1.4001929931640624, 1.400183837890625, 1.4000916748046874, 1.3998070068359374, 1.400088623046875, 1.3998140869140625, 1.399877685546875, 1.3998448486328126, 1.4000291748046876, 2.977902587890625, 1.3989754638671874, 1.3993359375, 1.399014404296875, 1.39926123046875, 1.399205810546875, 1.3993922119140625, 1.39930322265625, 1.39965234375, 1.3993604736328125, 1.3991485595703126, 1.3991854248046875, 1.3994864501953126, 1.399546875, 1.399447509765625, 1.3990963134765626, 1.3993790283203125, 1.399372802734375, 1.399635986328125, 1.3994639892578125, 1.399376953125, 1.398993896484375, 1.399372802734375, 1.3994066162109375, 1.3993277587890625, 1.3993963623046874, 1.3998489990234375, 1.3994404296875, 1.3996298828125, 1.3993543701171876, 1.3996400146484376, 1.3993819580078124, 1.399593994140625, 1.39938818359375, 1.399609375, 1.3995673828125, 1.399614501953125, 1.399294921875, 1.39947412109375, 1.399741455078125, 1.399953369140625, 1.3997691650390625, 1.3998253173828126, 1.399690185546875, 1.399609375, 1.3995694580078124, 1.3996502685546874, 1.3995181884765624, 1.3998612060546876, 1.3997015380859374, 1.399868408203125, 1.399719970703125, 1.3997659912109375, 1.399816162109375, 1.400052734375, 1.3999656982421875, 1.399974853515625, 1.39974755859375, 1.4001602783203124, 1.4000721435546875, 1.3998294677734375, 1.399690185546875, 1.3998980712890625]",tokens/s,0.7031464878906475,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-12b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1622.212608,9251.06176,0.0,8604.614656,8168.771072,s,10,5.397976928710937,0.5397976928710937,0.003252957682081113,0.5387704162597656,0.5401446716308593,0.5448378387451172,0.5485923724365234,"[0.549531005859375, 0.5386148681640625, 0.5385223999023437, 0.53890478515625, 0.5386381225585938, 0.5383339233398438, 0.5389730224609375, 0.538454345703125, 0.5391017456054688, 0.5389027099609375]",tokens/s,474.2517490921067,kWh,6.3643190857262646e-06,3.4873607123077623e-06,3.2867877171473636e-05,4.271955696950766e-05,tokens/kWh,5992571.509642001,MB,1622.540288,9251.06176,0.0,8604.614656,8459.203072,s,10,305.363953125,30.5363953125,0.005050649393459476,30.535573242187503,30.5427779296875,30.543360644531248,30.54382681640625,"[30.52715625, 30.53141796875, 30.532693359375, 30.534486328125, 30.535181640625, 30.539751953125, 30.543943359375, 30.53596484375, 30.5426484375, 30.540708984375]",tokens/s,2.0631118819126337,kWh,0.0003604710577829191,0.00019756927424735148,0.001843702957417324,0.002401743289447595,tokens/kWh,26230.946611488238,,s,629,309.7273792724611,0.4924123676827677,0.06401982088875056,0.48471142578125,0.4851081359863281,0.48529329833984375,1.0234545581054688,"[0.4844134521484375, 0.48424960327148436, 0.4838768615722656, 0.4840509338378906, 0.4839444580078125, 0.484358154296875, 0.4844482421875, 0.48417178344726564, 0.484063232421875, 0.4844974060058594, 0.4844482421875, 0.48457113647460937, 0.4841400451660156, 0.48414926147460935, 0.48442059326171877, 0.48460696411132814, 0.48429159545898437, 0.4846581726074219, 0.4842874755859375, 0.48482815551757813, 0.4841410522460938, 0.4845639953613281, 0.4843140869140625, 0.4842864990234375, 0.4843140869140625, 0.4842178649902344, 0.48458648681640626, 0.48457113647460937, 0.4843724670410156, 0.48424346923828127, 0.4846858215332031, 0.4843694152832031, 0.4844503173828125, 0.484316162109375, 0.48431924438476565, 0.4843038635253906, 0.48482302856445314, 0.4846796875, 0.4851097717285156, 0.4847912902832031, 0.48466021728515624, 0.48489471435546877, 0.4847247314453125, 0.48463360595703125, 0.484558837890625, 0.48459161376953125, 0.484537353515625, 0.4850043029785156, 0.48479232788085935, 0.48461209106445313, 0.4848773193359375, 0.48477490234375, 0.484716552734375, 0.4846735229492187, 0.48459878540039064, 0.4847329406738281, 0.48465509033203125, 0.4853012390136719, 0.48535040283203124, 0.4855377807617188, 0.484738037109375, 0.484917236328125, 1.0235719604492188, 0.48415130615234375, 0.484178955078125, 0.48397006225585937, 0.48416665649414065, 0.48413796997070313, 0.48420556640625, 0.48420556640625, 0.48457931518554687, 0.48412261962890624, 0.48405810546875, 0.4841062316894531, 0.48413287353515627, 0.4842168273925781, 0.4844503173828125, 0.4846376953125, 0.4847769775390625, 0.4841994018554687, 0.48459066772460935, 0.48434783935546877, 0.484890625, 0.48449331665039064, 0.4845137939453125, 0.48457626342773436, 0.48462847900390627, 0.48473190307617187, 0.48450970458984377, 0.4845117492675781, 0.4845619201660156, 0.4847779846191406, 0.4845404052734375, 0.48463461303710936, 0.4843612060546875, 0.4845261535644531, 0.4844481811523437, 0.48483737182617187, 0.4847882385253906, 0.4848875427246094, 0.4847933349609375, 0.484701171875, 0.4845199279785156, 0.4844922790527344, 0.4848598937988281, 0.48443289184570315, 0.48457421875, 0.48463973999023435, 0.4853411865234375, 0.48484454345703126, 0.4846243896484375, 0.485074951171875, 0.4848486328125, 0.4848814086914062, 0.4847984619140625, 0.48480667114257814, 0.4849141845703125, 0.4851015625, 0.48528903198242185, 0.48532882690429685, 0.4851548156738281, 0.48485580444335935, 0.48484454345703126, 0.4853125, 0.4850227966308594, 1.0235380859375, 0.48410317993164065, 0.48480767822265625, 0.4843653259277344, 0.48421990966796874, 0.48423526000976563, 0.4848394165039063, 0.4844421081542969, 0.4844093322753906, 0.4844451904296875, 0.4845598754882813, 0.4843008117675781, 0.4845752258300781, 0.4842362976074219, 0.4845199279785156, 0.4850954284667969, 0.48469403076171874, 0.484279296875, 0.48479034423828127, 0.4843253173828125, 0.4844984436035156, 0.4841564025878906, 0.4846725158691406, 0.48512203979492186, 0.4844625854492188, 0.4843212890625, 0.48467462158203123, 0.48461203002929687, 0.4844349365234375, 0.48452914428710936, 0.4844298095703125, 0.48461016845703125, 0.484614013671875, 0.484798583984375, 0.4846119689941406, 0.4849786987304687, 0.4846858215332031, 0.48461312866210937, 0.4846213073730469, 0.4845875244140625, 0.4848885803222656, 0.4847308654785156, 0.48458648681640626, 0.4847718505859375, 0.48482919311523437, 0.48454876708984373, 0.48485565185546875, 0.4848414611816406, 0.48466842651367187, 0.4845537414550781, 0.4847001647949219, 0.48449246215820313, 0.48473788452148436, 0.48498892211914063, 0.48489578247070314, 0.48526947021484373, 0.4849459228515625, 0.48471142578125, 0.4848138122558594, 0.4847359924316406, 0.48499813842773437, 0.4848875427246094, 0.48496231079101565, 1.0243994140625, 0.4844349365234375, 0.4843991088867188, 0.4842117004394531, 0.4842813415527344, 0.4842403869628906, 0.48433987426757813, 0.484024169921875, 0.4843038635253906, 0.4842353515625, 0.484787109375, 0.48448101806640625, 0.48466842651367187, 0.48445236206054687, 0.48443289184570315, 0.48459365844726565, 0.48467660522460937, 0.48443801879882814, 0.4848895874023437, 0.4842373046875, 0.48512408447265626, 0.484595703125, 0.4847554626464844, 0.4844001159667969, 0.48441650390625, 0.48465921020507813, 0.484642822265625, 0.48460186767578123, 0.4845977478027344, 0.48478924560546877, 0.48499609375, 0.48493362426757813, 0.4849407958984375, 0.4848752746582031, 0.4846028747558594, 0.4846305236816406, 0.4846499938964844, 0.48470220947265624, 0.48471038818359374, 0.48471551513671873, 0.4844564514160156, 0.4849541015625, 0.4847861633300781, 0.48452813720703125, 0.4848107604980469, 0.4847340393066406, 0.4847379455566406, 0.48452197265625, 0.48449331665039064, 0.48475750732421874, 0.484569091796875, 0.4848087158203125, 0.4848302001953125, 0.48512103271484375, 0.4848967590332031, 0.48484454345703126, 0.48488253784179686, 0.4849867858886719, 0.48486810302734373, 0.4847769470214844, 0.48491314697265625, 0.484864013671875, 0.48539544677734375, 1.0233948364257812, 0.4843284606933594, 0.48467559814453126, 0.484347900390625, 0.48432025146484375, 0.4841605224609375, 0.4842455139160156, 0.484527099609375, 0.48452096557617186, 0.48425778198242186, 0.4845527038574219, 0.4842608642578125, 0.4844298095703125, 0.4842782897949219, 0.48434991455078125, 0.4846090087890625, 0.4846653442382812, 0.4844011535644531, 0.484990966796875, 0.4842301635742188, 0.48462844848632813, 0.4843008117675781, 0.4847298583984375, 0.48496743774414064, 0.48471755981445314, 0.4846499938964844, 0.48471142578125, 0.484463623046875, 0.48496127319335935, 0.4847247314453125, 0.485180419921875, 0.48471142578125, 0.4846172180175781, 0.48463873291015624, 0.48470220947265624, 0.484537353515625, 0.48446771240234376, 0.484632568359375, 0.48466943359375, 0.48512408447265626, 0.48476773071289064, 0.4846632995605469, 0.48488037109375, 0.4852029418945312, 0.48526849365234376, 0.48468890380859375, 0.48475955200195314, 0.4848332824707031, 0.48487939453125, 0.4848772888183594, 0.48473907470703126, 0.48526336669921877, 0.484706298828125, 0.4846929931640625, 0.48469503784179685, 0.48489779663085936, 0.4847861633300781, 0.4850043029785156, 0.48494796752929686, 0.4850974731445313, 0.48504525756835937, 0.48474520874023436, 0.48480255126953126, 1.023477783203125, 0.4844134521484375, 0.4843561096191406, 0.48399365234375, 0.4843406677246094, 0.484716552734375, 0.484969482421875, 0.48477081298828123, 0.4846151733398438, 0.4840929260253906, 0.4843345947265625, 0.48432025146484375, 0.484674560546875, 0.484431884765625, 0.4841410522460938, 0.484495361328125, 0.48514456176757814, 0.48473394775390627, 0.48470220947265624, 0.484358154296875, 0.4849766540527344, 0.4846858215332031, 0.48496127319335935, 0.48465921020507813, 0.4847411193847656, 0.48464178466796876, 0.48492031860351564, 0.48475750732421874, 0.48503909301757814, 0.4846305236816406, 0.484305908203125, 0.4846161804199219, 0.484569091796875, 0.4847329406738281, 0.4844841003417969, 0.484632568359375, 0.4846571655273437, 0.48505548095703127, 0.48468173217773436, 0.4847933349609375, 0.4845813903808594, 0.4849162292480469, 0.48498892211914063, 0.4847933349609375, 0.4848517150878906, 0.4847288208007812, 0.484927490234375, 0.4849356689453125, 0.48475238037109375, 0.48510772705078126, 0.48468377685546876, 0.48489266967773437, 0.48487942504882814, 0.4850984191894531, 0.48497357177734374, 0.4848271484375, 0.48494796752929686, 0.48538214111328126, 0.48512307739257815, 0.484999267578125, 0.4850257263183594, 0.48503396606445315, 0.48593304443359375, 1.0239539184570312, 0.48429977416992187, 0.4842559509277344, 0.48459860229492185, 0.48460391235351563, 0.4847359924316406, 0.4846776428222656, 0.48462030029296876, 0.48451583862304687, 0.48471551513671873, 0.4845404052734375, 0.4845608825683594, 0.4843653259277344, 0.4843243408203125, 0.48482305908203127, 0.48482916259765624, 0.4848732299804687, 0.4845393981933594, 0.48484967041015625, 0.4846530456542969, 0.4848455810546875, 0.4845732421875, 0.48482705688476563, 0.4850595703125, 0.48513946533203123, 0.48498379516601564, 0.485296142578125, 0.48516827392578127, 0.4849652099609375, 0.48483737182617187, 0.4848752746582031, 0.4848016357421875, 0.4849949645996094, 0.48491009521484374, 0.4855838623046875, 0.48485580444335935, 0.48511077880859377, 0.4848404541015625, 0.48481997680664063, 0.4853811340332031, 0.4847779846191406, 0.4843458557128906, 0.4849029235839844, 0.4845506591796875, 0.4851036071777344, 0.48475137329101564, 0.4852777099609375, 0.48491128540039063, 0.484562744140625, 0.4848875427246094, 0.4845498046875, 0.48499594116210937, 0.48494183349609377, 0.48483636474609376, 0.48468377685546876, 0.48544561767578126, 0.48501348876953126, 0.4848394165039063, 0.4847411193847656, 0.4847964172363281, 0.4851957702636719, 0.48496844482421875, 0.4847359924316406, 1.0232073974609375, 0.484490234375, 0.4845455322265625, 0.48446771240234376, 0.48432638549804685, 0.4841615295410156, 0.48424960327148436, 0.48433050537109373, 0.48433560180664065, 0.48420761108398436, 0.48420864868164065, 0.4843264465332031, 0.4849520263671875, 0.48428955078125, 0.4840519714355469, 0.48451480102539063, 0.4848988037109375, 0.4841758728027344, 0.48431307983398436, 0.48416665649414065, 0.4848261108398437, 0.48460491943359374, 0.48502886962890623, 0.4847001647949219, 0.4848353271484375, 0.4846295166015625, 0.48451583862304687, 0.48465203857421874, 0.4845086975097656, 0.48467861938476564, 0.48453118896484376, 0.4846458740234375, 0.48502886962890623, 0.4848025817871094, 0.4848025817871094, 0.4844942626953125, 0.48476467895507813, 0.48492031860351564, 0.4847421569824219, 0.484738037109375, 0.4848517150878906, 0.4850595703125, 0.48530227661132813, 0.48475137329101564, 0.4853411865234375, 0.4847820739746094, 0.4848138122558594, 0.4847421569824219, 0.48483636474609376, 0.48488653564453127, 0.4848240661621094, 0.4848917236328125, 0.484665283203125, 0.48516403198242186, 0.48488348388671876, 0.4849060974121094, 0.48495599365234376, 0.4851435546875, 0.48525311279296873, 0.4848732299804687, 0.4849745788574219, 0.4849326171875, 0.48498074340820313, 1.024400390625, 0.4851056518554687, 0.4846172180175781, 0.48425982666015627, 0.484615234375, 0.4846140747070313, 0.4847052917480469, 0.48433355712890624, 0.48425778198242186, 0.4842271423339844, 0.4844676513671875, 0.48436019897460936, 0.48429977416992187, 0.48412060546875, 0.48462844848632813, 0.4846080017089844, 0.4845998229980469, 0.4845823974609375, 0.48480767822265625, 0.4848486328125, 0.48524493408203123, 0.485327880859375, 0.4848322448730469, 0.48449945068359374, 0.48453530883789064, 0.48471038818359374, 0.48461209106445313, 0.484701171875, 0.48461822509765623, 0.4846806945800781, 0.48506982421875, 0.4847206420898437, 0.4846776428222656, 0.48474624633789065, 0.4846827392578125, 0.4851599426269531, 0.4851036071777344, 0.48463665771484377, 0.4847759399414063, 0.4846253967285156, 0.4849827880859375, 0.48481280517578124, 0.48504730224609377, 0.4848465881347656, 0.4850995178222656, 0.48484762573242185, 0.48528384399414065, 0.48473907470703126, 0.48477285766601563, 0.4848795166015625, 0.48476553344726564, 0.48557568359375, 0.48473703002929686, 0.48491213989257814, 0.4852029418945312, 0.4850380859375, 0.48538320922851563, 0.4850360107421875, 0.4849786987304687, 0.48480767822265625, 0.48504525756835937, 0.48530328369140624, 0.4852090759277344, 1.0239539184570312, 0.4843612060546875, 0.48427725219726564, 0.48450048828125, 0.484701171875, 0.48421282958984374, 0.48420037841796876, 0.48450454711914065, 0.4842608642578125, 0.4844421081542969, 0.48421685791015623, 0.48430078125, 0.48509234619140623, 0.4844072875976563, 0.4846458740234375, 0.48496127319335935, 0.4847841186523438, 0.48478515625, 0.48487628173828123, 0.48469195556640626, 0.4847718505859375, 0.4844298095703125, 0.4845885314941406, 0.48447283935546875, 0.4848885803222656, 0.4845445251464844, 0.48440219116210936, 0.48458547973632815, 0.4849613952636719, 0.4848280334472656, 0.48482098388671874, 0.484611083984375, 0.4847226867675781, 0.4851599426269531, 0.4845998229980469, 0.4847933349609375, 0.4848529052734375, 0.48491195678710936, 0.48564739990234373, 0.485044189453125, 0.4851650695800781, 0.4847492980957031, 0.484843505859375, 0.48459674072265624, 0.4850298767089844, 0.4847861633300781, 0.48480255126953126, 0.4848322448730469, 0.48540261840820315, 0.48507391357421875, 0.4846192626953125, 0.48461004638671873, 0.4847636413574219, 0.48493362426757813, 0.48505343627929687, 0.4848609313964844, 0.4848691101074219, 0.4848609313964844, 0.48522750854492186, 0.48531149291992187, 0.485528564453125, 0.4851148681640625, 0.4848179321289062]",tokens/s,2.030818203665106,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-4.5B,facebook/xglm-4.5B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3040.452608,4364.6976,0.0,3718.250496,3446.424576,s,10,2.190915100097656,0.21909151000976562,0.001943963189092213,0.21872471618652345,0.2219030990600586,0.22202302169799806,0.22211895980834961,"[0.22095942687988282, 0.21912918090820313, 0.21651104736328125, 0.2170089874267578, 0.217830810546875, 0.21724432373046876, 0.21832025146484374, 0.2198916778564453, 0.2221429443359375, 0.22187644958496094]",tokens/s,1168.4615254538583,kWh,2.5576309003728505e-06,1.4014560809416853e-06,1.1737255252680539e-05,1.5696342233995073e-05,tokens/kWh,16309532.258130576,MB,3040.452608,4364.6976,0.0,3718.250496,3674.351616,s,10,119.729416015625,11.9729416015625,0.004946861890726124,11.972722167968751,11.9776060546875,11.980676074218751,11.98313208984375,"[11.98374609375, 11.9704267578125, 11.976736328125, 11.97025390625, 11.972646484375, 11.96654296875, 11.9727978515625, 11.976923828125, 11.972966796875, 11.966375]",tokens/s,5.261864802863345,kWh,0.00014142660262138004,7.751303716739788e-05,0.000647636494468118,0.0008665761342568958,tokens/kWh,72699.90195843969,,s,629,121.50664608764652,0.19317431810436644,0.026001706272005144,0.18995712280273438,0.19051458740234375,0.1908127716064453,0.4075341943359375,"[0.19015679931640625, 0.19102310180664062, 0.19044044494628906, 0.18992025756835937, 0.18986598205566407, 0.1898137664794922, 0.1900943298339844, 0.18970828247070312, 0.1896294403076172, 0.18981887817382812, 0.1907466278076172, 0.19037081909179687, 0.18979225158691407, 0.18958950805664063, 0.19006259155273436, 0.1900298309326172, 0.19079270935058593, 0.19074560546875, 0.18997555541992187, 0.18996531677246092, 0.19174400329589844, 0.1903124542236328, 0.19008511352539062, 0.1898741760253906, 0.19113267517089844, 0.1904127960205078, 0.1901844482421875, 0.18970930480957032, 0.19028378295898438, 0.1904332733154297, 0.1909452819824219, 0.1907271728515625, 0.19070361328125, 0.1898803253173828, 0.1908449249267578, 0.19039949035644532, 0.19103948974609375, 0.19014553833007813, 0.19077529907226562, 0.190060546875, 0.19027456665039064, 0.19001548767089843, 0.190455810546875, 0.19010047912597655, 0.19035340881347657, 0.19053977966308594, 0.19030630493164064, 0.19005850219726564, 0.18978509521484374, 0.18953829956054688, 0.18995916748046876, 0.18988645935058593, 0.19023052978515625, 0.19020083618164063, 0.19000422668457032, 0.18960281372070312, 0.1903585205078125, 0.18995916748046876, 0.19028172302246094, 0.1897523193359375, 0.18992332458496095, 0.1898455047607422, 0.40921908569335935, 0.18996018981933593, 0.18974832153320312, 0.1898474578857422, 0.18964889526367187, 0.18998783874511718, 0.19081932067871094, 0.19014860534667968, 0.18967141723632813, 0.18989669799804687, 0.1900595245361328, 0.1903585205078125, 0.18998988342285156, 0.19033395385742188, 0.19040357971191407, 0.19020390319824218, 0.1897584686279297, 0.18977996826171875, 0.18946560668945311, 0.19001036071777344, 0.19018649291992187, 0.19096882629394532, 0.18982400512695313, 0.18978509521484374, 0.1906298828125, 0.1900963897705078, 0.1901527099609375, 0.1908326416015625, 0.18979942321777343, 0.189844482421875, 0.18977894592285155, 0.18990284729003906, 0.18995712280273438, 0.1897830352783203, 0.18991513061523438, 0.1899315185546875, 0.1898455047607422, 0.189918212890625, 0.18978713989257812, 0.19004928588867187, 0.19029402160644532, 0.18976153564453124, 0.18995610046386718, 0.1902571563720703, 0.1899745330810547, 0.18970828247070312, 0.19011686706542968, 0.18995610046386718, 0.1899683837890625, 0.1897840576171875, 0.18966630554199218, 0.18977587890625, 0.18983833312988282, 0.18982400512695313, 0.18963661193847656, 0.18981990051269532, 0.18968678283691406, 0.18995610046386718, 0.18979942321777343, 0.19080294799804687, 0.18968576049804686, 0.18998374938964843, 0.18979225158691407, 0.4081162109375, 0.1903513641357422, 0.19143679809570313, 0.1900615692138672, 0.18989158630371095, 0.19010662841796874, 0.18985574340820313, 0.18982809448242188, 0.1897031707763672, 0.19044557189941405, 0.18989260864257812, 0.18974412536621094, 0.19069541931152345, 0.1899069366455078, 0.19015884399414062, 0.1899304962158203, 0.18987213134765624, 0.18976358032226562, 0.18973388671875, 0.1898403778076172, 0.18985369873046876, 0.18991410827636718, 0.1899683837890625, 0.18998886108398438, 0.18977996826171875, 0.1899673614501953, 0.1898577880859375, 0.18981272888183592, 0.18985983276367188, 0.18999501037597658, 0.18983322143554687, 0.19034010314941407, 0.1899120635986328, 0.1901158447265625, 0.19043431091308594, 0.1899735107421875, 0.19016908264160157, 0.1900789794921875, 0.18976255798339844, 0.1899304962158203, 0.18983833312988282, 0.19030528259277343, 0.18996121215820314, 0.18991719055175782, 0.18978201293945313, 0.1901844482421875, 0.1902550964355469, 0.19099853515625, 0.19009024047851564, 0.18987110900878906, 0.18990899658203125, 0.19039231872558593, 0.19038514709472656, 0.18986802673339845, 0.19011378479003907, 0.19073741149902343, 0.19014247131347656, 0.1900963897705078, 0.19028787231445313, 0.19005439758300782, 0.19058277893066405, 0.19075276184082032, 0.19105075073242186, 0.4071434326171875, 0.19111117553710938, 0.19029708862304687, 0.18971852111816406, 0.18985983276367188, 0.18970828247070312, 0.1896478729248047, 0.189770751953125, 0.18967654418945312, 0.19015884399414062, 0.18960794067382813, 0.18983013916015626, 0.18978099060058592, 0.1898629150390625, 0.18977177429199218, 0.18993766784667968, 0.18974412536621094, 0.18983731079101562, 0.18981990051269532, 0.19044557189941405, 0.19042201232910155, 0.19000218200683594, 0.1902540740966797, 0.1899622344970703, 0.18967245483398437, 0.1898946533203125, 0.18965913391113282, 0.18988134765625, 0.18992640686035156, 0.19032882690429687, 0.1897891845703125, 0.18988748168945313, 0.18968678283691406, 0.1902223358154297, 0.19056536865234375, 0.19039129638671876, 0.1901107177734375, 0.19016294860839844, 0.1900933074951172, 0.1902888946533203, 0.1896058807373047, 0.18996940612792967, 0.18971034240722656, 0.19055718994140625, 0.19048037719726563, 0.1900062713623047, 0.18988645935058593, 0.18974003601074219, 0.18984754943847656, 0.19016908264160157, 0.18987213134765624, 0.19173785400390625, 0.19008921813964844, 0.1908520965576172, 0.1898629150390625, 0.18972467041015625, 0.1896468505859375, 0.1895045166015625, 0.18976666259765626, 0.18975949096679687, 0.18985267639160155, 0.1897902069091797, 0.19000422668457032, 0.4076861572265625, 0.18977177429199218, 0.18957107543945312, 0.189949951171875, 0.19010252380371093, 0.18991513061523438, 0.18986189270019532, 0.19002061462402345, 0.1899120635986328, 0.1900011444091797, 0.18968576049804686, 0.190202880859375, 0.1896796112060547, 0.19047628784179688, 0.18981887817382812, 0.18989158630371095, 0.18972877502441407, 0.19000933837890624, 0.18988748168945313, 0.18985574340820313, 0.18974822998046875, 0.18976153564453124, 0.18987110900878906, 0.1898567657470703, 0.1904496612548828, 0.189876220703125, 0.18986189270019532, 0.18975436401367188, 0.1897584686279297, 0.1897891845703125, 0.1898424377441406, 0.1898772430419922, 0.19119410705566406, 0.18992434692382812, 0.18991719055175782, 0.1897461700439453, 0.18983013916015626, 0.1899857940673828, 0.18987826538085936, 0.19075276184082032, 0.1902172088623047, 0.18990797424316405, 0.19089511108398438, 0.19005850219726564, 0.1903626251220703, 0.19016294860839844, 0.19013119506835938, 0.19052032470703126, 0.1904496612548828, 0.19014247131347656, 0.19082444763183593, 0.1898086395263672, 0.18996018981933593, 0.18961817932128905, 0.1898219451904297, 0.19011686706542968, 0.18992845153808594, 0.1902581787109375, 0.19024485778808595, 0.19038412475585936, 0.19026431274414063, 0.19060838317871093, 0.19010867309570312, 0.40711065673828123, 0.1900789794921875, 0.19005439758300782, 0.1898639373779297, 0.18978099060058592, 0.1897512969970703, 0.18972262573242188, 0.18973695373535157, 0.18979327392578124, 0.18976153564453124, 0.1896785888671875, 0.18964480590820312, 0.18986189270019532, 0.19021311950683595, 0.18974003601074219, 0.1898629150390625, 0.18963967895507813, 0.19023564147949218, 0.19015577697753908, 0.19044146728515626, 0.19060838317871093, 0.1899632568359375, 0.18974412536621094, 0.1899192352294922, 0.18979942321777343, 0.189739013671875, 0.18984959411621094, 0.18971238708496094, 0.19051315307617187, 0.18992536926269532, 0.19039949035644532, 0.19006976318359375, 0.1899745330810547, 0.1899192352294922, 0.1896898498535156, 0.18990386962890626, 0.18992536926269532, 0.18979635620117188, 0.18993766784667968, 0.19039334106445313, 0.1896407012939453, 0.18960794067382813, 0.18975027465820313, 0.1897512969970703, 0.1898209228515625, 0.19032575988769532, 0.1900349426269531, 0.18992332458496095, 0.1897840576171875, 0.1898250274658203, 0.19001957702636718, 0.18980557250976562, 0.19014041137695312, 0.1902192687988281, 0.18999398803710937, 0.19036058044433593, 0.18978816223144532, 0.18988851928710937, 0.19006976318359375, 0.19062681579589844, 0.189955078125, 0.18988134765625, 0.18972160339355468, 0.40814080810546877, 0.19043020629882812, 0.18990489196777344, 0.18998886108398438, 0.18958131408691406, 0.1901045684814453, 0.18983935546875, 0.18997042846679688, 0.19002572631835937, 0.19087257385253906, 0.18973388671875, 0.18977792358398438, 0.18963250732421874, 0.18960691833496093, 0.1898567657470703, 0.18984652709960936, 0.18974822998046875, 0.1904117736816406, 0.18991001892089843, 0.19027967834472656, 0.1899366455078125, 0.1898772430419922, 0.18979942321777343, 0.18984346008300781, 0.18987315368652344, 0.18983833312988282, 0.18985267639160155, 0.1900421142578125, 0.1898997802734375, 0.18981683349609374, 0.18969088745117188, 0.18982911682128906, 0.1898987579345703, 0.18990489196777344, 0.18993254089355469, 0.18979533386230468, 0.18988645935058593, 0.1900943298339844, 0.19071078491210938, 0.19044248962402344, 0.1901854705810547, 0.19031552124023438, 0.190413818359375, 0.19061862182617187, 0.1901045684814453, 0.190487548828125, 0.18996940612792967, 0.18995916748046876, 0.19043533325195314, 0.1902458953857422, 0.19001242065429688, 0.18984754943847656, 0.18988543701171876, 0.1902755889892578, 0.19110809326171874, 0.19005746459960937, 0.18990591430664064, 0.18971034240722656, 0.19021209716796875, 0.18991719055175782, 0.19015884399414062, 0.19030630493164064, 0.19037799072265624, 0.40975668334960935, 0.18986904907226562, 0.1896826934814453, 0.189981689453125, 0.18960076904296874, 0.1903206329345703, 0.18970112609863282, 0.19098828125, 0.19000729370117186, 0.19016908264160157, 0.18983322143554687, 0.1904148406982422, 0.19014451599121093, 0.18970008850097655, 0.19014041137695312, 0.19007693481445312, 0.1901230010986328, 0.18999090576171876, 0.189802490234375, 0.19023564147949218, 0.18995916748046876, 0.19001242065429688, 0.1904680938720703, 0.19021209716796875, 0.19009024047851564, 0.19066879272460938, 0.190376953125, 0.19032882690429687, 0.18982707214355468, 0.19041690063476563, 0.18962124633789063, 0.1903308868408203, 0.19029093933105468, 0.19019775390625, 0.18998066711425782, 0.19013119506835938, 0.19030323791503906, 0.1901158447265625, 0.18965708923339844, 0.1903687744140625, 0.18969088745117188, 0.18983833312988282, 0.1913559112548828, 0.19069541931152345, 0.19020799255371093, 0.18968882751464844, 0.19023564147949218, 0.19037388610839845, 0.18994790649414062, 0.1905786895751953, 0.19024281311035157, 0.19003187561035156, 0.1898137664794922, 0.18969088745117188, 0.18964582824707032, 0.18987826538085936, 0.18970112609863282, 0.190171142578125, 0.19045989990234374, 0.190166015625, 0.19074458312988282, 0.18998886108398438, 0.18979942321777343, 0.41182516479492187, 0.19034010314941407, 0.19052032470703126, 0.19043431091308594, 0.19040562438964845, 0.18998783874511718, 0.1902335968017578, 0.19058790588378907, 0.18992025756835937, 0.18989056396484374, 0.19020492553710938, 0.18997555541992187, 0.18963967895507813, 0.19021516418457032, 0.19030015563964844, 0.19045274353027344, 0.1899673614501953, 0.19038925170898438, 0.189802490234375, 0.19024281311035157, 0.18988236999511718, 0.18972671508789063, 0.18969395446777343, 0.19045376586914062, 0.19055616760253907, 0.1903390655517578, 0.1896959991455078, 0.18977894592285155, 0.1897164764404297, 0.18966835021972656, 0.18990899658203125, 0.1901782989501953, 0.18996429443359375, 0.18969190979003905, 0.189802490234375, 0.18997964477539062, 0.1899192352294922, 0.18988645935058593, 0.19035749816894532, 0.19015577697753908, 0.19002163696289062, 0.18990591430664064, 0.1898577880859375, 0.18996429443359375, 0.19007078552246093, 0.1899735107421875, 0.19000729370117186, 0.19146957397460937, 0.1904332733154297, 0.190276611328125, 0.18994073486328125, 0.18992845153808594, 0.18996940612792967, 0.18989158630371095, 0.19016192626953124, 0.18999501037597658, 0.18971340942382814, 0.18979942321777343, 0.18969804382324218, 0.18984141540527344, 0.18973695373535157, 0.18978509521484374, 0.1900011444091797, 0.41165618896484374, 0.1897943115234375, 0.19018751525878907, 0.1898987579345703, 0.18995916748046876, 0.18978099060058592, 0.18968780517578124, 0.18963763427734376, 0.18988236999511718, 0.18971238708496094, 0.1893079071044922, 0.18949632263183594, 0.1894246368408203, 0.18974412536621094, 0.18988645935058593, 0.18984857177734374, 0.1897584686279297, 0.1898772430419922, 0.18988851928710937, 0.1902899169921875, 0.18975027465820313, 0.18976051330566407, 0.18977587890625, 0.18996633911132813, 0.1901598663330078, 0.190023681640625, 0.1906237487792969, 0.19034725952148437, 0.18987315368652344, 0.18974003601074219, 0.18974310302734376, 0.18989363098144532, 0.19047731018066405, 0.18996018981933593, 0.19003904724121093, 0.1902090301513672, 0.19019879150390626, 0.1905479736328125, 0.18968576049804686, 0.1903308868408203, 0.18991410827636718, 0.1900738525390625, 0.18983424377441407, 0.18995814514160156, 0.19019879150390626, 0.1899069366455078, 0.18994175720214843, 0.1899130859375, 0.18976460266113282, 0.18975334167480468, 0.18988134765625, 0.18966835021972656, 0.1902899169921875, 0.189770751953125, 0.18975334167480468, 0.18957618713378907, 0.18963046264648437, 0.18963661193847656, 0.18959666442871093, 0.18997862243652344, 0.18970623779296875, 0.18991001892089843, 0.18985472106933593]",tokens/s,5.176671566971595,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-7.5B,facebook/xglm-7.5B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2166.812672,7030.177792,0.0,6383.730688,5962.94144,s,10,3.2463099060058593,0.3246309906005859,0.002761346406907489,0.32357803344726566,0.32625957946777345,0.32939904632568356,0.3319106198120117,"[0.33253851318359373, 0.32306939697265624, 0.3234826965332031, 0.32367337036132815, 0.3232508544921875, 0.3229386901855469, 0.3241781311035156, 0.3247706604003906, 0.32284567260742186, 0.32556192016601565]",tokens/s,788.587680819953,kWh,3.814183122154633e-06,2.089991351321289e-06,1.8878222987870056e-05,2.4782397461345975e-05,tokens/kWh,10329912.608305661,MB,2166.812672,7030.177792,0.0,6383.730688,6214.526976,s,10,179.05527734374996,17.905527734374996,0.004869430944890276,17.904581054687497,17.910437890625,17.9138322265625,17.916547695312502,"[17.9172265625, 17.904431640625, 17.904248046875, 17.900634765625, 17.906916015625, 17.906193359375, 17.899064453125, 17.90968359375, 17.9021484375, 17.90473046875]",tokens/s,3.518466528023786,kWh,0.00021142124308854023,0.00011587646189996209,0.0010314880617489277,0.0013587857667374298,tokens/kWh,46364.92487794365,,s,629,181.67873324584986,0.28883741374538885,0.03845731384779289,0.28417330932617185,0.28449300537109373,0.2846117919921875,0.6072615209960938,"[0.2840586242675781, 0.284126220703125, 0.2839889831542969, 0.2839808044433594, 0.28427059936523436, 0.28413235473632814, 0.2845716552734375, 0.28445184326171874, 0.2843596801757812, 0.2844487609863281, 0.28462796020507813, 0.2843156433105469, 0.28423065185546875, 0.28426751708984377, 0.28454705810546876, 0.28454705810546876, 0.28445901489257813, 0.2845685729980469, 0.28455935668945315, 0.2846658630371094, 0.28470989990234374, 0.28449383544921875, 0.28470068359375, 0.28451736450195314, 0.2844170227050781, 0.2844508056640625, 0.28454501342773436, 0.2847774658203125, 0.284663818359375, 0.28432281494140627, 0.2842388610839844, 0.2841282653808594, 0.284506103515625, 0.28427059936523436, 0.2843166809082031, 0.284379150390625, 0.28459930419921875, 0.28447540283203127, 0.2842275695800781, 0.2842869873046875, 0.28437094116210937, 0.2841497497558594, 0.28429312133789064, 0.2842542114257812, 0.2841763916015625, 0.2842265625, 0.2843596801757812, 0.28411700439453125, 0.2841773986816406, 0.284263427734375, 0.28402175903320315, 0.2840391540527344, 0.2841487426757813, 0.28438119506835935, 0.2844989318847656, 0.28417434692382815, 0.2839879760742188, 0.28423065185546875, 0.28396337890625, 0.2842132568359375, 0.28420913696289063, 0.284073974609375, 0.6072084350585938, 0.2837821350097656, 0.28390911865234375, 0.28409652709960936, 0.2843770751953125, 0.283947021484375, 0.28417434692382815, 0.2840995788574219, 0.28407705688476564, 0.28449588012695315, 0.2841907348632812, 0.28411492919921877, 0.2843135986328125, 0.28413336181640625, 0.2840811462402344, 0.28404327392578127, 0.2847160339355469, 0.28417330932617185, 0.2847344665527344, 0.2840637512207031, 0.28400128173828126, 0.284178466796875, 0.2841517639160156, 0.2843023376464844, 0.2840914001464844, 0.2841241455078125, 0.28417022705078127, 0.2840637512207031, 0.28430029296875, 0.2840709228515625, 0.2841968688964844, 0.2842265625, 0.2839613342285156, 0.2840709228515625, 0.284000244140625, 0.28461260986328124, 0.28410675048828127, 0.2841661376953125, 0.2840873107910156, 0.2841845703125, 0.2843525085449219, 0.2843729858398438, 0.28422860717773435, 0.28430130004882814, 0.2843095092773438, 0.2842613830566406, 0.28447540283203127, 0.28428500366210935, 0.28420703125, 0.2842481384277344, 0.28438113403320314, 0.28416717529296875, 0.2840361022949219, 0.2846105651855469, 0.2841784362792969, 0.28432894897460936, 0.28409036254882813, 0.2841241455078125, 0.28408013916015623, 0.2841712646484375, 0.28400436401367185, 0.28443853759765625, 0.28408319091796874, 0.6077173461914063, 0.28385995483398435, 0.283978759765625, 0.28387429809570314, 0.28386712646484374, 0.2838978576660156, 0.28440985107421873, 0.28411904907226565, 0.2840176696777344, 0.28405657958984376, 0.28411187744140626, 0.284179443359375, 0.28396954345703124, 0.2839480285644531, 0.2838927307128906, 0.2839183349609375, 0.2840258483886719, 0.2840176696777344, 0.28422348022460936, 0.2839900207519531, 0.2840914001464844, 0.2842388610839844, 0.28403506469726564, 0.28402789306640625, 0.2843187255859375, 0.2841917419433594, 0.28413848876953124, 0.2838773803710937, 0.28421835327148437, 0.28405966186523435, 0.28423782348632814, 0.2843607177734375, 0.2843176879882813, 0.2842685546875, 0.28421835327148437, 0.28417434692382815, 0.2843381652832031, 0.2841487426757813, 0.284368896484375, 0.2844078063964844, 0.2842050476074219, 0.28462283325195314, 0.284358642578125, 0.28430130004882814, 0.28428494262695314, 0.28436480712890627, 0.2845296630859375, 0.2842685546875, 0.2844927978515625, 0.2841815185546875, 0.284442626953125, 0.2842419128417969, 0.28415386962890626, 0.2844487609863281, 0.2843135986328125, 0.2843423156738281, 0.2842972412109375, 0.28424798583984373, 0.2842552185058594, 0.28455014038085935, 0.2843924560546875, 0.28411492919921877, 0.28421734619140626, 0.6081444091796875, 0.2841006164550781, 0.28397772216796874, 0.28404122924804687, 0.28394906616210935, 0.2838927307128906, 0.2840258483886719, 0.2839234619140625, 0.2840238037109375, 0.28395828247070315, 0.2840975341796875, 0.2839889831542969, 0.28450201416015625, 0.28414361572265623, 0.28408831787109373, 0.2840463256835937, 0.2842030029296875, 0.2843955078125, 0.28436993408203126, 0.2842337341308594, 0.284042236328125, 0.284358642578125, 0.2842695617675781, 0.2841784362792969, 0.2843166809082031, 0.28429824829101563, 0.2840811462402344, 0.2840534973144531, 0.2841845703125, 0.2840534973144531, 0.2840504455566406, 0.28430642700195313, 0.28391015625, 0.2839889831542969, 0.283831298828125, 0.28392755126953123, 0.28389581298828126, 0.2838896789550781, 0.28397158813476564, 0.2842081298828125, 0.28411700439453125, 0.2841292724609375, 0.2840668029785156, 0.2841292724609375, 0.2842142639160156, 0.2840995788574219, 0.28410983276367185, 0.28427365112304687, 0.284358642578125, 0.284052490234375, 0.2841845703125, 0.28413748168945313, 0.2843176879882813, 0.2844190673828125, 0.284221435546875, 0.28416818237304686, 0.28430642700195313, 0.2840381469726562, 0.2842818603515625, 0.28428494262695314, 0.2842112121582031, 0.2842716064453125, 0.2840534973144531, 0.60746142578125, 0.28393060302734374, 0.28433099365234377, 0.28399310302734376, 0.28401254272460935, 0.28398593139648437, 0.2841313171386719, 0.28416818237304686, 0.2842347412109375, 0.28428082275390626, 0.2841507873535156, 0.2840975341796875, 0.2839971923828125, 0.28390911865234375, 0.2839889831542969, 0.2840811462402344, 0.28410470581054686, 0.2839981994628906, 0.2845675659179687, 0.2842644348144531, 0.28411904907226565, 0.2841313171386719, 0.2839552001953125, 0.28472320556640623, 0.28408523559570314, 0.28413543701171873, 0.2843156433105469, 0.2841006164550781, 0.28443853759765625, 0.2840811462402344, 0.2846740417480469, 0.2844446716308594, 0.28404122924804687, 0.2840668029785156, 0.2839347229003906, 0.284010498046875, 0.28418560791015623, 0.28450100708007814, 0.28425112915039064, 0.2842562561035156, 0.28440371704101564, 0.2842562561035156, 0.284231689453125, 0.2842060852050781, 0.28426751708984377, 0.28429107666015624, 0.28426751708984377, 0.28433306884765625, 0.2842972106933594, 0.2843740234375, 0.2843115539550781, 0.284115966796875, 0.2854819946289063, 0.2845685729980469, 0.2845265808105469, 0.2843402099609375, 0.2843607177734375, 0.28416513061523435, 0.28460647583007814, 0.28433099365234377, 0.28422964477539064, 0.28407501220703124, 0.2840166320800781, 0.6070548706054687, 0.28397772216796874, 0.2842142639160156, 0.2841231384277344, 0.2840534973144531, 0.28400946044921876, 0.28413748168945313, 0.28443954467773436, 0.2845880432128906, 0.28414776611328124, 0.2841353454589844, 0.284084228515625, 0.28411801147460936, 0.2842081298828125, 0.2840442810058594, 0.28407601928710935, 0.2842449951171875, 0.28411801147460936, 0.2843197326660156, 0.28412518310546875, 0.28405966186523435, 0.28424600219726565, 0.2840340576171875, 0.2840811462402344, 0.28429312133789064, 0.28411187744140626, 0.2839603271484375, 0.2841569213867188, 0.28434841918945314, 0.284506103515625, 0.2844508056640625, 0.2842337341308594, 0.28399411010742187, 0.28421017456054687, 0.28537548828125, 0.2839408569335938, 0.28432077026367186, 0.28411904907226565, 0.28429312133789064, 0.2842132568359375, 0.28413336181640625, 0.2842521667480469, 0.28406271362304686, 0.28434124755859375, 0.28433099365234377, 0.2841661376953125, 0.28436480712890627, 0.28434942626953125, 0.2842521667480469, 0.2841589660644531, 0.28441189575195314, 0.28453170776367187, 0.2842030029296875, 0.2841692199707031, 0.28416000366210936, 0.28423678588867185, 0.28436172485351563, 0.2839552001953125, 0.28412518310546875, 0.28446719360351563, 0.28419583129882814, 0.28474777221679687, 0.2840033264160156, 0.6085631713867188, 0.28396954345703124, 0.283968505859375, 0.28390194702148436, 0.2839449462890625, 0.28417230224609374, 0.2840944519042969, 0.2841292724609375, 0.28412518310546875, 0.28402688598632814, 0.28406170654296875, 0.28399102783203123, 0.2838783874511719, 0.2841692199707031, 0.2838927307128906, 0.28444775390625, 0.284000244140625, 0.28400128173828126, 0.28406475830078126, 0.2840401916503906, 0.283931640625, 0.28403302001953123, 0.284037109375, 0.2841221008300781, 0.28410470581054686, 0.2840320129394531, 0.2838548583984375, 0.28388250732421877, 0.2839654541015625, 0.28395111083984376, 0.28408523559570314, 0.2842983093261719, 0.28375442504882814, 0.2839920654296875, 0.28402175903320315, 0.28387225341796873, 0.28438119506835935, 0.28407601928710935, 0.28404946899414063, 0.2842551574707031, 0.2841978759765625, 0.2842070922851562, 0.28421530151367186, 0.28429312133789064, 0.28450405883789065, 0.28440786743164065, 0.2841548156738281, 0.2841917419433594, 0.2843515014648437, 0.2841292724609375, 0.2845614013671875, 0.2843156433105469, 0.284221435546875, 0.28415179443359373, 0.2842388610839844, 0.2841866149902344, 0.2841487426757813, 0.284142578125, 0.28412109375, 0.28408831787109373, 0.284115966796875, 0.28415289306640623, 0.28404324340820314, 0.608975830078125, 0.2839756774902344, 0.28401254272460935, 0.284015625, 0.28397158813476564, 0.283978759765625, 0.2840391540527344, 0.28432077026367186, 0.2841395263671875, 0.28395828247070315, 0.2838773803710937, 0.28397259521484375, 0.28400128173828126, 0.28430642700195313, 0.28451019287109375, 0.28429312133789064, 0.2843934631347656, 0.28446002197265624, 0.28446719360351563, 0.2843525085449219, 0.2842388610839844, 0.284663818359375, 0.284410888671875, 0.284717041015625, 0.284590087890625, 0.2842941589355469, 0.28429312133789064, 0.28422042846679685, 0.28461773681640623, 0.28425830078125, 0.2841784362792969, 0.2841835632324219, 0.28396337890625, 0.28414669799804687, 0.2838783874511719, 0.28402484130859373, 0.2840811462402344, 0.28442010498046877, 0.28415487670898437, 0.28427777099609375, 0.2842941589355469, 0.2841723327636719, 0.2844722900390625, 0.28440472412109374, 0.2844149780273437, 0.2843668518066406, 0.2846402587890625, 0.2845829162597656, 0.28443853759765625, 0.28450918579101564, 0.28438629150390626, 0.2841661376953125, 0.28417022705078127, 0.2841436767578125, 0.28421524047851565, 0.28443341064453126, 0.28612710571289063, 0.28414053344726564, 0.28417230224609374, 0.28415487670898437, 0.2841006164550781, 0.28416818237304686, 0.28408013916015623, 0.6072821655273437, 0.28395623779296875, 0.2840791015625, 0.28415283203125, 0.28399310302734376, 0.283968505859375, 0.283968505859375, 0.28399411010742187, 0.28430746459960937, 0.28411700439453125, 0.28397158813476564, 0.2839889831542969, 0.28391525268554685, 0.2844774475097656, 0.28397671508789063, 0.2840780944824219, 0.2840361022949219, 0.28408935546875, 0.2841497497558594, 0.28394393920898436, 0.28423678588867185, 0.2844631042480469, 0.28419482421875, 0.28414361572265623, 0.28402484130859373, 0.28415487670898437, 0.284000244140625, 0.28439141845703125, 0.2844231567382812, 0.2840668029785156, 0.2841845703125, 0.2841640930175781, 0.2839603271484375, 0.28406271362304686, 0.2839971923828125, 0.2843381652832031, 0.28419583129882814, 0.2844293212890625, 0.28411492919921877, 0.28412518310546875, 0.2840453186035156, 0.28429824829101563, 0.28422042846679685, 0.2846382141113281, 0.2844774475097656, 0.28423678588867185, 0.28416818237304686, 0.2841866149902344, 0.2844088439941406, 0.28435455322265624, 0.28439352416992186, 0.2840565185546875, 0.2840381469726562, 0.28405145263671877, 0.28422964477539064, 0.2842972106933594, 0.28434637451171874, 0.284179443359375, 0.28410986328125, 0.28413031005859374, 0.2840616760253906, 0.2840361022949219, 0.2840504455566406, 0.6098125, 0.28386611938476564, 0.28409036254882813, 0.28391525268554685, 0.28427059936523436, 0.2840227966308594, 0.28418252563476565, 0.284105712890625, 0.2841559143066406, 0.28406170654296875, 0.2840391540527344, 0.2840340576171875, 0.28402688598632814, 0.28404534912109375, 0.28431460571289063, 0.2840975341796875, 0.28418865966796875, 0.28402688598632814, 0.28416513061523435, 0.2842828674316406, 0.2841446533203125, 0.28427059936523436, 0.28408013916015623, 0.2840873107910156, 0.2840258483886719, 0.2839552001953125, 0.28423678588867185, 0.28420913696289063, 0.28433306884765625, 0.28393887329101564, 0.28398995971679686, 0.284263427734375, 0.28400436401367185, 0.28420913696289063, 0.2843084716796875, 0.28404837036132813, 0.28416204833984376, 0.28417230224609374, 0.2841282653808594, 0.2842890319824219, 0.2843381652832031, 0.2843453369140625, 0.28423065185546875, 0.2841845703125, 0.2841415710449219, 0.28409652709960936, 0.2840289306640625, 0.2840995788574219, 0.28419378662109374, 0.2846730346679687, 0.2843473815917969, 0.2841835632324219, 0.28414053344726564, 0.28415179443359373, 0.2845736999511719, 0.28439141845703125, 0.2842542114257812, 0.28417330932617185, 0.28427877807617186, 0.2840555419921875, 0.284142578125, 0.28466790771484374, 0.2841364440917969]",tokens/s,3.46215535942135,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-14B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3768.549376,12218.53184,0.0,11572.084736,11067.830272,s,10,6.234430114746093,0.6234430114746093,0.0012077956402805968,0.6233088073730468,0.6253229248046874,0.6256142822265625,0.6258473681640625,"[0.6225289306640625, 0.6219365234375, 0.6234368896484375, 0.6232257080078125, 0.6233919067382813, 0.6224734497070312, 0.623823974609375, 0.6252581787109375, 0.6224489135742187, 0.6259056396484375]",tokens/s,410.6229363201804,kWh,7.3510337207052455e-06,4.028090057331343e-06,3.744761165742497e-05,4.8826735435461556e-05,tokens/kWh,5243029.207602399,MB,3768.549376,12218.53184,0.0,11572.084736,11417.44384,s,10,338.151859375,33.815185937500004,0.002359642213759128,33.815607421875,33.817147265624996,33.8180384765625,33.8187514453125,"[33.813171875, 33.80974609375, 33.815921875, 33.81585546875, 33.8189296875, 33.814140625, 33.815359375, 33.81694921875, 33.8149453125, 33.81683984375]",tokens/s,1.8630682710555475,kWh,0.00039913779823316466,0.00021875981365912164,0.0020517374763559647,0.0026696350882482512,tokens/kWh,23598.73088173225,,s,629,343.2234896850585,0.5456653254134476,0.07413550819300896,0.53669677734375,0.5370257202148437,0.5371780883789062,1.1599311865234374,"[0.5362810668945313, 0.5365596313476563, 0.5364756469726563, 0.5363067016601563, 0.536511474609375, 0.5362237548828125, 0.536647705078125, 0.5367030029296875, 0.5366149291992187, 0.536501220703125, 0.5363087158203125, 0.5366619873046875, 0.5364234008789063, 0.536468505859375, 0.5364039306640624, 0.536290283203125, 0.5366968383789062, 0.5364224243164063, 0.5364838256835938, 0.5366435546875, 0.5367398681640625, 0.5367551879882813, 0.5366241455078125, 0.536642578125, 0.5363783569335937, 0.5365247802734375, 0.5365186767578125, 0.5369231567382813, 0.5367019653320313, 0.5366395263671875, 0.5363342895507812, 0.5365678100585938, 0.536532958984375, 0.536953857421875, 0.5370747680664063, 0.53696728515625, 0.5369107055664063, 0.53680126953125, 0.536784912109375, 0.5369497680664063, 0.5368955078125, 0.536742919921875, 0.5366722412109375, 0.5367408447265625, 0.5370828857421875, 0.5366578979492187, 0.5366333618164062, 0.5367685546875, 0.5373429565429687, 0.5368453369140626, 0.5371207885742187, 0.5368853149414062, 0.5367161865234376, 0.536858642578125, 0.5368402099609375, 0.5368125610351563, 0.5368002319335937, 0.5371084594726563, 0.5369446411132812, 0.5370245361328125, 0.5367992553710937, 0.536958984375, 1.159732177734375, 0.5364080810546875, 0.53661181640625, 0.5363170166015625, 0.5364008178710937, 0.5362647094726563, 0.5362411499023437, 0.5363547973632813, 0.5363763427734375, 0.5366896362304687, 0.5368125610351563, 0.5364735717773438, 0.5364674682617188, 0.5364121704101562, 0.536563720703125, 0.536489990234375, 0.5364398193359375, 0.5366784057617188, 0.537006103515625, 0.5365493774414063, 0.5365432739257813, 0.5365350341796875, 0.536369140625, 0.5363394775390625, 0.5367193603515625, 0.5366928100585937, 0.5367510375976563, 0.5365565185546874, 0.5368657836914063, 0.53655859375, 0.5367664794921875, 0.536964111328125, 0.5367859497070312, 0.5366876220703125, 0.5368555297851563, 0.536141845703125, 0.53671630859375, 0.5368156127929687, 0.5365514526367188, 0.5365862426757813, 0.5367060546875, 0.5366968383789062, 0.5366732788085937, 0.5367880249023438, 0.5367142333984375, 0.5371443481445313, 0.5368463134765625, 0.53663232421875, 0.5368638305664063, 0.53669677734375, 0.5367633666992188, 0.5369375, 0.5367716064453125, 0.5365780639648438, 0.5366773681640625, 0.5368350830078125, 0.5367705688476563, 0.5367490844726562, 0.536859619140625, 0.5367521362304688, 0.537037841796875, 0.536658935546875, 0.5368186645507812, 1.1609200439453125, 0.5362657470703125, 0.5365555419921875, 0.536721435546875, 0.53648486328125, 0.53642138671875, 0.5364653930664063, 0.5365667724609375, 0.5366026000976563, 0.536511474609375, 0.5365575561523438, 0.536310791015625, 0.5365985107421875, 0.5365227661132812, 0.536529052734375, 0.5363894653320312, 0.53654833984375, 0.5364520874023437, 0.5367716064453125, 0.5366333618164062, 0.5367439575195313, 0.5365176391601563, 0.5366046752929687, 0.53838232421875, 0.5368411865234375, 0.536627197265625, 0.5364777221679687, 0.5364521484375, 0.5369036254882813, 0.5366814575195312, 0.5366497192382812, 0.536468505859375, 0.5365791015625, 0.5366394653320312, 0.536933349609375, 0.5364234008789063, 0.536679443359375, 0.5367470703125, 0.5367152099609375, 0.5366619873046875, 0.536711181640625, 0.5366661376953125, 0.5368309936523438, 0.5369999389648438, 0.5369364624023437, 0.536826904296875, 0.536858642578125, 0.5387857666015625, 0.5367183227539063, 0.5369241333007813, 0.5373931274414062, 0.5369784545898437, 0.536806396484375, 0.536595458984375, 0.5368524780273437, 0.536958984375, 0.5367183227539063, 0.5368104858398437, 0.5369609985351562, 0.5369999389648438, 0.536901611328125, 0.53682177734375, 0.53682275390625, 1.160515625, 0.5361018676757813, 0.5365678100585938, 0.53625244140625, 0.5364254760742188, 0.5363978271484375, 0.5362288818359375, 0.53628515625, 0.5363446044921875, 0.5365831909179688, 0.5366722412109375, 0.53650537109375, 0.5376819458007812, 0.536669189453125, 0.5364346923828125, 0.536553466796875, 0.5367654418945312, 0.53661181640625, 0.5366384887695312, 0.53665283203125, 0.537007080078125, 0.5366466674804687, 0.5365309448242187, 0.5365933837890625, 0.536742919921875, 0.5365678100585938, 0.5365565185546874, 0.536458251953125, 0.5372078247070312, 0.5368923950195312, 0.5368361206054687, 0.5366210327148437, 0.5368002319335937, 0.5366077270507813, 0.5368760375976562, 0.5365084228515625, 0.5366435546875, 0.5367418823242187, 0.5365227661132812, 0.5366753540039062, 0.5366435546875, 0.5366548461914062, 0.5368023071289062, 0.5367337036132812, 0.5392015380859375, 0.5369129028320313, 0.5367388305664063, 0.5366497192382812, 0.5369774169921875, 0.53680126953125, 0.5369784545898437, 0.5371361083984375, 0.5369088134765625, 0.5367767333984375, 0.5368411865234375, 0.536658935546875, 0.5367756958007812, 0.5368413696289063, 0.5370243530273437, 0.5370480346679688, 0.5370777587890625, 0.5369784545898437, 0.5370316772460938, 1.1606220703125, 0.5364172973632813, 0.5367091064453124, 0.5370255126953125, 0.5368668212890625, 0.5365166015625, 0.5362349853515626, 0.536364013671875, 0.5366016235351563, 0.5368115234375, 0.5364859008789062, 0.5362606201171874, 0.5366507568359375, 0.5365955810546875, 0.5366537475585937, 0.5365309448242187, 0.5365606689453125, 0.53635693359375, 0.53663330078125, 0.536543212890625, 0.536880126953125, 0.5366712036132812, 0.5365288696289062, 0.536700927734375, 0.536458251953125, 0.5365206909179687, 0.5366599731445313, 0.5366569213867187, 0.5367030029296875, 0.5365924072265625, 0.5366507568359375, 0.5365924072265625, 0.53671630859375, 0.5367152709960937, 0.5367725830078125, 0.5365667724609375, 0.5367265014648438, 0.5366703491210938, 0.5366823120117188, 0.5366497192382812, 0.5367418823242187, 0.536647705078125, 0.5368361206054687, 0.5367510986328125, 0.537059326171875, 0.53715966796875, 0.5364152221679688, 0.5364254760742188, 0.5369794311523437, 0.53715966796875, 0.5369088134765625, 0.5369815063476563, 0.5368207397460938, 0.5366527709960938, 0.5367030029296875, 0.5368309936523438, 0.5368862915039062, 0.5418343505859375, 0.5373899536132812, 0.53707470703125, 0.5371945190429688, 0.537112548828125, 0.53711767578125, 1.15996875, 0.5362606201171874, 0.5365380859375, 0.5366005859375, 0.5365452880859375, 0.53631591796875, 0.536321044921875, 0.5363015747070312, 0.5365176391601563, 0.536543212890625, 0.5366220703125, 0.5364295654296874, 0.5364049682617188, 0.536647705078125, 0.536542236328125, 0.5364705200195312, 0.5366282348632813, 0.5364315795898438, 0.536563720703125, 0.536521728515625, 0.5365892944335937, 0.536700927734375, 0.5367664794921875, 0.5364962158203125, 0.53661376953125, 0.536468505859375, 0.5364418334960938, 0.5364090576171875, 0.5366179809570313, 0.5364705200195312, 0.5369210815429688, 0.5367070922851562, 0.536922119140625, 0.536896484375, 0.536995849609375, 0.5365135498046875, 0.5370050659179687, 0.5370306396484374, 0.5394656982421875, 0.536394775390625, 0.5367521362304688, 0.537101318359375, 0.5368862915039062, 0.5367367553710938, 0.536669189453125, 0.5368678588867187, 0.5367992553710937, 0.5364859008789062, 0.5366539306640625, 0.5368544311523438, 0.5369548950195312, 0.5371525268554688, 0.5368790893554688, 0.5366578979492187, 0.5367459716796875, 0.5368186645507812, 0.5368729858398438, 0.5367808227539063, 0.5369108276367187, 0.5368453369140626, 0.5372252197265625, 0.5366773681640625, 0.5368678588867187, 1.1612681884765625, 0.5363363647460937, 0.5364295654296874, 0.5364602661132812, 0.5364306030273438, 0.5367684936523438, 0.5365238037109376, 0.5364756469726563, 0.5367265014648438, 0.5365872802734375, 0.5365821533203124, 0.53650537109375, 0.5366405029296875, 0.5364459228515625, 0.5365443115234375, 0.5362177124023437, 0.5364324951171875, 0.536721435546875, 0.5367879638671875, 0.5362688598632812, 0.5366260986328125, 0.5364387817382813, 0.5364408569335938, 0.5387745361328125, 0.5367828979492187, 0.5366834716796876, 0.536796142578125, 0.536754150390625, 0.5371105346679688, 0.5366548461914062, 0.536666259765625, 0.53655029296875, 0.536647705078125, 0.5366445922851563, 0.5368330078125, 0.536394775390625, 0.536531982421875, 0.5366241455078125, 0.5366220703125, 0.5366558837890625, 0.5366978759765625, 0.536542236328125, 0.536754150390625, 0.536795166015625, 0.5367787475585938, 0.5369467163085937, 0.536838134765625, 0.5365647583007812, 0.5367982177734375, 0.5368995971679688, 0.5371882934570312, 0.53720166015625, 0.53701220703125, 0.5369548950195312, 0.5367684936523438, 0.5368616943359374, 0.5367019653320313, 0.5368186645507812, 0.5369036865234375, 0.5370368041992187, 0.5373153076171875, 0.5373296508789063, 0.5370501098632813, 1.1625748291015625, 0.5365565185546874, 0.5367439575195313, 0.5362565307617188, 0.5365073852539063, 0.5365032958984375, 0.5364664306640625, 0.53650537109375, 0.5365309448242187, 0.5368842163085937, 0.5364326171875, 0.5366077270507813, 0.5365883178710937, 0.5364326171875, 0.5365944213867188, 0.5365892944335937, 0.5378468017578125, 0.5365228881835937, 0.5367540283203125, 0.5366405029296875, 0.5367450561523438, 0.536545166015625, 0.5364736328125, 0.5366353759765625, 0.5367736206054687, 0.5366937866210938, 0.5369927978515625, 0.5367716064453125, 0.536795166015625, 0.5367532348632813, 0.536639404296875, 0.5366845703125, 0.5370337524414063, 0.536859619140625, 0.5371627807617188, 0.5368104858398437, 0.5368361206054687, 0.5368084716796875, 0.5367183227539063, 0.5369231567382813, 0.5367869262695313, 0.5366549682617188, 0.5366117553710937, 0.53684326171875, 0.5366405029296875, 0.536875, 0.5368248291015625, 0.5365494384765624, 0.5367357177734375, 0.536890380859375, 0.5368504028320312, 0.5369609985351562, 0.5369129028320313, 0.53688525390625, 0.5371054077148437, 0.5369815063476563, 0.5370162963867188, 0.5372426147460938, 0.5372528686523438, 0.5367838745117187, 0.5369313354492188, 0.536858642578125, 0.536848388671875, 1.1598345947265625, 0.5363496704101562, 0.5367756958007812, 0.536563720703125, 0.5363814697265625, 0.5364010009765625, 0.5364909057617188, 0.5365892944335937, 0.5365883178710937, 0.5366558837890625, 0.5366210327148437, 0.536458251953125, 0.5366978759765625, 0.5365155639648438, 0.5365811157226562, 0.5366445922851563, 0.5368104858398437, 0.5383587646484375, 0.5365862426757813, 0.5365698852539063, 0.5368668212890625, 0.5365514526367188, 0.5363937377929687, 0.5366200561523438, 0.5369077758789063, 0.5366599731445313, 0.5366865844726563, 0.5365606689453125, 0.536816650390625, 0.5366128540039062, 0.536658935546875, 0.5365227661132812, 0.536748046875, 0.5365575561523438, 0.53676953125, 0.5365933837890625, 0.5366190185546875, 0.5366876220703125, 0.5366507568359375, 0.5364306030273438, 0.5365791015625, 0.5367398681640625, 0.5368473510742188, 0.53686474609375, 0.5368627319335938, 0.5368157958984375, 0.5369567260742187, 0.5364766845703125, 0.5367859497070312, 0.5371401977539062, 0.5371054077148437, 0.5369528198242187, 0.5369129028320313, 0.5367203979492188, 0.536784912109375, 0.53682177734375, 0.5367337036132812, 0.53671728515625, 0.536933349609375, 0.5369047241210938, 0.5369364624023437, 0.5370839233398438, 0.5373368530273438, 1.1633480224609376, 0.5362933959960937, 0.536469482421875, 0.5363046875, 0.5364182739257812, 0.5366026000976563, 0.5363189697265625, 0.5363978271484375, 0.5365073852539063, 0.5366466674804687, 0.5364121704101562, 0.5363589477539062, 0.5364653930664063, 0.5364387817382813, 0.5365453491210938, 0.5363465576171875, 0.536647705078125, 0.5366210327148437, 0.536754150390625, 0.536722412109375, 0.5366098022460938, 0.5365985107421875, 0.5363824462890625, 0.5365166015625, 0.5368186645507812, 0.5366896362304687, 0.5384898681640625, 0.5365606689453125, 0.5365924072265625, 0.5365964965820312, 0.5368607177734375, 0.5365575561523438, 0.536784912109375, 0.5367736206054687, 0.536806396484375, 0.5364295654296874, 0.5370234985351563, 0.536875, 0.5366773681640625, 0.5367664794921875, 0.5367080688476562, 0.5366456298828125, 0.5365166015625, 0.5366886596679687, 0.5369712524414062, 0.5371290893554688, 0.53671923828125, 0.5365913696289063, 0.5369273071289062, 0.5369098510742187, 0.5368984375, 0.5369497680664063, 0.5370265502929688, 0.5368084716796875, 0.5368350830078125, 0.537069580078125, 0.5368176879882812, 0.5368914794921875, 0.5369465942382813, 0.5369600219726562, 0.5369692993164062, 0.53684423828125, 0.5369835815429688]",tokens/s,1.8326251521338754,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,r,r,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/r/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694758b-470c3e0558f1e9934ac9e99c;531de72c-373a-4355-981c-b64286caf091) Repository Not Found for url: https://huggingface.co/r/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: r is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2108.653568,5971.116032,0.0,5324.668928,5080.876032,s,10,3.254842498779297,0.3254842498779297,0.001114065237433989,0.3250286560058594,0.3257514434814453,0.3272673233032226,0.3284800271606445,"[0.328783203125, 0.32502313232421876, 0.3253096313476562, 0.3250040283203125, 0.32493109130859377, 0.3254145812988281, 0.3249727783203125, 0.32496087646484373, 0.3250341796875, 0.32540899658203126]",tokens/s,786.5203926027474,kWh,3.84116784859729e-06,2.1047766923490397e-06,1.920148489522528e-05,2.514742943617161e-05,tokens/kWh,10179966.928618725,MB,2108.653568,5971.116032,0.0,5324.668928,5290.118656,s,10,177.13133984375,17.713133984375002,0.001836879786445902,17.712749023437503,17.7155212890625,17.71599501953125,17.71637400390625,"[17.7094375, 17.71198828125, 17.71232421875, 17.712689453125, 17.712490234375, 17.713939453125, 17.71377734375, 17.71280859375, 17.71646875, 17.715416015625]",tokens/s,3.5566828577920293,kWh,0.00020915095838113933,0.00011463212397823582,0.0010249259615171765,0.0013487090438765517,tokens/kWh,46711.335025174216,,s,629,179.77634902954114,0.2858129555318617,0.038628015635411614,0.2811412353515625,0.2814228515625,0.28152381591796877,0.6061751391601563,"[0.2810777587890625, 0.28092620849609373, 0.28088525390625, 0.280838134765625, 0.2809333801269531, 0.28067941284179687, 0.28087091064453124, 0.2809241638183594, 0.2810931091308594, 0.28108184814453124, 0.28116070556640627, 0.28089447021484376, 0.2808821716308594, 0.28095077514648437, 0.2809036865234375, 0.280943603515625, 0.2808340454101563, 0.2809927673339844, 0.28108184814453124, 0.281091064453125, 0.28095794677734376, 0.2809938049316406, 0.2811002807617187, 0.28091595458984375, 0.28110848999023436, 0.2811279296875, 0.2810521545410156, 0.2811770935058594, 0.28101223754882815, 0.281059326171875, 0.2810245056152344, 0.2809323425292969, 0.28119961547851563, 0.2811125793457031, 0.28143206787109376, 0.281101318359375, 0.28115045166015623, 0.28138803100585935, 0.2812610473632812, 0.28120166015625, 0.28122726440429685, 0.28131329345703127, 0.28121701049804687, 0.28117913818359375, 0.2809989013671875, 0.2813675537109375, 0.28137677001953126, 0.28117913818359375, 0.2810777587890625, 0.28124774169921873, 0.281164794921875, 0.281196533203125, 0.28134707641601564, 0.2811832275390625, 0.2812538757324219, 0.28116888427734377, 0.28106854248046875, 0.28122726440429685, 0.281122802734375, 0.28126617431640627, 0.28131329345703127, 0.28124774169921873, 0.6063380737304688, 0.28098458862304687, 0.2808115234375, 0.2807510986328125, 0.28091802978515623, 0.28093646240234377, 0.28100302124023435, 0.28108084106445314, 0.2809866333007813, 0.2808965148925781, 0.2809385070800781, 0.2809046936035156, 0.2808934326171875, 0.28086273193359373, 0.28120269775390627, 0.2810859375, 0.28100811767578127, 0.28084326171875, 0.2810449829101562, 0.2810654602050781, 0.28101937866210935, 0.28106341552734376, 0.28127743530273436, 0.28122113037109375, 0.2810931091308594, 0.28118118286132815, 0.28112384033203125, 0.28111358642578127, 0.28134194946289065, 0.28118118286132815, 0.2811453552246094, 0.2811934814453125, 0.2813255615234375, 0.2810931091308594, 0.2812149658203125, 0.28111154174804687, 0.2811781005859375, 0.28105624389648437, 0.2810224609375, 0.28145050048828124, 0.28102859497070315, 0.2810921020507812, 0.2813788146972656, 0.28130712890625, 0.2813788146972656, 0.2810214538574219, 0.2815672302246094, 0.28127435302734377, 0.2810726318359375, 0.28103067016601563, 0.28111154174804687, 0.28136038208007813, 0.28119143676757813, 0.28112896728515624, 0.28117913818359375, 0.28128256225585935, 0.2813081665039063, 0.28129995727539064, 0.28135321044921874, 0.28134707641601564, 0.28152935791015626, 0.2813255615234375, 0.28147198486328123, 0.6066227416992187, 0.2809098205566406, 0.2808719482421875, 0.28102554321289064, 0.28104702758789063, 0.2808401794433594, 0.28098968505859373, 0.2811484069824219, 0.28116378784179685, 0.28091802978515623, 0.28097842407226564, 0.2810368041992187, 0.28097125244140625, 0.2808842163085937, 0.28110336303710937, 0.28096511840820315, 0.2808688659667969, 0.281027587890625, 0.2810245056152344, 0.28101119995117185, 0.2810521545410156, 0.2808965148925781, 0.281069580078125, 0.2811453552246094, 0.28131329345703127, 0.28105624389648437, 0.2812549133300781, 0.28084225463867185, 0.28120065307617187, 0.28095281982421877, 0.2810378112792969, 0.28143515014648435, 0.2811975708007812, 0.28118936157226565, 0.2811351013183594, 0.2813869934082031, 0.28113714599609374, 0.28141876220703127, 0.28113201904296875, 0.2815682678222656, 0.2815467529296875, 0.28107672119140625, 0.281275390625, 0.2812549133300781, 0.2810992736816406, 0.28117196655273435, 0.28111154174804687, 0.28140032958984373, 0.2811883544921875, 0.28148223876953127, 0.281238525390625, 0.2814341125488281, 0.28122830200195315, 0.28124465942382815, 0.2812200927734375, 0.2811576232910156, 0.2811269226074219, 0.2812252197265625, 0.2812303466796875, 0.28119961547851563, 0.28121908569335935, 0.28127743530273436, 0.2814617614746094, 0.6061670532226563, 0.2809108581542969, 0.28080230712890625, 0.2814484558105469, 0.28111358642578127, 0.28132147216796877, 0.28121701049804687, 0.2810378112792969, 0.2809323425292969, 0.2810368041992187, 0.2813255615234375, 0.28106341552734376, 0.28104702758789063, 0.28093438720703123, 0.28106036376953125, 0.281196533203125, 0.28113919067382814, 0.2808115234375, 0.2810900573730469, 0.2811146240234375, 0.2812098693847656, 0.281169921875, 0.2809169921875, 0.28105010986328127, 0.28096511840820315, 0.2809661560058594, 0.28101119995117185, 0.2809743347167969, 0.2809354248046875, 0.28098150634765623, 0.28091290283203124, 0.28116888427734377, 0.28102655029296875, 0.280943603515625, 0.281064453125, 0.2811545715332031, 0.2809794616699219, 0.2811832275390625, 0.28138189697265625, 0.2813788146972656, 0.281302001953125, 0.2813061218261719, 0.2811617431640625, 0.28119143676757813, 0.281169921875, 0.28117913818359375, 0.2815242309570313, 0.2812149658203125, 0.28117913818359375, 0.28131942749023436, 0.2813040771484375, 0.2812733459472656, 0.281275390625, 0.28110336303710937, 0.2812569580078125, 0.2811883544921875, 0.28134808349609375, 0.2814064636230469, 0.2813460388183594, 0.2813624267578125, 0.28149041748046877, 0.28145458984375, 0.28124365234375, 0.6059878540039062, 0.2807142333984375, 0.28078695678710935, 0.2806753234863281, 0.2809016418457031, 0.28094772338867186, 0.280922119140625, 0.2809876403808594, 0.28105523681640626, 0.2810040283203125, 0.2814208068847656, 0.28126617431640627, 0.2815948791503906, 0.281312255859375, 0.2813163452148438, 0.2814361572265625, 0.2813061218261719, 0.28089959716796875, 0.2814156799316406, 0.2811781005859375, 0.2810296325683594, 0.28103167724609374, 0.28088934326171877, 0.28106649780273435, 0.28101937866210935, 0.2810941467285156, 0.2810859375, 0.2814464111328125, 0.2812600402832031, 0.2811463623046875, 0.28102041625976565, 0.2810408935546875, 0.28117300415039065, 0.2810572814941406, 0.280922119140625, 0.28111871337890626, 0.28110336303710937, 0.28109619140625, 0.2811473999023438, 0.28106036376953125, 0.28131121826171873, 0.2811351013183594, 0.281248779296875, 0.28103067016601563, 0.28100506591796875, 0.2814095458984375, 0.2813429870605469, 0.2812538757324219, 0.2815825805664062, 0.2811955261230469, 0.28126412963867187, 0.28140237426757814, 0.2811934814453125, 0.28137777709960937, 0.28109619140625, 0.28129278564453125, 0.2812129211425781, 0.28120065307617187, 0.2812610473632812, 0.2811412353515625, 0.2812590026855469, 0.2810992736816406, 0.28120065307617187, 0.6068009033203124, 0.2809374694824219, 0.281122802734375, 0.2810439758300781, 0.28092825317382814, 0.2809692077636719, 0.280853515625, 0.281069580078125, 0.2810142822265625, 0.2809354248046875, 0.28104702758789063, 0.2809108581542969, 0.28106854248046875, 0.28096307373046875, 0.28088626098632813, 0.2809968566894531, 0.28083712768554686, 0.281101318359375, 0.2811217956542969, 0.28138290405273436, 0.281101318359375, 0.281059326171875, 0.2809938049316406, 0.2811545715332031, 0.28104193115234377, 0.2813081665039063, 0.28128460693359375, 0.28130508422851563, 0.2814761047363281, 0.28104193115234377, 0.2812200927734375, 0.28116888427734377, 0.2809876403808594, 0.2812538757324219, 0.28137985229492185, 0.28124774169921873, 0.2811678771972656, 0.28140032958984373, 0.2810624084472656, 0.28133273315429685, 0.2811002807617187, 0.28105831909179685, 0.2811576232910156, 0.2810726318359375, 0.28113919067382814, 0.2811269226074219, 0.28103372192382814, 0.28134808349609375, 0.28107672119140625, 0.2812047424316406, 0.2810511474609375, 0.2811412353515625, 0.2813204345703125, 0.2812037048339844, 0.2814218139648437, 0.2817884216308594, 0.28124978637695314, 0.281523193359375, 0.2813183898925781, 0.28128460693359375, 0.2815395812988281, 0.28148736572265626, 0.28139520263671874, 0.6065490112304688, 0.2811002807617187, 0.28092620849609373, 0.28095489501953125, 0.2808719482421875, 0.28084326171875, 0.2811023254394531, 0.281069580078125, 0.2810491027832031, 0.2809333801269531, 0.280995849609375, 0.2810798034667969, 0.2810992736816406, 0.2809169921875, 0.28097329711914065, 0.28101837158203125, 0.28094259643554687, 0.2809354248046875, 0.28100607299804686, 0.2810429382324219, 0.28095794677734376, 0.280880126953125, 0.2807767028808594, 0.28106649780273435, 0.2810859375, 0.28120574951171873, 0.2813941650390625, 0.28095281982421877, 0.2810931091308594, 0.2811975708007812, 0.28105831909179685, 0.28106341552734376, 0.2813562927246094, 0.28138803100585935, 0.2810921020507812, 0.28107879638671873, 0.2809671630859375, 0.28129791259765624, 0.28090573120117185, 0.28116070556640627, 0.2810798034667969, 0.28148837280273437, 0.2814392395019531, 0.2813061218261719, 0.2811269226074219, 0.2812876892089844, 0.28159078979492186, 0.2817607727050781, 0.2814699401855469, 0.2814566345214844, 0.2813061218261719, 0.2814146423339844, 0.28142489624023437, 0.28127947998046876, 0.28125595092773437, 0.2811934814453125, 0.28141055297851564, 0.2812682189941406, 0.2812600402832031, 0.2815703125, 0.2814689331054688, 0.28122113037109375, 0.28161843872070313, 0.6061782836914062, 0.2809692077636719, 0.28095693969726565, 0.2809661560058594, 0.28118014526367185, 0.2808770446777344, 0.2809989013671875, 0.28118118286132815, 0.28119961547851563, 0.281017333984375, 0.28093646240234377, 0.28108901977539064, 0.2810705871582031, 0.28113409423828123, 0.28105831909179685, 0.28111358642578127, 0.28118426513671874, 0.2812620849609375, 0.2812037048339844, 0.28109619140625, 0.28100607299804686, 0.281069580078125, 0.281059326171875, 0.28090573120117185, 0.2810521545410156, 0.28109515380859373, 0.28112997436523435, 0.28092108154296874, 0.2811074523925781, 0.2809927673339844, 0.28092724609375, 0.281491455078125, 0.28131942749023436, 0.281628662109375, 0.2811770935058594, 0.2811514892578125, 0.2810828857421875, 0.28110540771484377, 0.2809518127441406, 0.28126617431640627, 0.28103884887695313, 0.28114227294921873, 0.2810705871582031, 0.28101324462890626, 0.281322509765625, 0.28095489501953125, 0.2812886962890625, 0.2812037048339844, 0.2814197692871094, 0.2811985778808594, 0.28113714599609374, 0.2812467346191406, 0.28106854248046875, 0.2812129211425781, 0.28124978637695314, 0.2813388671875, 0.2813460388183594, 0.2814832763671875, 0.28139620971679685, 0.2815467529296875, 0.28133477783203126, 0.28151397705078124, 0.28122418212890626, 0.6063093872070312, 0.2810449829101562, 0.2814197692871094, 0.28110848999023436, 0.2810439758300781, 0.28139007568359375, 0.2809241638183594, 0.2809989013671875, 0.28083096313476563, 0.28112384033203125, 0.2810460205078125, 0.281302001953125, 0.28109515380859373, 0.2808883056640625, 0.28115966796875, 0.2810040283203125, 0.28084225463867185, 0.2809395141601562, 0.28089447021484376, 0.2809190368652344, 0.281059326171875, 0.28120779418945313, 0.2809241638183594, 0.28102655029296875, 0.28089752197265627, 0.2810101623535156, 0.28102859497070315, 0.28097537231445313, 0.28098355102539063, 0.2810992736816406, 0.2810654602050781, 0.28129995727539064, 0.2813839416503906, 0.2814535827636719, 0.2811074523925781, 0.28135833740234373, 0.28134707641601564, 0.2813183898925781, 0.28143515014648435, 0.2816296997070312, 0.28170855712890625, 0.2813061218261719, 0.2814228515625, 0.28137472534179686, 0.28131942749023436, 0.28127743530273436, 0.2817423400878906, 0.281481201171875, 0.2812590026855469, 0.2812630920410156, 0.2812231750488281, 0.2812467346191406, 0.28122113037109375, 0.2812037048339844, 0.2813644714355469, 0.281638916015625, 0.2814474182128906, 0.28127435302734377, 0.28134194946289065, 0.2812262268066406, 0.28141876220703127, 0.28152935791015626, 0.28133477783203126, 0.6068182983398438, 0.2809968566894531, 0.2809323425292969, 0.2809938049316406, 0.281027587890625, 0.28121701049804687, 0.28108389282226565, 0.2811351013183594, 0.28117401123046876, 0.28138494873046876, 0.28109722900390627, 0.2813368225097656, 0.28140850830078123, 0.28154779052734374, 0.28113409423828123, 0.2812129211425781, 0.28104806518554687, 0.2809405517578125, 0.2812672119140625, 0.281064453125, 0.28112588500976565, 0.28105523681640626, 0.28098150634765623, 0.2810439758300781, 0.28095590209960936, 0.28117300415039065, 0.28090777587890625, 0.2813061218261719, 0.2813839416503906, 0.28095077514648437, 0.2811576232910156, 0.2810654602050781, 0.2809599914550781, 0.28118118286132815, 0.2810726318359375, 0.28104193115234377, 0.28117300415039065, 0.28109515380859373, 0.281133056640625, 0.2813736877441406, 0.28131329345703127, 0.28105831909179685, 0.28130712890625, 0.2811975708007812, 0.28105624389648437, 0.2814986267089844, 0.281385986328125, 0.2814115905761719, 0.2812958679199219, 0.2812630920410156, 0.2812508239746094, 0.2813562927246094, 0.28127847290039065, 0.28153753662109376, 0.2815887451171875, 0.28126925659179686, 0.28113714599609374, 0.2811975708007812, 0.2814228515625, 0.28128564453125, 0.2811975708007812, 0.2811351013183594, 0.28143820190429686]",tokens/s,3.4987917120101386,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm-20b,internlm/internlm-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4467.871744,14401.667072,0.0,13755.219968,13102.897664,s,10,9.333615600585937,0.9333615600585936,0.00014921957784692008,0.93334765625,0.9334418395996094,0.9336033660888672,0.9337325872802734,"[0.933764892578125, 0.93337451171875, 0.9333798828125, 0.9332871704101563, 0.9332314453125, 0.933247314453125, 0.933383056640625, 0.9334059448242188, 0.9332205810546875, 0.93332080078125]",tokens/s,274.27741933568495,kWh,1.1029355468774083e-05,6.043613440124318e-06,5.520458961818318e-05,7.227755852708159e-05,tokens/kWh,3541901.597355142,MB,4467.871744,14401.667072,0.0,13755.219968,13549.147136,s,10,524.3985156250001,52.43985156250001,0.007953960694061478,52.441296875000006,52.452446875,52.4526296875,52.4527759375,"[52.43030078125, 52.42932421875, 52.44144921875, 52.43605859375, 52.43105859375, 52.44189453125, 52.45240625, 52.44114453125, 52.4528125, 52.44206640625]",tokens/s,1.2013763983468557,kWh,0.0006191245203954404,0.00033933405713351016,0.003040664220408209,0.00399912279793716,tokens/kWh,15753.45474074886,,s,629,531.9663135986324,0.8457334079469521,0.11092250026797044,0.8323225708007812,0.8330393676757812,0.8332660888671874,1.7661915576171876,"[0.8314071044921875, 0.8312801513671875, 0.8328816528320313, 0.8318013305664063, 0.832668701171875, 0.8324771728515625, 0.8336660766601562, 0.8328458251953125, 0.8325734252929687, 0.8319652099609375, 0.8323389282226562, 0.8318433227539063, 0.8319559936523437, 0.8313641357421875, 0.8320307006835937, 0.832775146484375, 0.8330393676757812, 0.832510986328125, 0.8332410888671875, 0.8324730834960937, 0.832912353515625, 0.8330547485351563, 0.8324147338867187, 0.8320552978515625, 0.83265234375, 0.8323470458984376, 0.8326860961914062, 0.832795654296875, 0.832690185546875, 0.8319938354492188, 0.8325867309570313, 0.83186279296875, 0.8323041381835937, 0.8323245849609375, 0.8323041381835937, 0.8323931884765625, 0.83160888671875, 0.8320501708984375, 0.8324290771484375, 0.8319979248046875, 0.832912353515625, 0.83205224609375, 0.8323768310546875, 0.831741943359375, 0.8321116333007812, 0.8315217895507813, 0.832637939453125, 0.8316641235351563, 0.8319794921875, 0.8315719604492188, 0.832479248046875, 0.8315381469726563, 0.8325652465820312, 0.8316487426757813, 0.8319610595703125, 0.8318187255859375, 0.8321146850585938, 0.8315668334960937, 0.831584228515625, 0.8316426391601562, 0.8320726928710938, 0.831752197265625, 1.7666529541015625, 0.832552978515625, 0.8321167602539062, 0.8329789428710938, 0.8320092163085937, 0.8325150756835937, 0.832489501953125, 0.83276904296875, 0.8328949584960937, 0.8325662841796875, 0.8324351806640625, 0.8329523315429688, 0.8325089111328124, 0.8325560302734375, 0.8317849731445313, 0.832595947265625, 0.8320122680664063, 0.8320092163085937, 0.8312811279296874, 0.8317470703125, 0.8317183837890625, 0.8321699829101562, 0.83201025390625, 0.832247802734375, 0.831973388671875, 0.8328621826171875, 0.8319887084960937, 0.8326820068359375, 0.8322293701171875, 0.8324833374023437, 0.83215869140625, 0.8319406127929687, 0.8321444091796875, 0.8324649047851562, 0.8322518920898437, 0.8321494750976562, 0.8320921630859375, 0.8319037475585938, 0.8319815673828125, 0.8318966064453125, 0.8322550048828125, 0.8318904418945312, 0.8322969360351562, 0.8316743774414063, 0.8317132568359376, 0.8318812255859375, 0.8318136596679687, 0.831973388671875, 0.8318463745117187, 0.8324556884765625, 0.8316856079101562, 0.8322498779296875, 0.8317429809570313, 0.8319293212890625, 0.832026611328125, 0.8320112915039063, 0.83180029296875, 0.83209521484375, 0.8317348022460938, 0.8322385864257813, 0.831916015625, 0.8337786865234375, 0.8329205932617187, 1.7666632080078124, 0.8320010375976562, 0.831551513671875, 0.8325078735351562, 0.8315330810546875, 0.8322908325195313, 0.8322467651367188, 0.83306494140625, 0.8332164916992187, 0.83412890625, 0.8329553833007812, 0.832880615234375, 0.8323123168945312, 0.8322283325195312, 0.8326512451171875, 0.8326297607421875, 0.8331519775390624, 0.833244140625, 0.8324331665039062, 0.8325314331054687, 0.83146240234375, 0.8331161499023437, 0.83207373046875, 0.8322385864257813, 0.8316774291992187, 0.8321566772460938, 0.8316323852539063, 0.8323727416992187, 0.8326124267578126, 0.8327362060546875, 0.8328816528320313, 0.832990234375, 0.8319365234375, 0.8329318237304687, 0.8323881225585937, 0.8328243408203125, 0.8319856567382813, 0.8314132690429688, 0.832237548828125, 0.8321832885742187, 0.8322764892578125, 0.8323963012695312, 0.8324505615234375, 0.8323225708007812, 0.83158935546875, 0.832532470703125, 0.8316323852539063, 0.8322139892578125, 0.8318853149414063, 0.831984619140625, 0.8314327392578125, 0.8319835815429687, 0.8322109375, 0.8323399658203126, 0.8329021606445313, 0.8331581420898437, 0.8327710571289062, 0.8335011596679688, 0.83226318359375, 0.8324597778320313, 0.8319252319335938, 0.8325765380859375, 0.8320286865234375, 1.7659156494140624, 0.831762451171875, 0.8317501220703125, 0.832775146484375, 0.83203173828125, 0.8333629150390625, 0.8323440551757812, 0.8326932373046875, 0.832205810546875, 0.8323604736328125, 0.8320061645507812, 0.8322672729492188, 0.8320327758789062, 0.8320030517578125, 0.8317112426757812, 0.8320614624023438, 0.8321126098632813, 0.83268505859375, 0.8316754150390625, 0.8324239501953125, 0.8320194702148438, 0.8319826049804687, 0.8320604248046874, 0.8321085205078125, 0.8319723510742187, 0.8324915161132812, 0.8323942260742188, 0.832690185546875, 0.832500732421875, 0.8332738647460938, 0.8325908203125, 0.8320593872070312, 0.8324198608398438, 0.8321935424804687, 0.832342041015625, 0.8330250244140625, 0.8320850219726562, 0.8325283813476563, 0.8328202514648437, 0.8329103393554688, 0.8330711059570313, 0.8330629272460938, 0.8323829956054688, 0.8323717041015625, 0.8318638305664062, 0.83205322265625, 0.832078857421875, 0.832552978515625, 0.83262158203125, 0.8332267456054687, 0.8323727416992187, 0.8320071411132812, 0.8319692993164063, 0.8324649047851562, 0.8318157348632812, 0.83260107421875, 0.8319334106445313, 0.8318187255859375, 0.831783935546875, 0.8321884155273438, 0.8322734375, 0.8320829467773437, 0.83210546875, 1.766192138671875, 0.8326400146484375, 0.8318300170898437, 0.8327290649414063, 0.8321904907226563, 0.8324659423828125, 0.8328632202148437, 0.8328652954101563, 0.832627685546875, 0.8329943237304688, 0.8322672729492188, 0.83342333984375, 0.8322078857421875, 0.8329287719726562, 0.8323010864257813, 0.83258984375, 0.8324495239257812, 0.8319652099609375, 0.8316354370117187, 0.8322293701171875, 0.8317481079101563, 0.8324392700195312, 0.83205322265625, 0.8322130126953124, 0.8320112915039063, 0.8328427734375, 0.8316958618164062, 0.8322805786132812, 0.832311279296875, 0.8319979248046875, 0.8321976318359375, 0.8319149780273437, 0.831994873046875, 0.8323809204101562, 0.8322703247070312, 0.831873046875, 0.8323225708007812, 0.8319794921875, 0.83224267578125, 0.8323369140625, 0.8324403076171875, 0.8318064575195312, 0.832194580078125, 0.8319661865234375, 0.8319140014648437, 0.8319354858398438, 0.83209423828125, 0.831705078125, 0.8322150268554688, 0.8323911743164063, 0.8318023681640625, 0.8326420288085937, 0.8319652099609375, 0.8319457397460938, 0.8315852661132812, 0.8321925048828125, 0.8320010375976562, 0.8322969360351562, 0.8319365234375, 0.832058349609375, 0.8321239013671875, 0.8325355224609375, 0.8320634765625, 1.766264892578125, 0.8317183227539062, 0.8322508544921875, 0.8329819946289062, 0.8317685546875, 0.8325775146484375, 0.8321228637695313, 0.8326522827148437, 0.832805908203125, 0.8338350219726562, 0.8322098999023437, 0.8328673095703125, 0.8324280395507813, 0.8319088745117188, 0.8317327270507813, 0.8323143920898437, 0.8324198608398438, 0.8324987182617187, 0.8321741333007813, 0.83262255859375, 0.8319877319335938, 0.8332164916992187, 0.8322130126953124, 0.8324945678710938, 0.8320143432617187, 0.832353271484375, 0.8320173950195312, 0.8325928955078125, 0.83231640625, 0.8325682983398438, 0.8323963012695312, 0.832574462890625, 0.8323502197265625, 0.8327598266601562, 0.8323143920898437, 0.832521240234375, 0.8318177490234375, 0.8313108520507813, 0.8318607177734375, 0.8315689086914062, 0.83281103515625, 0.831983642578125, 0.8325191650390625, 0.832974853515625, 0.832353271484375, 0.8332605590820312, 0.8326860961914062, 0.8327894897460938, 0.8325068969726562, 0.8327465209960937, 0.8324310913085937, 0.8327761840820312, 0.8323624877929687, 0.8325723876953125, 0.8319518432617188, 0.8328253173828125, 0.833196044921875, 0.8329236450195312, 0.8321392822265625, 0.8320205078125, 0.831815673828125, 0.8319129638671875, 0.8322334594726563, 1.766203369140625, 0.8315023193359375, 0.8315791625976563, 0.8325519409179688, 0.831763427734375, 0.832785400390625, 0.8322334594726563, 0.8325037841796875, 0.8321453857421875, 0.8323225708007812, 0.83226318359375, 0.8328099975585938, 0.8321761474609375, 0.8321351928710937, 0.8320491333007812, 0.8322836303710938, 0.8321812744140625, 0.8326205444335938, 0.8322570190429688, 0.8326574096679688, 0.8327454833984375, 0.8328355712890625, 0.8325857543945312, 0.8334735107421875, 0.8333291625976562, 0.8336260986328125, 0.8323082275390625, 0.83302197265625, 0.832300048828125, 0.8327075805664063, 0.8330557250976562, 0.833269775390625, 0.8325734252929687, 0.8322938842773437, 0.8325928955078125, 0.832374755859375, 0.8325191650390625, 0.8320399169921875, 0.832785400390625, 0.8333219604492188, 0.8331776123046875, 0.8328919067382813, 0.8332584838867187, 0.8335462646484375, 0.8330690307617188, 0.8330895385742187, 0.832922607421875, 0.8318300170898437, 0.8320112915039063, 0.8323983154296875, 0.8319764404296875, 0.8323328247070313, 0.8320604248046874, 0.83262158203125, 0.8316077880859375, 0.832648193359375, 0.8329369506835937, 0.8330629272460938, 0.8327731323242188, 0.8328079223632813, 0.83279052734375, 0.8329420776367188, 0.832294921875, 1.7661900634765626, 0.8322232055664063, 0.832126953125, 0.8329789428710938, 0.8319344482421875, 0.8329093017578125, 0.83230517578125, 0.8327987060546875, 0.8321556396484375, 0.8322928466796875, 0.832337890625, 0.8326143798828125, 0.8321557006835938, 0.8330690307617188, 0.8326174926757812, 0.8328786010742187, 0.8332779541015625, 0.8327802734375, 0.8330342407226563, 0.8326820068359375, 0.8322139892578125, 0.8324085693359375, 0.8319016723632813, 0.8324443969726563, 0.8319652099609375, 0.8332205810546875, 0.83213720703125, 0.8328919067382813, 0.832226318359375, 0.8321239013671875, 0.8322744140625, 0.8326717529296875, 0.8324628295898437, 0.832532470703125, 0.8324229125976562, 0.8324290771484375, 0.8322877197265625, 0.832331787109375, 0.8322979736328125, 0.8321761474609375, 0.832374755859375, 0.8320859985351563, 0.8333680419921875, 0.8319129638671875, 0.8317276000976562, 0.83194775390625, 0.8322672729492188, 0.8319078369140624, 0.8319672241210937, 0.8319989624023437, 0.8321239013671875, 0.8325242919921875, 0.8319016723632813, 0.8325918579101562, 0.8323676147460938, 0.8322651977539063, 0.8319252319335938, 0.8322816162109375, 0.832300048828125, 0.832584716796875, 0.8320962524414063, 0.8322201538085937, 0.8330198974609375, 1.7665914306640624, 0.8322232055664063, 0.8326614990234374, 0.8340357055664063, 0.8329840698242188, 0.8334561157226562, 0.8329553833007812, 0.8333035278320312, 0.832922607421875, 0.8328427734375, 0.8325048217773438, 0.8325867309570313, 0.8323184814453125, 0.8320030517578125, 0.832174072265625, 0.831909912109375, 0.8322139892578125, 0.8325652465820312, 0.8318525390625, 0.8326195068359376, 0.8319027099609375, 0.8324771728515625, 0.8322529296875, 0.83266455078125, 0.83211572265625, 0.8321802368164063, 0.8320512084960937, 0.8320972900390625, 0.8326492309570312, 0.8325089111328124, 0.832394287109375, 0.832364501953125, 0.8325037841796875, 0.8335216674804687, 0.8332503051757812, 0.8329953002929688, 0.8328673095703125, 0.8325232543945312, 0.832911376953125, 0.8328878173828125, 0.8331673583984375, 0.832795654296875, 0.833027099609375, 0.8325488891601562, 0.832552978515625, 0.8320859985351563, 0.8319826049804687, 0.8324403076171875, 0.8323491821289063, 0.832025634765625, 0.8319129028320312, 0.8320819091796875, 0.8318955688476563, 0.832584716796875, 0.8320142822265625, 0.8326205444335938, 0.8320716552734375, 0.8330393676757812, 0.832911376953125, 0.8330291137695313, 0.8328499145507813, 0.8330874633789063, 0.8331571044921875, 1.766697998046875, 0.832700439453125, 0.8328867797851562, 0.8334274291992188, 0.831983642578125, 0.8330823974609375, 0.8324577026367187, 0.8328366088867187, 0.8320379028320313, 0.832542724609375, 0.8323768310546875, 0.832574462890625, 0.8321146850585938, 0.8322037963867187, 0.8321658935546875, 0.8326000366210937, 0.83234814453125, 0.8326829833984375, 0.8321976318359375, 0.832627685546875, 0.8318740234375, 0.8321239013671875, 0.832057373046875, 0.8324863891601563, 0.8325242919921875, 0.8324720458984375, 0.8327352294921875, 0.8330424194335937, 0.8333096923828125, 0.8331151123046875, 0.8336097412109374, 0.8329584350585938, 0.8327884521484376, 0.832184326171875, 0.8320450439453125, 0.8317481079101563, 0.831942626953125, 0.8319518432617188, 0.8322171020507813, 0.832205810546875, 0.8327157592773438, 0.8327495727539063, 0.8331253662109375, 0.83220068359375, 0.8316426391601562, 0.8322559814453125, 0.8320347900390626, 0.8322621459960937, 0.8318904418945312, 0.8326256713867187, 0.8321597290039062, 0.8325765380859375, 0.8317388916015624, 0.8323706665039062, 0.8323768310546875, 0.832400390625, 0.8322734375, 0.8319221801757812, 0.8317818603515625, 0.8319487915039062, 0.8320276489257813, 0.8322990112304688, 0.8321402587890625]",tokens/s,1.182405697355075,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1812.414464,11891.376128,0.0,11244.929024,10436.256768,s,10,7.439572692871093,0.7439572692871095,0.0008714544962476244,0.7437487487792969,0.7443923461914063,0.7453685363769531,0.7461494885253905,"[0.7463447265625, 0.74344580078125, 0.7431934204101562, 0.7440980834960937, 0.7432208862304688, 0.7434606323242188, 0.743556396484375, 0.7439411010742187, 0.7441754150390625, 0.74413623046875]",tokens/s,344.10578479233055,kWh,8.78386018531663e-06,4.811645483667754e-06,4.263015315171338e-05,5.622565882069777e-05,tokens/kWh,4553081.375469119,MB,1813.250048,11891.376128,0.0,11244.929024,10730.124288,s,10,411.32077734375,41.132077734375,0.0035682239044481146,41.1322109375,41.137268750000004,41.13731796875,41.13735734375,"[41.1373671875, 41.132734375, 41.1316875, 41.12786328125, 41.12597265625, 41.13050390625, 41.1372578125, 41.13343359375, 41.12947265625, 41.134484375]",tokens/s,1.5316512918905987,kWh,0.00048559434207422404,0.00026614820952837497,0.002371767778365088,0.003123510329967687,tokens/kWh,20169.614742606514,,s,629,417.3603321533206,0.663529939830398,0.08832732816621393,0.652874755859375,0.653243408203125,0.6533930908203125,1.39622314453125,"[0.6530560302734375, 0.65274267578125, 0.6525982666015625, 0.652653564453125, 0.652601318359375, 0.6530682983398437, 0.6528573608398438, 0.6528583984375, 0.6530365600585938, 0.6527334594726563, 0.6526627807617188, 0.6529054565429687, 0.6528788452148437, 0.6528194580078125, 0.6533068237304688, 0.6530610961914063, 0.6530549926757813, 0.6526453857421874, 0.6527969360351562, 0.65291162109375, 0.65301708984375, 0.6531358642578124, 0.6527825927734375, 0.6527999877929688, 0.6528389282226562, 0.6530457763671875, 0.65295361328125, 0.6529638671875, 0.6528235473632813, 0.6529945678710938, 0.653243408203125, 0.6532218627929688, 0.652948486328125, 0.6528409423828125, 0.6529187622070313, 0.6527262573242187, 0.653053955078125, 0.6529075317382812, 0.65293310546875, 0.6529146728515625, 0.6530498657226562, 0.653000732421875, 0.6531154174804688, 0.652927001953125, 0.6532239379882813, 0.6535833740234375, 0.6530744018554687, 0.653233154296875, 0.652674072265625, 0.6528614501953125, 0.6530457763671875, 0.6528726806640625, 0.6530406494140625, 0.6529894409179687, 0.653138916015625, 0.6526207885742188, 0.6533232421875, 0.6529812622070312, 0.6528389282226562, 0.6529556274414062, 0.6532802734375, 0.653212646484375, 1.396294677734375, 0.65265869140625, 0.652442626953125, 0.6525101928710938, 0.65289013671875, 0.6526863403320312, 0.6524282836914063, 0.6526934814453125, 0.6525409545898437, 0.6526239013671875, 0.6528583984375, 0.652990478515625, 0.6530744018554687, 0.6530631713867188, 0.6530795288085938, 0.652579833984375, 0.6526627807617188, 0.6525849609375, 0.6526340942382812, 0.6529996948242187, 0.6528450317382812, 0.6529177856445313, 0.6525849609375, 0.6525440063476563, 0.6526607055664062, 0.6527150268554688, 0.6526709594726563, 0.6531112670898438, 0.65360791015625, 0.6530764770507812, 0.6530979614257812, 0.6530426635742187, 0.6529505004882813, 0.652748779296875, 0.6531727294921875, 0.653011962890625, 0.6526146850585938, 0.6529310913085937, 0.6529720458984375, 0.6528348388671875, 0.6533939208984375, 0.6528767700195313, 0.6530232543945312, 0.65400732421875, 0.6527682495117187, 0.6532024536132812, 0.6528726806640625, 0.6528675537109375, 0.6528809204101562, 0.6525962524414063, 0.6530969848632813, 0.65284814453125, 0.6528972778320312, 0.65278466796875, 0.6529822998046875, 0.6528809204101562, 0.6528071899414063, 0.6527999877929688, 0.6533150634765625, 0.65329150390625, 0.6535679931640626, 0.6529740600585937, 0.6530877685546875, 1.3959822998046876, 0.6529853515625, 0.6526556396484375, 0.6527498168945313, 0.6532198486328125, 0.6525972290039063, 0.6524252319335937, 0.6525859985351562, 0.6526023559570312, 0.6529525756835938, 0.6530232543945312, 0.6528706665039062, 0.6525993041992187, 0.6526576538085938, 0.6524313354492187, 0.65303759765625, 0.65289013671875, 0.6526351318359375, 0.6526730346679688, 0.6527744140625, 0.65242724609375, 0.6525890502929688, 0.6524979248046875, 0.652642333984375, 0.6526842651367187, 0.6535157470703125, 0.6526822509765625, 0.652727294921875, 0.6526473999023438, 0.6525808715820313, 0.6529013671875, 0.6527549438476562, 0.6526904907226563, 0.6529207763671875, 0.6530181274414063, 0.6531665649414062, 0.652938232421875, 0.6530048217773438, 0.6527549438476562, 0.65276416015625, 0.65320654296875, 0.6533499145507813, 0.65331201171875, 0.6528256225585938, 0.6529412841796876, 0.6526904296875, 0.652916748046875, 0.6531583862304687, 0.6532269897460937, 0.6527897338867188, 0.6528358154296875, 0.65314404296875, 0.6529362182617188, 0.65278466796875, 0.6528409423828125, 0.6531635131835938, 0.6535239868164062, 0.65337548828125, 0.6532198486328125, 0.6530682983398437, 0.6528880615234375, 0.65310107421875, 0.6533202514648437, 1.397123046875, 0.6522962036132812, 0.6524856567382813, 0.6524671630859376, 0.6524682006835938, 0.6523873291015625, 0.652527587890625, 0.6525296630859375, 0.6522194213867187, 0.65272216796875, 0.6525880126953125, 0.6523699340820313, 0.6523811645507812, 0.6526883544921875, 0.6524754028320312, 0.65251123046875, 0.653138916015625, 0.6526986083984375, 0.6525542602539063, 0.652579833984375, 0.6525941772460937, 0.6528235473632813, 0.6532802734375, 0.6527744140625, 0.6530477905273437, 0.6530468139648438, 0.652590087890625, 0.6526617431640624, 0.6527385864257812, 0.653243408203125, 0.6531707153320313, 0.65314306640625, 0.6529208374023437, 0.6529556274414062, 0.6531307373046875, 0.6527764282226562, 0.6528614501953125, 0.6530078735351562, 0.6530938720703126, 0.6532454223632812, 0.6528409423828125, 0.65280615234375, 0.6527600708007812, 0.6526914672851563, 0.6530109252929688, 0.6528010864257813, 0.652791748046875, 0.6528409423828125, 0.652916748046875, 0.6529423217773438, 0.65280615234375, 0.6530509033203125, 0.6532987060546875, 0.6532352294921875, 0.6532269897460937, 0.6532689819335937, 0.6528071899414063, 0.6527559814453125, 0.6529658813476562, 0.6530488891601562, 0.6527354736328125, 0.6528317260742188, 0.6532055053710938, 1.3962239990234375, 0.6522808227539062, 0.6524036865234375, 0.6524794921875, 0.6530989990234375, 0.6525030517578125, 0.6528368530273437, 0.652431396484375, 0.652458984375, 0.6524169921875, 0.6527979736328124, 0.6531522827148437, 0.6529720458984375, 0.6528245849609375, 0.6527119140625, 0.6529351806640625, 0.6526033935546875, 0.6526863403320312, 0.6525675659179687, 0.6530775146484376, 0.65268017578125, 0.6526934814453125, 0.6526156616210937, 0.65263720703125, 0.652642333984375, 0.6526822509765625, 0.6527999877929688, 0.6526300048828125, 0.6526033935546875, 0.6526187744140625, 0.6527191162109375, 0.6527139892578125, 0.6527334594726563, 0.6525234985351562, 0.6529003295898438, 0.6528358154296875, 0.652747802734375, 0.6531891479492188, 0.65274267578125, 0.6529146728515625, 0.6527396240234375, 0.6529453735351562, 0.65310107421875, 0.6528511962890625, 0.6529003295898438, 0.6527980346679687, 0.6525654296875, 0.65280615234375, 0.6527918090820313, 0.6529085693359375, 0.6532034301757812, 0.6529791870117188, 0.6532505493164062, 0.6529495239257812, 0.6528460693359375, 0.6527334594726563, 0.6529054565429687, 0.6528081665039063, 0.6530529174804688, 0.6530703125, 0.6531522827148437, 0.653106201171875, 0.6527354736328125, 1.396220947265625, 0.6531154174804688, 0.652801025390625, 0.653065185546875, 0.652675048828125, 0.652779541015625, 0.65251025390625, 0.6525501098632812, 0.6528460693359375, 0.6527385864257812, 0.6529986572265625, 0.6522655029296875, 0.6526504516601562, 0.6524989624023437, 0.65251123046875, 0.6524682006835938, 0.6526351318359375, 0.6526658325195313, 0.6525296630859375, 0.6525736694335937, 0.6526228637695313, 0.6524119262695313, 0.6525603637695313, 0.6528204956054687, 0.6526351318359375, 0.6527252197265625, 0.6525183715820313, 0.6526402587890625, 0.6525993041992187, 0.6524119262695313, 0.6528368530273437, 0.6529505004882813, 0.652843017578125, 0.6528265991210938, 0.6528552856445312, 0.6527774658203125, 0.6529669189453124, 0.653106201171875, 0.6532741088867188, 0.6532218627929688, 0.6529915161132812, 0.6530150756835937, 0.6528972778320312, 0.6527344360351562, 0.6526689453125, 0.6529771728515625, 0.6529228515625, 0.6532310791015625, 0.6531707153320313, 0.6531215209960938, 0.6532188110351562, 0.6529607543945313, 0.6528624877929687, 0.6531921997070312, 0.6533816528320312, 0.6530037841796875, 0.653359130859375, 0.6530211791992188, 0.6531962890625, 0.6532526245117187, 0.6531983642578125, 0.6532720336914063, 0.6536365966796875, 1.3966376953125, 0.6525726928710938, 0.6523207397460937, 0.6524825439453125, 0.6524968872070313, 0.6534379272460937, 0.6525757446289062, 0.6527897338867188, 0.6527119140625, 0.652526611328125, 0.6523760986328125, 0.65272314453125, 0.6526085205078125, 0.6529075317382812, 0.6529884033203125, 0.6531532592773438, 0.6531287231445313, 0.65270068359375, 0.652705810546875, 0.6528317260742188, 0.653264892578125, 0.6530426635742187, 0.6530498657226562, 0.65275390625, 0.6526044311523438, 0.6528818969726562, 0.65260546875, 0.6527570190429688, 0.6528655395507813, 0.6533887939453125, 0.6528471069335937, 0.653391845703125, 0.6528583984375, 0.653075439453125, 0.6527744140625, 0.653095947265625, 0.6532362060546875, 0.6528706665039062, 0.6531512451171875, 0.6531102905273437, 0.6528952026367187, 0.6531512451171875, 0.6529986572265625, 0.6529577026367187, 0.653117431640625, 0.6531163940429687, 0.653154296875, 0.65341748046875, 0.6533274536132813, 0.6534061279296876, 0.6530570068359375, 0.65308056640625, 0.6530672607421875, 0.6530928344726562, 0.6531143798828125, 0.6529689331054688, 0.6531450805664063, 0.653233154296875, 0.6529024047851563, 0.65328125, 0.6534799194335937, 0.6530867309570313, 0.6534922485351562, 1.3970196533203125, 0.6528092041015625, 0.6530826416015625, 0.65263720703125, 0.65261669921875, 0.6526617431640624, 0.65263818359375, 0.652643310546875, 0.6525614013671875, 0.6526331176757812, 0.6529290161132812, 0.6531737670898438, 0.6526464233398438, 0.6530057983398437, 0.6527815551757813, 0.652675048828125, 0.652821533203125, 0.6530089111328125, 0.6530693359375, 0.6528256225585938, 0.652811279296875, 0.653000732421875, 0.652779541015625, 0.6528706665039062, 0.6528286743164062, 0.6527283325195312, 0.6534901733398437, 0.6527928466796875, 0.6526658325195313, 0.6537155151367188, 0.6528931274414063, 0.65274365234375, 0.6532055053710938, 0.6529832763671874, 0.6527283325195312, 0.6526566162109375, 0.652643310546875, 0.6526505126953125, 0.652853271484375, 0.65282763671875, 0.6527262573242187, 0.6531266479492187, 0.6530938720703126, 0.653048828125, 0.6534696655273438, 0.6529351806640625, 0.6527446899414062, 0.6529126586914062, 0.6531901245117188, 0.6530068359375, 0.6527866821289062, 0.6527037963867187, 0.6526924438476562, 0.6527160034179688, 0.6528348388671875, 0.6528471069335937, 0.65350146484375, 0.6534850463867188, 0.65312255859375, 0.65337548828125, 0.6529249267578126, 0.6529208374023437, 0.6531655883789063, 1.397223388671875, 0.6524876708984375, 0.6524805297851562, 0.6524385375976562, 0.6525757446289062, 0.6523709716796875, 0.6523740234375, 0.6525859985351562, 0.6527559814453125, 0.65253173828125, 0.652495849609375, 0.6527897338867188, 0.6526248779296875, 0.6524805297851562, 0.6527744140625, 0.65310205078125, 0.6527662353515625, 0.6525819091796875, 0.6526607055664062, 0.652695556640625, 0.6524405517578125, 0.6527406005859375, 0.6526505126953125, 0.6531716918945313, 0.6526863403320312, 0.6526044311523438, 0.6529617919921875, 0.6528932495117188, 0.6525480346679687, 0.6525726928710938, 0.6531266479492187, 0.6526771240234375, 0.6526719970703125, 0.6527150268554688, 0.6526453857421874, 0.65263818359375, 0.652927001953125, 0.65286962890625, 0.65310107421875, 0.65362841796875, 0.6530979614257812, 0.653264892578125, 0.652790771484375, 0.6529525756835938, 0.6529863891601563, 0.6530662231445312, 0.6527334594726563, 0.65296484375, 0.652843017578125, 0.652853271484375, 0.6530109252929688, 0.653211669921875, 0.6529710083007813, 0.6534041748046875, 0.6534133911132812, 0.6530693359375, 0.6532454223632812, 0.6532249755859375, 0.6530191650390625, 0.6529628295898438, 0.6533099365234375, 0.6530693359375, 0.6531338500976562, 1.397011474609375, 0.652874755859375, 0.6528573608398438, 0.6530682983398437, 0.6525573120117187, 0.6529822998046875, 0.6531246337890625, 0.6528839721679688, 0.6529187622070313, 0.6528256225585938, 0.6527866821289062, 0.6528993530273437, 0.6527129516601563, 0.652927978515625, 0.6529617919921875, 0.6528993530273437, 0.6526627807617188, 0.6527836303710938, 0.6525388793945313, 0.6524876708984375, 0.6530293579101563, 0.6528767700195313, 0.6527989501953125, 0.6527918090820313, 0.6526709594726563, 0.65257470703125, 0.652927001953125, 0.6529924926757813, 0.65281640625, 0.6529515380859375, 0.6529577026367187, 0.653001708984375, 0.6528297119140625, 0.6529638671875, 0.6530775146484376, 0.6529700317382813, 0.6532412719726562, 0.6529720458984375, 0.65293310546875, 0.6531235961914063, 0.6527662353515625, 0.6526484375, 0.6531204833984375, 0.6531041259765625, 0.652822509765625, 0.6528655395507813, 0.6528143310546874, 0.6528634643554687, 0.6527395629882813, 0.65272216796875, 0.6529495849609375, 0.6534317626953124, 0.6528675537109375, 0.6528818969726562, 0.6532792358398437, 0.6530078735351562, 0.6531532592773438, 0.6536857299804687, 0.6533027954101562, 0.6531686401367187, 0.653180908203125, 0.6531204833984375, 0.6529126586914062]",tokens/s,1.507090999172706,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,m,m,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/m/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669472f1-2c5ca18c159128a510447424;8a6ad047-d3df-4009-ad00-32a7bb2ff6d5) Repository Not Found for url: https://huggingface.co/m/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: m is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2-large,openai-community/gpt2-large,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1376.95232,1531.445248,0.0,884.998144,666.952192,s,10,0.4997861137390137,0.049978611373901374,0.0017314450432927694,0.049836479187011715,0.050986492538452145,0.05278475017547607,0.05422335628509522,"[0.0545830078125, 0.05005456161499024, 0.048314079284667966, 0.049842430114746095, 0.05058687973022461, 0.048176513671875, 0.04983052825927734, 0.04979500961303711, 0.05013628768920898, 0.04846681594848633]",tokens/s,5122.191132618826,kWh,5.856963634753253e-07,3.209341360584718e-07,2.410637242039659e-06,3.3172677415734563e-06,tokens/kWh,77171943.88372563,MB,1377.247232,1531.445248,0.0,884.998144,733.635072,s,10,30.395396484375,3.0395396484375006,0.006612879424395803,3.0421461181640623,3.045637890625,3.0460551513671876,3.0463889599609377,"[3.040607666015625, 3.046472412109375, 3.02931884765625, 3.0436845703125, 3.043886474609375, 3.045545166015625, 3.035041748046875, 3.038741455078125, 3.04516650390625, 3.026931640625]",tokens/s,20.726822903062196,kWh,3.5969449449883826e-05,1.9712907149199475e-05,0.00012821038392136214,0.00018389274052044543,tokens/kWh,342591.011595673,,s,629,30.79093652725215,0.048952204335854045,0.00593003677969161,0.048336894989013675,0.048746495819091795,0.049105716705322267,0.09694379943847661,"[0.04967628860473633, 0.04988108825683594, 0.05055692672729492, 0.05017804718017578, 0.049890304565429686, 0.050270206451416014, 0.049503231048583986, 0.04941823959350586, 0.04938956832885742, 0.04905779266357422, 0.04889190292358398, 0.04878438568115234, 0.04822118377685547, 0.04817510223388672, 0.04825804901123047, 0.048094207763671876, 0.048263168334960936, 0.048216064453125, 0.048094207763671876, 0.04796416091918945, 0.04850483322143555, 0.04816998291015625, 0.048723968505859375, 0.048899070739746094, 0.048669696807861325, 0.04828160095214844, 0.048541694641113284, 0.0483164176940918, 0.04865228652954102, 0.04845977783203125, 0.04854579162597656, 0.04901171112060547, 0.04808703994750976, 0.04822323226928711, 0.04680499267578125, 0.046683135986328124, 0.04648550415039063, 0.04667596817016602, 0.04648857498168945, 0.046562305450439455, 0.04641791915893555, 0.04731903839111328, 0.04855091094970703, 0.048315391540527344, 0.047250431060791014, 0.046769153594970705, 0.04757503890991211, 0.04864921569824219, 0.048347137451171876, 0.04865228652954102, 0.0481341438293457, 0.048048126220703126, 0.048607231140136715, 0.04741632080078125, 0.046511104583740234, 0.046767105102539064, 0.04825088119506836, 0.04739276885986328, 0.047118335723876956, 0.048395263671875, 0.048198654174804685, 0.0483768310546875, 0.09891737365722657, 0.04833484649658203, 0.04815359878540039, 0.048574462890625, 0.048408607482910156, 0.04827849578857422, 0.047032318115234374, 0.046783489227294923, 0.04923392105102539, 0.04935987091064453, 0.048753662109375, 0.048617473602294924, 0.048217086791992186, 0.04836761474609375, 0.048471038818359374, 0.04886937713623047, 0.048456703186035156, 0.048315391540527344, 0.048304126739501956, 0.04890009689331055, 0.04946124649047851, 0.04828876876831055, 0.04806553649902344, 0.04899942398071289, 0.048293888092041014, 0.04834918212890625, 0.04835942459106445, 0.048551937103271485, 0.04818022537231445, 0.04835225677490235, 0.04818636703491211, 0.04819254302978516, 0.04828873443603516, 0.04813619232177734, 0.04834611129760742, 0.048503807067871094, 0.048126976013183595, 0.048247806549072264, 0.0486297607421875, 0.04840140914916992, 0.04841779327392578, 0.04843622589111328, 0.048348159790039064, 0.04820991897583008, 0.04805017471313477, 0.048533504486083984, 0.04837887954711914, 0.04831948852539063, 0.04824576187133789, 0.04714393615722656, 0.04821094512939453, 0.04864409637451172, 0.04824166488647461, 0.04845568084716797, 0.0484403190612793, 0.04821401596069336, 0.04825395202636719, 0.04834304046630859, 0.04818022537231445, 0.048198654174804685, 0.048353279113769534, 0.048293888092041014, 0.04832972717285156, 0.09750118255615234, 0.0483061752319336, 0.048467967987060545, 0.04828364944458008, 0.04839833450317383, 0.04829695892333984, 0.04919091033935547, 0.048712703704833986, 0.048211967468261716, 0.04832665634155273, 0.048102401733398435, 0.0483870735168457, 0.04827852630615234, 0.04842393493652344, 0.04831436920166016, 0.0484403190612793, 0.04849971389770508, 0.04777164840698242, 0.04836044692993164, 0.04724326324462891, 0.046458881378173826, 0.04661248016357422, 0.04660736083984375, 0.046467071533203126, 0.04657664108276367, 0.046682113647460936, 0.04640460968017578, 0.04640972900390625, 0.046721023559570314, 0.04834611129760742, 0.048438270568847655, 0.04835430526733398, 0.04840038299560547, 0.04835123062133789, 0.04822220611572266, 0.048396289825439455, 0.04829695892333984, 0.04842905426025391, 0.047702014923095705, 0.047928321838378904, 0.04806553649902344, 0.04849971389770508, 0.04822630310058594, 0.04833894348144531, 0.04925747299194336, 0.04872806549072266, 0.04821299362182617, 0.048435199737548826, 0.04821299362182617, 0.04836966323852539, 0.048211967468261716, 0.048293888092041014, 0.04835635375976562, 0.04818227386474609, 0.04822630310058594, 0.04816588973999023, 0.04842086410522461, 0.04827852630615234, 0.04837273788452148, 0.048418815612792966, 0.04837478256225586, 0.04842496109008789, 0.048295936584472655, 0.09841356658935548, 0.047042560577392575, 0.04665446472167969, 0.04649369430541992, 0.04639231872558594, 0.04652032089233398, 0.046977024078369144, 0.04819968032836914, 0.048361473083496094, 0.04817407989501953, 0.048233470916748046, 0.04838195037841797, 0.048266239166259765, 0.048508926391601564, 0.048368640899658207, 0.04853760147094727, 0.04844543838500977, 0.04863488006591797, 0.04871782302856445, 0.04888576126098633, 0.04846387100219727, 0.048217086791992186, 0.04827033615112305, 0.04834099197387695, 0.048290817260742185, 0.04849356842041016, 0.048586753845214846, 0.04847206497192383, 0.04862771224975586, 0.04856012725830078, 0.04826521682739258, 0.0483583984375, 0.04834304046630859, 0.048418815612792966, 0.04820278549194336, 0.04837270355224609, 0.0483164176940918, 0.04864921569824219, 0.0485294075012207, 0.04926464080810547, 0.04907110214233398, 0.04869529724121094, 0.049635326385498044, 0.04859084701538086, 0.04846899032592773, 0.04841267013549805, 0.04852121734619141, 0.04867071914672851, 0.04879052734375, 0.04855807876586914, 0.04815155029296875, 0.04850175857543945, 0.048143360137939455, 0.04839731216430664, 0.04863078308105469, 0.04823040008544922, 0.04803891372680664, 0.047696895599365234, 0.0485478401184082, 0.0487014389038086, 0.04826726531982422, 0.04877926254272461, 0.04873113632202149, 0.09922150421142578, 0.04833792114257812, 0.04818329620361328, 0.048244735717773435, 0.048277503967285154, 0.04838502502441406, 0.04823961639404297, 0.04818534469604492, 0.0486195182800293, 0.048551937103271485, 0.04847923278808594, 0.0484505615234375, 0.04838399887084961, 0.04843724822998047, 0.0485181770324707, 0.0486962890625, 0.048486400604248046, 0.04832153701782226, 0.04818739318847656, 0.04841984176635742, 0.048476158142089845, 0.04829183959960937, 0.04818739318847656, 0.048983039855957033, 0.049154048919677736, 0.04834304046630859, 0.048353279113769534, 0.04842905426025391, 0.048451583862304685, 0.04826931381225586, 0.04828467178344727, 0.04859187316894531, 0.048179233551025394, 0.04837884902954102, 0.04878643035888672, 0.048833534240722655, 0.04841779327392578, 0.04832767868041992, 0.04704051208496094, 0.046903297424316405, 0.04821811294555664, 0.04812492752075195, 0.04831027221679687, 0.04822732925415039, 0.0482242546081543, 0.04848332977294922, 0.04819353485107422, 0.04832972717285156, 0.048107521057128906, 0.04836044692993164, 0.04816384124755859, 0.0481607666015625, 0.04829183959960937, 0.04801433563232422, 0.04818329620361328, 0.048108543395996094, 0.04821913528442383, 0.04847411346435547, 0.04834611129760742, 0.048159744262695314, 0.047879169464111325, 0.04879257583618164, 0.047923198699951174, 0.09538355255126953, 0.048233470916748046, 0.048162815093994144, 0.04857651138305664, 0.04863078308105469, 0.04827545547485351, 0.048263168334960936, 0.04824576187133789, 0.04833894348144531, 0.048105472564697264, 0.04832153701782226, 0.04827340698242188, 0.048669696807861325, 0.0487116813659668, 0.048743423461914064, 0.04862464141845703, 0.04844236755371094, 0.04815359878540039, 0.04838604736328125, 0.048092159271240234, 0.04819353485107422, 0.0482949104309082, 0.04841676712036133, 0.048495616912841794, 0.04831027221679687, 0.04854374313354492, 0.04841471862792969, 0.048648193359375, 0.04829695892333984, 0.048266239166259765, 0.04820684814453125, 0.04844748687744141, 0.04846899032592773, 0.04856422424316406, 0.04825497436523438, 0.04837376022338867, 0.04847206497192383, 0.04833587265014649, 0.048287742614746096, 0.04900556945800781, 0.048503807067871094, 0.04823961639404297, 0.04820172882080078, 0.04829695892333984, 0.048285694122314454, 0.04827340698242188, 0.04831129455566406, 0.04818636703491211, 0.04814233779907227, 0.048146430969238284, 0.047236095428466796, 0.04854886245727539, 0.048361473083496094, 0.04798463821411133, 0.04821913528442383, 0.04825088119506836, 0.04836454391479492, 0.04818534469604492, 0.04835532760620117, 0.04832255935668945, 0.049704959869384766, 0.048510974884033206, 0.0481525764465332, 0.09865216064453125, 0.048261119842529294, 0.048162815093994144, 0.04844134521484375, 0.04841471862792969, 0.048299007415771485, 0.048113662719726565, 0.04829695892333984, 0.0482529296875, 0.04823654556274414, 0.048449535369873044, 0.04846284866333008, 0.04848844909667969, 0.048347137451171876, 0.048348159790039064, 0.04856115341186523, 0.04856422424316406, 0.048494590759277346, 0.04749311828613281, 0.046769153594970705, 0.046581760406494144, 0.048037887573242184, 0.04836454391479492, 0.048745471954345705, 0.048123905181884766, 0.048312320709228515, 0.04827340698242188, 0.04841062545776367, 0.04808499145507812, 0.048418815612792966, 0.04818534469604492, 0.048484352111816405, 0.04822323226928711, 0.04837376022338867, 0.04831129455566406, 0.0482529296875, 0.04820991897583008, 0.048263168334960936, 0.04792627334594726, 0.04678041458129883, 0.04658380889892578, 0.04663603210449219, 0.04824883270263672, 0.04818534469604492, 0.048228351593017575, 0.04762009429931641, 0.048264190673828124, 0.04851302337646484, 0.04847001647949219, 0.04806758499145508, 0.04823654556274414, 0.048525310516357424, 0.048361473083496094, 0.04825804901123047, 0.048467967987060545, 0.04811468887329102, 0.048489471435546876, 0.048505855560302735, 0.04835532760620117, 0.0484403190612793, 0.04818022537231445, 0.0482529296875, 0.04842598342895508, 0.09857843017578125, 0.048489471435546876, 0.04834204864501953, 0.04827747344970703, 0.048330753326416016, 0.048571392059326174, 0.04860518264770508, 0.048244735717773435, 0.04818227386474609, 0.0483164176940918, 0.04863593673706055, 0.04851811218261719, 0.04844441604614258, 0.048906238555908206, 0.04990156936645508, 0.04882022476196289, 0.0484587516784668, 0.04820377731323242, 0.04833587265014649, 0.04877004623413086, 0.047675392150878904, 0.047017982482910156, 0.04677632141113281, 0.047032318115234374, 0.04677017593383789, 0.04673331069946289, 0.04827852630615234, 0.04837580871582031, 0.04825190353393555, 0.04820991897583008, 0.04820684814453125, 0.04835532760620117, 0.04833587265014649, 0.04848537445068359, 0.04887142562866211, 0.04867583847045898, 0.04857651138305664, 0.048901119232177735, 0.04907622528076172, 0.04958310317993164, 0.048304126739501956, 0.04815052795410156, 0.04845363235473633, 0.04845363235473633, 0.04865126419067383, 0.04759449768066406, 0.04653055953979492, 0.04668723297119141, 0.04648857498168945, 0.0491776008605957, 0.048691200256347655, 0.04782284927368164, 0.04863180923461914, 0.04807167816162109, 0.0482344970703125, 0.04786687850952148, 0.048010238647460936, 0.048194561004638675, 0.04815155029296875, 0.048368640899658207, 0.04824067306518555, 0.04821603012084961, 0.04842291259765625, 0.09883238220214843, 0.04830310440063477, 0.04817715072631836, 0.04828364944458008, 0.048198654174804685, 0.04832563018798828, 0.04799692916870117, 0.048231422424316404, 0.048758785247802736, 0.04836044692993164, 0.04824371337890625, 0.048228351593017575, 0.0491253776550293, 0.04864409637451172, 0.04844543838500977, 0.048402431488037106, 0.04849971389770508, 0.04861439895629883, 0.048465919494628903, 0.04847513580322266, 0.048336894989013675, 0.04822118377685547, 0.04850175857543945, 0.048484352111816405, 0.04828672027587891, 0.048399360656738284, 0.04873318481445312, 0.04875059127807617, 0.048456703186035156, 0.04863692855834961, 0.048348159790039064, 0.04846387100219727, 0.048540672302246096, 0.04822937774658203, 0.04825804901123047, 0.04856012725830078, 0.04840447998046875, 0.04834201431274414, 0.0487086067199707, 0.04832767868041992, 0.04837273788452148, 0.048438270568847655, 0.0483164176940918, 0.04834918212890625, 0.04852633666992188, 0.04834201431274414, 0.04831129455566406, 0.04844339370727539, 0.04842803192138672, 0.04878335952758789, 0.04873011016845703, 0.04839014434814453, 0.04831948852539063, 0.04843110275268555, 0.048399360656738284, 0.047816703796386716, 0.04655104064941406, 0.04673023986816406, 0.046706687927246096, 0.04819148635864258, 0.04825702285766602, 0.04835532760620117, 0.04858060836791992, 0.09551052856445312, 0.04678860855102539, 0.0464189453125, 0.04662783813476563, 0.04648448181152344, 0.047731712341308595, 0.04800307083129883, 0.048626686096191404, 0.048487422943115234, 0.04816793441772461, 0.04828364944458008, 0.04902195358276367, 0.050121726989746096, 0.04856422424316406, 0.04817407989501953, 0.04880691146850586, 0.04856729507446289, 0.048293888092041014, 0.04849151992797852, 0.04855807876586914, 0.048764926910400394, 0.04854476928710937, 0.048302078247070314, 0.048330753326416016, 0.048527359008789066, 0.04824166488647461, 0.04838502502441406, 0.048737281799316405, 0.048402431488037106, 0.04811161422729492, 0.04862464141845703, 0.04864921569824219, 0.048563201904296874, 0.04844748687744141, 0.04842905426025391, 0.04859699249267578, 0.048563201904296874, 0.048418815612792966, 0.04832665634155273, 0.048304126739501956, 0.0484587516784668, 0.04823859024047852, 0.0482242546081543, 0.04834406280517578, 0.047413246154785156, 0.04664627075195313, 0.04744908905029297, 0.04834201431274414, 0.04891648101806641, 0.048389118194580076, 0.04822732925415039, 0.048368640899658207, 0.048215038299560545, 0.04801638412475586, 0.04812287902832031, 0.048261119842529294, 0.0471828498840332, 0.04662681579589844, 0.04648755264282227, 0.046568447113037106, 0.04648857498168945, 0.04666777420043945, 0.046769153594970705]",tokens/s,20.428089267219583,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-65b,huggyllama/llama-65b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,l,l,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/l/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475f2-5c3243ed35528c83670132f0;40bca045-118b-4271-88fb-cf96442d2b81) Repository Not Found for url: https://huggingface.co/l/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: l is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,B,B,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947714-396dc6b971e29fed520240b8;ae834da3-bc14-47fd-a10b-d0a3a7618a6c) Repository Not Found for url: https://huggingface.co/B/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: B is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-30b,huggyllama/llama-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6464.991232,20389.036032,0.0,19742.588928,18821.63968,s,10,15.251524047851563,1.5251524047851563,0.0009882032314610953,1.524915283203125,1.52600029296875,1.5266975952148438,1.5272554370117188,"[1.5245479736328125, 1.5237607421875, 1.5258453369140625, 1.5255504150390624, 1.5240848388671875, 1.524978515625, 1.5273948974609375, 1.5257620849609375, 1.5247471923828124, 1.52485205078125]",tokens/s,167.85207773124938,kWh,1.8005577027797703e-05,9.867022291381129e-06,8.876143212019905e-05,0.00011663403143937787,tokens/kWh,2194899.6947178277,MB,6466.097152,20389.036032,0.0,19742.588928,19408.231424,s,10,843.7642968749999,84.37642968749999,0.0014546530943839347,84.3760625,84.37850937500001,84.3788328125,84.3790915625,"[84.374328125, 84.37590625, 84.37496875, 84.3771875, 84.3784375, 84.375328125, 84.3756640625, 84.37621875, 84.37915625, 84.3771015625]",tokens/s,0.7466540150291898,kWh,0.0009961377963920435,0.0005459716178148128,0.004961524774772203,0.006503634188979058,tokens/kWh,9686.891693071955,,s,629,856.1515289306642,1.3611312065670336,0.18119645630371847,1.3392659912109375,1.33975068359375,1.3398699951171875,2.864413154296875,"[1.338935302734375, 1.339020263671875, 1.339157470703125, 1.3389742431640625, 1.3391175537109374, 1.33900390625, 1.3387376708984375, 1.338894287109375, 1.338723388671875, 1.3391103515625, 1.3388072509765625, 1.339040771484375, 1.3388421630859375, 1.338757080078125, 1.339334716796875, 1.3390653076171875, 1.3389393310546875, 1.339157470703125, 1.3389383544921876, 1.3391553955078126, 1.33906640625, 1.3392864990234374, 1.3392230224609376, 1.339177001953125, 1.3388790283203125, 1.3390867919921876, 1.33946875, 1.339187255859375, 1.33960498046875, 1.3396439208984374, 1.3394185791015625, 1.3393592529296876, 1.339588623046875, 1.3397657470703126, 1.339073486328125, 1.3394534912109375, 1.3391585693359376, 1.339282470703125, 1.3395865478515625, 1.3394451904296876, 1.339166748046875, 1.339515869140625, 1.3396285400390624, 1.33954248046875, 1.3397657470703126, 1.339611083984375, 1.3392178955078125, 1.3396182861328125, 1.3391790771484375, 1.3391563720703126, 1.3395230712890625, 1.3396019287109375, 1.33920458984375, 1.3396121826171874, 1.339218994140625, 1.3391492919921875, 1.339030517578125, 1.33916259765625, 1.3391329345703125, 1.3396346435546875, 1.339809814453125, 1.33977294921875, 2.864088134765625, 1.338925048828125, 1.3388841552734374, 1.33888916015625, 1.33865673828125, 1.3389906005859376, 1.3390601806640625, 1.338946533203125, 1.3389691162109374, 1.338672119140625, 1.33918310546875, 1.338666015625, 1.3390335693359374, 1.339030517578125, 1.3389127197265625, 1.338945556640625, 1.3391728515625, 1.339173828125, 1.3392813720703125, 1.3387633056640624, 1.3391688232421874, 1.3391072998046876, 1.339748291015625, 1.33909912109375, 1.339556884765625, 1.3393653564453125, 1.339173828125, 1.3395916748046874, 1.3392342529296875, 1.3396663818359376, 1.339187255859375, 1.3398660888671876, 1.339715576171875, 1.3398282470703125, 1.33989990234375, 1.3390048828125, 1.339474853515625, 1.3391236572265626, 1.33945654296875, 1.339082763671875, 1.339361328125, 1.3394359130859375, 1.3394462890625, 1.3399346923828126, 1.33968798828125, 1.3397022705078125, 1.3393480224609375, 1.3393182373046875, 1.33958447265625, 1.3390694580078124, 1.3394595947265624, 1.3393480224609375, 1.339724853515625, 1.3390069580078126, 1.33964794921875, 1.3392178955078125, 1.3396593017578124, 1.339040771484375, 1.33930908203125, 1.3392374267578124, 1.3395067138671874, 1.3395947265625, 1.3398681640625, 2.8655576171875, 1.338912841796875, 1.3388380126953126, 1.33879296875, 1.339044921875, 1.33899462890625, 1.33885546875, 1.3386588134765625, 1.3388841552734374, 1.338745849609375, 1.33960595703125, 1.3386044921875, 1.3390909423828126, 1.3391513671875, 1.33909814453125, 1.33905712890625, 1.3389854736328124, 1.3393223876953124, 1.339068359375, 1.3390284423828125, 1.3390325927734374, 1.338872802734375, 1.3390960693359375, 1.3392906494140624, 1.3391063232421876, 1.33918212890625, 1.338924072265625, 1.339314208984375, 1.3391800537109375, 1.3396561279296875, 1.3388165283203124, 1.3391697998046874, 1.3395496826171875, 1.3393489990234375, 1.339525146484375, 1.339399169921875, 1.339958251953125, 1.33922607421875, 1.339598876953125, 1.3391483154296875, 1.3397144775390626, 1.339466796875, 1.3396663818359376, 1.3397596435546875, 1.3398446044921875, 1.3397913818359375, 1.339135986328125, 1.3394053955078125, 1.339609130859375, 1.3390653076171875, 1.33946875, 1.3400985107421874, 1.339704345703125, 1.3391534423828124, 1.3396173095703126, 1.339167724609375, 1.33939306640625, 1.339020263671875, 1.339568115234375, 1.3394974365234376, 1.3398466796875, 1.3393756103515626, 1.339894775390625, 2.865345458984375, 1.338641357421875, 1.338894287109375, 1.339577392578125, 1.3388768310546875, 1.3392813720703125, 1.338936279296875, 1.338872802734375, 1.3388779296875, 1.3386844482421876, 1.3391492919921875, 1.338533935546875, 1.339115478515625, 1.3389793701171875, 1.3390531005859374, 1.339156494140625, 1.339166748046875, 1.3391903076171876, 1.3392281494140625, 1.3389967041015625, 1.33943701171875, 1.339218994140625, 1.33949951171875, 1.3391861572265624, 1.3390479736328125, 1.33882373046875, 1.3391236572265626, 1.3393858642578125, 1.3394012451171875, 1.339810791015625, 1.339135009765625, 1.3394329833984375, 1.33956103515625, 1.3393233642578124, 1.3395875244140625, 1.3390540771484376, 1.3397227783203125, 1.3392783203125, 1.33926708984375, 1.3393653564453125, 1.3395323486328126, 1.3393858642578125, 1.3396807861328126, 1.3401978759765625, 1.339442138671875, 1.3397841796875, 1.3396695556640625, 1.33922509765625, 1.3395609130859376, 1.339283447265625, 1.3394483642578126, 1.3396295166015626, 1.339747314453125, 1.3391973876953125, 1.3400555419921876, 1.339198486328125, 1.33960400390625, 1.33911962890625, 1.3395281982421876, 1.33911865234375, 1.339572265625, 1.3396070556640625, 1.3399593505859375, 2.863795166015625, 1.3388492431640624, 1.339051025390625, 1.3387694091796876, 1.3389168701171874, 1.33920458984375, 1.33933154296875, 1.3388431396484375, 1.3390960693359375, 1.3388482666015624, 1.3391513671875, 1.3389495849609374, 1.3390960693359375, 1.3394217529296875, 1.339030517578125, 1.33909814453125, 1.338956787109375, 1.339113525390625, 1.3391431884765626, 1.339173828125, 1.339466796875, 1.3395281982421876, 1.33937353515625, 1.3389854736328124, 1.3388974609375, 1.3388963623046874, 1.33901513671875, 1.3392015380859374, 1.3394852294921875, 1.3393961181640626, 1.3394267578125, 1.339447265625, 1.3395394287109375, 1.339471923828125, 1.339842529296875, 1.3391595458984376, 1.339514892578125, 1.339150390625, 1.3394749755859374, 1.3393275146484376, 1.3394954833984376, 1.339303955078125, 1.3394166259765625, 1.3401610107421875, 1.33981494140625, 1.340078125, 1.3397330322265626, 1.3391636962890625, 1.3396346435546875, 1.3388646240234374, 1.3394871826171875, 1.3392701416015624, 1.33968798828125, 1.3392342529296875, 1.3396541748046875, 1.3393070068359374, 1.3394176025390625, 1.339619384765625, 1.3398385009765625, 1.3394012451171875, 1.33975146484375, 1.3398712158203125, 1.3399859619140626, 2.86453955078125, 1.33888623046875, 1.338778564453125, 1.33880419921875, 1.3388380126953126, 1.3396500244140626, 1.338987548828125, 1.3386527099609375, 1.3394124755859376, 1.3386322021484376, 1.339220947265625, 1.338746826171875, 1.338955810546875, 1.339177978515625, 1.338892333984375, 1.3389609375, 1.3393704833984375, 1.3392291259765625, 1.33924658203125, 1.3393336181640625, 1.3392486572265625, 1.338904541015625, 1.339303955078125, 1.339208740234375, 1.3392271728515626, 1.3389404296875, 1.339251708984375, 1.339240478515625, 1.339251708984375, 1.3394052734375, 1.3392435302734376, 1.33954052734375, 1.33958251953125, 1.339273193359375, 1.3393541259765624, 1.3391513671875, 1.339640869140625, 1.33958349609375, 1.3393428955078126, 1.3396654052734376, 1.339599853515625, 1.3393602294921876, 1.3395958251953124, 1.339705322265625, 1.339505615234375, 1.339683837890625, 1.33930908203125, 1.33937353515625, 1.3394166259765625, 1.339241455078125, 1.3393848876953125, 1.3394022216796875, 1.339345947265625, 1.33943603515625, 1.339864990234375, 1.3391492919921875, 1.339611083984375, 1.3390284423828125, 1.339220947265625, 1.3391298828125, 1.339746337890625, 1.339642822265625, 1.3398507080078126, 2.8673955078125, 1.3385963134765626, 1.338828857421875, 1.3390531005859374, 1.3389547119140626, 1.33921484375, 1.338798095703125, 1.3387591552734375, 1.3390960693359375, 1.3388790283203125, 1.339208740234375, 1.33905712890625, 1.3389752197265625, 1.338957763671875, 1.33905712890625, 1.3389046630859376, 1.3389813232421874, 1.3390960693359375, 1.3394451904296876, 1.33931005859375, 1.3393828125, 1.33895068359375, 1.3391861572265624, 1.3391492919921875, 1.3391800537109375, 1.33907666015625, 1.339009033203125, 1.33975048828125, 1.33897412109375, 1.339504638671875, 1.339473876953125, 1.339588623046875, 1.3394820556640625, 1.3394432373046874, 1.3395025634765625, 1.339144287109375, 1.339495361328125, 1.33899462890625, 1.3391922607421876, 1.339219970703125, 1.3392650146484375, 1.3395538330078125, 1.3403238525390626, 1.3396705322265625, 1.3394554443359374, 1.339937744140625, 1.339619384765625, 1.3391319580078125, 1.3392794189453125, 1.3391656494140625, 1.3395640869140626, 1.3392803955078125, 1.3396961669921874, 1.3392056884765624, 1.339504638671875, 1.339199462890625, 1.3395732421875, 1.3397022705078125, 1.3393623046875, 1.3392015380859374, 1.3398251953125, 1.339473876953125, 1.339810791015625, 2.86540283203125, 1.3386044921875, 1.3390377197265626, 1.3391728515625, 1.3388011474609376, 1.3393009033203125, 1.3391339111328124, 1.3388062744140625, 1.3388994140625, 1.3389639892578125, 1.33920458984375, 1.3389700927734376, 1.338852294921875, 1.3390274658203125, 1.3392855224609375, 1.3390244140625, 1.3389619140625, 1.33907763671875, 1.3391103515625, 1.338957763671875, 1.339293701171875, 1.33907861328125, 1.33962548828125, 1.3391943359375, 1.3390582275390626, 1.3392025146484374, 1.3391483154296875, 1.33924560546875, 1.3390181884765624, 1.339673583984375, 1.3392220458984374, 1.3394923095703124, 1.339763671875, 1.3394124755859376, 1.3395189208984375, 1.3392650146484375, 1.3395906982421875, 1.339260986328125, 1.339240478515625, 1.3391165771484375, 1.3394913330078124, 1.33930908203125, 1.339589599609375, 1.3398056640625, 1.3395189208984375, 1.3399193115234376, 1.339336669921875, 1.3392752685546876, 1.33966748046875, 1.3389957275390625, 1.3394862060546875, 1.3397872314453125, 1.3396500244140626, 1.33924755859375, 1.339974609375, 1.3389393310546875, 1.3397626953125, 1.33888818359375, 1.339430908203125, 1.3396439208984374, 1.3400504150390624, 1.3395865478515625, 1.3396715087890625, 2.864630859375, 1.338850341796875, 1.339171875, 1.3389168701171874, 1.3389742431640625, 1.3393212890625, 1.3394698486328125, 1.338862548828125, 1.33901416015625, 1.3389066162109375, 1.339314208984375, 1.338956787109375, 1.3391656494140625, 1.3390284423828125, 1.339029541015625, 1.3390479736328125, 1.3391800537109375, 1.3394964599609376, 1.339083740234375, 1.3391083984375, 1.3391861572265624, 1.339187255859375, 1.3394185791015625, 1.339147216796875, 1.3390274658203125, 1.339171875, 1.339113525390625, 1.33959375, 1.3394554443359374, 1.3396387939453125, 1.3391483154296875, 1.339298828125, 1.3399111328125, 1.339208740234375, 1.339621337890625, 1.33922509765625, 1.3397349853515625, 1.3391851806640624, 1.339452392578125, 1.3392159423828125, 1.3394913330078124, 1.3392855224609375, 1.3396654052734376, 1.3398753662109375, 1.3396397705078125, 1.3398231201171875, 1.3391861572265624, 1.33960595703125, 1.33943603515625, 1.3392066650390626, 1.339599853515625, 1.33922607421875, 1.339684814453125, 1.339173828125, 1.339809814453125, 1.3393900146484374, 1.3399766845703125, 1.33907763671875, 1.33947802734375, 1.3393695068359375, 1.3398118896484374, 1.3395947265625, 1.3399561767578125, 2.864668701171875, 1.339220947265625, 1.3390244140625, 1.33924658203125, 1.3390479736328125, 1.33903466796875, 1.33861474609375, 1.338914794921875, 1.3389742431640625, 1.338851318359375, 1.3390213623046876, 1.3389219970703126, 1.3389127197265625, 1.3395015869140625, 1.3391759033203126, 1.339177978515625, 1.3392230224609376, 1.339145263671875, 1.339315185546875, 1.338946533203125, 1.339240478515625, 1.338988525390625, 1.3395272216796874, 1.339230224609375, 1.339442138671875, 1.33912060546875, 1.339093994140625, 1.33906640625, 1.3392659912109375, 1.339535400390625, 1.33911962890625, 1.339442138671875, 1.33956298828125, 1.33926806640625, 1.3395435791015624, 1.3398240966796875, 1.339577392578125, 1.339041748046875, 1.339461669921875, 1.339631591796875, 1.3394544677734375, 1.339441162109375, 1.33953125, 1.339598876953125, 1.339483154296875, 1.339663330078125, 1.3393448486328126, 1.339324462890625, 1.3394913330078124, 1.3389598388671875, 1.33990087890625, 1.33939306640625, 1.339609130859375, 1.3393172607421875, 1.33978515625, 1.3394248046875, 1.3395302734375, 1.3390048828125, 1.3395087890625, 1.3392025146484374, 1.339888671875, 1.339557861328125, 1.3397626953125]",tokens/s,0.73468303068456,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1518.137344,9028.763648,0.0,8382.316544,7939.414528,s,10,6.2186258544921875,0.6218625854492187,0.0006623755520319593,0.6216771545410156,0.6225843811035157,0.6229629974365234,0.6232658905029297,"[0.6216580200195313, 0.622500244140625, 0.6222579956054688, 0.6216962890625, 0.6219646606445313, 0.621544189453125, 0.6233416137695312, 0.620923828125, 0.6211596069335937, 0.6215794067382813]",tokens/s,411.6665095956395,kWh,7.342209915320079e-06,4.02156563963672e-06,3.617306815411189e-05,4.753684370906869e-05,tokens/kWh,5385296.541073517,MB,1518.137344,9028.763648,0.0,8382.316544,8233.863168,s,10,338.53626171875,33.853626171875,0.0010124319548166741,33.853712890625005,33.855066406249996,33.855154296875,33.855224609375,"[33.85293359375, 33.85249609375, 33.8535625, 33.855046875, 33.85315625, 33.85183984375, 33.8552421875, 33.85386328125, 33.8539765625, 33.85414453125]",tokens/s,1.8609527877500844,kWh,0.00039967804801132944,0.0002190577200008007,0.001967286729056904,0.002586022497069034,tokens/kWh,24361.73701945881,,s,629,343.5954211425784,0.5462566313872466,0.07392753275830496,0.5373409423828125,0.5376583862304688,0.5377446044921875,1.159544453125,"[0.5371371459960937, 0.5373040771484375, 0.537275390625, 0.5371688842773438, 0.5369661254882813, 0.537302001953125, 0.5370286254882812, 0.53732763671875, 0.5370101928710938, 0.53718017578125, 0.537196533203125, 0.53713818359375, 0.5369467163085937, 0.5370316772460938, 0.537059326171875, 0.5371709594726563, 0.53698046875, 0.5374402465820313, 0.5371217651367187, 0.5375150146484375, 0.53745458984375, 0.5373890380859375, 0.537091064453125, 0.53758154296875, 0.537354248046875, 0.5378201904296875, 0.537059326171875, 0.53730712890625, 0.537354248046875, 0.5375610961914062, 0.5371473999023437, 0.5373306884765625, 0.5371791381835938, 0.5375068359375, 0.5371975708007812, 0.5375283203125, 0.5375692749023437, 0.5374985961914063, 0.537218017578125, 0.5374576416015625, 0.5372333984375, 0.5375999755859375, 0.5372006225585938, 0.537544677734375, 0.5374013671875, 0.5378058471679688, 0.5373204345703125, 0.5376112670898437, 0.537296875, 0.537596923828125, 0.5372938232421876, 0.5375795288085937, 0.5375027465820312, 0.5376051025390625, 0.5375006713867188, 0.5376337890625, 0.5372927856445312, 0.5373214721679688, 0.5370869750976562, 0.5374505004882812, 0.5372640991210937, 0.53768701171875, 1.1603875732421876, 0.5368289184570313, 0.5372313842773437, 0.5371340942382813, 0.53699072265625, 0.5371832275390624, 0.5373173828125, 0.5369241333007813, 0.53711767578125, 0.536858642578125, 0.5371627807617188, 0.5370460205078125, 0.53701220703125, 0.5370101928710938, 0.5369354248046875, 0.5371300048828125, 0.5372927856445312, 0.5370419311523438, 0.5373952026367188, 0.537091064453125, 0.5374095458984375, 0.53732861328125, 0.5374218139648438, 0.5372415771484375, 0.5374013671875, 0.537512939453125, 0.5375139770507813, 0.5371525268554688, 0.5371954956054688, 0.5371401977539062, 0.537649169921875, 0.5371821899414062, 0.53778125, 0.5371033325195312, 0.5376931762695313, 0.5370982666015625, 0.5373952026367188, 0.5371791381835938, 0.5376644897460937, 0.5376256103515625, 0.5377741088867187, 0.5373092041015625, 0.5375150146484375, 0.5373870239257813, 0.5376051025390625, 0.5375631103515625, 0.5376614379882813, 0.537291748046875, 0.5375744018554688, 0.537259033203125, 0.5376737060546875, 0.537275390625, 0.5375559692382812, 0.53793896484375, 0.5375621337890625, 0.5373306884765625, 0.5376133422851562, 0.5373921508789062, 0.53737060546875, 0.53718017578125, 0.5375631103515625, 0.5373818969726563, 0.5375313720703125, 1.1600189208984375, 0.5370921020507813, 0.5372149658203125, 0.5370992431640625, 0.5370880126953125, 0.5371197509765625, 0.5372518310546875, 0.5369784545898437, 0.537354248046875, 0.536922119140625, 0.5372528686523438, 0.5370009765625, 0.5371422729492188, 0.5370153198242188, 0.5372774658203125, 0.5369497680664063, 0.5371566162109375, 0.5370449829101562, 0.5372743530273437, 0.536933349609375, 0.5374873657226562, 0.5371401977539062, 0.53749658203125, 0.5372846069335937, 0.5376010131835938, 0.5371883544921875, 0.5375641479492187, 0.53711669921875, 0.5373716430664063, 0.5372364501953125, 0.5375999755859375, 0.537260009765625, 0.537944091796875, 0.537186279296875, 0.5376327514648438, 0.5372119140625, 0.5373992919921875, 0.5371187133789063, 0.5374719848632813, 0.537607177734375, 0.537312255859375, 0.5373900756835938, 0.53751806640625, 0.5372119140625, 0.537680908203125, 0.5375068359375, 0.537596923828125, 0.537291748046875, 0.537511962890625, 0.5373296508789063, 0.53788671875, 0.5372713012695313, 0.5374290161132812, 0.5375928344726563, 0.5379501953125, 0.5374586791992187, 0.5378385620117188, 0.5374259033203125, 0.53736962890625, 0.5371259155273438, 0.5379645385742188, 0.5374566650390625, 0.5376245727539063, 1.15985302734375, 0.5369876708984375, 0.5371945190429688, 0.5369978637695313, 0.5376030883789062, 0.5371996459960937, 0.5372999877929687, 0.5370029907226562, 0.5372108764648438, 0.5368975219726563, 0.537027587890625, 0.5371412353515626, 0.5372640991210937, 0.5372026977539063, 0.5372026977539063, 0.53694873046875, 0.5372518310546875, 0.5373245239257812, 0.537354248046875, 0.5370347290039063, 0.5373245239257812, 0.5372569580078125, 0.5374044189453125, 0.5372518310546875, 0.5374658813476563, 0.5373040771484375, 0.5375344848632813, 0.537427978515625, 0.5374044189453125, 0.5374638061523438, 0.5375191040039062, 0.5372006225585938, 0.537469970703125, 0.5371033325195312, 0.537660400390625, 0.5373060913085937, 0.5376091918945313, 0.537396240234375, 0.5375221557617188, 0.5372989501953125, 0.537186279296875, 0.5373624267578125, 0.5378693237304687, 0.5375344848632813, 0.5378088989257812, 0.537723876953125, 0.5377515258789063, 0.5372631225585938, 0.53762353515625, 0.5372938232421876, 0.5374484252929688, 0.5373470458984375, 0.5374586791992187, 0.5375989990234376, 0.5375068359375, 0.537548828125, 0.537802734375, 0.537417724609375, 0.5372835693359375, 0.5371248779296875, 0.538156005859375, 0.5372303466796875, 0.5375221557617188, 1.1597977294921875, 0.53688525390625, 0.5373030395507813, 0.5369682006835937, 0.5371074829101562, 0.5370306396484374, 0.5372477416992187, 0.5369815063476563, 0.5373173828125, 0.5368340454101562, 0.5372979125976562, 0.5369917602539063, 0.5371401977539062, 0.5368186645507812, 0.5370859375, 0.5372026977539063, 0.5373634643554688, 0.53724365234375, 0.5375529174804687, 0.5371463623046875, 0.537628662109375, 0.5371719970703125, 0.5374689331054687, 0.5371586303710938, 0.5374290161132812, 0.5373368530273438, 0.5376685791015625, 0.5372078247070312, 0.5373409423828125, 0.5372743530273437, 0.5375354614257812, 0.5371054077148437, 0.5376696166992188, 0.5371904296875, 0.5375846557617188, 0.5371054077148437, 0.5375078125, 0.5373737182617188, 0.5374678955078125, 0.5373235473632813, 0.5373880615234375, 0.5373214721679688, 0.5376215209960937, 0.5372559204101562, 0.5375938720703125, 0.5374843139648438, 0.5376952514648438, 0.5372313842773437, 0.5377300415039062, 0.537364501953125, 0.537438232421875, 0.5373132934570313, 0.53768701171875, 0.5376256103515625, 0.537491455078125, 0.5373132934570313, 0.5376532592773438, 0.5372815551757812, 0.5376952514648438, 0.5373521728515624, 0.5377146606445312, 0.5372897338867187, 0.5377249145507812, 1.15938818359375, 0.5370020141601562, 0.5372344360351563, 0.5369661254882813, 0.5370706176757812, 0.5371668701171874, 0.5372078247070312, 0.5371678466796875, 0.5372456665039063, 0.5368391723632813, 0.5374146728515625, 0.5369476928710938, 0.5370552368164062, 0.5370562744140625, 0.5371084594726563, 0.5370306396484374, 0.537038818359375, 0.5371351318359375, 0.5373378295898438, 0.5371576538085937, 0.5375344848632813, 0.5371607055664063, 0.5372426147460938, 0.5370900268554688, 0.5374689331054687, 0.537449462890625, 0.5375272827148437, 0.5371945190429688, 0.5373992919921875, 0.5372108764648438, 0.5375150146484375, 0.5371289672851562, 0.5373429565429687, 0.5371832275390624, 0.537406494140625, 0.537027587890625, 0.5376399536132812, 0.5373051147460938, 0.5376409301757813, 0.537364501953125, 0.5375682373046875, 0.537217041015625, 0.5372640991210937, 0.5373870239257813, 0.5380792236328125, 0.5373112182617188, 0.5376041259765625, 0.53753857421875, 0.5376624755859375, 0.5372098388671875, 0.537438232421875, 0.5373296508789063, 0.5375272827148437, 0.5375538940429687, 0.5376583862304688, 0.5373060913085937, 0.537723876953125, 0.5374115600585937, 0.5375324096679688, 0.5371781005859375, 0.5375610961914062, 0.5373604125976562, 0.5375672607421875, 1.1612088623046875, 0.5371207885742187, 0.5373788452148438, 0.5369528198242187, 0.5371586303710938, 0.5371064453125, 0.5371729736328125, 0.5369088134765625, 0.5373880615234375, 0.5368237915039062, 0.5373429565429687, 0.5369047241210938, 0.537248779296875, 0.537038818359375, 0.5372498168945312, 0.5369180297851562, 0.537206787109375, 0.5374771118164062, 0.5374719848632813, 0.5371238403320312, 0.5377566528320312, 0.5370634155273437, 0.5374607543945312, 0.5374474487304688, 0.5376460571289062, 0.5373009643554687, 0.5375191040039062, 0.5372815551757812, 0.537365478515625, 0.53741259765625, 0.5376082153320313, 0.537280517578125, 0.53758056640625, 0.5369497680664063, 0.537459716796875, 0.5373470458984375, 0.5376266479492188, 0.53726513671875, 0.5376061401367187, 0.5374423217773437, 0.5373460693359375, 0.5376051025390625, 0.5376399536132812, 0.537438232421875, 0.53768701171875, 0.5373972778320313, 0.5375610961914062, 0.5372866821289063, 0.5375713500976562, 0.5373040771484375, 0.5375426635742188, 0.53737060546875, 0.5375457153320312, 0.5375559692382812, 0.5375396118164063, 0.5376573486328124, 0.53817138671875, 0.5374904174804688, 0.5375631103515625, 0.537143310546875, 0.5375938720703125, 0.5373726806640625, 0.53766552734375, 1.158677490234375, 0.5371135864257812, 0.5372876586914063, 0.5370050659179687, 0.5370449829101562, 0.537185302734375, 0.5372303466796875, 0.5368422241210937, 0.5371760864257813, 0.53697021484375, 0.537291748046875, 0.5369600219726562, 0.537111572265625, 0.5370245361328125, 0.5369651489257813, 0.536995849609375, 0.53718017578125, 0.53709619140625, 0.537439208984375, 0.537133056640625, 0.5375160522460938, 0.5373419799804687, 0.5375774536132812, 0.5373296508789063, 0.5373255615234375, 0.537259033203125, 0.5375252685546875, 0.5371320190429687, 0.5374801635742188, 0.5371954956054688, 0.5375324096679688, 0.5373992919921875, 0.5374238891601563, 0.5370634155273437, 0.5375252685546875, 0.537333740234375, 0.53758154296875, 0.5376829223632813, 0.5375139770507813, 0.5371340942382813, 0.5374740600585938, 0.537206787109375, 0.5374535522460937, 0.5372876586914063, 0.5375949096679687, 0.5373921508789062, 0.5380228881835938, 0.5372876586914063, 0.537469970703125, 0.5374791870117187, 0.537543701171875, 0.537459716796875, 0.5374781494140625, 0.5376880493164062, 0.5376430053710938, 0.5374269409179687, 0.537680908203125, 0.5376082153320313, 0.5374996337890625, 0.5372498168945312, 0.5375047607421874, 0.5374238891601563, 0.5376194458007812, 1.15968408203125, 0.5371453247070312, 0.5372620849609375, 0.537091064453125, 0.5372528686523438, 0.5370623779296875, 0.5372815551757812, 0.53704296875, 0.5372098388671875, 0.5367675170898437, 0.5373470458984375, 0.5371791381835938, 0.5374105834960937, 0.5370142822265624, 0.5371371459960937, 0.5370316772460938, 0.5372938232421876, 0.5369722900390625, 0.5373009643554687, 0.537565185546875, 0.5374678955078125, 0.5371453247070312, 0.5377874145507813, 0.5372733154296875, 0.5374515380859375, 0.537607177734375, 0.537544677734375, 0.5373409423828125, 0.5373829345703125, 0.5374105834960937, 0.5375692749023437, 0.5372057495117187, 0.537544677734375, 0.537059326171875, 0.5374884033203124, 0.53719140625, 0.5375846557617188, 0.53709619140625, 0.5376204833984375, 0.537364501953125, 0.5372938232421876, 0.5372672119140625, 0.5375580444335938, 0.5372057495117187, 0.5376123046875, 0.53747607421875, 0.53774951171875, 0.5373051147460938, 0.5376563110351562, 0.5375221557617188, 0.5373450317382813, 0.53725390625, 0.537439208984375, 0.5376041259765625, 0.5376307373046875, 0.5373030395507813, 0.5378119506835938, 0.5375170288085938, 0.537332763671875, 0.5371105346679688, 0.5376583862304688, 0.537396240234375, 0.5376317138671876, 1.159605224609375, 0.5371351318359375, 0.5373143310546875, 0.5372354736328125, 0.537091064453125, 0.5371401977539062, 0.5373040771484375, 0.5369661254882813, 0.5370419311523438, 0.5368678588867187, 0.537112548828125, 0.53732861328125, 0.5372610473632813, 0.5370255126953125, 0.5369517822265625, 0.537069580078125, 0.537122802734375, 0.5372344360351563, 0.5373839111328125, 0.5372354736328125, 0.5374197998046875, 0.537154541015625, 0.537491455078125, 0.537153564453125, 0.53746484375, 0.53732763671875, 0.5376952514648438, 0.5370706176757812, 0.5374832763671875, 0.537280517578125, 0.537617431640625, 0.537169921875, 0.5374371948242187, 0.5372160034179687, 0.5376768188476563, 0.5372835693359375, 0.5375703125, 0.537206787109375, 0.5379194946289062, 0.5377188110351563, 0.5374976196289063, 0.5373429565429687, 0.537617431640625, 0.5373480834960938, 0.5376747436523438, 0.5373317260742188, 0.5376614379882813, 0.5372661743164062, 0.5377372436523438, 0.5372631225585938, 0.537385986328125, 0.5375641479492187, 0.5375416259765625, 0.5373552856445313, 0.5376112670898437, 0.537380859375, 0.5376358642578125, 0.5374893798828125, 0.5374361572265625, 0.5371945190429688, 0.53766552734375, 0.5373921508789062, 0.5376082153320313]",tokens/s,1.8306413918682305,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,5008.822272,8173.125632,0.0,7526.678528,6833.744896,s,10,3.2637095642089844,0.3263709564208984,0.0007368089127270137,0.3261606750488281,0.32729655456542966,0.3276723556518555,0.3279729965209961,"[0.32596209716796876, 0.32586428833007813, 0.3263592529296875, 0.32655685424804687, 0.326583251953125, 0.32592489624023435, 0.32721304321289063, 0.32552175903320313, 0.32567596435546875, 0.32804815673828125]",tokens/s,784.3835211545423,kWh,3.849155682816727e-06,2.109159659243408e-06,2.032348400070999e-05,2.6281799342770124e-05,tokens/kWh,9740581.177917834,MB,5008.822272,8173.125632,0.0,7526.678528,7110.584832,s,10,177.045357421875,17.7045357421875,0.0012845826660970417,17.70458984375,17.706225781249998,17.70631015625,17.70637765625,"[17.703931640625, 17.701494140625, 17.704443359375, 17.70496875, 17.70412890625, 17.70639453125, 17.70620703125, 17.704736328125, 17.70418359375, 17.704869140625]",tokens/s,3.558410167733434,kWh,0.00020893763350596564,0.00011451522852683938,0.0010782542004162915,0.0014017070624490963,tokens/kWh,44945.196958574845,,s,629,179.70182278442405,0.285694471835332,0.038836008660610016,0.2809876403808594,0.28119777221679687,0.2813642761230469,0.6074044165039063,"[0.2808002624511719, 0.2810859375, 0.2808913879394531, 0.280943603515625, 0.2809088134765625, 0.2810040283203125, 0.28078695678710935, 0.28094772338867186, 0.2809241638183594, 0.2809722900390625, 0.2809620361328125, 0.2810992736816406, 0.28092007446289063, 0.28101119995117185, 0.2808463439941406, 0.281027587890625, 0.2808821716308594, 0.2812037048339844, 0.2810091552734375, 0.2810931091308594, 0.28097125244140625, 0.2809722900390625, 0.2810142822265625, 0.280943603515625, 0.28114544677734377, 0.28108175659179685, 0.28101937866210935, 0.28090777587890625, 0.2809098205566406, 0.2811453552246094, 0.28107467651367185, 0.281064453125, 0.2811750793457031, 0.28106442260742187, 0.2810439758300781, 0.28124465942382815, 0.2813736877441406, 0.28123956298828123, 0.28094259643554687, 0.28106451416015626, 0.2809650573730469, 0.2809836120605469, 0.2809210205078125, 0.28089547729492187, 0.2809016418457031, 0.280958984375, 0.28140850830078123, 0.28111666870117186, 0.2809743347167969, 0.2808883056640625, 0.28079623413085936, 0.28105413818359376, 0.2809292907714844, 0.2810009460449219, 0.28097329711914065, 0.28109619140625, 0.2809098205566406, 0.28071221923828127, 0.280933349609375, 0.28117401123046876, 0.28113409423828123, 0.28092620849609373, 0.60747265625, 0.28070806884765626, 0.2811351013183594, 0.28077362060546873, 0.28089959716796875, 0.2807675476074219, 0.2810275268554687, 0.28092312622070315, 0.2809046936035156, 0.2808084411621094, 0.2810439758300781, 0.2808105163574219, 0.28097430419921876, 0.2808217468261719, 0.28103271484375, 0.28088729858398437, 0.2810675048828125, 0.28095693969726565, 0.28103167724609374, 0.28106036376953125, 0.28104193115234377, 0.2808299560546875, 0.2809108581542969, 0.28080743408203124, 0.28094873046875, 0.280958984375, 0.2808985595703125, 0.2808197021484375, 0.2809333801269531, 0.28095489501953125, 0.2808002624511719, 0.28090264892578126, 0.2809466857910156, 0.28094158935546876, 0.2808708801269531, 0.28107467651367185, 0.2808638000488281, 0.28104391479492186, 0.2809292907714844, 0.2809661560058594, 0.28094772338867186, 0.28103271484375, 0.28111053466796876, 0.2809088134765625, 0.28127651977539064, 0.2812466125488281, 0.2810214538574219, 0.2809333801269531, 0.2810347595214844, 0.28096408081054686, 0.28108184814453124, 0.2808186950683594, 0.2811372985839844, 0.28084515380859376, 0.28100827026367187, 0.28106539916992185, 0.2810152282714844, 0.2809989013671875, 0.2808842163085937, 0.2811985778808594, 0.2813501586914062, 0.2810224609375, 0.28091802978515623, 0.6079191284179688, 0.2806446228027344, 0.28111154174804687, 0.28073370361328126, 0.2810019836425781, 0.28069903564453125, 0.281046875, 0.2809036865234375, 0.28084225463867185, 0.2807582702636719, 0.28101119995117185, 0.28089959716796875, 0.28108697509765623, 0.28107672119140625, 0.280932373046875, 0.28086679077148435, 0.2810224609375, 0.28107571411132815, 0.2811197509765625, 0.28087091064453124, 0.2810859375, 0.2809395141601562, 0.2808412170410156, 0.28205978393554687, 0.2808739929199219, 0.28123648071289065, 0.28117913818359375, 0.28086273193359373, 0.28080435180664065, 0.2808360900878906, 0.28089242553710936, 0.28096820068359374, 0.2810460205078125, 0.28101544189453126, 0.28080010986328124, 0.2809333801269531, 0.280880126953125, 0.28094464111328127, 0.28085147094726565, 0.2810408935546875, 0.28090060424804686, 0.28079513549804686, 0.28095794677734376, 0.28093438720703123, 0.28107467651367185, 0.28103067016601563, 0.28095693969726565, 0.28259121704101564, 0.2810726318359375, 0.28107366943359374, 0.2812630920410156, 0.2811709289550781, 0.2813378601074219, 0.2809466857910156, 0.28098046875, 0.28088116455078127, 0.2810010681152344, 0.2809774169921875, 0.28094351196289064, 0.28106137084960936, 0.28105523681640626, 0.28106649780273435, 0.28105010986328127, 0.6080983276367188, 0.2805442810058594, 0.2809896545410156, 0.2807879638671875, 0.2809374694824219, 0.28062310791015627, 0.28097537231445313, 0.28071218872070314, 0.280995849609375, 0.2809415588378906, 0.2810777587890625, 0.2808299560546875, 0.28200244140625, 0.28103067016601563, 0.28094259643554687, 0.28076031494140624, 0.28103372192382814, 0.28095693969726565, 0.28099789428710936, 0.28095590209960936, 0.28118731689453125, 0.28101324462890626, 0.2808268737792969, 0.28090060424804686, 0.2810726318359375, 0.28087408447265627, 0.2808984680175781, 0.2808555603027344, 0.2809251708984375, 0.28087100219726563, 0.28081143188476565, 0.28094772338867186, 0.281238525390625, 0.28138494873046876, 0.2810378112792969, 0.28088116455078127, 0.2808719482421875, 0.28103988647460937, 0.28095794677734376, 0.28113714599609374, 0.28095693969726565, 0.2808350830078125, 0.2807224426269531, 0.2808401794433594, 0.283072509765625, 0.2809395141601562, 0.28103167724609374, 0.2809651489257812, 0.2811422424316406, 0.2808913879394531, 0.280922119140625, 0.2810408935546875, 0.28119448852539064, 0.2809671630859375, 0.28113409423828123, 0.28099072265625, 0.28125595092773437, 0.280995849609375, 0.2812262268066406, 0.2814044189453125, 0.28109722900390627, 0.28100811767578127, 0.2810019836425781, 0.6083676147460938, 0.281069580078125, 0.2809661865234375, 0.2808504028320313, 0.2810521545410156, 0.28073675537109377, 0.28086477661132814, 0.2808186950683594, 0.2809518127441406, 0.2808637390136719, 0.28104193115234377, 0.28080743408203124, 0.28095489501953125, 0.2810368041992187, 0.28096408081054686, 0.28084844970703127, 0.2810756530761719, 0.28226763916015624, 0.2809692077636719, 0.28088626098632813, 0.28098355102539063, 0.2808197021484375, 0.2807982177734375, 0.28103277587890624, 0.28112786865234374, 0.280961181640625, 0.2809997863769531, 0.28112399291992185, 0.2811482543945312, 0.2809599914550781, 0.28090060424804686, 0.2811207580566406, 0.28099172973632813, 0.2809938049316406, 0.2809968566894531, 0.28118731689453125, 0.280995849609375, 0.2809426574707031, 0.28101626586914064, 0.2809979553222656, 0.28103265380859377, 0.280943603515625, 0.28089447021484376, 0.28097329711914065, 0.2810726318359375, 0.28112384033203125, 0.28100811767578127, 0.2809580078125, 0.28122515869140624, 0.28084429931640625, 0.2810142822265625, 0.2808360900878906, 0.2810214538574219, 0.2808760375976562, 0.2810133666992187, 0.2810059509277344, 0.28116583251953126, 0.28140237426757814, 0.2807633972167969, 0.28105523681640626, 0.28104702758789063, 0.28084735107421877, 0.2810245056152344, 0.6076272583007812, 0.28068353271484375, 0.28097637939453124, 0.2806927490234375, 0.28078695678710935, 0.28059033203125, 0.28082278442382813, 0.2807767028808594, 0.2808760375976562, 0.28086578369140625, 0.2808350830078125, 0.28088626098632813, 0.2813931579589844, 0.2808126525878906, 0.28106640625, 0.28102655029296875, 0.2811617431640625, 0.28116583251953126, 0.2809968566894531, 0.28094259643554687, 0.28096307373046875, 0.28095489501953125, 0.28097637939453124, 0.28106137084960936, 0.2811781005859375, 0.28100607299804686, 0.28082177734375, 0.28104290771484375, 0.28098150634765623, 0.281091064453125, 0.2810624084472656, 0.28119244384765624, 0.28088729858398437, 0.2811064453125, 0.2811351013183594, 0.2812886962890625, 0.28093438720703123, 0.28102554321289064, 0.28370022583007815, 0.2810654602050781, 0.2810654602050781, 0.280869873046875, 0.2810214538574219, 0.28114227294921873, 0.28109515380859373, 0.28090060424804686, 0.28101324462890626, 0.2810245056152344, 0.28122726440429685, 0.2809302978515625, 0.28107366943359374, 0.28088934326171877, 0.28120883178710937, 0.28091390991210935, 0.2811975708007812, 0.2811269226074219, 0.2810368041992187, 0.2808280639648438, 0.2809659729003906, 0.2812037048339844, 0.28127130126953126, 0.28098968505859373, 0.28096511840820315, 0.60883251953125, 0.28060467529296873, 0.2809794616699219, 0.28092312622070315, 0.2813982849121094, 0.2813009948730469, 0.2809886779785156, 0.2808883056640625, 0.28107366943359374, 0.280922119140625, 0.2809456787109375, 0.2808084411621094, 0.2810163269042969, 0.28097537231445313, 0.2810071105957031, 0.2808258666992188, 0.2810491027832031, 0.28098968505859373, 0.2814863891601562, 0.2812784118652344, 0.281064453125, 0.28083511352539064, 0.28078179931640623, 0.28249298095703124, 0.2810910034179688, 0.2808832092285156, 0.28091494750976564, 0.2809292907714844, 0.28089141845703125, 0.28101425170898436, 0.2809743347167969, 0.2809722900390625, 0.2810408935546875, 0.28118426513671874, 0.2812303466796875, 0.2811094970703125, 0.28078387451171877, 0.28088626098632813, 0.28119451904296877, 0.28095895385742187, 0.28112588500976565, 0.28113006591796874, 0.2810581970214844, 0.280953857421875, 0.28095077514648437, 0.28101223754882815, 0.281027587890625, 0.28109515380859373, 0.2811064453125, 0.28092825317382814, 0.28113818359375, 0.28082891845703123, 0.28119143676757813, 0.28105426025390623, 0.2811329956054687, 0.28106854248046875, 0.2810572814941406, 0.28092724609375, 0.2808821716308594, 0.2811207580566406, 0.2811412353515625, 0.2810296325683594, 0.28099172973632813, 0.60706103515625, 0.2807059936523438, 0.2810726318359375, 0.2809098205566406, 0.28105624389648437, 0.2806220703125, 0.2809917907714844, 0.28088113403320314, 0.28103372192382814, 0.28095281982421877, 0.28107879638671873, 0.2810849304199219, 0.2812733459472656, 0.2809743347167969, 0.2812303466796875, 0.28095281982421877, 0.2824908752441406, 0.2809866333007813, 0.2809456787109375, 0.280880126953125, 0.2809169921875, 0.2809302978515625, 0.2807879638671875, 0.2809661560058594, 0.2810798034667969, 0.28095489501953125, 0.28097537231445313, 0.2809948120117188, 0.2809794616699219, 0.28092724609375, 0.28095794677734376, 0.2811883544921875, 0.28089959716796875, 0.2809692077636719, 0.28097552490234373, 0.2809906005859375, 0.28083914184570313, 0.2809456787109375, 0.2810152893066406, 0.28097125244140625, 0.2810501708984375, 0.2807622985839844, 0.280890380859375, 0.28096511840820315, 0.2809323425292969, 0.28090264892578126, 0.28089752197265627, 0.28092108154296874, 0.2811678771972656, 0.2809251708984375, 0.2810941467285156, 0.2808832092285156, 0.2812651672363281, 0.2808053894042969, 0.281017333984375, 0.28113409423828123, 0.28139724731445315, 0.28102041625976565, 0.2808330383300781, 0.2810378112792969, 0.2812538757324219, 0.28141259765625, 0.2812620849609375, 0.6072289428710937, 0.28075930786132813, 0.28142489624023437, 0.28085861206054685, 0.280919189453125, 0.2806700439453125, 0.28098770141601564, 0.2808155517578125, 0.2809251708984375, 0.28085861206054685, 0.2810214538574219, 0.28077163696289065, 0.280939453125, 0.2808053894042969, 0.2809876403808594, 0.2808883056640625, 0.28102349853515624, 0.2819471435546875, 0.28139111328125, 0.2810654602050781, 0.28137985229492185, 0.28105010986328127, 0.28085861206054685, 0.2810859375, 0.28121600341796876, 0.2809887390136719, 0.28093536376953127, 0.280958984375, 0.28101223754882815, 0.2809333801269531, 0.2809938049316406, 0.28112384033203125, 0.28098458862304687, 0.281059326171875, 0.2811770935058594, 0.28115045166015623, 0.28095794677734376, 0.2810523071289063, 0.28106121826171876, 0.2809232177734375, 0.28085751342773435, 0.28083096313476563, 0.2809395141601562, 0.2809108581542969, 0.2809722900390625, 0.2809190673828125, 0.28105520629882813, 0.28091390991210935, 0.2810091552734375, 0.2810040283203125, 0.28116790771484373, 0.28094573974609377, 0.2811063232421875, 0.280995849609375, 0.2812528686523437, 0.2810511474609375, 0.2810040283203125, 0.2809139709472656, 0.2808759765625, 0.2811085205078125, 0.2810316467285156, 0.28102349853515624, 0.2808760375976562, 0.6096005249023437, 0.28075726318359373, 0.2809169921875, 0.28073370361328126, 0.2812037048339844, 0.2810357666015625, 0.2810040283203125, 0.2807848815917969, 0.281017333984375, 0.2811248779296875, 0.28101223754882815, 0.2807848815917969, 0.28090673828125, 0.28089547729492187, 0.2810491027832031, 0.28088729858398437, 0.2809088134765625, 0.28079617309570315, 0.28105523681640626, 0.28090060424804686, 0.28096820068359374, 0.28085861206054685, 0.28080230712890625, 0.280880126953125, 0.28098355102539063, 0.2810572814941406, 0.2831247253417969, 0.281059326171875, 0.2810521545410156, 0.28110848999023436, 0.2811576232910156, 0.2811760559082031, 0.2811463623046875, 0.280911865234375, 0.2809190368652344, 0.2809876403808594, 0.28097024536132814, 0.2809886779785156, 0.2810624084472656, 0.28105523681640626, 0.28116378784179685, 0.28104193115234377, 0.28093646240234377, 0.2808760375976562, 0.28102859497070315, 0.28101837158203125, 0.2808401794433594, 0.28090573120117185, 0.28106854248046875, 0.28096820068359374, 0.2809661560058594, 0.2807940979003906, 0.28126412963867187, 0.28086273193359373, 0.28110540771484377, 0.2811617431640625, 0.281143310546875, 0.28087295532226564, 0.28085043334960935, 0.2810019836425781, 0.2811822204589844, 0.28111871337890626, 0.28107366943359374]",tokens/s,3.5002427368506384,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,M,M,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/M/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474c6-4ef6095a02eeb034122f0025;cfcab62e-e532-4cf4-b2e9-cd728161081d) Repository Not Found for url: https://huggingface.co/M/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: M is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1624.731648,4268.228608,0.0,3621.781504,3321.971712,s,10,1.627830841064453,0.16278308410644532,0.0006726669557189673,0.16249996948242187,0.1632672622680664,0.16397974624633788,0.1645497334289551,"[0.16469223022460938, 0.16234649658203126, 0.16245443725585937, 0.16239181518554688, 0.16242189025878906, 0.162439453125, 0.16265245056152344, 0.16254550170898438, 0.16310893249511718, 0.1627776336669922]",tokens/s,1572.6449796994834,kWh,1.9193837425828407e-06,1.0517357904562584e-06,9.193112193194334e-06,1.2164231726233433e-05,tokens/kWh,21045307.731840502,MB,1624.731648,4268.228608,0.0,3621.781504,3433.426944,s,10,89.17219921875,8.917219921874999,0.0016709433439318754,8.9166416015625,8.91887919921875,8.920137353515626,8.921143876953126,"[8.9213955078125, 8.9164599609375, 8.91659765625, 8.9160712890625, 8.9176083984375, 8.91587109375, 8.918599609375, 8.9176533203125, 8.9152568359375, 8.916685546875]",tokens/s,7.0649821975853175,kWh,0.00010526317150575716,5.769209961292759e-05,0.0004989661554450142,0.000661921426563699,tokens/kWh,95177.45984906155,,s,629,90.49376062011713,0.14386925376807183,0.01932514089790995,0.14152806091308595,0.1416855560302734,0.14177669067382812,0.3040971228027344,"[0.14131199645996093, 0.14223052978515624, 0.1420431365966797, 0.14157516479492188, 0.14185472106933594, 0.14158029174804687, 0.1414881591796875, 0.1414911651611328, 0.14148812866210939, 0.14158540344238282, 0.14145741271972656, 0.14159461975097656, 0.1415895080566406, 0.1417840576171875, 0.141486083984375, 0.14151884460449218, 0.14179122924804688, 0.14167039489746094, 0.14141542053222655, 0.14147891235351562, 0.14160281372070313, 0.14152806091308595, 0.14156288146972656, 0.14158540344238282, 0.14152806091308595, 0.14145126342773437, 0.14156903076171876, 0.1415731201171875, 0.14158335876464845, 0.14150143432617188, 0.14167961120605468, 0.141591552734375, 0.14162637329101563, 0.1415362548828125, 0.14150245666503905, 0.14167141723632812, 0.14152294921875, 0.14166937255859374, 0.14159974670410155, 0.14160800170898438, 0.14175942993164062, 0.14169088745117187, 0.14156492614746094, 0.14158335876464845, 0.14166937255859374, 0.1415557098388672, 0.14163558959960937, 0.14159770202636718, 0.14157720947265626, 0.1415925750732422, 0.1417717742919922, 0.1416775665283203, 0.14165196228027344, 0.14154240417480468, 0.14187213134765625, 0.14159359741210936, 0.14156288146972656, 0.141549560546875, 0.14160794067382812, 0.14166426086425782, 0.1415608367919922, 0.1415905303955078, 0.3040440368652344, 0.1415925750732422, 0.14155059814453125, 0.141444091796875, 0.14150245666503905, 0.14147378540039063, 0.14148915100097656, 0.14147174072265625, 0.1414318084716797, 0.14138983154296875, 0.1414625244140625, 0.14145228576660157, 0.14159872436523438, 0.14140415954589844, 0.14148300170898437, 0.14146969604492188, 0.1415301055908203, 0.14138163757324218, 0.14142771911621094, 0.14140313720703124, 0.1418199005126953, 0.14153421020507811, 0.14158746337890624, 0.14150143432617188, 0.1417164764404297, 0.14158848571777344, 0.14141644287109376, 0.1414563903808594, 0.14149734497070313, 0.1414185028076172, 0.14144921875, 0.1415720977783203, 0.14151986694335938, 0.14159872436523438, 0.1414645690917969, 0.14145945739746094, 0.14147891235351562, 0.1415403594970703, 0.14158642578125, 0.1416468505859375, 0.1414666290283203, 0.1414635467529297, 0.14145945739746094, 0.1415301055908203, 0.14158029174804687, 0.14148812866210939, 0.14160281372070313, 0.1415362548828125, 0.1415557098388672, 0.14150758361816407, 0.1415362548828125, 0.14160076904296875, 0.14159359741210936, 0.14141644287109376, 0.14158438110351562, 0.14155673217773437, 0.14152192687988283, 0.14150245666503905, 0.14172262573242186, 0.14156185913085936, 0.1415731201171875, 0.14199501037597656, 0.14162944030761718, 0.30402764892578127, 0.14142054748535157, 0.1414993896484375, 0.14142874145507814, 0.14137855529785157, 0.14160281372070313, 0.14146969604492188, 0.141876220703125, 0.14157107543945313, 0.14146969604492188, 0.14150143432617188, 0.141486083984375, 0.14149119567871093, 0.14147584533691407, 0.1414318084716797, 0.14155264282226562, 0.1415895080566406, 0.14149325561523438, 0.141802490234375, 0.14174514770507812, 0.14148300170898437, 0.1415895080566406, 0.14152908325195312, 0.14157005310058593, 0.14144819641113282, 0.14149119567871093, 0.14159872436523438, 0.14171136474609375, 0.14152806091308595, 0.14151577758789063, 0.14178611755371093, 0.1416345672607422, 0.14143693542480468, 0.1415055389404297, 0.1414666290283203, 0.14141030883789063, 0.14143693542480468, 0.14150245666503905, 0.14156390380859374, 0.14165196228027344, 0.1415362548828125, 0.14140415954589844, 0.14149734497070313, 0.1414185333251953, 0.14148605346679688, 0.14145433044433595, 0.14152192687988283, 0.14154240417480468, 0.1415301055908203, 0.14146867370605468, 0.14149530029296875, 0.1416099853515625, 0.14153318786621094, 0.14152294921875, 0.1415055389404297, 0.14161203002929687, 0.1415167999267578, 0.14161305236816407, 0.14158438110351562, 0.14151986694335938, 0.14152499389648437, 0.14147276306152343, 0.14153932189941407, 0.3041177673339844, 0.14150962829589844, 0.1414072265625, 0.141412353515625, 0.1415413818359375, 0.1415403594970703, 0.14167039489746094, 0.14159666442871094, 0.14147891235351562, 0.1414430694580078, 0.14140109252929686, 0.14152908325195312, 0.14145535278320312, 0.141412353515625, 0.14155366516113282, 0.14150758361816407, 0.14155059814453125, 0.14144204711914063, 0.14140928649902343, 0.14135501098632813, 0.1413939208984375, 0.14150143432617188, 0.14148403930664064, 0.1416345672607422, 0.1414266815185547, 0.14165606689453125, 0.1415413818359375, 0.14150349426269532, 0.14144819641113282, 0.14155267333984375, 0.14155772399902344, 0.14155059814453125, 0.14152908325195312, 0.14165811157226563, 0.14150962829589844, 0.14160281372070313, 0.14153114318847657, 0.14187008666992187, 0.14154342651367188, 0.14147993469238282, 0.1415905303955078, 0.14144511413574218, 0.14147686767578124, 0.14145433044433595, 0.1415239715576172, 0.1414625244140625, 0.14145945739746094, 0.14156600952148438, 0.14158023071289064, 0.14149734497070313, 0.1416427459716797, 0.1415557098388672, 0.14152499389648437, 0.14143795776367188, 0.1415403594970703, 0.14154751586914063, 0.14148710632324218, 0.14147174072265625, 0.1415055389404297, 0.14163046264648438, 0.14162944030761718, 0.14144204711914063, 0.14155775451660157, 0.3041771545410156, 0.14139698791503907, 0.14147174072265625, 0.14136933898925783, 0.14135090637207032, 0.1415720977783203, 0.14144924926757813, 0.14162940979003907, 0.141517822265625, 0.1413560333251953, 0.14153318786621094, 0.14142361450195312, 0.14158642578125, 0.1414819793701172, 0.14148098754882812, 0.14156796264648439, 0.14143283081054686, 0.14142156982421875, 0.14154649353027343, 0.14142463684082032, 0.1415977325439453, 0.14167047119140624, 0.14156790161132812, 0.14160076904296875, 0.14172467041015624, 0.14169497680664062, 0.14147993469238282, 0.14141644287109376, 0.14149734497070313, 0.14146560668945313, 0.14162022399902344, 0.14184959411621093, 0.1417471923828125, 0.14164480590820314, 0.1415731201171875, 0.1416243133544922, 0.14167654418945314, 0.14148095703125, 0.14154342651367188, 0.14158746337890624, 0.14160896301269532, 0.14151373291015626, 0.14150041198730468, 0.14173388671875, 0.141739013671875, 0.14152806091308595, 0.141486083984375, 0.1414993896484375, 0.14171136474609375, 0.14150860595703124, 0.1416775665283203, 0.14154649353027343, 0.14150656127929687, 0.14155877685546875, 0.14149427795410155, 0.14148812866210939, 0.14145126342773437, 0.14158642578125, 0.1415239715576172, 0.14155264282226562, 0.14161203002929687, 0.1415905303955078, 0.14156390380859374, 0.3041208190917969, 0.14145945739746094, 0.14134783935546874, 0.1414563903808594, 0.14149017333984376, 0.14135807800292968, 0.1416038360595703, 0.14147584533691407, 0.14149734497070313, 0.14134681701660157, 0.14148300170898437, 0.1414850616455078, 0.1414185028076172, 0.1414185028076172, 0.1416273956298828, 0.14154751586914063, 0.14152192687988283, 0.1414819793701172, 0.14140211486816406, 0.14134783935546874, 0.14145228576660157, 0.1414615020751953, 0.14144000244140625, 0.1414666290283203, 0.1414563903808594, 0.141380615234375, 0.14147686767578124, 0.14151065063476562, 0.1415720977783203, 0.14147071838378905, 0.14151475524902343, 0.1415413818359375, 0.14147482299804687, 0.14149325561523438, 0.14153829956054687, 0.14158233642578125, 0.14158233642578125, 0.14157414245605468, 0.14189158630371093, 0.14167552185058593, 0.14150245666503905, 0.14143283081054686, 0.14177996826171874, 0.14151373291015626, 0.14154649353027343, 0.14161817932128906, 0.1417502746582031, 0.14155162048339845, 0.14152294921875, 0.14150656127929687, 0.1417953338623047, 0.1415485382080078, 0.14153216552734374, 0.14149221801757814, 0.14153318786621094, 0.1415731201171875, 0.14144204711914063, 0.14152908325195312, 0.14160896301269532, 0.141559814453125, 0.14151986694335938, 0.14150041198730468, 0.14154240417480468, 0.30434713745117187, 0.14136422729492187, 0.1414676513671875, 0.14136729431152345, 0.14144511413574218, 0.14140415954589844, 0.14150349426269532, 0.1414082489013672, 0.14140928649902343, 0.14140211486816406, 0.14153421020507811, 0.1414676513671875, 0.1416222686767578, 0.14149632263183592, 0.141559814453125, 0.14149632263183592, 0.14149635314941406, 0.14142973327636718, 0.14150349426269532, 0.1414256591796875, 0.1415239715576172, 0.1417523193359375, 0.14155877685546875, 0.1415679931640625, 0.14152806091308595, 0.1414502410888672, 0.14143589782714844, 0.14149530029296875, 0.14147686767578124, 0.14150962829589844, 0.14153216552734374, 0.14148403930664064, 0.14149632263183592, 0.14172262573242186, 0.14159461975097656, 0.14150349426269532, 0.1415045166015625, 0.1415546875, 0.1416038360595703, 0.14158642578125, 0.14149221801757814, 0.14163148498535155, 0.1417523193359375, 0.14163967895507812, 0.14187213134765625, 0.14176768493652345, 0.14153114318847657, 0.1415905303955078, 0.14171238708496095, 0.14169395446777344, 0.14165093994140626, 0.1415557098388672, 0.14152806091308595, 0.14191513061523436, 0.1416468505859375, 0.14156903076171876, 0.1417093048095703, 0.1418270721435547, 0.14169395446777344, 0.1415045166015625, 0.14168473815917967, 0.1415925750732422, 0.14169497680664062, 0.304321533203125, 0.1415372772216797, 0.1415608367919922, 0.14144819641113282, 0.14151577758789063, 0.14152294921875, 0.1414983673095703, 0.14175640869140624, 0.14151986694335938, 0.14147482299804687, 0.14148403930664064, 0.14149017333984376, 0.1414502410888672, 0.14150041198730468, 0.14156390380859374, 0.14160896301269532, 0.1416273956298828, 0.14137753295898436, 0.14156697082519532, 0.14149427795410155, 0.14158233642578125, 0.14158335876464845, 0.14150656127929687, 0.14150962829589844, 0.1415055389404297, 0.14151167297363282, 0.1414307861328125, 0.14171749877929687, 0.14167245483398438, 0.1413949432373047, 0.141517822265625, 0.1415731201171875, 0.14151373291015626, 0.14143693542480468, 0.14156288146972656, 0.141697021484375, 0.1417840576171875, 0.14153628540039062, 0.141497314453125, 0.14168882751464842, 0.14163763427734374, 0.14150758361816407, 0.14154240417480468, 0.1414819793701172, 0.14150245666503905, 0.141444091796875, 0.14149017333984376, 0.14142771911621094, 0.14152088928222656, 0.1415372772216797, 0.14151884460449218, 0.14179122924804688, 0.141665283203125, 0.14162022399902344, 0.1415557098388672, 0.1415403594970703, 0.14158335876464845, 0.14148915100097656, 0.1415362548828125, 0.14157516479492188, 0.14162022399902344, 0.14154240417480468, 0.14157005310058593, 0.30481509399414064, 0.14162124633789064, 0.14154547119140626, 0.1414072265625, 0.14153216552734374, 0.1415546875, 0.14151986694335938, 0.14145843505859376, 0.14143702697753907, 0.14135081481933592, 0.1414645690917969, 0.14139187622070312, 0.14143795776367188, 0.14139801025390625, 0.14141337585449218, 0.14152601623535158, 0.14147378540039063, 0.1414185028076172, 0.14147071838378905, 0.14147686767578124, 0.14155059814453125, 0.14148710632324218, 0.1415167999267578, 0.1416488952636719, 0.1414819793701172, 0.1414185028076172, 0.14146969604492188, 0.14147584533691407, 0.1414819793701172, 0.14145741271972656, 0.14145945739746094, 0.14144102478027343, 0.1414850616455078, 0.14147482299804687, 0.14161305236816407, 0.14152703857421875, 0.14145330810546874, 0.14142463684082032, 0.14151577758789063, 0.141549560546875, 0.14144511413574218, 0.14158335876464845, 0.14156185913085936, 0.14141644287109376, 0.1414185028076172, 0.1415301055908203, 0.14169599914550782, 0.14156697082519532, 0.1415925750732422, 0.14143693542480468, 0.14158540344238282, 0.141486083984375, 0.1414635467529297, 0.141559814453125, 0.14151475524902343, 0.14159359741210936, 0.14156390380859374, 0.14159878540039061, 0.1415781707763672, 0.14163352966308593, 0.14168882751464842, 0.14164787292480469, 0.1415782470703125, 0.304405517578125, 0.14145330810546874, 0.14176870727539062, 0.14147276306152343, 0.14148300170898437, 0.1415925750732422, 0.14155264282226562, 0.14142463684082032, 0.14146969604492188, 0.14146047973632814, 0.14155059814453125, 0.1413447723388672, 0.1414666290283203, 0.1414297637939453, 0.14146969604492188, 0.14152499389648437, 0.14144511413574218, 0.14141644287109376, 0.14148095703125, 0.14143898010253905, 0.14160281372070313, 0.1416171569824219, 0.14153114318847657, 0.14153421020507811, 0.14150143432617188, 0.141517822265625, 0.14148403930664064, 0.14153421020507811, 0.14147482299804687, 0.14138983154296875, 0.14150962829589844, 0.14133964538574217, 0.14141644287109376, 0.14146867370605468, 0.14151271057128906, 0.14151271057128906, 0.1414625244140625, 0.1414615020751953, 0.14149632263183592, 0.14144613647460938, 0.14152806091308595, 0.141844482421875, 0.14155162048339845, 0.14168984985351563, 0.14148812866210939, 0.14147789001464844, 0.14151986694335938, 0.14165811157226563, 0.14159461975097656, 0.14158029174804687, 0.14156390380859374, 0.14150041198730468, 0.14165708923339843, 0.14152908325195312, 0.14158029174804687, 0.14163148498535155, 0.14151986694335938, 0.14157414245605468, 0.14163046264648438, 0.14156492614746094, 0.14157516479492188, 0.141623291015625, 0.141844482421875]",tokens/s,6.950755451975,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-9b,google/recurrentgemma-9b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neox-20b,,cuda,0,42,,,,,False,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.214-202.855.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,56387f0ed9acb6808de92d1e9f4c4b67cc3f2798,4.40.2,,0.30.0,,,,1.19.1,,,,0.10.0,,,,MB,1944.481792,14573.633536,0.0,13927.186432,13297.868288,s,10,9.725640197753906,0.9725640197753906,0.0017923727568869721,0.9720020751953125,0.9729548156738281,0.9754252838134766,0.9774016583251953,"[0.977895751953125, 0.972123046875, 0.9717662353515625, 0.97187890625, 0.972236328125, 0.9720960693359375, 0.9716734008789063, 0.9716565551757812, 0.9719080810546875, 0.9724058227539063]",tokens/s,263.22174663537527,kWh,1.1486106057359716e-05,6.293071060099465e-06,5.947858293636249e-05,7.725776005382167e-05,tokens/kWh,3313582.9956972273,MB,1944.809472,14573.633536,0.0,13927.186432,13715.58912,s,10,531.53776171875,53.153776171874995,0.008182429446188315,53.153025390625004,53.164081640625,53.164536914062495,53.164901132812496,"[53.14131640625, 53.14695703125, 53.14787109375, 53.1490234375, 53.1617578125, 53.15702734375, 53.16398046875, 53.15957421875, 53.1649921875, 53.14526171875]",tokens/s,1.1852403448493822,kWh,0.0006274074106189338,0.00034387553570843003,0.003288117567360643,0.004259400513688007,tokens/kWh,14790.813824044777,,s,629,539.4422939453126,0.8576189092930246,0.11545458274578103,0.843694091796875,0.8442072875976562,0.8443740234375,1.815425,"[0.843283447265625, 0.8433909912109375, 0.8437114868164063, 0.8437380981445313, 0.8431697998046875, 0.843230224609375, 0.8433091430664063, 0.8431871337890625, 0.8433316040039063, 0.8435117797851562, 0.8432998657226562, 0.8431472778320312, 0.842925048828125, 0.8432864990234376, 0.8435067138671875, 0.84373095703125, 0.843293701171875, 0.8431165161132812, 0.8434381103515625, 0.843430908203125, 0.8432998657226562, 0.8432107543945313, 0.8432547607421875, 0.8431463012695313, 0.8430079345703125, 0.8433438720703125, 0.8434247436523438, 0.8439142456054688, 0.8434401245117188, 0.8435650634765625, 0.8434493408203125, 0.8438692016601562, 0.8438015747070312, 0.84353125, 0.8433745727539063, 0.8432158813476562, 0.843452392578125, 0.8432547607421875, 0.8439449462890625, 0.8439193725585937, 0.84352001953125, 0.8434237670898438, 0.84347802734375, 0.8439736328125, 0.8435875854492187, 0.8435507202148438, 0.84347705078125, 0.8436326293945312, 0.8436879272460938, 0.8437514038085937, 0.8444999389648438, 0.8440729370117187, 0.8435865478515625, 0.8439009399414062, 0.8436019287109375, 0.8441129150390625, 0.8434503784179688, 0.8433018798828125, 0.8436592407226563, 0.843556884765625, 0.8436531372070313, 0.8437974853515625, 1.8161285400390625, 0.843020263671875, 0.8431503295898437, 0.8430120849609375, 0.843388916015625, 0.842913818359375, 0.8430971069335937, 0.8430745849609375, 0.84337255859375, 0.8430674438476562, 0.8438394775390625, 0.843832275390625, 0.8432189331054688, 0.8435548095703125, 0.8435794067382812, 0.8439285888671875, 0.8438343505859375, 0.8436213989257813, 0.8431851806640625, 0.8432240600585937, 0.8433756103515625, 0.8432322387695312, 0.8439296264648437, 0.8438486938476563, 0.8436531372070313, 0.843452392578125, 0.8433223876953125, 0.8433449096679687, 0.8434186401367187, 0.8436070556640625, 0.8435548095703125, 0.8434677734375, 0.8435036010742187, 0.8438169555664062, 0.8438804321289063, 0.8441343994140625, 0.8435076904296875, 0.8441630859375, 0.8436531372070313, 0.8439849243164063, 0.8434913330078125, 0.8436541137695313, 0.8433643798828125, 0.8435281982421875, 0.8436909790039062, 0.8436357421875, 0.8445941772460938, 0.8443258666992187, 0.8434390869140626, 0.8435384521484375, 0.8436572265625, 0.844062744140625, 0.8434851684570313, 0.8438988647460938, 0.8435968017578125, 0.8438548583984375, 0.843509765625, 0.8437811279296875, 0.844305419921875, 0.8439408569335938, 0.843694091796875, 0.8436357421875, 0.8436060791015625, 1.8153123779296876, 0.8430755615234375, 0.8432793579101563, 0.8430049438476562, 0.8431554565429688, 0.8430847778320313, 0.8437084350585937, 0.8436613159179688, 0.8433203125, 0.843146240234375, 0.8433182983398437, 0.84362646484375, 0.8430427856445313, 0.8432056274414063, 0.8431728515625, 0.8432578735351562, 0.843125732421875, 0.8435374145507812, 0.8437637329101563, 0.8438446044921875, 0.8437012329101562, 0.8434790649414062, 0.8438374633789063, 0.8438333740234375, 0.8435957641601562, 0.8436776733398438, 0.84341552734375, 0.843124755859375, 0.8435241088867188, 0.8442726440429688, 0.8440217895507812, 0.8438886108398438, 0.8439736328125, 0.8437698364257813, 0.8438169555664062, 0.8438220825195313, 0.8433479614257813, 0.8435384521484375, 0.8435978393554687, 0.843652099609375, 0.8437554931640625, 0.8442838745117187, 0.8440729370117187, 0.8433970947265625, 0.8435762939453125, 0.844052490234375, 0.8438302612304688, 0.843957275390625, 0.8433766479492187, 0.8437001953125, 0.8438220825195313, 0.8435507202148438, 0.843556884765625, 0.84402587890625, 0.8442081298828125, 0.8435701904296875, 0.8438425903320312, 0.8438036499023438, 0.8436439208984375, 0.843683837890625, 0.8438906860351563, 0.8437073974609375, 0.8438046875, 1.81545166015625, 0.843779052734375, 0.8438743286132813, 0.8435517578125, 0.8432220458984375, 0.8433766479492187, 0.8437125244140625, 0.8431861572265625, 0.8429557495117187, 0.843109375, 0.8433766479492187, 0.8430806884765625, 0.843209716796875, 0.8433735961914063, 0.8435128173828125, 0.8433756103515625, 0.8434002075195313, 0.8434401245117188, 0.8432630004882813, 0.8432506713867187, 0.843335693359375, 0.8435517578125, 0.8434821166992188, 0.8431708374023438, 0.8441272583007813, 0.8435661010742187, 0.8437442626953126, 0.8431258544921875, 0.8436683959960938, 0.8437974853515625, 0.8437094116210937, 0.8435691528320313, 0.8436766967773438, 0.84402685546875, 0.8433233642578125, 0.8435076904296875, 0.8441599731445313, 0.8435896606445312, 0.84442724609375, 0.8433397827148438, 0.8432864990234376, 0.843419677734375, 0.84352099609375, 0.8432557983398438, 0.8438825073242188, 0.8437033081054688, 0.8434544677734375, 0.8436613159179688, 0.8442296142578125, 0.8437432250976562, 0.8442070922851562, 0.8440135498046875, 0.8439378051757812, 0.8439807739257813, 0.8438179931640625, 0.8437545166015625, 0.844052490234375, 0.8439777221679687, 0.8439357299804687, 0.8439541625976562, 0.8443944702148437, 0.8444241943359375, 0.8439060668945313, 1.81608349609375, 0.8440678100585938, 0.8435804443359375, 0.8434913330078125, 0.8436162719726562, 0.843451416015625, 0.84349951171875, 0.8430285034179688, 0.8437821655273438, 0.8434954223632812, 0.8432793579101563, 0.8429475708007812, 0.8429967651367187, 0.8437288818359375, 0.8435394287109375, 0.84347802734375, 0.8435957641601562, 0.8438005981445312, 0.8433182983398437, 0.8432772827148437, 0.8439408569335938, 0.8437329711914062, 0.8441077880859374, 0.8438681640625, 0.843652099609375, 0.8442593383789062, 0.8439224243164063, 0.8438323364257813, 0.8441077880859374, 0.8438722534179688, 0.8444497680664063, 0.8445388793945312, 0.8439931030273438, 0.8443740234375, 0.8436182861328125, 0.8438999633789063, 0.8442131958007812, 0.8439511108398438, 0.8437176513671875, 0.8437217407226563, 0.843747314453125, 0.8440197143554687, 0.8438343505859375, 0.8442613525390625, 0.84356201171875, 0.8442808227539063, 0.8440709228515625, 0.8440678100585938, 0.8440545043945312, 0.8440514526367188, 0.843916259765625, 0.8440360717773437, 0.8440964965820312, 0.8442244873046875, 0.8444415893554688, 0.8442449951171875, 0.8438374633789063, 0.8443043823242188, 0.8440617065429687, 0.8437626953125, 0.84385791015625, 0.84381494140625, 0.843662353515625, 1.81551611328125, 0.8431022338867188, 0.843230224609375, 0.8437442626953126, 0.8437288818359375, 0.8434462890625, 0.8436449584960938, 0.8434483032226563, 0.843472900390625, 0.8437760009765625, 0.8438722534179688, 0.8435005493164063, 0.8435159301757813, 0.8436121826171875, 0.8434278564453125, 0.8441651000976562, 0.843720703125, 0.8438435668945312, 0.8435087280273438, 0.843641845703125, 0.844031005859375, 0.8436449584960938, 0.8435599365234375, 0.8432947387695312, 0.8436817626953125, 0.8435794067382812, 0.8436654663085937, 0.8438906860351563, 0.8440094604492188, 0.8437637329101563, 0.8436961059570313, 0.8435302124023437, 0.8438528442382812, 0.8438384399414063, 0.8437872924804688, 0.8435712280273437, 0.843556884765625, 0.8439060668945313, 0.8446832885742187, 0.843947021484375, 0.8440094604492188, 0.8438660888671875, 0.8436572265625, 0.8439346923828125, 0.8439080810546875, 0.8438712158203125, 0.8438763427734375, 0.8440719604492187, 0.8437012329101562, 0.8438139038085938, 0.844410888671875, 0.8440360717773437, 0.8445388793945312, 0.8438015747070312, 0.84377294921875, 0.8441763916015625, 0.8437565307617187, 0.8436817626953125, 0.84366748046875, 0.8435691528320313, 0.8437903442382813, 0.8436541137695313, 0.8441589965820312, 1.815973876953125, 0.8440504150390625, 0.8436582641601562, 0.8437247924804687, 0.843472900390625, 0.8437985229492188, 0.8439183349609375, 0.8434442138671875, 0.84359375, 0.8436070556640625, 0.8441590576171875, 0.8441394653320312, 0.8440555419921875, 0.8436490478515625, 0.84378515625, 0.844031982421875, 0.844095458984375, 0.8440176391601563, 0.84345751953125, 0.8439521484375, 0.8440074462890625, 0.8437852172851562, 0.8442777709960938, 0.8442675170898437, 0.84406884765625, 0.8437974853515625, 0.8439459838867187, 0.8438609619140625, 0.84353125, 0.8433848266601562, 0.8437596435546875, 0.8435281982421875, 0.84377392578125, 0.8444303588867188, 0.8438518676757812, 0.8442050170898437, 0.8438435668945312, 0.8439623413085937, 0.8440668334960938, 0.844095458984375, 0.843652099609375, 0.8437596435546875, 0.8434688110351563, 0.8436715698242188, 0.8433408203125, 0.8443515014648437, 0.8438394775390625, 0.8438292236328125, 0.8436141967773437, 0.84413134765625, 0.8438497314453125, 0.8441446533203125, 0.844348388671875, 0.8436234130859375, 0.8435742797851562, 0.8437401733398437, 0.8435968017578125, 0.8442080688476562, 0.8439234619140625, 0.84404638671875, 0.8442848510742188, 0.843663330078125, 0.8440074462890625, 1.8153564453125, 0.8434493408203125, 0.8433346557617187, 0.8431001586914062, 0.8431349487304688, 0.84387939453125, 0.8439111938476562, 0.8438466796875, 0.8437432250976562, 0.8435343627929688, 0.8437760009765625, 0.8432772827148437, 0.8436705322265625, 0.8433981323242188, 0.8435159301757813, 0.8431380615234375, 0.8436981811523437, 0.8444651489257813, 0.8433961181640625, 0.8438660888671875, 0.8437841796875, 0.8434749145507813, 0.8441118774414063, 0.8436439208984375, 0.8435537719726562, 0.8434606323242188, 0.843620361328125, 0.8434053344726562, 0.8437380981445313, 0.8443494262695312, 0.8441958618164063, 0.8443330688476562, 0.8440411987304688, 0.8438906860351563, 0.84356201171875, 0.84345751953125, 0.8436531372070313, 0.8436347045898438, 0.8434892578125, 0.8434002075195313, 0.8446289672851562, 0.8439039916992187, 0.8435537719726562, 0.84406884765625, 0.84369921875, 0.8444733276367188, 0.8440698852539062, 0.8438374633789063, 0.844095458984375, 0.8439552612304687, 0.8439224243164063, 0.8440975341796875, 0.84470068359375, 0.8439664916992188, 0.8439603271484375, 0.8444610595703125, 0.8443801879882813, 0.8438507690429687, 0.8436920166015625, 0.84354150390625, 0.8439849853515625, 0.844001220703125, 0.8440678100585938, 1.816659912109375, 0.84353125, 0.8441497802734375, 0.8433858642578125, 0.8433428344726562, 0.8432926635742187, 0.8436326293945312, 0.8432373657226563, 0.843236328125, 0.8433950805664062, 0.8435670776367188, 0.8435701904296875, 0.8439859008789062, 0.8441005859375, 0.8443095092773437, 0.844099609375, 0.8440463256835937, 0.8443361206054687, 0.843555908203125, 0.8432465209960938, 0.8436561889648437, 0.8432066650390625, 0.8434442138671875, 0.843188232421875, 0.8443412475585937, 0.8441006469726563, 0.8441343383789063, 0.8439009399414062, 0.8441907348632812, 0.8438906860351563, 0.8445009765625, 0.8437340087890625, 0.8437821655273438, 0.8441292724609375, 0.8438538208007812, 0.8445174560546875, 0.8443534545898438, 0.844284912109375, 0.8443740234375, 0.843884521484375, 0.8439060668945313, 0.8439869384765625, 0.8434933471679688, 0.84358349609375, 0.8438507690429687, 0.8437800903320313, 0.8438825073242188, 0.8441026611328125, 0.8438005981445312, 0.84389990234375, 0.8437965087890625, 0.8438302612304688, 0.8443033447265625, 0.8440023193359375, 0.8436602783203125, 0.8437831420898437, 0.8437340087890625, 0.8438231201171875, 0.8437432250976562, 0.8446730346679687, 0.84406884765625, 0.8442623901367188, 0.8448368530273438, 1.8164356689453125, 0.8433848266601562, 0.843304931640625, 0.8433889770507812, 0.8433193359375, 0.8433612060546875, 0.8432066650390625, 0.8442306518554688, 0.8436654052734375, 0.8435087280273438, 0.8436326293945312, 0.8430244140625, 0.8437237548828125, 0.8433837890625, 0.8431595458984374, 0.8432117919921875, 0.8435640258789062, 0.8432210083007813, 0.8432783203125, 0.8436029663085938, 0.843420654296875, 0.8434769897460938, 0.8436643676757812, 0.8433858642578125, 0.84341455078125, 0.8434298706054687, 0.8433766479492187, 0.8431011962890625, 0.8430366821289063, 0.843051025390625, 0.8435230712890625, 0.84368896484375, 0.8436336669921874, 0.8436654052734375, 0.8436428833007813, 0.8435701904296875, 0.8439490356445313, 0.8435855102539063, 0.843557861328125, 0.84356298828125, 0.843399169921875, 0.8433756103515625, 0.8437186279296875, 0.8437504272460937, 0.84353125, 0.8436859130859375, 0.8435486450195312, 0.843429931640625, 0.8435936889648438, 0.8437166137695312, 0.843694091796875, 0.8435814208984375, 0.8435486450195312, 0.843779052734375, 0.843958251953125, 0.8439378051757812, 0.8436561889648437, 0.844020751953125, 0.8440084228515625, 0.844337158203125, 0.8440668334960938, 0.84415283203125, 0.843931640625]",tokens/s,1.166019066468983,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-6B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3691.425792,5211.947008,0.0,4565.499904,4315.13088,s,10,2.8053516845703124,0.2805351684570313,0.0004480646012681654,0.28061317443847655,0.28096784057617186,0.2810714141845703,0.28115427307128904,"[0.2804563903808594, 0.27977456665039063, 0.28117498779296873, 0.28078695678710935, 0.2808992919921875, 0.28094482421875, 0.27981097412109374, 0.2802847290039063, 0.28076995849609376, 0.28044900512695314]",tokens/s,912.5415590780402,kWh,3.3092777670165643e-06,1.813301800711997e-06,1.6326147320167017e-05,2.1448726887895576e-05,tokens/kWh,11935440.33349931,MB,3691.425792,5211.947008,0.0,4565.499904,4383.673344,s,10,151.18848046875,15.118848046874998,0.0027821151656467562,15.11984619140625,15.12149365234375,15.121812255859375,15.122067138671875,"[15.1142509765625, 15.114376953125, 15.116474609375, 15.1179326171875, 15.1195205078125, 15.120171875, 15.1214228515625, 15.122130859375, 15.121267578125, 15.120931640625]",tokens/s,4.166984138253961,kWh,0.0001784252902791824,9.779173102294405e-05,0.0008596400256744463,0.001135857046976573,tokens/kWh,55464.72610060708,,s,629,153.47323796081554,0.24399560884072405,0.03338408494625594,0.23994061279296874,0.24014356079101562,0.24033689270019531,0.5206728076171875,"[0.23988018798828126, 0.23966412353515626, 0.2399303741455078, 0.23972662353515625, 0.23980029296875, 0.23966720581054687, 0.23980441284179688, 0.23968870544433593, 0.23981260681152344, 0.23969381713867188, 0.2398197784423828, 0.23980441284179688, 0.23979417419433594, 0.23982591247558593, 0.23978297424316405, 0.23968966674804687, 0.2397460479736328, 0.23982591247558593, 0.24002867126464844, 0.23977267456054688, 0.2398719940185547, 0.2399139862060547, 0.2398586883544922, 0.23982899475097658, 0.23979212951660156, 0.23972659301757812, 0.23980441284179688, 0.2397460479736328, 0.23980645751953125, 0.23991807556152345, 0.23991194152832032, 0.23983103942871092, 0.24007168579101562, 0.2401658935546875, 0.23983314514160156, 0.23976441955566405, 0.2398760986328125, 0.2399006652832031, 0.2398525390625, 0.23990988159179688, 0.2398392333984375, 0.239815673828125, 0.24020889282226562, 0.24050277709960938, 0.24006040954589844, 0.2399898223876953, 0.24000096130371093, 0.23991807556152345, 0.2399252471923828, 0.23990170288085938, 0.24004920959472656, 0.23989138793945314, 0.23997439575195312, 0.2399938507080078, 0.23991500854492187, 0.23999897766113282, 0.2399692840576172, 0.23991909790039062, 0.24029183959960937, 0.2402109375, 0.24019148254394532, 0.24002252197265625, 0.52034765625, 0.23986277770996095, 0.23982386779785156, 0.2398269500732422, 0.2397389373779297, 0.23981254577636718, 0.23979008483886718, 0.24015155029296875, 0.23990476989746093, 0.24000921630859376, 0.23982182312011718, 0.23983103942871092, 0.23984742736816406, 0.23975628662109374, 0.23986892700195311, 0.23984335327148437, 0.23982691955566407, 0.23977369689941405, 0.23979212951660156, 0.23984742736816406, 0.23972352600097657, 0.2398638153076172, 0.23997337341308594, 0.2398587188720703, 0.23978697204589844, 0.23989356994628908, 0.23981459045410156, 0.23986994934082032, 0.2397532196044922, 0.23984742736816406, 0.2397286376953125, 0.23983103942871092, 0.23970611572265624, 0.23982591247558593, 0.2397081604003906, 0.23984844970703126, 0.23969279479980468, 0.23982803344726564, 0.23986784362792968, 0.239815673828125, 0.24011468505859376, 0.240505859375, 0.23988946533203126, 0.23987193298339843, 0.23994367980957032, 0.24006451416015626, 0.23992422485351564, 0.23987303161621093, 0.2399805450439453, 0.2400358428955078, 0.23991807556152345, 0.23994163513183595, 0.23998258972167968, 0.23992831420898436, 0.23990272521972655, 0.2401300506591797, 0.24004914855957032, 0.24002969360351561, 0.239963134765625, 0.24010342407226562, 0.24004914855957032, 0.2398638153076172, 0.24026931762695314, 0.521860107421875, 0.23985459899902345, 0.239724609375, 0.2399866180419922, 0.23972557067871095, 0.2398586883544922, 0.23977165222167968, 0.23977471923828125, 0.23968666076660156, 0.23982797241210937, 0.2397081604003906, 0.2398085174560547, 0.23981465148925782, 0.23982284545898438, 0.2398586883544922, 0.23999282836914063, 0.23994061279296874, 0.23976345825195314, 0.23983616638183594, 0.23996620178222655, 0.23977880859375, 0.23979519653320314, 0.23982386779785156, 0.24098713684082032, 0.2398402557373047, 0.23995391845703126, 0.23997337341308594, 0.2400184326171875, 0.23989663696289062, 0.23991600036621094, 0.23995695495605468, 0.23978598022460937, 0.23989964294433594, 0.2398423309326172, 0.24002351379394532, 0.239815673828125, 0.2398638153076172, 0.23993753051757813, 0.23985971069335937, 0.23986790466308594, 0.23990579223632813, 0.24008090209960936, 0.2399550018310547, 0.24002554321289063, 0.24000204467773437, 0.239994873046875, 0.23996006774902343, 0.23991705322265625, 0.23987405395507813, 0.23994265747070312, 0.23987814331054688, 0.23996109008789063, 0.23988327026367187, 0.23988633728027345, 0.23988018798828126, 0.23990684509277344, 0.24002761840820314, 0.2401781768798828, 0.23998565673828126, 0.24023143005371095, 0.24086528015136718, 0.24008607482910158, 0.24003680419921875, 0.5212160034179687, 0.23997850036621093, 0.23983718872070312, 0.23975935363769532, 0.23993446350097655, 0.2399569854736328, 0.2398321228027344, 0.23992825317382813, 0.23975526428222657, 0.2398904266357422, 0.23975526428222657, 0.23980441284179688, 0.24054579162597656, 0.23996826171875, 0.23982591247558593, 0.23983512878417967, 0.23973068237304687, 0.2400921630859375, 0.2404997100830078, 0.2399621124267578, 0.23977984619140624, 0.23988223266601563, 0.23981773376464843, 0.23980953979492187, 0.23986073303222658, 0.23993959045410157, 0.23980953979492187, 0.23989657592773436, 0.23987405395507813, 0.23991705322265625, 0.23988327026367187, 0.2399385528564453, 0.23993959045410157, 0.2399385528564453, 0.2399692840576172, 0.2400358428955078, 0.2399518737792969, 0.23998873901367188, 0.24005734252929686, 0.24006246948242188, 0.23999897766113282, 0.24004608154296875, 0.2399252471923828, 0.24001434326171875, 0.24022425842285156, 0.24002969360351561, 0.24000614929199218, 0.23993446350097655, 0.2399006652832031, 0.24005836486816406, 0.23999180603027342, 0.24003379821777343, 0.2398709716796875, 0.2400133056640625, 0.24013618469238282, 0.24014028930664064, 0.23999078369140625, 0.239931396484375, 0.24003482055664063, 0.24005427551269531, 0.24012185668945313, 0.2399006652832031, 0.2399764404296875, 0.5212764282226563, 0.2398955535888672, 0.2397972412109375, 0.23982080078125, 0.23980543518066405, 0.23985466003417968, 0.239880126953125, 0.23983718872070312, 0.2398330841064453, 0.2399272918701172, 0.23977880859375, 0.24003482055664063, 0.24019148254394532, 0.23990988159179688, 0.24018637084960937, 0.2408284149169922, 0.23992218017578126, 0.24102093505859376, 0.2400010223388672, 0.24018022155761717, 0.23982489013671876, 0.23983206176757813, 0.2399518737792969, 0.23996517944335938, 0.2401443786621094, 0.24013926696777343, 0.23987916564941406, 0.2399303741455078, 0.23980441284179688, 0.23997439575195312, 0.23980543518066405, 0.23988633728027345, 0.23987916564941406, 0.2398402557373047, 0.23995289611816406, 0.2399518737792969, 0.23989759826660156, 0.2400358428955078, 0.23986895751953125, 0.23993545532226562, 0.23991194152832032, 0.2400430145263672, 0.2400870361328125, 0.23996109008789063, 0.23996931457519532, 0.23996617126464845, 0.23985459899902345, 0.23999180603027342, 0.23983821105957032, 0.23998771667480467, 0.2400552978515625, 0.24013516235351562, 0.24004608154296875, 0.24011776733398438, 0.24005427551269531, 0.239951904296875, 0.24000405883789064, 0.24009829711914063, 0.23997850036621093, 0.24004095458984376, 0.23992115783691406, 0.24001023864746093, 0.23995802307128905, 0.5214299926757813, 0.2398904266357422, 0.23992626953125, 0.23979417419433594, 0.23976039123535156, 0.23995494079589844, 0.23974195861816405, 0.23989759826660156, 0.24016390991210937, 0.24046278381347655, 0.23983616638183594, 0.24008908081054686, 0.24008090209960936, 0.23978189086914062, 0.23984230041503907, 0.24015469360351563, 0.23977261352539062, 0.23997030639648437, 0.23999078369140625, 0.23992218017578126, 0.23984538269042968, 0.23995802307128905, 0.23983206176757813, 0.2399621124267578, 0.23989453125, 0.2399488067626953, 0.23983821105957032, 0.2400245819091797, 0.23998976135253905, 0.23988327026367187, 0.24005433654785155, 0.2403552703857422, 0.23997541809082032, 0.23996415710449218, 0.239815673828125, 0.24005535888671875, 0.23999891662597655, 0.24001638793945312, 0.24002867126464844, 0.24005938720703124, 0.2399518737792969, 0.23995802307128905, 0.23997235107421874, 0.2401730499267578, 0.24023960876464845, 0.24008192443847656, 0.23993959045410157, 0.24002252197265625, 0.24006144714355468, 0.2401239013671875, 0.23988327026367187, 0.23995596313476564, 0.24006655883789063, 0.24059504699707032, 0.23992515563964845, 0.24001126098632813, 0.23989144897460937, 0.24023660278320313, 0.2400654754638672, 0.23997439575195312, 0.24005938720703124, 0.23999795532226562, 0.2399447021484375, 0.5203138427734375, 0.23985049438476563, 0.23983512878417967, 0.24011878967285155, 0.23979110717773439, 0.24002560424804686, 0.2399498291015625, 0.23987303161621093, 0.23984640502929688, 0.2400205078125, 0.23974703979492187, 0.23997541809082032, 0.24000921630859376, 0.24002867126464844, 0.23995802307128905, 0.23987712097167968, 0.23981158447265624, 0.2400184326171875, 0.2400358428955078, 0.24000921630859376, 0.24026521301269532, 0.24031948852539062, 0.2399692840576172, 0.24197427368164062, 0.23986585998535156, 0.239857666015625, 0.23988429260253907, 0.24009727478027343, 0.2399252471923828, 0.23986688232421874, 0.23998573303222656, 0.23984736633300782, 0.23986483764648436, 0.2402037811279297, 0.24042501831054688, 0.23991084289550782, 0.23989144897460937, 0.23988838195800782, 0.23997030639648437, 0.23996415710449218, 0.23990885925292968, 0.23982899475097658, 0.240005126953125, 0.24034098815917967, 0.23998565673828126, 0.23986994934082032, 0.2398402557373047, 0.23994985961914062, 0.24000611877441405, 0.23993653869628906, 0.23998358154296875, 0.24002867126464844, 0.23993344116210938, 0.24010137939453124, 0.24018739318847657, 0.24002969360351561, 0.24010855102539064, 0.240005126953125, 0.24002969360351561, 0.24001741027832033, 0.23994473266601563, 0.24000918579101563, 0.2401126403808594, 0.5207992553710937, 0.2400235595703125, 0.23988531494140625, 0.23978802490234374, 0.23990374755859376, 0.23999897766113282, 0.24003890991210938, 0.23992626953125, 0.2399498291015625, 0.24010240173339845, 0.2398023681640625, 0.23996620178222655, 0.23992115783691406, 0.23988018798828126, 0.23982591247558593, 0.2398607940673828, 0.24102188110351563, 0.23994163513183595, 0.23991705322265625, 0.23988429260253907, 0.23991807556152345, 0.23994061279296874, 0.23998361206054689, 0.23994061279296874, 0.24013926696777343, 0.24000204467773437, 0.23999282836914063, 0.24006349182128905, 0.23995802307128905, 0.23995596313476564, 0.24011672973632814, 0.24034815979003907, 0.24002662658691407, 0.23992422485351564, 0.23982591247558593, 0.2399447021484375, 0.2398587188720703, 0.2399190673828125, 0.23990988159179688, 0.23986997985839845, 0.23992828369140626, 0.24009011840820313, 0.23994163513183595, 0.24005938720703124, 0.23999078369140625, 0.2400245819091797, 0.23992218017578126, 0.24194047546386718, 0.24000306701660157, 0.24009625244140625, 0.2400122833251953, 0.23997439575195312, 0.24015155029296875, 0.24044338989257813, 0.24007577514648437, 0.24002252197265625, 0.23997850036621093, 0.23997850036621093, 0.24000408935546874, 0.239889404296875, 0.23992626953125, 0.23996006774902343, 0.24005734252929686, 0.521218017578125, 0.2397398986816406, 0.23977369689941405, 0.2399139862060547, 0.23973683166503906, 0.23983718872070312, 0.23993548583984375, 0.23984538269042968, 0.23984742736816406, 0.24001434326171875, 0.23988735961914062, 0.2399201354980469, 0.23986994934082032, 0.24014335632324219, 0.23980645751953125, 0.23989453125, 0.2400552978515625, 0.24133631896972657, 0.2404874267578125, 0.2400880584716797, 0.23997132873535157, 0.23975529479980467, 0.23980848693847656, 0.2399385528564453, 0.23981263732910157, 0.23990882873535158, 0.2397962188720703, 0.23988018798828126, 0.23988531494140625, 0.23995085144042969, 0.23991091918945312, 0.2400870361328125, 0.2400860137939453, 0.23994163513183595, 0.2398719940185547, 0.23988018798828126, 0.23981362915039062, 0.239931396484375, 0.23982284545898438, 0.23989144897460937, 0.2398904266357422, 0.239963134765625, 0.23995802307128905, 0.23987712097167968, 0.2399252471923828, 0.23997030639648437, 0.23991909790039062, 0.24007577514648437, 0.23990579223632813, 0.2402529296875, 0.240247802734375, 0.24222515869140626, 0.24009420776367188, 0.24000408935546874, 0.24003173828125, 0.23993344116210938, 0.23996826171875, 0.240110595703125, 0.23997541809082032, 0.2399447021484375, 0.24019664001464844, 0.24008087158203126, 0.240184326171875, 0.5212047119140625, 0.23991091918945312, 0.23979417419433594, 0.24003071594238282, 0.23989453125, 0.2399252471923828, 0.2398935089111328, 0.24010240173339845, 0.24033074951171876, 0.23999897766113282, 0.23993650817871093, 0.23987916564941406, 0.23988633728027345, 0.23987712097167968, 0.23985459899902345, 0.2398197784423828, 0.23977676391601563, 0.2399447021484375, 0.23983929443359375, 0.23985658264160156, 0.2397972412109375, 0.23987303161621093, 0.23984950256347656, 0.23986376953125, 0.23986790466308594, 0.2400245819091797, 0.24176025390625, 0.24003382873535156, 0.2399610595703125, 0.23991091918945312, 0.23988018798828126, 0.24049766540527343, 0.23994367980957032, 0.23988633728027345, 0.2399447021484375, 0.24010342407226562, 0.2399447021484375, 0.2399764404296875, 0.23998565673828126, 0.24010855102539064, 0.2400625, 0.24000918579101563, 0.23999180603027342, 0.23997850036621093, 0.23994163513183595, 0.23994265747070312, 0.2400911407470703, 0.23993959045410157, 0.23996723937988282, 0.24002149963378908, 0.24012393188476563, 0.24004707336425782, 0.2400911407470703, 0.2402406463623047, 0.24006655883789063, 0.240005126953125, 0.24013618469238282, 0.24016793823242188, 0.239857666015625, 0.23995904541015625, 0.23997132873535157, 0.2398935089111328, 0.23992320251464844]",tokens/s,4.098434413435621,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,/,/,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: / does not appear to have a file named config.json. Checkout 'https://huggingface.co///tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6168.621056,7055.343616,0.0,6408.896512,6098.739712,s,10,4.280724426269532,0.4280724426269532,0.0004871990956745782,0.42789128112792973,0.4287641021728516,0.428794465637207,0.4288187564086914,"[0.4278382568359375, 0.4275146789550781, 0.4288248291015625, 0.4283955078125, 0.42875735473632814, 0.4279443054199219, 0.42762127685546875, 0.4285697326660156, 0.42756597900390625, 0.4276925048828125]",tokens/s,598.0296195405716,kWh,5.0498818771706694e-06,2.7671110361779933e-06,2.4970529235667182e-05,3.278752214901584e-05,tokens/kWh,7807848.328291077,MB,6168.621056,7055.343616,0.0,6408.896512,6157.953024,s,10,235.18207421875002,23.518207421875,0.0011249789087652983,23.517884765625,23.5197904296875,23.519849316406248,23.519896425781248,"[23.51977734375, 23.517072265625, 23.517470703125, 23.51779296875, 23.5169453125, 23.5179765625, 23.51966015625, 23.51699609375, 23.519908203125, 23.518474609375]",tokens/s,2.6787755916040514,kWh,0.00027765461982124387,0.00015217842519419265,0.0013375406718835342,0.0017673737168989706,tokens/kWh,35646.11117479988,,s,629,238.66193222045916,0.37943073484969636,0.05086073881524738,0.373291015625,0.3734941833496094,0.3736278991699219,0.8010455517578124,"[0.373222412109375, 0.37314764404296874, 0.37317633056640626, 0.373254150390625, 0.3736207275390625, 0.3733463134765625, 0.3731026000976562, 0.37307186889648436, 0.3732715454101562, 0.37323162841796875, 0.3731568603515625, 0.3733329772949219, 0.373170166015625, 0.3731435546875, 0.37321932983398437, 0.3731650695800781, 0.37336575317382814, 0.37309951782226564, 0.37331045532226564, 0.3736504211425781, 0.3732428894042969, 0.37334527587890626, 0.373185546875, 0.3730626525878906, 0.37320294189453124, 0.3733186645507813, 0.3732336730957031, 0.3731455993652344, 0.37332171630859373, 0.373148681640625, 0.3734599609375, 0.3735726013183594, 0.37363507080078123, 0.37325515747070315, 0.3733125, 0.37346612548828123, 0.3734200439453125, 0.37349169921875, 0.37328692626953125, 0.3732725830078125, 0.3733391418457031, 0.3733258361816406, 0.3733166198730469, 0.37393716430664065, 0.3732735900878906, 0.3732674560546875, 0.3736258544921875, 0.37329510498046875, 0.3732920227050781, 0.3734814758300781, 0.373496826171875, 0.3734415283203125, 0.37342105102539064, 0.3733739624023438, 0.3731875915527344, 0.3734466552734375, 0.3733831787109375, 0.37326641845703123, 0.37344561767578127, 0.3734722595214844, 0.3734394836425781, 0.3734302673339844, 0.801101806640625, 0.37349581909179685, 0.3731026000976562, 0.373170166015625, 0.3731128234863281, 0.3731015625, 0.3729213562011719, 0.3732490234375, 0.373106689453125, 0.37314047241210935, 0.3731589050292969, 0.3733483581542969, 0.3731568603515625, 0.37321829223632813, 0.3730565185546875, 0.37321829223632813, 0.37324798583984375, 0.3733483581542969, 0.3731199951171875, 0.37336474609375, 0.3733145751953125, 0.3732490234375, 0.3734937744140625, 0.3732203369140625, 0.3731046447753906, 0.37321624755859373, 0.37317428588867185, 0.3732991943359375, 0.37330841064453124, 0.37321624755859373, 0.3730206604003906, 0.3731875915527344, 0.373423095703125, 0.3732705383300781, 0.3733360595703125, 0.3732991943359375, 0.37313433837890625, 0.37337701416015623, 0.37330535888671873, 0.3732777099609375, 0.3732367248535156, 0.37339956665039065, 0.3733729248046875, 0.3734087829589844, 0.3733186645507813, 0.373243896484375, 0.37347634887695313, 0.37349169921875, 0.37362380981445314, 0.37352139282226565, 0.3734313049316406, 0.3732735900878906, 0.3733166198730469, 0.3734732666015625, 0.3732695007324219, 0.3733340148925781, 0.3733780517578125, 0.37346917724609374, 0.3733145751953125, 0.37323876953125, 0.37345074462890626, 0.37327975463867186, 0.37330535888671873, 0.8023336791992187, 0.37309133911132814, 0.3731537780761719, 0.3732090759277344, 0.373212158203125, 0.3730411376953125, 0.372990966796875, 0.3732254638671875, 0.3729438781738281, 0.3730821228027344, 0.3731005554199219, 0.37333197021484377, 0.3732285461425781, 0.37328076171875, 0.37311386108398437, 0.37319064331054685, 0.37324594116210935, 0.37323876953125, 0.3731261291503906, 0.37317938232421877, 0.37323980712890625, 0.3731374206542969, 0.3732008972167969, 0.3735142517089844, 0.373243896484375, 0.37305035400390624, 0.37411737060546874, 0.37328076171875, 0.3731927185058594, 0.37317120361328127, 0.373254150390625, 0.37319985961914065, 0.3736309814453125, 0.3731927185058594, 0.3732060241699219, 0.3733749694824219, 0.3733780517578125, 0.37336474609375, 0.373327880859375, 0.37334323120117185, 0.37330740356445313, 0.37332275390625, 0.37334426879882815, 0.373401611328125, 0.37332376098632813, 0.3732561950683594, 0.3734097900390625, 0.37332376098632813, 0.3733309326171875, 0.3733739624023438, 0.37343539428710937, 0.3732613220214844, 0.37328997802734376, 0.37364324951171873, 0.3733729248046875, 0.37339340209960936, 0.37357568359375, 0.3732725830078125, 0.37343435668945313, 0.37338009643554687, 0.3734364013671875, 0.37323980712890625, 0.37351220703125, 0.802039794921875, 0.3732705383300781, 0.37316299438476563, 0.3731927185058594, 0.3730821228027344, 0.37314764404296874, 0.3729827880859375, 0.37317938232421877, 0.3731251220703125, 0.37312820434570315, 0.37312921142578126, 0.3732674560546875, 0.37320703125, 0.3732695007324219, 0.3732234191894531, 0.3731322937011719, 0.37319781494140625, 0.3730882568359375, 0.37317529296875, 0.3731640319824219, 0.373212158203125, 0.3732060241699219, 0.37308621215820315, 0.37323468017578126, 0.373222412109375, 0.37314047241210935, 0.37319168090820315, 0.37375692749023437, 0.37372314453125, 0.3731814270019531, 0.37317633056640626, 0.37309234619140624, 0.3733421936035156, 0.37338623046875, 0.3732152404785156, 0.3733944396972656, 0.37317633056640626, 0.3732981872558594, 0.3733196716308594, 0.3736330261230469, 0.3733114929199219, 0.3732418518066406, 0.373475341796875, 0.3732254638671875, 0.37330841064453124, 0.37334323120117185, 0.3735429077148438, 0.37338522338867186, 0.3733411865234375, 0.3737456665039062, 0.3734886474609375, 0.3733125, 0.3734097900390625, 0.3733340148925781, 0.37344869995117186, 0.373423095703125, 0.37322650146484376, 0.3733544921875, 0.37341592407226565, 0.37342105102539064, 0.3734323120117187, 0.37352139282226565, 0.37334426879882815, 0.802165771484375, 0.37316094970703123, 0.37318450927734376, 0.3732357177734375, 0.37309133911132814, 0.373180419921875, 0.37320193481445313, 0.37312820434570315, 0.37309747314453123, 0.3732991943359375, 0.37303192138671876, 0.37303402709960937, 0.37311279296875, 0.3731374206542969, 0.37302987670898435, 0.373185546875, 0.3731568603515625, 0.373138427734375, 0.37330841064453124, 0.37307904052734375, 0.37332275390625, 0.37319168090820315, 0.3731671142578125, 0.37323162841796875, 0.373291015625, 0.3731671142578125, 0.3733247985839844, 0.37319680786132814, 0.3731988525390625, 0.3732408447265625, 0.3732971496582031, 0.3731169128417969, 0.37325210571289064, 0.37314663696289063, 0.37325515747070315, 0.37322445678710936, 0.3734722595214844, 0.37343743896484377, 0.37350299072265625, 0.3734527893066406, 0.37328280639648437, 0.3733247985839844, 0.3734149169921875, 0.3734937744140625, 0.3734497375488281, 0.37342718505859374, 0.3736278991699219, 0.37341592407226565, 0.3733821411132813, 0.3734886474609375, 0.37328280639648437, 0.37341287231445314, 0.3734722595214844, 0.3733463134765625, 0.37333709716796876, 0.37325006103515623, 0.3733166198730469, 0.3733974914550781, 0.37348455810546877, 0.37356646728515625, 0.3734149169921875, 0.3733473205566406, 0.3733616638183594, 0.8014735107421875, 0.3731681213378906, 0.373327880859375, 0.3731148681640625, 0.3732234191894531, 0.37305752563476563, 0.3733063659667969, 0.3736422424316406, 0.37333810424804686, 0.3731097717285156, 0.3731251220703125, 0.3732336730957031, 0.37313534545898436, 0.3732090759277344, 0.3730411376953125, 0.37321624755859373, 0.3731558532714844, 0.37325515747070315, 0.373180419921875, 0.3731578979492188, 0.3731957702636719, 0.3736954956054688, 0.373222412109375, 0.37328692626953125, 0.37320294189453124, 0.37312921142578126, 0.37324697875976565, 0.3734835205078125, 0.37332275390625, 0.373254150390625, 0.37303399658203124, 0.37323980712890625, 0.3733760070800781, 0.3732357177734375, 0.37328897094726565, 0.373507080078125, 0.3731005554199219, 0.37347122192382814, 0.3732090759277344, 0.3733739624023438, 0.3733360595703125, 0.37336575317382814, 0.3731988525390625, 0.3733831787109375, 0.373317626953125, 0.3737794494628906, 0.3734589538574219, 0.37355316162109375, 0.37336270141601563, 0.3734169616699219, 0.37338827514648437, 0.3731497192382813, 0.37337493896484375, 0.373359619140625, 0.3732234191894531, 0.3732510986328125, 0.373265380859375, 0.373391357421875, 0.37323263549804686, 0.3733186645507813, 0.37346099853515624, 0.3735173034667969, 0.37349581909179685, 0.8010035400390625, 0.37311386108398437, 0.37337905883789063, 0.37324594116210935, 0.37309234619140624, 0.3731230773925781, 0.3730473022460937, 0.3733667907714844, 0.373212158203125, 0.3731978759765625, 0.3731783142089844, 0.3731865539550781, 0.37313433837890625, 0.37311697387695314, 0.3730810546875, 0.37312203979492187, 0.37326849365234377, 0.37339340209960936, 0.37326849365234377, 0.3732285461425781, 0.37314047241210935, 0.3731937255859375, 0.375251953125, 0.37332376098632813, 0.3734794311523438, 0.3732060241699219, 0.37325927734375, 0.37302783203125, 0.3732367248535156, 0.3730954284667969, 0.3731783752441406, 0.37331353759765623, 0.37304421997070314, 0.3731589050292969, 0.37371697998046877, 0.3734466552734375, 0.37335552978515624, 0.37338623046875, 0.37326028442382814, 0.3732725830078125, 0.37330841064453124, 0.3732674560546875, 0.3734364013671875, 0.373465087890625, 0.3733944396972656, 0.3733421936035156, 0.3734200439453125, 0.3733207092285156, 0.3734446105957031, 0.3736135559082031, 0.37353164672851563, 0.373454833984375, 0.3734169616699219, 0.3735173034667969, 0.37333197021484377, 0.37332171630859373, 0.3734517822265625, 0.3732705383300781, 0.3733811340332031, 0.373170166015625, 0.37344561767578127, 0.3734814758300781, 0.37345382690429685, 0.8020367431640625, 0.3732572021484375, 0.373148681640625, 0.3730821228027344, 0.37318350219726565, 0.3732367248535156, 0.3730616455078125, 0.3733196716308594, 0.37334527587890626, 0.3730780029296875, 0.3730626525878906, 0.3732080688476562, 0.3732008972167969, 0.37330023193359374, 0.3731322937011719, 0.373185546875, 0.37332791137695315, 0.3730851440429688, 0.3731671142578125, 0.37337905883789063, 0.37325311279296874, 0.3733207092285156, 0.3732787170410156, 0.3732213745117188, 0.373180419921875, 0.37319781494140625, 0.373291015625, 0.37346917724609374, 0.3733094482421875, 0.3732991943359375, 0.37332275390625, 0.37309747314453123, 0.373291015625, 0.3733145751953125, 0.37317120361328127, 0.37335552978515624, 0.3732654113769531, 0.37330227661132814, 0.37337191772460937, 0.37339852905273435, 0.373349365234375, 0.3732940673828125, 0.37326641845703123, 0.37327462768554687, 0.3731599426269531, 0.3735521240234375, 0.37336575317382814, 0.3732777099609375, 0.3734036560058594, 0.373222412109375, 0.373423095703125, 0.37342105102539064, 0.373496826171875, 0.37328793334960936, 0.373391357421875, 0.3733166198730469, 0.37332171630859373, 0.37341287231445314, 0.3732561950683594, 0.37350299072265625, 0.3734026184082031, 0.37336575317382814, 0.37333197021484377, 0.8009021606445312, 0.3735941162109375, 0.3736401977539062, 0.37326641845703123, 0.3731814270019531, 0.3732643737792969, 0.37304934692382813, 0.3731558532714844, 0.37303909301757815, 0.3731322937011719, 0.37307086181640625, 0.37325823974609373, 0.37325006103515623, 0.37372210693359376, 0.3732510681152344, 0.3730616455078125, 0.3732971496582031, 0.3732336730957031, 0.3733114929199219, 0.37319781494140625, 0.3732080688476562, 0.3732654113769531, 0.3731937255859375, 0.3732643737792969, 0.3733186645507813, 0.3733309326171875, 0.37337191772460937, 0.3734323120117187, 0.37324493408203124, 0.37316094970703123, 0.3732295532226563, 0.3733974914550781, 0.3733391418457031, 0.3731015625, 0.3731507263183594, 0.373291015625, 0.37332275390625, 0.37336370849609374, 0.37342926025390627, 0.3732940673828125, 0.37340570068359374, 0.37344052124023436, 0.3733309326171875, 0.3735900573730469, 0.3732919921875, 0.37349169921875, 0.3736330261230469, 0.3733186645507813, 0.37347430419921873, 0.37389004516601565, 0.37367706298828124, 0.37339340209960936, 0.37343435668945313, 0.3733974914550781, 0.3732715454101562, 0.37323468017578126, 0.3734026184082031, 0.3732787170410156, 0.37342926025390627, 0.37337905883789063, 0.3733831787109375, 0.3733616638183594, 0.37340057373046875, 0.8010618896484375, 0.3733186645507813, 0.3731128234863281, 0.3733063659667969, 0.37329510498046875, 0.3731568603515625, 0.37312103271484376, 0.3736278991699219, 0.37314663696289063, 0.37328997802734376, 0.37308416748046874, 0.3732357177734375, 0.37325210571289064, 0.3732336730957031, 0.3731988525390625, 0.37321728515625, 0.37312103271484376, 0.3731599426269531, 0.37319064331054685, 0.3733544921875, 0.37318246459960935, 0.3732090759277344, 0.3734046630859375, 0.37324697875976565, 0.3732572021484375, 0.3732213745117188, 0.373170166015625, 0.3734589538574219, 0.37343743896484377, 0.37326028442382814, 0.37303604125976564, 0.3733974914550781, 0.373327880859375, 0.37322750854492187, 0.37323776245117185, 0.37330535888671873, 0.3732715454101562, 0.3732613220214844, 0.37321728515625, 0.37325927734375, 0.3732367248535156, 0.3734118347167969, 0.3732510681152344, 0.373296142578125, 0.3736750183105469, 0.373580810546875, 0.3734517822265625, 0.3732705383300781, 0.37349786376953126, 0.3734149169921875, 0.3733677978515625, 0.37328897094726565, 0.3733463134765625, 0.3733125, 0.3732991943359375, 0.373401611328125, 0.373749755859375, 0.37331353759765623, 0.37323162841796875, 0.37353268432617187, 0.3736278991699219, 0.37345382690429685, 0.37330023193359374]",tokens/s,2.635527141458715,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-160m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1271.554048,1017.643008,0.0,371.195904,315.446272,s,10,0.19529705619812013,0.019529705619812012,0.0009140443366206495,0.019363104820251463,0.021000485801696778,0.021201970767974854,0.021363158740997316,"[0.020955711364746093, 0.018462751388549806, 0.01938128089904785, 0.019328096389770507, 0.02140345573425293, 0.018568992614746094, 0.018725887298583984, 0.01934492874145508, 0.019606687545776366, 0.019519264221191407]",tokens/s,13108.236497958242,kWh,2.261678843151771e-07,1.2392898202703704e-07,5.473570344435316e-07,8.974539007857457e-07,tokens/kWh,285251420.4638978,MB,1271.554048,1017.643008,0.0,371.195904,340.902912,s,10,11.830128784179688,1.1830128784179688,0.010220015064036666,1.1847022705078125,1.1948863647460937,1.1950671447753907,1.1952117687988282,"[1.1664869384765626, 1.1741630859375, 1.19484619140625, 1.1935650634765624, 1.1794437255859376, 1.188765869140625, 1.1682054443359375, 1.1879569091796875, 1.1814476318359375, 1.1952479248046874]",tokens/s,53.25385813571976,kWh,1.3598944398914649e-05,7.451885775429064e-06,2.9480500321153233e-05,5.0531330495496944e-05,tokens/kWh,1246751.2606978395,,s,629,11.982314514160153,0.019049784601208517,0.002366055636612425,0.01886207962036133,0.019090431213378906,0.01922559928894043,0.037088911590576173,"[0.020017152786254884, 0.01830297660827637, 0.01788211250305176, 0.017999872207641602, 0.017724416732788087, 0.017986560821533205, 0.01797324752807617, 0.017954816818237306, 0.018149375915527344, 0.01821286392211914, 0.017949695587158202, 0.01780019187927246, 0.017811519622802734, 0.01791276741027832, 0.01782374382019043, 0.018069503784179687, 0.018145280838012694, 0.018121728897094725, 0.017817728042602538, 0.017745792388916017, 0.017811456680297853, 0.017704959869384765, 0.017649663925170898, 0.01785139274597168, 0.017945600509643556, 0.017889280319213868, 0.017904640197753906, 0.017810432434082032, 0.017958911895751953, 0.01818009567260742, 0.018121728897094725, 0.018191360473632814, 0.01867366409301758, 0.019141664505004884, 0.019366880416870118, 0.01925324821472168, 0.019109952926635743, 0.018839487075805662, 0.018568191528320312, 0.019009536743164062, 0.018899967193603515, 0.01883647918701172, 0.0190382080078125, 0.01876479911804199, 0.018717695236206054, 0.018765823364257812, 0.01883545684814453, 0.018886688232421876, 0.018552799224853516, 0.01900748825073242, 0.018927616119384767, 0.018916351318359375, 0.018776063919067384, 0.018911231994628908, 0.018926591873168946, 0.019090431213378906, 0.018936832427978514, 0.018993152618408202, 0.018960384368896483, 0.018997247695922852, 0.019090431213378906, 0.018817119598388672, 0.03665296173095703, 0.017954816818237306, 0.018086912155151368, 0.01783193588256836, 0.01798860740661621, 0.018092031478881835, 0.018083839416503905, 0.018058240890502928, 0.018153472900390624, 0.017795072555541993, 0.0180316162109375, 0.018076671600341796, 0.018059263229370116, 0.01798860740661621, 0.01844428825378418, 0.01783500862121582, 0.01799065589904785, 0.018164863586425783, 0.019538816452026368, 0.019020927429199218, 0.018961280822753907, 0.01883750343322754, 0.01900851249694824, 0.01863577651977539, 0.018566144943237304, 0.018934783935546876, 0.018930688858032226, 0.01903104019165039, 0.019366912841796875, 0.019103744506835937, 0.01902592086791992, 0.018909183502197266, 0.018679807662963867, 0.018682880401611326, 0.01884876823425293, 0.01885593605041504, 0.018932735443115235, 0.018775039672851563, 0.018779136657714843, 0.01899929618835449, 0.018562047958374024, 0.018780160903930664, 0.01865830421447754, 0.018711551666259766, 0.018930688858032226, 0.018962560653686525, 0.018713472366333007, 0.018715648651123046, 0.018820127487182616, 0.01867670440673828, 0.018869247436523438, 0.018967552185058592, 0.0190248966217041, 0.01882316780090332, 0.01884979248046875, 0.018946048736572265, 0.018947071075439453, 0.018792448043823243, 0.018743295669555664, 0.018677759170532226, 0.018784255981445314, 0.019042303085327148, 0.018932895660400392, 0.03863228988647461, 0.01879654312133789, 0.019182592391967773, 0.01887948799133301, 0.01880985641479492, 0.018988031387329102, 0.018840576171875, 0.018990079879760743, 0.01983897590637207, 0.01920102310180664, 0.019095552444458007, 0.019406848907470704, 0.019109888076782225, 0.018985984802246093, 0.01922559928894043, 0.018942975997924806, 0.01883443260192871, 0.019072000503540038, 0.019217439651489258, 0.019035104751586915, 0.018884607315063476, 0.01901260757446289, 0.018982912063598634, 0.01926976013183594, 0.018795391082763672, 0.01906380844116211, 0.018922496795654296, 0.018951168060302736, 0.018964479446411133, 0.018975744247436522, 0.01904742431640625, 0.018957311630249024, 0.018982912063598634, 0.01903206443786621, 0.01886617660522461, 0.01887948799133301, 0.01885491180419922, 0.01879654312133789, 0.018924543380737305, 0.018731008529663085, 0.018837663650512697, 0.018797407150268553, 0.01885081672668457, 0.018994176864624023, 0.01904025650024414, 0.01883750343322754, 0.018844671249389648, 0.01892777633666992, 0.018924383163452147, 0.019001344680786132, 0.01899212837219238, 0.019002368927001953, 0.01883852767944336, 0.018927616119384767, 0.0189040641784668, 0.018844671249389648, 0.01922777557373047, 0.018747264862060548, 0.01879756736755371, 0.01862860870361328, 0.01885491180419922, 0.018626560211181642, 0.018851839065551757, 0.03850870513916015, 0.018795360565185548, 0.01887027168273926, 0.018887744903564454, 0.018889663696289062, 0.018948095321655273, 0.01903206443786621, 0.01909350395202637, 0.01902592086791992, 0.018903039932250978, 0.019079168319702147, 0.019013631820678712, 0.0190515193939209, 0.018990079879760743, 0.01904640007019043, 0.019207296371459962, 0.01885683250427246, 0.018952192306518553, 0.018957311630249024, 0.019281919479370118, 0.019170303344726563, 0.01906483268737793, 0.018900064468383788, 0.018952096939086914, 0.01886310386657715, 0.01868083190917969, 0.01889587211608887, 0.018905088424682616, 0.018905088424682616, 0.018985984802246093, 0.018840576171875, 0.01866035270690918, 0.018889728546142577, 0.01878118324279785, 0.018689023971557618, 0.018696191787719727, 0.018860031127929687, 0.01886207962036133, 0.0188272647857666, 0.01899519920349121, 0.018921472549438476, 0.018953216552734374, 0.018710687637329103, 0.01884553527832031, 0.018985984802246093, 0.019359743118286133, 0.018723840713500976, 0.018914304733276367, 0.01888768005371094, 0.019006464004516603, 0.01885491180419922, 0.018954240798950195, 0.018852863311767578, 0.01925734329223633, 0.019005439758300782, 0.019078144073486326, 0.018884607315063476, 0.018915327072143554, 0.018993152618408202, 0.018742271423339844, 0.019376127243041993, 0.0190515193939209, 0.01882316780090332, 0.04119039916992188, 0.018949119567871094, 0.019070976257324217, 0.018922496795654296, 0.018876415252685547, 0.019170303344726563, 0.019082239151000976, 0.018942975997924806, 0.018954240798950195, 0.018775039672851563, 0.018718719482421875, 0.018762752532958983, 0.018670591354370117, 0.018731039047241212, 0.019002336502075196, 0.018882560729980468, 0.018729984283447267, 0.01904947280883789, 0.018869247436523438, 0.018756704330444338, 0.0187554874420166, 0.018935808181762694, 0.01886617660522461, 0.018966527938842775, 0.018799615859985352, 0.01905766487121582, 0.018744319915771485, 0.01900851249694824, 0.019042303085327148, 0.018704383850097657, 0.018779136657714843, 0.018898944854736328, 0.018880512237548826, 0.019350528717041016, 0.018659328460693358, 0.018634752273559572, 0.018785280227661134, 0.018497535705566406, 0.018531360626220704, 0.018791391372680665, 0.018892799377441406, 0.019111936569213867, 0.018805856704711913, 0.01858550453186035, 0.018798656463623047, 0.018900928497314454, 0.01904844856262207, 0.018962432861328125, 0.018732032775878905, 0.01922559928894043, 0.018960384368896483, 0.018158592224121094, 0.017957887649536132, 0.017901632308959962, 0.017839040756225586, 0.017967103958129883, 0.0178606071472168, 0.01805619239807129, 0.018120704650878908, 0.018111488342285157, 0.018066432952880858, 0.017943552017211914, 0.01808076858520508, 0.036969470977783206, 0.018720767974853517, 0.018741312026977538, 0.018897855758666992, 0.018877439498901367, 0.018736127853393555, 0.01883955192565918, 0.018892799377441406, 0.019025951385498046, 0.01890915107727051, 0.01892972755432129, 0.018944992065429687, 0.018826208114624023, 0.018890752792358398, 0.018911231994628908, 0.018881536483764647, 0.018629728317260744, 0.018756511688232422, 0.018934783935546876, 0.018855968475341798, 0.018990047454833986, 0.01881907272338867, 0.019137535095214844, 0.01884569549560547, 0.01884160041809082, 0.018712608337402344, 0.018834400177001952, 0.018743295669555664, 0.018499584197998048, 0.01885491180419922, 0.018917375564575196, 0.018942975997924806, 0.01904640007019043, 0.018973695755004884, 0.018658336639404298, 0.01889686393737793, 0.018727935791015626, 0.019357696533203125, 0.019466239929199217, 0.01920614433288574, 0.01903001594543457, 0.018939903259277344, 0.01880268859863281, 0.01885081672668457, 0.01865727996826172, 0.0187064323425293, 0.01901568031311035, 0.018894847869873048, 0.01869004821777344, 0.01888768005371094, 0.018707456588745116, 0.018958335876464845, 0.01881507110595703, 0.018725791931152345, 0.018954240798950195, 0.018803712844848632, 0.018970624923706055, 0.018896896362304686, 0.01886617660522461, 0.018924575805664062, 0.018801631927490233, 0.01897881507873535, 0.01885081672668457, 0.03713536071777344, 0.01801420783996582, 0.01782681655883789, 0.01780121612548828, 0.017937408447265626, 0.01788313674926758, 0.018086912155151368, 0.017979488372802735, 0.018089887619018554, 0.01799679946899414, 0.01784217643737793, 0.01804800033569336, 0.018077695846557617, 0.018420736312866212, 0.01813811111450195, 0.018081792831420897, 0.01803264045715332, 0.017977344512939454, 0.01801215934753418, 0.017757247924804688, 0.01795167922973633, 0.01799679946899414, 0.01804083251953125, 0.01806438446044922, 0.01840640068054199, 0.018937856674194335, 0.01873523139953613, 0.018714591979980467, 0.0187554874420166, 0.0188723201751709, 0.018910207748413087, 0.01945292854309082, 0.01900032043457031, 0.018687999725341797, 0.018775039672851563, 0.01882111930847168, 0.018571264266967775, 0.01883558464050293, 0.01885580825805664, 0.018915327072143554, 0.018856960296630858, 0.018940959930419922, 0.01891119956970215, 0.018887712478637696, 0.01914569664001465, 0.01885491180419922, 0.01862246322631836, 0.01860403251647949, 0.018769920349121092, 0.018704383850097657, 0.01893587112426758, 0.019063743591308593, 0.018961408615112304, 0.019014656066894533, 0.018930688858032226, 0.01883033561706543, 0.018955263137817382, 0.018968576431274413, 0.01900748825073242, 0.018897920608520507, 0.019014656066894533, 0.018824192047119142, 0.01883135986328125, 0.038749183654785156, 0.01903923225402832, 0.01925433540344238, 0.018804672241210938, 0.01879449653625488, 0.018709503173828124, 0.018998271942138673, 0.0188538875579834, 0.01887846374511719, 0.018940927505493164, 0.018928640365600585, 0.0188221435546875, 0.018743295669555664, 0.01880575942993164, 0.01882019233703613, 0.019021728515625, 0.01899929618835449, 0.018715648651123046, 0.019109888076782225, 0.01904640007019043, 0.01886412811279297, 0.01902796745300293, 0.01884671974182129, 0.018951168060302736, 0.01845248031616211, 0.01866649627685547, 0.018948095321655273, 0.0188221435546875, 0.018982912063598634, 0.018701311111450195, 0.018494464874267577, 0.018754560470581053, 0.018967552185058592, 0.018783231735229493, 0.018856960296630858, 0.01887539291381836, 0.018757696151733397, 0.018967487335205077, 0.018883583068847656, 0.01875660705566406, 0.018545663833618165, 0.01883647918701172, 0.01883135986328125, 0.01861631965637207, 0.018696191787719727, 0.018667520523071288, 0.018711551666259766, 0.018933759689331055, 0.018709503173828124, 0.018785280227661134, 0.01859891128540039, 0.018540576934814455, 0.01872483253479004, 0.01882521629333496, 0.018964479446411133, 0.0194652156829834, 0.018729984283447267, 0.019041311264038085, 0.01892348861694336, 0.01902592086791992, 0.018899967193603515, 0.018945024490356444, 0.01891744041442871, 0.039, 0.01886207962036133, 0.018724863052368163, 0.018851839065551757, 0.01878835105895996, 0.018738208770751955, 0.01889481544494629, 0.018662399291992187, 0.01781760025024414, 0.017797119140625, 0.017918975830078124, 0.017838079452514647, 0.01800601577758789, 0.018058240890502928, 0.017975296020507812, 0.018059263229370116, 0.01868815994262695, 0.01871446418762207, 0.0186562557220459, 0.01878953552246094, 0.01872265625, 0.018795551300048827, 0.018784223556518556, 0.01888768005371094, 0.018791423797607423, 0.018795520782470702, 0.01904844856262207, 0.0188221435546875, 0.018909183502197266, 0.01878835105895996, 0.01879654312133789, 0.0188723201751709, 0.018998271942138673, 0.01898806381225586, 0.01884873580932617, 0.018703359603881836, 0.018964479446411133, 0.019092479705810548, 0.01896361541748047, 0.01868988800048828, 0.018832384109497072, 0.018837535858154297, 0.018735200881958007, 0.018717567443847657, 0.019216384887695313, 0.01887948799133301, 0.018950143814086915, 0.018972671508789063, 0.019096576690673828, 0.01882009506225586, 0.018949119567871094, 0.01900851249694824, 0.018808832168579103, 0.018893823623657227, 0.018735103607177735, 0.018786304473876952, 0.018913280487060546, 0.018896896362304686, 0.019161088943481445, 0.01902796745300293, 0.01904435157775879, 0.019018943786621095, 0.018677568435668944, 0.038816768646240236, 0.018958335876464845, 0.019017728805541992, 0.018979839324951172, 0.01882521629333496, 0.018888704299926756, 0.01883340835571289, 0.01893174362182617, 0.018801631927490233, 0.018751487731933594, 0.018884607315063476, 0.01901875114440918, 0.01905254364013672, 0.018852863311767578, 0.01902796745300293, 0.01903104019165039, 0.019095552444458007, 0.018968576431274413, 0.019164159774780275, 0.018955263137817382, 0.018951168060302736, 0.018985984802246093, 0.01905254364013672, 0.018993152618408202, 0.018977792739868164, 0.01875660705566406, 0.018876415252685547, 0.018720895767211913, 0.01888140869140625, 0.018778112411499022, 0.018736127853393555, 0.018723840713500976, 0.018611200332641603, 0.019019775390625, 0.019397632598876953, 0.019515392303466796, 0.01984102439880371, 0.01907721519470215, 0.01902275276184082, 0.019108928680419923, 0.018827199935913086, 0.018966527938842775, 0.01899929618835449, 0.018892799377441406, 0.01909760093688965, 0.01885593605041504, 0.018971647262573242, 0.019215360641479492, 0.018757631301879883, 0.019134464263916014, 0.01903923225402832, 0.019009536743164062, 0.01903308868408203, 0.019096576690673828, 0.01880985641479492, 0.018685951232910156, 0.01884671974182129, 0.01868499183654785, 0.019015615463256835, 0.01898700714111328, 0.018881599426269532, 0.018994112014770508, 0.019103744506835937]",tokens/s,52.49403187144489,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-6.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1985.257472,5989.9904,0.0,5343.543296,5028.4416,s,10,3.2313330993652345,0.3231333099365234,0.0032608708937781655,0.3219995422363281,0.3235000213623047,0.32819869537353513,0.33195763458251953,"[0.3328973693847656, 0.32206170654296873, 0.32237094116210935, 0.32195501708984375, 0.3217920227050781, 0.32245587158203126, 0.32184100341796873, 0.3220360717773437, 0.3219600830078125, 0.3219630126953125]",tokens/s,792.2426816668602,kWh,3.8074948255800542e-06,2.086324617886248e-06,1.9453253409809634e-05,2.5347072853275936e-05,tokens/kWh,10099785.544543214,MB,1985.257472,5989.9904,0.0,5343.543296,5239.773184,s,10,177.66795703125,17.766795703125002,0.0032013312193415297,17.7664296875,17.77143515625,17.771705859375,17.771922421875,"[17.769552734375, 17.76445703125, 17.763001953125, 17.764943359375, 17.7653984375, 17.767556640625, 17.771375, 17.7719765625, 17.762234375, 17.7674609375]",tokens/s,3.5459404752945365,kWh,0.0002097305886416386,0.00011494983980204666,0.0010577858306029947,0.0013824662590466799,tokens/kWh,45570.73244119788,,s,629,180.27804629516564,0.2866105664470048,0.038278268305440656,0.28196453857421877,0.2823047058105469,0.2824747009277344,0.6040556909179687,"[0.28233099365234376, 0.2819727478027344, 0.281860107421875, 0.2821601257324219, 0.281987060546875, 0.28179559326171877, 0.282102783203125, 0.2820362243652344, 0.28177304077148435, 0.2817556457519531, 0.2817996826171875, 0.2817679443359375, 0.28180377197265627, 0.28161227416992185, 0.281786376953125, 0.281818115234375, 0.28176177978515626, 0.28187646484375, 0.2820137634277344, 0.2819573059082031, 0.2816624755859375, 0.28175155639648436, 0.2818252868652344, 0.2817096252441406, 0.281872314453125, 0.28213565063476564, 0.2819685363769531, 0.2818385925292969, 0.28178225708007815, 0.2817433471679687, 0.28216421508789064, 0.2820137023925781, 0.28190411376953123, 0.28185498046875, 0.2819000244140625, 0.28225332641601564, 0.2818887634277344, 0.28175973510742186, 0.2823813171386719, 0.2819471435546875, 0.2820556945800781, 0.2818559875488281, 0.2817208251953125, 0.2819082336425781, 0.28190411376953123, 0.2822379455566406, 0.2823198852539063, 0.2819471435546875, 0.28203314208984376, 0.2821549987792969, 0.28195635986328127, 0.28193484497070315, 0.2820054931640625, 0.2822307739257813, 0.28209869384765623, 0.2821160888671875, 0.2820208740234375, 0.2819665832519531, 0.2820179138183594, 0.2818005676269531, 0.28207308959960936, 0.28215704345703124, 0.6044856567382813, 0.281807861328125, 0.2821396484375, 0.2819686279296875, 0.2818385925292969, 0.2819450988769531, 0.2816942138671875, 0.28203009033203125, 0.28204031372070315, 0.2819020690917969, 0.2819594116210937, 0.28254925537109377, 0.2820771789550781, 0.28199322509765623, 0.28177099609375, 0.28218060302734377, 0.2819430541992187, 0.28173004150390624, 0.281881591796875, 0.28195635986328127, 0.2817556457519531, 0.28178738403320314, 0.28190618896484376, 0.28194610595703123, 0.2817659301757813, 0.2822686462402344, 0.28204544067382814, 0.28183551025390624, 0.2816849975585938, 0.2819368896484375, 0.28181607055664065, 0.2819020690917969, 0.2819522705078125, 0.2820147094726563, 0.28198809814453124, 0.28182833862304685, 0.28189901733398437, 0.2818006896972656, 0.2820351867675781, 0.2822287292480469, 0.2821826477050781, 0.28221234130859374, 0.28221133422851563, 0.2820782470703125, 0.28194403076171876, 0.28187954711914065, 0.28224615478515624, 0.2821264038085938, 0.28191738891601564, 0.2819686279296875, 0.28202392578125, 0.2817894287109375, 0.2819092407226563, 0.28182833862304685, 0.2819440612792969, 0.28205056762695313, 0.2820198669433594, 0.28188668823242186, 0.2817976379394531, 0.2819850158691406, 0.28190411376953123, 0.28225537109375, 0.2821099548339844, 0.6047026977539063, 0.2818478088378906, 0.2815784912109375, 0.281923583984375, 0.28182833862304685, 0.2820904846191406, 0.2820085754394531, 0.2820711059570313, 0.28191653442382814, 0.282148681640625, 0.2819225769042969, 0.28175970458984373, 0.28166656494140624, 0.2818662414550781, 0.2819635314941406, 0.2820208740234375, 0.2818027648925781, 0.2819850158691406, 0.28203009033203125, 0.281776123046875, 0.2816849975585938, 0.28174642944335937, 0.2818006896972656, 0.28222055053710937, 0.28184063720703123, 0.2817054748535156, 0.281849853515625, 0.28192767333984375, 0.2818109436035156, 0.28192562866210935, 0.28192767333984375, 0.2817986450195312, 0.2819717102050781, 0.281965576171875, 0.2819368896484375, 0.28174951171875, 0.28181707763671876, 0.28224920654296876, 0.28189901733398437, 0.2819686279296875, 0.28199322509765623, 0.28184884643554686, 0.2817525634765625, 0.28185906982421877, 0.281818115234375, 0.28234136962890627, 0.2822901611328125, 0.28211306762695315, 0.28201162719726564, 0.2825216064453125, 0.2822717590332031, 0.28177407836914065, 0.2818089904785156, 0.282315673828125, 0.28198196411132814, 0.282071044921875, 0.281952392578125, 0.28193572998046873, 0.282166259765625, 0.2820823059082031, 0.28184268188476563, 0.2819573669433594, 0.2820147094726563, 0.6040350952148438, 0.2816143493652344, 0.28170443725585936, 0.28171878051757815, 0.28220928955078123, 0.28202597045898437, 0.2818529357910156, 0.2819317626953125, 0.28184268188476563, 0.2818948974609375, 0.2818580627441406, 0.2819522705078125, 0.28203213500976565, 0.2819112854003906, 0.2817433471679687, 0.28199014282226564, 0.2820044860839844, 0.2821058654785156, 0.28183551025390624, 0.28186215209960935, 0.28192562866210935, 0.28206695556640626, 0.2817556457519531, 0.28182833862304685, 0.28229428100585935, 0.2819522705078125, 0.28187033081054685, 0.28178125, 0.2819993591308594, 0.28177203369140624, 0.2818109436035156, 0.2818242492675781, 0.2818437194824219, 0.2818191223144531, 0.28180685424804686, 0.2818682861328125, 0.2819368896484375, 0.28164608764648436, 0.28166043090820314, 0.28221951293945313, 0.28204544067382814, 0.28195431518554687, 0.28177203369140624, 0.281891845703125, 0.28230450439453125, 0.2819798889160156, 0.28213861083984376, 0.2822297668457031, 0.28192050170898436, 0.2819102783203125, 0.28218368530273436, 0.2817392578125, 0.28209869384765623, 0.2821652526855469, 0.28196249389648437, 0.2819584045410156, 0.28251760864257813, 0.28237710571289065, 0.2821396484375, 0.28233319091796877, 0.2826168212890625, 0.2827724914550781, 0.28209561157226565, 0.6040617065429688, 0.2819317626953125, 0.28161639404296873, 0.2820362243652344, 0.2817914733886719, 0.2817003479003906, 0.28167678833007814, 0.2820157470703125, 0.2818049011230469, 0.28160296630859377, 0.2821549987792969, 0.2819921875, 0.2818201599121094, 0.281712646484375, 0.28182733154296874, 0.2818877563476562, 0.2817576904296875, 0.28202496337890626, 0.2818006896972656, 0.28176690673828125, 0.28174642944335937, 0.2816860046386719, 0.28168295288085937, 0.2819491882324219, 0.28186419677734376, 0.2817986450195312, 0.28165325927734375, 0.282060791015625, 0.2818304138183594, 0.28190213012695314, 0.2818467102050781, 0.2823157653808594, 0.28200344848632813, 0.28196966552734376, 0.2821939392089844, 0.28190921020507814, 0.2821949462890625, 0.28206491088867186, 0.28202597045898437, 0.28245709228515625, 0.28211624145507813, 0.2821169738769531, 0.2823270568847656, 0.282124267578125, 0.28217459106445314, 0.2820258483886719, 0.282281005859375, 0.28206179809570314, 0.28189706420898436, 0.2817832946777344, 0.28202587890625, 0.2818365478515625, 0.28199234008789065, 0.2823606872558594, 0.2821099548339844, 0.282166259765625, 0.28222772216796876, 0.28192050170898436, 0.2819942321777344, 0.2828697509765625, 0.28225442504882814, 0.28219586181640627, 0.28221951293945313, 0.6048604125976562, 0.2817424011230469, 0.2820597229003906, 0.28221337890625, 0.28190618896484376, 0.2818539428710938, 0.2816881103515625, 0.28207305908203123, 0.28197891235351563, 0.28253488159179685, 0.28218170166015627, 0.2823607788085937, 0.28224102783203125, 0.28216421508789064, 0.281860107421875, 0.28207940673828125, 0.28228182983398437, 0.2823638916015625, 0.282292236328125, 0.28184063720703123, 0.2817525634765625, 0.28177304077148435, 0.2818385925292969, 0.2820157470703125, 0.282102783203125, 0.28252774047851564, 0.28196453857421877, 0.2820823059082031, 0.28203109741210936, 0.2817914733886719, 0.2819010620117188, 0.2821314697265625, 0.28197994995117187, 0.28188156127929687, 0.2820915222167969, 0.2819164123535156, 0.28194097900390624, 0.28187237548828126, 0.28200140380859373, 0.2821672973632813, 0.2818785400390625, 0.28180990600585937, 0.28187237548828126, 0.2819092407226563, 0.2823270263671875, 0.28201165771484377, 0.28220928955078123, 0.28206796264648437, 0.2821273498535156, 0.2819850158691406, 0.28201165771484377, 0.2816839599609375, 0.2819512329101562, 0.28215399169921873, 0.28188980102539063, 0.2819092407226563, 0.28194097900390624, 0.28182220458984375, 0.28202291870117185, 0.2819368896484375, 0.2820485229492187, 0.2821109619140625, 0.282060791015625, 0.6040402221679687, 0.281923583984375, 0.28196249389648437, 0.2817413024902344, 0.28170443725585936, 0.2818191223144531, 0.28186932373046875, 0.2819584045410156, 0.2815528869628906, 0.2819287109375, 0.281913330078125, 0.281891845703125, 0.2820075378417969, 0.28173004150390624, 0.2819450988769531, 0.28215399169921873, 0.28208639526367185, 0.28201779174804686, 0.28188980102539063, 0.2818805847167969, 0.281860107421875, 0.2819942932128906, 0.2818794860839844, 0.2821693420410156, 0.2824816589355469, 0.28214169311523435, 0.2819840087890625, 0.28209765625, 0.2820618286132813, 0.2821314697265625, 0.28188467407226564, 0.2822000732421875, 0.2822072448730469, 0.281975830078125, 0.2820024108886719, 0.28200244140625, 0.2819942321777344, 0.282322998046875, 0.2823403015136719, 0.28221746826171873, 0.28208331298828127, 0.28273159790039065, 0.28245086669921876, 0.28214886474609374, 0.2823987121582031, 0.28251339721679686, 0.2822686767578125, 0.28212530517578127, 0.28193997192382814, 0.2821396484375, 0.28218572998046876, 0.28209561157226565, 0.2820413513183594, 0.28223898315429685, 0.2822881164550781, 0.2821160888671875, 0.28215090942382814, 0.28214273071289064, 0.2820474853515625, 0.2826158447265625, 0.28230551147460936, 0.28215090942382814, 0.28208639526367185, 0.6041384887695312, 0.28187750244140625, 0.28196148681640626, 0.28208026123046875, 0.28184884643554686, 0.2818877563476562, 0.2818262939453125, 0.28184268188476563, 0.281744384765625, 0.28251239013671875, 0.2820126647949219, 0.2819420166015625, 0.28238644409179686, 0.2822102966308594, 0.28228607177734377, 0.2822328186035156, 0.2827069396972656, 0.28225537109375, 0.2819993591308594, 0.28178533935546873, 0.28187033081054685, 0.281933837890625, 0.2818836364746094, 0.28196453857421877, 0.2820075378417969, 0.2818457641601563, 0.2820843505859375, 0.28167788696289064, 0.28201669311523436, 0.2820167541503906, 0.2818252868652344, 0.28246426391601565, 0.2820495300292969, 0.28203729248046877, 0.28202801513671877, 0.28208331298828127, 0.2821468200683594, 0.28205056762695313, 0.28212838745117186, 0.2823260192871094, 0.2821396484375, 0.2821181335449219, 0.2820208740234375, 0.28194207763671875, 0.28242529296875, 0.28203729248046877, 0.28214779663085937, 0.2822318115234375, 0.2823741455078125, 0.28212939453125, 0.28218572998046876, 0.282777587890625, 0.2825062255859375, 0.28214886474609374, 0.28201983642578127, 0.28207623291015627, 0.28205050659179687, 0.28201983642578127, 0.2820823059082031, 0.28218572998046876, 0.2821652526855469, 0.28215090942382814, 0.28215090942382814, 0.6043412475585938, 0.2818334655761719, 0.28201983642578127, 0.2822164611816406, 0.2819512329101562, 0.28177203369140624, 0.28185906982421877, 0.28215090942382814, 0.2816911315917969, 0.2819389343261719, 0.2819573669433594, 0.2817331237792969, 0.2818611145019531, 0.28189080810546874, 0.28189797973632813, 0.28195550537109376, 0.28243743896484375, 0.28220928955078123, 0.28171673583984375, 0.28182119750976564, 0.28188577270507814, 0.2818887023925781, 0.2818551025390625, 0.2821610107421875, 0.2817925109863281, 0.28167987060546873, 0.2816778259277344, 0.28177203369140624, 0.28190618896484376, 0.28177716064453123, 0.28174542236328126, 0.28187136840820315, 0.28183551025390624, 0.28193997192382814, 0.28182220458984375, 0.28168295288085937, 0.28177716064453123, 0.2818785400390625, 0.281913330078125, 0.28198196411132814, 0.28183551025390624, 0.28177203369140624, 0.28184884643554686, 0.2818437194824219, 0.2817843322753906, 0.2818785400390625, 0.281786376953125, 0.28183551025390624, 0.28170443725585936, 0.28180996704101563, 0.28188360595703127, 0.2819215393066406, 0.2824488830566406, 0.2821846923828125, 0.28226968383789064, 0.28262713623046876, 0.28212628173828125, 0.28186932373046875, 0.28233319091796877, 0.2823638916015625, 0.28208743286132815, 0.2820280456542969, 0.2818959350585937, 0.6041456909179688, 0.2816860046386719, 0.28180889892578126, 0.28184268188476563, 0.28177938842773437, 0.2817175598144531, 0.281786376953125, 0.28196249389648437, 0.2816092224121094, 0.28214886474609374, 0.281965576171875, 0.2818734130859375, 0.2816501770019531, 0.28167169189453123, 0.2818754577636719, 0.28181402587890625, 0.28172186279296874, 0.2816583557128906, 0.28184268188476563, 0.2817156982421875, 0.2817392578125, 0.2816337890625, 0.28177920532226564, 0.28253289794921876, 0.2824201965332031, 0.28236697387695314, 0.28277862548828125, 0.28257177734375, 0.2826495971679687, 0.2826649475097656, 0.28213555908203125, 0.28208126831054686, 0.28189797973632813, 0.28176589965820314, 0.28208639526367185, 0.28214273071289064, 0.2819154052734375, 0.28188568115234375, 0.28198809814453124, 0.28205056762695313, 0.28182937622070314, 0.2822102966308594, 0.28220620727539064, 0.28197994995117187, 0.2824550170898438, 0.2820362243652344, 0.28224102783203125, 0.28213360595703124, 0.28185589599609373, 0.2819082336425781, 0.28213351440429685, 0.2818447265625, 0.28206491088867186, 0.28210891723632814, 0.2819420166015625, 0.2819020690917969, 0.28194815063476564, 0.28186520385742186, 0.28187954711914065, 0.2821846923828125, 0.2821048278808594, 0.2829885559082031, 0.28226763916015624]",tokens/s,3.48905489562578,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-13b,facebook/opt-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3069.00992,9083.2896,0.0,8436.842496,7852.108288,s,10,5.997887878417969,0.5997887878417969,0.002696321779893312,0.5990565490722657,0.6003804016113281,0.6040659027099609,0.6070143035888672,"[0.6077514038085937, 0.598649169921875, 0.5983485717773438, 0.5987313842773437, 0.59956005859375, 0.5979783935546875, 0.5995614013671875, 0.5990545654296875, 0.5991943969726562, 0.5990585327148438]",tokens/s,426.8169148695787,kWh,7.063861025704278e-06,3.870454610820589e-06,3.426074636282613e-05,4.519506199935099e-05,tokens/kWh,5664335.630376527,MB,3069.00992,9083.2896,0.0,8436.842496,8144.46336,s,10,338.1591640625,33.81591640625,0.0023272755633682437,33.815822265625,33.817964453125,33.8192107421875,33.8202077734375,"[33.8136953125, 33.81598046875, 33.81450390625, 33.8156640625, 33.8176875, 33.81534765625, 33.8175546875, 33.82045703125, 33.8167890625, 33.811484375]",tokens/s,1.8630280263040893,kWh,0.0003992699203888576,0.00021883482274741574,0.0019393862492201631,0.0025574909923564365,tokens/kWh,24633.517845532147,,s,629,343.01275714111324,0.5453302975216426,0.07116205577007573,0.5367398681640625,0.5370656860351563,0.5371807861328125,1.1355967724609375,"[0.5364869384765625, 0.5364981689453125, 0.5362493286132812, 0.53640087890625, 0.5366865844726563, 0.5363517456054687, 0.536511474609375, 0.5365892944335937, 0.5367275390625, 0.5365924072265625, 0.53635888671875, 0.5365555419921875, 0.53665380859375, 0.5368463134765625, 0.5367725830078125, 0.536975341796875, 0.5367418823242187, 0.5366702270507813, 0.536426513671875, 0.5369364624023437, 0.5363753051757812, 0.5366149291992187, 0.5367879638671875, 0.5369047241210938, 0.5367091064453124, 0.5366610107421875, 0.5369784545898437, 0.5370787963867187, 0.5365964965820312, 0.5368790893554688, 0.5366138916015625, 0.536595458984375, 0.536469482421875, 0.536511474609375, 0.5368883056640625, 0.5366456298828125, 0.53707470703125, 0.5370408935546875, 0.5366394653320312, 0.536580078125, 0.5368545532226563, 0.536754150390625, 0.5369763793945312, 0.5369354248046875, 0.5368156127929687, 0.53701220703125, 0.5368125610351563, 0.5367449340820313, 0.5366978759765625, 0.5366456298828125, 0.5366077270507813, 0.5368831787109375, 0.5370787963867187, 0.5370153198242188, 0.5367633666992188, 0.536511474609375, 0.5369968872070312, 0.537017333984375, 0.5366610107421875, 0.5368186645507812, 0.5365411987304688, 0.5369733276367188, 1.135848388671875, 0.5366077270507813, 0.5367675170898437, 0.5364336547851563, 0.5367551879882813, 0.5364940795898437, 0.536369140625, 0.536406005859375, 0.5364418334960938, 0.5368842163085937, 0.5368237915039062, 0.53652685546875, 0.5368545532226563, 0.5364398193359375, 0.5365841674804688, 0.5366046752929687, 0.536500244140625, 0.5367255249023437, 0.5364818115234375, 0.536637451171875, 0.5371340942382813, 0.5366773681640625, 0.5367684936523438, 0.5369364624023437, 0.5366149291992187, 0.5367490844726562, 0.53686376953125, 0.5370081176757813, 0.536995849609375, 0.536679443359375, 0.5371392211914062, 0.536685546875, 0.5366968383789062, 0.5366364135742188, 0.5369047241210938, 0.5367091064453124, 0.5367234497070312, 0.5366578979492187, 0.5368176879882812, 0.5367388305664063, 0.5371740112304687, 0.5365780639648438, 0.5366978759765625, 0.5366364135742188, 0.5367019653320313, 0.53661181640625, 0.5368422241210937, 0.5365380859375, 0.5370501098632813, 0.5370296020507812, 0.5368709106445313, 0.536679443359375, 0.5369354248046875, 0.5370685424804688, 0.5368094482421875, 0.5367030029296875, 0.536764404296875, 0.5372057495117187, 0.5371504516601563, 0.5368402099609375, 0.5369467163085937, 0.536500244140625, 0.5370214233398437, 1.1352708740234374, 0.5362974853515625, 0.536268798828125, 0.5365883178710937, 0.5370736694335938, 0.5367398681640625, 0.5364541625976562, 0.5366282348632813, 0.5364090576171875, 0.5362237548828125, 0.5365678100585938, 0.5366364135742188, 0.5369180297851562, 0.5366466674804687, 0.5368350830078125, 0.5368545532226563, 0.5365545043945312, 0.536658935546875, 0.5370521850585938, 0.5368453369140626, 0.5367900390625, 0.5364193115234375, 0.53677978515625, 0.5368186645507812, 0.536384521484375, 0.5368023071289062, 0.536859619140625, 0.5367890014648438, 0.5368186645507812, 0.536679443359375, 0.5369835815429688, 0.536500244140625, 0.5370337524414063, 0.5368043823242188, 0.536700927734375, 0.53684326171875, 0.5365104370117187, 0.5365411987304688, 0.5369343872070312, 0.5367275390625, 0.5367521362304688, 0.5369548950195312, 0.5368176879882812, 0.5365043334960937, 0.53671728515625, 0.5366179809570313, 0.5364889526367187, 0.5365206909179687, 0.5368494262695312, 0.5367551879882813, 0.53667431640625, 0.5365155639648438, 0.5368422241210937, 0.5368545532226563, 0.5368975219726563, 0.5367203979492188, 0.5369456787109375, 0.5369600219726562, 0.5372682495117187, 0.5368023071289062, 0.537259033203125, 0.5368289184570313, 0.5371156616210937, 1.1357235107421875, 0.536690673828125, 0.5371074829101562, 0.536711181640625, 0.5367039794921875, 0.536700927734375, 0.5364182739257812, 0.5366046752929687, 0.5366671142578125, 0.5365678100585938, 0.5366527709960938, 0.5365176391601563, 0.5367859497070312, 0.5365821533203124, 0.5368811645507813, 0.53676953125, 0.5365924072265625, 0.536431640625, 0.5366671142578125, 0.5363834838867187, 0.5365791015625, 0.536764404296875, 0.5368319702148437, 0.5366394653320312, 0.5367654418945312, 0.53661083984375, 0.5366445922851563, 0.5366036376953125, 0.5368104858398437, 0.5369774169921875, 0.53682177734375, 0.5364172973632813, 0.5367255249023437, 0.5365463256835937, 0.536922119140625, 0.5365729370117187, 0.5367101440429688, 0.5365380859375, 0.5372774658203125, 0.5366886596679687, 0.5374044189453125, 0.5368094482421875, 0.53682177734375, 0.5365933837890625, 0.5369159545898438, 0.5368760375976562, 0.53650634765625, 0.5365975341796875, 0.5368555297851563, 0.5368135375976563, 0.5367838745117187, 0.5363722534179688, 0.5371320190429687, 0.5369896850585938, 0.5368790893554688, 0.5366824951171875, 0.5370501098632813, 0.5367521362304688, 0.5374228515625, 0.5367459716796875, 0.5371525268554688, 0.536521728515625, 0.5371094970703125, 1.1366092529296874, 0.5363988647460938, 0.5367060546875, 0.5368442993164062, 0.5364623413085937, 0.5366773681640625, 0.5364510498046875, 0.536627197265625, 0.5367725830078125, 0.5365299072265625, 0.5369784545898437, 0.53640087890625, 0.5371392211914062, 0.5370153198242188, 0.5369302978515625, 0.536637451171875, 0.5369579467773438, 0.5369682006835937, 0.5367265014648438, 0.5365698852539063, 0.5366343383789063, 0.5368340454101562, 0.5365247802734375, 0.5368402099609375, 0.5368043823242188, 0.536964111328125, 0.5368822021484375, 0.5367193603515625, 0.5365288696289062, 0.5366497192382812, 0.5367316284179687, 0.5370664672851563, 0.5367941284179687, 0.5366845703125, 0.536774658203125, 0.53684326171875, 0.53667431640625, 0.5364838256835938, 0.5367244873046875, 0.5365360717773437, 0.5372507934570312, 0.536580078125, 0.53697021484375, 0.5366261596679688, 0.536958984375, 0.5370880126953125, 0.536933349609375, 0.5368944702148437, 0.5367684936523438, 0.5366128540039062, 0.5369825439453125, 0.5367654418945312, 0.5372661743164062, 0.5370460205078125, 0.5369169921875, 0.5366619873046875, 0.5363609619140625, 0.5369231567382813, 0.537364501953125, 0.53671630859375, 0.5365944213867188, 0.5366845703125, 0.5372149658203125, 1.134866455078125, 0.536332275390625, 0.5364367065429687, 0.5362647094726563, 0.53669580078125, 0.5372303466796875, 0.5367357177734375, 0.5367316284179687, 0.5364859008789062, 0.536553466796875, 0.536754150390625, 0.53646337890625, 0.5367193603515625, 0.5367684936523438, 0.5366763305664063, 0.5366466674804687, 0.5365206909179687, 0.536748046875, 0.5368411865234375, 0.5367070922851562, 0.53671728515625, 0.5365883178710937, 0.5365094604492188, 0.5371668701171874, 0.5372559204101562, 0.5368934326171875, 0.5365698852539063, 0.53671630859375, 0.53665380859375, 0.5364766845703125, 0.536764404296875, 0.5366087646484375, 0.536901611328125, 0.5367070922851562, 0.5369579467773438, 0.5370040283203125, 0.53677978515625, 0.5374432983398437, 0.5369886474609376, 0.5368197021484375, 0.5367725830078125, 0.5366077270507813, 0.5371637573242187, 0.5367654418945312, 0.5368923950195312, 0.5367418823242187, 0.5368729858398438, 0.5366998901367187, 0.5366394653320312, 0.53646435546875, 0.53699072265625, 0.5363558349609375, 0.5371289672851562, 0.5368084716796875, 0.5367203979492188, 0.536754150390625, 0.5365647583007812, 0.536627197265625, 0.5368074340820312, 0.536537109375, 0.536911865234375, 0.5367244873046875, 0.5371371459960937, 1.136654296875, 0.5363722534179688, 0.536721435546875, 0.53644287109375, 0.5367684936523438, 0.5373040771484375, 0.5364807739257812, 0.5368156127929687, 0.5366231079101562, 0.5368780517578124, 0.5371084594726563, 0.536595458984375, 0.5367551879882813, 0.5366282348632813, 0.536943603515625, 0.5373480834960938, 0.5373521728515624, 0.5366016235351563, 0.5367808227539063, 0.5364859008789062, 0.5367716064453125, 0.5363097534179687, 0.536669189453125, 0.5370501098632813, 0.5367930908203125, 0.5364777221679687, 0.5365791015625, 0.5369364624023437, 0.5367684936523438, 0.5365964965820312, 0.536858642578125, 0.5365104370117187, 0.5366722412109375, 0.5366394653320312, 0.5373009643554687, 0.5369159545898438, 0.5367388305664063, 0.536669189453125, 0.5370224609375, 0.536595458984375, 0.536722412109375, 0.5366712036132812, 0.5369476928710938, 0.5368033447265625, 0.5368678588867187, 0.5366445922851563, 0.5373081665039062, 0.5366220703125, 0.5370408935546875, 0.5368043823242188, 0.5369620361328125, 0.5363455810546875, 0.5368883056640625, 0.537185302734375, 0.5367357177734375, 0.5366599731445313, 0.5365504150390625, 0.5367654418945312, 0.5367654418945312, 0.5366179809570313, 0.5366415405273437, 0.5369467163085937, 0.5371340942382813, 1.1360020751953126, 0.5366353759765625, 0.5367817993164062, 0.5365667724609375, 0.5364777221679687, 0.5366640625, 0.53646337890625, 0.5371883544921875, 0.5368033447265625, 0.5367633666992188, 0.536901611328125, 0.5365780639648438, 0.536742919921875, 0.53677978515625, 0.5367347412109374, 0.53697021484375, 0.5367900390625, 0.53667431640625, 0.5368494262695312, 0.5367203979492188, 0.53661083984375, 0.5363732299804688, 0.5366937866210938, 0.5368729858398438, 0.536911865234375, 0.5374884033203124, 0.5370245361328125, 0.5367357177734375, 0.5367183227539063, 0.5366261596679688, 0.5369292602539063, 0.5365473022460937, 0.5364940795898437, 0.5366814575195312, 0.53688525390625, 0.5366845703125, 0.5366763305664063, 0.5365411987304688, 0.5369733276367188, 0.5369415893554688, 0.5369548950195312, 0.536995849609375, 0.5368422241210937, 0.5370101928710938, 0.5369876708984375, 0.5371422729492188, 0.53698046875, 0.5368258666992187, 0.5371443481445313, 0.536722412109375, 0.5369395141601563, 0.5366998901367187, 0.5370368041992187, 0.5371074829101562, 0.536764404296875, 0.5371259155273438, 0.5367920532226562, 0.5370736694335938, 0.5371207885742187, 0.5367603149414063, 0.5368893432617188, 0.5366784057617188, 0.5373880615234375, 1.1364188232421875, 0.5365975341796875, 0.5367347412109374, 0.5367091064453124, 0.5367838745117187, 0.536669189453125, 0.5368145751953125, 0.5369088134765625, 0.53659033203125, 0.5364357299804687, 0.5367019653320313, 0.5365933837890625, 0.5366036376953125, 0.536458251953125, 0.5367296142578125, 0.536658935546875, 0.5365924072265625, 0.5366876220703125, 0.5370654907226563, 0.5368104858398437, 0.5366619873046875, 0.5366968383789062, 0.536637451171875, 0.5365278930664062, 0.53661083984375, 0.537049072265625, 0.5369671630859375, 0.5367265014648438, 0.5369088134765625, 0.5365759887695313, 0.5370132446289062, 0.5364234008789063, 0.5370265502929688, 0.5370767211914063, 0.5368350830078125, 0.5369569091796875, 0.5371719970703125, 0.5369456787109375, 0.53703271484375, 0.5369405517578125, 0.53686376953125, 0.53655859375, 0.5368237915039062, 0.5365545043945312, 0.5369784545898437, 0.5367859497070312, 0.53669580078125, 0.5368955078125, 0.5373849487304687, 0.5369999389648438, 0.5369088134765625, 0.5362349853515626, 0.5368760375976562, 0.537064453125, 0.5370203857421875, 0.5366865844726563, 0.5365452880859375, 0.536784912109375, 0.5368504028320312, 0.5366210327148437, 0.5366149291992187, 0.5363722534179688, 0.5366098022460938, 1.1363133544921875, 0.5364234008789063, 0.5366917114257812, 0.5368094482421875, 0.5366702270507813, 0.5365166015625, 0.5365227661132812, 0.5366149291992187, 0.5363660888671875, 0.5367398681640625, 0.536900634765625, 0.5363978271484375, 0.537064453125, 0.5368197021484375, 0.5369302978515625, 0.536679443359375, 0.5365975341796875, 0.5366282348632813, 0.53665380859375, 0.5363414916992187, 0.5366927490234376, 0.5361336059570313, 0.5365616455078125, 0.5366179809570313, 0.536573974609375, 0.5367203979492188, 0.5368729858398438, 0.5367716064453125, 0.5368914184570313, 0.5366036376953125, 0.5366507568359375, 0.5364705200195312, 0.5367572631835937, 0.5367039794921875, 0.5365667724609375, 0.5365463256835937, 0.5365339965820313, 0.536406005859375, 0.5364869384765625, 0.5364674682617188, 0.536732666015625, 0.5367930908203125, 0.5367244873046875, 0.5364981689453125, 0.5366917114257812, 0.5365647583007812, 0.5368319702148437, 0.536784912109375, 0.5368616943359374, 0.5365647583007812, 0.536816650390625, 0.536431640625, 0.5370511474609375, 0.5368944702148437, 0.536953857421875, 0.5370623779296875, 0.5363414916992187, 0.5368985595703125, 0.5368688354492187, 0.5370439453125, 0.5369763793945312, 0.5366016235351563, 0.5368780517578124]",tokens/s,1.8337510395895669,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-6.7b,facebook/opt-6.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2019.69664,5274.861568,0.0,4628.414464,4279.64672,s,10,3.1774854736328124,0.31774854736328123,0.0007817722146641278,0.3174602966308594,0.3187982666015625,0.3189695983886719,0.3191066638183594,"[0.31848922729492185, 0.3174812927246094, 0.31692730712890627, 0.31720437622070313, 0.3174393005371094, 0.31661932373046875, 0.3174072570800781, 0.31876019287109375, 0.31914093017578127, 0.3180162658691406]",tokens/s,805.6685140634671,kWh,3.737864001757569e-06,2.0481879523572387e-06,1.80164467048112e-05,2.3802498658926007e-05,tokens/kWh,10755173.38193397,MB,2019.69664,5274.861568,0.0,4628.414464,4463.185408,s,10,176.9617734375,17.69617734375,0.0029728792469339506,17.696136718749997,17.6995603515625,17.699568261718753,17.699574589843753,"[17.69631640625, 17.695939453125, 17.698544921875, 17.693357421875, 17.690775390625, 17.69253125, 17.699216796875, 17.69955859375, 17.699576171875, 17.69595703125]",tokens/s,3.5600909041664055,kWh,0.00020889662316689894,0.00011449271197744792,0.0009934635569229903,0.0013168528920673372,tokens/kWh,47841.33473033258,,s,629,179.53831649780273,0.2854345254337086,0.0377383923728263,0.28085964965820315,0.28117113647460934,0.2812770324707031,0.5980694702148438,"[0.2809251708984375, 0.280669189453125, 0.2807091064453125, 0.2809108581542969, 0.28111666870117186, 0.28064971923828125, 0.2810654602050781, 0.28062106323242186, 0.2806558837890625, 0.2807910461425781, 0.28068453979492186, 0.2808770446777344, 0.2806640625, 0.2807613525390625, 0.28071832275390624, 0.28078387451171877, 0.2807152709960937, 0.28067431640625, 0.28070501708984374, 0.2807490539550781, 0.28121600341796876, 0.2806056823730469, 0.28095077514648437, 0.28073471069335937, 0.28082278442382813, 0.2807633972167969, 0.2808299560546875, 0.2809405517578125, 0.28083712768554686, 0.28074700927734375, 0.28070401000976564, 0.28072857666015627, 0.2808084411621094, 0.2823638916015625, 0.2806558837890625, 0.2807715759277344, 0.2807767028808594, 0.2810624084472656, 0.28082278442382813, 0.2810224609375, 0.28100811767578127, 0.2810163269042969, 0.2808545227050781, 0.28095077514648437, 0.2809190368652344, 0.28101324462890626, 0.2807828369140625, 0.2812323913574219, 0.2809671630859375, 0.28106137084960936, 0.2808330383300781, 0.2810439758300781, 0.28064971923828125, 0.28111770629882815, 0.2812231750488281, 0.2810408935546875, 0.28118118286132815, 0.28099072265625, 0.2808832092285156, 0.2812590026855469, 0.2809385070800781, 0.2808832092285156, 0.5983795166015625, 0.28064871215820314, 0.2806937561035156, 0.2806876220703125, 0.2805964660644531, 0.28077362060546873, 0.28084735107421877, 0.2808135681152344, 0.28077978515625, 0.2806302795410156, 0.2807633972167969, 0.2808637390136719, 0.281501708984375, 0.2808135681152344, 0.28127743530273436, 0.2808412170410156, 0.2809886779785156, 0.2807439270019531, 0.2807940979003906, 0.28082382202148437, 0.28080126953125, 0.28092620849609373, 0.2807767028808594, 0.28085964965820315, 0.2809610290527344, 0.2808668212890625, 0.28077978515625, 0.2808545227050781, 0.2811832275390625, 0.28089959716796875, 0.28109515380859373, 0.28077566528320314, 0.2809292907714844, 0.28073983764648436, 0.28083712768554686, 0.2807214050292969, 0.28081561279296874, 0.28083096313476563, 0.28084735107421877, 0.2808258666992188, 0.28108901977539064, 0.28077566528320314, 0.28080230712890625, 0.2808279113769531, 0.28091494750976564, 0.280700927734375, 0.28091494750976564, 0.28119143676757813, 0.28127642822265625, 0.2812569580078125, 0.2810091552734375, 0.2808279113769531, 0.28108697509765623, 0.2808934326171875, 0.28086273193359373, 0.28114431762695313, 0.28093438720703123, 0.28095489501953125, 0.2810040283203125, 0.2808350830078125, 0.28096307373046875, 0.2807848815917969, 0.2808197021484375, 0.5980743408203125, 0.28070401000976564, 0.2806609802246094, 0.28080743408203124, 0.280690673828125, 0.2807357482910156, 0.28078900146484376, 0.28069888305664065, 0.28073883056640625, 0.28077566528320314, 0.280637451171875, 0.2809395141601562, 0.28084225463867185, 0.280669189453125, 0.28070196533203123, 0.28089242553710936, 0.2807613525390625, 0.28102554321289064, 0.280958984375, 0.28090777587890625, 0.28084530639648436, 0.2811146240234375, 0.2807060546875, 0.2808821716308594, 0.28075314331054685, 0.2806824951171875, 0.2807562255859375, 0.2807132263183594, 0.2805975036621094, 0.280627197265625, 0.2807439270019531, 0.280848388671875, 0.2807879638671875, 0.2806599731445312, 0.2806077575683594, 0.28076031494140624, 0.28118426513671874, 0.28088525390625, 0.2811043701171875, 0.281143310546875, 0.2812733459472656, 0.2809036865234375, 0.28103372192382814, 0.28068453979492186, 0.28123956298828123, 0.28111566162109375, 0.28099072265625, 0.28118118286132815, 0.2812323913574219, 0.28117300415039065, 0.2811197509765625, 0.2810224609375, 0.28101937866210935, 0.28089447021484376, 0.28143719482421875, 0.2813931579589844, 0.28145767211914063, 0.28113409423828123, 0.2810245056152344, 0.2813102111816406, 0.2813634643554688, 0.2808913879394531, 0.2811832275390625, 0.5980569458007813, 0.280806396484375, 0.28072549438476563, 0.28071218872070314, 0.2806876220703125, 0.2807807922363281, 0.28076235961914064, 0.2810705871582031, 0.2806241149902344, 0.2806855773925781, 0.28086578369140625, 0.2805698547363281, 0.2807582702636719, 0.28055859375, 0.28054937744140623, 0.28078387451171877, 0.2807562255859375, 0.2807173156738281, 0.28059033203125, 0.2807162780761719, 0.2807500915527344, 0.28070196533203123, 0.2806824951171875, 0.2808340454101563, 0.28079718017578126, 0.28069171142578125, 0.2811125793457031, 0.2808883056640625, 0.28106341552734376, 0.28073471069335937, 0.28064254760742186, 0.2807705688476563, 0.2809989013671875, 0.28072857666015627, 0.28084225463867185, 0.28058624267578125, 0.28073370361328126, 0.28079513549804686, 0.28098458862304687, 0.28078900146484376, 0.2809722900390625, 0.2808965148925781, 0.2811125793457031, 0.28095693969726565, 0.281196533203125, 0.28067636108398436, 0.28092312622070315, 0.2809385070800781, 0.28081561279296874, 0.28086477661132814, 0.2808913879394531, 0.28067431640625, 0.28132455444335935, 0.280922119140625, 0.28108697509765623, 0.2814136352539062, 0.2810091552734375, 0.28069989013671875, 0.280838134765625, 0.28130712890625, 0.2808555603027344, 0.2809016418457031, 0.2813931579589844, 0.5983590698242187, 0.2807306213378906, 0.28087808227539063, 0.2805196838378906, 0.2805125122070313, 0.2804551696777344, 0.2805780334472656, 0.2806200256347656, 0.2805002136230469, 0.28068453979492186, 0.28058010864257815, 0.2806302795410156, 0.2806098022460938, 0.2805196838378906, 0.2809016418457031, 0.28069989013671875, 0.28064971923828125, 0.28055755615234373, 0.28064666748046874, 0.28067019653320313, 0.2806671447753906, 0.28063641357421876, 0.28048590087890624, 0.2806886291503906, 0.2806722412109375, 0.2805166015625, 0.2806087646484375, 0.2805964660644531, 0.28062106323242186, 0.2810009460449219, 0.2807500915527344, 0.2806753234863281, 0.28076235961914064, 0.28126412963867187, 0.28134194946289065, 0.281164794921875, 0.28111666870117186, 0.2810347595214844, 0.28092620849609373, 0.2809241638183594, 0.28083096313476563, 0.28105523681640626, 0.2809354248046875, 0.2808258666992188, 0.281017333984375, 0.2810296325683594, 0.2807910461425781, 0.2810521545410156, 0.28102859497070315, 0.2807940979003906, 0.2811197509765625, 0.28095590209960936, 0.2808842163085937, 0.2810460205078125, 0.2808913879394531, 0.2809292907714844, 0.2807777404785156, 0.28074188232421876, 0.28088525390625, 0.280995849609375, 0.28099172973632813, 0.28075213623046874, 0.28117196655273435, 0.5974200439453125, 0.28051559448242186, 0.28070501708984374, 0.28070501708984374, 0.280669189453125, 0.28124365234375, 0.2808965148925781, 0.2807500915527344, 0.2808545227050781, 0.2804951171875, 0.280748046875, 0.28090264892578126, 0.28080435180664065, 0.2806118469238281, 0.28069580078125, 0.2808616943359375, 0.28078387451171877, 0.2806773681640625, 0.28072039794921877, 0.2808463439941406, 0.28071014404296873, 0.2810408935546875, 0.28070501708984374, 0.28084530639648436, 0.2805821533203125, 0.2807767028808594, 0.2807459716796875, 0.2806599731445312, 0.28074188232421876, 0.28069580078125, 0.2806732788085938, 0.2806507568359375, 0.2808084411621094, 0.2809466857910156, 0.2810572814941406, 0.2805780334472656, 0.28073883056640625, 0.28082891845703123, 0.2810071105957031, 0.28080331420898436, 0.28094976806640626, 0.28130303955078123, 0.28097842407226564, 0.2809968566894531, 0.2808493957519531, 0.2807193603515625, 0.2809456787109375, 0.2811535339355469, 0.2808330383300781, 0.28075418090820314, 0.280853515625, 0.2809169921875, 0.28076953125, 0.280890380859375, 0.2809374694824219, 0.281280517578125, 0.28133172607421875, 0.28101324462890626, 0.28093438720703123, 0.28075314331054685, 0.2808053894042969, 0.28079205322265627, 0.2809333801269531, 0.5982566528320312, 0.2806384582519531, 0.28069989013671875, 0.28062823486328126, 0.2805821533203125, 0.28079205322265627, 0.2808053894042969, 0.28074496459960935, 0.28080743408203124, 0.2807490539550781, 0.2807940979003906, 0.2807173156738281, 0.28145458984375, 0.281248779296875, 0.28092825317382814, 0.2808186950683594, 0.280995849609375, 0.2806609802246094, 0.2807244873046875, 0.2807807922363281, 0.28073779296875, 0.28084326171875, 0.2809169921875, 0.2808883056640625, 0.2809671630859375, 0.2806528015136719, 0.28088525390625, 0.2807490539550781, 0.28113714599609374, 0.2809948120117188, 0.28080331420898436, 0.28099993896484377, 0.28106137084960936, 0.2807500915527344, 0.28100302124023435, 0.280774658203125, 0.28079718017578126, 0.28105319213867186, 0.2808555603027344, 0.2810224609375, 0.2812200927734375, 0.28123544311523435, 0.2811412353515625, 0.28102554321289064, 0.28113201904296875, 0.2809661560058594, 0.280995849609375, 0.2812538757324219, 0.2814095458984375, 0.2813102111816406, 0.28100506591796875, 0.28089447021484376, 0.28107672119140625, 0.28094464111328127, 0.28103884887695313, 0.28113613891601563, 0.2810777587890625, 0.28092312622070315, 0.2810982360839844, 0.280875, 0.2811453552246094, 0.28104193115234377, 0.28097842407226564, 0.6000148315429688, 0.28073370361328126, 0.2808883056640625, 0.28085964965820315, 0.2808688659667969, 0.28098355102539063, 0.280806396484375, 0.28103988647460937, 0.2807173156738281, 0.2808053894042969, 0.28107879638671873, 0.2807080993652344, 0.2809938049316406, 0.28080947875976564, 0.28094259643554687, 0.28093646240234377, 0.2807214050292969, 0.2808412170410156, 0.28081048583984375, 0.2815068054199219, 0.28095590209960936, 0.28094976806640626, 0.28077978515625, 0.2809466857910156, 0.2811985778808594, 0.2808299560546875, 0.28084530639648436, 0.28066201782226563, 0.2807275390625, 0.280890380859375, 0.28104702758789063, 0.28076748657226563, 0.2809395141601562, 0.2808934326171875, 0.2809876403808594, 0.28116683959960936, 0.28092007446289063, 0.2807060546875, 0.2810091552734375, 0.28097024536132814, 0.280890380859375, 0.28086782836914065, 0.28100811767578127, 0.28064358520507815, 0.2809088134765625, 0.2808115234375, 0.2807173156738281, 0.28098150634765623, 0.28097537231445313, 0.2808688659667969, 0.2809374694824219, 0.28094976806640626, 0.2810654602050781, 0.28078387451171877, 0.2811709289550781, 0.2815887451171875, 0.2812333984375, 0.28107879638671873, 0.2810439758300781, 0.281069580078125, 0.28113818359375, 0.28109515380859373, 0.2812569580078125, 0.6002237548828125, 0.280869873046875, 0.2811043701171875, 0.28084225463867185, 0.2808985595703125, 0.28092007446289063, 0.28068658447265626, 0.28079513549804686, 0.28076953125, 0.28095281982421877, 0.2808002624511719, 0.28057089233398436, 0.28077978515625, 0.28081460571289063, 0.2807982177734375, 0.2810357666015625, 0.28085760498046874, 0.28081561279296874, 0.28080947875976564, 0.2812375183105469, 0.28106341552734376, 0.2807726135253906, 0.2809108581542969, 0.2809692077636719, 0.2808115234375, 0.28083712768554686, 0.2811781005859375, 0.28099172973632813, 0.2809948120117188, 0.2808340454101563, 0.28090264892578126, 0.28101324462890626, 0.2809876403808594, 0.2817751159667969, 0.2810347595214844, 0.2808299560546875, 0.281091064453125, 0.28080435180664065, 0.28114227294921873, 0.2809620361328125, 0.2809395141601562, 0.28100811767578127, 0.28102041625976565, 0.2808565673828125, 0.28097024536132814, 0.2810491027832031, 0.281064453125, 0.281091064453125, 0.2807859191894531, 0.2808688659667969, 0.28093646240234377, 0.28071832275390624, 0.2809395141601562, 0.2809599914550781, 0.2808821716308594, 0.28085247802734375, 0.28103372192382814, 0.2807777404785156, 0.2810357666015625, 0.28092108154296874, 0.28099789428710936, 0.28096820068359374, 0.28156927490234374, 0.5991085815429688, 0.280742919921875, 0.2808258666992188, 0.2806661071777344, 0.28075418090820314, 0.2806241149902344, 0.2807306213378906, 0.2808197021484375, 0.2806886291503906, 0.2807244873046875, 0.28067019653320313, 0.2805350341796875, 0.2807224426269531, 0.280869873046875, 0.28091390991210935, 0.2807828369140625, 0.2808197021484375, 0.28051046752929687, 0.2806558837890625, 0.280774658203125, 0.28073165893554686, 0.2806384582519531, 0.280711181640625, 0.28101223754882815, 0.28087091064453124, 0.2806732788085938, 0.28076748657226563, 0.28072653198242187, 0.28075418090820314, 0.28080230712890625, 0.2811269226074219, 0.28098046875, 0.28079513549804686, 0.281059326171875, 0.2811566162109375, 0.2811617431640625, 0.2810163269042969, 0.28065689086914064, 0.2807767028808594, 0.2808002624511719, 0.28075726318359373, 0.28086782836914065, 0.28077566528320314, 0.2806456298828125, 0.28085964965820315, 0.28072039794921877, 0.2807767028808594, 0.2809374694824219, 0.28083096313476563, 0.2811514892578125, 0.2812262268066406, 0.2808821716308594, 0.2809948120117188, 0.2811064453125, 0.28104193115234377, 0.2811760559082031, 0.28112997436523435, 0.28082891845703123, 0.2809241638183594, 0.28104806518554687, 0.2811535339355469, 0.2811269226074219, 0.28101223754882815]",tokens/s,3.5034304223728086,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1433.575424,1613.234176,0.0,966.787072,857.647616,s,10,0.6057559051513672,0.060575590515136724,0.0005271997959633458,0.0604053611755371,0.060655676651000974,0.06140215816497802,0.06199934337615967,"[0.06214863967895508, 0.060373504638671874, 0.06034431838989258, 0.0604667854309082, 0.06043558502197265, 0.06048979187011719, 0.06032617568969727, 0.06034182357788086, 0.060454143524169925, 0.06037513732910156]",tokens/s,4226.124711669634,kWh,7.124543090262408e-07,3.9038897249671454e-07,3.0336938593495046e-06,4.13653714087246e-06,tokens/kWh,61887513.94747676,MB,1433.575424,1613.234176,0.0,966.787072,888.374272,s,10,32.95503466796875,3.2955034667968746,0.047364368059071654,3.311632568359375,3.3455935791015623,3.347526403808594,3.3490726635742187,"[3.210956298828125, 3.312005126953125, 3.3333193359375, 3.337546142578125, 3.3451640625, 3.311260009765625, 3.2419833984375, 3.244228271484375, 3.349459228515625, 3.26911279296875]",tokens/s,19.116957586220966,kWh,3.7684675597522154e-05,2.065301277971624e-05,0.00015636918366284723,0.00021470687204008565,tokens/kWh,293423.3049990032,,s,629,33.444424747467025,0.053170786561950775,0.007149643566833179,0.052948001861572266,0.053361048889160156,0.053613362121582034,0.11106307861328125,"[0.05055692672729492, 0.050549758911132815, 0.0504268798828125, 0.050601982116699216, 0.050607105255126954, 0.05235609436035156, 0.051211265563964846, 0.05066854476928711, 0.052313087463378906, 0.05290496063232422, 0.051081214904785156, 0.05304012680053711, 0.05316812896728516, 0.05326540756225586, 0.05314048004150391, 0.052894718170166014, 0.053157886505126956, 0.0508006706237793, 0.05070435333251953, 0.05057334518432617, 0.050143199920654295, 0.05045248031616211, 0.050694145202636716, 0.05033267211914062, 0.05023539352416992, 0.05030809783935547, 0.0504453125, 0.05063782501220703, 0.050514942169189454, 0.050050048828125, 0.05061734390258789, 0.050435073852539064, 0.05070950317382812, 0.050601982116699216, 0.050298881530761716, 0.05028966522216797, 0.050678783416748044, 0.05065011215209961, 0.05067468643188477, 0.05041971206665039, 0.050601982116699216, 0.05051084899902344, 0.0503419189453125, 0.05042480087280273, 0.05045248031616211, 0.050813953399658204, 0.05053235244750977, 0.050408447265625, 0.05015654373168945, 0.050729984283447264, 0.05063167953491211, 0.05070336151123047, 0.050759681701660155, 0.05066342544555664, 0.051158016204833984, 0.05045862579345703, 0.050520065307617185, 0.050612224578857425, 0.05101875305175781, 0.050546688079833986, 0.05056716918945312, 0.05059379196166992, 0.11082444763183594, 0.05010227203369141, 0.05011865615844727, 0.050592769622802736, 0.05045555114746094, 0.050351104736328124, 0.05048934555053711, 0.05056512069702149, 0.05039308929443359, 0.05048627090454102, 0.05082009506225586, 0.05061427307128906, 0.05172019195556641, 0.053286911010742184, 0.052977664947509766, 0.053282817840576174, 0.05350297546386719, 0.05334732818603516, 0.052874240875244144, 0.05326438522338867, 0.053250049591064455, 0.052988929748535155, 0.05293363189697266, 0.053048320770263675, 0.053043201446533204, 0.052942848205566405, 0.05296537780761719, 0.05331148910522461, 0.0531599349975586, 0.05266841506958008, 0.05291212844848633, 0.0532940788269043, 0.05293056106567383, 0.05306880187988281, 0.053215232849121094, 0.05328998565673828, 0.05301862335205078, 0.053117950439453124, 0.053152767181396485, 0.05327360153198242, 0.05285273742675781, 0.05313740921020508, 0.05293875122070312, 0.0531599349975586, 0.05350707244873047, 0.05283020782470703, 0.053005313873291014, 0.053250049591064455, 0.05289779281616211, 0.05323263931274414, 0.05325107192993164, 0.053103614807128906, 0.05288857650756836, 0.053174270629882815, 0.05288550567626953, 0.05302374267578125, 0.053031936645507816, 0.053152767181396485, 0.05318656158447266, 0.053048320770263675, 0.052931583404541016, 0.05313433456420898, 0.05313536071777344, 0.11145728302001953, 0.05347020721435547, 0.05130854415893555, 0.05311385726928711, 0.05313024139404297, 0.053664768218994144, 0.05321011352539062, 0.05300940704345703, 0.05283430480957031, 0.05282815933227539, 0.053207038879394535, 0.05295820617675781, 0.05309132766723633, 0.05311078262329102, 0.05315686416625977, 0.05338521575927734, 0.05283225631713867, 0.05321011352539062, 0.05055692672729492, 0.05051801681518555, 0.050525184631347655, 0.05032857513427735, 0.050492416381835936, 0.0506695671081543, 0.05407129669189453, 0.053220352172851565, 0.05303910446166992, 0.05338009643554688, 0.05389209747314453, 0.05305753707885742, 0.053131263732910154, 0.05332787322998047, 0.05344768142700195, 0.053359615325927735, 0.053166080474853515, 0.053114879608154295, 0.05293875122070312, 0.05538611221313477, 0.053528575897216796, 0.05374566268920898, 0.05363507080078125, 0.05336678314208984, 0.05332889556884766, 0.05314355087280274, 0.0530964469909668, 0.0531599349975586, 0.053157886505126956, 0.05327360153198242, 0.05270016098022461, 0.05305344009399414, 0.05307289505004883, 0.052948001861572266, 0.0529571533203125, 0.053146625518798826, 0.054168575286865236, 0.053369857788085937, 0.05245644760131836, 0.05257727813720703, 0.05304422378540039, 0.05309132766723633, 0.0530063362121582, 0.05309235382080078, 0.05296537780761719, 0.11123097229003906, 0.05046988677978516, 0.05231820678710938, 0.05289779281616211, 0.05303705596923828, 0.0531486701965332, 0.05290598297119141, 0.05290188980102539, 0.053070846557617186, 0.052863998413085936, 0.05271859359741211, 0.052961280822753906, 0.05286809539794922, 0.05293056106567383, 0.05316505432128906, 0.05302783966064453, 0.052942848205566405, 0.05327155303955078, 0.05299097442626953, 0.05291212844848633, 0.05306470489501953, 0.05286809539794922, 0.052808704376220705, 0.05311078262329102, 0.05294182586669922, 0.05307699203491211, 0.05300735855102539, 0.05339340972900391, 0.05305446243286133, 0.053215232849121094, 0.05308927917480469, 0.0530964469909668, 0.05355212783813477, 0.05313945770263672, 0.05329715347290039, 0.053356544494628906, 0.05304524612426758, 0.0529090576171875, 0.05321113586425781, 0.052805633544921876, 0.0531671028137207, 0.053059585571289064, 0.053163009643554686, 0.0533043212890625, 0.052972545623779295, 0.05300940704345703, 0.053028865814208986, 0.053128192901611325, 0.05330124664306641, 0.05283737564086914, 0.052929534912109374, 0.05303603363037109, 0.05309439849853516, 0.05319475173950195, 0.052988929748535155, 0.053141502380371096, 0.05310976028442383, 0.05326540756225586, 0.05312409591674805, 0.05306470489501953, 0.05314559936523437, 0.05304115295410156, 0.053269504547119144, 0.11326566314697266, 0.052811775207519535, 0.05257932662963867, 0.052915199279785156, 0.05235302352905274, 0.052964351654052735, 0.052910079956054686, 0.053433345794677733, 0.05347942352294922, 0.05304729461669922, 0.053384193420410155, 0.053310462951660156, 0.05308108901977539, 0.05319680023193359, 0.053157886505126956, 0.05334527969360352, 0.05313024139404297, 0.0531599349975586, 0.05294899368286133, 0.05341286468505859, 0.05349478530883789, 0.05322751998901367, 0.053141502380371096, 0.05327155303955078, 0.05298486328125, 0.05312201690673828, 0.05294079971313476, 0.05312921524047851, 0.05309542465209961, 0.05329715347290039, 0.0529090576171875, 0.05327155303955078, 0.053098495483398435, 0.05312614440917969, 0.05317836761474609, 0.05309337615966797, 0.05302579116821289, 0.05292851257324219, 0.05321830368041992, 0.05315379333496094, 0.0530063362121582, 0.053164031982421874, 0.05276467132568359, 0.05319168090820312, 0.053266433715820315, 0.05325516891479492, 0.05300326538085937, 0.05318041610717773, 0.05311590576171875, 0.05307392120361328, 0.05298688125610351, 0.05311491012573242, 0.05316912078857422, 0.05314252853393555, 0.05291622543334961, 0.05327769470214844, 0.05308108901977539, 0.052838401794433595, 0.05321932983398438, 0.05322854232788086, 0.05291622543334961, 0.05306880187988281, 0.0530513916015625, 0.11380941009521485, 0.05392281723022461, 0.05319782257080078, 0.0529172477722168, 0.05304217529296875, 0.05285171127319336, 0.05305855941772461, 0.053326847076416016, 0.052962303161621094, 0.05067366409301758, 0.05216255950927735, 0.05297868728637695, 0.052967422485351565, 0.05311283111572265, 0.05292748641967773, 0.0527534065246582, 0.05366067123413086, 0.05328076934814453, 0.05293875122070312, 0.05326028823852539, 0.054902782440185545, 0.05330124664306641, 0.05306060791015625, 0.054798336029052735, 0.05343436813354492, 0.05301248168945313, 0.0530247688293457, 0.053008384704589843, 0.053100543975830077, 0.053236736297607425, 0.053103614807128906, 0.05306470489501953, 0.05303705596923828, 0.05449833679199219, 0.05329097747802734, 0.05346406555175781, 0.05122662353515625, 0.05233356857299805, 0.0516577262878418, 0.05175910568237305, 0.05084979248046875, 0.052190208435058595, 0.05241241455078125, 0.05258137512207031, 0.05259366226196289, 0.05246364974975586, 0.05270115280151367, 0.051165184020996096, 0.050356224060058595, 0.050336769104003906, 0.05067366409301758, 0.05067264175415039, 0.05139148712158203, 0.05270220947265625, 0.05225267028808594, 0.052805633544921876, 0.052724735260009765, 0.052673534393310545, 0.052038688659667966, 0.05173859024047851, 0.05067059326171875, 0.05120102310180664, 0.05047500610351562, 0.11094732666015625, 0.05059993743896484, 0.05222707366943359, 0.051961856842041014, 0.05243699264526367, 0.05271244812011719, 0.05230387115478516, 0.05252096176147461, 0.05257625579833984, 0.05247488021850586, 0.05067161560058594, 0.05085388946533203, 0.05221683120727539, 0.05244313430786133, 0.052621311187744144, 0.05067468643188477, 0.050402305603027345, 0.050931713104248044, 0.050408447265625, 0.050628608703613284, 0.05142425537109375, 0.05258342361450195, 0.05256806564331055, 0.052615169525146485, 0.052689918518066405, 0.05127167892456055, 0.05078015899658203, 0.05067264175415039, 0.05039308929443359, 0.050895870208740236, 0.05064089584350586, 0.0510648307800293, 0.05180108642578125, 0.05264691162109375, 0.052613121032714844, 0.05245132827758789, 0.05082624053955078, 0.050563072204589846, 0.05251891326904297, 0.052380672454833986, 0.05247180938720703, 0.05298175811767578, 0.05081497573852539, 0.05067059326171875, 0.05272576141357422, 0.05244211196899414, 0.05257318496704102, 0.05089791870117188, 0.05063577651977539, 0.050754558563232424, 0.05065216064453125, 0.05063987350463867, 0.050726913452148435, 0.05062348937988281, 0.050700286865234374, 0.050685951232910156, 0.050715648651123046, 0.050762752532958984, 0.05066547012329101, 0.05073715209960938, 0.05108736038208008, 0.05073100662231445, 0.05063270568847656, 0.11117158508300781, 0.05055897521972656, 0.05045555114746094, 0.0507852783203125, 0.05078835296630859, 0.05041971206665039, 0.050520065307617185, 0.051056640625, 0.05073920059204102, 0.050677761077880856, 0.05052928161621094, 0.050726913452148435, 0.05092761611938477, 0.0508037109375, 0.050697216033935545, 0.05126348876953125, 0.05082521438598633, 0.05063679885864258, 0.05064089584350586, 0.05107814407348633, 0.05085081481933594, 0.05065420913696289, 0.05098188781738281, 0.05121843338012695, 0.0508671989440918, 0.05059174346923828, 0.05043916702270508, 0.050735103607177735, 0.05065318298339844, 0.05065932846069336, 0.050651134490966795, 0.050902015686035154, 0.05050265502929688, 0.05043711853027344, 0.05080678558349609, 0.05058969497680664, 0.05069823837280273, 0.05122457504272461, 0.050874366760253906, 0.05068902587890625, 0.05118566513061523, 0.05067264175415039, 0.05083750534057617, 0.052819969177246094, 0.05310464096069336, 0.05312102508544922, 0.05280051040649414, 0.053100543975830077, 0.05288140869140625, 0.0530513916015625, 0.052929534912109374, 0.05296025466918945, 0.05301248168945313, 0.05307494354248047, 0.053335041046142576, 0.05313843154907227, 0.05323468780517578, 0.05314355087280274, 0.05298995208740234, 0.05305241775512695, 0.0535470085144043, 0.0530247688293457, 0.05322956848144531, 0.11150131225585938, 0.05239091110229492, 0.05395455932617187, 0.05306675338745117, 0.052983806610107424, 0.05279334259033203, 0.05306777572631836, 0.05310464096069336, 0.05305142211914062, 0.05349577713012695, 0.05253017425537109, 0.052959232330322265, 0.05325823974609375, 0.05369651031494141, 0.05309030532836914, 0.05308313751220703, 0.05314048004150391, 0.05313433456420898, 0.052975616455078124, 0.05286502456665039, 0.053441535949707034, 0.05593600082397461, 0.05402316665649414, 0.054691841125488284, 0.054489086151123044, 0.05355417633056641, 0.05356748962402344, 0.053318656921386716, 0.053172222137451174, 0.05299507141113281, 0.052944896697998046, 0.05327462387084961, 0.053098495483398435, 0.05425971221923828, 0.053751808166503906, 0.053381118774414066, 0.05326131057739258, 0.05306675338745117, 0.053043201446533204, 0.05301248168945313, 0.053032958984375, 0.053318656921386716, 0.052954113006591794, 0.05296025466918945, 0.052831230163574217, 0.0528353271484375, 0.05345075225830078, 0.05315686416625977, 0.05309747314453125, 0.05294387054443359, 0.05311385726928711, 0.05368012619018555, 0.05302783966064453, 0.052789249420166016, 0.05306367874145508, 0.05369241714477539, 0.05337497711181641, 0.05304422378540039, 0.05323878479003906, 0.053119998931884765, 0.053236736297607425, 0.05083852767944336, 0.050754558563232424, 0.11110809326171875, 0.05090611267089844, 0.05059379196166992, 0.05061939239501953, 0.05055692672729492, 0.05063679885864258, 0.05045964813232422, 0.05061939239501953, 0.05209088134765625, 0.053203968048095705, 0.0510115852355957, 0.05065523147583008, 0.05082828903198242, 0.050618366241455076, 0.050678783416748044, 0.05061017608642578, 0.050359294891357424, 0.05069107055664063, 0.05045452880859375, 0.05055692672729492, 0.05055897521972656, 0.05115289688110351, 0.05058867263793945, 0.05075558471679688, 0.05075763320922851, 0.050561023712158204, 0.050651134490966795, 0.050667518615722655, 0.05059788894653321, 0.0521082878112793, 0.053513214111328124, 0.053580799102783204, 0.05332992172241211, 0.053354496002197264, 0.053275646209716795, 0.05306470489501953, 0.053085182189941404, 0.050902015686035154, 0.05086310577392578, 0.05082419204711914, 0.051558399200439455, 0.05321830368041992, 0.05328076934814453, 0.05346815872192383, 0.05288652801513672, 0.05321113586425781, 0.053128192901611325, 0.05309030532836914, 0.05333913421630859, 0.05410815811157227, 0.05075353622436524, 0.05102592086791992, 0.053070846557617186, 0.0530513916015625, 0.053441535949707034, 0.05319168090820312, 0.05306470489501953, 0.05308415985107422, 0.053098495483398435, 0.05348556900024414, 0.05324185562133789, 0.053324798583984374, 0.052944896697998046]",tokens/s,18.807320046598747,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-2.7b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,2226.044928,3223.846912,0.0,2577.399808,2343.72864,s,10,1.3780043029785154,0.13780043029785155,0.002954144022399996,0.13679195404052735,0.13815929412841796,0.142404239654541,0.14580019607543945,"[0.14664918518066405, 0.13678067016601564, 0.13680323791503907, 0.13672157287597655, 0.136947998046875, 0.13671836853027344, 0.13658950805664063, 0.13669107055664062, 0.13688671875, 0.13721597290039061]",tokens/s,1857.7590755461617,kWh,1.6196582506054976e-06,8.871600547449006e-07,7.910390650986307e-06,1.0417208956336706e-05,tokens/kWh,24574720.644753624,MB,2226.044928,3223.846912,0.0,2577.399808,2494.101504,s,10,75.42905371093751,7.54290537109375,0.003578231522086501,7.54153857421875,7.5482873046875,7.54910556640625,7.54976017578125,"[7.549923828125, 7.540388671875, 7.5399072265625, 7.5413740234375, 7.541703125, 7.54531298828125, 7.53880615234375, 7.54810546875, 7.5398388671875, 7.543693359375]",tokens/s,8.352219324059313,kWh,8.902785851326707e-05,4.8794079802455226e-05,0.00042057189657900576,0.000558393834894728,tokens/kWh,112823.59521730243,,s,629,76.537594871521,0.1216813908927202,0.016306764835151904,0.1196779556274414,0.11996938018798828,0.12015001373291015,0.25687992553710937,"[0.12243558502197266, 0.12198406219482422, 0.1202748794555664, 0.11993292999267578, 0.11958271789550781, 0.11959705352783204, 0.1197916488647461, 0.11953865814208985, 0.11961347198486329, 0.1195232925415039, 0.11982745361328125, 0.11975270080566407, 0.12002508544921875, 0.11995442962646484, 0.11974348449707031, 0.11937484741210938, 0.11947622680664062, 0.11945062255859375, 0.11957350158691406, 0.11948441314697265, 0.11951923370361328, 0.11949772644042969, 0.11970355224609375, 0.11951001739501953, 0.11944448089599609, 0.1194434585571289, 0.11948544311523437, 0.12012236785888672, 0.11961958312988281, 0.11952435302734375, 0.11974451446533203, 0.11973632049560547, 0.1195274887084961, 0.11995948791503906, 0.11986745452880859, 0.1198437728881836, 0.11973750305175782, 0.11965219116210937, 0.11985612487792968, 0.11984281921386719, 0.11977011108398437, 0.11971379089355469, 0.11975577545166016, 0.11996876525878906, 0.11965440368652344, 0.11956428527832032, 0.11983257293701172, 0.1198397445678711, 0.11990630340576172, 0.11961138916015625, 0.11971993255615235, 0.1196933135986328, 0.11979366302490234, 0.11973939514160156, 0.11985731506347656, 0.11985289764404297, 0.11978956604003907, 0.11977318572998047, 0.119804931640625, 0.11972505950927734, 0.119706787109375, 0.11969315338134766, 0.25697589111328123, 0.11954281616210938, 0.11959088134765625, 0.11949974060058594, 0.11946905517578126, 0.11951103973388671, 0.11963289642333984, 0.11973734283447265, 0.11959910583496093, 0.11993702697753907, 0.11989401245117187, 0.1195704345703125, 0.11959398651123047, 0.11972402954101563, 0.11968716430664063, 0.11974861145019532, 0.1196236801147461, 0.1196933135986328, 0.11981926727294921, 0.11972198486328126, 0.11954073333740234, 0.11956018829345703, 0.11960848236083985, 0.11991126251220703, 0.11973939514160156, 0.11941273498535156, 0.11954994964599609, 0.11952947235107422, 0.1196011505126953, 0.11956633758544923, 0.11973017883300781, 0.11973939514160156, 0.11955712127685547, 0.11958169555664062, 0.1195120620727539, 0.11992985534667969, 0.11950387573242187, 0.11956018829345703, 0.11960012817382812, 0.1196933135986328, 0.11961241912841797, 0.11959500885009766, 0.11962572479248047, 0.1194610595703125, 0.11968192291259766, 0.11963180541992187, 0.11995442962646484, 0.12001074981689454, 0.11973734283447265, 0.11965849304199219, 0.11963391876220703, 0.11955712127685547, 0.11957145690917968, 0.12035481262207032, 0.11987865447998047, 0.11990220642089844, 0.1196779556274414, 0.11981926727294921, 0.11983052825927734, 0.11979993438720703, 0.11978022766113282, 0.11971379089355469, 0.11973529815673828, 0.2569615478515625, 0.11962265777587891, 0.11945887756347656, 0.11952735900878907, 0.11956735992431641, 0.11954483032226562, 0.11950592041015624, 0.11963801574707031, 0.11948441314697265, 0.11962879943847657, 0.11948441314697265, 0.11958988952636719, 0.11959398651123047, 0.11963597106933593, 0.11946598052978516, 0.11961856079101563, 0.11945471954345703, 0.11960524749755859, 0.1196011505126953, 0.11949874877929688, 0.11951615905761719, 0.11966770935058593, 0.11958390045166016, 0.11982012939453125, 0.11960934448242187, 0.11959295654296875, 0.11952333068847656, 0.11957453155517578, 0.1195315170288086, 0.12002201843261719, 0.11963289642333984, 0.11965440368652344, 0.11950899505615234, 0.11959091186523438, 0.11956428527832032, 0.11975167846679688, 0.11958988952636719, 0.12048998260498046, 0.11995852661132812, 0.11977523040771484, 0.11981619262695313, 0.11982131195068359, 0.11965542602539063, 0.1196410903930664, 0.11966770935058593, 0.1197496337890625, 0.11959910583496093, 0.11996774291992188, 0.11957965087890625, 0.11979468536376953, 0.119731201171875, 0.1197281265258789, 0.11965644836425782, 0.11974041748046875, 0.11979571533203125, 0.11977625274658203, 0.11963801574707031, 0.11987967681884766, 0.11975167846679688, 0.11982848358154297, 0.11978854370117188, 0.11991756439208984, 0.119731201171875, 0.2568520202636719, 0.11961746978759766, 0.11949158477783203, 0.11981926727294921, 0.11971177673339843, 0.11952022552490234, 0.11941580963134765, 0.11964825439453125, 0.11987558746337891, 0.11973017883300781, 0.1194250259399414, 0.11950080108642579, 0.11963391876220703, 0.11954176330566406, 0.11967180633544922, 0.11975782775878906, 0.11961248016357422, 0.11956534576416016, 0.11937987518310547, 0.11959193420410157, 0.11963187408447265, 0.11961958312988281, 0.11964825439453125, 0.11959500885009766, 0.11952333068847656, 0.11959808349609374, 0.11952333068847656, 0.11958783721923828, 0.11972096252441407, 0.11955097961425781, 0.11956531524658204, 0.11965235137939453, 0.11972096252441407, 0.11954688262939453, 0.11960934448242187, 0.11963597106933593, 0.11959193420410157, 0.11971481323242188, 0.1196072998046875, 0.11975373077392579, 0.11974861145019532, 0.11961865234375, 0.11971266937255859, 0.11966464233398437, 0.11973836517333984, 0.11974553680419922, 0.11969862365722657, 0.11977196502685547, 0.12024934387207031, 0.12000563049316407, 0.11966566467285156, 0.1196605453491211, 0.11977216339111328, 0.11975679779052735, 0.11986227416992187, 0.11982643127441406, 0.1198571548461914, 0.12014694213867187, 0.11992678070068359, 0.11984384155273438, 0.12025651550292969, 0.12009779357910157, 0.11975679779052735, 0.25705062866210937, 0.11962982177734376, 0.11954278564453125, 0.11953663635253907, 0.1195345916748047, 0.11946598052978516, 0.11953663635253907, 0.11975577545166016, 0.11965440368652344, 0.1197127685546875, 0.119653564453125, 0.11961939239501954, 0.11951103973388671, 0.11966770935058593, 0.11949465942382813, 0.11963801574707031, 0.11967385864257812, 0.11965644836425782, 0.11948748779296875, 0.11954994964599609, 0.11944550323486328, 0.11948748779296875, 0.11996272277832032, 0.11999529266357421, 0.11957965087890625, 0.11946598052978516, 0.1194578857421875, 0.11962870025634766, 0.12002201843261719, 0.11967091369628906, 0.1194945297241211, 0.11955916595458985, 0.1196236801147461, 0.11963494110107421, 0.11965132904052735, 0.11980287933349609, 0.11959295654296875, 0.11959705352783204, 0.1197844467163086, 0.11995340728759765, 0.11970764923095703, 0.11975270080566407, 0.11975065612792969, 0.11997695922851563, 0.11973836517333984, 0.11966770935058593, 0.11959500885009766, 0.11975987243652343, 0.11966770935058593, 0.11982643127441406, 0.11968307495117188, 0.12001382446289062, 0.11971891021728516, 0.11970867156982422, 0.1197742691040039, 0.11998099517822265, 0.11995033264160156, 0.11995033264160156, 0.11979676818847657, 0.12009571075439453, 0.11999231719970703, 0.12001177978515624, 0.11979366302490234, 0.2568509521484375, 0.11964825439453125, 0.1196236801147461, 0.12004147338867187, 0.12006297302246094, 0.11980697631835938, 0.11959398651123047, 0.11978141021728515, 0.1201357421875, 0.11956521606445313, 0.11957759857177734, 0.11977625274658203, 0.12003020477294922, 0.11977523040771484, 0.11956633758544923, 0.11953561401367188, 0.11960832214355469, 0.11952947235107422, 0.11952127838134766, 0.11955097961425781, 0.11951001739501953, 0.11964211273193359, 0.11961151885986328, 0.11973824310302734, 0.1194148178100586, 0.11953046417236328, 0.11956531524658204, 0.11964825439453125, 0.11967385864257812, 0.11965337371826172, 0.11974451446533203, 0.11981005096435547, 0.11980697631835938, 0.11953561401367188, 0.11961958312988281, 0.1196943359375, 0.11955404663085938, 0.1196605453491211, 0.11997183990478516, 0.11972914886474609, 0.11972710418701171, 0.11960934448242187, 0.1207162857055664, 0.11983257293701172, 0.1196779556274414, 0.11968204498291016, 0.11981209564208985, 0.12029952239990234, 0.11990630340576172, 0.1197127685546875, 0.12024934387207031, 0.11978137969970704, 0.11980902099609375, 0.11992985534667969, 0.11994931030273437, 0.11994828796386718, 0.11976191711425781, 0.11965235137939453, 0.11980390167236328, 0.11984178924560547, 0.11977420806884766, 0.11973939514160156, 0.11982950592041015, 0.25700762939453126, 0.119731201171875, 0.11953254699707032, 0.11950080108642579, 0.11951513671875, 0.11959603118896485, 0.11956428527832032, 0.11967385864257812, 0.11950899505615234, 0.11959193420410157, 0.11941375732421874, 0.11931852722167968, 0.11943628692626954, 0.11955302429199219, 0.11951513671875, 0.11969747161865234, 0.11956524658203126, 0.11964313507080078, 0.11957657623291015, 0.119552001953125, 0.11945062255859375, 0.11952845001220704, 0.11949568176269532, 0.12015206146240234, 0.11990531158447265, 0.11965641784667969, 0.11957453155517578, 0.119552001953125, 0.119657470703125, 0.11963494110107421, 0.11960320281982421, 0.1200732192993164, 0.11997491455078126, 0.11971481323242188, 0.11958175659179687, 0.11963999938964844, 0.11950284576416016, 0.11968102264404297, 0.11954994964599609, 0.11981311798095703, 0.11970883178710938, 0.11967472076416015, 0.11961344146728516, 0.11962163543701172, 0.11959500885009766, 0.11970767974853516, 0.11962057495117187, 0.11979058837890624, 0.1195335693359375, 0.11980697631835938, 0.11969741058349609, 0.1196779556274414, 0.11966668701171874, 0.11977113342285156, 0.11970457458496093, 0.11981311798095703, 0.11968409729003907, 0.11982540893554687, 0.11970047760009765, 0.11970764923095703, 0.11965849304199219, 0.11974143981933594, 0.12015625762939453, 0.25689077758789064, 0.11971174621582031, 0.12011110687255859, 0.11965337371826172, 0.11960934448242187, 0.11952230072021484, 0.11948953247070312, 0.11963910675048828, 0.1196451187133789, 0.11983564758300781, 0.11957350158691406, 0.11974143981933594, 0.11959091186523438, 0.11995442962646484, 0.11971481323242188, 0.11965440368652344, 0.11967078399658203, 0.11982745361328125, 0.1195868148803711, 0.11968819427490235, 0.11958067321777344, 0.12000153350830078, 0.11986956787109375, 0.11977817535400391, 0.1196759033203125, 0.11962982177734376, 0.11967078399658203, 0.1197649917602539, 0.11970572662353515, 0.11970547485351563, 0.11975885009765624, 0.11980595397949219, 0.11981517028808594, 0.11959510040283203, 0.11971062469482421, 0.11982441711425781, 0.11973945617675781, 0.11979151916503906, 0.11987763214111329, 0.11981107330322266, 0.12021453094482422, 0.12040191650390625, 0.12037836456298828, 0.11989619445800781, 0.11979872131347656, 0.11968505859375, 0.12007833862304687, 0.11982131195068359, 0.11965337371826172, 0.1199134750366211, 0.11976908874511719, 0.12025241851806641, 0.12005990600585938, 0.11984486389160157, 0.11980287933349609, 0.1199626235961914, 0.1200711669921875, 0.11984998321533204, 0.11984281921386719, 0.12005894470214844, 0.1198806381225586, 0.11973836517333984, 0.1196789779663086, 0.2569902038574219, 0.11956326293945313, 0.11947843170166016, 0.11940547180175781, 0.11943212890625, 0.11950291442871094, 0.1194505615234375, 0.1197496337890625, 0.1195345916748047, 0.11949772644042969, 0.11930521392822266, 0.11953049468994141, 0.11946495819091797, 0.11952742767333985, 0.11947929382324218, 0.11962163543701172, 0.1194803237915039, 0.12028313446044922, 0.11962582397460937, 0.11954370880126954, 0.1195182113647461, 0.11965440368652344, 0.12020531463623046, 0.1198018569946289, 0.11952025604248047, 0.11940863800048829, 0.11956121826171875, 0.1195489273071289, 0.11963187408447265, 0.1196390380859375, 0.11960524749755859, 0.11962470245361329, 0.11982540893554687, 0.11972505950927734, 0.11967385864257812, 0.11979468536376953, 0.11980083465576172, 0.11965644836425782, 0.11961036682128906, 0.11974143981933594, 0.11945471954345703, 0.11963085174560546, 0.1195868148803711, 0.11959193420410157, 0.11968921661376954, 0.11990322875976563, 0.11964313507080078, 0.11984588623046875, 0.11960524749755859, 0.11965849304199219, 0.11964313507080078, 0.11970047760009765, 0.11974041748046875, 0.11978137969970704, 0.11984384155273438, 0.12004249572753906, 0.1198182373046875, 0.11983462524414062, 0.1197496337890625, 0.11978854370117188, 0.11968409729003907, 0.11992678070068359, 0.12050841522216797, 0.2575320129394531, 0.11957647705078125, 0.11968102264404297, 0.11949874877929688, 0.11952333068847656, 0.11952848052978515, 0.12019913482666016, 0.11978771209716797, 0.11952210998535157, 0.11957555389404297, 0.11955404663085938, 0.11957965087890625, 0.11955302429199219, 0.1196390380859375, 0.11950185394287109, 0.11968611145019531, 0.11968819427490235, 0.11964723205566406, 0.11959500885009766, 0.11963801574707031, 0.11949772644042969, 0.11945471954345703, 0.11951001739501953, 0.11986943817138672, 0.11968105316162109, 0.11956425476074219, 0.12022067260742188, 0.11964825439453125, 0.11962060546875, 0.11963597106933593, 0.11976601409912109, 0.11980595397949219, 0.11960012817382812, 0.11968921661376954, 0.11963606262207031, 0.11974543762207031, 0.11969638061523437, 0.12024422454833984, 0.11986637115478516, 0.11977523040771484, 0.11973426818847656, 0.12020633697509765, 0.11987455749511719, 0.11966476440429688, 0.11965939331054687, 0.1195868148803711, 0.11967692565917969, 0.11993599700927735, 0.11963699340820312, 0.11963494110107421, 0.11956121826171875, 0.1196267547607422, 0.11984588623046875, 0.11990835571289063, 0.12002201843261719, 0.11987055969238282, 0.11986115264892579, 0.11975065612792969, 0.11983769226074219, 0.1199462432861328, 0.12000358581542969, 0.11977728271484375, 0.11980902099609375]",tokens/s,8.218183509109005,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-0.5B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1461.59616,1686.634496,0.0,1040.187392,943.920128,s,10,0.517407745361328,0.051740774536132815,0.0023733397953787077,0.0518943042755127,0.0530789852142334,0.0554324197769165,0.05731516742706299,"[0.05778585433959961, 0.04910028839111328, 0.052486560821533204, 0.052555999755859374, 0.04977151870727539, 0.05226873779296875, 0.04993257522583008, 0.05200566482543945, 0.04971760177612305, 0.051782943725585937]",tokens/s,4947.741936511294,kWh,6.007560938008412e-07,3.291881224729619e-07,1.633192225898238e-06,2.5631364421720408e-06,tokens/kWh,99877632.64879559,MB,1461.59616,1686.634496,0.0,1040.187392,943.922688,s,10,31.192993164062504,3.1192993164062504,0.0376218476155081,3.123771118164062,3.1608125976562502,3.172414599609375,3.181696201171875,"[3.1416103515625, 3.086409423828125, 3.145068359375, 3.158234375, 3.08735693359375, 3.1840166015625, 3.139876953125, 3.06724951171875, 3.107665283203125, 3.07550537109375]",tokens/s,20.196843460531515,kWh,3.7154043331801116e-05,2.03621746295132e-05,8.918432487249779e-05,0.00014670054283381212,tokens/kWh,429446.263681306,,s,629,31.600277530670194,0.05023891499311633,0.006289157188697004,0.04942335891723633,0.05105194320678711,0.051313254547119144,0.09828942169189454,"[0.052988929748535155, 0.05114879989624024, 0.04992835235595703, 0.050777950286865235, 0.05119692611694336, 0.052964351654052735, 0.05345792007446289, 0.05249331283569336, 0.05195468902587891, 0.0531517448425293, 0.051530750274658206, 0.0512911376953125, 0.050539520263671874, 0.05132799911499023, 0.050769920349121096, 0.05097983932495117, 0.05038694381713867, 0.051023872375488284, 0.05078015899658203, 0.05100339126586914, 0.051243038177490235, 0.05078422546386719, 0.05055487823486328, 0.050945022583007815, 0.05067468643188477, 0.05053440093994141, 0.05092454528808594, 0.05076172637939453, 0.05063782501220703, 0.050956287384033204, 0.05086515045166016, 0.05029478454589844, 0.05059686279296875, 0.048402431488037106, 0.04795084762573242, 0.047951873779296876, 0.048173057556152345, 0.04822118377685547, 0.04783206558227539, 0.04840140914916992, 0.04828876876831055, 0.04827340698242188, 0.048546817779541014, 0.04828057479858398, 0.048287742614746096, 0.04830822372436523, 0.04826726531982422, 0.048348159790039064, 0.04848332977294922, 0.04801945495605469, 0.048433151245117184, 0.04799078369140625, 0.048517120361328124, 0.047905792236328126, 0.04834611129760742, 0.04823654556274414, 0.048341022491455075, 0.04849251174926758, 0.04840038299560547, 0.04844236755371094, 0.04801228713989258, 0.04833894348144531, 0.09785855865478515, 0.04825907135009765, 0.04839219284057617, 0.04803276824951172, 0.0484771842956543, 0.04803276824951172, 0.048010238647460936, 0.04853247833251953, 0.04865433502197265, 0.04818636703491211, 0.048366592407226565, 0.04789145660400391, 0.04788838577270508, 0.048132129669189457, 0.0484986572265625, 0.048456703186035156, 0.048572479248046876, 0.0482303352355957, 0.04851609420776367, 0.04847411346435547, 0.048345088958740234, 0.048661502838134765, 0.04809523010253906, 0.04764364624023437, 0.04820889663696289, 0.04833587265014649, 0.048064510345458986, 0.04822016143798828, 0.04842803192138672, 0.05031321716308594, 0.05071462249755859, 0.051076095581054685, 0.050762752532958984, 0.050885631561279294, 0.05044841766357422, 0.05028041458129883, 0.050729984283447264, 0.050784255981445314, 0.05052928161621094, 0.04930559921264648, 0.04790476989746094, 0.04801331329345703, 0.04816896057128906, 0.05021388626098633, 0.05196492767333984, 0.05096550369262695, 0.05105363082885742, 0.05086099243164063, 0.04846899032592773, 0.047982593536376954, 0.04870963287353516, 0.04847001647949219, 0.04819462585449219, 0.04894611358642578, 0.04873830413818359, 0.04810137557983398, 0.04808396911621094, 0.04763750457763672, 0.04784537506103516, 0.048299007415771485, 0.04992512130737305, 0.050904064178466796, 0.05078323364257813, 0.10598707580566406, 0.05146623992919922, 0.05072793579101562, 0.05055590438842773, 0.051351551055908204, 0.050813953399658204, 0.05066649627685547, 0.05074943923950195, 0.050786304473876956, 0.05066342544555664, 0.05109964752197266, 0.05035212707519531, 0.050738174438476565, 0.05024256134033203, 0.05111097717285156, 0.05054355239868164, 0.05070848083496094, 0.05038694381713867, 0.05087443161010742, 0.05096646499633789, 0.05092454528808594, 0.050605182647705076, 0.05104012680053711, 0.050857982635498046, 0.05071462249755859, 0.050933761596679686, 0.05096550369262695, 0.05055590438842773, 0.051369983673095705, 0.05090822219848633, 0.050907135009765625, 0.051251136779785156, 0.05086003112792969, 0.04795596694946289, 0.04810342407226562, 0.04853760147094727, 0.048228351593017575, 0.04811062240600586, 0.04841366577148438, 0.047949825286865234, 0.04819148635864258, 0.04825395202636719, 0.04800614547729492, 0.04816896057128906, 0.048307201385498044, 0.04786687850952148, 0.04822937774658203, 0.04790988922119141, 0.048530433654785154, 0.048290817260742185, 0.04849049758911133, 0.04850688171386719, 0.04801536178588867, 0.04781363296508789, 0.048280609130859374, 0.04839535903930664, 0.050944896697998045, 0.051272705078125, 0.050961406707763675, 0.05061324691772461, 0.05077811050415039, 0.0508037109375, 0.050983009338378904, 0.10357443237304688, 0.05032550430297852, 0.05028966522216797, 0.05055385589599609, 0.05083855819702148, 0.05086307144165039, 0.050405376434326174, 0.05069619369506836, 0.05091430282592774, 0.05065727996826172, 0.05061734390258789, 0.05100339126586914, 0.05105152130126953, 0.05062963104248047, 0.05091020965576172, 0.050477054595947264, 0.051198974609375, 0.050738174438476565, 0.05093478393554687, 0.050514942169189454, 0.05168844985961914, 0.05096038436889649, 0.050678783416748044, 0.05076684951782227, 0.050705406188964845, 0.050710655212402346, 0.050380672454833984, 0.050732032775878906, 0.05084979248046875, 0.05083443069458008, 0.05070745468139649, 0.05087027359008789, 0.05054169464111328, 0.050715518951416017, 0.05068288040161133, 0.050569217681884764, 0.05101875305175781, 0.05072895812988281, 0.0507064323425293, 0.05061939239501953, 0.050552833557128904, 0.05091430282592774, 0.05058560180664062, 0.050597984313964846, 0.05036124801635742, 0.05087027359008789, 0.05082112121582031, 0.050226303100585935, 0.04800191879272461, 0.048053249359130856, 0.0484505615234375, 0.04836761474609375, 0.04774604797363281, 0.04840857696533203, 0.048465919494628903, 0.04781363296508789, 0.04814745712280273, 0.048336894989013675, 0.04847206497192383, 0.04820991897583008, 0.04828160095214844, 0.04845568084716797, 0.0480184326171875, 0.09821491241455078, 0.04858879852294922, 0.04788636779785156, 0.04781372833251953, 0.04802649688720703, 0.04837171173095703, 0.0481607666015625, 0.04820787048339844, 0.04847206497192383, 0.048464897155761716, 0.048339969635009764, 0.04801536178588867, 0.04775219345092773, 0.04809011077880859, 0.04820889663696289, 0.04800511932373047, 0.048173057556152345, 0.04860313415527344, 0.04834611129760742, 0.04823654556274414, 0.04812083053588867, 0.04819558334350586, 0.04801126480102539, 0.04813107299804688, 0.04829183959960937, 0.0483298225402832, 0.048108448028564454, 0.048080894470214845, 0.047799297332763675, 0.04771430587768555, 0.04825600051879883, 0.048492542266845705, 0.04839731216430664, 0.0483870735168457, 0.04803276824951172, 0.04839321517944336, 0.048285694122314454, 0.04784128189086914, 0.048162815093994144, 0.04782284927368164, 0.04802150344848633, 0.050196510314941406, 0.05037372970581055, 0.05064588928222656, 0.05075558471679688, 0.05045772933959961, 0.051222400665283205, 0.05061734390258789, 0.050956287384033204, 0.050356224060058595, 0.05144985580444336, 0.04864102554321289, 0.05068492889404297, 0.05266534423828125, 0.04855411148071289, 0.04889484786987305, 0.050318336486816405, 0.05108531188964844, 0.05098291015625, 0.05104345703125, 0.051187583923339844, 0.05059891128540039, 0.05062656021118164, 0.10326937866210938, 0.05077811050415039, 0.05077811050415039, 0.048541728973388674, 0.04960559844970703, 0.050462718963623046, 0.05031628799438476, 0.05127475357055664, 0.05121843338012695, 0.0534835205078125, 0.05162496185302735, 0.04863488006591797, 0.04840662384033203, 0.04806134414672852, 0.050090049743652346, 0.05067769622802734, 0.050770942687988284, 0.05077196884155273, 0.050918399810791014, 0.050852863311767575, 0.050536449432373044, 0.05063270568847656, 0.05070745468139649, 0.05062246322631836, 0.05077196884155273, 0.05069116973876953, 0.05058550262451172, 0.05113651275634765, 0.05085388946533203, 0.05063372802734375, 0.0507955207824707, 0.0512542724609375, 0.05083955383300781, 0.050549758911132815, 0.05126972961425781, 0.051093406677246093, 0.05101567840576172, 0.05136588668823242, 0.05058969497680664, 0.05024051284790039, 0.050988033294677736, 0.050902015686035154, 0.050097152709960936, 0.05055897521972656, 0.05146726226806641, 0.05104537582397461, 0.05116825485229492, 0.05101676940917969, 0.05059884643554687, 0.05104742431640625, 0.05080883026123047, 0.050716670989990234, 0.05085696029663086, 0.0509194221496582, 0.05104127883911133, 0.051081214904785156, 0.050988033294677736, 0.050680831909179686, 0.05062041473388672, 0.04833484649658203, 0.048456703186035156, 0.04798873519897461, 0.04822630310058594, 0.09831839752197266, 0.05139449691772461, 0.051062782287597655, 0.05118873596191406, 0.05087334442138672, 0.05031219100952149, 0.05058777618408203, 0.0506110725402832, 0.048405502319335936, 0.04826214218139648, 0.04787814331054688, 0.048211967468261716, 0.04879564666748047, 0.0508037109375, 0.05084569549560547, 0.05096857452392578, 0.050928638458251956, 0.050702335357666016, 0.05082828903198242, 0.051046398162841795, 0.05123481750488281, 0.0506695671081543, 0.0511907844543457, 0.05081190490722656, 0.05048934555053711, 0.05076889419555664, 0.050904064178466796, 0.05037158584594727, 0.05251071929931641, 0.05138652801513672, 0.048234336853027346, 0.04801638412475586, 0.047879169464111325, 0.04864614486694336, 0.04824883270263672, 0.048140289306640625, 0.048290817260742185, 0.04822220611572266, 0.04833792114257812, 0.04851308822631836, 0.04846688079833984, 0.04845772933959961, 0.04839731216430664, 0.04816793441772461, 0.04823654556274414, 0.048366592407226565, 0.04845363235473633, 0.04820278549194336, 0.048290782928466794, 0.049530879974365234, 0.051138561248779295, 0.05062656021118164, 0.050724864959716794, 0.05108428955078125, 0.050407424926757816, 0.05069209671020508, 0.05091328048706055, 0.050713600158691405, 0.050310142517089845, 0.0509194221496582, 0.05106073760986328, 0.05073100662231445, 0.05100953674316406, 0.10314546966552735, 0.05088460922241211, 0.05078220748901367, 0.05061734390258789, 0.05098393630981445, 0.05076070404052734, 0.04825804901123047, 0.048033889770507814, 0.04818627166748047, 0.04821913528442383, 0.048418815612792966, 0.04832460784912109, 0.04825497436523438, 0.04837993621826172, 0.048186336517333984, 0.04755251312255859, 0.048228351593017575, 0.04815359878540039, 0.04834406280517578, 0.04885504150390625, 0.04928921508789062, 0.050374656677246096, 0.04863388824462891, 0.04822832107543945, 0.04848230361938476, 0.04782694244384766, 0.048140289306640625, 0.048231422424316404, 0.04803583908081055, 0.048366592407226565, 0.04873011016845703, 0.048613441467285155, 0.048139198303222656, 0.048527359008789066, 0.048233470916748046, 0.048415744781494144, 0.04852428817749024, 0.04855807876586914, 0.04811673736572265, 0.048194561004638675, 0.04800307083129883, 0.0480819206237793, 0.04854374313354492, 0.04855910491943359, 0.04827545547485351, 0.0481525764465332, 0.049068031311035154, 0.04993843078613281, 0.05016883087158203, 0.04801433563232422, 0.0480634880065918, 0.04769177627563476, 0.048070655822753904, 0.048339969635009764, 0.04827545547485351, 0.048143360137939455, 0.048016414642333985, 0.04774908828735352, 0.04820377731323242, 0.04832665634155273, 0.049288192749023435, 0.04988415908813477, 0.05016287994384765, 0.09855264282226563, 0.04806860733032227, 0.04823756790161133, 0.048584705352783204, 0.048492542266845705, 0.048379905700683595, 0.04824883270263672, 0.04796732711791992, 0.04818627166748047, 0.04792627334594726, 0.04822118377685547, 0.048489471435546876, 0.04840140914916992, 0.04837174224853515, 0.04814742279052735, 0.04861337661743164, 0.04827852630615234, 0.04806758499145508, 0.0484136962890625, 0.051264511108398435, 0.05091231918334961, 0.05009503936767578, 0.04819558334350586, 0.05004492950439453, 0.05043404769897461, 0.05051084899902344, 0.05010227203369141, 0.050114559173583983, 0.05083340835571289, 0.0503675537109375, 0.050152385711669925, 0.05051903915405274, 0.050067455291748046, 0.04999884796142578, 0.049484798431396484, 0.049040382385253906, 0.048541694641113284, 0.05007155227661133, 0.05027840042114258, 0.050249729156494144, 0.049560577392578124, 0.04826931381225586, 0.04805222320556641, 0.05044224166870117, 0.05012070465087891, 0.04996300888061524, 0.05005414581298828, 0.05028147125244141, 0.049279998779296875, 0.04942335891723633, 0.048315391540527344, 0.04922982406616211, 0.050108417510986325, 0.04804608154296875, 0.04953702545166016, 0.049477695465087894, 0.04818220901489258, 0.04956979370117188, 0.05019750213623047, 0.049980415344238284, 0.050012161254882816, 0.05048524856567383, 0.04995276641845703, 0.10220236968994141, 0.04997836685180664, 0.050249729156494144, 0.048350208282470705, 0.048492542266845705, 0.04991078567504883, 0.050184192657470705, 0.048807937622070315, 0.05023955154418945, 0.0484760971069336, 0.04964761734008789, 0.05010943984985351, 0.051676158905029294, 0.05033574295043945, 0.04826726531982422, 0.048405502319335936, 0.04839321517944336, 0.04809830474853516, 0.04822220611572266, 0.04798054504394531, 0.047908863067626956, 0.04809011077880859, 0.04830003356933594, 0.04840857696533203, 0.04812595367431641, 0.04832255935668945, 0.04854988861083984, 0.04810550308227539, 0.04815971374511719, 0.04835737609863281, 0.04859494400024414, 0.048299007415771485, 0.04783411026000976, 0.04812902450561524, 0.04865024185180664, 0.048484352111816405, 0.048118785858154295, 0.048405502319335936, 0.048350208282470705, 0.04845363235473633, 0.051149822235107424, 0.05093580627441406, 0.049890304565429686, 0.048607231140136715, 0.04840041732788086, 0.048524383544921876, 0.05010009765625, 0.04979404830932617, 0.04885913467407227, 0.04873836898803711, 0.048081855773925784, 0.04803379058837891, 0.048317440032958986, 0.04835532760620117, 0.048833534240722655, 0.04839219284057617, 0.048418815612792966, 0.04850483322143555, 0.0487823371887207, 0.0484136962890625, 0.04825088119506836, 0.04811264038085938, 0.04816384124755859]",tokens/s,19.90488847414437,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-1.8B,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1852.063744,3368.5504,0.0,2722.103296,2585.357312,s,10,0.7361118698120117,0.07361118698120116,0.0003642046363895853,0.07361937713623047,0.07414464721679688,0.07420198898315429,0.07424786239624023,"[0.07425933074951171, 0.07323929595947265, 0.07386649322509765, 0.07366835021972656, 0.07318646240234375, 0.07325574493408203, 0.07413190460205078, 0.07326553344726562, 0.07365193939208985, 0.0735868148803711]",tokens/s,3477.732264599637,kWh,8.660967405115021e-07,4.745775110883439e-07,4.11042299636542e-06,5.451097247965265e-06,tokens/kWh,46963022.00360804,MB,1852.452864,3368.5504,0.0,2722.103296,2628.769792,s,10,38.912985107421875,3.8912985107421876,0.002125353517438014,3.89062548828125,3.8938447753906247,3.895329248046875,3.896516826171875,"[3.896813720703125, 3.89010009765625, 3.890788330078125, 3.890443603515625, 3.88959716796875, 3.890462646484375, 3.890949951171875, 3.890897216796875, 3.893514892578125, 3.88941748046875]",tokens/s,16.189968419560802,kWh,4.5877188203519475e-05,2.5143288266442475e-05,0.00021536239147063786,0.00028638286794059977,tokens/kWh,219985.22625685547,,s,629,39.51227389144898,0.06281760555079327,0.008801190571361054,0.061709312438964846,0.06187274169921875,0.06235340805053711,0.13552583007812502,"[0.06250291061401367, 0.0624824333190918, 0.06248860931396484, 0.06241788864135742, 0.06238412857055664, 0.062355457305908205, 0.06268928146362304, 0.06286848068237305, 0.061916160583496097, 0.061690879821777345, 0.06164377593994141, 0.06167552185058594, 0.06169702529907226, 0.061725696563720706, 0.06180147171020508, 0.06190796661376953, 0.06164275360107422, 0.06171340942382812, 0.06235033416748047, 0.06176665496826172, 0.06160793685913086, 0.06171750259399414, 0.061628414154052735, 0.06169497680664063, 0.06164275360107422, 0.061661182403564455, 0.06167244720458984, 0.0616806411743164, 0.061723648071289064, 0.061810817718505856, 0.06176448059082031, 0.06172876739501953, 0.06162124633789062, 0.06174105453491211, 0.06160793685913086, 0.06174924850463867, 0.06167859268188477, 0.0617625617980957, 0.06171340942382812, 0.062069759368896485, 0.06172172927856445, 0.06168972778320313, 0.06166220855712891, 0.06177689743041992, 0.06163558578491211, 0.06175948715209961, 0.061769729614257814, 0.06181683349609375, 0.06176665496826172, 0.061758464813232425, 0.06166425704956055, 0.061740032196044924, 0.061720577239990235, 0.06168371200561523, 0.06170640182495117, 0.06162825775146484, 0.061742080688476565, 0.06170009613037109, 0.06172774505615235, 0.061704193115234375, 0.061769729614257814, 0.06176870346069336, 0.13554074096679689, 0.06162432098388672, 0.06162432098388672, 0.06162134552001953, 0.06155356979370117, 0.06167654418945313, 0.06153932952880859, 0.06170521545410156, 0.06169804763793945, 0.06160486221313476, 0.06173798370361328, 0.061633537292480466, 0.06171964645385742, 0.06159964752197265, 0.061695999145507815, 0.061778942108154294, 0.06163148880004883, 0.061780990600585936, 0.061868030548095705, 0.06245068740844727, 0.06177689743041992, 0.06273433685302734, 0.06171750259399414, 0.061677566528320314, 0.06168678283691406, 0.061638656616210936, 0.061682689666748045, 0.06182297515869141, 0.061917182922363284, 0.06169702529907226, 0.06170624160766602, 0.06173286437988281, 0.061692928314208986, 0.061625343322753906, 0.06172774505615235, 0.06163455963134765, 0.061687808990478515, 0.061682815551757815, 0.06168051147460937, 0.061712383270263675, 0.06174822235107422, 0.061663230895996096, 0.06169001770019531, 0.061602657318115234, 0.06268313598632813, 0.06171955108642578, 0.061693984985351565, 0.061719520568847656, 0.06171955108642578, 0.061679615020751956, 0.06182809448242187, 0.06170521545410156, 0.061693950653076174, 0.06171340942382812, 0.06160179138183594, 0.06178508758544922, 0.06174822235107422, 0.061707393646240234, 0.061671295166015626, 0.06169721603393555, 0.06164358520507812, 0.06166527938842774, 0.061709312438964846, 0.13617971801757814, 0.06163046264648438, 0.06165401458740234, 0.06161407852172852, 0.06157516860961914, 0.061656063079833984, 0.06166016006469727, 0.061707263946533204, 0.061707263946533204, 0.06162944030761719, 0.06173388671875, 0.06161932754516602, 0.06166515350341797, 0.061652992248535154, 0.06172979354858398, 0.06173798370361328, 0.06173183822631836, 0.06171340942382812, 0.06171750259399414, 0.061639678955078124, 0.06162432098388672, 0.06173183822631836, 0.06170828628540039, 0.06276300811767578, 0.061687808990478515, 0.061636608123779295, 0.06173183822631836, 0.06161612701416016, 0.0616806411743164, 0.06161203384399414, 0.06170009613037109, 0.06170316696166992, 0.06180966567993164, 0.061895679473876954, 0.06174105453491211, 0.061710334777832034, 0.06173081588745117, 0.06171660614013672, 0.061677440643310544, 0.061674495697021485, 0.0617441291809082, 0.061692928314208986, 0.0617625617980957, 0.06161612701416016, 0.06178611373901367, 0.06169926452636719, 0.061711166381835936, 0.0628408317565918, 0.06211075210571289, 0.062286815643310546, 0.06192435073852539, 0.061740032196044924, 0.0617534065246582, 0.06165497589111328, 0.061690879821777345, 0.06172671890258789, 0.06164889526367188, 0.06174310302734375, 0.06171340942382812, 0.061661182403564455, 0.061671424865722656, 0.061740032196044924, 0.06165708923339844, 0.1359667205810547, 0.06163763046264648, 0.06169497680664063, 0.061628414154052735, 0.061633537292480466, 0.061764606475830076, 0.06156185531616211, 0.061704193115234375, 0.0617891845703125, 0.06193459320068359, 0.06180044937133789, 0.061663230895996096, 0.0622295036315918, 0.06165913772583008, 0.06168166351318359, 0.061690879821777345, 0.06174924850463867, 0.06168371200561523, 0.061770751953125, 0.0616519660949707, 0.06170111846923828, 0.06165913772583008, 0.061707263946533204, 0.0617441291809082, 0.06170009613037109, 0.06163148880004883, 0.06163558578491211, 0.061644798278808595, 0.06166425704956055, 0.06169190216064453, 0.061710334777832034, 0.06169497680664063, 0.061644798278808595, 0.06169497680664063, 0.061671520233154295, 0.06164572906494141, 0.06277836990356446, 0.06170009613037109, 0.06170009613037109, 0.06167859268188477, 0.06167660903930664, 0.06171231842041015, 0.06174924850463867, 0.06165094375610351, 0.06181478500366211, 0.061690879821777345, 0.06172671890258789, 0.06169190216064453, 0.06179020690917969, 0.06173388671875, 0.06178508758544922, 0.061685760498046874, 0.061876224517822265, 0.062241790771484375, 0.06170828628540039, 0.06173081588745117, 0.06157823944091797, 0.061774848937988285, 0.06169497680664063, 0.06177382278442383, 0.06168678283691406, 0.06180556869506836, 0.06197145462036133, 0.13539430236816405, 0.06167552185058594, 0.061671424865722656, 0.06164070510864258, 0.061591552734375, 0.06165401458740234, 0.06159667205810547, 0.06172876739501953, 0.06168678283691406, 0.06160281753540039, 0.061707263946533204, 0.06159667205810547, 0.0617154541015625, 0.06167244720458984, 0.061693950653076174, 0.0616519660949707, 0.06165094375610351, 0.06250291061401367, 0.06174720001220703, 0.06172159957885742, 0.06170009613037109, 0.061649921417236325, 0.061625343322753906, 0.06166732788085937, 0.06170111846923828, 0.061608959197998046, 0.06172774505615235, 0.06161305618286133, 0.06164889526367188, 0.061679615020751956, 0.06164070510864258, 0.06172265625, 0.061671390533447265, 0.061677566528320314, 0.061658111572265625, 0.061710334777832034, 0.06173183822631836, 0.061690879821777345, 0.061764606475830076, 0.06166835021972656, 0.06195308685302734, 0.06167443084716797, 0.06182809448242187, 0.06171244812011719, 0.061844417572021484, 0.06171750259399414, 0.06164582443237305, 0.06171340942382812, 0.06173593521118164, 0.06290636825561523, 0.06180249786376953, 0.06168678283691406, 0.061709312438964846, 0.06173183822631836, 0.061699073791503904, 0.061742080688476565, 0.061656063079833984, 0.061811710357666014, 0.061736961364746094, 0.061709312438964846, 0.061710334777832034, 0.061693950653076174, 0.06191308975219727, 0.13563392639160157, 0.0618526725769043, 0.061897727966308595, 0.06170316696166992, 0.06156803131103516, 0.061701087951660155, 0.06166128158569336, 0.06172867202758789, 0.0617154541015625, 0.061690879821777345, 0.06177996826171875, 0.06166527938842774, 0.06173183822631836, 0.061636608123779295, 0.0617523193359375, 0.06169702529907226, 0.0616673583984375, 0.061728736877441404, 0.061797374725341796, 0.06189875030517578, 0.0617441291809082, 0.06164275360107422, 0.061674495697021485, 0.06159360122680664, 0.06164796829223633, 0.06164368057250977, 0.061792255401611325, 0.06162739181518555, 0.061645023345947264, 0.06166812896728516, 0.06170115280151367, 0.06169699096679687, 0.061623294830322264, 0.06330368041992188, 0.06182092666625977, 0.06176051330566406, 0.06183628845214844, 0.06172774505615235, 0.06193971252441406, 0.061797374725341796, 0.0616888313293457, 0.06170329666137695, 0.06172966384887695, 0.06168166351318359, 0.06176371383666992, 0.061695873260498045, 0.061770751953125, 0.061723648071289064, 0.06177689743041992, 0.06173491287231445, 0.06175641632080078, 0.06165708923339844, 0.06165401458740234, 0.06177382278442383, 0.06164684677124024, 0.06175641632080078, 0.06164377593994141, 0.06168166351318359, 0.06175027084350586, 0.061699073791503904, 0.06170009613037109, 0.061710334777832034, 0.06166527938842774, 0.13643980407714842, 0.061716545104980466, 0.061607872009277344, 0.06166732788085937, 0.0616099853515625, 0.06168371200561523, 0.06158540725708008, 0.06174105453491211, 0.061677566528320314, 0.061644798278808595, 0.061795326232910154, 0.06170624160766602, 0.06171648025512695, 0.06165919876098633, 0.06173894500732422, 0.061732929229736326, 0.06168876647949219, 0.06168377685546875, 0.0616693115234375, 0.06164275360107422, 0.06164377593994141, 0.06178201675415039, 0.06199398422241211, 0.06298828887939453, 0.06168985748291016, 0.06167871856689453, 0.061652862548828125, 0.06170316696166992, 0.061723648071289064, 0.06167244720458984, 0.06170934295654297, 0.061823966979980466, 0.06195199966430664, 0.061687808990478515, 0.06180352020263672, 0.061764606475830076, 0.061685760498046874, 0.061674495697021485, 0.061693950653076174, 0.06170624160766602, 0.06166835021972656, 0.06171443176269531, 0.06177382278442383, 0.06163148880004883, 0.061774848937988285, 0.0616734733581543, 0.06170624160766602, 0.061707263946533204, 0.06180044937133789, 0.06171340942382812, 0.06172671890258789, 0.061739009857177736, 0.06166220855712891, 0.06182505416870117, 0.06167343902587891, 0.061732929229736326, 0.06168364715576172, 0.06287052917480469, 0.06172166442871094, 0.06172563171386719, 0.06172159957885742, 0.0617441291809082, 0.061709312438964846, 0.13548748779296876, 0.061685760498046874, 0.06184550476074219, 0.06171340942382812, 0.061636608123779295, 0.06169295883178711, 0.06171337509155273, 0.06171340942382812, 0.06171443176269531, 0.06175743865966797, 0.06177996826171875, 0.06164684677124024, 0.0617410888671875, 0.06167958450317383, 0.06168371200561523, 0.06167859268188477, 0.06231347274780273, 0.061669376373291014, 0.06177791976928711, 0.06170111846923828, 0.06169190216064453, 0.06170214462280273, 0.06165401458740234, 0.06170009613037109, 0.06169190216064453, 0.06161612701416016, 0.061682689666748045, 0.06170521545410156, 0.06170316696166992, 0.06166220855712891, 0.06175436782836914, 0.0616888313293457, 0.06170624160766602, 0.0616734733581543, 0.061725696563720706, 0.061830142974853515, 0.06189158248901367, 0.06173798370361328, 0.06172876739501953, 0.06174310302734375, 0.061740032196044924, 0.06168371200561523, 0.06173183822631836, 0.06170316696166992, 0.06178201675415039, 0.061722686767578125, 0.06168569564819336, 0.06171852874755859, 0.061712383270263675, 0.06175955200195313, 0.061817790985107424, 0.062246910095214845, 0.06236262512207031, 0.06189673614501953, 0.06172975921630859, 0.061764606475830076, 0.06163455963134765, 0.06180681610107422, 0.06167631912231445, 0.06176870346069336, 0.06178611373901367, 0.06176563262939453, 0.0617891845703125, 0.13594931030273438, 0.06170828628540039, 0.061732894897460935, 0.061699039459228514, 0.061656063079833984, 0.0616376953125, 0.06158432006835937, 0.06172467041015625, 0.06168473434448242, 0.06169497680664063, 0.06175641632080078, 0.06178620910644531, 0.061687713623046876, 0.0616806411743164, 0.06187007904052735, 0.06170214462280273, 0.06175641632080078, 0.06246201705932617, 0.06178400039672852, 0.061663230895996096, 0.06180352020263672, 0.06171750259399414, 0.06183731079101563, 0.061625343322753906, 0.061712383270263675, 0.061710334777832034, 0.06167244720458984, 0.06171443176269531, 0.06174723052978515, 0.06172361755371094, 0.061871135711669925, 0.061722591400146486, 0.06174617767333984, 0.061699073791503904, 0.061830142974853515, 0.06177996826171875, 0.061927425384521485, 0.06182195281982422, 0.061843456268310545, 0.061658206939697265, 0.06172662353515625, 0.06186086273193359, 0.06174310302734375, 0.06176153564453125, 0.06186905670166016, 0.06178815841674805, 0.06171340942382812, 0.06176563262939453, 0.061828289031982425, 0.0616824951171875, 0.061835262298583986, 0.0634439697265625, 0.06188544082641602, 0.06187519836425781, 0.06173081588745117, 0.06184243011474609, 0.06188544082641602, 0.06187212753295898, 0.06179020690917969, 0.06177587127685547, 0.0616888313293457, 0.06170521545410156, 0.0617441291809082, 0.13600973510742187, 0.062129150390625, 0.06186905670166016, 0.0616888313293457, 0.06164889526367188, 0.061658111572265625, 0.06158335876464844, 0.06171852874755859, 0.06171340942382812, 0.06164684677124024, 0.061730880737304684, 0.06165702438354492, 0.06167552185058594, 0.061641727447509766, 0.061739009857177736, 0.06163455963134765, 0.06174617767333984, 0.061677566528320314, 0.06170828628540039, 0.061725696563720706, 0.061671424865722656, 0.06169702529907226, 0.06174515151977539, 0.061661182403564455, 0.06163046264648438, 0.06156185531616211, 0.06298624038696289, 0.06177280044555664, 0.06197350311279297, 0.061710334777832034, 0.06174105453491211, 0.061628414154052735, 0.06164787292480469, 0.0615997428894043, 0.061770751953125, 0.06168678283691406, 0.06174515151977539, 0.06170111846923828, 0.06171955108642578, 0.061655040740966796, 0.06164377593994141, 0.06171852874755859, 0.061695999145507815, 0.061661182403564455, 0.06176153564453125, 0.06170316696166992, 0.061671424865722656, 0.061693023681640625, 0.061720481872558595, 0.06173593521118164, 0.06173081588745117, 0.061682689666748045, 0.061692928314208986, 0.06175539016723633, 0.061644798278808595, 0.06165708923339844, 0.06165404891967773, 0.06168368148803711, 0.06167552185058594, 0.061703231811523436, 0.061744064331054685, 0.06178303909301758, 0.06170316696166992]",tokens/s,15.919104066954871,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-70m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1251.454976,849.870848,0.0,203.423744,184.496128,s,17,0.17532979011535643,0.010313517065609202,0.00036914510412311196,0.01020143985748291,0.010547590446472169,0.010803872108459471,0.011519954872131347,"[0.011698975563049316, 0.010580096244812012, 0.010148063659667968, 0.01020143985748291, 0.010177311897277832, 0.01015987205505371, 0.010222399711608886, 0.010525919914245606, 0.010156703948974609, 0.01017692756652832, 0.010191647529602051, 0.0101659517288208, 0.010248640060424804, 0.010202207565307618, 0.010227840423583984, 0.010206560134887695, 0.01003923225402832]",tokens/s,24821.794386091755,kWh,1.2206515832654483e-07,6.688582004492425e-08,2.3664361217984273e-07,4.255945905513118e-07,tokens/kWh,601511404.7111822,MB,1251.454976,851.968,0.0,205.520896,193.845248,s,17,10.20359271240234,0.6002113360236673,0.01390150097190657,0.595357666015625,0.608593994140625,0.6174681030273437,0.6455640795898437,"[0.6525880737304688, 0.6008029174804688, 0.60853125, 0.595357666015625, 0.5939854125976562, 0.5934304809570312, 0.5970882568359375, 0.5955740966796875, 0.5953118286132812, 0.592349609375, 0.5953344116210938, 0.5975823974609376, 0.5936387329101562, 0.5938510131835938, 0.5954188842773438, 0.5940595703125, 0.6086881103515625]",tokens/s,104.96302921795501,kWh,7.240634184771991e-06,3.966438476450555e-06,1.2742843895574475e-05,2.394991655679702e-05,tokens/kWh,2630489.3317935388,,s,1070,10.355720184326179,0.009678243162921657,0.0013245902526251036,0.009448448181152343,0.009803775787353516,0.010226892709732056,0.020002344951629638,"[0.011582464218139648, 0.011467776298522948, 0.011281408309936524, 0.01183846378326416, 0.011355135917663574, 0.012291071891784668, 0.010454015731811523, 0.010699775695800781, 0.010693632125854492, 0.011198592185974122, 0.010446720123291016, 0.010790911674499512, 0.010256383895874023, 0.01071513557434082, 0.010461183547973632, 0.010201120376586914, 0.010103775978088378, 0.010011712074279784, 0.010015680313110351, 0.009878527641296387, 0.010011648178100586, 0.010106880187988282, 0.01062399959564209, 0.010383359909057617, 0.010864640235900879, 0.010474495887756348, 0.010158080101013184, 0.010004480361938477, 0.0101212158203125, 0.009989119529724122, 0.010005503654479981, 0.00981606388092041, 0.00989900779724121, 0.01003212833404541, 0.010359807968139649, 0.01004748821258545, 0.009872384071350097, 0.009824352264404297, 0.010395551681518555, 0.010594304084777833, 0.010502143859863282, 0.010224639892578125, 0.010074272155761718, 0.010052448272705078, 0.010119168281555176, 0.010315775871276855, 0.010050559997558594, 0.01004748821258545, 0.01032192039489746, 0.009933823585510254, 0.009651200294494629, 0.009827327728271485, 0.01022873592376709, 0.010458111763000488, 0.010515456199645995, 0.010447872161865235, 0.009945088386535645, 0.00982323169708252, 0.009652223587036133, 0.009722975730895997, 0.009685919761657715, 0.009671680450439453, 0.020708351135253905, 0.009739263534545899, 0.009631744384765625, 0.009484288215637206, 0.009769984245300293, 0.009654272079467773, 0.00973414421081543, 0.009729023933410644, 0.00974847984313965, 0.00971673583984375, 0.009794560432434082, 0.009764863967895507, 0.009539584159851074, 0.00935321617126465, 0.00941158390045166, 0.009467904090881347, 0.009466879844665528, 0.009461759567260742, 0.009490431785583496, 0.009662464141845703, 0.009845760345458985, 0.009812992095947265, 0.009711615562438965, 0.00959603214263916, 0.009405311584472656, 0.009365568161010742, 0.009316287994384765, 0.009468928337097168, 0.009382911682128906, 0.009343999862670899, 0.009455615997314454, 0.009645055770874024, 0.009756671905517577, 0.009556991577148437, 0.009581600189208984, 0.00928048038482666, 0.00941158390045166, 0.009360383987426758, 0.00943513584136963, 0.009521151542663574, 0.009339936256408691, 0.00936137580871582, 0.009491456031799317, 0.009463808059692384, 0.009465855598449707, 0.009442303657531738, 0.009461759567260742, 0.009559040069580077, 0.009459712028503419, 0.009370623588562011, 0.009646080017089843, 0.009367551803588867, 0.009476096153259277, 0.009487360000610352, 0.009460736274719238, 0.009470975875854493, 0.009510911941528321, 0.009424896240234374, 0.009498623847961426, 0.00953651237487793, 0.009460736274719238, 0.009746432304382324, 0.00935638427734375, 0.019973024368286133, 0.009470975875854493, 0.009506815910339356, 0.009487360000610352, 0.009490431785583496, 0.009469951629638672, 0.009485312461853027, 0.009499648094177245, 0.009470975875854493, 0.009537535667419434, 0.009438207626342773, 0.009494527816772461, 0.009477120399475097, 0.009463808059692384, 0.009459712028503419, 0.009524224281311035, 0.00952012825012207, 0.009451519966125489, 0.009714688301086426, 0.009672703742980958, 0.009803775787353516, 0.009656319618225098, 0.009759743690490723, 0.009462783813476563, 0.009433088302612304, 0.009507840156555175, 0.009489407539367676, 0.009468928337097168, 0.00951807975769043, 0.009372672080993653, 0.009474047660827637, 0.009485312461853027, 0.009398271560668945, 0.010479616165161134, 0.0104519681930542, 0.014019583702087402, 0.009755647659301758, 0.009759743690490723, 0.009733119964599609, 0.009836544036865234, 0.009803775787353516, 0.009802751541137696, 0.009668607711791993, 0.009659392356872559, 0.009671680450439453, 0.009422911643981933, 0.009406399726867676, 0.009475071907043458, 0.009431039810180664, 0.009454591751098633, 0.009364480018615723, 0.009584639549255371, 0.009844736099243164, 0.009758720397949219, 0.009795583724975587, 0.009399295806884766, 0.009348095893859864, 0.009437184333801269, 0.00941260814666748, 0.009485312461853027, 0.009424896240234374, 0.009805824279785156, 0.009763839721679688, 0.0200263671875, 0.009315327644348144, 0.00939417552947998, 0.009447423934936524, 0.009604096412658691, 0.009703424453735352, 0.009606143951416016, 0.00981100845336914, 0.009502655982971191, 0.009462783813476563, 0.009486335754394531, 0.009452544212341308, 0.009408512115478516, 0.009468928337097168, 0.009341952323913574, 0.009451519966125489, 0.00942080020904541, 0.00932249641418457, 0.009407487869262696, 0.009385120391845704, 0.009379679679870606, 0.009443327903747559, 0.009381888389587402, 0.009362431526184082, 0.009531392097473144, 0.009620479583740234, 0.00951807975769043, 0.009414655685424805, 0.009358336448669433, 0.00951193618774414, 0.009465855598449707, 0.009371647834777832, 0.009338879585266113, 0.009485312461853027, 0.009495552062988282, 0.009460736274719238, 0.009310208320617675, 0.009440256118774413, 0.009537535667419434, 0.009375904083251953, 0.009420639991760254, 0.00949350357055664, 0.00934614372253418, 0.009387935638427734, 0.009538559913635255, 0.009381888389587402, 0.009479167938232422, 0.009337984085083007, 0.009370495796203613, 0.009472000122070312, 0.009470975875854493, 0.009398271560668945, 0.009496576309204101, 0.009451519966125489, 0.009452608108520508, 0.009464768409729004, 0.009364480018615723, 0.009451519966125489, 0.009338879585266113, 0.009325568199157714, 0.009375743865966797, 0.009496576309204101, 0.009458687782287598, 0.02007756805419922, 0.009546751976013184, 0.009458687782287598, 0.009361408233642577, 0.009359423637390136, 0.009301952362060547, 0.00951296043395996, 0.009453568458557129, 0.009359359741210938, 0.009380864143371583, 0.009523200035095216, 0.009401375770568848, 0.009407551765441894, 0.009327520370483398, 0.009335807800292969, 0.00940339183807373, 0.009468928337097168, 0.009499648094177245, 0.009495583534240723, 0.00938697624206543, 0.009364480018615723, 0.009387007713317871, 0.009355263710021973, 0.0094136323928833, 0.009434111595153808, 0.009507840156555175, 0.009515007972717286, 0.009535488128662109, 0.009538559913635255, 0.009417728424072265, 0.009478143692016602, 0.009485312461853027, 0.009512063980102538, 0.00933683204650879, 0.009340800285339356, 0.009367679595947266, 0.009357184410095214, 0.009442303657531738, 0.009383935928344727, 0.009537535667419434, 0.009490431785583496, 0.009485407829284668, 0.009357215881347657, 0.00950374412536621, 0.00939724826812744, 0.009377792358398437, 0.009390080451965332, 0.009416704177856445, 0.009364480018615723, 0.009483263969421387, 0.009406463623046875, 0.009469951629638672, 0.009488384246826171, 0.009342975616455078, 0.009346048355102539, 0.009315327644348144, 0.009335807800292969, 0.009478143692016602, 0.009475071907043458, 0.009466879844665528, 0.009335807800292969, 0.009356287956237793, 0.009329664230346679, 0.019991552352905274, 0.009382911682128906, 0.00936963176727295, 0.00934499168395996, 0.009499648094177245, 0.00941875171661377, 0.009430015563964844, 0.009992192268371582, 0.00960102367401123, 0.00950374412536621, 0.009448448181152343, 0.009347071647644043, 0.009368576049804688, 0.009373696327209472, 0.009510911941528321, 0.009463808059692384, 0.009400480270385743, 0.009382752418518067, 0.009354240417480468, 0.00935321617126465, 0.009453568458557129, 0.009495583534240723, 0.009499615669250488, 0.009499648094177245, 0.009444352149963378, 0.00950374412536621, 0.0093953275680542, 0.009382783889770508, 0.009477120399475097, 0.009340928077697755, 0.009440256118774413, 0.009315327644348144, 0.009404416084289552, 0.009352191925048828, 0.009327615737915039, 0.009343999862670899, 0.009338879585266113, 0.009393152236938476, 0.009318400382995605, 0.009294848442077636, 0.009358336448669433, 0.009313280105590821, 0.00940544033050537, 0.009325568199157714, 0.00931123161315918, 0.0094136323928833, 0.009444352149963378, 0.009291775703430176, 0.009312255859375, 0.009351231575012208, 0.00931935977935791, 0.009349120140075684, 0.00942080020904541, 0.009362431526184082, 0.009407487869262696, 0.009451519966125489, 0.009449536323547364, 0.009446335792541503, 0.009546751976013184, 0.00943513584136963, 0.00942182445526123, 0.009476096153259277, 0.009458687782287598, 0.020083711624145507, 0.009498623847961426, 0.009454591751098633, 0.009449472427368164, 0.009478143692016602, 0.009451583862304687, 0.009292736053466796, 0.009393152236938476, 0.009300992012023926, 0.00932863998413086, 0.009370783805847167, 0.009341792106628418, 0.009439231872558594, 0.009449472427368164, 0.009349120140075684, 0.00934502410888672, 0.009390080451965332, 0.009370623588562011, 0.009507840156555175, 0.009448448181152343, 0.009451519966125489, 0.009452608108520508, 0.009467840194702148, 0.009371647834777832, 0.009346048355102539, 0.009476096153259277, 0.009481216430664062, 0.009505791664123535, 0.009479167938232422, 0.00951296043395996, 0.009502719879150391, 0.009458687782287598, 0.00949350357055664, 0.009404416084289552, 0.009395199775695801, 0.009369600296020507, 0.009369600296020507, 0.00934502410888672, 0.00932249641418457, 0.009414655685424805, 0.009478143692016602, 0.00941260814666748, 0.009445376396179199, 0.009515007972717286, 0.009465855598449707, 0.009343999862670899, 0.009485312461853027, 0.00929792022705078, 0.009400320053100587, 0.009369600296020507, 0.009450495719909668, 0.009361408233642577, 0.00933683204650879, 0.00931123161315918, 0.009309184074401856, 0.009565183639526367, 0.009654272079467773, 0.009744383811950684, 0.009953280448913575, 0.010619903564453125, 0.009844736099243164, 0.009832448005676269, 0.009763839721679688, 0.020591615676879883, 0.00971878433227539, 0.009592831611633301, 0.009630911827087403, 0.009588543891906737, 0.009558015823364258, 0.009695232391357422, 0.009483263969421387, 0.009494527816772461, 0.009415679931640625, 0.009452544212341308, 0.009515007972717286, 0.009452544212341308, 0.009348095893859864, 0.009335807800292969, 0.009333760261535644, 0.009309184074401856, 0.00932249641418457, 0.009409536361694336, 0.009289759635925293, 0.009354207992553711, 0.00935321617126465, 0.009387007713317871, 0.009342975616455078, 0.009437184333801269, 0.009451519966125489, 0.009451583862304687, 0.009371583938598632, 0.009380864143371583, 0.009455615997314454, 0.009820159912109374, 0.009877568244934081, 0.009439167976379394, 0.009455615997314454, 0.009475071907043458, 0.009307135581970214, 0.009326592445373535, 0.009370623588562011, 0.00930611228942871, 0.0093306884765625, 0.009368576049804688, 0.009347071647644043, 0.009422847747802734, 0.009479167938232422, 0.009432064056396485, 0.009433088302612304, 0.009465855598449707, 0.009487360000610352, 0.009472000122070312, 0.009324543952941895, 0.009315327644348144, 0.009409536361694336, 0.009443327903747559, 0.00941875171661377, 0.009370623588562011, 0.009445376396179199, 0.009416704177856445, 0.009464832305908203, 0.009449472427368164, 0.009454591751098633, 0.00950374412536621, 0.009504768371582031, 0.009482272148132324, 0.020058080673217772, 0.009465920448303222, 0.009369536399841309, 0.009346048355102539, 0.009315327644348144, 0.009442303657531738, 0.009488384246826171, 0.00919654369354248, 0.00932044792175293, 0.009275456428527833, 0.009324480056762695, 0.009352191925048828, 0.009367551803588867, 0.009331711769104004, 0.009358336448669433, 0.009425919532775879, 0.009439231872558594, 0.009433088302612304, 0.009288703918457031, 0.009414655685424805, 0.009446399688720703, 0.009447423934936524, 0.009463808059692384, 0.009489407539367676, 0.009370688438415528, 0.009335743904113769, 0.009348095893859864, 0.009450495719909668, 0.009448448181152343, 0.00935321617126465, 0.009285632133483887, 0.009380864143371583, 0.009463808059692384, 0.009478143692016602, 0.00961843204498291, 0.009569279670715332, 0.009679871559143067, 0.009835519790649415, 0.009739263534545899, 0.009750528335571289, 0.009711615562438965, 0.009462783813476563, 0.009467904090881347, 0.009448448181152343, 0.00944758415222168, 0.009506655693054198, 0.009437184333801269, 0.009477120399475097, 0.009461759567260742, 0.009337856292724609, 0.009485312461853027, 0.009468928337097168, 0.009476096153259277, 0.009448448181152343, 0.009451519966125489, 0.009437184333801269, 0.009459712028503419, 0.009466912269592285, 0.009551839828491211, 0.009337856292724609, 0.009310208320617675, 0.009438207626342773, 0.009444352149963378, 0.01997520065307617, 0.00943612766265869, 0.009381888389587402, 0.009361408233642577, 0.009415679931640625, 0.009343999862670899, 0.009340928077697755, 0.009414655685424805, 0.009451519966125489, 0.009446399688720703, 0.009488384246826171, 0.009456640243530273, 0.009323519706726074, 0.009324543952941895, 0.009487360000610352, 0.009389151573181152, 0.009462688446044922, 0.009431039810180664, 0.009379839897155762, 0.00943616008758545, 0.009357312202453612, 0.009453568458557129, 0.009331711769104004, 0.009291775703430176, 0.009362431526184082, 0.00945359992980957, 0.009364576339721679, 0.009284480094909668, 0.009408512115478516, 0.009445376396179199, 0.009333791732788086, 0.009393119812011718, 0.009446399688720703, 0.009383040428161621, 0.009356255531311036, 0.009391008377075195, 0.009454591751098633, 0.009372672080993653, 0.009459712028503419, 0.009553919792175293, 0.009378815650939941, 0.009318400382995605, 0.009359359741210938, 0.00934505558013916, 0.009318367958068847, 0.00940236759185791, 0.009449472427368164, 0.009447423934936524, 0.009351263999938965, 0.009361311912536622, 0.009288703918457031, 0.009527296066284179, 0.009361408233642577, 0.009331711769104004, 0.009464832305908203, 0.009438207626342773, 0.009338879585266113, 0.009356287956237793, 0.009447423934936524, 0.009506815910339356, 0.009393216133117676, 0.009299903869628907, 0.00942080020904541, 0.020214784622192384, 0.00944752025604248, 0.009449376106262206, 0.009441280364990234, 0.009432064056396485, 0.009449472427368164, 0.009341952323913574, 0.00941055965423584, 0.009443327903747559, 0.009489407539367676, 0.009354240417480468, 0.009459712028503419, 0.00955395221710205, 0.009576416015625, 0.009504768371582031, 0.009457663536071777, 0.009460736274719238, 0.009418815612792968, 0.009486271858215331, 0.009371647834777832, 0.009445376396179199, 0.009524224281311035, 0.009409536361694336, 0.009331711769104004, 0.009404416084289552, 0.009423871994018555, 0.009454591751098633, 0.009485312461853027, 0.009517056465148926, 0.009489407539367676, 0.009463808059692384, 0.009438207626342773, 0.009395263671875, 0.009456576347351075, 0.009373696327209472, 0.009464832305908203, 0.00950374412536621, 0.009342975616455078, 0.00942182445526123, 0.009481216430664062, 0.00941260814666748, 0.009442303657531738, 0.009488415718078614, 0.009453536033630371, 0.009461759567260742, 0.009448448181152343, 0.009423871994018555, 0.00939417552947998, 0.00943616008758545, 0.009407487869262696, 0.009354271888732911, 0.009358304023742676, 0.009417728424072265, 0.00951193618774414, 0.009421919822692871, 0.009379743576049804, 0.009404416084289552, 0.009380864143371583, 0.009404416084289552, 0.009470975875854493, 0.009440256118774413, 0.009506815910339356, 0.009521151542663574, 0.020040704727172853, 0.009440256118774413, 0.009463808059692384, 0.009483263969421387, 0.009489407539367676, 0.009468928337097168, 0.009437184333801269, 0.009499775886535644, 0.009479040145874024, 0.009343999862670899, 0.009348095893859864, 0.009408512115478516, 0.00940339183807373, 0.01081446361541748, 0.00982425594329834, 0.009470975875854493, 0.009477120399475097, 0.009548800468444824, 0.009494527816772461, 0.009538559913635255, 0.009442303657531738, 0.009446399688720703, 0.009469951629638672, 0.009492480278015136, 0.009468928337097168, 0.009571328163146972, 0.009450495719909668, 0.00940236759185791, 0.009363455772399902, 0.009481216430664062, 0.009455615997314454, 0.009482239723205567, 0.00951296043395996, 0.009457663536071777, 0.009414655685424805, 0.009494527816772461, 0.009454591751098633, 0.009475104331970215, 0.009308159828186035, 0.009419743537902831, 0.009442303657531738, 0.009462783813476563, 0.009504768371582031, 0.009468928337097168, 0.009480192184448242, 0.009406463623046875, 0.009380864143371583, 0.009469951629638672, 0.009454591751098633, 0.009451519966125489, 0.009470975875854493, 0.009432064056396485, 0.009389056205749511, 0.009355263710021973, 0.00951807975769043, 0.009660415649414063, 0.009482239723205567, 0.009453568458557129, 0.009406463623046875, 0.009463808059692384, 0.009420928001403808, 0.009356160163879395, 0.009340928077697755, 0.020116479873657226, 0.009443391799926757, 0.009511872291564942, 0.009398271560668945, 0.009338879585266113, 0.009355263710021973, 0.009335807800292969, 0.009414655685424805, 0.009346176147460937, 0.009356160163879395, 0.009377792358398437, 0.00930406379699707, 0.009338879585266113, 0.009431039810180664, 0.009379839897155762, 0.009417792320251465, 0.009422783851623534, 0.009483263969421387, 0.009404416084289552, 0.009465888023376464, 0.009448415756225586, 0.009448448181152343, 0.00949350357055664, 0.009337887763977051, 0.009536479949951172, 0.009438207626342773, 0.009333760261535644, 0.009335807800292969, 0.009359359741210938, 0.009343999862670899, 0.009490431785583496, 0.00954265594482422, 0.009373696327209472, 0.009438272476196288, 0.00935529613494873, 0.009432991981506348, 0.009442303657531738, 0.00941875171661377, 0.009358336448669433, 0.009461759567260742, 0.009467904090881347, 0.009445376396179199, 0.00947100830078125, 0.00937980842590332, 0.009431039810180664, 0.009435263633728028, 0.009407360076904297, 0.009504768371582031, 0.009470975875854493, 0.009379839897155762, 0.009313280105590821, 0.009395199775695801, 0.009422847747802734, 0.00950374412536621, 0.009355263710021973, 0.009438207626342773, 0.009504768371582031, 0.009441311836242677, 0.009395296096801758, 0.009339776039123535, 0.00942899227142334, 0.009505791664123535, 0.009438207626342773, 0.02011136054992676, 0.009376768112182618, 0.00943616008758545, 0.009460736274719238, 0.009408512115478516, 0.009387007713317871, 0.009407487869262696, 0.00951910400390625, 0.009276415824890137, 0.009340928077697755, 0.009416704177856445, 0.00940447998046875, 0.009367487907409667, 0.009389056205749511, 0.009459712028503419, 0.009459712028503419, 0.009441280364990234, 0.009455615997314454, 0.009371647834777832, 0.009342975616455078, 0.009669631958007812, 0.009494527816772461, 0.009389056205749511, 0.009454591751098633, 0.009387007713317871, 0.009368576049804688, 0.009309344291687012, 0.009408351898193359, 0.009414655685424805, 0.009349120140075684, 0.009510911941528321, 0.00953651237487793, 0.009490431785583496, 0.009662464141845703, 0.009380864143371583, 0.009340928077697755, 0.009383935928344727, 0.009359359741210938, 0.009364480018615723, 0.009351231575012208, 0.00943712043762207, 0.00941875171661377, 0.009415679931640625, 0.009309215545654297, 0.009518048286437989, 0.009468928337097168, 0.009396224021911622, 0.009349120140075684, 0.009395199775695801, 0.009447423934936524, 0.009491456031799317, 0.009556991577148437, 0.009458720207214355, 0.009352160453796386, 0.009443327903747559, 0.009355263710021973, 0.009460736274719238, 0.009366527557373047, 0.009513983726501465, 0.009462783813476563, 0.009378815650939941, 0.009310208320617675, 0.00931942367553711, 0.02006220817565918, 0.009470975875854493, 0.009487360000610352, 0.009455615997314454, 0.009399295806884766, 0.009424896240234374, 0.009390080451965332, 0.009467904090881347, 0.009466879844665528, 0.00942899227142334, 0.009446463584899902, 0.009428928375244141, 0.009444352149963378, 0.009479167938232422, 0.009443327903747559, 0.009348095893859864, 0.009334783554077148, 0.009356287956237793, 0.009456640243530273, 0.00939417552947998, 0.009437215805053712, 0.009446368217468262, 0.009393152236938476, 0.009296895980834961, 0.00932147216796875, 0.009378815650939941, 0.009393152236938476, 0.009381888389587402, 0.009481216430664062, 0.009451519966125489, 0.009500672340393066, 0.009478143692016602, 0.009463808059692384, 0.009450495719909668, 0.009440256118774413, 0.009540608406066894, 0.009488384246826171, 0.009448448181152343, 0.009465855598449707, 0.00941481590270996, 0.009408351898193359, 0.009492480278015136, 0.009439231872558594, 0.009423871994018555, 0.009357312202453612, 0.009382911682128906, 0.009296895980834961, 0.009224224090576171, 0.009280672073364258, 0.009666367530822754, 0.009570303916931153, 0.009876480102539062, 0.010191871643066406, 0.009452544212341308, 0.0095098876953125, 0.009343999862670899, 0.009310208320617675, 0.009517056465148926, 0.00941260814666748, 0.009278464317321777, 0.009440256118774413, 0.009463808059692384, 0.009467904090881347, 0.019960832595825196, 0.009450559616088866, 0.009464768409729004, 0.009360416412353516, 0.0093787841796875, 0.009363455772399902, 0.009488384246826171, 0.009395199775695801, 0.009317376136779786, 0.00962662410736084, 0.009449567794799805, 0.0095763521194458, 0.009539584159851074, 0.009546751976013184, 0.009415679931640625, 0.009367551803588867, 0.009473024368286133, 0.009554944038391112, 0.009424896240234374, 0.009457663536071777, 0.009359359741210938, 0.009368576049804688, 0.00935321617126465, 0.009331711769104004, 0.009371647834777832, 0.009446399688720703, 0.00955084800720215, 0.009457663536071777, 0.009504768371582031, 0.009498623847961426, 0.009460736274719238, 0.009479167938232422, 0.009408512115478516, 0.009452544212341308, 0.009351167678833008, 0.009324543952941895, 0.009401344299316406, 0.009368576049804688, 0.00942899227142334, 0.009351167678833008, 0.009522175788879395, 0.009532416343688965, 0.009423871994018555, 0.00940339183807373, 0.00932249641418457, 0.009379839897155762, 0.009466879844665528, 0.00940544033050537, 0.0094269437789917, 0.009316351890563965, 0.009331711769104004, 0.009316448211669923, 0.009441184043884278, 0.00951910400390625, 0.00940544033050537, 0.00945257568359375, 0.00947913646697998, 0.009457663536071777, 0.009426048278808594, 0.009350015640258788, 0.009349120140075684, 0.009347135543823243, 0.00934496021270752, 0.019781631469726564, 0.009349120140075684, 0.009416704177856445, 0.009381888389587402, 0.009443327903747559, 0.00932147216796875, 0.009351167678833008, 0.009372703552246094, 0.009437151908874512, 0.009438207626342773, 0.009446399688720703, 0.009420831680297852, 0.009346015930175781, 0.009438207626342773, 0.009441311836242677, 0.009393119812011718, 0.00942182445526123, 0.009438207626342773, 0.00941875171661377, 0.009329664230346679, 0.009466879844665528, 0.00973516845703125, 0.009600000381469726, 0.009382911682128906, 0.00939417552947998, 0.009401503562927247, 0.00969814395904541, 0.009704575538635254, 0.009708576202392578, 0.009844575881958008, 0.010255359649658203, 0.00992972755432129, 0.01147494411468506, 0.009888768196105957, 0.00971996784210205, 0.009423808097839355, 0.009839520454406739, 0.009846783638000489, 0.009672703742980958, 0.010591232299804687, 0.009591808319091797, 0.009600000381469726, 0.009614336013793945, 0.009690239906311035, 0.009692031860351563, 0.00970137596130371, 0.009972736358642579, 0.009842687606811524, 0.009675775527954102, 0.009424896240234374, 0.009600000381469726, 0.009423871994018555, 0.0100065279006958, 0.009761792182922363, 0.009659392356872559, 0.009737215995788574, 0.009793536186218262, 0.00974233627319336, 0.009744383811950684, 0.009785344123840332, 0.009691136360168457, 0.009733119964599609, 0.010276864051818848]",tokens/s,103.32453764244141,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-2b,google/gemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1906.077696,3246.915584,0.0,2598.371328,2556.089856,s,10,0.40633526611328125,0.04063352661132812,7.349400562992416e-05,0.04062151908874512,0.04072672653198242,0.040756132125854494,0.04077965660095215,"[0.04063555145263672, 0.04078553771972656, 0.040607486724853516, 0.04059961700439453, 0.04072019195556641, 0.040562942504882814, 0.040671745300292966, 0.040545631408691406, 0.04065603256225586, 0.04055052947998047]",tokens/s,6300.216135525642,kWh,4.804096114470483e-07,2.632374787147878e-07,1.98783131022762e-06,2.7314784003894564e-06,tokens/kWh,93722139.6162237,MB,1919.102976,3249.012736,0.0,2600.46848,2556.092416,s,10,13.209777221679689,1.3209777221679688,0.0038392172216903117,1.32294384765625,1.32400576171875,1.3254198120117189,1.326551052246094,"[1.322563232421875, 1.3233538818359376, 1.3236915283203126, 1.3268338623046876, 1.316883056640625, 1.314089599609375, 1.323439208984375, 1.323324462890625, 1.31869140625, 1.316906982421875]",tokens/s,47.69194736804898,kWh,1.6270399149247236e-05,8.916081950597544e-06,3.6888838679972696e-05,6.207531977981749e-05,tokens/kWh,1014896.1007927527,,s,630,13.20805375480653,0.02096516469016908,0.0002960639283435096,0.020891647338867187,0.021346303749084472,0.02163676166534424,0.022003220615386964,"[0.020957183837890626, 0.020947967529296875, 0.021222400665283202, 0.022162431716918944, 0.021782527923583983, 0.021619712829589844, 0.021635072708129883, 0.021573631286621094, 0.021573631286621094, 0.020810752868652343, 0.020952064514160155, 0.021053440093994142, 0.020954111099243163, 0.02107699203491211, 0.021773311614990236, 0.02168012809753418, 0.020938751220703124, 0.020907007217407226, 0.021157888412475585, 0.021622783660888673, 0.02084966468811035, 0.020732927322387695, 0.02084659194946289, 0.020933631896972657, 0.021029888153076173, 0.02090291213989258, 0.020901920318603516, 0.021043167114257813, 0.020953088760375976, 0.020832256317138673, 0.02087731170654297, 0.020766719818115235, 0.020823040008544923, 0.02082815933227539, 0.020758527755737305, 0.02068992042541504, 0.020694015502929687, 0.020810752868652343, 0.020878368377685547, 0.02092950439453125, 0.020743167877197266, 0.02089369583129883, 0.0208035831451416, 0.0206059513092041, 0.020653055191040038, 0.020682752609252928, 0.02091007995605469, 0.020756479263305663, 0.020587520599365236, 0.020706304550170897, 0.020789247512817383, 0.020888576507568358, 0.02083635139465332, 0.02085171127319336, 0.02082815933227539, 0.02086809539794922, 0.0208855037689209, 0.020765695571899414, 0.02084249687194824, 0.020800512313842775, 0.020793344497680662, 0.02085478401184082, 0.021558271408081055, 0.021024768829345702, 0.020936704635620116, 0.02090188789367676, 0.02125823974609375, 0.02103603172302246, 0.020928512573242186, 0.020972543716430665, 0.0208721923828125, 0.02085785675048828, 0.020779008865356444, 0.02091007995605469, 0.02104319953918457, 0.020888576507568358, 0.02086809539794922, 0.02085683250427246, 0.020710399627685547, 0.02084249687194824, 0.020808704376220705, 0.020960256576538085, 0.020883455276489257, 0.021029888153076173, 0.020503551483154296, 0.020692991256713866, 0.020690944671630858, 0.020755456924438476, 0.020682752609252928, 0.021000192642211913, 0.02086911964416504, 0.02081996726989746, 0.020813823699951172, 0.021381120681762695, 0.020978687286376953, 0.020876287460327148, 0.02087116813659668, 0.02084147262573242, 0.02085171127319336, 0.02082918357849121, 0.021006336212158205, 0.020875263214111327, 0.02088652801513672, 0.020822015762329102, 0.02065407943725586, 0.020739072799682616, 0.020787200927734374, 0.020892671585083008, 0.02148863983154297, 0.021651456832885742, 0.021908479690551756, 0.021386240005493166, 0.020922367095947265, 0.02086092758178711, 0.02086092758178711, 0.021143552780151367, 0.021425151824951173, 0.02090188789367676, 0.020888576507568358, 0.020815872192382814, 0.020736000061035157, 0.021285888671875, 0.022007808685302735, 0.021994495391845705, 0.021729280471801758, 0.02168012809753418, 0.02102681541442871, 0.020929536819458007, 0.02089472007751465, 0.02082713508605957, 0.020847616195678712, 0.020945920944213867, 0.020809728622436522, 0.02102681541442871, 0.021158912658691405, 0.022006784439086914, 0.021985279083251954, 0.021738527297973632, 0.021775327682495117, 0.021602304458618164, 0.02149273681640625, 0.0216494083404541, 0.021743616104125976, 0.020979711532592774, 0.02091007995605469, 0.0208855037689209, 0.02086809539794922, 0.020990976333618162, 0.02124595260620117, 0.020793344497680662, 0.02084249687194824, 0.02088960075378418, 0.020917247772216797, 0.0214835205078125, 0.020858943939208983, 0.02078816032409668, 0.020959232330322267, 0.02083737564086914, 0.020706304550170897, 0.020789247512817383, 0.020935680389404295, 0.02085990333557129, 0.020912128448486327, 0.021115903854370118, 0.02087424087524414, 0.020766719818115235, 0.020925439834594727, 0.02093574333190918, 0.02072876739501953, 0.020814847946166993, 0.020814847946166993, 0.02085171127319336, 0.020765695571899414, 0.020997119903564454, 0.02084454345703125, 0.020891647338867187, 0.020747264862060546, 0.020999168395996092, 0.02102374458312988, 0.021046272277832033, 0.021113855361938477, 0.02084966468811035, 0.020923391342163086, 0.020888576507568358, 0.020823040008544923, 0.02083430480957031, 0.020530176162719727, 0.020625408172607423, 0.020876287460327148, 0.020957183837890626, 0.02084454345703125, 0.02102681541442871, 0.02104422378540039, 0.02063155174255371, 0.020909055709838868, 0.020858879089355468, 0.020728832244873048, 0.020993024826049804, 0.02082611274719238, 0.02150912094116211, 0.02091110420227051, 0.020899839401245117, 0.020884479522705078, 0.020569087982177735, 0.021341184616088867, 0.020968448638916014, 0.02106572723388672, 0.020946943283081054, 0.020867071151733398, 0.020867071151733398, 0.021547008514404296, 0.021155839920043946, 0.02086195182800293, 0.021545984268188476, 0.02165043258666992, 0.021592063903808592, 0.021497856140136717, 0.02243891143798828, 0.021618688583374023, 0.020888576507568358, 0.020913152694702147, 0.02091929626464844, 0.0209039363861084, 0.020912128448486327, 0.020907007217407226, 0.020914176940917968, 0.02083635139465332, 0.02089779281616211, 0.021038080215454103, 0.021168127059936523, 0.02067558479309082, 0.020759552001953126, 0.020944896697998046, 0.0208353271484375, 0.02106675148010254, 0.02091929626464844, 0.020932607650756836, 0.020908031463623047, 0.020929536819458007, 0.020867071151733398, 0.020908031463623047, 0.02106982421875, 0.02106060791015625, 0.02086092758178711, 0.020942848205566408, 0.020766719818115235, 0.02106879997253418, 0.02187161636352539, 0.021336063385009766, 0.02125209617614746, 0.02186240005493164, 0.020969472885131835, 0.021122047424316406, 0.020959232330322267, 0.02088652801513672, 0.02091007995605469, 0.020960256576538085, 0.021638143539428712, 0.021395456314086913, 0.020858879089355468, 0.020711423873901368, 0.020730880737304686, 0.02104115104675293, 0.02087833595275879, 0.02102374458312988, 0.02087116813659668, 0.020924415588378906, 0.020750335693359375, 0.02087833595275879, 0.02106368064880371, 0.02109132766723633, 0.020937728881835937, 0.02087116813659668, 0.020775936126708985, 0.020891647338867187, 0.020984832763671874, 0.02104319953918457, 0.020840448379516603, 0.020898815155029296, 0.020747264862060546, 0.020692991256713866, 0.020809728622436522, 0.02087321662902832, 0.020888576507568358, 0.02090188789367676, 0.020769792556762694, 0.020876319885253906, 0.020815839767456056, 0.02070528030395508, 0.020925439834594727, 0.0208721923828125, 0.020936704635620116, 0.020981760025024415, 0.02064691162109375, 0.020526079177856444, 0.020891647338867187, 0.020855808258056642, 0.020972543716430665, 0.020702207565307617, 0.020666368484497072, 0.020686847686767578, 0.02084556770324707, 0.020908031463623047, 0.02088140869140625, 0.020857887268066408, 0.02088444709777832, 0.02125721549987793, 0.021014528274536134, 0.020792320251464845, 0.020932607650756836, 0.020777984619140624, 0.0208721923828125, 0.020899839401245117, 0.02109132766723633, 0.021008384704589843, 0.020931583404541015, 0.02084351921081543, 0.0211015682220459, 0.020958208084106447, 0.02102579116821289, 0.02087116813659668, 0.020896768569946288, 0.02086809539794922, 0.020867071151733398, 0.020740095138549804, 0.020727807998657227, 0.02071244812011719, 0.020847616195678712, 0.02090598487854004, 0.02111692810058594, 0.020925439834594727, 0.020612096786499022, 0.020658176422119142, 0.020666368484497072, 0.02105446434020996, 0.020966400146484376, 0.02088755226135254, 0.02091007995605469, 0.020847616195678712, 0.020756479263305663, 0.020584447860717774, 0.020601856231689454, 0.02084249687194824, 0.02105446434020996, 0.02087321662902832, 0.02069196891784668, 0.020784128189086915, 0.020867071151733398, 0.02082815933227539, 0.020932607650756836, 0.020965375900268556, 0.02088960075378418, 0.02084966468811035, 0.020760576248168947, 0.021590015411376954, 0.021019647598266602, 0.020787200927734374, 0.021011455535888672, 0.02087321662902832, 0.020822015762329102, 0.02082918357849121, 0.020626432418823244, 0.020768768310546876, 0.020832256317138673, 0.021003263473510742, 0.020567039489746093, 0.020644863128662108, 0.020644863128662108, 0.02084351921081543, 0.020867071151733398, 0.020928512573242186, 0.020805631637573242, 0.020789247512817383, 0.020883455276489257, 0.02104422378540039, 0.02083328056335449, 0.020847616195678712, 0.020832256317138673, 0.021089279174804687, 0.020577280044555665, 0.020967424392700194, 0.020875263214111327, 0.020950016021728517, 0.02104729652404785, 0.021400575637817384, 0.021319679260253906, 0.021355520248413085, 0.02104729652404785, 0.021559295654296876, 0.02131865692138672, 0.020809728622436522, 0.02087833595275879, 0.020941823959350587, 0.02109951972961426, 0.020965375900268556, 0.02083635139465332, 0.02082713508605957, 0.02084454345703125, 0.021750783920288085, 0.022754304885864256, 0.02165452766418457, 0.021201919555664063, 0.021114879608154297, 0.020732927322387695, 0.02103398323059082, 0.02104422378540039, 0.020917247772216797, 0.020761600494384767, 0.02083020782470703, 0.020943872451782225, 0.02087731170654297, 0.020761600494384767, 0.02083839988708496, 0.020943872451782225, 0.020914176940917968, 0.020750335693359375, 0.020781055450439453, 0.0204769287109375, 0.020618240356445314, 0.02068070411682129, 0.020779008865356444, 0.02101043128967285, 0.020987903594970703, 0.020718591690063477, 0.020880384445190428, 0.020757503509521484, 0.020907007217407226, 0.02122444725036621, 0.020771839141845702, 0.020914176940917968, 0.021358591079711914, 0.02126848030090332, 0.021538816452026367, 0.021012479782104493, 0.020891647338867187, 0.02085990333557129, 0.020809728622436522, 0.020948991775512696, 0.02103500747680664, 0.02091007995605469, 0.020599807739257812, 0.020998144149780275, 0.02109132766723633, 0.02081177520751953, 0.020935680389404295, 0.02089779281616211, 0.02085068893432617, 0.020920320510864256, 0.021126144409179686, 0.021313535690307618, 0.02088243293762207, 0.020924415588378906, 0.020935680389404295, 0.020981760025024415, 0.02110361671447754, 0.020950016021728517, 0.020916223526000977, 0.020786176681518553, 0.020724735260009765, 0.02069606399536133, 0.02104115104675293, 0.02089472007751465, 0.02089369583129883, 0.0208855037689209, 0.02082099151611328, 0.021037055969238282, 0.021745664596557617, 0.02110873603820801, 0.020955135345458984, 0.020880384445190428, 0.020883455276489257, 0.020951040267944337, 0.020888576507568358, 0.021182464599609374, 0.020892671585083008, 0.020898815155029296, 0.020880384445190428, 0.021219327926635743, 0.02185523223876953, 0.020961280822753905, 0.020942848205566408, 0.021600255966186522, 0.02089779281616211, 0.0210565128326416, 0.020764671325683593, 0.020809728622436522, 0.02087833595275879, 0.021009408950805664, 0.020934656143188478, 0.02089472007751465, 0.021361663818359376, 0.021139455795288087, 0.02104422378540039, 0.020955135345458984, 0.020818944931030273, 0.0208855037689209, 0.021006336212158205, 0.021345279693603517, 0.021371904373168944, 0.020926464080810548, 0.02104217529296875, 0.020777984619140624, 0.021016576766967773, 0.020950016021728517, 0.020802560806274413, 0.020962303161621093, 0.021197824478149413, 0.02167807960510254, 0.02087321662902832, 0.02108415985107422, 0.020892671585083008, 0.02070528030395508, 0.02090598487854004, 0.020813823699951172, 0.021195775985717775, 0.02069196891784668, 0.020884479522705078, 0.020930559158325195, 0.020794368743896483, 0.021781503677368166, 0.020562944412231447, 0.020918272018432618, 0.020918272018432618, 0.02088755226135254, 0.020752384185791017, 0.020741119384765624, 0.020634624481201173, 0.020875263214111327, 0.020997119903564454, 0.020785152435302736, 0.020809728622436522, 0.02082099151611328, 0.021013504028320314, 0.021001216888427734, 0.02062131118774414, 0.02067558479309082, 0.020810752868652343, 0.020864000320434572, 0.021188608169555666, 0.020748287200927733, 0.020719615936279297, 0.020771839141845702, 0.020950016021728517, 0.020823040008544923, 0.0211015682220459, 0.0213309440612793, 0.0210831356048584, 0.021977088928222657, 0.020907007217407226, 0.020944896697998046, 0.020686847686767578, 0.02086092758178711, 0.02091007995605469, 0.020767744064331056, 0.020769792556762694, 0.020690944671630858, 0.020806655883789063, 0.02107084846496582, 0.020876287460327148, 0.020921344757080077, 0.021086208343505858, 0.020883487701416015, 0.020984800338745117, 0.020954111099243163, 0.020891647338867187, 0.020899839401245117, 0.02101043128967285, 0.02084659194946289, 0.020742143630981445, 0.021089279174804687, 0.020567039489746093, 0.020590591430664062, 0.0208035831451416, 0.020567039489746093, 0.02107187271118164, 0.020609024047851563, 0.020761600494384767, 0.020774911880493165, 0.02090188789367676, 0.020956159591674805, 0.020747264862060546, 0.02085990333557129, 0.021106687545776368, 0.021045248031616212, 0.022691839218139647, 0.0216760311126709, 0.021113855361938477, 0.021073919296264648, 0.020744192123413087, 0.020708351135253905, 0.02092748832702637, 0.021012479782104493, 0.02125619125366211, 0.021393407821655275, 0.0209039363861084, 0.020787200927734374, 0.02068992042541504, 0.020912128448486327, 0.020726783752441406, 0.022227968215942383, 0.021571584701538086, 0.020793344497680662, 0.020766719818115235, 0.02106060791015625, 0.02081177520751953, 0.020772863388061523, 0.020695039749145508, 0.02084249687194824, 0.020772863388061523, 0.02063155174255371, 0.020815872192382814, 0.020831232070922853, 0.020668415069580077, 0.0208035831451416, 0.020807680130004884, 0.02087424087524414, 0.02088140869140625, 0.0208855037689209, 0.021003263473510742, 0.020508672714233397, 0.020701183319091796, 0.020818944931030273, 0.02065100860595703, 0.020807680130004884, 0.020702207565307617, 0.020611072540283205, 0.020700159072875975, 0.020617216110229493, 0.020694015502929687, 0.020745216369628908]",tokens/s,47.6981705022769,,,,,,MB,1834.635264,2779.250688,0.0,2149.5808,2147.522048,s,1,8.5273955078125,8.5273955078125,0.0,8.5273955078125,8.5273955078125,8.5273955078125,8.5273955078125,[8.5273955078125],,kWh,1.8947109615276898e-05,1.0368719334893756e-05,2.69097437500046e-05,5.622557270017525e-05, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,s,s,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/s/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694735c-79f3b5ec1edfa5965b4d914e;63ceed62-2aaf-4b79-8940-fbd8bf44a628) Repository Not Found for url: https://huggingface.co/s/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: s is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-40b,tiiuae/falcon-40b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 105, in run _ = backend.generate(self.inputs, self.config.generate_kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 400, in generate return self.pretrained_model.generate(**inputs, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/utils/_contextlib.py"", line 115, in decorate_context return func(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 1914, in generate result = self._sample( File ""/usr/local/lib/python3.10/dist-packages/transformers/generation/utils.py"", line 2651, in _sample outputs = self( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 900, in forward transformer_outputs = self.transformer( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 797, in forward outputs = block( File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 477, in forward mlp_output = self.mlp(mlp_layernorm_out) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/tiiuae/falcon-40b/4a70170c215b36a3cce4b4253f6d0612bb7d4146/modeling_falcon.py"", line 409, in forward x = self.act(self.dense_h_to_4h(x)) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1532, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1541, in _call_impl return forward_call(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/auto_gptq/nn_modules/qlinear/qlinear_cuda_old.py"", line 314, in forward ).to(torch.int16 if self.bits == 8 else torch.int8) torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-7b,google/gemma-7b,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1786.404864,7019.692032,0.0,6371.147776,6308.565504,s,10,1.3137465667724608,0.1313746566772461,8.258479129390438e-05,0.13135326385498047,0.1314678756713867,0.13150939712524415,0.13154261428833008,"[0.13141754150390625, 0.13145864868164062, 0.13155091857910156, 0.13134719848632812, 0.1313323516845703, 0.1313593292236328, 0.13122665405273437, 0.13133062744140625, 0.1313363494873047, 0.13138694763183595]",tokens/s,1948.6254539102354,kWh,1.5525963674963728e-06,8.507484807100274e-07,6.44209389825974e-06,8.845438746466142e-06,tokens/kWh,28941469.986695126,MB,1849.270272,7021.789184,0.0,6373.244928,6309.223424,s,10,19.932973754882813,1.9932973754882812,0.01668513659128983,1.9877265014648438,2.011113586425781,2.024606719970703,2.035401226806641,"[2.0081151123046874, 2.038099853515625, 1.9893792724609376, 1.990716552734375, 1.9883814697265625, 1.978673828125, 1.9832659912109376, 1.98658740234375, 1.987071533203125, 1.9826827392578126]",tokens/s,31.605921311448785,kWh,2.357618249382328e-05,1.29200524256593e-05,7.239874695214015e-05,0.00010889498187162272,tokens/kWh,578539.0558609144,,s,630,19.93104792213441,0.031636584003387945,0.0005797264447420896,0.03146854400634766,0.0326434814453125,0.032836249351501465,0.03354303352355958,"[0.0318023681640625, 0.03161497688293457, 0.03158732795715332, 0.031547391891479495, 0.03312639999389649, 0.031491071701049804, 0.031470592498779294, 0.0316866569519043, 0.031306751251220705, 0.031546367645263675, 0.031426559448242186, 0.03139891242980957, 0.03079884719848633, 0.032379905700683595, 0.03144396781921387, 0.03152383995056152, 0.03141529655456543, 0.03141734313964844, 0.031579135894775394, 0.0313702392578125, 0.03143987274169922, 0.03153305625915527, 0.03143168067932129, 0.03292364883422851, 0.03278335952758789, 0.03273830413818359, 0.03268198394775391, 0.03266252899169922, 0.03283456039428711, 0.03270655822753906, 0.031575040817260744, 0.031720447540283206, 0.03143168067932129, 0.03129548835754394, 0.03159040069580078, 0.03145113563537598, 0.0312729606628418, 0.03137638473510742, 0.03168767929077149, 0.03160780715942383, 0.03148185539245606, 0.03146854400634766, 0.031662080764770506, 0.031409151077270506, 0.031322111129760744, 0.03163955116271973, 0.03177574348449707, 0.031631359100341795, 0.03124838447570801, 0.031524864196777344, 0.03146137619018555, 0.0313384952545166, 0.031388671875, 0.03189555168151856, 0.03297484970092773, 0.033056766510009765, 0.032742401123046876, 0.033159168243408206, 0.0329543685913086, 0.03284275054931641, 0.032494590759277346, 0.032911361694335936, 0.032863231658935545, 0.032868350982666016, 0.03268710327148437, 0.032514049530029294, 0.03277004623413086, 0.03245363235473633, 0.03278847885131836, 0.03273420715332031, 0.03259494400024414, 0.032814079284667966, 0.03097395133972168, 0.03095961570739746, 0.03159654426574707, 0.0311592960357666, 0.03091967964172363, 0.031319040298461914, 0.031627264022827145, 0.031352832794189454, 0.031356927871704104, 0.03194572830200195, 0.03132928085327148, 0.031304704666137696, 0.031221759796142577, 0.03165593528747559, 0.03271475219726563, 0.03278540802001953, 0.03274649429321289, 0.03297587203979492, 0.032656383514404294, 0.03260927963256836, 0.03284275054931641, 0.03259699249267578, 0.03282227325439453, 0.03283967971801758, 0.032553985595703126, 0.03261644744873047, 0.03222118377685547, 0.032963584899902344, 0.0326901741027832, 0.03283148956298828, 0.0331253776550293, 0.03241164779663086, 0.0330250244140625, 0.0328089599609375, 0.03279564666748047, 0.0327086067199707, 0.03283763122558594, 0.031604736328125, 0.03162009620666504, 0.03261030578613281, 0.033188865661621096, 0.03255295944213867, 0.032696319580078126, 0.03297177505493164, 0.032642047882080076, 0.03274137496948242, 0.032486400604248046, 0.03290828704833984, 0.03540070343017578, 0.031238143920898437, 0.031037439346313478, 0.031252479553222655, 0.031021055221557618, 0.03378688049316406, 0.03139174461364746, 0.03151769638061523, 0.031218687057495118, 0.0314071044921875, 0.031422464370727536, 0.03147980880737305, 0.03125760078430176, 0.031558656692504884, 0.03146137619018555, 0.03156582450866699, 0.03160166358947754, 0.03137740707397461, 0.03141939163208008, 0.03147980880737305, 0.03136819267272949, 0.031306751251220705, 0.031115264892578126, 0.03100569534301758, 0.03120947265625, 0.03457535934448242, 0.032553985595703126, 0.03222630310058594, 0.03144396781921387, 0.03161087989807129, 0.03139481544494629, 0.03134464073181152, 0.032008190155029294, 0.03266969680786133, 0.031645696640014646, 0.03285094451904297, 0.032551937103271485, 0.031591424942016604, 0.03136716842651367, 0.031456256866455076, 0.031470592498779294, 0.03148287963867188, 0.031682559967041016, 0.03156377601623535, 0.031507455825805664, 0.03172249603271484, 0.03163955116271973, 0.031546367645263675, 0.031475711822509765, 0.03168972778320313, 0.03161292839050293, 0.031153152465820313, 0.031091712951660157, 0.031339519500732424, 0.03146751976013184, 0.03139993667602539, 0.03102720069885254, 0.031235071182250978, 0.03139072036743164, 0.031222784042358398, 0.031178752899169923, 0.03131084823608398, 0.0315361270904541, 0.03138764762878418, 0.031071231842041015, 0.03144704055786133, 0.03160371208190918, 0.03157094383239746, 0.03189657592773437, 0.03177676773071289, 0.03170508766174317, 0.031052799224853517, 0.03120844841003418, 0.031202304840087892, 0.032099327087402346, 0.03176140785217285, 0.032421886444091795, 0.03347251129150391, 0.03279872131347656, 0.031488000869750975, 0.031045631408691408, 0.03138047981262207, 0.03134771156311035, 0.03171327972412109, 0.031406080245971676, 0.03140812873840332, 0.032707584381103515, 0.033463294982910154, 0.032683006286621095, 0.032054271697998044, 0.03135078430175781, 0.03134873580932617, 0.03144908714294434, 0.03154431915283203, 0.03141119956970215, 0.0314204158782959, 0.03153203201293946, 0.032077823638916016, 0.031318016052246093, 0.03148185539245606, 0.031710208892822264, 0.03144396781921387, 0.031341567993164066, 0.03151872062683105, 0.03153817558288574, 0.03155046463012695, 0.03132825660705566, 0.03146854400634766, 0.03138047981262207, 0.031099903106689454, 0.03144908714294434, 0.03159859275817871, 0.03145113563537598, 0.031340543746948245, 0.03156787109375, 0.031438848495483396, 0.03122790336608887, 0.03118284797668457, 0.03158118438720703, 0.031735807418823245, 0.031110143661499022, 0.030918655395507814, 0.031092735290527345, 0.03146342468261719, 0.03159347152709961, 0.031510528564453126, 0.03153203201293946, 0.03080601692199707, 0.031128576278686523, 0.03150643157958984, 0.03227238464355469, 0.03150643157958984, 0.03129446411132813, 0.031926271438598636, 0.03153305625915527, 0.03137843132019043, 0.0315996150970459, 0.03240959930419922, 0.031525888442993165, 0.031733760833740236, 0.032797695159912106, 0.03136819267272949, 0.03159756851196289, 0.031494144439697266, 0.03250175857543945, 0.031543296813964845, 0.03161292839050293, 0.03136614418029785, 0.03139379119873047, 0.0315863037109375, 0.031491071701049804, 0.03160063934326172, 0.03151667213439941, 0.03143475151062012, 0.031524864196777344, 0.03139891242980957, 0.03139993667602539, 0.03140096092224121, 0.03288063812255859, 0.0326901741027832, 0.03183206367492676, 0.031817728042602536, 0.031132671356201173, 0.031558656692504884, 0.03144704055786133, 0.031562751770019534, 0.031528959274291994, 0.03180441665649414, 0.031455232620239255, 0.03137433624267578, 0.031356927871704104, 0.03155251121520996, 0.03160371208190918, 0.0315545597076416, 0.03139993667602539, 0.03146342468261719, 0.03159244728088379, 0.031507455825805664, 0.03094121551513672, 0.03108348846435547, 0.031247360229492187, 0.031525888442993165, 0.03133030319213867, 0.03126169586181641, 0.03100262451171875, 0.031095808029174804, 0.03160780715942383, 0.031144960403442383, 0.030943231582641603, 0.03130572891235352, 0.03180646324157715, 0.032110591888427735, 0.03140096092224121, 0.03181056022644043, 0.031031295776367186, 0.031122432708740235, 0.031437824249267575, 0.03153305625915527, 0.031194112777709962, 0.031275007247924806, 0.03170918464660644, 0.03141529655456543, 0.03143987274169922, 0.031178752899169923, 0.03158323287963867, 0.031106048583984375, 0.031015935897827147, 0.03119206428527832, 0.03113167953491211, 0.030952415466308593, 0.03100467109680176, 0.031096832275390625, 0.031422464370727536, 0.03127910423278808, 0.031118335723876952, 0.03120748710632324, 0.03171219253540039, 0.03134771156311035, 0.032368640899658206, 0.031898624420166014, 0.031753215789794925, 0.03226828765869141, 0.03136000061035156, 0.0314521598815918, 0.031558656692504884, 0.031369216918945314, 0.03131289672851562, 0.03115007972717285, 0.03122585678100586, 0.031682559967041016, 0.03100979232788086, 0.031319040298461914, 0.031525888442993165, 0.03158732795715332, 0.031648767471313476, 0.031066112518310547, 0.031204351425170897, 0.03155148887634277, 0.031127552032470703, 0.031122432708740235, 0.03149007987976074, 0.030943199157714842, 0.03115519905090332, 0.03138662338256836, 0.03171737670898438, 0.03134464073181152, 0.03157606315612793, 0.031130624771118165, 0.030947328567504883, 0.03178598403930664, 0.0325591049194336, 0.031663103103637694, 0.03169587135314941, 0.031817728042602536, 0.03169484710693359, 0.031389696121215824, 0.030938112258911132, 0.031213567733764647, 0.03122483253479004, 0.03129548835754394, 0.031409151077270506, 0.03141529655456543, 0.031425535202026365, 0.03152179145812988, 0.031611904144287106, 0.03132620811462403, 0.03124019241333008, 0.03146240043640137, 0.031340543746948245, 0.031306751251220705, 0.031524864196777344, 0.0315043830871582, 0.03134976005554199, 0.03158425521850586, 0.03144908714294434, 0.031102975845336913, 0.03124224090576172, 0.031780864715576174, 0.03154022407531738, 0.030934015274047853, 0.03117363166809082, 0.03196313667297363, 0.03169075202941894, 0.031237119674682616, 0.031252479553222655, 0.0314521598815918, 0.031302656173706055, 0.03133337593078613, 0.03140096092224121, 0.03155558395385742, 0.031369216918945314, 0.03158323287963867, 0.031318016052246093, 0.031474687576293944, 0.031545343399047854, 0.03141734313964844, 0.031438848495483396, 0.031541248321533204, 0.03141734313964844, 0.03123302459716797, 0.030991359710693358, 0.03232563018798828, 0.03140300750732422, 0.03201228713989258, 0.031340543746948245, 0.03151667213439941, 0.031514623641967776, 0.0314071044921875, 0.03160268783569336, 0.03240447998046875, 0.03149516868591309, 0.03184435272216797, 0.03150643157958984, 0.031066112518310547, 0.0321341438293457, 0.03172863960266113, 0.03140505599975586, 0.032266239166259765, 0.03134771156311035, 0.031471616744995115, 0.03100262451171875, 0.03130982398986817, 0.03373158264160156, 0.03321139144897461, 0.03181363105773926, 0.03153305625915527, 0.03147776031494141, 0.031218687057495118, 0.0312801284790039, 0.03144601631164551, 0.03162521553039551, 0.031513599395751955, 0.031494144439697266, 0.031628288269042966, 0.031649791717529296, 0.03155046463012695, 0.031475711822509765, 0.0314654712677002, 0.0311592960357666, 0.03139276885986328, 0.031355903625488284, 0.03139686393737793, 0.03196313667297363, 0.031751167297363284, 0.03150540733337402, 0.03167436790466309, 0.031307775497436525, 0.031301631927490234, 0.031643648147583005, 0.03142758369445801, 0.03099750328063965, 0.03098931121826172, 0.031498239517211916, 0.03132620811462403, 0.0313118724822998, 0.03136204719543457, 0.03175424003601074, 0.031265792846679685, 0.031082496643066407, 0.031194112777709962, 0.0314839038848877, 0.03161087989807129, 0.031473663330078124, 0.0315156478881836, 0.030925823211669923, 0.031421440124511715, 0.030680063247680665, 0.030955520629882813, 0.0311910400390625, 0.03137740707397461, 0.03120128059387207, 0.031473663330078124, 0.031437824249267575, 0.03137228775024414, 0.03136511993408203, 0.031732736587524416, 0.03201945495605469, 0.031438848495483396, 0.03357183837890625, 0.032467967987060545, 0.03166924858093262, 0.03139583969116211, 0.03123200035095215, 0.03130060768127441, 0.034353153228759765, 0.03251814270019531, 0.031180799484252928, 0.031628288269042966, 0.03148287963867188, 0.031268863677978515, 0.03142451286315918, 0.030852096557617188, 0.03099238395690918, 0.030857215881347655, 0.031205375671386718, 0.03094937515258789, 0.03135078430175781, 0.0314521598815918, 0.030911487579345705, 0.03120639991760254, 0.03113369560241699, 0.03143168067932129, 0.031325183868408206, 0.031202304840087892, 0.03194470405578613, 0.03170611190795898, 0.031510528564453126, 0.03246284866333008, 0.031389696121215824, 0.031339519500732424, 0.031230976104736328, 0.03126067161560059, 0.03141836738586426, 0.031321088790893556, 0.03134566307067871, 0.03162419128417969, 0.03197747230529785, 0.031071231842041015, 0.031303680419921875, 0.03138150405883789, 0.03139583969116211, 0.03144908714294434, 0.0317071361541748, 0.03143577575683594, 0.03139174461364746, 0.0314654712677002, 0.03186278343200684, 0.031494144439697266, 0.0314654712677002, 0.031698944091796875, 0.031486976623535154, 0.03148492813110351, 0.03141734313964844, 0.03144806480407715, 0.03135897636413574, 0.031093759536743162, 0.03281817626953125, 0.031987712860107424, 0.031245311737060546, 0.031488000869750975, 0.031006719589233397, 0.0313702392578125, 0.031324159622192385, 0.03155763244628906, 0.03137638473510742, 0.032361473083496094, 0.03366195297241211, 0.031883264541625975, 0.031456256866455076, 0.03141939163208008, 0.03156070327758789, 0.03124019241333008, 0.031083520889282228, 0.03144601631164551, 0.031680511474609374, 0.0314521598815918, 0.03148287963867188, 0.032102401733398435, 0.0315043830871582, 0.03148287963867188, 0.03201740646362305, 0.03141119956970215, 0.031718399047851564, 0.031083520889282228, 0.03095756721496582, 0.03177267265319824, 0.03237785720825195, 0.03146342468261719, 0.03131391906738281, 0.03156172752380371, 0.03145113563537598, 0.03146444892883301, 0.031308799743652346, 0.03144601631164551, 0.03131699180603027, 0.03129855918884277, 0.03170816040039062, 0.03140812873840332, 0.03140096092224121, 0.03149004745483398, 0.031486976623535154, 0.03099443244934082, 0.03166720008850098, 0.031528959274291994, 0.031247360229492187, 0.031060991287231447, 0.031054847717285155, 0.03125964736938477, 0.03232665634155273, 0.031437824249267575, 0.03122585678100586, 0.03130060768127441, 0.031090688705444337, 0.031369216918945314, 0.03148492813110351, 0.031290367126464845, 0.031354976654052735, 0.0310086727142334, 0.032043006896972655, 0.03168870353698731, 0.031221759796142577, 0.03147878456115723, 0.03158323287963867, 0.03152076721191406, 0.03118387222290039, 0.03143475151062012, 0.0315043830871582, 0.03144704055786133, 0.032200702667236326, 0.03123302459716797]",tokens/s,31.608975226051918,,,,,,MB,4750.483456,6422.003712,0.0,5792.333824,5786.358272,s,1,11.078771484375,11.078771484375,0.0,11.078771484375,11.078771484375,11.078771484375,11.078771484375,[11.078771484375],,kWh,5.032034448611411e-05,2.7563363017127772e-05,7.23628356679995e-05,0.0001502465431712414, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-125m,facebook/opt-125m,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1209.090048,860.356608,0.0,213.909504,170.743808,s,10,0.21421366500854494,0.021421366500854494,0.0007539762532536659,0.0214237756729126,0.021840541458129883,0.022540222930908203,0.02309996810913086,"[0.023239904403686524, 0.02055948829650879, 0.020180959701538086, 0.021332832336425783, 0.021361120223999025, 0.021420991897583008, 0.021426559448242188, 0.021685056686401367, 0.021533376693725587, 0.02147337532043457]",tokens/s,11950.684844955536,kWh,2.398449171091862e-07,1.3142080517823352e-07,5.178841195130887e-07,8.891498418005083e-07,tokens/kWh,287915476.0704965,MB,1209.090048,860.356608,0.0,213.909504,191.397888,s,10,12.744945922851564,1.2744945922851563,0.008848051254187545,1.2764674682617188,1.2816593017578126,1.2865158081054688,1.290401013183594,"[1.2583297119140624, 1.2757177734375, 1.2624356689453125, 1.269275390625, 1.280580078125, 1.2774356689453126, 1.2772171630859375, 1.291372314453125, 1.275063232421875, 1.2775189208984374]",tokens/s,49.43135920807763,kWh,1.4195485066522585e-05,7.778812868232168e-06,2.7845194126488947e-05,4.981949206124371e-05,tokens/kWh,1264565.2814475372,,s,629,12.913626142501833,0.020530407221783516,0.0025759940562485803,0.02025267219543457,0.020413850021362305,0.020664524841308596,0.04143828460693365,"[0.02069708824157715, 0.019307519912719725, 0.01922764778137207, 0.019185663223266602, 0.019084287643432618, 0.019183616638183593, 0.019074047088623047, 0.01902899169921875, 0.01907302474975586, 0.01901670455932617, 0.01907711982727051, 0.01903001594543457, 0.019177471160888672, 0.019733503341674806, 0.019628032684326172, 0.019179519653320314, 0.018737152099609376, 0.01901158332824707, 0.019184640884399414, 0.019092479705810548, 0.018944000244140623, 0.01947340774536133, 0.02030899238586426, 0.02025369644165039, 0.02028544044494629, 0.020314111709594726, 0.02040937614440918, 0.020276191711425782, 0.02083020782470703, 0.020935680389404295, 0.021021696090698243, 0.020505599975585938, 0.020371456146240235, 0.020329471588134765, 0.020291584014892578, 0.02018611145019531, 0.02021887969970703, 0.020295679092407228, 0.020241472244262697, 0.020290496826171876, 0.02023628807067871, 0.020171775817871093, 0.020264959335327147, 0.020207616806030275, 0.020296703338623046, 0.020191232681274415, 0.02042163276672363, 0.020249599456787108, 0.020188159942626953, 0.02025267219543457, 0.020148223876953125, 0.020176895141601564, 0.020342784881591795, 0.020148223876953125, 0.02023219108581543, 0.020196352005004883, 0.020303871154785155, 0.020165632247924805, 0.020279296875, 0.020303871154785155, 0.020215808868408205, 0.020199424743652345, 0.03998515319824219, 0.02150912094116211, 0.020239360809326173, 0.020273151397705077, 0.02031001663208008, 0.02037868881225586, 0.020184000015258788, 0.019895296096801757, 0.019936256408691407, 0.02025574493408203, 0.020328447341918944, 0.020368383407592772, 0.020307968139648438, 0.020264959335327147, 0.020296703338623046, 0.02023321533203125, 0.020321279525756835, 0.020396032333374024, 0.0202608642578125, 0.02021785545349121, 0.0202926082611084, 0.020304895401000975, 0.02029363250732422, 0.02024550437927246, 0.0202608642578125, 0.02026803207397461, 0.020238336563110353, 0.02021990394592285, 0.020357120513916017, 0.020237312316894532, 0.020274175643920898, 0.020222976684570314, 0.020093952178955078, 0.01990553665161133, 0.020068351745605468, 0.020265983581542968, 0.02025267219543457, 0.02027212715148926, 0.02022604751586914, 0.020374528884887694, 0.02030086326599121, 0.020302783966064452, 0.02025267219543457, 0.02029465675354004, 0.02032640075683594, 0.02028339195251465, 0.020231168746948244, 0.02023628807067871, 0.020206687927246093, 0.02063555145263672, 0.020271104812622072, 0.020271104812622072, 0.020331520080566406, 0.020166656494140626, 0.020197376251220703, 0.02031718444824219, 0.020410367965698242, 0.020248575210571287, 0.020280319213867186, 0.020312063217163084, 0.019936256408691407, 0.02004377555847168, 0.019813375473022463, 0.03957555389404297, 0.01905254364013672, 0.01896553611755371, 0.020229087829589844, 0.020121599197387697, 0.01988096046447754, 0.02011350440979004, 0.020320159912109375, 0.02023423957824707, 0.020305919647216796, 0.02027724838256836, 0.019941375732421874, 0.019931135177612306, 0.019892255783081056, 0.019844064712524413, 0.01988915252685547, 0.019958784103393554, 0.019869695663452147, 0.019793920516967774, 0.020273151397705077, 0.02020966339111328, 0.02004787254333496, 0.01989836883544922, 0.01987276840209961, 0.019846208572387697, 0.01981023979187012, 0.01978265571594238, 0.019842048645019532, 0.019826688766479493, 0.01985228729248047, 0.01982771110534668, 0.01992192077636719, 0.020001792907714845, 0.02025267219543457, 0.02025062370300293, 0.020378623962402344, 0.02023628807067871, 0.020208639144897463, 0.020338687896728515, 0.020341760635375978, 0.02028646469116211, 0.02028441619873047, 0.020221952438354493, 0.020279296875, 0.01987993621826172, 0.01981644821166992, 0.0200263671875, 0.019933183670043944, 0.019896320343017578, 0.019795967102050782, 0.02007756805419922, 0.02049228858947754, 0.020265983581542968, 0.020321279525756835, 0.02026393508911133, 0.02025881576538086, 0.020291584014892578, 0.020248575210571287, 0.020282367706298828, 0.02022502326965332, 0.01990656089782715, 0.02007756805419922, 0.02033158493041992, 0.04208224105834961, 0.020229120254516602, 0.020274175643920898, 0.020248640060424806, 0.020251583099365235, 0.020347904205322266, 0.020264991760253905, 0.02031407928466797, 0.02025369644165039, 0.020372480392456056, 0.020086816787719727, 0.019856351852416992, 0.020141056060791016, 0.020256767272949217, 0.02023628807067871, 0.02024140739440918, 0.020322303771972656, 0.02021683120727539, 0.02021683120727539, 0.020265983581542968, 0.020677631378173827, 0.02022400093078613, 0.020192319869995118, 0.0201778564453125, 0.020320255279541014, 0.02020249557495117, 0.02025164794921875, 0.02023222351074219, 0.020218847274780273, 0.02027827262878418, 0.020271104812622072, 0.020196352005004883, 0.020262912750244142, 0.02021785545349121, 0.020148223876953125, 0.020306943893432617, 0.019851264953613282, 0.01982361602783203, 0.019758111953735353, 0.01989423942565918, 0.019974143981933593, 0.020207616806030275, 0.02025881576538086, 0.019831872940063475, 0.019873727798461915, 0.02012774467468262, 0.02026188850402832, 0.020153343200683595, 0.019853311538696287, 0.02019327926635742, 0.020288511276245116, 0.020274175643920898, 0.020190208435058594, 0.020262912750244142, 0.01984409523010254, 0.019801088333129883, 0.019779584884643556, 0.019842048645019532, 0.020130815505981444, 0.019990528106689453, 0.019826688766479493, 0.019862527847290038, 0.019831872940063475, 0.04200339126586914, 0.02023526382446289, 0.02045849609375, 0.020970495223999023, 0.020531200408935548, 0.020892671585083008, 0.020341760635375978, 0.020350976943969725, 0.02026905632019043, 0.020180992126464844, 0.020311040878295897, 0.02026700782775879, 0.020231168746948244, 0.02023423957824707, 0.02019430351257324, 0.020206592559814454, 0.020353023529052734, 0.020214784622192384, 0.01984000015258789, 0.019862527847290038, 0.02023628807067871, 0.02126438331604004, 0.0216760311126709, 0.020580352783203124, 0.020387840270996094, 0.020199424743652345, 0.02022604751586914, 0.020330495834350586, 0.020345855712890625, 0.020249599456787108, 0.02024553680419922, 0.020327392578125, 0.020487167358398437, 0.02025369644165039, 0.02027622413635254, 0.02025267219543457, 0.020237312316894532, 0.02025267219543457, 0.020238336563110353, 0.020354047775268554, 0.020192256927490236, 0.02024140739440918, 0.02024550437927246, 0.020273151397705077, 0.020229120254516602, 0.02022400093078613, 0.020179967880249023, 0.02028339195251465, 0.020326431274414063, 0.020362207412719727, 0.02024448013305664, 0.02025574493408203, 0.02028339195251465, 0.02025984001159668, 0.020185087203979494, 0.020222976684570314, 0.02066534423828125, 0.020316160202026368, 0.020238336563110353, 0.020264959335327147, 0.019974143981933593, 0.01985024070739746, 0.020262912750244142, 0.042054656982421876, 0.02025267219543457, 0.02027519989013672, 0.020246528625488282, 0.01987276840209961, 0.01986457633972168, 0.020166656494140626, 0.02024448013305664, 0.020307968139648438, 0.02025164794921875, 0.019947519302368166, 0.019974143981933593, 0.02027008056640625, 0.0202926082611084, 0.02020249557495117, 0.020297727584838866, 0.020331520080566406, 0.020315135955810547, 0.02022809600830078, 0.020212736129760742, 0.020198400497436524, 0.02025062370300293, 0.020199424743652345, 0.020200447082519533, 0.020182016372680665, 0.02027008056640625, 0.020191232681274415, 0.020173824310302735, 0.020218944549560545, 0.02019424057006836, 0.020198400497436524, 0.02020560073852539, 0.020251615524291992, 0.02062848091125488, 0.020340736389160157, 0.02022502326965332, 0.020247552871704103, 0.02028339195251465, 0.020568063735961914, 0.020242431640625, 0.02031417655944824, 0.02057414436340332, 0.019911680221557617, 0.02025267219543457, 0.020347904205322266, 0.021287935256958008, 0.02064793586730957, 0.020349952697753908, 0.020262912750244142, 0.020363264083862305, 0.02019430351257324, 0.020304895401000975, 0.02039193534851074, 0.020297727584838866, 0.02042265510559082, 0.020313087463378905, 0.02030284881591797, 0.020274272918701174, 0.020080543518066405, 0.02008064079284668, 0.020324352264404297, 0.020384767532348632, 0.020333568572998048, 0.042241024017333983, 0.02028544044494629, 0.020229120254516602, 0.020221952438354493, 0.020212736129760742, 0.020404224395751954, 0.02023423957824707, 0.020382720947265624, 0.020281343460083007, 0.02029363250732422, 0.020208703994750978, 0.020254655838012694, 0.020379648208618165, 0.020330495834350586, 0.020254720687866212, 0.020338687896728515, 0.020281343460083007, 0.02028339195251465, 0.020355072021484375, 0.02028544044494629, 0.020231168746948244, 0.02017791938781738, 0.020330495834350586, 0.02024038314819336, 0.020519935607910156, 0.02067967987060547, 0.020257791519165038, 0.020182016372680665, 0.020178943634033202, 0.020263967514038087, 0.020200416564941405, 0.020271104812622072, 0.02021785545349121, 0.020220928192138672, 0.020180992126464844, 0.020312063217163084, 0.0202608642578125, 0.020179967880249023, 0.0202106876373291, 0.02023526382446289, 0.02025881576538086, 0.020306943893432617, 0.02028441619873047, 0.02022604751586914, 0.020306976318359374, 0.019882976531982424, 0.019950592041015625, 0.020271104812622072, 0.02026188850402832, 0.0202106876373291, 0.020304895401000975, 0.020265983581542968, 0.02019327926635742, 0.02032640075683594, 0.02018611145019531, 0.02025164794921875, 0.02017078399658203, 0.020247520446777342, 0.02022707176208496, 0.020305919647216796, 0.020208639144897463, 0.020496383666992187, 0.02042367935180664, 0.042605567932128906, 0.02021887969970703, 0.020404224395751954, 0.02062233543395996, 0.020393983840942383, 0.020343807220458983, 0.02024038314819336, 0.020237312316894532, 0.020338687896728515, 0.02053222465515137, 0.020817920684814452, 0.02027622413635254, 0.02032537651062012, 0.020205568313598633, 0.02027008056640625, 0.020329471588134765, 0.020298751831054687, 0.02145996856689453, 0.025221120834350585, 0.020569087982177735, 0.020306943893432617, 0.02028544044494629, 0.02024038314819336, 0.02020147132873535, 0.020381696701049806, 0.020282367706298828, 0.020307968139648438, 0.020419584274291993, 0.02026700782775879, 0.020279296875, 0.02083635139465332, 0.021517311096191406, 0.020587520599365236, 0.020557823181152343, 0.020347904205322266, 0.02031820869445801, 0.020221952438354493, 0.020406272888183592, 0.020273151397705077, 0.02027519989013672, 0.02067353630065918, 0.020470783233642577, 0.020719615936279297, 0.020738048553466795, 0.02037555122375488, 0.020353023529052734, 0.02025881576538086, 0.020349952697753908, 0.020315135955810547, 0.020428800582885744, 0.02027519989013672, 0.02026188850402832, 0.020280319213867186, 0.02027008056640625, 0.020312063217163084, 0.02021990394592285, 0.020213760375976563, 0.020369407653808593, 0.020748287200927733, 0.020246528625488282, 0.020626432418823244, 0.020282367706298828, 0.020279296875, 0.042315807342529294, 0.020212703704833985, 0.020257791519165038, 0.02022809600830078, 0.02020966339111328, 0.02042470359802246, 0.020254720687866212, 0.020345855712890625, 0.020248575210571287, 0.020297727584838866, 0.020306943893432617, 0.02024448013305664, 0.020200447082519533, 0.02027008056640625, 0.019957759857177734, 0.019963903427124022, 0.01985638427734375, 0.02012876892089844, 0.020149248123168945, 0.02020351982116699, 0.02023526382446289, 0.020280319213867186, 0.020370431900024414, 0.02029465675354004, 0.020332544326782227, 0.020207616806030275, 0.02025881576538086, 0.02017791938781738, 0.02032640075683594, 0.020279296875, 0.020353023529052734, 0.02029465675354004, 0.020262912750244142, 0.02014521598815918, 0.020229055404663087, 0.020239360809326173, 0.020356096267700196, 0.020447231292724608, 0.020213760375976563, 0.019912704467773438, 0.019998720169067383, 0.02030182456970215, 0.02023423957824707, 0.020521984100341797, 0.020257791519165038, 0.02046156883239746, 0.02024448013305664, 0.02030284881591797, 0.020321279525756835, 0.020262912750244142, 0.019899391174316407, 0.020146175384521483, 0.02021683120727539, 0.020239360809326173, 0.020206592559814454, 0.020165632247924805, 0.020188159942626953, 0.02026393508911133, 0.020182048797607422, 0.020228063583374024, 0.020174848556518556, 0.020279296875, 0.02023628807067871, 0.04223078536987305, 0.02027519989013672, 0.020182016372680665, 0.020239360809326173, 0.020185087203979494, 0.020356096267700196, 0.0202926082611084, 0.02021785545349121, 0.02027008056640625, 0.020195392608642577, 0.020257728576660156, 0.020167680740356447, 0.020396032333374024, 0.02027212715148926, 0.020257791519165038, 0.020358144760131838, 0.020206592559814454, 0.02021990394592285, 0.020220928192138672, 0.02032537651062012, 0.020185087203979494, 0.020204544067382812, 0.020214784622192384, 0.020150272369384766, 0.020295679092407228, 0.02036735916137695, 0.02066329574584961, 0.020395008087158203, 0.02025574493408203, 0.020183040618896485, 0.020570112228393556, 0.020170751571655272, 0.020412416458129884, 0.020172800064086914, 0.02032640075683594, 0.02039193534851074, 0.020271104812622072, 0.020246528625488282, 0.02021887969970703, 0.020249599456787108, 0.020213760375976563, 0.02109132766723633, 0.02033459281921387, 0.020187135696411132, 0.020321279525756835, 0.02024140739440918, 0.020366336822509764, 0.020296703338623046, 0.020247552871704103, 0.020333568572998048, 0.02012774467468262, 0.019778560638427735, 0.02003558349609375, 0.020170751571655272, 0.020320255279541014, 0.020282367706298828, 0.02018921661376953, 0.02028950309753418, 0.020239360809326173, 0.020196352005004883, 0.020279296875, 0.020165632247924805, 0.02025267219543457]",tokens/s,48.70823989009644,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,databricks/dbrx-base,databricks/dbrx-base,cuda,0,42,,,True,,,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",dbrx,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-350m,facebook/opt-350m,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1279.995904,1017.643008,0.0,371.195904,277.410816,s,10,0.4175716514587402,0.04175716514587402,0.001329291485763711,0.04133342361450196,0.042088745498657223,0.04389397258758545,0.04533815425872803,"[0.045699199676513674, 0.04128799819946289, 0.04128377532958984, 0.04097267150878906, 0.04157187271118164, 0.04107036972045899, 0.04121916961669922, 0.04137884902954102, 0.04168758392333984, 0.04140016174316406]",tokens/s,6130.684377296505,kWh,4.643787057311447e-07,2.5445859858069414e-07,1.253729761153002e-06,1.972567065464841e-06,tokens/kWh,129780124.83427167,MB,1279.995904,1017.643008,0.0,371.195904,323.048448,s,10,24.960871826171868,2.496087182617187,0.007120166670465486,2.4940638427734374,2.4991390625000003,2.5077969482421874,2.5147232568359374,"[2.516454833984375, 2.49401806640625, 2.495659423828125, 2.49662109375, 2.49185595703125, 2.493477294921875, 2.4905234375, 2.49093701171875, 2.494109619140625, 2.497215087890625]",tokens/s,25.239503026470214,kWh,2.763858284111377e-05,1.5146819142039876e-05,6.740021405084962e-05,0.00011018561603400326,tokens/kWh,571762.4701626954,,s,629,25.29028705596926,0.04020713363429131,0.0049559405951164134,0.03952540969848633,0.039936614990234376,0.040598938751220705,0.08109604888916017,"[0.04100912094116211, 0.04127743911743164, 0.04177305603027344, 0.04085964965820312, 0.041427967071533206, 0.04092620849609375, 0.04130918502807617, 0.040700927734375, 0.042106880187988284, 0.04071731185913086, 0.040460289001464846, 0.04082995223999023, 0.03992473602294922, 0.039828479766845705, 0.03968511962890625, 0.039523326873779296, 0.03983257675170898, 0.039553024291992187, 0.039913471221923826, 0.039607295989990236, 0.03934515380859375, 0.03961139297485351, 0.03963187026977539, 0.039706623077392575, 0.03935334396362305, 0.03937484741210937, 0.03951923370361328, 0.039556095123291016, 0.03966873550415039, 0.03936972808837891, 0.03945574569702148, 0.039840831756591796, 0.0411473274230957, 0.039992321014404295, 0.03950080108642578, 0.0393994255065918, 0.03961958312988281, 0.039554046630859374, 0.03956838226318359, 0.039792640686035156, 0.03939740753173828, 0.03990217590332031, 0.03950284957885742, 0.03952537536621094, 0.039384063720703126, 0.039395328521728515, 0.0393809928894043, 0.03959091186523438, 0.03945676803588867, 0.039395328521728515, 0.03952947235107422, 0.03961139297485351, 0.03948441696166992, 0.0394967041015625, 0.03940147018432617, 0.039337982177734376, 0.04001484680175781, 0.03948953628540039, 0.03933695983886719, 0.039452671051025394, 0.03969023895263672, 0.03961958312988281, 0.08116633605957031, 0.03934003067016602, 0.03947724914550781, 0.03954687881469727, 0.03953664016723633, 0.039618560791015625, 0.039354366302490236, 0.039488510131835936, 0.039809024810791016, 0.03934310531616211, 0.039357440948486325, 0.03944243240356445, 0.03957657623291016, 0.03940761566162109, 0.039419902801513675, 0.03942399978637695, 0.0395489273071289, 0.039482368469238284, 0.03993907165527344, 0.03930419158935547, 0.0394967041015625, 0.03933491134643555, 0.039373825073242184, 0.03941785430908203, 0.039444480895996094, 0.039467041015625, 0.039427040100097656, 0.03946086502075195, 0.039478271484375, 0.039577598571777346, 0.03945471954345703, 0.039298046112060545, 0.039298046112060545, 0.03948339080810547, 0.039370750427246096, 0.03942502212524414, 0.03943833541870117, 0.039602176666259765, 0.03958988952636719, 0.03945881652832031, 0.039532543182373044, 0.04032716751098633, 0.04127542495727539, 0.040283103942871094, 0.03961139297485351, 0.03957657623291016, 0.03948953628540039, 0.03951615905761719, 0.039367679595947266, 0.03977833557128906, 0.039686111450195315, 0.04003123092651367, 0.04087910461425781, 0.040207359313964845, 0.03972403335571289, 0.03946393585205078, 0.039387134552001955, 0.039554046630859374, 0.03936972808837891, 0.03947724914550781, 0.0394005126953125, 0.03951507186889648, 0.03940662384033203, 0.08121955108642578, 0.039504894256591795, 0.039790592193603515, 0.03975270462036133, 0.03982131195068359, 0.039556129455566406, 0.039650272369384766, 0.03966259384155273, 0.03948339080810547, 0.03957145690917969, 0.03962265777587891, 0.039591934204101564, 0.03957452774047852, 0.03968716812133789, 0.03951103973388672, 0.039772159576416014, 0.03950592041015625, 0.039828479766845705, 0.03968819046020508, 0.039564289093017575, 0.039532543182373044, 0.03951615905761719, 0.03973324966430664, 0.03973222351074219, 0.03958476638793945, 0.03959807968139648, 0.03997183990478516, 0.03969740676879883, 0.03954380798339844, 0.0401080322265625, 0.03958784103393555, 0.03946188735961914, 0.03951718521118164, 0.03965542221069336, 0.03964416122436523, 0.039585792541503906, 0.039599105834960936, 0.039634944915771485, 0.0393891830444336, 0.03955712127685547, 0.03965542221069336, 0.03983161544799805, 0.03946899032592773, 0.039577598571777346, 0.039572479248046875, 0.03957555389404297, 0.039698463439941406, 0.03968406295776367, 0.039599105834960936, 0.03945779037475586, 0.03973529434204102, 0.038989822387695314, 0.03940147018432617, 0.03963904190063477, 0.03952435302734375, 0.03980287933349609, 0.039634944915771485, 0.03947724914550781, 0.03947417449951172, 0.0395786247253418, 0.039591934204101564, 0.03949465560913086, 0.03950899124145508, 0.08075161743164062, 0.03947520065307617, 0.03970457458496094, 0.03956329727172852, 0.03949052810668945, 0.03964108657836914, 0.03945369720458984, 0.03959091186523438, 0.03958476638793945, 0.03949465560913086, 0.03940147018432617, 0.03942502212524414, 0.039354366302490236, 0.039539710998535156, 0.03950387191772461, 0.03942297744750976, 0.039923713684082034, 0.03959603118896484, 0.03958169555664062, 0.03936870574951172, 0.039532543182373044, 0.039547904968261716, 0.039572479248046875, 0.03954687881469727, 0.03948748779296875, 0.03956531143188476, 0.04043366241455078, 0.040976383209228515, 0.039962623596191404, 0.039689216613769535, 0.039373825073242184, 0.03946188735961914, 0.03932364654541016, 0.03958476638793945, 0.039539710998535156, 0.03945471954345703, 0.039446529388427735, 0.039629825592041014, 0.039375873565673826, 0.03932467269897461, 0.039597057342529295, 0.040233985900878906, 0.04049612808227539, 0.03984896087646484, 0.039357440948486325, 0.03942195129394531, 0.03954483032226563, 0.039456832885742185, 0.03950073623657226, 0.03953049468994141, 0.03962060928344727, 0.039444480895996094, 0.039754753112792966, 0.03976806259155274, 0.04006911849975586, 0.039629825592041014, 0.039419902801513675, 0.03955199813842773, 0.03977830505371094, 0.039602176666259765, 0.040025089263916014, 0.03968819046020508, 0.03958169555664062, 0.08158719635009766, 0.03952844619750977, 0.03982643127441406, 0.03968000030517578, 0.03958476638793945, 0.03935334396362305, 0.039572479248046875, 0.040210430145263674, 0.03953561782836914, 0.039654399871826174, 0.03932057571411133, 0.03947417449951172, 0.03926323318481445, 0.039636993408203126, 0.039689216613769535, 0.03954278564453125, 0.039504894256591795, 0.0395601921081543, 0.03949055862426758, 0.0393963508605957, 0.03964518356323242, 0.039634944915771485, 0.039430145263671876, 0.03942297744750976, 0.03927347183227539, 0.039599105834960936, 0.039367679595947266, 0.039485439300537106, 0.039806976318359374, 0.040528896331787106, 0.039532543182373044, 0.039362560272216796, 0.03942502212524414, 0.039651329040527344, 0.03954483032226563, 0.03994521713256836, 0.040018943786621096, 0.03948748779296875, 0.039367679595947266, 0.039653377532958986, 0.03947110366821289, 0.03956633758544922, 0.03923660659790039, 0.039523326873779296, 0.03932876968383789, 0.039406593322753904, 0.039462913513183595, 0.03944140625, 0.03933184051513672, 0.039863296508789066, 0.03953664016723633, 0.039504894256591795, 0.039191551208496093, 0.040030208587646485, 0.03945881652832031, 0.03943324661254883, 0.03956835174560547, 0.0393891830444336, 0.03934822463989258, 0.039390209197998044, 0.03933292770385742, 0.03960108947753906, 0.03945881652832031, 0.08104959869384766, 0.03950592041015625, 0.03941891098022461, 0.039413726806640625, 0.03958988952636719, 0.03938102340698242, 0.03919769668579102, 0.03935843276977539, 0.03926323318481445, 0.03933184051513672, 0.03955507278442383, 0.039395328521728515, 0.0393963508605957, 0.039449600219726565, 0.03967795181274414, 0.039828479766845705, 0.039708671569824217, 0.0393994255065918, 0.03942195129394531, 0.03932160186767578, 0.039772159576416014, 0.0416184310913086, 0.03949363327026367, 0.03941273498535156, 0.0393114242553711, 0.039466945648193356, 0.03957555389404297, 0.039329792022705076, 0.039397377014160156, 0.03927859115600586, 0.039390239715576175, 0.039481311798095706, 0.03924889755249023, 0.039397377014160156, 0.03929600143432617, 0.039414783477783204, 0.039723007202148435, 0.039465984344482424, 0.04114329528808594, 0.04011625671386719, 0.039448543548583986, 0.03947315216064453, 0.03952537536621094, 0.039370750427246096, 0.03939123153686523, 0.03942604827880859, 0.039684097290039064, 0.03952742385864258, 0.040645633697509766, 0.039919647216796875, 0.03952329635620117, 0.03967078399658203, 0.03952540969848633, 0.03946083068847656, 0.039446529388427735, 0.03928268814086914, 0.03962879943847656, 0.039470142364501956, 0.03950073623657226, 0.03953868865966797, 0.03960422515869141, 0.03969945526123047, 0.03978854370117187, 0.08111411285400391, 0.040289279937744144, 0.0393072624206543, 0.03955199813842773, 0.039501823425292966, 0.0393891830444336, 0.0393359375, 0.03960934448242188, 0.03942604827880859, 0.039554046630859374, 0.03937279891967774, 0.03945369720458984, 0.03937177658081055, 0.039611423492431644, 0.03978031921386719, 0.0395335693359375, 0.039449600219726565, 0.03945574569702148, 0.03949158477783203, 0.039651329040527344, 0.039408641815185545, 0.039446529388427735, 0.039370750427246096, 0.039618560791015625, 0.03969126510620117, 0.03963391876220703, 0.039793663024902344, 0.03998822402954102, 0.03951513671875, 0.03942502212524414, 0.03936460876464844, 0.03952844619750977, 0.03944550323486328, 0.039468032836914066, 0.03973836898803711, 0.039488510131835936, 0.039398399353027344, 0.03951103973388672, 0.039433216094970705, 0.03953049468994141, 0.039384063720703126, 0.039610366821289066, 0.03942195129394531, 0.03937484741210937, 0.039444480895996094, 0.039605247497558595, 0.0394700813293457, 0.0394598388671875, 0.03948134231567383, 0.03951103973388672, 0.039702529907226565, 0.03990528106689453, 0.03952844619750977, 0.03959807968139648, 0.039534591674804685, 0.03949772644042969, 0.03940966415405273, 0.039390209197998044, 0.03936153411865234, 0.03949260711669922, 0.03947724914550781, 0.039478271484375, 0.03961964797973633, 0.08132498931884766, 0.039577598571777346, 0.039392257690429686, 0.039580673217773435, 0.039521278381347655, 0.03939328002929687, 0.039190528869628906, 0.03920588684082031, 0.039411712646484375, 0.0393891830444336, 0.03947110366821289, 0.03920588684082031, 0.03942911911010742, 0.03978137588500977, 0.03956531143188476, 0.03957452774047852, 0.039624702453613284, 0.03947110366821289, 0.03937996673583984, 0.03949676895141602, 0.03960723114013672, 0.03957350540161133, 0.03959299087524414, 0.04049200057983399, 0.040079360961914064, 0.03965235137939453, 0.03947315216064453, 0.039523326873779296, 0.03956633758544922, 0.03941785430908203, 0.03943219375610352, 0.03935539245605469, 0.03939328002929687, 0.03963596725463867, 0.03949772644042969, 0.039539710998535156, 0.03936460876464844, 0.039382015228271484, 0.03985203170776367, 0.04112588882446289, 0.03990835189819336, 0.039303199768066406, 0.03935740661621094, 0.03930828857421875, 0.039629825592041014, 0.039370750427246096, 0.03955507278442383, 0.039414783477783204, 0.039392257690429686, 0.03963391876220703, 0.039408641815185545, 0.03947727966308594, 0.03938198471069336, 0.03943116760253906, 0.039287841796875, 0.03957244873046875, 0.03941686248779297, 0.03938608169555664, 0.03933695983886719, 0.03938816070556641, 0.03966566467285156, 0.03951001739501953, 0.03967795181274414, 0.0816015396118164, 0.03950899124145508, 0.03951308822631836, 0.039567359924316405, 0.03965951919555664, 0.03955820846557617, 0.03948230361938477, 0.03946086502075195, 0.03948339080810547, 0.03967385482788086, 0.039572479248046875, 0.03956326293945313, 0.03950387191772461, 0.03951103973388672, 0.03965446472167969, 0.03958572769165039, 0.03975372695922851, 0.039676959991455076, 0.03963081741333008, 0.03968307113647461, 0.039874561309814455, 0.03963596725463867, 0.039359489440917966, 0.03943936157226562, 0.03984998321533203, 0.03992166519165039, 0.039825408935546876, 0.03975987243652344, 0.03933695983886719, 0.03944755172729492, 0.03970355224609375, 0.03947520065307617, 0.03924070358276367, 0.039408641815185545, 0.03939328002929687, 0.0395786247253418, 0.039427135467529295, 0.039470016479492186, 0.03935641479492188, 0.039585792541503906, 0.03967488098144531, 0.039550975799560545, 0.039375873565673826, 0.039498752593994144, 0.03950387191772461, 0.03968307113647461, 0.0395601921081543, 0.03951513671875, 0.039567359924316405, 0.03954278564453125, 0.040025089263916014, 0.03950694274902344, 0.03945369720458984, 0.03981414413452149, 0.03958169555664062, 0.03971583938598633, 0.040190975189208986, 0.039646209716796874, 0.03933184051513672, 0.03954380798339844, 0.03963289642333984, 0.03962777709960937, 0.039547904968261716, 0.081259521484375, 0.03940454483032227, 0.03937996673583984, 0.03957452774047852, 0.039414783477783204, 0.039419902801513675, 0.03935644912719727, 0.03931337738037109, 0.03946700668334961, 0.0394117431640625, 0.03942396926879883, 0.039762943267822266, 0.039406593322753904, 0.039550975799560545, 0.039481407165527345, 0.03942700958251953, 0.0395489273071289, 0.03993600082397461, 0.04035379028320313, 0.04098361587524414, 0.03966969680786133, 0.03950080108642578, 0.039616512298583983, 0.03977830505371094, 0.039462913513183595, 0.03949260711669922, 0.039669761657714846, 0.03949977493286133, 0.03933388900756836, 0.039332862854003905, 0.039398399353027344, 0.03946700668334961, 0.039672832489013675, 0.039769088745117184, 0.040182785034179686, 0.04107059097290039, 0.04016742324829101, 0.03948441696166992, 0.03967078399658203, 0.03942604827880859, 0.03934207916259766, 0.03936460876464844, 0.03937279891967774, 0.03931545639038086, 0.04087807846069336, 0.04114636611938476, 0.039907329559326174, 0.03947110366821289, 0.03962879943847656, 0.03942707061767578, 0.03959609603881836, 0.03944236755371094, 0.039609375, 0.03951305770874024, 0.03944857788085938, 0.03932160186767578, 0.03956531143188476, 0.03942399978637695, 0.03932160186767578, 0.03932057571411133, 0.039365631103515625, 0.03976499176025391, 0.03956326293945313]",tokens/s,24.871208405344607,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,-,-,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 106, in _inner_fn validate_repo_id(arg_value) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '-'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '-'. Please provide either the path to a local folder or the repo_id of a model on the Hub. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2299.305984,9284.616192,0.0,8638.169088,8363.188736,s,10,5.526494567871094,0.5526494567871094,0.0002567069959968073,0.5525609130859375,0.5528471130371094,0.5530992767333984,0.5533010076904297,"[0.5533514404296875, 0.5524080200195313, 0.552573974609375, 0.5525478515625, 0.5524909057617188, 0.55270361328125, 0.5525462646484375, 0.5526094970703125, 0.5527910766601563, 0.552471923828125]",tokens/s,463.22310979600917,kWh,6.532762047143012e-06,3.578278035724667e-06,3.0960521844416564e-05,4.107156192728424e-05,tokens/kWh,6233023.240100754,MB,2299.305984,9284.616192,0.0,8638.169088,8449.785856,s,10,301.72253710937497,30.172253710937497,0.0016299163277334737,30.172092773437498,30.1741734375,30.1745583984375,30.1748663671875,"[30.1709140625, 30.169501953125, 30.17044921875, 30.174943359375, 30.17396875, 30.172021484375, 30.171830078125, 30.17265625, 30.1721640625, 30.174087890625]",tokens/s,2.088011078110562,kWh,0.00035620855293688725,0.0001952337516094533,0.0017138062350789828,0.0022652485396253232,tokens/kWh,27811.517764148004,,s,629,306.21709829711926,0.48683163481259006,0.06564312699697468,0.47895758056640625,0.4791920776367187,0.47928115234375,1.0315628076171874,"[0.47844863891601563, 0.47853976440429685, 0.4787660827636719, 0.4786217041015625, 0.47863192749023437, 0.478740478515625, 0.47849575805664063, 0.47867288208007813, 0.47862579345703127, 0.47863192749023437, 0.47875582885742185, 0.47860940551757813, 0.47923916625976565, 0.4787814331054687, 0.4786534423828125, 0.47871282958984374, 0.478845947265625, 0.47884698486328126, 0.4787026062011719, 0.47885516357421876, 0.4787322998046875, 0.4788193359375, 0.4788213806152344, 0.47919412231445313, 0.47875686645507814, 0.47898623657226563, 0.47890328979492186, 0.4789493713378906, 0.4789821472167969, 0.4788377685546875, 0.47864523315429686, 0.47897393798828125, 0.4790968322753906, 0.4793456726074219, 0.47883981323242186, 0.4792494201660156, 0.4788592529296875, 0.4791582641601563, 0.47883984375, 0.4790609741210938, 0.4789749755859375, 0.47912551879882814, 0.47886029052734375, 0.47911834716796875, 0.47910501098632813, 0.47917568969726565, 0.479140869140625, 0.47923199462890625, 0.4791357421875, 0.4790118408203125, 0.47873434448242186, 0.4789421997070312, 0.47902310180664065, 0.4791593017578125, 0.4786780090332031, 0.4791019592285156, 0.47895858764648436, 0.47903436279296874, 0.4791357421875, 0.4790446166992188, 0.47909786987304687, 0.47899237060546873, 1.0314117431640626, 0.47825714111328127, 0.47854388427734373, 0.4786411437988281, 0.4784302062988281, 0.4783482971191406, 0.47854693603515625, 0.4785008544921875, 0.47857357788085936, 0.47879782104492186, 0.478487548828125, 0.47878656005859377, 0.47863909912109376, 0.4788019104003906, 0.4788490295410156, 0.4786206665039062, 0.47878964233398436, 0.4787322998046875, 0.47886746215820314, 0.4788961486816406, 0.47856228637695314, 0.47877734375, 0.47900875854492186, 0.4787056579589844, 0.4790179748535156, 0.4786114501953125, 0.4788439025878906, 0.47870156860351565, 0.47899237060546873, 0.4787742614746094, 0.47894528198242187, 0.47881729125976563, 0.4790404968261719, 0.4788408203125, 0.4790753173828125, 0.47927294921875, 0.4794286193847656, 0.47876812744140623, 0.47900262451171877, 0.47901287841796875, 0.4788223876953125, 0.4791285705566406, 0.4789637145996094, 0.4790067138671875, 0.47913369750976564, 0.47893707275390623, 0.47890228271484375, 0.47897805786132813, 0.4789801025390625, 0.4789995422363281, 0.47925759887695313, 0.4788029479980469, 0.47917568969726565, 0.47902618408203124, 0.4792197265625, 0.47893707275390623, 0.479283203125, 0.47939892578125, 0.47913165283203124, 0.479035400390625, 0.47916339111328127, 0.47883160400390623, 0.47911322021484376, 1.0317076416015625, 0.4784619445800781, 0.4785367126464844, 0.47844863891601563, 0.4786124877929688, 0.4785848388671875, 0.47861761474609377, 0.4785070190429688, 0.4788633728027344, 0.47879782104492186, 0.47901080322265627, 0.47879885864257815, 0.47895346069335937, 0.4785643615722656, 0.4786974792480469, 0.47877734375, 0.4786759643554688, 0.478529541015625, 0.478983154296875, 0.4788295593261719, 0.47881216430664064, 0.47874969482421875, 0.4788520812988281, 0.47862887573242185, 0.47876812744140623, 0.4789063720703125, 0.4790753173828125, 0.4788910217285156, 0.4787660827636719, 0.4788920288085938, 0.47885311889648435, 0.47927706909179685, 0.478966796875, 0.47890228271484375, 0.4790097961425781, 0.4788520812988281, 0.47900775146484376, 0.47888385009765627, 0.4791654357910156, 0.47887258911132813, 0.47892376708984374, 0.4788961181640625, 0.47910400390625, 0.47892071533203123, 0.47909170532226564, 0.47895245361328126, 0.478983154296875, 0.47866470336914063, 0.47904257202148437, 0.47909170532226564, 0.47910604858398437, 0.4791224365234375, 0.47898623657226563, 0.47914495849609373, 0.47896575927734375, 0.4790097961425781, 0.4789964904785156, 0.47916952514648437, 0.4791521301269531, 0.4790302734375, 0.47906610107421876, 0.4791644287109375, 0.4793169860839844, 1.031615478515625, 0.4783810729980469, 0.4785592041015625, 0.4783841247558594, 0.47886846923828125, 0.4786483154296875, 0.4785776672363281, 0.4786698303222656, 0.47872921752929687, 0.47864013671875, 0.4787107849121094, 0.4798914489746094, 0.47873638916015626, 0.47859506225585935, 0.4788992004394531, 0.47875787353515625, 0.47858175659179686, 0.4787834777832031, 0.4786503601074219, 0.4788060302734375, 0.4792207336425781, 0.4789821472167969, 0.4792627258300781, 0.4787026062011719, 0.4788695068359375, 0.4790640869140625, 0.47880291748046877, 0.4790753173828125, 0.47874969482421875, 0.47891455078125, 0.4789360656738281, 0.47909786987304687, 0.47916134643554686, 0.47923098754882815, 0.47892376708984374, 0.47928729248046875, 0.47898828125, 0.4791347351074219, 0.47926992797851564, 0.47903125, 0.47878759765625, 0.47961395263671874, 0.4790097961425781, 0.47917568969726565, 0.47930572509765623, 0.47901287841796875, 0.47910400390625, 0.47877017211914064, 0.47912448120117185, 0.4790681457519531, 0.479236083984375, 0.47902618408203124, 0.47898110961914064, 0.47924530029296875, 0.4791582641601563, 0.47884799194335936, 0.47908352661132814, 0.4789964904785156, 0.4788848571777344, 0.47907839965820315, 0.479162353515625, 0.47926681518554687, 0.4794020080566406, 1.0314669189453125, 0.47860427856445314, 0.4786677856445313, 0.4785643615722656, 0.47865444946289065, 0.47868621826171875, 0.4786698303222656, 0.47941940307617187, 0.4786053161621094, 0.47854180908203126, 0.47884494018554685, 0.4787834777832031, 0.4785909729003906, 0.4788940734863281, 0.47888998413085937, 0.47895550537109377, 0.47870669555664064, 0.4786913146972656, 0.4789893188476563, 0.478740478515625, 0.47888894653320313, 0.4787302551269531, 0.4789114990234375, 0.47892376708984374, 0.4789329833984375, 0.47881216430664064, 0.4789381103515625, 0.4789626770019531, 0.4792698974609375, 0.47895040893554686, 0.4789749755859375, 0.47921868896484376, 0.47897293090820314, 0.47891455078125, 0.47899237060546873, 0.47900570678710935, 0.47900875854492186, 0.47890023803710935, 0.4788582458496094, 0.47895040893554686, 0.47903335571289063, 0.47904153442382813, 0.4790374450683594, 0.4789770202636719, 0.479056884765625, 0.47907022094726565, 0.4790323181152344, 0.4789493713378906, 0.47900057983398436, 0.4790067138671875, 0.4793323669433594, 0.47897906494140624, 0.4792053833007813, 0.47911935424804686, 0.47936102294921873, 0.47902618408203124, 0.4791562194824219, 0.4790906982421875, 0.47932211303710937, 0.47901287841796875, 0.47906610107421876, 0.4792893371582031, 0.47927294921875, 1.0316348876953125, 0.4785325927734375, 0.4786196594238281, 0.47847015380859376, 0.4786698303222656, 0.4785909729003906, 0.4786227111816406, 0.47862579345703127, 0.4789637451171875, 0.47865545654296876, 0.4787784118652344, 0.47865032958984377, 0.47873638916015626, 0.479278076171875, 0.4787189636230469, 0.4786831359863281, 0.47904257202148437, 0.4789432373046875, 0.47874765014648435, 0.4787486572265625, 0.47866064453125, 0.4789012145996094, 0.47876300048828124, 0.47872308349609377, 0.4788439025878906, 0.47897393798828125, 0.47894528198242187, 0.47910400390625, 0.4788643798828125, 0.47920333862304687, 0.47936306762695313, 0.47877017211914064, 0.478845947265625, 0.4789647216796875, 0.47888180541992187, 0.479035400390625, 0.47889306640625, 0.4788766784667969, 0.47902822875976564, 0.47904257202148437, 0.4789411926269531, 0.4789770202636719, 0.4790220947265625, 0.47905792236328126, 0.47895245361328126, 0.4792063903808594, 0.4789411926269531, 0.47870770263671875, 0.4790169677734375, 0.4791705627441406, 0.4790599670410156, 0.47916339111328127, 0.4790968322753906, 0.47914599609375, 0.47908352661132814, 0.4790097961425781, 0.47911422729492187, 0.4790271911621094, 0.47902618408203124, 0.4791510925292969, 0.4792545166015625, 0.4791849060058594, 0.4790753173828125, 1.0316329345703126, 0.4783585205078125, 0.47865139770507814, 0.47901388549804685, 0.47907635498046874, 0.47870770263671875, 0.47853158569335935, 0.4786206665039062, 0.478877685546875, 0.47854388427734373, 0.4786820983886719, 0.4790456237792969, 0.4787517395019531, 0.47872000122070313, 0.47868109130859376, 0.47854180908203126, 0.47888180541992187, 0.4787527770996094, 0.4789749755859375, 0.478635009765625, 0.478887939453125, 0.4786473083496094, 0.4786831359863281, 0.47845477294921873, 0.47887051391601565, 0.47874560546875, 0.47902923583984375, 0.47894528198242187, 0.4789974975585938, 0.4790179748535156, 0.4790241394042969, 0.478750732421875, 0.47897601318359373, 0.47904971313476563, 0.4789637145996094, 0.47881829833984374, 0.47893707275390623, 0.4790015869140625, 0.47896575927734375, 0.4789852294921875, 0.47925247192382814, 0.4788920288085938, 0.47890228271484375, 0.47897189331054685, 0.47905075073242187, 0.47881729125976563, 0.47911422729492187, 0.479035400390625, 0.47906100463867185, 0.479056884765625, 0.4790302734375, 0.4790302734375, 0.4791541748046875, 0.47906918334960935, 0.4791347351074219, 0.4790394897460937, 0.47916134643554686, 0.4790743103027344, 0.4791807861328125, 0.479288330078125, 0.47930059814453124, 0.4791593017578125, 0.47913165283203124, 1.0318223876953125, 0.4786411437988281, 0.4787107849121094, 0.47856024169921874, 0.4785909729003906, 0.47911117553710936, 0.47900875854492186, 0.4785633239746094, 0.4787886047363281, 0.47859814453125, 0.47862579345703127, 0.47872308349609377, 0.47884799194335936, 0.47879168701171876, 0.47879473876953127, 0.47870053100585935, 0.47876708984375, 0.47891659545898435, 0.47874151611328125, 0.47886846923828125, 0.47901593017578126, 0.47872000122070313, 0.47872308349609377, 0.4786217041015625, 0.47899853515625, 0.4789350280761719, 0.47917465209960936, 0.4791920776367187, 0.4791285705566406, 0.4787435607910156, 0.47882342529296873, 0.47862579345703127, 0.4791347351074219, 0.479067138671875, 0.4790968322753906, 0.4788582458496094, 0.47894528198242187, 0.4789821472167969, 0.47894528198242187, 0.47891455078125, 0.47897293090820314, 0.4790302734375, 0.478772216796875, 0.47916339111328127, 0.47897293090820314, 0.47908966064453123, 0.47919412231445313, 0.478983154296875, 0.47889306640625, 0.4791982116699219, 0.479177734375, 0.47900057983398436, 0.4791490478515625, 0.4790313110351562, 0.47899444580078127, 0.4789872741699219, 0.47901388549804685, 0.4791572570800781, 0.4789913635253906, 0.4790046691894531, 0.478961669921875, 0.4793210754394531, 0.47934259033203125, 1.032068115234375, 0.4789135437011719, 0.47862887573242185, 0.4786196594238281, 0.47868109130859376, 0.4786124877929688, 0.4788346862792969, 0.47865240478515625, 0.478624755859375, 0.47863092041015626, 0.4786677856445313, 0.4788387756347656, 0.4788367309570313, 0.47867083740234373, 0.47868722534179686, 0.47886541748046874, 0.478772216796875, 0.4788009033203125, 0.47886129760742185, 0.478877685546875, 0.4787886047363281, 0.4787394409179688, 0.47881011962890624, 0.47890023803710935, 0.47889306640625, 0.47880499267578125, 0.4791500854492188, 0.4788275146484375, 0.47891763305664065, 0.4789421997070312, 0.47914700317382813, 0.47901593017578126, 0.47907736206054685, 0.47905587768554686, 0.47904153442382813, 0.4789411926269531, 0.4791500854492188, 0.47902310180664065, 0.47902923583984375, 0.47890533447265626, 0.479067138671875, 0.479003662109375, 0.47898828125, 0.479035400390625, 0.4789462890625, 0.478993408203125, 0.4790548400878906, 0.4790241394042969, 0.4790804443359375, 0.4790487060546875, 0.4790947875976562, 0.47904257202148437, 0.47907635498046874, 0.4790404968261719, 0.4789544982910156, 0.4790968322753906, 0.4789801025390625, 0.4790957946777344, 0.47891558837890624, 0.4790220947265625, 0.47900570678710935, 0.47923712158203124, 0.4790650939941406, 1.03160009765625, 0.4784927062988281, 0.479036376953125, 0.4790517883300781, 0.47879782104492186, 0.4785172424316406, 0.4784578552246094, 0.4783370361328125, 0.47889511108398436, 0.47867391967773437, 0.47901287841796875, 0.47854388427734373, 0.4791562194824219, 0.478803955078125, 0.47863909912109376, 0.47866470336914063, 0.47879681396484375, 0.4789329833984375, 0.4787742614746094, 0.47872817993164063, 0.47914700317382813, 0.47899444580078127, 0.4789411926269531, 0.4787855224609375, 0.47933541870117186, 0.4789698486328125, 0.47898623657226563, 0.47876199340820313, 0.47901080322265627, 0.47899853515625, 0.47888180541992187, 0.4790220947265625, 0.4789012451171875, 0.47923916625976565, 0.47882546997070313, 0.47918386840820315, 0.47891046142578125, 0.478929931640625, 0.47911422729492187, 0.478803955078125, 0.4791173095703125, 0.47906918334960935, 0.4791214294433594, 0.47908041381835936, 0.47911935424804686, 0.47902822875976564, 0.4791982116699219, 0.47902822875976564, 0.47925247192382814, 0.4791203918457031, 0.47898110961914064, 0.47883981323242186, 0.4790753173828125, 0.4788848571777344, 0.4793118591308594, 0.4790220947265625, 0.47895758056640625, 0.4790302734375, 0.4791121826171875, 0.479035400390625, 0.4791920776367187, 0.47902105712890625, 0.47930572509765623]",tokens/s,2.0540982312806326,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,v,v,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/v/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947777-1ab7aca66a8306c06f1cbeaa;f838bbc0-bb9d-491f-aa3c-fd68850822c3) Repository Not Found for url: https://huggingface.co/v/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: v is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/polyglot-ko-12.8b,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1717.604352,9527.885824,0.0,8881.43872,8497.503744,s,10,5.993545471191406,0.5993545471191407,0.0007240393035905641,0.5991927795410157,0.599752490234375,0.6005824523925781,0.6012464221191406,"[0.6014124145507812, 0.5987788696289063, 0.5992168579101562, 0.5989117431640625, 0.59932373046875, 0.5995680541992188, 0.599168701171875, 0.5988727416992188, 0.5989714965820313, 0.5993208618164062]",tokens/s,427.12614967299464,kWh,7.080412242147658e-06,3.878708065852098e-06,3.63051761029406e-05,4.7264296410940355e-05,tokens/kWh,5416350.59526123,MB,1717.604352,9527.885824,0.0,8881.43872,8809.107968,s,10,338.8076875,33.88076875,0.007549327289851615,33.8807578125,33.890258203125,33.8920880859375,33.893551992187504,"[33.8721328125, 33.873328125, 33.8898515625, 33.88641796875, 33.878765625, 33.88275, 33.87205078125, 33.89391796875, 33.88489453125, 33.873578125]",tokens/s,1.8594619403374664,kWh,0.0003999013574090269,0.00021918175845520366,0.002042644625944459,0.0026617277418086896,tokens/kWh,23668.83697774079,,s,629,343.6616453857422,0.5463619163525313,0.07120688893758992,0.537785400390625,0.5382258544921875,0.5383391723632812,1.1368793701171875,"[0.537406494140625, 0.5374085083007812, 0.5377761840820312, 0.53743505859375, 0.5371238403320312, 0.5371821899414062, 0.5372293090820313, 0.5374566650390625, 0.5374893798828125, 0.5372037353515625, 0.5372456665039063, 0.53752734375, 0.5374248657226562, 0.5378712768554688, 0.53758056640625, 0.5373470458984375, 0.53739111328125, 0.537354248046875, 0.53734912109375, 0.5376378784179687, 0.537617431640625, 0.5376952514648438, 0.53746484375, 0.53740234375, 0.5374402465820313, 0.5373173828125, 0.5373501586914062, 0.5372426147460938, 0.5376317138671876, 0.537654296875, 0.5378878173828125, 0.5376675415039063, 0.5373839111328125, 0.5377536010742188, 0.5374351196289062, 0.5373338012695312, 0.5376173706054688, 0.5374238891601563, 0.5377730712890625, 0.5381539916992187, 0.5379675903320312, 0.5376962280273437, 0.5378877563476563, 0.5378365478515625, 0.5377679443359376, 0.5374259033203125, 0.5378846435546875, 0.537902099609375, 0.5386864624023437, 0.5386065673828125, 0.5381079711914063, 0.5378026733398438, 0.5379297485351563, 0.5375344848632813, 0.53791845703125, 0.5376849975585938, 0.5376952514648438, 0.5377955932617188, 0.5382645874023437, 0.5379993896484375, 0.5377874145507813, 0.537828369140625, 1.1367413330078124, 0.5371074829101562, 0.5373562622070313, 0.5372037353515625, 0.537797607421875, 0.5377955932617188, 0.53766552734375, 0.5375774536132812, 0.5374474487304688, 0.5376296997070312, 0.5376952514648438, 0.53768603515625, 0.5375313720703125, 0.5378560180664063, 0.5376532592773438, 0.5373399047851563, 0.5373778076171875, 0.5375048217773437, 0.5373900756835938, 0.5373829345703125, 0.5375006713867188, 0.5376153564453126, 0.5378017578125, 0.5377464599609375, 0.5380413208007813, 0.5373992919921875, 0.53746484375, 0.5374187622070312, 0.5372815551757812, 0.5377310791015625, 0.5372241821289062, 0.5376399536132812, 0.5376450805664063, 0.5377906494140625, 0.53747900390625, 0.5375508422851563, 0.5374095458984375, 0.537533447265625, 0.537607177734375, 0.537491455078125, 0.5373870239257813, 0.5378744506835937, 0.5375580444335938, 0.53806591796875, 0.5375662231445313, 0.5377986450195312, 0.5381099243164063, 0.538050537109375, 0.5378037719726563, 0.53793896484375, 0.5382635498046875, 0.5379491577148438, 0.5375949096679687, 0.5376635131835937, 0.5376768188476563, 0.5377720336914062, 0.5376348266601563, 0.537658447265625, 0.5377576293945312, 0.5377556762695312, 0.5381222534179687, 0.5386641235351562, 0.5383330078125, 1.1377294921875, 0.5380331420898438, 0.5381919555664062, 0.538099609375, 0.538229736328125, 0.537975830078125, 0.5378734130859375, 0.5378938598632812, 0.5377669067382812, 0.5379000244140625, 0.537860107421875, 0.537975830078125, 0.5377003784179688, 0.537764892578125, 0.5380567016601563, 0.5378867797851562, 0.53829833984375, 0.5383229370117187, 0.5378795776367188, 0.5380556640625, 0.53768603515625, 0.537829345703125, 0.5376737060546875, 0.5383075561523437, 0.5382860717773438, 0.53798095703125, 0.537796630859375, 0.537849853515625, 0.5378201904296875, 0.5379501953125, 0.53758056640625, 0.5379114379882812, 0.5378517456054688, 0.5380281372070312, 0.538009521484375, 0.5375559692382812, 0.5371719970703125, 0.5373839111328125, 0.5374269409179687, 0.538334228515625, 0.537943115234375, 0.538420166015625, 0.538208251953125, 0.537891845703125, 0.5375221557617188, 0.5378887939453125, 0.5380567016601563, 0.5382307739257812, 0.5377628173828125, 0.5381703491210937, 0.5379174194335937, 0.538229736328125, 0.5381887817382812, 0.5381836547851563, 0.5379102783203125, 0.5379256591796875, 0.5380147094726563, 0.537849853515625, 0.537734130859375, 0.5375641479492187, 0.5378150634765625, 0.5379471435546875, 0.5377832641601562, 1.1367813720703126, 0.5369395141601563, 0.537380859375, 0.5371873168945313, 0.5372733154296875, 0.5372640991210937, 0.5379000244140625, 0.53819287109375, 0.5374740600585938, 0.537591796875, 0.5375057983398438, 0.5373470458984375, 0.5375211791992187, 0.53720166015625, 0.5375877075195312, 0.537785400390625, 0.5376500854492188, 0.5375242309570313, 0.5382799072265625, 0.5381591186523438, 0.5379420166015625, 0.537913330078125, 0.5380361938476562, 0.538081298828125, 0.538203125, 0.5382389526367187, 0.53820947265625, 0.5377667236328125, 0.538113037109375, 0.5379501953125, 0.5383638916015625, 0.538203125, 0.5379276733398437, 0.5381795654296875, 0.5382205200195312, 0.5380648803710938, 0.53829833984375, 0.5379215087890625, 0.5377720336914062, 0.53783349609375, 0.5376685791015625, 0.5381652221679688, 0.5378641967773438, 0.538439697265625, 0.5383464965820313, 0.5380065307617188, 0.5380147094726563, 0.538102783203125, 0.537912353515625, 0.5382113037109375, 0.537908203125, 0.5379962768554688, 0.5383731079101562, 0.5382266845703125, 0.5379194946289062, 0.5376450805664063, 0.537733154296875, 0.5378948974609375, 0.5375836181640625, 0.5375825805664063, 0.5378037719726563, 0.5381253051757813, 0.53804541015625, 1.13728515625, 0.5372774047851563, 0.5373532104492188, 0.5371146850585937, 0.53719140625, 0.5371188354492188, 0.537610107421875, 0.5378795776367188, 0.537554931640625, 0.5375928344726563, 0.5379932250976562, 0.5379901733398438, 0.5378519287109375, 0.53756005859375, 0.537680908203125, 0.537533447265625, 0.5378989868164062, 0.5378232421875, 0.5377392578125, 0.5375989990234376, 0.5374361572265625, 0.5376224975585937, 0.5373409423828125, 0.5374607543945312, 0.5374136352539063, 0.5384161376953125, 0.5378088989257812, 0.5379799194335938, 0.5374464111328126, 0.5381693725585938, 0.5373296508789063, 0.5376532592773438, 0.5374607543945312, 0.5376153564453126, 0.53779150390625, 0.5379113159179687, 0.538155029296875, 0.5378856811523437, 0.5376481323242187, 0.5377218627929687, 0.5377771606445313, 0.5376593627929688, 0.5377454223632813, 0.5380321044921875, 0.5382246704101562, 0.5377955932617188, 0.5375191040039062, 0.5376511840820313, 0.537680908203125, 0.5377044677734375, 0.5377300415039062, 0.537650146484375, 0.53768701171875, 0.5380515747070312, 0.5384376220703125, 0.5384202270507813, 0.5382277221679688, 0.5381437377929688, 0.5379317626953125, 0.5381509399414063, 0.5378795776367188, 0.5377996826171875, 0.5382727661132812, 1.1381800537109374, 0.5374443359375, 0.5377423095703125, 0.537544677734375, 0.537417724609375, 0.5373450317382813, 0.5375631103515625, 0.537970703125, 0.5380280151367187, 0.5380843505859375, 0.5379317626953125, 0.537933837890625, 0.5381140747070312, 0.5376942138671875, 0.5378109741210938, 0.5376993408203125, 0.5376983032226562, 0.5377904663085937, 0.5373675537109375, 0.5374935302734375, 0.5373296508789063, 0.5374730224609375, 0.5374054565429688, 0.5375262451171875, 0.5375744018554688, 0.53740234375, 0.5377013549804688, 0.5377484741210937, 0.5380321044921875, 0.5378641967773438, 0.5379266357421875, 0.538017822265625, 0.5377330932617187, 0.5382225952148437, 0.5377218627929687, 0.5380311279296875, 0.5381990356445312, 0.537417724609375, 0.5376696166992188, 0.5374904174804688, 0.5376163940429688, 0.5375631103515625, 0.5374976196289063, 0.537511962890625, 0.5375416870117188, 0.5378323974609375, 0.5380618286132812, 0.538461181640625, 0.5382062377929687, 0.5379164428710937, 0.5377883911132812, 0.5381683349609375, 0.538186767578125, 0.5381273803710938, 0.5383321533203125, 0.5379522705078125, 0.5382328491210937, 0.5381795654296875, 0.5382471923828125, 0.5382706909179688, 0.5379799194335938, 0.53764404296875, 0.537776123046875, 1.137544189453125, 0.5377945556640625, 0.53743310546875, 0.5369937744140625, 0.5373296508789063, 0.5373767700195312, 0.53751806640625, 0.537565185546875, 0.5374945068359375, 0.5379840087890625, 0.5376256103515625, 0.5373890380859375, 0.5374935913085938, 0.5373695068359375, 0.5375764770507813, 0.5372815551757812, 0.5375610961914062, 0.5374403076171875, 0.5375200805664062, 0.5377054443359375, 0.5377915649414062, 0.5373746337890625, 0.5373409423828125, 0.537902099609375, 0.5374136352539063, 0.5373900756835938, 0.5373235473632813, 0.53774951171875, 0.5377750854492187, 0.5376215209960937, 0.53740234375, 0.5376296997070312, 0.5374361572265625, 0.537417724609375, 0.5373941650390625, 0.5374556274414063, 0.5377505493164062, 0.537618408203125, 0.5378314208984375, 0.5377525634765625, 0.5376082153320313, 0.5376665649414063, 0.5378447265625, 0.538081298828125, 0.5376849975585938, 0.537501708984375, 0.5380894775390626, 0.5377576904296875, 0.5374852905273437, 0.537607177734375, 0.537586669921875, 0.5375958862304687, 0.5376082153320313, 0.5376890869140625, 0.5376532592773438, 0.5379051513671875, 0.5379215087890625, 0.5379215087890625, 0.5379102783203125, 0.5379154052734375, 0.53895068359375, 0.53806689453125, 0.5377935180664063, 1.1376741943359374, 0.5382543334960938, 0.5381776123046875, 0.5377525024414063, 0.53785498046875, 0.5379840698242188, 0.5381682739257813, 0.5382225952148437, 0.538174560546875, 0.5384295043945313, 0.5376694946289062, 0.5380474853515625, 0.5375283203125, 0.5374115600585937, 0.5374893798828125, 0.53791845703125, 0.538123291015625, 0.5378037719726563, 0.5376481323242187, 0.53829833984375, 0.5379358520507812, 0.5379512939453125, 0.5379214477539063, 0.537923583984375, 0.5374320678710938, 0.5374351196289062, 0.5374801635742188, 0.53767578125, 0.5383259887695313, 0.537818115234375, 0.5382256469726563, 0.5383843994140625, 0.53812939453125, 0.5383167724609375, 0.5384110107421874, 0.5380618286132812, 0.5380812377929688, 0.5381254272460938, 0.5385419921875, 0.5381150512695313, 0.53808642578125, 0.5382584228515624, 0.5380014038085937, 0.5383157958984375, 0.5379288330078125, 0.5380043334960938, 0.5376676025390625, 0.5384796142578125, 0.5381570434570313, 0.5382789306640625, 0.5376716918945312, 0.537913330078125, 0.5378897705078125, 0.5380464477539062, 0.5377926635742187, 0.5380043334960938, 0.5382481689453125, 0.5379491577148438, 0.5378375854492188, 0.5377904663085937, 0.5378590698242187, 0.5378980102539063, 0.5378252563476562, 1.13691748046875, 0.5374740600585938, 0.5376819458007812, 0.5376685791015625, 0.537512939453125, 0.5373624267578125, 0.537469970703125, 0.5379542846679688, 0.5378846435546875, 0.5378242797851562, 0.537754638671875, 0.5383618774414063, 0.5377679443359376, 0.53774951171875, 0.5378519287109375, 0.5374432983398437, 0.5374535522460937, 0.5374843139648438, 0.5373870239257813, 0.537354248046875, 0.53768701171875, 0.5378007202148437, 0.5381642456054687, 0.5377750854492187, 0.537692138671875, 0.5378222045898438, 0.538124267578125, 0.5378959350585938, 0.537697265625, 0.5382154541015625, 0.53790625, 0.5379368896484376, 0.5382440185546875, 0.5383424682617187, 0.53749755859375, 0.537486328125, 0.5376819458007812, 0.5376644897460937, 0.5378007202148437, 0.537849853515625, 0.5378385620117188, 0.5379256591796875, 0.5374473876953125, 0.5378744506835937, 0.537891845703125, 0.538119140625, 0.5379778442382812, 0.5379583740234375, 0.5383895263671875, 0.5388851318359374, 0.5377003784179688, 0.5378785400390625, 0.53812939453125, 0.5379635009765625, 0.5378682861328125, 0.53796044921875, 0.538082275390625, 0.5380413208007813, 0.5379534301757812, 0.5383197631835938, 0.5381007080078125, 0.53791845703125, 0.5380249633789063, 1.1374632568359375, 0.537628662109375, 0.53767578125, 0.5378365478515625, 0.5373839721679687, 0.5370131225585938, 0.537296875, 0.5375303955078125, 0.53740234375, 0.5375344848632813, 0.5374843139648438, 0.5376777954101563, 0.537712646484375, 0.5380054931640625, 0.5375714721679687, 0.53775341796875, 0.5376030883789062, 0.537407470703125, 0.53745458984375, 0.5373890380859375, 0.5374771118164062, 0.538024169921875, 0.5377001342773438, 0.5374525146484375, 0.5373358154296874, 0.5372805786132813, 0.5376685180664063, 0.5373214721679688, 0.5373378295898438, 0.5375508422851563, 0.5375631103515625, 0.5376635131835937, 0.53781298828125, 0.5378119506835938, 0.53747412109375, 0.5376675415039063, 0.5376419677734375, 0.5377095947265625, 0.5374147338867188, 0.5373961181640625, 0.5379328002929687, 0.5377669067382812, 0.537481201171875, 0.5377034301757813, 0.5378744506835937, 0.5377054443359375, 0.5375201416015625, 0.5380065307617188, 0.5379154052734375, 0.5380198364257812, 0.5380781860351562, 0.5377945556640625, 0.53787646484375, 0.5377249145507812, 0.5382174682617188, 0.5379420166015625, 0.5377986450195312, 0.537881591796875, 0.537997314453125, 0.5385942993164062, 0.53770751953125, 0.5375631103515625, 0.5377013549804688]",tokens/s,1.830288623840989,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2,openai-community/gpt2,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1254.72768,893.91104,0.0,247.463936,189.067776,s,10,0.1715008964538574,0.01715008964538574,0.0004626842891741546,0.016930991172790524,0.01763515911102295,0.01799036340713501,0.01827452684402466,"[0.018345567703247072, 0.016922784805297852, 0.01693615913391113, 0.01692582321166992, 0.017556224822998047, 0.017033056259155275, 0.016823040008544923, 0.0168306884765625, 0.016779743194580077, 0.017347808837890624]",tokens/s,14927.035676975438,kWh,2.0434204854217232e-07,1.1196999001085051e-07,4.699686574049221e-07,7.862806959579449e-07,tokens/kWh,325583473.3270527,MB,1254.72768,893.91104,0.0,247.463936,209.72544,s,10,10.341356201171875,1.0341356201171874,0.011260867081140505,1.0309447021484375,1.0374079345703124,1.052245959472656,1.0641163793945312,"[1.067083984375, 1.034110595703125, 1.0270076904296874, 1.03406640625, 1.02809033203125, 1.0301700439453125, 1.02668896484375, 1.0310333251953125, 1.0308560791015624, 1.032248779296875]",tokens/s,60.92044290366953,kWh,1.2578433529029486e-05,6.8925208202391405e-06,2.5497357671990878e-05,4.4968312021259504e-05,tokens/kWh,1400986.5429286233,,s,629,10.476059639930726,0.01665510276618557,0.0020868862873047386,0.016270336151123048,0.016829439163208008,0.017095475006103516,0.03337338790893555,"[0.018183168411254884, 0.01777561569213867, 0.017458175659179686, 0.017114112854003907, 0.017076255798339844, 0.016827360153198242, 0.0170700798034668, 0.01721241569519043, 0.017140735626220704, 0.01682636833190918, 0.016756736755371093, 0.01745408058166504, 0.018266111373901366, 0.01863884735107422, 0.017704959869384765, 0.017714176177978515, 0.017732608795166017, 0.017265663146972657, 0.01683046340942383, 0.016926719665527345, 0.017978368759155275, 0.01718272018432617, 0.016821247100830078, 0.01663283157348633, 0.016713727951049806, 0.016701440811157226, 0.01680588722229004, 0.020279296875, 0.01758515167236328, 0.017098751068115235, 0.016845823287963867, 0.016728063583374024, 0.016270336151123048, 0.016235519409179687, 0.01621708869934082, 0.01623040008544922, 0.016331775665283203, 0.016232448577880858, 0.01620070457458496, 0.016192512512207033, 0.01634611129760742, 0.016282623291015624, 0.01660211181640625, 0.01742438316345215, 0.01684480094909668, 0.016737279891967775, 0.01683148765563965, 0.016470016479492186, 0.016519168853759765, 0.01620070457458496, 0.016315391540527344, 0.01623347282409668, 0.016220159530639648, 0.016683008193969725, 0.0166748161315918, 0.016706560134887697, 0.0163450870513916, 0.01617203140258789, 0.01619865608215332, 0.01680281639099121, 0.0162795524597168, 0.01620172882080078, 0.033454078674316406, 0.01616383934020996, 0.01723494338989258, 0.01641881561279297, 0.01637068748474121, 0.01679052734375, 0.016773120880126953, 0.01701068878173828, 0.01681715202331543, 0.0165130558013916, 0.016794591903686523, 0.016244735717773438, 0.016242687225341796, 0.016236543655395508, 0.01623347282409668, 0.016317440032958985, 0.016303104400634767, 0.01640447998046875, 0.01636249542236328, 0.01620889663696289, 0.016381952285766603, 0.01680793571472168, 0.016550912857055664, 0.01620889663696289, 0.016312320709228514, 0.016145408630371092, 0.01641472053527832, 0.016720895767211915, 0.01656831932067871, 0.01627136039733887, 0.01623142433166504, 0.01623347282409668, 0.016322559356689453, 0.016323583602905273, 0.01621299171447754, 0.016236543655395508, 0.016145408630371092, 0.0161474552154541, 0.01613926315307617, 0.016295936584472655, 0.01623961639404297, 0.01637990379333496, 0.016274431228637695, 0.016232448577880858, 0.016153600692749022, 0.01624678421020508, 0.01622118377685547, 0.01621299171447754, 0.01620582389831543, 0.01618636894226074, 0.016265247344970705, 0.016647136688232422, 0.016829439163208008, 0.016760831832885743, 0.01677107238769531, 0.016228351593017578, 0.016390144348144533, 0.01621401596069336, 0.01658367919921875, 0.016865280151367186, 0.016723968505859374, 0.016656383514404297, 0.016207872390747072, 0.033452030181884765, 0.016235519409179687, 0.016303104400634767, 0.016270336151123048, 0.01616281509399414, 0.01623040008544922, 0.01621401596069336, 0.016240640640258788, 0.016286720275878908, 0.016234495162963866, 0.01625497627258301, 0.01621401596069336, 0.016351232528686522, 0.016365568161010743, 0.016229408264160156, 0.01626825523376465, 0.016292863845825196, 0.016194559097290038, 0.01617817687988281, 0.01620070457458496, 0.016151552200317384, 0.016302080154418946, 0.01620582389831543, 0.016250879287719726, 0.016088064193725587, 0.016062463760375977, 0.016493568420410155, 0.01620889663696289, 0.016194559097290038, 0.016242687225341796, 0.016199680328369142, 0.016165887832641602, 0.016288768768310546, 0.01618943977355957, 0.016261119842529297, 0.01624678421020508, 0.01620377540588379, 0.01644339179992676, 0.016234495162963866, 0.01626316833496094, 0.01657241630554199, 0.01700044822692871, 0.016633888244628907, 0.016202720642089843, 0.01618739128112793, 0.01640550422668457, 0.01618124771118164, 0.016285696029663087, 0.016357376098632814, 0.01644441604614258, 0.01678643226623535, 0.016695295333862305, 0.016562175750732423, 0.016128000259399415, 0.01621504020690918, 0.016323583602905273, 0.016528383255004882, 0.016735231399536133, 0.016228351593017578, 0.016149503707885742, 0.01615667152404785, 0.016160768508911134, 0.016157695770263672, 0.03344486236572266, 0.016183296203613282, 0.016316415786743164, 0.01622425651550293, 0.016158720016479493, 0.01620172882080078, 0.01617817687988281, 0.016249856948852538, 0.016202751159667968, 0.016242687225341796, 0.01624678421020508, 0.016199680328369142, 0.01655193519592285, 0.01623142433166504, 0.01621401596069336, 0.01622323226928711, 0.01620172882080078, 0.01617715263366699, 0.016143360137939454, 0.016316415786743164, 0.016213024139404297, 0.016451583862304688, 0.016706527709960936, 0.01660006332397461, 0.016229408264160156, 0.016191455841064455, 0.016210943222045898, 0.016304128646850585, 0.016183296203613282, 0.01617919921875, 0.0162293758392334, 0.016151552200317384, 0.016207872390747072, 0.0161976318359375, 0.016304128646850585, 0.01639833641052246, 0.01638604736328125, 0.01639219284057617, 0.01617715263366699, 0.01623040008544922, 0.016100351333618163, 0.01621299171447754, 0.01626316833496094, 0.016219135284423827, 0.016536575317382812, 0.016694271087646484, 0.01665126419067383, 0.016476160049438478, 0.016942079544067384, 0.016932863235473633, 0.01703731155395508, 0.016926719665527345, 0.016442367553710938, 0.01680281639099121, 0.016696319580078126, 0.016767999649047852, 0.01623756790161133, 0.016317440032958985, 0.016234495162963866, 0.01638604736328125, 0.0184453125, 0.016962560653686523, 0.016866304397583007, 0.03458867263793945, 0.01624678421020508, 0.016277503967285157, 0.01623859214782715, 0.01623961639404297, 0.016559104919433593, 0.016515071868896485, 0.016265216827392577, 0.016252927780151367, 0.016472063064575194, 0.016501760482788085, 0.01621401596069336, 0.016342016220092775, 0.016307199478149414, 0.016207872390747072, 0.016251903533935547, 0.016854015350341797, 0.016319488525390623, 0.01617407989501953, 0.016660480499267577, 0.016258047103881835, 0.016157695770263672, 0.016145408630371092, 0.016306175231933593, 0.016184320449829103, 0.016192512512207033, 0.016154624938964843, 0.016185375213623048, 0.016234464645385742, 0.01627136039733887, 0.016261119842529297, 0.016166912078857423, 0.01618124771118164, 0.016166912078857423, 0.01624575996398926, 0.016261119842529297, 0.016321535110473632, 0.016261119842529297, 0.016310272216796876, 0.0161474552154541, 0.016143360137939454, 0.016207872390747072, 0.016141311645507812, 0.01663795280456543, 0.0162795524597168, 0.016729087829589845, 0.01680179214477539, 0.016707584381103514, 0.01662259292602539, 0.016207872390747072, 0.016175104141235352, 0.01617100715637207, 0.01624678421020508, 0.016265216827392577, 0.016506879806518555, 0.01615667152404785, 0.01634611129760742, 0.016226303100585936, 0.01621196746826172, 0.016289791107177733, 0.01619865608215332, 0.016295936584472655, 0.016232448577880858, 0.033576961517333984, 0.01683148765563965, 0.016562175750732423, 0.016425983428955078, 0.01615667152404785, 0.01635327911376953, 0.016531455993652345, 0.01615564727783203, 0.016305152893066405, 0.01620479965209961, 0.016259071350097656, 0.01619660758972168, 0.016322559356689453, 0.016505855560302735, 0.01617919921875, 0.016327680587768553, 0.01620377540588379, 0.016330751419067382, 0.016325632095336915, 0.0163450870513916, 0.016166912078857423, 0.016281600952148437, 0.016344064712524413, 0.01598464012145996, 0.01600614356994629, 0.01620684814453125, 0.016269311904907227, 0.01624166488647461, 0.01621401596069336, 0.016166912078857423, 0.01643110466003418, 0.0162478084564209, 0.01620070457458496, 0.016368640899658202, 0.016277503967285157, 0.016306175231933593, 0.016323583602905273, 0.016470016479492186, 0.01639116859436035, 0.01621708869934082, 0.016556032180786134, 0.016355327606201172, 0.016416767120361327, 0.016706560134887697, 0.01679769515991211, 0.01676697540283203, 0.01638502311706543, 0.016867328643798828, 0.016672767639160157, 0.016691200256347655, 0.016285696029663087, 0.016282623291015624, 0.016662527084350585, 0.01625395202636719, 0.016311296463012694, 0.016342016220092775, 0.016273408889770507, 0.01618943977355957, 0.01617203140258789, 0.01622118377685547, 0.016335872650146483, 0.016292863845825196, 0.016184320449829103, 0.033347583770751955, 0.01620172882080078, 0.01618739128112793, 0.016285696029663087, 0.016144384384155275, 0.016135168075561524, 0.016236543655395508, 0.01626316833496094, 0.01616998481750488, 0.01621811294555664, 0.01620992088317871, 0.01637068748474121, 0.016356351852416993, 0.016292863845825196, 0.016167936325073243, 0.016332799911499024, 0.01623859214782715, 0.01622323226928711, 0.016237600326538086, 0.01645257568359375, 0.016720895767211915, 0.016760831832885743, 0.016701440811157226, 0.01623347282409668, 0.016333824157714845, 0.01618636894226074, 0.01623961639404297, 0.016364543914794923, 0.01621401596069336, 0.016232448577880858, 0.016207872390747072, 0.016158720016479493, 0.016219135284423827, 0.016154624938964843, 0.016368640899658202, 0.01618227195739746, 0.01625395202636719, 0.016333824157714845, 0.016546815872192384, 0.016202751159667968, 0.016363519668579102, 0.016688127517700196, 0.016680959701538087, 0.016829439163208008, 0.01664204788208008, 0.016312320709228514, 0.01618739128112793, 0.016199680328369142, 0.01619046401977539, 0.0162293758392334, 0.01616896057128906, 0.016118783950805664, 0.016310272216796876, 0.01618435287475586, 0.016152544021606444, 0.01616281509399414, 0.016235519409179687, 0.01613926315307617, 0.016184320449829103, 0.01615564727783203, 0.016267263412475585, 0.016306175231933593, 0.01613926315307617, 0.0333834228515625, 0.01620889663696289, 0.016227327346801757, 0.016262144088745118, 0.016135168075561524, 0.01619353675842285, 0.016143360137939454, 0.016118783950805664, 0.01636761665344238, 0.016312320709228514, 0.016297983169555663, 0.016742399215698242, 0.016307199478149414, 0.0162293758392334, 0.016267263412475585, 0.01617203140258789, 0.016176128387451173, 0.01621196746826172, 0.01616796875, 0.01610441589355469, 0.016270336151123048, 0.016269311904907227, 0.016498687744140626, 0.016684032440185546, 0.016690176010131837, 0.016681983947753908, 0.016674848556518556, 0.016639968872070313, 0.016927743911743166, 0.016721920013427736, 0.016792575836181642, 0.016303104400634767, 0.016249856948852538, 0.01620479965209961, 0.01639321517944336, 0.016719871520996094, 0.016694271087646484, 0.01622220802307129, 0.016495616912841796, 0.016726015090942382, 0.01678950309753418, 0.01657344055175781, 0.016466943740844727, 0.01618534469604492, 0.01622118377685547, 0.016153600692749022, 0.016136192321777345, 0.016167936325073243, 0.01618534469604492, 0.016325632095336915, 0.016228351593017578, 0.01622323226928711, 0.016192512512207033, 0.01617305564880371, 0.016251903533935547, 0.016216064453125, 0.016151552200317384, 0.016194559097290038, 0.0161474552154541, 0.016720928192138673, 0.016764896392822266, 0.016318464279174806, 0.01621708869934082, 0.033334270477294925, 0.01618739128112793, 0.01618534469604492, 0.016296960830688476, 0.016485376358032225, 0.01620684814453125, 0.016141311645507812, 0.01618943977355957, 0.016322559356689453, 0.016303104400634767, 0.016207872390747072, 0.016191488265991212, 0.016226367950439455, 0.016618431091308592, 0.01618739128112793, 0.01620479965209961, 0.016159744262695314, 0.016256000518798826, 0.01614847946166992, 0.01617919921875, 0.015962112426757814, 0.01598259162902832, 0.016281600952148437, 0.0163768310546875, 0.01622220802307129, 0.01624678421020508, 0.016262144088745118, 0.016157695770263672, 0.01617001533508301, 0.016210912704467773, 0.016457727432250976, 0.016157695770263672, 0.01640755271911621, 0.01617817687988281, 0.016266239166259765, 0.01618534469604492, 0.016772096633911132, 0.017090560913085938, 0.01696460723876953, 0.0174335994720459, 0.016855039596557618, 0.016877567291259766, 0.016698368072509767, 0.016594944000244142, 0.01618841552734375, 0.016291839599609375, 0.016662527084350585, 0.016294912338256837, 0.016352256774902343, 0.016389120101928712, 0.016326656341552736, 0.016390144348144533, 0.016296960830688476, 0.0164270076751709, 0.01634611129760742, 0.01620377540588379, 0.016167936325073243, 0.016143360137939454, 0.0162795524597168, 0.016259071350097656, 0.01618739128112793, 0.016858112335205077, 0.016731136322021483, 0.03470848083496094, 0.01662259292602539, 0.016287744522094725, 0.01625497627258301, 0.01618332862854004, 0.01624060821533203, 0.01616486358642578, 0.016199680328369142, 0.01616383934020996, 0.016667648315429686, 0.0164270076751709, 0.01636249542236328, 0.016160768508911134, 0.016291839599609375, 0.016152576446533205, 0.01622528076171875, 0.01619660758972168, 0.01622118377685547, 0.016161792755126952, 0.016153600692749022, 0.01617715263366699, 0.01619353675842285, 0.01620889663696289, 0.016124927520751953, 0.015997952461242675, 0.0164270076751709, 0.016098304748535155, 0.01613209533691406, 0.01616383934020996, 0.01646899223327637, 0.016352256774902343, 0.01616486358642578, 0.01621196746826172, 0.01618124771118164, 0.016833536148071288, 0.016727039337158203, 0.016483327865600587, 0.01638400077819824, 0.016275455474853515, 0.016220159530639648, 0.01618022346496582, 0.01618227195739746, 0.01613209533691406, 0.01617203140258789, 0.01623961639404297, 0.016344064712524413, 0.016881664276123046, 0.017074207305908203, 0.017734624862670897, 0.016886783599853517, 0.01680588722229004, 0.01680076789855957, 0.01656934356689453, 0.016191488265991212, 0.016295936584472655, 0.01617407989501953, 0.016850944519042968, 0.016727039337158203, 0.01665843200683594, 0.016336896896362304, 0.016302080154418946, 0.016258047103881835, 0.01617817687988281]",tokens/s,60.041658946126375,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cuda,0,42,,,True,True,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2175.946752,5918.687232,0.0,5272.240128,4952.958464,s,10,3.4231025390625,0.34231025390625003,0.0006731247073715741,0.3421072235107422,0.34253186035156247,0.34340582275390624,0.34410499267578126,"[0.34427978515625, 0.3420650329589844, 0.34227020263671876, 0.3421494140625, 0.34181439208984377, 0.34220697021484375, 0.3419352111816406, 0.3420146179199219, 0.34202926635742187, 0.342337646484375]",tokens/s,747.8595720656145,kWh,4.043814037685041e-06,2.2158421085441656e-06,1.9870127007200663e-05,2.612978315342987e-05,tokens/kWh,9797249.311133174,MB,2175.946752,5918.687232,0.0,5272.240128,5143.594496,s,10,184.271703125,18.4271703125,0.004167341561146527,18.427021484375,18.4321861328125,18.43281279296875,18.43331412109375,"[18.425537109375, 18.427234375, 18.428306640625, 18.422810546875, 18.424123046875, 18.431775390625, 18.41962109375, 18.433439453125, 18.42680859375, 18.432046875]",tokens/s,3.418864585913345,kWh,0.0002175069022896113,0.00011921196490740839,0.0010676364374417916,0.0014043553046388113,tokens/kWh,44860.44221992887,,s,629,187.05771514892567,0.29738905429082,0.04068520516889367,0.29246258544921877,0.2928619567871094,0.29301616210937503,0.6346848022460938,"[0.2925772705078125, 0.2922373046875, 0.29214208984375, 0.29223526000976563, 0.29217178344726563, 0.2924083251953125, 0.292210693359375, 0.29241036987304686, 0.29232025146484375, 0.292279296875, 0.29217791748046873, 0.2922813415527344, 0.29230490112304686, 0.29243597412109373, 0.29222708129882813, 0.2926028747558594, 0.2922403869628906, 0.2922803344726562, 0.2926725158691406, 0.2923499450683594, 0.29260696411132814, 0.2923837585449219, 0.29246273803710937, 0.2923026733398438, 0.29214413452148436, 0.2922711181640625, 0.29231512451171876, 0.2920642700195312, 0.292200439453125, 0.29249432373046874, 0.29227008056640624, 0.2927698059082031, 0.2922814331054687, 0.29237750244140626, 0.292232177734375, 0.29246771240234376, 0.2920601501464844, 0.29252096557617185, 0.29243084716796874, 0.2923366394042969, 0.29233255004882813, 0.2922506103515625, 0.2925608825683594, 0.2923009948730469, 0.2924142761230469, 0.2925608825683594, 0.29246875, 0.2926243896484375, 0.2928825073242188, 0.2927154541015625, 0.2927248840332031, 0.292382568359375, 0.292843505859375, 0.292558837890625, 0.29301861572265625, 0.29274008178710936, 0.29267864990234377, 0.29354922485351564, 0.29285565185546875, 0.29291213989257814, 0.2927247314453125, 0.2927431640625, 0.6350980834960938, 0.29189324951171874, 0.29236325073242186, 0.2925752258300781, 0.2924451904296875, 0.2922731628417969, 0.2923243408203125, 0.29246566772460936, 0.29216973876953123, 0.29254144287109374, 0.2925538940429688, 0.29232733154296875, 0.2925168151855469, 0.2923939819335937, 0.2923212890625, 0.2923591613769531, 0.29237765502929686, 0.29231103515625, 0.2923858032226562, 0.29297247314453123, 0.29248818969726564, 0.2925875244140625, 0.2923818359375, 0.2927942504882812, 0.29263156127929685, 0.29239309692382814, 0.29245220947265627, 0.2922762145996094, 0.29285684204101564, 0.29227008056640624, 0.29231207275390625, 0.29225286865234373, 0.2922965087890625, 0.29220660400390625, 0.2927134704589844, 0.29207553100585937, 0.2924871826171875, 0.29224554443359374, 0.29231509399414063, 0.292305908203125, 0.29218612670898436, 0.29224346923828126, 0.29240524291992187, 0.29266021728515623, 0.2926141357421875, 0.292431884765625, 0.2924503173828125, 0.29256500244140626, 0.2924892272949219, 0.29226904296875, 0.2925168762207031, 0.2925148010253906, 0.29241549682617185, 0.29242059326171876, 0.2924267578125, 0.2926929931640625, 0.29277716064453124, 0.2923671569824219, 0.293423095703125, 0.29308023071289063, 0.29288330078125, 0.29291314697265625, 0.2935173034667969, 0.635452392578125, 0.29234072875976563, 0.2923695373535156, 0.2925955810546875, 0.2923868103027344, 0.29269912719726565, 0.2927106018066406, 0.2923088073730469, 0.2922158203125, 0.29222195434570314, 0.29224960327148436, 0.2923222961425781, 0.2923294677734375, 0.2926654357910156, 0.29231707763671877, 0.29256600952148437, 0.292305908203125, 0.2923765869140625, 0.2923243408203125, 0.2923663330078125, 0.29210113525390624, 0.29219842529296874, 0.29194647216796876, 0.29241650390625, 0.29245852661132815, 0.2923836975097656, 0.2923981018066406, 0.29225177001953123, 0.29297653198242185, 0.2928157958984375, 0.2925393981933594, 0.2926018676757812, 0.2928045959472656, 0.2922813415527344, 0.29252301025390626, 0.29246258544921877, 0.2922977294921875, 0.2927308654785156, 0.29278106689453126, 0.2924791259765625, 0.29268975830078126, 0.2925148010253906, 0.29224960327148436, 0.29253118896484376, 0.2924892272949219, 0.29235507202148436, 0.29251995849609375, 0.2926327209472656, 0.29244308471679686, 0.2923273010253906, 0.2931261291503906, 0.292684814453125, 0.2925455322265625, 0.2925025329589844, 0.29262335205078127, 0.2925168762207031, 0.29271661376953123, 0.29255572509765626, 0.2929880676269531, 0.29273275756835937, 0.29270938110351563, 0.2923868103027344, 0.29320602416992186, 0.6353264770507813, 0.29225677490234375, 0.29260696411132814, 0.29214208984375, 0.2920765380859375, 0.29207864379882814, 0.2920570983886719, 0.2922731018066406, 0.29269195556640626, 0.2923438110351563, 0.2927339782714844, 0.2924482421875, 0.29284555053710937, 0.29226495361328125, 0.2921553955078125, 0.29226495361328125, 0.29216152954101565, 0.2919884948730469, 0.2920263671875, 0.29214413452148436, 0.2921216125488281, 0.29230181884765627, 0.292126708984375, 0.2920684814453125, 0.29216049194335936, 0.29215426635742187, 0.2923724670410156, 0.29210833740234377, 0.29231097412109375, 0.2923345947265625, 0.2922260437011719, 0.2921297912597656, 0.2926571655273438, 0.2928670654296875, 0.292780029296875, 0.29228955078125, 0.2927206420898438, 0.29241241455078126, 0.29226705932617186, 0.2923642272949219, 0.2928281555175781, 0.29271243286132814, 0.29252301025390626, 0.29252914428710936, 0.29285888671875, 0.29289266967773436, 0.2927206420898438, 0.2924339599609375, 0.2925567626953125, 0.29259060668945314, 0.29249444580078127, 0.2927563781738281, 0.29257421875, 0.29262030029296876, 0.29229364013671877, 0.2925619201660156, 0.2927298583984375, 0.2923243408203125, 0.29239501953125, 0.2925631103515625, 0.2925607299804687, 0.2925445251464844, 0.2923765869140625, 0.6345379638671875, 0.2921236572265625, 0.29231307983398436, 0.29245849609375, 0.29227008056640624, 0.29207553100585937, 0.2921338806152344, 0.29247384643554686, 0.29217279052734374, 0.292083740234375, 0.2923724365234375, 0.2922536926269531, 0.293022705078125, 0.2924963989257813, 0.2927740478515625, 0.2924931640625, 0.29229977416992187, 0.2923427734375, 0.29231924438476564, 0.2921553955078125, 0.292232177734375, 0.2924062805175781, 0.2923203735351563, 0.2921296691894531, 0.2923642883300781, 0.29215948486328125, 0.2921123962402344, 0.2922332153320312, 0.29229977416992187, 0.292178955078125, 0.2926592102050781, 0.2922158203125, 0.2922434997558594, 0.2923806457519531, 0.2922813415527344, 0.29232638549804685, 0.2926253967285156, 0.29248818969726564, 0.29275238037109375, 0.29229977416992187, 0.2925138549804687, 0.29257208251953126, 0.2924421081542969, 0.2924277648925781, 0.29249127197265623, 0.2924411010742187, 0.2926499938964844, 0.29245953369140626, 0.2926253967285156, 0.2927698059082031, 0.2928814086914063, 0.29285888671875, 0.2925978088378906, 0.2927195434570313, 0.292515869140625, 0.292533203125, 0.2927391967773437, 0.29305535888671874, 0.29242059326171876, 0.292589599609375, 0.2925690612792969, 0.2926141357421875, 0.2926090087890625, 0.6351452026367187, 0.29239306640625, 0.29263351440429686, 0.2925148010253906, 0.2923438110351563, 0.292453369140625, 0.2923724670410156, 0.292674560546875, 0.29269918823242186, 0.29264581298828124, 0.29262744140625, 0.29262130737304687, 0.29246258544921877, 0.29204684448242185, 0.29223526000976563, 0.2922455139160156, 0.2922169494628906, 0.2921265869140625, 0.292105224609375, 0.29256500244140626, 0.2922557373046875, 0.29245440673828127, 0.2921605224609375, 0.29218817138671876, 0.29250149536132813, 0.2922117004394531, 0.2921687927246094, 0.2925526123046875, 0.2923561096191406, 0.292358154296875, 0.2923417663574219, 0.29247393798828125, 0.2929263916015625, 0.2922823486328125, 0.2925035400390625, 0.29274008178710936, 0.2928189392089844, 0.2926561279296875, 0.2929244384765625, 0.29257830810546875, 0.2930380554199219, 0.2927974548339844, 0.2930769958496094, 0.2925332336425781, 0.29269094848632815, 0.2926776428222656, 0.29283941650390627, 0.29255474853515623, 0.2924298095703125, 0.29220147705078126, 0.2926356506347656, 0.2927206420898438, 0.29245236206054687, 0.2931415100097656, 0.29274008178710936, 0.29374874877929685, 0.292885498046875, 0.2928056335449219, 0.2928568725585938, 0.2930574951171875, 0.29269403076171874, 0.2923724670410156, 0.29249331665039063, 0.6345830688476563, 0.29197006225585936, 0.2920181884765625, 0.29188299560546876, 0.2921123962402344, 0.292063232421875, 0.2920263671875, 0.29216973876953123, 0.29215335083007815, 0.2922846374511719, 0.292584228515625, 0.29229977416992187, 0.2924503173828125, 0.2923233947753906, 0.2921409912109375, 0.2925650634765625, 0.292201416015625, 0.2921022033691406, 0.2921563415527344, 0.292178955078125, 0.2923777160644531, 0.29221881103515623, 0.2925710754394531, 0.29252420043945315, 0.2923898620605469, 0.29207333374023436, 0.2920479125976562, 0.29209698486328123, 0.29231723022460937, 0.29224050903320314, 0.29217681884765623, 0.2922599182128906, 0.2922043762207031, 0.2920570983886719, 0.2922035217285156, 0.29191476440429687, 0.2922311706542969, 0.2922035217285156, 0.29218817138671876, 0.29219943237304685, 0.29214208984375, 0.292279296875, 0.29242059326171876, 0.2926735229492187, 0.29265509033203124, 0.2929285888671875, 0.2929049072265625, 0.29267864990234377, 0.2923509826660156, 0.29242266845703124, 0.2928721923828125, 0.29259365844726565, 0.29228543090820314, 0.2926632995605469, 0.29243801879882814, 0.29273208618164065, 0.2927358093261719, 0.29285067749023436, 0.2926663818359375, 0.2927278137207031, 0.2929111022949219, 0.29298175048828123, 0.2928609313964844, 0.6353244018554688, 0.2924369812011719, 0.29248126220703125, 0.29225448608398436, 0.2926376953125, 0.29277593994140627, 0.29262643432617186, 0.2924615783691406, 0.2926571655273438, 0.292674560546875, 0.29291314697265625, 0.29249127197265623, 0.292284423828125, 0.2923182067871094, 0.2927267761230469, 0.292642822265625, 0.29364532470703125, 0.292674560546875, 0.292716552734375, 0.29270745849609375, 0.29298162841796876, 0.2928353271484375, 0.2927145080566406, 0.2926376953125, 0.29266021728515623, 0.2928988037109375, 0.29256295776367186, 0.29259878540039064, 0.29261312866210937, 0.2926806945800781, 0.29226190185546874, 0.29246566772460936, 0.29224346923828126, 0.29225381469726563, 0.29265191650390626, 0.292701171875, 0.2924646301269531, 0.2925506591796875, 0.2924298095703125, 0.29226495361328125, 0.292578369140625, 0.29212667846679685, 0.2923529968261719, 0.2924031982421875, 0.2925393981933594, 0.29239602661132813, 0.2925598754882813, 0.29226904296875, 0.2924852600097656, 0.2929007263183594, 0.2930115966796875, 0.2926293640136719, 0.29239706420898437, 0.2924412536621094, 0.292951904296875, 0.292537353515625, 0.2925137939453125, 0.29235302734375, 0.2923509826660156, 0.29259365844726565, 0.2926756591796875, 0.2928588256835937, 0.2926714782714844, 0.634724365234375, 0.29219943237304685, 0.29208575439453127, 0.29203662109375, 0.2920428466796875, 0.2920375366210938, 0.29198641967773437, 0.2921338806152344, 0.2920859069824219, 0.29232009887695315, 0.2923417663574219, 0.29204376220703127, 0.29214617919921876, 0.29250765991210936, 0.29211859130859374, 0.2922720642089844, 0.29235415649414065, 0.292197265625, 0.2923121337890625, 0.29257516479492185, 0.29280255126953125, 0.2926612548828125, 0.2922189025878906, 0.2925281066894531, 0.2925148010253906, 0.2924513244628906, 0.29283123779296877, 0.2925537414550781, 0.29230593872070315, 0.29266326904296874, 0.2926458740234375, 0.29272372436523436, 0.2924974060058594, 0.29251788330078127, 0.2923755798339844, 0.29239190673828125, 0.2926141357421875, 0.2924922790527344, 0.2925814208984375, 0.29263662719726563, 0.2924298095703125, 0.29238272094726564, 0.29239089965820314, 0.2923765869140625, 0.2927145080566406, 0.2929490051269531, 0.29271142578125, 0.2928660583496094, 0.29228543090820314, 0.29247384643554686, 0.2925557861328125, 0.2924400634765625, 0.29230181884765627, 0.29310772705078125, 0.29301248168945315, 0.29273703002929685, 0.2929582214355469, 0.2926725158691406, 0.2926592102050781, 0.29337496948242187, 0.29278924560546876, 0.2924349365234375, 0.29268173217773436, 0.6353970947265625, 0.29280154418945314, 0.292453369140625, 0.29200384521484374, 0.2921482238769531, 0.29226495361328125, 0.2922669982910156, 0.2921216125488281, 0.292063232421875, 0.2921758728027344, 0.2925322265625, 0.29205401611328125, 0.29225778198242186, 0.29260806274414064, 0.29258642578125, 0.292200439453125, 0.29226904296875, 0.29366680908203124, 0.2924298095703125, 0.29233050537109373, 0.292600830078125, 0.2925875244140625, 0.2921758728027344, 0.2927431640625, 0.2932029418945313, 0.29249331665039063, 0.2934415283203125, 0.29255166625976564, 0.292384765625, 0.2928189392089844, 0.29269094848632815, 0.292389892578125, 0.29242367553710935, 0.2923212890625, 0.2924769287109375, 0.29255166625976564, 0.29311691284179686, 0.29267660522460937, 0.2924349365234375, 0.292441162109375, 0.2924277038574219, 0.29231103515625, 0.2921973876953125, 0.29257113647460936, 0.2932787170410156, 0.29245562744140624, 0.29279006958007814, 0.29271041870117187, 0.29280355834960936, 0.2924482421875, 0.2925455322265625, 0.29253118896484376, 0.29232537841796874, 0.292684814453125, 0.292642822265625, 0.2927298583984375, 0.29292544555664063, 0.292748291015625, 0.2929234008789062, 0.2930718688964844, 0.29287115478515624, 0.2925322265625, 0.29273394775390627]",tokens/s,3.3625985407724155,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-eager,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-410m,,cuda,0,42,,,,,True,True,,float16,True,False,,eager,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1354.99776,1313.34144,0.0,666.894336,583.411712,s,10,0.367520923614502,0.036752092361450196,0.0018078330313943103,0.03598340797424317,0.037524640655517576,0.03974108772277831,0.04151424537658691,"[0.04195753479003906, 0.03595008087158203, 0.035949630737304686, 0.0360167350769043, 0.035681278228759765, 0.0355464973449707, 0.03703209686279297, 0.0357196159362793, 0.036844062805175784, 0.03682339096069336]",tokens/s,6965.589808664122,kWh,4.4016995025242427e-07,2.4119189856989944e-07,1.376317705761802e-06,2.0576795545841257e-06,tokens/kWh,124411986.03041947,MB,1354.99776,1313.34144,0.0,666.894336,644.020224,s,10,22.070285400390624,2.2070285400390626,0.012889624369515166,2.207716430664062,2.217943408203125,2.2274182373046876,2.2349981005859374,"[2.215837890625, 2.19123291015625, 2.190115966796875, 2.2071044921875, 2.196080810546875, 2.203771240234375, 2.21104345703125, 2.209877197265625, 2.208328369140625, 2.23689306640625]",tokens/s,28.54516779329231,kWh,2.7174306134456744e-05,1.489238295772977e-05,7.386624248823808e-05,0.0001159329315804246,tokens/kWh,543417.6393296486,,s,629,22.359374866485588,0.035547495813172646,0.004369599305993048,0.03485388946533203,0.035935641479492186,0.03633192977905273,0.0706462094116211,"[0.035517440795898435, 0.03587686538696289, 0.035958782196044925, 0.036241409301757815, 0.03552358245849609, 0.03649740982055664, 0.036086784362792966, 0.035787841796875, 0.03611334228515625, 0.035814399719238284, 0.036670463562011715, 0.03558399963378906, 0.03552460861206055, 0.03667763137817383, 0.03713945770263672, 0.03656499099731445, 0.035566593170166014, 0.03501260757446289, 0.03496345520019531, 0.03650969696044922, 0.03527679824829102, 0.034767871856689454, 0.03477913665771484, 0.03477196884155274, 0.03492454528808594, 0.0348671989440918, 0.034900993347167966, 0.03502796936035156, 0.034513919830322266, 0.0346429443359375, 0.03457024002075195, 0.0347883529663086, 0.034560001373291016, 0.03474943923950195, 0.03465420913696289, 0.034563072204589845, 0.03450982284545898, 0.0343111686706543, 0.034579456329345705, 0.03442483139038086, 0.034683902740478514, 0.03441356658935547, 0.034772991180419925, 0.034407424926757815, 0.035517440795898435, 0.03611238479614258, 0.03475046539306641, 0.034597888946533206, 0.034735103607177735, 0.03493081665039063, 0.03529203033447265, 0.0354785270690918, 0.034852863311767575, 0.034748416900634765, 0.03462963104248047, 0.034566143035888675, 0.03419750213623047, 0.03429683303833008, 0.03449958419799805, 0.03483647918701172, 0.034385921478271485, 0.034536449432373044, 0.07078399658203124, 0.03447091293334961, 0.03465625762939453, 0.03450470352172851, 0.034754558563232424, 0.03484467315673828, 0.03481702423095703, 0.03438694381713867, 0.034683902740478514, 0.03473715209960938, 0.03455692672729492, 0.03723980712890625, 0.03523583984375, 0.035286014556884765, 0.034473983764648435, 0.0345456657409668, 0.034359294891357424, 0.034477054595947264, 0.03466239929199219, 0.03511808013916016, 0.03498291015625, 0.034813953399658204, 0.03462662506103516, 0.03509958267211914, 0.03489996719360351, 0.03486207962036133, 0.034920448303222655, 0.034597888946533206, 0.03445862579345703, 0.03462246322631836, 0.0344268798828125, 0.03480678558349609, 0.03458969497680664, 0.034900993347167966, 0.034776065826416014, 0.034786304473876956, 0.034699264526367186, 0.03467366409301758, 0.03476889419555664, 0.03478220748901367, 0.03483750534057617, 0.034511871337890625, 0.03454771041870117, 0.03439513778686523, 0.034931713104248044, 0.03477811050415039, 0.034948097229003904, 0.034587646484375, 0.03447296142578125, 0.03463065719604492, 0.034923519134521484, 0.035004417419433595, 0.0352174072265625, 0.03488460922241211, 0.034713600158691404, 0.034785472869873046, 0.03485164642333984, 0.034582527160644534, 0.03461324691772461, 0.034735103607177735, 0.03479142379760742, 0.03497881698608398, 0.03479654312133789, 0.07093452453613282, 0.03465216064453125, 0.0348221435546875, 0.03531161499023437, 0.03479449462890625, 0.034871295928955076, 0.03495219039916992, 0.034723838806152346, 0.03477401733398437, 0.0347064323425293, 0.03492454528808594, 0.034536449432373044, 0.03510784149169922, 0.03465420913696289, 0.03480684661865235, 0.03470124816894531, 0.03458371353149414, 0.03471139144897461, 0.03486003112792969, 0.034661376953125, 0.03493798446655273, 0.03478515243530273, 0.034732032775878906, 0.03485184097290039, 0.03488870239257812, 0.03453235244750977, 0.03489382553100586, 0.03434188842773438, 0.034872318267822264, 0.03492454528808594, 0.034148353576660156, 0.03449651336669922, 0.034813953399658204, 0.03492966461181641, 0.034841598510742186, 0.03460300827026367, 0.034508800506591795, 0.03467264175415039, 0.03484262466430664, 0.034628608703613284, 0.03479859161376953, 0.03498700714111328, 0.034651294708251956, 0.03462236785888672, 0.034640830993652345, 0.03490611267089844, 0.03469823837280273, 0.034902015686035154, 0.034928638458251955, 0.034651294708251956, 0.03462025451660156, 0.03465932846069336, 0.03507712173461914, 0.03481804656982422, 0.03491020965576172, 0.03464089584350586, 0.03476275253295898, 0.035087390899658205, 0.034976734161376956, 0.03449958419799805, 0.03471257781982422, 0.034669567108154296, 0.0345272331237793, 0.071478271484375, 0.034956287384033204, 0.034609153747558595, 0.036604927062988284, 0.037515262603759765, 0.035896320343017575, 0.03503411102294922, 0.03479347229003906, 0.03482828903198242, 0.03454873657226563, 0.03466342544555664, 0.03487334442138672, 0.03464396667480469, 0.034988033294677735, 0.03512319946289062, 0.034746368408203124, 0.03474124908447265, 0.034568286895751955, 0.034476959228515625, 0.03470963287353516, 0.03468991851806641, 0.03481190490722656, 0.034735103607177735, 0.03486617660522461, 0.03487744140625, 0.034931713104248044, 0.035102718353271486, 0.034764801025390625, 0.034582527160644534, 0.03495219039916992, 0.03488870239257812, 0.03491328048706055, 0.03520204925537109, 0.0358809585571289, 0.03488051223754883, 0.03489996719360351, 0.034969600677490234, 0.03485081481933594, 0.03455187225341797, 0.03485996627807617, 0.03504127883911133, 0.036961280822753906, 0.03565055847167969, 0.0350832633972168, 0.034813953399658204, 0.034816001892089846, 0.034685951232910156, 0.034516990661621096, 0.03474534225463867, 0.03615027236938476, 0.03591372680664062, 0.03477196884155274, 0.034917377471923826, 0.034800640106201174, 0.03520204925537109, 0.03498700714111328, 0.03488051223754883, 0.03541401672363281, 0.034797569274902344, 0.034551807403564457, 0.03476377487182617, 0.03484262466430664, 0.03485081481933594, 0.07039282989501953, 0.03467059326171875, 0.03469619369506836, 0.034702335357666016, 0.0346060791015625, 0.0348221435546875, 0.03482217788696289, 0.03479548645019531, 0.03466649627685547, 0.034697216033935545, 0.03539763259887695, 0.035337215423583986, 0.034797569274902344, 0.03480166244506836, 0.03540070343017578, 0.03477503967285156, 0.03475763320922851, 0.034759681701660154, 0.03535257720947266, 0.03613798522949219, 0.035148799896240236, 0.034947071075439456, 0.03492659378051758, 0.03488665771484375, 0.03466239929199219, 0.034715648651123046, 0.034902015686035154, 0.03509145736694336, 0.034800640106201174, 0.03488358306884766, 0.03472281646728516, 0.034729984283447264, 0.03480473709106445, 0.03463679885864258, 0.035009536743164066, 0.03467366409301758, 0.03496448135375976, 0.034678783416748044, 0.034909183502197266, 0.034754558563232424, 0.034869312286376956, 0.03521017456054688, 0.03491123199462891, 0.03483443069458008, 0.034644992828369144, 0.034625537872314455, 0.03480883026123047, 0.035149822235107424, 0.03476070404052734, 0.034825214385986326, 0.035009536743164066, 0.03492454528808594, 0.034746368408203124, 0.034784255981445314, 0.03487948989868164, 0.03450368118286133, 0.03453459167480469, 0.03429254531860351, 0.03462758255004883, 0.034925567626953126, 0.03499724960327148, 0.03464908981323242, 0.035037185668945314, 0.07064678192138672, 0.03441459274291992, 0.034694145202636716, 0.03461734390258789, 0.03445248031616211, 0.03491952133178711, 0.03476166534423828, 0.0344227523803711, 0.034531326293945314, 0.03464191818237305, 0.03439820861816406, 0.03489894485473633, 0.03634380722045898, 0.03576115036010742, 0.03449446487426758, 0.03520307159423828, 0.03449139022827148, 0.03478937530517578, 0.035342334747314456, 0.035163135528564454, 0.034618400573730466, 0.034358238220214846, 0.034702335357666016, 0.03500032043457031, 0.034753631591796875, 0.0347421760559082, 0.03495423889160156, 0.035460094451904296, 0.03466342544555664, 0.03442483139038086, 0.03458457565307617, 0.03460505676269531, 0.03462041473388672, 0.03481292724609375, 0.03470131301879883, 0.03467264175415039, 0.03499728012084961, 0.03446780776977539, 0.03447609710693359, 0.03452105712890625, 0.03455382537841797, 0.034874366760253905, 0.0379422721862793, 0.03952230453491211, 0.036410369873046876, 0.03606425476074219, 0.035922943115234376, 0.03479859161376953, 0.03526860809326172, 0.035707904815673826, 0.034740222930908206, 0.03471155166625976, 0.03473920059204102, 0.034819072723388675, 0.034661376953125, 0.0346951675415039, 0.03463270568847656, 0.034637889862060546, 0.03448416137695313, 0.03467366409301758, 0.034648063659667966, 0.03489279937744141, 0.03479865646362305, 0.07351289367675781, 0.03600896072387695, 0.035197952270507815, 0.03555123138427734, 0.034988094329833984, 0.03467871856689453, 0.03475763320922851, 0.03546121597290039, 0.034708385467529294, 0.03477196884155274, 0.03465932846069336, 0.03476486587524414, 0.03479750442504883, 0.03556249618530274, 0.03582156753540039, 0.03582880020141602, 0.035523521423339845, 0.03475251388549805, 0.03458358383178711, 0.034864097595214846, 0.035884033203125, 0.03502489471435547, 0.03483955383300781, 0.03487334442138672, 0.03500543975830078, 0.035759105682373046, 0.03461324691772461, 0.03523481750488281, 0.034956287384033204, 0.03481190490722656, 0.03480883026123047, 0.034560001373291016, 0.03494911956787109, 0.03489382553100586, 0.03491635131835937, 0.03486617660522461, 0.035081214904785156, 0.034776065826416014, 0.034514942169189454, 0.034531326293945314, 0.03461734390258789, 0.03551846313476562, 0.035914752960205076, 0.035579902648925785, 0.03478220748901367, 0.035248126983642575, 0.03557580947875977, 0.034890750885009765, 0.034685951232910156, 0.0346429443359375, 0.03615334320068359, 0.035279006958007814, 0.034461536407470704, 0.03487846374511719, 0.03565465545654297, 0.03600384140014649, 0.03564851379394531, 0.03565478515625, 0.03515276718139648, 0.03466547012329101, 0.03437875366210937, 0.03461750411987305, 0.0344431037902832, 0.07064473724365235, 0.0347147216796875, 0.034790302276611326, 0.03484377670288086, 0.03461516952514648, 0.034869247436523435, 0.03594137573242188, 0.034958335876464845, 0.03640115356445312, 0.03510476684570313, 0.03486105728149414, 0.03501055908203125, 0.03485388946533203, 0.034310142517089845, 0.03443916702270508, 0.03494911956787109, 0.03459481430053711, 0.03470438385009766, 0.03486617660522461, 0.034344959259033206, 0.03521843338012695, 0.03473715209960938, 0.03472588729858399, 0.03449446487426758, 0.034948097229003904, 0.03617996978759765, 0.03462656021118164, 0.0347064323425293, 0.034874366760253905, 0.03575807952880859, 0.03489177703857422, 0.03488051223754883, 0.034956287384033204, 0.03717324829101563, 0.036507713317871095, 0.03579283142089844, 0.03566592025756836, 0.035716094970703126, 0.03486617660522461, 0.034557952880859374, 0.034680831909179685, 0.035053569793701174, 0.03573657608032227, 0.03503923034667969, 0.03496857452392578, 0.03485184097290039, 0.035326976776123044, 0.03513753509521484, 0.03506380844116211, 0.036201473236083984, 0.034890750885009765, 0.034939903259277344, 0.034902015686035154, 0.035476478576660156, 0.0344002571105957, 0.03499008178710938, 0.03501260757446289, 0.03476688003540039, 0.03490915298461914, 0.0347770881652832, 0.034776065826416014, 0.034857982635498046, 0.03577036666870117, 0.07236412811279297, 0.03441961669921875, 0.034358272552490236, 0.03481497573852539, 0.03492659378051758, 0.0358287353515625, 0.0354703369140625, 0.035351551055908204, 0.03686297607421875, 0.03505152130126953, 0.03466239929199219, 0.0353361930847168, 0.035487743377685545, 0.035620864868164064, 0.03545600128173828, 0.03588608169555664, 0.034941951751708986, 0.03483340835571289, 0.034923519134521484, 0.03481087875366211, 0.034938880920410156, 0.03464089584350586, 0.03494911956787109, 0.034764801025390625, 0.03468288040161133, 0.03474537658691406, 0.034764766693115234, 0.035383296966552735, 0.03480678558349609, 0.03476377487182617, 0.034338878631591796, 0.03467871856689453, 0.03476377487182617, 0.034759681701660154, 0.03488870239257812, 0.034748416900634765, 0.03457740783691406, 0.034948097229003904, 0.03500339126586914, 0.03466035079956055, 0.034597888946533206, 0.03524505615234375, 0.03553484725952148, 0.03542835235595703, 0.03479244613647461, 0.03461529541015625, 0.035593215942382815, 0.03561065673828125, 0.03489891052246094, 0.035195903778076174, 0.03493580627441406, 0.034948097229003904, 0.034941951751708986, 0.03497267150878906, 0.034748416900634765, 0.035342334747314456, 0.036103168487548826, 0.03496550369262695, 0.035093505859375, 0.03604991912841797, 0.034797569274902344, 0.03469823837280273, 0.03488256072998047, 0.07262105560302734, 0.03481190490722656, 0.034570270538330075, 0.03525526428222656, 0.03586457443237305, 0.03491839981079101, 0.03548262405395508, 0.03534131240844727, 0.034533374786376955, 0.03462041473388672, 0.03450582504272461, 0.03459779357910156, 0.03499008178710938, 0.034854911804199216, 0.03489791870117188, 0.034700286865234374, 0.03567718505859375, 0.03510067367553711, 0.034855934143066404, 0.03494604873657227, 0.035383296966552735, 0.03561471939086914, 0.035422206878662106, 0.03482624053955078, 0.03482931137084961, 0.03605408096313477, 0.03592902374267578, 0.035507198333740234, 0.03497369766235352, 0.03558911895751953, 0.03528806304931641, 0.035912704467773435, 0.03631411361694336, 0.03609292984008789, 0.03615129470825195, 0.03599871826171875, 0.035932159423828124, 0.035958782196044925, 0.035934207916259765, 0.03591987228393555, 0.03645542526245117, 0.03650252914428711, 0.03688243103027344, 0.03597107315063477, 0.03595161437988281, 0.035606529235839846, 0.035883007049560545, 0.03639807891845703, 0.035996673583984375, 0.0357314567565918, 0.03626803207397461, 0.0361451530456543, 0.03608473587036133, 0.03609190368652344, 0.0363765754699707, 0.03603148651123047, 0.03598643112182617, 0.03509964752197266, 0.03460403060913086, 0.03459686279296875, 0.034941951751708986, 0.03470131301879883, 0.03467366409301758]",tokens/s,28.131376827659274,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,.,.,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: . does not appear to have a file named config.json. Checkout 'https://huggingface.co/./tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,a,a,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/a/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669475c5-7186ea682bcd418b11682e08;493f8e60-46e2-4a1b-9f8b-d097b7d6e6d3) Repository Not Found for url: https://huggingface.co/a/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: a is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-7B,Qwen/Qwen-7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-66b,facebook/opt-66b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1495.666688,7751.59808,0.0,7105.150976,6339.650048,s,10,3.4012290344238285,0.34012290344238283,0.00014842817882709463,0.34014839172363276,0.3402826782226563,0.3402856719970703,0.3402880670166016,"[0.3402264099121094, 0.33982879638671876, 0.3400631103515625, 0.3401433410644531, 0.3402738647460937, 0.34028201293945315, 0.34028866577148437, 0.3399378662109375, 0.3401534423828125, 0.34003152465820313]",tokens/s,752.6691011073492,kWh,4.016350049663473e-06,2.200240524634864e-06,2.0892498195464645e-05,2.710908876976298e-05,tokens/kWh,9443327.37165028,MB,1495.666688,7751.59808,0.0,7105.150976,6467.257344,s,10,191.90041015625,19.190041015625,0.002004049017209701,19.190115234375,19.1925740234375,19.19261708984375,19.19265154296875,"[19.19069140625, 19.18877734375, 19.186859375, 19.19119921875, 19.18814453125, 19.187796875, 19.1895390625, 19.192564453125, 19.19266015625, 19.192177734375]",tokens/s,3.2829528581363565,kWh,0.0002265472870182108,0.0001241674822365712,0.0011880363856135482,0.0015387511548683303,tokens/kWh,40942.29258621798,,s,629,194.65672589111333,0.3094701524501006,0.040405217898578996,0.30459085083007814,0.3048613830566406,0.30496358642578125,0.6446758178710938,"[0.30480487060546874, 0.30431130981445315, 0.3043921813964844, 0.3048529968261719, 0.3043911743164063, 0.30439013671875, 0.30467071533203127, 0.30441061401367187, 0.30464306640625, 0.304500732421875, 0.30463897705078125, 0.3045048217773437, 0.3046451110839844, 0.30449972534179687, 0.3043512268066406, 0.3044618225097656, 0.3043143615722656, 0.30450686645507813, 0.3045693359375, 0.30463079833984374, 0.30464614868164064, 0.30456832885742186, 0.3046072387695313, 0.3046144104003906, 0.30452020263671875, 0.30465228271484374, 0.30460107421875, 0.30448638916015625, 0.30459902954101564, 0.3047198791503906, 0.3044966430664062, 0.304637939453125, 0.3048816528320312, 0.3045601196289062, 0.3048437805175781, 0.3045724182128906, 0.30482125854492187, 0.3045447692871094, 0.3044618225097656, 0.3049246826171875, 0.3045396423339844, 0.30454168701171874, 0.30502398681640625, 0.30458572387695315, 0.3044761657714844, 0.3046031494140625, 0.3045877685546875, 0.3045048217773437, 0.3044751281738281, 0.30472601318359377, 0.30460519409179687, 0.3046983642578125, 0.3047659606933594, 0.30467892456054685, 0.30475161743164064, 0.30453451538085935, 0.3048314819335938, 0.30461029052734373, 0.30463385009765626, 0.3045611572265625, 0.30489907836914065, 0.30479257202148435, 0.6444031982421875, 0.30447921752929685, 0.3042539367675781, 0.30445159912109376, 0.3043911743164063, 0.30444338989257813, 0.30489907836914065, 0.30451608276367187, 0.3046614990234375, 0.3044085693359375, 0.30448638916015625, 0.3044843444824219, 0.3048058776855469, 0.30443212890625, 0.304616455078125, 0.3045591125488281, 0.3043706970214844, 0.3044976501464844, 0.30438092041015624, 0.30457342529296877, 0.30437274169921874, 0.30450994873046877, 0.30441778564453126, 0.3044546508789063, 0.3045365905761719, 0.3047342224121094, 0.3044822998046875, 0.30459393310546873, 0.30435226440429686, 0.3044822998046875, 0.30448638916015625, 0.30445773315429686, 0.3045119934082031, 0.304437255859375, 0.30452737426757814, 0.30451608276367187, 0.30465127563476563, 0.30479360961914065, 0.30461236572265626, 0.304817138671875, 0.3045867614746094, 0.30496868896484375, 0.3046655883789062, 0.3045539855957031, 0.30458572387695315, 0.3048314819335938, 0.3046922302246094, 0.30469427490234374, 0.3047403564453125, 0.304606201171875, 0.3047208862304687, 0.3048888244628906, 0.30455502319335936, 0.30464715576171875, 0.30463385009765626, 0.30470449829101565, 0.30459597778320313, 0.304542724609375, 0.30495950317382814, 0.3047106628417969, 0.3046358947753906, 0.3045816345214844, 0.30465945434570313, 0.6446878662109375, 0.30447821044921874, 0.30416690063476565, 0.30456524658203127, 0.30441473388671875, 0.30426419067382815, 0.30446795654296877, 0.3046471862792969, 0.3043983154296875, 0.3044239807128906, 0.3047495422363281, 0.30449560546875, 0.30441574096679686, 0.30445159912109376, 0.30455706787109377, 0.30444134521484373, 0.30433895874023437, 0.3042979736328125, 0.3045222473144531, 0.304505859375, 0.3043583984375, 0.30450790405273437, 0.30445159912109376, 0.30443008422851564, 0.3044454345703125, 0.30446286010742185, 0.3044013977050781, 0.30494207763671877, 0.3044945983886719, 0.30443212890625, 0.3046297607421875, 0.30457855224609376, 0.30457958984375, 0.30449356079101564, 0.3044669494628906, 0.30450790405273437, 0.30468914794921875, 0.30453863525390623, 0.3046000671386719, 0.30453350830078124, 0.30475057983398435, 0.30459393310546873, 0.30454885864257814, 0.3048181762695312, 0.30445773315429686, 0.3045294189453125, 0.30497998046875, 0.30489804077148436, 0.30466253662109377, 0.3045447692871094, 0.3045980224609375, 0.30459185791015625, 0.30448843383789065, 0.3044802856445312, 0.30461538696289064, 0.30457958984375, 0.3047802734375, 0.3045519409179688, 0.3046420593261719, 0.3046348876953125, 0.30496563720703124, 0.30457650756835936, 0.3047772216796875, 0.6448681030273438, 0.30436044311523436, 0.30421502685546875, 0.304331787109375, 0.3042283630371094, 0.30436557006835935, 0.3045539855957031, 0.304421875, 0.30446490478515625, 0.30477926635742186, 0.30442495727539065, 0.30462567138671875, 0.3046174621582031, 0.30459902954101564, 0.3045898132324219, 0.304890869140625, 0.30437991333007813, 0.304363525390625, 0.3046133728027344, 0.30451608276367187, 0.3045693359375, 0.304458740234375, 0.30444338989257813, 0.30457650756835936, 0.30459085083007814, 0.3043963317871094, 0.30449557495117185, 0.30467379760742186, 0.30464614868164064, 0.3046225891113281, 0.30482330322265627, 0.30457550048828125, 0.3046144104003906, 0.30461029052734373, 0.3050956726074219, 0.30454681396484373, 0.3047413635253906, 0.3045898132324219, 0.30461029052734373, 0.3044607849121094, 0.3046911926269531, 0.30459185791015625, 0.30501785278320315, 0.30457037353515626, 0.30489291381835937, 0.3045140380859375, 0.304584716796875, 0.3047680053710938, 0.30501068115234375, 0.3045877685546875, 0.304611328125, 0.3049410705566406, 0.30467379760742186, 0.30471578979492187, 0.30463385009765626, 0.3047761840820313, 0.30467892456054685, 0.304974853515625, 0.304827392578125, 0.30479360961914065, 0.30467379760742186, 0.304901123046875, 0.3046092834472656, 0.6450421752929687, 0.30439013671875, 0.30436557006835935, 0.3044034423828125, 0.304353271484375, 0.30435736083984377, 0.304564208984375, 0.3043297424316406, 0.304395263671875, 0.30442803955078124, 0.30451815795898435, 0.3048192138671875, 0.30439013671875, 0.3047137145996094, 0.30450686645507813, 0.304510986328125, 0.30437478637695314, 0.30464614868164064, 0.3044966430664062, 0.3045294189453125, 0.30444134521484373, 0.3044874267578125, 0.3048304748535156, 0.304510986328125, 0.3043235778808594, 0.30446490478515625, 0.30456524658203127, 0.30463385009765626, 0.304468994140625, 0.3045089416503906, 0.30474444580078125, 0.30447921752929685, 0.304616455078125, 0.30463897705078125, 0.30444134521484373, 0.30447821044921874, 0.3044822998046875, 0.304716796875, 0.30449356079101564, 0.30460211181640623, 0.30466049194335937, 0.3045816345214844, 0.3046574096679687, 0.30464715576171875, 0.3048611755371094, 0.3045038146972656, 0.3049369506835938, 0.3046082458496094, 0.304616455078125, 0.30457037353515626, 0.3045949401855469, 0.30461849975585936, 0.3048796081542969, 0.3047884826660156, 0.3047690124511719, 0.3046645812988281, 0.3045949401855469, 0.30457138061523437, 0.30459393310546873, 0.3046369323730469, 0.30459185791015625, 0.30458367919921875, 0.30474649047851565, 0.6449663696289063, 0.3047208862304687, 0.30416690063476565, 0.30437579345703125, 0.3045529479980469, 0.30432766723632815, 0.30434100341796877, 0.3043430480957031, 0.30436865234375, 0.3043840026855469, 0.30441265869140627, 0.3045089416503906, 0.30444134521484373, 0.30473626708984375, 0.30457958984375, 0.3044771728515625, 0.30432666015625, 0.3043583984375, 0.30481204223632813, 0.304421875, 0.304400390625, 0.30484686279296874, 0.30443621826171874, 0.3044136962890625, 0.3043645324707031, 0.3044085693359375, 0.30446795654296877, 0.3045980224609375, 0.3043205261230469, 0.30440447998046877, 0.30458880615234374, 0.3043379211425781, 0.3046133728027344, 0.30454067993164063, 0.3045591125488281, 0.30479156494140625, 0.30468914794921875, 0.30456832885742186, 0.30457342529296877, 0.3046082458496094, 0.3044771728515625, 0.30467584228515626, 0.30473114013671876, 0.304837646484375, 0.30450994873046877, 0.3045509033203125, 0.3049922485351563, 0.30500350952148436, 0.30468505859375, 0.30461236572265626, 0.3048857727050781, 0.3049093017578125, 0.3046645812988281, 0.3045498962402344, 0.30468710327148435, 0.304574462890625, 0.3046553649902344, 0.3046778869628906, 0.30471578979492187, 0.3047208862304687, 0.304648193359375, 0.3045365905761719, 0.30478744506835936, 0.6452459716796874, 0.3044618225097656, 0.304258056640625, 0.30443826293945314, 0.30441061401367187, 0.304400390625, 0.30451507568359376, 0.304437255859375, 0.30445260620117187, 0.30443521118164063, 0.3043932189941406, 0.304532470703125, 0.30462872314453127, 0.3045693359375, 0.3047526550292969, 0.3043768310546875, 0.30486221313476564, 0.30434713745117187, 0.3045591125488281, 0.30451507568359376, 0.30478439331054685, 0.3047741394042969, 0.3044085693359375, 0.3044945983886719, 0.30459393310546873, 0.3046133728027344, 0.304437255859375, 0.3046727600097656, 0.30437786865234373, 0.3046348876953125, 0.30464102172851565, 0.30436248779296876, 0.30460107421875, 0.30495538330078126, 0.3045294189453125, 0.3046031494140625, 0.3046195068359375, 0.3045048217773437, 0.30454681396484373, 0.30473626708984375, 0.30447412109375, 0.30462567138671875, 0.30457754516601565, 0.304574462890625, 0.304611328125, 0.3046348876953125, 0.30452325439453126, 0.30502297973632814, 0.304611328125, 0.30496051025390625, 0.30454885864257814, 0.304648193359375, 0.3046614990234375, 0.30474853515625, 0.3048099975585937, 0.3045693359375, 0.30467892456054685, 0.3047229309082031, 0.30472705078125, 0.3046666259765625, 0.3046973571777344, 0.30458572387695315, 0.30472909545898436, 0.6446448364257813, 0.3044136962890625, 0.3047342224121094, 0.3045519409179688, 0.30462667846679686, 0.30436248779296876, 0.3045252990722656, 0.3044894714355469, 0.3044013977050781, 0.3044629211425781, 0.30443411254882813, 0.30453451538085935, 0.30448638916015625, 0.30469940185546873, 0.3045191650390625, 0.3045027770996094, 0.3049349060058594, 0.30446795654296877, 0.3047823486328125, 0.30449356079101564, 0.3044454345703125, 0.3048458251953125, 0.30463180541992185, 0.3044812927246094, 0.30459393310546873, 0.3045027770996094, 0.3045458068847656, 0.3046369323730469, 0.30498919677734376, 0.30464306640625, 0.3046246337890625, 0.30457855224609376, 0.30452020263671875, 0.30448538208007814, 0.30453350830078124, 0.3049666442871094, 0.3046932373046875, 0.30472705078125, 0.3045877685546875, 0.3045693359375, 0.304542724609375, 0.30447207641601565, 0.30458367919921875, 0.30467379760742186, 0.3046717529296875, 0.3045519409179688, 0.3049216003417969, 0.3046830139160156, 0.3047342224121094, 0.30511614990234376, 0.30474343872070314, 0.30469631958007815, 0.30490625, 0.3046092834472656, 0.3051745300292969, 0.3046133728027344, 0.3046635437011719, 0.3049502868652344, 0.3047106628417969, 0.30474444580078125, 0.30474853515625, 0.304542724609375, 0.30475469970703123, 0.6448701171875, 0.30447207641601565, 0.30449972534179687, 0.30467684936523437, 0.30446286010742185, 0.304458740234375, 0.30457855224609376, 0.3043512268066406, 0.3043911743164063, 0.30457550048828125, 0.3044812927246094, 0.3044259948730469, 0.3045396423339844, 0.3047557067871094, 0.30454373168945315, 0.3045252990722656, 0.3043297424316406, 0.3044403076171875, 0.30493798828125, 0.304869384765625, 0.30443826293945314, 0.3045980224609375, 0.3044966430664062, 0.3048939514160156, 0.30459698486328124, 0.30450686645507813, 0.3047280578613281, 0.30469528198242185, 0.3045191650390625, 0.30454373168945315, 0.30466049194335937, 0.30461236572265626, 0.30464410400390624, 0.30468710327148435, 0.3048335266113281, 0.30475674438476563, 0.30505880737304686, 0.3046358947753906, 0.30465945434570313, 0.3046072387695313, 0.30459393310546873, 0.30470144653320314, 0.3046225891113281, 0.30468402099609376, 0.30455502319335936, 0.3047034912109375, 0.30453759765625, 0.30484274291992186, 0.30505880737304686, 0.30459085083007814, 0.3046277160644531, 0.30507110595703124, 0.305070068359375, 0.3045539855957031, 0.30476492309570313, 0.3046778869628906, 0.3049349060058594, 0.30469528198242185, 0.3045928955078125, 0.3047587890625, 0.30453451538085935, 0.30468197631835936, 0.3047198791503906, 0.6447216796875, 0.3044874267578125, 0.304405517578125, 0.3044188232421875, 0.30437579345703125, 0.3046655883789062, 0.3045314636230469, 0.30442291259765625, 0.3044925537109375, 0.3044618225097656, 0.3047331848144531, 0.30446286010742185, 0.3042815856933594, 0.30449356079101564, 0.3046369323730469, 0.3044290466308594, 0.3046092834472656, 0.3045119934082031, 0.304500732421875, 0.3044751281738281, 0.30451507568359376, 0.30488473510742187, 0.30452838134765625, 0.30459185791015625, 0.3049461669921875, 0.3045928955078125, 0.30449868774414063, 0.30482125854492187, 0.30452633666992185, 0.3045498962402344, 0.30454067993164063, 0.30451507568359376, 0.3044894714355469, 0.3045980224609375, 0.30486526489257815, 0.3046451110839844, 0.3047004089355469, 0.3047352294921875, 0.30503115844726564, 0.3046727600097656, 0.3046492309570312, 0.3049768981933594, 0.3047618408203125, 0.30466867065429687, 0.304505859375, 0.304606201171875, 0.3046154174804688, 0.3047106628417969, 0.3045877685546875, 0.3049441223144531, 0.30468814086914064, 0.30472909545898436, 0.30473831176757815, 0.30473626708984375, 0.3050741882324219, 0.304606201171875, 0.30476287841796873, 0.30502398681640625, 0.30474957275390624, 0.3046655883789062, 0.30484274291992186, 0.30459698486328124, 0.30463180541992185]",tokens/s,3.2313293934258858,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gpt_neo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,1,1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/1/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694780f-78cb90d0079b8c611d1ebb79;3f8fe239-cb93-4536-846f-3c4650a5c76d) Repository Not Found for url: https://huggingface.co/1/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-7b,tiiuae/falcon-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1490, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1656, in _check_and_enable_sdpa raise ValueError( ValueError: FalconForCausalLM 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"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4108.419072,5287.44448,0.0,4640.997376,4330.668544,s,10,3.1997629089355466,0.31997629089355467,0.0010652547133575853,0.31959405517578127,0.3214676086425781,0.32149762878417965,0.32152164489746093,"[0.31874813842773436, 0.3210158386230469, 0.3191706848144531, 0.3194938354492188, 0.31946047973632813, 0.31844869995117187, 0.31969427490234376, 0.32074237060546873, 0.3214609375, 0.32152764892578123]",tokens/s,800.0592771580148,kWh,3.7604298649562735e-06,2.060550245869101e-06,1.8770327516251517e-05,2.4591307627076894e-05,tokens/kWh,10410182.487332419,MB,4108.419072,5287.44448,0.0,4640.997376,4515.667456,s,10,175.235673828125,17.5235673828125,0.0014736007130784414,17.5240908203125,17.525130859375,17.525280273437502,17.525399804687503,"[17.52509765625, 17.52158984375, 17.524423828125, 17.523767578125, 17.5244140625, 17.521322265625, 17.524623046875, 17.5235234375, 17.5254296875, 17.521482421875]",tokens/s,3.5951583729344847,kWh,0.00020692485703776285,0.00011341188782000648,0.001005294630623929,0.0013256313754816985,tokens/kWh,47524.523910055694,,s,629,177.83855282592782,0.28273219845139547,0.038060612034765025,0.2781388854980469,0.2783006591796875,0.2783752197265625,0.5978882275390625,"[0.27858328247070313, 0.27810714721679686, 0.27806002807617186, 0.2781603698730469, 0.2780487670898438, 0.2779842529296875, 0.27810406494140627, 0.27796890258789064, 0.27810302734375, 0.2779637756347656, 0.27821774291992185, 0.2781737060546875, 0.2781051025390625, 0.278034423828125, 0.2780057678222656, 0.27806719970703125, 0.27839590454101565, 0.27814501953125, 0.27807232666015624, 0.27819009399414063, 0.2782167053222656, 0.2782105712890625, 0.27820748901367187, 0.278297607421875, 0.27826995849609376, 0.2780712890625, 0.2780426330566406, 0.2781808776855469, 0.27829556274414063, 0.27816754150390627, 0.2781163635253906, 0.2781972351074219, 0.2782863464355469, 0.2780477294921875, 0.2781614074707031, 0.2781419372558594, 0.2782822265625, 0.27810302734375, 0.2781747131347656, 0.278181884765625, 0.27818597412109375, 0.27807949829101564, 0.2783580017089844, 0.27806002807617186, 0.27818496704101564, 0.278265869140625, 0.27827813720703126, 0.27825357055664063, 0.27825457763671874, 0.2781265869140625, 0.2781214599609375, 0.2780579833984375, 0.278192138671875, 0.27812353515625, 0.2781327209472656, 0.2782576599121094, 0.278287353515625, 0.27825357055664063, 0.27815731811523436, 0.27832012939453127, 0.2783068237304688, 0.2782637939453125, 0.599541748046875, 0.27804568481445313, 0.27802215576171874, 0.27826483154296877, 0.278076416015625, 0.2781112365722656, 0.277928955078125, 0.2780845947265625, 0.2779053955078125, 0.27808050537109374, 0.27793508911132814, 0.27789413452148437, 0.27800677490234377, 0.2780477294921875, 0.27790643310546875, 0.2779893798828125, 0.2780702819824219, 0.27814093017578123, 0.2780211181640625, 0.27843890380859376, 0.2781225280761719, 0.2781531982421875, 0.2780579833984375, 0.27811019897460937, 0.278002685546875, 0.27822796630859375, 0.2780057678222656, 0.2780579833984375, 0.27817266845703126, 0.27817266845703126, 0.27806002807617186, 0.27816754150390627, 0.27811224365234377, 0.278287353515625, 0.2780968933105469, 0.2781757507324219, 0.278150146484375, 0.2783088684082031, 0.2780928039550781, 0.27805490112304687, 0.2782443542480469, 0.278150146484375, 0.27803750610351563, 0.27807437133789065, 0.27804571533203126, 0.2782361145019531, 0.27828326416015625, 0.2781214599609375, 0.27816244506835935, 0.2782443542480469, 0.27803237915039064, 0.2781583251953125, 0.27821774291992185, 0.2781603698730469, 0.27803955078125, 0.27840408325195315, 0.27810202026367187, 0.27821978759765625, 0.2781163635253906, 0.27807333374023435, 0.2780528564453125, 0.27824639892578124, 0.27811431884765625, 0.59765966796875, 0.2781757507324219, 0.27797607421875, 0.2782167053222656, 0.2780559387207031, 0.2779996032714844, 0.2779862976074219, 0.2779637756347656, 0.27797503662109374, 0.27801702880859375, 0.2779002990722656, 0.27802215576171874, 0.27807537841796875, 0.27807537841796875, 0.2780313720703125, 0.2780508117675781, 0.2779525146484375, 0.2781388854980469, 0.27807232666015624, 0.27817779541015625, 0.2780928039550781, 0.2780682373046875, 0.27811737060546876, 0.2781368408203125, 0.27811737060546876, 0.2782392272949219, 0.2781337585449219, 0.278392822265625, 0.2782310485839844, 0.278265869140625, 0.27814093017578123, 0.27818496704101564, 0.27824026489257814, 0.27826483154296877, 0.27806719970703125, 0.27855975341796874, 0.27825665283203127, 0.2781685791015625, 0.2782085266113281, 0.2781481018066406, 0.27810919189453126, 0.27824331665039065, 0.278034423828125, 0.2783047790527344, 0.2781388854980469, 0.27817166137695315, 0.2782822265625, 0.2782945251464844, 0.27814910888671873, 0.27833242797851565, 0.27806207275390626, 0.2781890563964844, 0.27830374145507814, 0.27817984008789065, 0.27814093017578123, 0.2780979309082031, 0.2780887145996094, 0.2783211669921875, 0.27862014770507815, 0.27816549682617187, 0.2781839294433594, 0.2782105712890625, 0.27824639892578124, 0.5981255493164063, 0.278150146484375, 0.27785626220703125, 0.2780334167480469, 0.2780712890625, 0.27800167846679685, 0.2779176940917969, 0.27832321166992186, 0.2780078125, 0.2780569458007813, 0.2779176940917969, 0.27797708129882814, 0.2779504699707031, 0.2781634521484375, 0.27796990966796875, 0.277923828125, 0.2779791259765625, 0.2781951904296875, 0.2780712890625, 0.2781603698730469, 0.2780784606933594, 0.27812762451171874, 0.2781521911621094, 0.2781368408203125, 0.27850137329101565, 0.2782167053222656, 0.27812045288085935, 0.2780579833984375, 0.2780405883789063, 0.27810919189453126, 0.2783846435546875, 0.2782300109863281, 0.2781163635253906, 0.278108154296875, 0.2781839294433594, 0.27849114990234375, 0.27811328125, 0.27817880249023436, 0.2781163635253906, 0.27801190185546876, 0.2782033996582031, 0.27817266845703126, 0.27813580322265624, 0.27843585205078125, 0.27829144287109375, 0.2781808776855469, 0.2781808776855469, 0.2782023620605469, 0.2781583251953125, 0.27829656982421874, 0.2781194152832031, 0.27825357055664063, 0.2780968933105469, 0.27834878540039065, 0.278118408203125, 0.2780631103515625, 0.27816244506835935, 0.27819314575195314, 0.27817880249023436, 0.27821466064453126, 0.2786324462890625, 0.2782525329589844, 0.278255615234375, 0.5979771118164062, 0.27813784790039064, 0.27801089477539065, 0.278066162109375, 0.27801190185546876, 0.278086669921875, 0.2779729919433594, 0.27828326416015625, 0.2779862976074219, 0.27811328125, 0.2778961791992188, 0.2779228210449219, 0.2780139465332031, 0.2780231628417969, 0.27794329833984377, 0.2781051025390625, 0.2780784606933594, 0.2783068237304688, 0.2780641174316406, 0.27816754150390627, 0.27818801879882815, 0.2781562805175781, 0.2779955139160156, 0.27814501953125, 0.27816448974609376, 0.27828121948242185, 0.27810919189453126, 0.2782033996582031, 0.27807537841796875, 0.2782801818847656, 0.27810406494140627, 0.27813784790039064, 0.27835186767578124, 0.27854437255859377, 0.278118408203125, 0.27813479614257813, 0.27823822021484373, 0.2782248840332031, 0.2781470642089844, 0.2781808776855469, 0.27812762451171874, 0.278139892578125, 0.27823614501953126, 0.27833139038085936, 0.27812249755859375, 0.2782443542480469, 0.2781890563964844, 0.27816549682617187, 0.27817266845703126, 0.27839590454101565, 0.27812762451171874, 0.2781603698730469, 0.27825665283203127, 0.2782945251464844, 0.2781419372558594, 0.2781552734375, 0.2782054443359375, 0.27824639892578124, 0.2780979309082031, 0.27818292236328124, 0.27818292236328124, 0.27840103149414064, 0.27840103149414064, 0.59683837890625, 0.2780917663574219, 0.27800372314453126, 0.277970947265625, 0.27823410034179685, 0.2782843017578125, 0.27795455932617186, 0.278044677734375, 0.27804568481445313, 0.2779945068359375, 0.27793508911132814, 0.27800167846679685, 0.27796685791015624, 0.27805490112304687, 0.2780139465332031, 0.27813067626953125, 0.2780088195800781, 0.2781214599609375, 0.27797402954101563, 0.27808154296875, 0.27807537841796875, 0.278118408203125, 0.2779258728027344, 0.27817062377929686, 0.2780487670898438, 0.2783273010253906, 0.2781265869140625, 0.2780579833984375, 0.2780211181640625, 0.27823822021484373, 0.2781255798339844, 0.27804568481445313, 0.2780559387207031, 0.27821978759765625, 0.27810302734375, 0.27798016357421873, 0.27811019897460937, 0.27810302734375, 0.2781695861816406, 0.27807232666015624, 0.2781419372558594, 0.27825457763671874, 0.27811019897460937, 0.2782085266113281, 0.2781265869140625, 0.2782320556640625, 0.2781665344238281, 0.27819622802734373, 0.27819827270507813, 0.27824844360351564, 0.2780887145996094, 0.27829556274414063, 0.2781214599609375, 0.27816549682617187, 0.2781255798339844, 0.27803237915039064, 0.2779996032714844, 0.27817984008789065, 0.2780989379882812, 0.2781603698730469, 0.27807949829101564, 0.2785577087402344, 0.278192138671875, 0.59820849609375, 0.27816754150390627, 0.2782525329589844, 0.27804672241210937, 0.27811737060546876, 0.27817266845703126, 0.2780159912109375, 0.27801089477539065, 0.2779852905273438, 0.27800473022460936, 0.27799755859375, 0.2780313720703125, 0.2780928039550781, 0.2781419372558594, 0.2780712890625, 0.2780354614257812, 0.27805389404296876, 0.27812762451171874, 0.27807745361328123, 0.2782248840332031, 0.27809588623046877, 0.2781470642089844, 0.27810098266601563, 0.27829351806640623, 0.2781583251953125, 0.278287353515625, 0.278150146484375, 0.2780835876464844, 0.2781767578125, 0.27830987548828123, 0.27811019897460937, 0.278029296875, 0.2782105712890625, 0.2782822265625, 0.2781481018066406, 0.278034423828125, 0.2781163635253906, 0.27817779541015625, 0.2781245422363281, 0.27811532592773436, 0.27822592163085935, 0.2782637939453125, 0.27812762451171874, 0.27823309326171874, 0.2781532287597656, 0.2782105712890625, 0.27814297485351563, 0.2782689208984375, 0.278319091796875, 0.27834060668945315, 0.2782003173828125, 0.2781808776855469, 0.278192138671875, 0.2784429931640625, 0.27812249755859375, 0.2782085266113281, 0.27821875, 0.278245361328125, 0.2782423095703125, 0.2782637939453125, 0.278245361328125, 0.2781634521484375, 0.278361083984375, 0.5991997680664063, 0.27812249755859375, 0.27820748901367187, 0.27797503662109374, 0.2780415954589844, 0.27798834228515623, 0.27795559692382815, 0.2780201110839844, 0.27805490112304687, 0.27803955078125, 0.2779053955078125, 0.27794842529296876, 0.278066162109375, 0.2780702819824219, 0.2779914245605469, 0.27794638061523436, 0.27797503662109374, 0.2781532287597656, 0.2780139465332031, 0.27818801879882815, 0.2781051025390625, 0.278108154296875, 0.27811224365234377, 0.2780989379882812, 0.27801803588867186, 0.27859457397460935, 0.27808767700195314, 0.278076416015625, 0.2780999755859375, 0.2781941833496094, 0.2783006591796875, 0.2781562805175781, 0.2780907592773437, 0.27820440673828123, 0.2780057678222656, 0.27811328125, 0.27811019897460937, 0.27817779541015625, 0.27850445556640624, 0.2780948486328125, 0.27814093017578123, 0.27819314575195314, 0.2780907592773437, 0.2782013549804688, 0.27804672241210937, 0.27818496704101564, 0.2781634521484375, 0.2782720031738281, 0.2782156677246094, 0.27832525634765626, 0.2783416442871094, 0.2781368408203125, 0.2780928039550781, 0.2781245422363281, 0.27811224365234377, 0.278624267578125, 0.27811328125, 0.2781767578125, 0.27811328125, 0.2783078308105469, 0.27821466064453126, 0.27869287109375, 0.27829248046875, 0.5999595947265625, 0.278151123046875, 0.2783006591796875, 0.2781767578125, 0.2781562805175781, 0.278287353515625, 0.27801190185546876, 0.27812762451171874, 0.27812249755859375, 0.2780569458007813, 0.27806515502929685, 0.27807745361328123, 0.27812249755859375, 0.27806207275390626, 0.2780282897949219, 0.27807232666015624, 0.27803851318359374, 0.278192138671875, 0.2781460571289063, 0.2781552734375, 0.27821875, 0.2780917663574219, 0.27806002807617186, 0.27822283935546877, 0.278044677734375, 0.27817984008789065, 0.27797607421875, 0.2783211669921875, 0.2781972351074219, 0.2782423095703125, 0.2780641174316406, 0.2781972351074219, 0.27817880249023436, 0.2783529052734375, 0.27826791381835936, 0.27813067626953125, 0.2781532287597656, 0.2781481018066406, 0.27818701171875, 0.2780784606933594, 0.27830169677734373, 0.2783303527832031, 0.2781839294433594, 0.2782423095703125, 0.27816244506835935, 0.27821875, 0.2782740478515625, 0.27820645141601563, 0.2781583251953125, 0.278361083984375, 0.27816754150390627, 0.2782095336914063, 0.2782668762207031, 0.278319091796875, 0.2781327209472656, 0.2781767578125, 0.27830374145507814, 0.27822900390625, 0.2781603698730469, 0.27811737060546876, 0.27818801879882815, 0.2782023620605469, 0.2782637939453125, 0.6001541137695312, 0.27810202026367187, 0.27797708129882814, 0.27800167846679685, 0.2780498046875, 0.27807949829101564, 0.2780989379882812, 0.2780559387207031, 0.27792486572265623, 0.2780498046875, 0.2779361267089844, 0.27795559692382815, 0.2781327209472656, 0.27822592163085935, 0.2779873352050781, 0.27796786499023435, 0.2779811706542969, 0.278044677734375, 0.27802215576171874, 0.2781317138671875, 0.27807949829101564, 0.2781245422363281, 0.2779422607421875, 0.27812966918945314, 0.2780569458007813, 0.2781808776855469, 0.2780313720703125, 0.27810714721679686, 0.2781757507324219, 0.27822796630859375, 0.2781767578125, 0.27811431884765625, 0.27811532592773436, 0.27820440673828123, 0.27810098266601563, 0.27806207275390626, 0.27838668823242185, 0.2781460571289063, 0.27807232666015624, 0.27805389404296876, 0.27812249755859375, 0.2782218322753906, 0.27806207275390626, 0.27811328125, 0.27808050537109374, 0.278255615234375, 0.2782023620605469, 0.27814910888671873, 0.27822900390625, 0.2783365173339844, 0.27817266845703126, 0.27810406494140627, 0.2780968933105469, 0.27818597412109375, 0.27826791381835936, 0.27807232666015624, 0.27808563232421873, 0.27834368896484374, 0.27808050537109374, 0.27809381103515624, 0.27811224365234377, 0.2781562805175781, 0.2782167053222656]",tokens/s,3.5369158711928956,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1490, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1656, in _check_and_enable_sdpa raise ValueError( ValueError: FalconForCausalLM 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"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,8,8,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/8/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694766f-4cc7d0225e668629017d7cc7;8c9c0717-a8ed-4452-a039-ff08869b3409) Repository Not Found for url: https://huggingface.co/8/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 8 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-4B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3174.096896,5144.838144,0.0,4498.39104,4272.10752,s,10,1.7286483306884766,0.17286483306884765,0.0005993797805501057,0.17293777465820312,0.17336760101318358,0.17380905227661134,0.1741622132873535,"[0.17287689208984375, 0.1730338592529297, 0.17206895446777343, 0.17326950073242187, 0.17221299743652344, 0.17263043212890625, 0.1722931823730469, 0.17301335144042967, 0.17425050354003907, 0.1729986572265625]",tokens/s,1480.925850881664,kWh,2.037112086554597e-06,1.1162461613852868e-06,1.0556234498620402e-05,1.3709592746560284e-05,tokens/kWh,18673056.503755737,MB,3174.096896,5144.838144,0.0,4498.39104,4389.692928,s,10,92.663412109375,9.266341210937501,0.0013458288533201022,9.26680078125,9.268084667968749,9.268100927734375,9.268113935546875,"[9.2681171875, 9.266818359375, 9.2659326171875, 9.2669384765625, 9.2680810546875, 9.2670830078125, 9.26480859375, 9.265033203125, 9.266783203125, 9.26381640625]",tokens/s,6.798799932560018,kWh,0.00010932210529558504,5.991687564815634e-05,0.0005677240336807782,0.0007369630146245196,tokens/kWh,85485.97249768133,,s,629,94.07109530639643,0.1495565903122361,0.02061418714890365,0.14701670837402345,0.14723359069824218,0.1475557373046875,0.3201883349609375,"[0.14778675842285155, 0.14767308044433594, 0.14757171630859375, 0.14734848022460936, 0.14696858215332032, 0.14699623107910156, 0.1469265899658203, 0.14701158142089843, 0.14687846374511718, 0.14724201965332032, 0.14696444702148437, 0.14699623107910156, 0.14686924743652344, 0.1470055694580078, 0.146968505859375, 0.1470177001953125, 0.14702076721191407, 0.14695840454101564, 0.14695315551757812, 0.147051513671875, 0.14691328430175782, 0.14694912719726563, 0.14707200622558594, 0.14713548278808594, 0.14800384521484375, 0.14704742431640624, 0.14702899169921874, 0.14693887329101563, 0.1469276123046875, 0.1470371856689453, 0.147051513671875, 0.14701568603515625, 0.14691941833496094, 0.14705049133300782, 0.14706483459472655, 0.1472430114746094, 0.14706585693359375, 0.1470967102050781, 0.14701043701171876, 0.1469818878173828, 0.14695730590820313, 0.1470750732421875, 0.14713037109375, 0.147167236328125, 0.14694195556640624, 0.1470320587158203, 0.14695834350585937, 0.14702284240722657, 0.1479034881591797, 0.14710578918457032, 0.1470392608642578, 0.14708425903320313, 0.14699212646484375, 0.14706687927246093, 0.147056640625, 0.1470750732421875, 0.14696038818359375, 0.14714163208007813, 0.14711296081542968, 0.147093505859375, 0.14699314880371095, 0.14705459594726564, 0.32070758056640625, 0.14702796936035156, 0.14689996337890626, 0.146946044921875, 0.14694912719726563, 0.14686924743652344, 0.14690713500976563, 0.14696243286132812, 0.14717234802246093, 0.14688461303710937, 0.14691020202636718, 0.14681907653808593, 0.14701875305175782, 0.1468528594970703, 0.14697378540039063, 0.14691215515136719, 0.14703616333007813, 0.14690509033203125, 0.14697984313964843, 0.14808473205566405, 0.14705357360839844, 0.14702490234375, 0.14695526123046876, 0.146951171875, 0.14702796936035156, 0.14697676086425782, 0.14688870239257812, 0.14695423889160156, 0.1470936279296875, 0.1469469451904297, 0.14687437438964843, 0.14683750915527344, 0.14701773071289062, 0.1469654998779297, 0.1471662139892578, 0.14822706604003907, 0.1471365509033203, 0.14694403076171875, 0.1470227813720703, 0.1470556182861328, 0.1474088897705078, 0.1471662139892578, 0.14701055908203126, 0.14695526123046876, 0.14711602783203126, 0.14696858215332032, 0.14778982543945313, 0.14698393249511718, 0.1472368621826172, 0.14702899169921874, 0.14697882080078126, 0.1469470672607422, 0.1471488037109375, 0.14708738708496094, 0.14708732604980468, 0.14703411865234375, 0.147240966796875, 0.1470146484375, 0.14702182006835937, 0.1469696044921875, 0.14712115478515625, 0.14717234802246093, 0.14839610290527344, 0.319848388671875, 0.14693183898925782, 0.14698895263671874, 0.1472665252685547, 0.14698393249511718, 0.1470310363769531, 0.14696038818359375, 0.1468917694091797, 0.14695423889160156, 0.1468385314941406, 0.14695730590820313, 0.14699417114257812, 0.14709146118164063, 0.1470023651123047, 0.14690419006347658, 0.146853759765625, 0.1469890594482422, 0.14704229736328125, 0.14695834350585937, 0.14691635131835937, 0.1469654998779297, 0.14702284240722657, 0.14694502258300782, 0.14697369384765624, 0.14704640197753907, 0.14713548278808594, 0.14713958740234376, 0.1470576629638672, 0.14691127014160157, 0.14695523071289063, 0.14695219421386718, 0.14708326721191406, 0.14730854797363283, 0.1470382080078125, 0.14699417114257812, 0.14697779846191406, 0.14703622436523436, 0.14698387145996095, 0.14712626647949217, 0.1470444793701172, 0.14703091430664061, 0.14704946899414062, 0.14700341796875, 0.14718563842773438, 0.14746829223632812, 0.147240966796875, 0.1470320587158203, 0.14844825744628906, 0.14709043884277342, 0.14703616333007813, 0.14713343811035157, 0.1473105926513672, 0.14721331787109376, 0.14717344665527343, 0.14703916931152344, 0.14701075744628905, 0.14706156921386718, 0.14708224487304689, 0.14704537963867187, 0.14706790161132813, 0.14713958740234376, 0.1470586853027344, 0.14705970764160156, 0.32091647338867185, 0.14701158142089843, 0.14697471618652344, 0.146914306640625, 0.14693478393554688, 0.14691941833496094, 0.14682418823242188, 0.14683238220214845, 0.14704537963867187, 0.14690713500976563, 0.14690611267089843, 0.14682623291015626, 0.14797926330566405, 0.14686837768554686, 0.14690185546875, 0.14693785095214842, 0.14714675903320312, 0.14695628356933593, 0.14687539672851563, 0.14688255310058593, 0.14702490234375, 0.14691737365722657, 0.14699008178710937, 0.14695834350585937, 0.1470392608642578, 0.146999267578125, 0.14697984313964843, 0.1469174041748047, 0.14706275939941407, 0.1470146484375, 0.14704946899414062, 0.1469470672607422, 0.14710989379882813, 0.14699725341796874, 0.14697369384765624, 0.14695219421386718, 0.14717849731445312, 0.14697164916992186, 0.1469265899658203, 0.1469081573486328, 0.14711807250976563, 0.14706585693359375, 0.14712934875488282, 0.14710791015625, 0.14827107238769532, 0.14701565551757811, 0.14701670837402345, 0.14730546569824218, 0.14753176879882812, 0.14714572143554688, 0.14711807250976563, 0.1469992980957031, 0.14710374450683594, 0.14703616333007813, 0.14731365966796875, 0.14729933166503906, 0.1472296905517578, 0.14706381225585938, 0.14707200622558594, 0.14710067749023437, 0.14716825866699218, 0.1470320587158203, 0.14842982482910155, 0.32008807373046877, 0.146955322265625, 0.14692857360839845, 0.1468907470703125, 0.14695423889160156, 0.147019775390625, 0.14696038818359375, 0.14696652221679687, 0.14697779846191406, 0.14689596557617188, 0.14691830444335938, 0.14683151245117188, 0.14699095153808595, 0.14697676086425782, 0.14691839599609374, 0.14684364318847656, 0.14687744140625, 0.14838169860839845, 0.14705049133300782, 0.14749183654785156, 0.1470443572998047, 0.1470013427734375, 0.14690509033203125, 0.14690611267089843, 0.1469470672607422, 0.14703411865234375, 0.14695834350585937, 0.14701670837402345, 0.14688056945800781, 0.1469347229003906, 0.14689596557617188, 0.1468752899169922, 0.14709657287597655, 0.14701260375976563, 0.14699623107910156, 0.14830899047851562, 0.14706278991699218, 0.14700851440429688, 0.14699417114257812, 0.14700953674316405, 0.14707096862792968, 0.1470873565673828, 0.14704946899414062, 0.14696345520019533, 0.14702796936035156, 0.14705970764160156, 0.14710476684570312, 0.14701568603515625, 0.14700032043457031, 0.14704757690429687, 0.1470933380126953, 0.14736997985839845, 0.14748262023925782, 0.14721331787109376, 0.14715391540527345, 0.148822021484375, 0.14712217712402345, 0.14702899169921874, 0.14720307922363282, 0.1472481231689453, 0.147198974609375, 0.14723277282714844, 0.1470207977294922, 0.32022732543945315, 0.1470873565673828, 0.14694195556640624, 0.14698495483398438, 0.14701055908203126, 0.14692863464355468, 0.14687026977539064, 0.14684672546386718, 0.14703411865234375, 0.1469265899658203, 0.14689894104003906, 0.1468415985107422, 0.14700749206542968, 0.14688972473144532, 0.14691328430175782, 0.14688255310058593, 0.147093505859375, 0.14696141052246095, 0.14691328430175782, 0.14691123962402344, 0.14703411865234375, 0.14694195556640624, 0.14725836181640625, 0.14736691284179687, 0.14715493774414062, 0.1469594268798828, 0.14690809631347657, 0.14693994140625, 0.1470608367919922, 0.1470196533203125, 0.14706585693359375, 0.14688563537597657, 0.1470924835205078, 0.14694808959960937, 0.14700445556640626, 0.14699618530273437, 0.1471866912841797, 0.14700761413574218, 0.148297607421875, 0.14703616333007813, 0.14705459594726564, 0.14700650024414064, 0.14703407287597656, 0.14703923034667968, 0.147167236328125, 0.14696754455566408, 0.14695423889160156, 0.146914306640625, 0.14736282348632812, 0.14743449401855468, 0.14710272216796874, 0.1470699462890625, 0.14715084838867187, 0.14705357360839844, 0.14705459594726564, 0.14719692993164063, 0.14750527954101564, 0.1470196533203125, 0.1470689239501953, 0.14707814025878907, 0.14713958740234376, 0.1470760955810547, 0.1488107452392578, 0.3202416687011719, 0.1470023651123047, 0.14694303894042968, 0.14692857360839845, 0.1468733367919922, 0.1469470672607422, 0.1469276123046875, 0.14699215698242188, 0.14703511047363282, 0.14692352294921876, 0.14691020202636718, 0.1468733367919922, 0.14699417114257812, 0.14695849609375, 0.1469202880859375, 0.14683648681640624, 0.14692863464355468, 0.14689280700683593, 0.14689996337890626, 0.14695526123046876, 0.14701670837402345, 0.14701568603515625, 0.14702490234375, 0.1470207977294922, 0.14696754455566408, 0.146963623046875, 0.14706568908691406, 0.1472093505859375, 0.14704336547851563, 0.14692848205566406, 0.14686924743652344, 0.14684466552734374, 0.1469992980957031, 0.14705667114257812, 0.14704328918457032, 0.14699623107910156, 0.14704946899414062, 0.1470443572998047, 0.14701670837402345, 0.14697369384765624, 0.14699519348144532, 0.1471866912841797, 0.14707200622558594, 0.14699110412597657, 0.14701260375976563, 0.1470054473876953, 0.14697779846191406, 0.14692965698242189, 0.14706072998046876, 0.14700953674316405, 0.14701158142089843, 0.14910566711425782, 0.14718975830078124, 0.14725836181640625, 0.14713343811035157, 0.1470330810546875, 0.14714675903320312, 0.14701370239257813, 0.14699513244628906, 0.14726348876953124, 0.14745703125, 0.147167236328125, 0.14708837890625, 0.3207086181640625, 0.14719590759277343, 0.1472073211669922, 0.14705853271484376, 0.1470750732421875, 0.14697471618652344, 0.14687744140625, 0.14694912719726563, 0.1470689239501953, 0.1468712921142578, 0.1469265899658203, 0.14695730590820313, 0.14706278991699218, 0.14691229248046875, 0.1469982452392578, 0.14697164916992186, 0.14828134155273437, 0.14708837890625, 0.14701055908203126, 0.14689996337890626, 0.14705459594726564, 0.1469317169189453, 0.14693069458007812, 0.14696754455566408, 0.1470834197998047, 0.14702371215820312, 0.14695526123046876, 0.14698393249511718, 0.14704025268554688, 0.14693887329101563, 0.14711705017089843, 0.147056640625, 0.14714675903320312, 0.14699725341796874, 0.14703411865234375, 0.14694093322753907, 0.14714778137207032, 0.14701670837402345, 0.14701376342773437, 0.14699200439453125, 0.14719078063964844, 0.14699623107910156, 0.14699519348144532, 0.1470146484375, 0.14720716857910157, 0.14704025268554688, 0.14702899169921874, 0.14696243286132812, 0.14716415405273436, 0.14701055908203126, 0.14698597717285156, 0.14693682861328125, 0.14716213989257812, 0.14706069946289063, 0.14698291015625, 0.14696345520019533, 0.14716825866699218, 0.14715493774414062, 0.14710169982910157, 0.1471313934326172, 0.14711705017089843, 0.1470689239501953, 0.14711500549316406, 0.3223039855957031, 0.147019775390625, 0.14697369384765624, 0.1468917694091797, 0.1469276123046875, 0.14714469909667968, 0.14722457885742188, 0.14695321655273438, 0.14700953674316405, 0.14690406799316405, 0.14691839599609374, 0.14685594177246095, 0.1469890594482422, 0.14694093322753907, 0.14695225524902344, 0.1469377899169922, 0.14697471618652344, 0.14842880249023438, 0.14693580627441405, 0.14698701477050782, 0.14707711791992187, 0.1470701141357422, 0.14704829406738282, 0.147019775390625, 0.1469644775390625, 0.14701055908203126, 0.146988037109375, 0.14697882080078126, 0.14702284240722657, 0.1469644775390625, 0.1468272705078125, 0.14687026977539064, 0.14697164916992186, 0.14697779846191406, 0.1471119384765625, 0.14712832641601561, 0.14703411865234375, 0.14697779846191406, 0.14691020202636718, 0.14694912719726563, 0.14699519348144532, 0.14711602783203126, 0.14702284240722657, 0.14699417114257812, 0.147019775390625, 0.1470259246826172, 0.14693785095214842, 0.1469265899658203, 0.14708018493652344, 0.14708837890625, 0.1469769287109375, 0.14978440856933595, 0.14717849731445312, 0.1471436767578125, 0.14704844665527345, 0.146988037109375, 0.14713958740234376, 0.1469788818359375, 0.14701766967773439, 0.14699110412597657, 0.14712319946289062, 0.14726553344726562, 0.14711296081542968, 0.320679931640625, 0.14692970275878905, 0.14701673889160155, 0.14725318908691407, 0.1472686004638672, 0.14698393249511718, 0.14691226196289062, 0.1468835906982422, 0.14703001403808594, 0.14690098571777344, 0.147125244140625, 0.14689894104003906, 0.14706585693359375, 0.14684466552734374, 0.14689088439941406, 0.14679129028320312, 0.14693682861328125, 0.1469153289794922, 0.1468764190673828, 0.14692454528808593, 0.14708428955078126, 0.1469706268310547, 0.1469317169189453, 0.14688064575195312, 0.14700735473632812, 0.14700650024414064, 0.14700848388671875, 0.1469081573486328, 0.1470433349609375, 0.1469327392578125, 0.14687846374511718, 0.14688050842285155, 0.1471078338623047, 0.14696141052246095, 0.14701875305175782, 0.14693478393554688, 0.14710578918457032, 0.1469696044921875, 0.14709657287597655, 0.14712728881835938, 0.1470699462890625, 0.1470106201171875, 0.14694496154785155, 0.14699314880371095, 0.14706381225585938, 0.14702899169921874, 0.14700440979003906, 0.146951171875, 0.1470760955810547, 0.14707814025878907, 0.14702490234375, 0.14701568603515625, 0.14717747497558595, 0.14715802001953124, 0.14709555053710938, 0.14695423889160156, 0.1483909149169922, 0.14720921325683595, 0.14726246643066407, 0.1471600646972656, 0.14717234802246093, 0.1470320587158203, 0.14702386474609375]",tokens/s,6.68643219207027,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm2-20b,internlm/internlm2-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.217-205.860.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.2,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,3095.433216,13793.492992,0.0,13147.045888,12781.924864,s,10,8.988890075683594,0.8988890075683594,0.001423213612699,0.8981753845214844,0.9012999267578126,0.9014743347167968,0.9016138610839843,"[0.8981488037109375, 0.8976058959960938, 0.8978265991210937, 0.8977764282226562, 0.8990162353515625, 0.8982019653320312, 0.899675048828125, 0.9012611694335938, 0.9016487426757812, 0.8977291870117188]",tokens/s,284.79600689802794,kWh,1.0606916911072201e-05,5.812208237193772e-06,5.517099321083324e-05,7.159011835909921e-05,tokens/kWh,3575912.5123371445,MB,3096.809472,13793.492992,0.0,13147.045888,12906.706432,s,10,496.00179296875,49.600179296875,0.0025068761942268125,49.599537109375,49.60291796875,49.60425390625,49.60532265625,"[49.60262109375, 49.60017578125, 49.599390625, 49.5969921875, 49.60200390625, 49.59917578125, 49.59676953125, 49.5996796875, 49.60558984375, 49.59939453125]",tokens/s,1.2701566988885713,kWh,0.0005855437311530114,0.00032092896961866243,0.0030658153091317657,0.003972288009903439,tokens/kWh,15859.877189904828,,s,629,503.3055490112303,0.8001678044693649,0.10686695302898579,0.78727783203125,0.7875329833984375,0.7876315185546875,1.6862559765625,"[0.7872880859375, 0.7870259399414062, 0.7873024291992188, 0.787430419921875, 0.7872225341796875, 0.7870167236328125, 0.7872471313476562, 0.787135498046875, 0.7874212036132813, 0.787646484375, 0.7871190795898437, 0.787198974609375, 0.78721533203125, 0.7873003540039063, 0.7873402709960937, 0.7873802490234375, 0.7873699951171875, 0.7872757568359375, 0.7873751220703125, 0.7871262817382813, 0.7870422973632812, 0.78744677734375, 0.7872112426757812, 0.7874457397460938, 0.7872388916015625, 0.7871692504882812, 0.7872634887695312, 0.7872112426757812, 0.7875809326171875, 0.7871897583007812, 0.7871918334960938, 0.7872716674804687, 0.7872532348632812, 0.7870771484375, 0.787178466796875, 0.7871795043945312, 0.7873187866210938, 0.7872747802734374, 0.7873935546875, 0.7871959228515625, 0.787209228515625, 0.7876884765625, 0.7873280029296875, 0.7873853149414063, 0.7873720092773437, 0.787345458984375, 0.7874744262695312, 0.787357666015625, 0.7874508666992187, 0.7872317504882812, 0.78719384765625, 0.7873925170898437, 0.7873443603515625, 0.787577880859375, 0.7875277099609375, 0.7875594482421875, 0.7873863525390625, 0.7875327758789062, 0.7873659057617187, 0.7875850219726562, 0.7875235595703125, 0.787483642578125, 1.68622802734375, 0.7872767944335938, 0.7871539916992187, 0.7875859985351562, 0.7870955810546875, 0.787146728515625, 0.7872962646484375, 0.787230712890625, 0.7869522094726562, 0.7872296752929687, 0.7870853271484375, 0.7870474243164063, 0.7871734008789063, 0.7869942016601562, 0.787184814453125, 0.7870564575195312, 0.7873433837890625, 0.7872163696289063, 0.7871109008789062, 0.7871221923828124, 0.7873392944335937, 0.7873372192382813, 0.7872645263671875, 0.7872798461914062, 0.7871262817382813, 0.7875082397460937, 0.7871580200195313, 0.7872501831054688, 0.7874375610351563, 0.787314697265625, 0.7873116455078125, 0.7874232177734375, 0.78718359375, 0.7870259399414062, 0.7873351440429688, 0.7873904418945312, 0.78729931640625, 0.7872317504882812, 0.7870996704101563, 0.7874580688476562, 0.7870596923828125, 0.7873372192382813, 0.78745703125, 0.7872686157226563, 0.7873843383789062, 0.787409912109375, 0.7872471313476562, 0.7873372192382813, 0.787252197265625, 0.787504150390625, 0.7873597412109375, 0.787330078125, 0.7872645263671875, 0.7876270141601562, 0.78727783203125, 0.7873699951171875, 0.78739453125, 0.7873607788085938, 0.7875860595703125, 0.7873536376953125, 0.78723681640625, 0.7874774780273438, 0.7876034545898437, 1.686560791015625, 0.7868671875, 0.7871846313476563, 0.7875133666992188, 0.78708837890625, 0.78710986328125, 0.7871549682617187, 0.7870218505859375, 0.7871795043945312, 0.7870945434570312, 0.787240966796875, 0.7870156860351563, 0.7869183959960937, 0.7871447143554687, 0.78708837890625, 0.7876351928710937, 0.78715185546875, 0.7872379150390625, 0.7870535888671875, 0.7870084838867187, 0.7871365356445312, 0.78715185546875, 0.7871734619140625, 0.7874733276367187, 0.7874068603515625, 0.7871559448242188, 0.787051513671875, 0.7870802001953126, 0.7871375122070312, 0.7869869995117188, 0.7874959106445313, 0.7874119873046875, 0.7872788696289063, 0.7873699951171875, 0.7870177001953125, 0.7873443603515625, 0.7871549682617187, 0.7873157348632812, 0.7871876831054687, 0.78721435546875, 0.7873106079101563, 0.7871416015625, 0.787336181640625, 0.7874345092773437, 0.7872593994140625, 0.7873280029296875, 0.7874805908203125, 0.787968017578125, 0.7871365356445312, 0.7875297241210938, 0.7873392944335937, 0.7876546630859375, 0.7874345092773437, 0.7874006958007812, 0.787794921875, 0.7873331298828125, 0.7873351440429688, 0.7873392944335937, 0.7871876831054687, 0.7873443603515625, 0.78742529296875, 0.7876710205078125, 0.7873526000976563, 1.6864215087890626, 0.787156982421875, 0.7871692504882812, 0.7870320434570313, 0.7871047973632812, 0.78719384765625, 0.787282958984375, 0.7871682739257813, 0.7870494995117188, 0.7871918334960938, 0.7872501831054688, 0.7871016845703125, 0.7874375610351563, 0.7870842895507812, 0.7874447631835938, 0.7872757568359375, 0.7871201171875, 0.787314697265625, 0.78710888671875, 0.787078125, 0.7875952758789062, 0.7874120483398438, 0.7871282348632812, 0.7870576782226563, 0.7873341674804688, 0.7872553100585937, 0.7871815795898438, 0.7870156860351563, 0.7871897583007812, 0.7872532348632812, 0.7870975952148438, 0.7872348022460938, 0.7872747802734374, 0.7872174072265625, 0.7872041015625, 0.7873034057617188, 0.7870156860351563, 0.787197021484375, 0.7872992553710938, 0.7872368774414062, 0.787378173828125, 0.7874457397460938, 0.787209228515625, 0.7874713745117188, 0.7871426391601563, 0.7871395874023438, 0.7870279541015625, 0.7873341674804688, 0.7872757568359375, 0.7874959106445313, 0.7871610717773437, 0.7873177490234375, 0.7875563354492188, 0.7873013916015625, 0.787205078125, 0.7873659057617187, 0.7874191284179688, 0.7873065185546875, 0.7872808837890625, 0.7878389892578125, 0.7872348022460938, 0.78746826171875, 0.787251220703125, 1.686266845703125, 0.787282958984375, 0.7871907958984375, 0.7871898193359375, 0.7868651123046875, 0.787078125, 0.7870648193359375, 0.7873024291992188, 0.7872276611328125, 0.78713037109375, 0.7872348022460938, 0.7871282958984375, 0.7874324340820312, 0.7871651611328125, 0.7873106079101563, 0.787651611328125, 0.7873771362304688, 0.7877498779296875, 0.7874212036132813, 0.7871027221679687, 0.7872348022460938, 0.7873812255859375, 0.7873751220703125, 0.7872491455078126, 0.787462158203125, 0.7871181030273438, 0.7874293823242188, 0.7872245483398438, 0.7871190795898437, 0.7873648681640625, 0.7871498413085938, 0.7873106079101563, 0.78740478515625, 0.787589111328125, 0.787209228515625, 0.7874078979492187, 0.7869603881835937, 0.787103759765625, 0.7870873413085937, 0.7873751220703125, 0.7874447631835938, 0.787420166015625, 0.787315673828125, 0.7874508666992187, 0.787472412109375, 0.7872890625, 0.7874396362304688, 0.787357666015625, 0.787262451171875, 0.7875082397460937, 0.7873976440429687, 0.7874017333984376, 0.7876085815429688, 0.787541015625, 0.7874969482421875, 0.787430419921875, 0.7876658935546875, 0.7873812255859375, 0.7873597412109375, 0.7874191284179688, 0.7873771362304688, 0.7876802368164062, 0.7875235595703125, 1.6858050537109375, 0.7872235717773437, 0.7872061157226562, 0.7873433837890625, 0.7870330810546875, 0.7872696533203125, 0.787198974609375, 0.787314697265625, 0.7871016845703125, 0.7874959106445313, 0.7869450073242188, 0.787140625, 0.7872020263671875, 0.7870494995117188, 0.7871918334960938, 0.787009521484375, 0.7873853149414063, 0.7873126220703125, 0.7870853271484375, 0.7873423461914062, 0.7871283569335937, 0.7871856079101562, 0.787072021484375, 0.7873239135742187, 0.7870382080078125, 0.7873341674804688, 0.7877058715820312, 0.7871836547851563, 0.7872327270507813, 0.787140625, 0.7872317504882812, 0.78727783203125, 0.7871293334960937, 0.7871600341796875, 0.7873535766601563, 0.7871764526367188, 0.7871395874023438, 0.7871068115234375, 0.7872532348632812, 0.787435546875, 0.7875829467773438, 0.7872645263671875, 0.7874283447265625, 0.7873167114257813, 0.7873587036132812, 0.7876290283203125, 0.7873638305664062, 0.787304443359375, 0.7874037475585938, 0.787282958984375, 0.7874293823242188, 0.7872808837890625, 0.7875972900390625, 0.7874498291015625, 0.7873607788085938, 0.7873402709960937, 0.7875440673828125, 0.7874150390625, 0.7875194702148437, 0.7875552978515625, 0.7872030639648437, 0.7873720092773437, 0.7872184448242188, 1.6870113525390624, 0.7871713256835937, 0.7869183959960937, 0.7871068115234375, 0.7869962158203125, 0.7871795043945312, 0.7872501831054688, 0.7877222290039062, 0.7870320434570313, 0.78708837890625, 0.7871897583007812, 0.7871375122070312, 0.7872225341796875, 0.7870443725585937, 0.7869265747070312, 0.7872819213867187, 0.7871897583007812, 0.7873556518554687, 0.78718359375, 0.7872952270507813, 0.787251220703125, 0.7871815795898438, 0.7872481079101562, 0.7872788696289063, 0.7871242065429688, 0.7873423461914062, 0.7870812377929688, 0.7873597412109375, 0.7870422973632812, 0.7870965576171876, 0.7872737426757812, 0.7871129760742187, 0.7872225341796875, 0.78717236328125, 0.7872665405273438, 0.787083251953125, 0.7871498413085938, 0.7871826171875, 0.7873556518554687, 0.7874365234375, 0.7871846313476563, 0.7872051391601562, 0.787178466796875, 0.7873925170898437, 0.7873955688476563, 0.78745703125, 0.787177490234375, 0.7872665405273438, 0.7871211547851562, 0.78724609375, 0.7872604370117188, 0.78769970703125, 0.7871692504882812, 0.787398681640625, 0.7871006469726562, 0.7874293823242188, 0.787251220703125, 0.7878092651367188, 0.78738330078125, 0.78727783203125, 0.7872849731445313, 0.787525634765625, 0.7875266723632812, 1.688580078125, 0.7875010375976562, 0.78710888671875, 0.787219482421875, 0.78703515625, 0.7871795043945312, 0.7870013427734375, 0.787435546875, 0.7873505249023437, 0.7871016845703125, 0.78717236328125, 0.7871641845703125, 0.7875369262695312, 0.7873310546875, 0.78725732421875, 0.7872532348632812, 0.7872379150390625, 0.7872910766601563, 0.7870904541015625, 0.7873751220703125, 0.7871580810546875, 0.7873095092773438, 0.787483642578125, 0.7870177001953125, 0.7870822143554688, 0.7873853149414063, 0.787145751953125, 0.7872327880859376, 0.78710888671875, 0.7874580688476562, 0.7870371704101562, 0.7873546142578125, 0.7873228759765625, 0.787219482421875, 0.7871498413085938, 0.7874293823242188, 0.7872030639648437, 0.7873638305664062, 0.7872952270507813, 0.7876177978515625, 0.787346435546875, 0.78724609375, 0.787198974609375, 0.7873720092773437, 0.7875277099609375, 0.7873535766601563, 0.7872420043945313, 0.7872880859375, 0.7872399291992187, 0.7871764526367188, 0.787567626953125, 0.787324951171875, 0.7877447509765625, 0.78729931640625, 0.7872399291992187, 0.7876454467773437, 0.787399658203125, 0.7873812255859375, 0.787399658203125, 0.7873167114257813, 0.7872716674804687, 0.7875164184570312, 0.7873894653320312, 1.6889835205078125, 0.78731982421875, 0.7872686157226563, 0.78731982421875, 0.7867996215820312, 0.7874959106445313, 0.7870904541015625, 0.78729931640625, 0.7871846313476563, 0.78740478515625, 0.7873280029296875, 0.7871190795898437, 0.787230712890625, 0.7871426391601563, 0.7872501831054688, 0.7871344604492188, 0.787125244140625, 0.7872696533203125, 0.7874662475585937, 0.78742626953125, 0.787325927734375, 0.7875921630859375, 0.7871027221679687, 0.787114990234375, 0.7877273559570312, 0.7872798461914062, 0.7875399780273438, 0.7872379150390625, 0.7872163696289063, 0.7874652099609375, 0.7871846313476563, 0.787125244140625, 0.7873515625, 0.7874293823242188, 0.7873546142578125, 0.7871641845703125, 0.7871826171875, 0.787314697265625, 0.7872696533203125, 0.7872747802734374, 0.78727783203125, 0.7873239135742187, 0.78721533203125, 0.787272705078125, 0.7872870483398438, 0.7874498291015625, 0.7874037475585938, 0.7873505249023437, 0.7871979370117187, 0.7875717163085938, 0.7872645263671875, 0.7875338134765625, 0.7875123291015625, 0.7872870483398438, 0.787283935546875, 0.7875277099609375, 0.7874907836914062, 0.7879116821289063, 0.7873699951171875, 0.7874068603515625, 0.7874037475585938, 0.7875430297851562, 0.7881441040039062, 1.688532958984375, 0.7873351440429688, 0.78715185546875, 0.7871795043945312, 0.7868784790039063, 0.7871682739257813, 0.7871661987304688, 0.787072998046875, 0.7870259399414062, 0.7871641845703125, 0.7871897583007812, 0.7870986328125, 0.78719384765625, 0.7872757568359375, 0.7872184448242188, 0.7872747802734374, 0.787252197265625, 0.7876331787109375, 0.7872133178710937, 0.7871109008789062, 0.7872471313476562, 0.7872225341796875, 0.7870023803710937, 0.7875215454101563, 0.7872635498046875, 0.7872357788085937, 0.7873863525390625, 0.7871764526367188, 0.7871734008789063, 0.7871651611328125, 0.7871242065429688, 0.787431396484375, 0.7871795043945312, 0.7872102661132813, 0.787019775390625, 0.7872379150390625, 0.7876024169921875, 0.7872655639648437, 0.7871641845703125, 0.7872716674804687, 0.7873771362304688, 0.787409912109375, 0.7874385986328125, 0.7872849731445313, 0.7871764526367188, 0.7874283447265625, 0.7873208618164063, 0.7872880859375, 0.78717236328125, 0.7874662475585937, 0.7873935546875, 0.7875758056640625, 0.78751025390625, 0.7873925170898437, 0.7873597412109375, 0.7873290405273438, 0.7875635375976563, 0.7874447631835938, 0.7875901489257813, 0.7875963134765624, 0.7870873413085937, 0.7879024658203125, 0.7874406127929687]",tokens/s,1.2497378605018417,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,i,i,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/i/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474fe-464f0ee34f65244b0f42b754;f2b6c667-7c6e-411a-b160-d5f36e2de818) Repository Not Found for url: https://huggingface.co/i/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: i is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciLM-7B,Deci/DeciLM-7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",deci,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2108.735488,2846.359552,0.0,2199.912448,2075.149824,s,10,1.3464691162109377,0.13464691162109377,0.0003254535509591645,0.1345770721435547,0.1350561508178711,0.1350975486755371,0.13513066696166992,"[0.13456275939941406, 0.13459138488769531, 0.13411830139160155, 0.1348402862548828, 0.13513894653320313, 0.1344079284667969, 0.13428579711914063, 0.1350469512939453, 0.13498921203613282, 0.134487548828125]",tokens/s,1901.2690073456915,kWh,1.5852142130887069e-06,8.686249076854436e-07,7.373461454319348e-06,9.827300575093499e-06,tokens/kWh,26049879.928249203,MB,2108.735488,2846.359552,0.0,2199.912448,2180.296192,s,10,72.99818603515625,7.299818603515625,0.000639301859605335,7.299923828124999,7.300465576171875,7.300673217773437,7.3008393310546875,"[7.300880859375, 7.300095703125, 7.3002060546875, 7.299826171875, 7.30041943359375, 7.2990068359375, 7.299837890625, 7.300009765625, 7.29865869140625, 7.29924462890625]",tokens/s,8.630351440467154,kWh,8.617964071476902e-05,4.7232711682958325e-05,0.00039865630781368215,0.0005320686602114095,tokens/kWh,118405.77111790025,,s,629,74.09423864746091,0.11779688179246572,0.016030014937327634,0.11585330963134766,0.11598766174316406,0.11602022247314453,0.25049972717285157,"[0.11587891387939453, 0.11590962982177734, 0.11583795166015624, 0.11630899047851563, 0.11594445037841797, 0.11586867523193359, 0.1157201919555664, 0.11584307098388671, 0.11569664001464844, 0.11587174224853515, 0.11594035339355468, 0.11572121429443359, 0.11581439971923828, 0.11586867523193359, 0.11578368377685547, 0.11574374389648437, 0.11594956970214844, 0.11572633361816406, 0.11587686157226562, 0.11594547271728516, 0.11587174224853515, 0.1157550048828125, 0.1159710693359375, 0.11576319885253906, 0.11601510620117188, 0.11585740661621094, 0.115810302734375, 0.11578470611572265, 0.11592806243896485, 0.11579596710205078, 0.11591372680664062, 0.11584716796875, 0.11584307098388671, 0.11578265380859375, 0.11594342041015625, 0.115810302734375, 0.11592294311523438, 0.11594137573242187, 0.11582054138183594, 0.1157918701171875, 0.11591577911376953, 0.11587071990966796, 0.11590348815917968, 0.11592396545410157, 0.11587686157226562, 0.11579289245605469, 0.11591577911376953, 0.11579289245605469, 0.11597618865966797, 0.11596595001220703, 0.11586764526367188, 0.11596185302734376, 0.115989501953125, 0.11585536193847656, 0.11587174224853515, 0.11595673370361329, 0.11591577911376953, 0.11621683502197265, 0.1159557113647461, 0.11586764526367188, 0.11588607788085938, 0.11599359893798829, 0.2506895294189453, 0.1157550048828125, 0.11599974060058593, 0.11574476623535156, 0.1163345947265625, 0.11596288299560546, 0.11580108642578125, 0.1157754898071289, 0.11592806243896485, 0.11585945892333985, 0.11574374389648437, 0.11587174224853515, 0.11579084777832031, 0.11582975769042969, 0.11603250885009765, 0.11579596710205078, 0.11580108642578125, 0.11589939117431641, 0.11582975769042969, 0.11591680145263672, 0.11590656280517578, 0.11581542205810547, 0.11584614562988281, 0.11589324951171875, 0.11580416107177735, 0.11581132507324218, 0.1158656005859375, 0.11576934051513672, 0.11585945892333985, 0.11589324951171875, 0.11582566070556641, 0.11580313873291016, 0.1158656005859375, 0.11583283233642579, 0.11586150360107422, 0.1159004135131836, 0.11584921264648437, 0.11579392242431641, 0.11597004699707031, 0.1157918701171875, 0.11587071990966796, 0.11592601776123047, 0.11588915252685547, 0.11577241516113282, 0.11601203155517578, 0.11582975769042969, 0.11592601776123047, 0.11604889678955078, 0.11587993621826172, 0.1158440933227539, 0.11598336029052735, 0.11578060913085937, 0.11591782379150391, 0.1158809585571289, 0.11587993621826172, 0.11579392242431641, 0.11591680145263672, 0.11579084777832031, 0.11587481689453125, 0.11583692932128906, 0.11589631652832032, 0.11585740661621094, 0.1159925765991211, 0.2502563781738281, 0.11579801940917969, 0.11596697235107421, 0.11578265380859375, 0.11583590698242187, 0.11592704010009766, 0.11574169921875, 0.11581951904296875, 0.11580313873291016, 0.11575091552734375, 0.11572121429443359, 0.11591168212890625, 0.11579904174804688, 0.11585330963134766, 0.11578777313232422, 0.11579289245605469, 0.1157550048828125, 0.11602227020263672, 0.11578163146972656, 0.11585842895507813, 0.11581337738037109, 0.1158656005859375, 0.11577651214599609, 0.115957763671875, 0.115810302734375, 0.11594751739501953, 0.11644927978515625, 0.11578060913085937, 0.11589427185058594, 0.1160110092163086, 0.11574988555908203, 0.11592396545410157, 0.11583078765869141, 0.11586252593994141, 0.11576627349853516, 0.11596697235107421, 0.11582975769042969, 0.11590758514404297, 0.11587891387939453, 0.11583999633789062, 0.11587071990966796, 0.11605811309814452, 0.11584921264648437, 0.11585126495361328, 0.11589734649658204, 0.1158287353515625, 0.11585126495361328, 0.11597209930419922, 0.11613593292236328, 0.11593215942382812, 0.11590758514404297, 0.1158287353515625, 0.1158502426147461, 0.11597721862792969, 0.11583590698242187, 0.11585638427734375, 0.11585638427734375, 0.11588813018798828, 0.11583795166015624, 0.11590348815917968, 0.1158287353515625, 0.11585433959960938, 0.11587891387939453, 0.2509680633544922, 0.11578880310058594, 0.115957763671875, 0.1157734375, 0.11582566070556641, 0.11597721862792969, 0.11578982543945313, 0.1157201919555664, 0.1157918701171875, 0.11576627349853516, 0.1157396469116211, 0.11594547271728516, 0.11575296020507812, 0.11577855682373046, 0.11581644439697265, 0.11581337738037109, 0.11573350524902344, 0.1160099868774414, 0.11578982543945313, 0.11580825805664062, 0.11585433959960938, 0.11591372680664062, 0.115884033203125, 0.11605503845214844, 0.11580108642578125, 0.1159188461303711, 0.1158318099975586, 0.11580620574951171, 0.1157570571899414, 0.11603456115722656, 0.11580210876464844, 0.11576525115966797, 0.11579392242431641, 0.11586252593994141, 0.11581132507324218, 0.11600691223144531, 0.11584307098388671, 0.11583283233642579, 0.11587789154052734, 0.1159362564086914, 0.11580518341064452, 0.11600588989257812, 0.11585330963134766, 0.1157734375, 0.11589836883544923, 0.11585945892333985, 0.11578470611572265, 0.11602227020263672, 0.11591680145263672, 0.1159925765991211, 0.11588198089599609, 0.11585433959960938, 0.11585536193847656, 0.1160417251586914, 0.11592396545410157, 0.11581439971923828, 0.11594751739501953, 0.11595673370361329, 0.11584204864501953, 0.11601407623291016, 0.1159024658203125, 0.11579904174804688, 0.11590758514404297, 0.25138380432128904, 0.1158287353515625, 0.1159024658203125, 0.1157754898071289, 0.11582771301269532, 0.11591680145263672, 0.11577139282226563, 0.11580416107177735, 0.11595366668701172, 0.11575193786621094, 0.11614924621582032, 0.11594649505615234, 0.11574988555908203, 0.11585945892333985, 0.11589017486572266, 0.11571916961669922, 0.11579801940917969, 0.11601203155517578, 0.1157734375, 0.11581132507324218, 0.11593011474609374, 0.11580928039550781, 0.11586969757080078, 0.11597618865966797, 0.11573554992675782, 0.11589836883544923, 0.11588505554199219, 0.11572223663330078, 0.1158502426147461, 0.11597516632080078, 0.11578572845458984, 0.11587276458740234, 0.11590860748291015, 0.11581337738037109, 0.11589222717285157, 0.11598847961425782, 0.11580620574951171, 0.11578572845458984, 0.11595366668701172, 0.11580210876464844, 0.11586048126220704, 0.11598540496826172, 0.11580416107177735, 0.11589222717285157, 0.11598131561279297, 0.11580518341064452, 0.11586764526367188, 0.11596288299560546, 0.11581747436523437, 0.11583078765869141, 0.11598643493652344, 0.11577855682373046, 0.11591577911376953, 0.11600179290771484, 0.11580928039550781, 0.11583795166015624, 0.1159362564086914, 0.11586457824707032, 0.11584102630615234, 0.11597209930419922, 0.11591986846923828, 0.11613593292236328, 0.11600077056884765, 0.25054617309570315, 0.11577855682373046, 0.1159331817626953, 0.11573760223388672, 0.11583385467529297, 0.11588915252685547, 0.11579084777832031, 0.11581747436523437, 0.1157918701171875, 0.11576525115966797, 0.11576012420654297, 0.1158809585571289, 0.11572428894042969, 0.11585433959960938, 0.11582361602783203, 0.11580825805664062, 0.11569356536865234, 0.11601203155517578, 0.1157232666015625, 0.11584614562988281, 0.11582361602783203, 0.11634585571289062, 0.11577241516113282, 0.11597824096679688, 0.11574681854248046, 0.11588198089599609, 0.11579596710205078, 0.11583590698242187, 0.11573452758789063, 0.11592908477783204, 0.11574272155761718, 0.1158656005859375, 0.11583897399902343, 0.11584716796875, 0.1157918701171875, 0.11604377746582031, 0.11584102630615234, 0.11585433959960938, 0.11581849670410156, 0.11589529418945313, 0.11578163146972656, 0.11593113708496093, 0.1158287353515625, 0.11595468902587891, 0.1159331817626953, 0.11587891387939453, 0.11582463836669922, 0.11596902465820312, 0.1157949447631836, 0.11587891387939453, 0.11583999633789062, 0.11583487701416016, 0.11583487701416016, 0.11596800231933593, 0.11584921264648437, 0.11585740661621094, 0.11589119720458985, 0.11587276458740234, 0.11581542205810547, 0.11589734649658204, 0.11579289245605469, 0.11591168212890625, 0.11589222717285157, 0.25038029479980467, 0.11576217651367188, 0.11597516632080078, 0.11575091552734375, 0.11582669067382813, 0.11594035339355468, 0.11582054138183594, 0.11579392242431641, 0.11578060913085937, 0.11574476623535156, 0.11573043060302735, 0.11592499542236329, 0.11576319885253906, 0.11574476623535156, 0.11584307098388671, 0.11583385467529297, 0.1157918701171875, 0.1160099868774414, 0.11584716796875, 0.1158123550415039, 0.1158809585571289, 0.1158502426147461, 0.11576012420654297, 0.11603865814208984, 0.115810302734375, 0.11580313873291016, 0.11578265380859375, 0.11580210876464844, 0.11578060913085937, 0.11608678436279297, 0.11582259368896484, 0.11578060913085937, 0.11583999633789062, 0.11587583923339843, 0.11582054138183594, 0.11598540496826172, 0.11584614562988281, 0.11591986846923828, 0.11590962982177734, 0.11589734649658204, 0.11587071990966796, 0.11598745727539063, 0.1159004135131836, 0.11628543853759765, 0.11594445037841797, 0.11589119720458985, 0.1157949447631836, 0.11596288299560546, 0.11586252593994141, 0.1158502426147461, 0.11587686157226562, 0.11586457824707032, 0.11581439971923828, 0.11600691223144531, 0.11587481689453125, 0.11581644439697265, 0.11586252593994141, 0.11589631652832032, 0.11584921264648437, 0.11597516632080078, 0.11587993621826172, 0.11580928039550781, 0.11593830108642578, 0.2512076873779297, 0.11580006408691407, 0.11591782379150391, 0.11583897399902343, 0.11577855682373046, 0.11591065979003906, 0.11580108642578125, 0.11576319885253906, 0.11591986846923828, 0.11575193786621094, 0.1157232666015625, 0.1160099868774414, 0.11578777313232422, 0.11589529418945313, 0.11587789154052734, 0.11572428894042969, 0.11579084777832031, 0.11599565124511718, 0.11584307098388671, 0.115810302734375, 0.11587071990966796, 0.11580108642578125, 0.11590860748291015, 0.11597824096679688, 0.11575910186767578, 0.11585330963134766, 0.11588710021972656, 0.11573862457275391, 0.11581951904296875, 0.1159731216430664, 0.115736572265625, 0.11588505554199219, 0.11591372680664062, 0.11578470611572265, 0.11581644439697265, 0.11596800231933593, 0.115810302734375, 0.1157918701171875, 0.11598643493652344, 0.11578265380859375, 0.11588607788085938, 0.11595878601074219, 0.11590144348144531, 0.11588915252685547, 0.11598336029052735, 0.11578368377685547, 0.11589427185058594, 0.11601715087890625, 0.11588301086425781, 0.11580518341064452, 0.11592704010009766, 0.11583078765869141, 0.11587891387939453, 0.11599769592285156, 0.11583078765869141, 0.1158635482788086, 0.11601612854003907, 0.11580723571777343, 0.11590553283691406, 0.11595878601074219, 0.11587481689453125, 0.11597824096679688, 0.11600383758544922, 0.25114930725097656, 0.11628749084472656, 0.11598847961425782, 0.1157570571899414, 0.11583590698242187, 0.11586867523193359, 0.11570381164550782, 0.11576422119140625, 0.115810302734375, 0.11578982543945313, 0.11569868469238281, 0.11589836883544923, 0.11571405029296875, 0.11586048126220704, 0.11577037048339844, 0.11576934051513672, 0.11577241516113282, 0.11599052429199219, 0.11569868469238281, 0.11587071990966796, 0.11583692932128906, 0.11585638427734375, 0.11574476623535156, 0.11591986846923828, 0.11577651214599609, 0.11584204864501953, 0.11575296020507812, 0.11586457824707032, 0.11572633361816406, 0.1159393310546875, 0.11578880310058594, 0.11586764526367188, 0.11578777313232422, 0.11592192077636719, 0.11583795166015624, 0.11593113708496093, 0.11576422119140625, 0.11589734649658204, 0.11585330963134766, 0.11582259368896484, 0.11577753448486328, 0.11593830108642578, 0.11579084777832031, 0.11583897399902343, 0.11586457824707032, 0.11587379455566406, 0.11583795166015624, 0.11592704010009766, 0.11577446746826171, 0.11584921264648437, 0.11588607788085938, 0.11581951904296875, 0.11581439971923828, 0.11600588989257812, 0.1158809585571289, 0.11587891387939453, 0.11592806243896485, 0.11589836883544923, 0.1158123550415039, 0.11596083068847657, 0.11583590698242187, 0.11587071990966796, 0.11587276458740234, 0.2509967346191406, 0.11641139221191406, 0.11601715087890625, 0.11583795166015624, 0.11582361602783203, 0.11592192077636719, 0.11578470611572265, 0.11565670776367187, 0.11581542205810547, 0.11581542205810547, 0.11570175933837891, 0.1159024658203125, 0.11577241516113282, 0.11574988555908203, 0.11580723571777343, 0.11583999633789062, 0.11574066925048829, 0.11599769592285156, 0.11575910186767578, 0.11590553283691406, 0.1158287353515625, 0.11586048126220704, 0.1157734375, 0.11626496124267578, 0.11583590698242187, 0.11575603485107422, 0.11579392242431641, 0.11578572845458984, 0.11572428894042969, 0.11596800231933593, 0.11580006408691407, 0.11583795166015624, 0.11580620574951171, 0.11584819030761719, 0.11577855682373046, 0.11593215942382812, 0.11581439971923828, 0.11576319885253906, 0.11582771301269532, 0.11587071990966796, 0.1157570571899414, 0.11595673370361329, 0.11582771301269532, 0.11582259368896484, 0.1158666229248047, 0.1158440933227539, 0.11580928039550781, 0.1159557113647461, 0.11582669067382813, 0.11585330963134766, 0.11585638427734375, 0.11581951904296875, 0.11580723571777343, 0.11601612854003907, 0.11587481689453125, 0.11576627349853516, 0.1158502426147461, 0.11590451049804687, 0.11581644439697265, 0.11592806243896485, 0.11587276458740234, 0.11577651214599609, 0.11585228729248047]",tokens/s,8.489189058177258,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-13b,huggyllama/llama-13b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2418.307072,9028.763648,0.0,8382.316544,7939.283456,s,10,6.167790039062499,0.61677900390625,0.0015724819730622269,0.6163188171386719,0.6186426635742188,0.6196823547363282,0.6205141076660157,"[0.6154488525390625, 0.6207220458984375, 0.6163983764648437, 0.616369384765625, 0.6161586303710938, 0.6162682495117188, 0.6171541137695312, 0.61841162109375, 0.6153932495117187, 0.6154655151367188]",tokens/s,415.059524365573,kWh,7.267181906435225e-06,3.982036919842357e-06,3.6222087801172345e-05,4.747130662744993e-05,tokens/kWh,5392731.276791313,MB,2418.307072,9028.763648,0.0,8382.316544,8233.862144,s,10,338.13460546874995,33.81346054687499,0.001160851078231068,33.813755859375,33.814566015625,33.8146169921875,33.8146577734375,"[33.81088671875, 33.81180859375, 33.81329296875, 33.8145546875, 33.81344140625, 33.814203125, 33.81466796875, 33.81398828125, 33.81423828125, 33.8135234375]",tokens/s,1.8631633373538987,kWh,0.0003992094929516316,0.00021880157859535757,0.0019938841196158203,0.0026118951911628095,tokens/kWh,24120.4165516123,,s,629,343.1500421142575,0.5455485566204417,0.0733377889745091,0.5367131958007813,0.5369653442382812,0.5370488891601563,1.1532696044921875,"[0.5365380859375, 0.5367070922851562, 0.5365258178710938, 0.5365678100585938, 0.5363978271484375, 0.5368893432617188, 0.5364459228515625, 0.5367337036132812, 0.53631591796875, 0.5366466674804687, 0.5364623413085937, 0.5367838745117187, 0.5364408569335938, 0.5364674682617188, 0.536364013671875, 0.5366456298828125, 0.5363200073242187, 0.5367244873046875, 0.5366456298828125, 0.5368350830078125, 0.5363937377929687, 0.53671728515625, 0.5367060546875, 0.5366753540039062, 0.536754150390625, 0.5368975219726563, 0.5367050170898438, 0.5365545043945312, 0.5365575561523438, 0.5367234497070312, 0.5365892944335937, 0.5366651000976562, 0.536605712890625, 0.536995849609375, 0.5365831909179688, 0.5367439575195313, 0.5365278930664062, 0.5368299560546875, 0.5366886596679687, 0.536685546875, 0.536537109375, 0.5367859497070312, 0.5366128540039062, 0.5368207397460938, 0.5366558837890625, 0.5369497680664063, 0.5365565185546874, 0.5367982177734375, 0.5366558837890625, 0.5367808227539063, 0.5366763305664063, 0.5368923950195312, 0.5366241455078125, 0.536774658203125, 0.53675927734375, 0.5367725830078125, 0.5367039794921875, 0.536869873046875, 0.5366456298828125, 0.537069580078125, 0.5366548461914062, 0.5369712524414062, 1.158197265625, 0.5365196533203125, 0.5368145751953125, 0.536332275390625, 0.536406005859375, 0.5366067504882812, 0.5366845703125, 0.5364172973632813, 0.5368176879882812, 0.5368688354492187, 0.536642578125, 0.536406005859375, 0.5366333618164062, 0.5364541625976562, 0.5366098022460938, 0.5361817626953125, 0.53676953125, 0.5361551513671875, 0.536685546875, 0.5366466674804687, 0.5368422241210937, 0.5364224243164063, 0.5367869262695313, 0.5369600219726562, 0.5367777099609375, 0.5367060546875, 0.5369262084960937, 0.536658935546875, 0.5365780639648438, 0.5367879638671875, 0.5365667724609375, 0.5368043823242188, 0.53661181640625, 0.5367131958007813, 0.5368822021484375, 0.5366190185546875, 0.53648486328125, 0.5366988525390625, 0.5368545532226563, 0.5366681518554688, 0.5364121704101562, 0.5366712036132812, 0.5368248291015625, 0.5367808227539063, 0.5365872802734375, 0.5368678588867187, 0.536943603515625, 0.5366456298828125, 0.5367275390625, 0.5368524780273437, 0.5368688354492187, 0.5366353759765625, 0.536722412109375, 0.5367449340820313, 0.5368883056640625, 0.5366231079101562, 0.5369866333007812, 0.5368473510742188, 0.5367838745117187, 0.5364449462890625, 0.5368104858398437, 0.5368524780273437, 0.5368975219726563, 1.1535626220703126, 0.5364807739257812, 0.5365350341796875, 0.5364326171875, 0.5363937377929687, 0.5365145874023437, 0.5367337036132812, 0.5366046752929687, 0.5366548461914062, 0.5365155639648438, 0.5366333618164062, 0.5364786987304687, 0.5366466674804687, 0.5365094604492188, 0.5365811157226562, 0.5364182739257812, 0.5364715576171875, 0.536364013671875, 0.53667431640625, 0.536796142578125, 0.5367265014648438, 0.5366466674804687, 0.536521728515625, 0.5366763305664063, 0.5366128540039062, 0.5367654418945312, 0.536900634765625, 0.5364971313476562, 0.5365094604492188, 0.5370931396484375, 0.536764404296875, 0.5365831909179688, 0.5366036376953125, 0.5365330200195313, 0.5368893432617188, 0.5366026000976563, 0.5368606567382812, 0.536816650390625, 0.5369476928710938, 0.5367490844726562, 0.536848388671875, 0.5366753540039062, 0.53680126953125, 0.5367080688476562, 0.5367828369140625, 0.5370787963867187, 0.5374157104492188, 0.536700927734375, 0.5368831787109375, 0.5369343872070312, 0.5367613525390625, 0.536642578125, 0.537175048828125, 0.5367551879882813, 0.5368934326171875, 0.5366619873046875, 0.5368678588867187, 0.536922119140625, 0.5367337036132812, 0.536595458984375, 0.5369989013671875, 0.5368309936523438, 0.5367244873046875, 1.1537080078125, 0.5367060546875, 0.5366784057617188, 0.5363886108398438, 0.5365841674804688, 0.5365995483398438, 0.536474609375, 0.5364500732421875, 0.5364602661132812, 0.5364244384765625, 0.53661083984375, 0.5364818115234375, 0.5368258666992187, 0.5365626831054687, 0.5365032958984375, 0.5363486938476563, 0.5364080810546875, 0.536258544921875, 0.5372548828125, 0.5367050170898438, 0.5369456787109375, 0.5366630249023437, 0.5366046752929687, 0.5366466674804687, 0.53688525390625, 0.53661083984375, 0.5367572631835937, 0.5366036376953125, 0.5366927490234376, 0.5367080688476562, 0.5365616455078125, 0.5367736206054687, 0.5366415405273437, 0.5366763305664063, 0.5369446411132812, 0.53675927734375, 0.536859619140625, 0.53688525390625, 0.5369733276367188, 0.5365831909179688, 0.5367142333984375, 0.5367131958007813, 0.536679443359375, 0.5372713012695313, 0.5369129028320313, 0.5368627319335938, 0.5370460205078125, 0.53677978515625, 0.5368248291015625, 0.5368831787109375, 0.5366865844726563, 0.5365606689453125, 0.5368023071289062, 0.5370009765625, 0.536958984375, 0.536795166015625, 0.5366497192382812, 0.5369476928710938, 0.5372333984375, 0.5365616455078125, 0.5370224609375, 0.5368002319335937, 0.53704296875, 1.153555419921875, 0.536501220703125, 0.5367725830078125, 0.5364859008789062, 0.5365391235351562, 0.53650634765625, 0.536647705078125, 0.5364469604492188, 0.5366046752929687, 0.536479736328125, 0.5366087646484375, 0.5368074340820312, 0.5366292724609375, 0.5366722412109375, 0.53648486328125, 0.5362606201171874, 0.5367900390625, 0.53659033203125, 0.5366394653320312, 0.536732666015625, 0.5366343383789063, 0.5365166015625, 0.536553466796875, 0.536722412109375, 0.5367357177734375, 0.5368555297851563, 0.536791015625, 0.5365360717773437, 0.5365933837890625, 0.5367091064453124, 0.5368463134765625, 0.53677978515625, 0.5366712036132812, 0.5366599731445313, 0.5368442993164062, 0.5365278930664062, 0.536806396484375, 0.53661181640625, 0.5368319702148437, 0.5365330200195313, 0.5365309448242187, 0.5367255249023437, 0.5366333618164062, 0.5368831787109375, 0.5366343383789063, 0.5369200439453125, 0.5369671630859375, 0.5370470581054687, 0.5367920532226562, 0.5366865844726563, 0.536700927734375, 0.5368156127929687, 0.536958984375, 0.5368831787109375, 0.5370194091796875, 0.5367992553710937, 0.5370132446289062, 0.5367459716796875, 0.536838134765625, 0.536479736328125, 0.5374484252929688, 0.53677978515625, 0.5368411865234375, 1.153471435546875, 0.5364951171875, 0.5366415405273437, 0.5368473510742188, 0.5363834838867187, 0.5366210327148437, 0.536531982421875, 0.5365493774414063, 0.536679443359375, 0.536647705078125, 0.5366435546875, 0.5364019165039062, 0.5366824951171875, 0.5364306030273438, 0.5364357299804687, 0.536369140625, 0.536427490234375, 0.5365278930664062, 0.5366179809570313, 0.5367347412109374, 0.5368822021484375, 0.5366978759765625, 0.5366753540039062, 0.536853515625, 0.53673779296875, 0.536754150390625, 0.5367623901367188, 0.5366763305664063, 0.5367183227539063, 0.5367817993164062, 0.5367337036132812, 0.5367459716796875, 0.5368053588867188, 0.5364777221679687, 0.5369343872070312, 0.5366507568359375, 0.5367244873046875, 0.536754150390625, 0.536985595703125, 0.5369190673828125, 0.5368668212890625, 0.5366292724609375, 0.536880126953125, 0.5368176879882812, 0.5366988525390625, 0.5369866333007812, 0.5370194091796875, 0.5367459716796875, 0.5368370971679688, 0.5365135498046875, 0.53667431640625, 0.53671630859375, 0.5368494262695312, 0.53669580078125, 0.53698046875, 0.5367992553710937, 0.536774658203125, 0.5369190673828125, 0.5369292602539063, 0.5370726318359375, 0.5369497680664063, 0.5366865844726563, 0.5370203857421875, 1.154618408203125, 0.5365596313476563, 0.5364193115234375, 0.5363773193359375, 0.5362728881835938, 0.5365473022460937, 0.5363855590820312, 0.5364039916992187, 0.5364664306640625, 0.5363722534179688, 0.536680419921875, 0.5364766845703125, 0.5371268920898438, 0.5366917114257812, 0.5365166015625, 0.5365975341796875, 0.5365575561523438, 0.5364418334960938, 0.5368084716796875, 0.5367070922851562, 0.5367449340820313, 0.5367603149414063, 0.5367551879882813, 0.536754150390625, 0.5367510986328125, 0.5367684936523438, 0.5367675170898437, 0.5366599731445313, 0.5364961547851562, 0.5366578979492187, 0.536806396484375, 0.5367562255859375, 0.5367408447265625, 0.536627197265625, 0.5369661254882813, 0.5367470092773438, 0.5369343872070312, 0.5368074340820312, 0.5368576049804688, 0.536795166015625, 0.5367285766601563, 0.5365309448242187, 0.5366722412109375, 0.5369343872070312, 0.5367562255859375, 0.5368893432617188, 0.5369651489257813, 0.5368514404296875, 0.5369467163085937, 0.5367101440429688, 0.5367296142578125, 0.5370715942382812, 0.53705419921875, 0.5369313354492188, 0.5368729858398438, 0.5368361206054687, 0.5369497680664063, 0.5369282836914062, 0.5368883056640625, 0.5366251220703125, 0.5370183715820313, 0.5368709106445313, 0.5369528198242187, 1.1556219482421874, 0.5364859008789062, 0.5367736206054687, 0.5364080810546875, 0.536553466796875, 0.5366824951171875, 0.5366098022460938, 0.5365892944335937, 0.53646337890625, 0.536279052734375, 0.5366405029296875, 0.5365493774414063, 0.53646337890625, 0.5365104370117187, 0.5364838256835938, 0.5365084228515625, 0.5366610107421875, 0.5364357299804687, 0.536647705078125, 0.5364889526367187, 0.536748046875, 0.5367930908203125, 0.5366671142578125, 0.5367449340820313, 0.5367019653320313, 0.5370091552734375, 0.536827880859375, 0.536573974609375, 0.5367787475585938, 0.5366098022460938, 0.536838134765625, 0.5366077270507813, 0.5368043823242188, 0.5365616455078125, 0.5371207885742187, 0.5365278930664062, 0.5368494262695312, 0.5366507568359375, 0.5369343872070312, 0.5367572631835937, 0.5367551879882813, 0.5369886474609376, 0.5369292602539063, 0.5371954956054688, 0.536795166015625, 0.5366947631835938, 0.536932373046875, 0.5366435546875, 0.5369630737304687, 0.5365084228515625, 0.537143310546875, 0.5367654418945312, 0.536848388671875, 0.5367890014648438, 0.5368955078125, 0.5366302490234375, 0.5367152709960937, 0.5368729858398438, 0.5369559326171875, 0.5366732788085937, 0.5370153198242188, 0.536826904296875, 0.536880126953125, 1.1527025146484375, 0.536489990234375, 0.5366835327148437, 0.5366138916015625, 0.5365176391601563, 0.5364889526367187, 0.536453125, 0.5365125122070312, 0.5366312866210937, 0.5364080810546875, 0.5364920043945313, 0.5364111328125, 0.5365258178710938, 0.5365238037109376, 0.5367664794921875, 0.5364930419921875, 0.5364602661132812, 0.5364971313476562, 0.536774658203125, 0.5366835327148437, 0.5369774169921875, 0.5367152709960937, 0.53650634765625, 0.53692724609375, 0.5366179809570313, 0.5366988525390625, 0.5368176879882812, 0.5365545043945312, 0.5367337036132812, 0.536700927734375, 0.5366466674804687, 0.536774658203125, 0.5367050170898438, 0.53663232421875, 0.5369866333007812, 0.5367091064453124, 0.5367388305664063, 0.5366220703125, 0.5368125610351563, 0.5369733276367188, 0.5369313354492188, 0.53682177734375, 0.53686474609375, 0.5370634155273437, 0.5370572509765625, 0.536827880859375, 0.536806396484375, 0.536573974609375, 0.5369467163085937, 0.5368350830078125, 0.5367930908203125, 0.536605712890625, 0.5369088134765625, 0.536859619140625, 0.5371924438476563, 0.5367551879882813, 0.5368657836914063, 0.5368893432617188, 0.5367039794921875, 0.5366220703125, 0.5370398559570313, 0.5369682006835937, 0.5367817993164062, 1.1527506103515626, 0.5365135498046875, 0.5366722412109375, 0.536648681640625, 0.5365913696289063, 0.536416259765625, 0.5366036376953125, 0.5365339965820313, 0.5371463623046875, 0.53639990234375, 0.536574951171875, 0.5365350341796875, 0.5370501098632813, 0.5364541625976562, 0.5363189697265625, 0.5364039916992187, 0.5364520874023437, 0.5365821533203124, 0.5366282348632813, 0.5366784057617188, 0.5367418823242187, 0.5366732788085937, 0.536711181640625, 0.5367203979492188, 0.5366394653320312, 0.5366917114257812, 0.5369784545898437, 0.53665380859375, 0.5367470092773438, 0.5368893432617188, 0.536816650390625, 0.5366619873046875, 0.5365606689453125, 0.5364520874023437, 0.536932373046875, 0.5365616455078125, 0.5367787475585938, 0.5365401611328126, 0.5368002319335937, 0.5364520874023437, 0.5367603149414063, 0.5366005859375, 0.536791015625, 0.5371688842773438, 0.53677978515625, 0.5367255249023437, 0.5369937744140625, 0.536795166015625, 0.5367992553710937, 0.5370582885742188, 0.5368258666992187, 0.536658935546875, 0.5370296020507812, 0.5368555297851563, 0.5368770751953125, 0.5367736206054687, 0.5367725830078125, 0.5368186645507812, 0.536853515625, 0.5365596313476563, 0.5368340454101562, 0.5368145751953125, 0.5369313354492188]",tokens/s,1.8330174058103814,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-2.7b,facebook/opt-2.7b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/phi-1_5,microsoft/phi-1_5,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1456.152576,2078.80192,0.0,1432.354816,1207.615488,s,10,0.6942416763305664,0.06942416763305664,0.0002826483816436421,0.06932372665405273,0.0699582633972168,0.06997479438781738,0.06998801918029786,"[0.06995458984375, 0.06928585815429687, 0.0693096923828125, 0.06925567626953125, 0.06919833374023437, 0.06938658905029296, 0.06936601257324218, 0.06915583801269531, 0.06933776092529297, 0.06999132537841797]",tokens/s,3687.476691879045,kWh,8.180421956197512e-07,4.4824246452882447e-07,3.550786365530986e-06,4.817071025679561e-06,tokens/kWh,53144327.46274178,MB,1456.152576,2078.80192,0.0,1432.354816,1306.320384,s,10,36.40508715820313,3.640508715820313,0.0005274391602283375,3.6403291015625,3.641438623046875,3.6414876220703127,3.641526821289063,"[3.641427734375, 3.640418701171875, 3.64153662109375, 3.64002880859375, 3.640720703125, 3.64027978515625, 3.64037841796875, 3.64021435546875, 3.6400849609375, 3.6399970703125]",tokens/s,17.30527377292771,kWh,4.298534585027402e-05,2.3558231379072447e-05,0.0001881406725430684,0.0002546842497724149,tokens/kWh,247365.1199722661,,s,629,36.971170803070116,0.05877769603031807,0.008264322462313465,0.05777305603027344,0.05786112518310547,0.0579207160949707,0.1272486703491211,"[0.057801727294921876, 0.05779455947875976, 0.05784476852416992, 0.0577371826171875, 0.05775462341308594, 0.057778175354003904, 0.05780582427978516, 0.057826305389404295, 0.05805055999755859, 0.05801267242431641, 0.057919486999511716, 0.05777407836914063, 0.057791519165039065, 0.05775971221923828, 0.057834495544433595, 0.05772083282470703, 0.05795942306518555, 0.05778124618530273, 0.05780889511108398, 0.057761791229248044, 0.057766910552978515, 0.05773926544189453, 0.05785599899291992, 0.05767679977416992, 0.05774950408935547, 0.0577894401550293, 0.05772288131713867, 0.05773004913330078, 0.057734142303466796, 0.05782220840454102, 0.05789593505859375, 0.057791488647460934, 0.05770342254638672, 0.057747455596923826, 0.05778739166259766, 0.057734142303466796, 0.05775769424438477, 0.0577710075378418, 0.05780377578735352, 0.057750526428222655, 0.05769420623779297, 0.057829376220703124, 0.0577597770690918, 0.05776892852783203, 0.057734142303466796, 0.05783654403686524, 0.057812992095947265, 0.05779251098632812, 0.05776588821411133, 0.05779046249389649, 0.05778841781616211, 0.05780275344848633, 0.057747455596923826, 0.05777203369140625, 0.05782015991210938, 0.0576993293762207, 0.0577710075378418, 0.057751583099365233, 0.05784675216674805, 0.05773721694946289, 0.057763839721679686, 0.057766910552978515, 0.12727091217041014, 0.05771980667114258, 0.057812992095947265, 0.05775155258178711, 0.05777920150756836, 0.05777407836914063, 0.057728000640869144, 0.05774131011962891, 0.057729022979736325, 0.057850879669189455, 0.057708545684814455, 0.05775564956665039, 0.05777612686157227, 0.05793075180053711, 0.05778432083129883, 0.05775667190551758, 0.057995262145996096, 0.05790822219848633, 0.05772390365600586, 0.05773823928833008, 0.05773926544189453, 0.057903102874755856, 0.057690113067626954, 0.057766910552978515, 0.05768499374389648, 0.05779251098632812, 0.05772185516357422, 0.05770137786865234, 0.05770444869995117, 0.05782732772827148, 0.05771059036254883, 0.05773516845703125, 0.05772697448730469, 0.05782732772827148, 0.05774233627319336, 0.057850879669189455, 0.05775769424438477, 0.057875457763671874, 0.057734142303466796, 0.05773516845703125, 0.057734142303466796, 0.05784985733032227, 0.0577894401550293, 0.05771673583984375, 0.05779558563232422, 0.05785190582275391, 0.05774335861206055, 0.05792768096923828, 0.05777203369140625, 0.05795430374145508, 0.05774335861206055, 0.05771980667114258, 0.05776998519897461, 0.05787136077880859, 0.05775872039794922, 0.05774643325805664, 0.057690113067626954, 0.05787955093383789, 0.05774131011962891, 0.05780582427978516, 0.05769830322265625, 0.057981983184814456, 0.05773513412475586, 0.1272627182006836, 0.05775769424438477, 0.057780223846435545, 0.05795328140258789, 0.05781094360351562, 0.05779455947875976, 0.05775360107421875, 0.05782735824584961, 0.0578109130859375, 0.05780582427978516, 0.05772390365600586, 0.05774028778076172, 0.05779046249389649, 0.05792870330810547, 0.05771878433227539, 0.057760768890380856, 0.05780582427978516, 0.057823230743408206, 0.057867263793945314, 0.057768959045410156, 0.05777305603027344, 0.05779455947875976, 0.05780684661865235, 0.05790617752075195, 0.05782732772827148, 0.05771980667114258, 0.05781913757324219, 0.05770751953125, 0.05773926544189453, 0.05770137786865234, 0.057842689514160155, 0.05772390365600586, 0.05824409484863281, 0.05782220840454102, 0.05778432083129883, 0.05778227233886719, 0.05771059036254883, 0.05783347320556641, 0.05777510452270508, 0.057985023498535154, 0.05771980667114258, 0.057728000640869144, 0.05777920150756836, 0.05775667190551758, 0.057799678802490234, 0.0577259521484375, 0.057829376220703124, 0.057818111419677735, 0.05778841781616211, 0.05778841781616211, 0.057834495544433595, 0.057777153015136716, 0.05777612686157227, 0.057734142303466796, 0.057750526428222655, 0.05788159942626953, 0.05778435134887695, 0.05790000152587891, 0.057783294677734375, 0.05785190582275391, 0.05774028778076172, 0.057777153015136716, 0.05775667190551758, 0.12727603149414063, 0.05770240020751953, 0.057766910552978515, 0.05766963195800781, 0.05784985733032227, 0.057809921264648435, 0.05774643325805664, 0.05775667190551758, 0.05775769424438477, 0.057852928161621096, 0.0577259521484375, 0.057761791229248044, 0.057801727294921876, 0.05786316680908203, 0.057706497192382813, 0.05775667190551758, 0.05778636932373047, 0.05784985733032227, 0.05776998519897461, 0.057717758178710936, 0.057821182250976565, 0.05784473419189453, 0.057673728942871094, 0.05775360107421875, 0.05773311996459961, 0.05784985733032227, 0.05768703842163086, 0.057747455596923826, 0.05777510452270508, 0.057796607971191405, 0.05774028778076172, 0.05779251098632812, 0.05777305603027344, 0.05774643325805664, 0.05769420623779297, 0.05768294525146484, 0.057815040588378906, 0.05780684661865235, 0.05777920150756836, 0.05772697448730469, 0.05780684661865235, 0.057783294677734375, 0.057766910552978515, 0.05775155258178711, 0.05780684661865235, 0.057903102874755856, 0.05777407836914063, 0.05784678268432617, 0.057804798126220705, 0.057876510620117186, 0.05773616027832031, 0.05774848175048828, 0.05779558563232422, 0.05783552169799805, 0.05774643325805664, 0.05774233627319336, 0.05773823928833008, 0.05782527923583984, 0.05770342254638672, 0.057816062927246094, 0.057799678802490234, 0.05786624145507813, 0.05769420623779297, 0.12719821166992187, 0.05774233627319336, 0.05777510452270508, 0.057780223846435545, 0.05775360107421875, 0.05779455947875976, 0.05783859252929688, 0.05774848175048828, 0.057815040588378906, 0.05780070495605469, 0.057729022979736325, 0.05770342254638672, 0.057783294677734375, 0.05780684661865235, 0.05768396759033203, 0.057760768890380856, 0.057777153015136716, 0.057899009704589846, 0.05773209762573242, 0.05783039855957031, 0.05773209762573242, 0.05787136077880859, 0.057659393310546876, 0.05773926544189453, 0.05771263885498047, 0.05778432083129883, 0.0577710075378418, 0.05767270278930664, 0.05772288131713867, 0.057717758178710936, 0.057913345336914064, 0.057852928161621096, 0.05776486587524414, 0.05780377578735352, 0.057809921264648435, 0.05775462341308594, 0.057747455596923826, 0.05783039855957031, 0.05779865646362305, 0.05774233627319336, 0.057744384765625, 0.057747455596923826, 0.05794713592529297, 0.057711616516113284, 0.057834495544433595, 0.05775360107421875, 0.057864192962646485, 0.058229759216308595, 0.057804798126220705, 0.057852928161621096, 0.057839614868164066, 0.05770240020751953, 0.05775564956665039, 0.057818111419677735, 0.05782732772827148, 0.057807872772216794, 0.05770137786865234, 0.057799678802490234, 0.057804798126220705, 0.05776793670654297, 0.05771878433227539, 0.05778124618530273, 0.057785343170166016, 0.12742963409423827, 0.05774028778076172, 0.057807872772216794, 0.05771980667114258, 0.058038272857666016, 0.05782732772827148, 0.05773721694946289, 0.05773311996459961, 0.057747455596923826, 0.057842689514160155, 0.057747455596923826, 0.057763839721679686, 0.05779763031005859, 0.05790719985961914, 0.057760768890380856, 0.05773823928833008, 0.05775667190551758, 0.057852928161621096, 0.05779865646362305, 0.05774643325805664, 0.05780582427978516, 0.05784678268432617, 0.057747455596923826, 0.057744384765625, 0.05780070495605469, 0.05786115264892578, 0.05777916717529297, 0.057695232391357425, 0.057731071472167966, 0.05777407836914063, 0.057729022979736325, 0.05783347320556641, 0.05778739166259766, 0.05775769424438477, 0.0576890869140625, 0.05775360107421875, 0.05779558563232422, 0.057829376220703124, 0.05778432083129883, 0.05771468734741211, 0.057785343170166016, 0.057763839721679686, 0.0577525749206543, 0.05766451263427735, 0.057818111419677735, 0.057796607971191405, 0.05777920150756836, 0.057815040588378906, 0.05781196975708008, 0.05783859252929688, 0.05777612686157227, 0.05771366500854492, 0.05780070495605469, 0.057809921264648435, 0.057785343170166016, 0.05771673583984375, 0.05773004913330078, 0.057799678802490234, 0.05773823928833008, 0.05775155258178711, 0.05774643325805664, 0.057839614868164066, 0.05771366500854492, 0.1273507843017578, 0.05779558563232422, 0.057785343170166016, 0.05778435134887695, 0.05778633499145508, 0.057831424713134766, 0.057826305389404295, 0.057793537139892576, 0.05775360107421875, 0.057821182250976565, 0.05774335861206055, 0.057852928161621096, 0.05775667190551758, 0.05792153549194336, 0.05772390365600586, 0.057760768890380856, 0.0577710075378418, 0.05793894577026367, 0.057728000640869144, 0.05783654403686524, 0.05774335861206055, 0.057903102874755856, 0.057659393310546876, 0.057750526428222655, 0.05767475128173828, 0.057791488647460934, 0.05771980667114258, 0.05774643325805664, 0.05778636932373047, 0.05775667190551758, 0.05774335861206055, 0.05771468734741211, 0.057816062927246094, 0.05776998519897461, 0.057783294677734375, 0.05772803115844727, 0.057756641387939456, 0.05781094360351562, 0.05780582427978516, 0.05770547103881836, 0.05786111831665039, 0.05774643325805664, 0.05785190582275391, 0.05772390365600586, 0.057791488647460934, 0.057760768890380856, 0.05786111831665039, 0.057768959045410156, 0.057766910552978515, 0.057804832458496096, 0.05779555130004883, 0.05770342254638672, 0.057744384765625, 0.05782732772827148, 0.057785343170166016, 0.05776998519897461, 0.05772697448730469, 0.057826305389404295, 0.057777153015136716, 0.05779455947875976, 0.057728000640869144, 0.05781913757324219, 0.05781094360351562, 0.1272125473022461, 0.05771673583984375, 0.057842689514160155, 0.05772390365600586, 0.05778227233886719, 0.05780377578735352, 0.057766910552978515, 0.057766910552978515, 0.057777153015136716, 0.05783039855957031, 0.05773926544189453, 0.05776793670654297, 0.05775667190551758, 0.057818111419677735, 0.05771366500854492, 0.057747455596923826, 0.057807872772216794, 0.057834495544433595, 0.05781708908081055, 0.057760768890380856, 0.05775667190551758, 0.057852928161621096, 0.0576890869140625, 0.05780275344848633, 0.057760768890380856, 0.05777305603027344, 0.057717758178710936, 0.05766656112670898, 0.057834495544433595, 0.05774643325805664, 0.05774950408935547, 0.05773721694946289, 0.05780377578735352, 0.057768959045410156, 0.05773311996459961, 0.057695232391357425, 0.05779251098632812, 0.057777153015136716, 0.05784371185302734, 0.05774335861206055, 0.05781913757324219, 0.05777612686157227, 0.0577628173828125, 0.0576808967590332, 0.05782527923583984, 0.057829376220703124, 0.05774643325805664, 0.057729022979736325, 0.05783859252929688, 0.05792768096923828, 0.057780223846435545, 0.05770751953125, 0.05782220840454102, 0.05778841781616211, 0.05773721694946289, 0.0576993293762207, 0.0577525749206543, 0.05795635223388672, 0.05787443161010742, 0.05776998519897461, 0.05777407836914063, 0.05783654403686524, 0.05774028778076172, 0.12734464263916015, 0.05772185516357422, 0.05777612686157227, 0.05779046249389649, 0.05782527923583984, 0.057899009704589846, 0.057747455596923826, 0.05771878433227539, 0.057731071472167966, 0.05779046249389649, 0.05772083282470703, 0.058065921783447265, 0.05780684661865235, 0.057862144470214844, 0.05772185516357422, 0.05778227233886719, 0.05775974273681641, 0.05793075180053711, 0.057728000640869144, 0.05775974273681641, 0.05777203369140625, 0.0578600959777832, 0.057657344818115235, 0.05773209762573242, 0.05768601608276367, 0.05778636932373047, 0.057729022979736325, 0.0576808967590332, 0.05771059036254883, 0.05782220840454102, 0.05770547103881836, 0.05816524887084961, 0.05773209762573242, 0.057845760345458984, 0.0577525749206543, 0.057673728942871094, 0.05772288131713867, 0.057821182250976565, 0.057695232391357425, 0.05770652770996094, 0.057754592895507814, 0.0577894401550293, 0.0577525749206543, 0.05770547103881836, 0.057745407104492184, 0.057818111419677735, 0.05775360107421875, 0.05780377578735352, 0.0577628173828125, 0.057885696411132816, 0.057777153015136716, 0.05776793670654297, 0.057785343170166016, 0.05783244705200195, 0.05771468734741211, 0.05775360107421875, 0.05771059036254883, 0.05787648010253906, 0.05769728088378906, 0.0577525749206543, 0.05775155258178711, 0.05785190582275391, 0.057678848266601565, 0.12796927642822264, 0.05773823928833008, 0.05773926544189453, 0.057766910552978515, 0.05777612686157227, 0.057826305389404295, 0.05775564956665039, 0.057777153015136716, 0.05773311996459961, 0.05780889511108398, 0.05771980667114258, 0.05772288131713867, 0.05775667190551758, 0.05782732772827148, 0.05779046249389649, 0.05774950408935547, 0.05779763031005859, 0.05782527923583984, 0.057845760345458984, 0.05808127975463867, 0.05776998519897461, 0.0578416633605957, 0.057791488647460934, 0.05775769424438477, 0.05767987060546875, 0.057724929809570315, 0.0578682861328125, 0.05771369552612305, 0.05769315338134766, 0.05768191909790039, 0.057812992095947265, 0.05774028778076172, 0.05774028778076172, 0.05778227233886719, 0.057807872772216794, 0.05773311996459961, 0.05773209762573242, 0.05771263885498047, 0.057867263793945314, 0.057780223846435545, 0.057747455596923826, 0.05771263885498047, 0.05778227233886719, 0.057763839721679686, 0.05777407836914063, 0.05769728088378906, 0.05781196975708008, 0.057899009704589846, 0.05774643325805664, 0.05775564956665039, 0.05781913757324219, 0.05778636932373047, 0.057799678802490234, 0.05776588821411133, 0.057750526428222655, 0.057902080535888675, 0.05771164703369141, 0.05775049591064453, 0.057747455596923826, 0.05784371185302734, 0.0577147216796875, 0.057740257263183596, 0.057766910552978515]",tokens/s,17.0132561760194,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-2b,google/recurrentgemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gptj,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1443.536896,2426.929152,0.0,1780.482048,1621.410304,s,10,0.7068105316162109,0.07068105316162109,0.00033069583366084575,0.07070081710815429,0.07103355484008789,0.07120412101745605,0.07134057395935059,"[0.07069222259521485, 0.0702221450805664, 0.07099565124511718, 0.07054032135009766, 0.07070941162109375, 0.07019967651367187, 0.07137468719482422, 0.07050953674316406, 0.07078886413574219, 0.07077801513671875]",tokens/s,3621.904153219448,kWh,8.280014542525558e-07,4.5352803657666435e-07,3.715746950839271e-06,4.997276441668491e-06,tokens/kWh,51227904.43718713,MB,1443.536896,2426.929152,0.0,1780.482048,1723.272192,s,10,38.065419677734376,3.8065419677734376,0.002289567625927924,3.8060361328125003,3.8076869140625003,3.8103506591796874,3.8124816552734373,"[3.813014404296875, 3.806056640625, 3.804952880859375, 3.806771484375, 3.8046533203125, 3.805589599609375, 3.80634765625, 3.806015625, 3.807094970703125, 3.804923095703125]",tokens/s,16.55045459458066,kWh,4.493906886566492e-05,2.4628168189011863e-05,0.00019878599838376527,0.000268353235438442,tokens/kWh,234765.19631697034,,s,629,38.640658420562765,0.061431889380862865,0.008435353672886576,0.06039961624145508,0.06047948837280273,0.06056448059082031,0.13117497192382813,"[0.06107852935791016, 0.06100889587402344, 0.06097612762451172, 0.06086963272094727, 0.061018112182617185, 0.06080614471435547, 0.06082867050170898, 0.06069145584106445, 0.06044672012329102, 0.060388351440429686, 0.06043033599853516, 0.06039449691772461, 0.06051430511474609, 0.060368896484375, 0.06042828750610352, 0.06034124755859375, 0.06040063858032227, 0.0605747184753418, 0.06040063858032227, 0.06043340682983398, 0.06040063858032227, 0.06036070251464844, 0.06043648147583008, 0.06034329605102539, 0.060440574645996094, 0.060382209777832034, 0.060477439880371096, 0.060386302947998044, 0.060402687072753904, 0.06038937759399414, 0.06038425445556641, 0.060371967315673826, 0.06056140899658203, 0.060434432983398435, 0.06046003341674805, 0.0605665283203125, 0.0605030403137207, 0.06035968017578125, 0.06042828750610352, 0.060386302947998044, 0.06044672012329102, 0.060416000366210934, 0.060462078094482424, 0.060398593902587894, 0.06042316818237305, 0.060455936431884766, 0.06044876861572265, 0.06036070251464844, 0.06043135833740235, 0.06038323211669922, 0.060483585357666014, 0.06042316818237305, 0.060598270416259765, 0.06038118362426758, 0.06044569778442383, 0.06175641632080078, 0.060464126586914066, 0.060442623138427735, 0.06043648147583008, 0.06043545532226562, 0.060418048858642576, 0.060424190521240234, 0.13181951904296876, 0.060440574645996094, 0.060472320556640625, 0.060391422271728515, 0.06032588958740234, 0.0603955192565918, 0.060331008911132813, 0.060371967315673826, 0.06035148620605469, 0.06034431838989258, 0.06032179260253906, 0.060355583190917966, 0.060352512359619144, 0.060385280609130856, 0.0603422737121582, 0.06037913513183594, 0.06034124755859375, 0.06037606430053711, 0.06037401580810547, 0.06042214584350586, 0.060349441528320315, 0.06038118362426758, 0.06040063858032227, 0.06038118362426758, 0.06034534454345703, 0.06042009735107422, 0.06041190338134766, 0.06039961624145508, 0.0603770866394043, 0.06039244842529297, 0.06035660934448242, 0.060388351440429686, 0.06036172866821289, 0.06043135833740235, 0.06046515274047851, 0.06044364929199219, 0.06042316818237305, 0.060483585357666014, 0.06034841537475586, 0.06043648147583008, 0.06038016128540039, 0.060409854888916016, 0.06041497421264649, 0.06037606430053711, 0.06034739303588867, 0.06041190338134766, 0.060437503814697265, 0.06042009735107422, 0.060368896484375, 0.060365825653076174, 0.06037094497680664, 0.06043545532226562, 0.06042316818237305, 0.06043852615356445, 0.060368896484375, 0.060437503814697265, 0.06047436904907227, 0.060375038146972655, 0.060437503814697265, 0.06037606430053711, 0.06049280166625977, 0.060416000366210934, 0.060424190521240234, 0.13166899108886718, 0.06033919906616211, 0.06037094497680664, 0.0603873291015625, 0.060402687072753904, 0.06045798492431641, 0.060355583190917966, 0.06040678405761719, 0.0603504638671875, 0.06037401580810547, 0.06034636688232422, 0.06035865783691406, 0.060352512359619144, 0.06037299346923828, 0.06032588958740234, 0.060369918823242184, 0.06034841537475586, 0.060391422271728515, 0.06036787033081055, 0.060404735565185545, 0.060355583190917966, 0.0603873291015625, 0.06036070251464844, 0.06039756774902344, 0.06034636688232422, 0.06039244842529297, 0.06037094497680664, 0.060412960052490236, 0.060467166900634764, 0.060371967315673826, 0.06035456085205078, 0.0603873291015625, 0.06039449691772461, 0.06044672012329102, 0.06039654541015625, 0.06040063858032227, 0.060439552307128906, 0.06043135833740235, 0.06035148620605469, 0.060416000366210934, 0.06039039993286133, 0.06038425445556641, 0.060385280609130856, 0.06039654541015625, 0.06032896041870117, 0.06044364929199219, 0.06042316818237305, 0.06042931365966797, 0.060483585357666014, 0.06036377716064453, 0.060401664733886716, 0.06041907119750976, 0.06040576171875, 0.060402687072753904, 0.06036787033081055, 0.06038425445556641, 0.06044467163085938, 0.060409854888916016, 0.060437503814697265, 0.060369918823242184, 0.06047641754150391, 0.060407806396484375, 0.06041702270507812, 0.13118156433105468, 0.06036684799194336, 0.06035763168334961, 0.0603770866394043, 0.06031155014038086, 0.06035968017578125, 0.06035148620605469, 0.06037606430053711, 0.06033817672729492, 0.060862464904785155, 0.06047129440307617, 0.060401664733886716, 0.0603504638671875, 0.06036684799194336, 0.060369918823242184, 0.060418048858642576, 0.06037606430053711, 0.06039039993286133, 0.06034534454345703, 0.06039244842529297, 0.06033203125, 0.06042316818237305, 0.06031872177124024, 0.06051737594604492, 0.06032896041870117, 0.06043852615356445, 0.06038937759399414, 0.0605296630859375, 0.060375038146972655, 0.06068735885620117, 0.06043033599853516, 0.06040678405761719, 0.0603504638671875, 0.060437503814697265, 0.06040883255004883, 0.06041497421264649, 0.060470272064208984, 0.060434432983398435, 0.060523521423339846, 0.06047334289550781, 0.06040576171875, 0.06041190338134766, 0.060385280609130856, 0.06039756774902344, 0.0603770866394043, 0.06044876861572265, 0.06042726516723633, 0.06041907119750976, 0.06034124755859375, 0.060368896484375, 0.06036479949951172, 0.06041292953491211, 0.060382209777832034, 0.06074265670776367, 0.06057984161376953, 0.06045183944702148, 0.060477439880371096, 0.06036787033081055, 0.0604139518737793, 0.06040883255004883, 0.06046515274047851, 0.060416000366210934, 0.06042828750610352, 0.13133517456054689, 0.06037299346923828, 0.060365825653076174, 0.06038937759399414, 0.060333057403564455, 0.060365825653076174, 0.06033919906616211, 0.060352512359619144, 0.06033407974243164, 0.06035763168334961, 0.06035456085205078, 0.06034124755859375, 0.060336128234863284, 0.06036684799194336, 0.06036479949951172, 0.06038425445556641, 0.06032691192626953, 0.060369918823242184, 0.06036070251464844, 0.06038118362426758, 0.06033203125, 0.06039039993286133, 0.06033407974243164, 0.06036275100708008, 0.060355583190917966, 0.060418048858642576, 0.060385280609130856, 0.06042009735107422, 0.060331008911132813, 0.0603955192565918, 0.060355583190917966, 0.060385280609130856, 0.06039244842529297, 0.06041702270507812, 0.060426239013671876, 0.060424190521240234, 0.06043033599853516, 0.06041497421264649, 0.060355583190917966, 0.06041292953491211, 0.06036275100708008, 0.060407806396484375, 0.06040678405761719, 0.06038323211669922, 0.060437503814697265, 0.06044364929199219, 0.06044569778442383, 0.06041907119750976, 0.060353534698486325, 0.060418048858642576, 0.060385280609130856, 0.060416000366210934, 0.06038937759399414, 0.0604139518737793, 0.060385280609130856, 0.06043648147583008, 0.06046822357177734, 0.0603504638671875, 0.06047129440307617, 0.06038425445556641, 0.06048051071166992, 0.06044876861572265, 0.0604139518737793, 0.130845703125, 0.06035456085205078, 0.06035968017578125, 0.0603955192565918, 0.0603238410949707, 0.06036479949951172, 0.060352512359619144, 0.06036787033081055, 0.060355583190917966, 0.06032896041870117, 0.0603873291015625, 0.06034534454345703, 0.06035865783691406, 0.06034739303588867, 0.06038118362426758, 0.0603504638671875, 0.06037094497680664, 0.060385280609130856, 0.06036377716064453, 0.060401664733886716, 0.06036377716064453, 0.060391422271728515, 0.06037811279296875, 0.06038937759399414, 0.06030950546264648, 0.060393470764160156, 0.060416000366210934, 0.060475391387939455, 0.06039756774902344, 0.06038425445556641, 0.06041497421264649, 0.06039654541015625, 0.06035865783691406, 0.06042316818237305, 0.06040883255004883, 0.06039449691772461, 0.06043545532226562, 0.06064025497436523, 0.060382209777832034, 0.060442623138427735, 0.06040063858032227, 0.060409854888916016, 0.06037606430053711, 0.06038425445556641, 0.06032896041870117, 0.06041702270507812, 0.060424190521240234, 0.06051839828491211, 0.060369918823242184, 0.06036787033081055, 0.06040576171875, 0.06050099182128906, 0.060424190521240234, 0.060402687072753904, 0.060368896484375, 0.060486656188964844, 0.06061670303344727, 0.06039654541015625, 0.06042214584350586, 0.060404735565185545, 0.060560382843017575, 0.06044467163085938, 0.06042009735107422, 0.13205914306640626, 0.06037299346923828, 0.06082252883911133, 0.06047436904907227, 0.06030950546264648, 0.06037811279296875, 0.060336128234863284, 0.060368896484375, 0.06032281494140625, 0.06037811279296875, 0.06031564712524414, 0.06044876861572265, 0.0604661750793457, 0.06039039993286133, 0.060353534698486325, 0.060386302947998044, 0.06032896041870117, 0.060382209777832034, 0.06035865783691406, 0.06039756774902344, 0.06032998275756836, 0.06042931365966797, 0.06038425445556641, 0.060442623138427735, 0.06044876861572265, 0.060391422271728515, 0.0603422737121582, 0.06039654541015625, 0.0604139518737793, 0.06036479949951172, 0.060353534698486325, 0.06038937759399414, 0.060440574645996094, 0.06048051071166992, 0.06043135833740235, 0.06040063858032227, 0.06046822357177734, 0.06043545532226562, 0.060393470764160156, 0.060421119689941405, 0.06042521667480469, 0.060450817108154295, 0.060391422271728515, 0.06040063858032227, 0.060365825653076174, 0.060416000366210934, 0.06047641754150391, 0.06045183944702148, 0.06034124755859375, 0.06060441589355469, 0.060424190521240234, 0.060447742462158206, 0.06042828750610352, 0.06047948837280273, 0.06037299346923828, 0.060418048858642576, 0.06048972702026367, 0.060391422271728515, 0.06043135833740235, 0.060369918823242184, 0.06054195022583008, 0.06044876861572265, 0.06041088104248047, 0.13115802001953125, 0.06042828750610352, 0.06035763168334961, 0.06038323211669922, 0.06030847930908203, 0.06037913513183594, 0.06053887939453125, 0.06036684799194336, 0.06036070251464844, 0.06045695877075195, 0.060365825653076174, 0.060375038146972655, 0.06034431838989258, 0.060369918823242184, 0.06037299346923828, 0.060369918823242184, 0.06036172866821289, 0.060494846343994144, 0.060402687072753904, 0.060462078094482424, 0.06046105575561524, 0.06041907119750976, 0.060421119689941405, 0.06037913513183594, 0.06034636688232422, 0.06039449691772461, 0.06035456085205078, 0.06039247894287109, 0.06034223937988281, 0.060368896484375, 0.060440574645996094, 0.06048153686523437, 0.06046105575561524, 0.060442623138427735, 0.060488704681396485, 0.06050201416015625, 0.060416000366210934, 0.06039449691772461, 0.060382209777832034, 0.06044569778442383, 0.06039654541015625, 0.06040371322631836, 0.06044569778442383, 0.060369918823242184, 0.060401664733886716, 0.0604139518737793, 0.06041497421264649, 0.06039654541015625, 0.06044364929199219, 0.0603873291015625, 0.06037606430053711, 0.060434432983398435, 0.06038425445556641, 0.060424190521240234, 0.06037913513183594, 0.060407806396484375, 0.060470272064208984, 0.06036070251464844, 0.06043648147583008, 0.060527614593505856, 0.060483585357666014, 0.06039961624145508, 0.06042009735107422, 0.1314693145751953, 0.060409854888916016, 0.06036377716064453, 0.060426273345947266, 0.06032380676269531, 0.06034636688232422, 0.06032998275756836, 0.06037811279296875, 0.06034841537475586, 0.06038118362426758, 0.060472320556640625, 0.060371967315673826, 0.06034534454345703, 0.060349441528320315, 0.06040063858032227, 0.06034329605102539, 0.06041907119750976, 0.06053376007080078, 0.06042931365966797, 0.060382209777832034, 0.06047948837280273, 0.060418048858642576, 0.06037094497680664, 0.06039756774902344, 0.06042214584350586, 0.06038118362426758, 0.06034329605102539, 0.06052556610107422, 0.06041190338134766, 0.06060851287841797, 0.06038937759399414, 0.06039961624145508, 0.06040371322631836, 0.06044160079956055, 0.06049792098999023, 0.0604139518737793, 0.060505088806152345, 0.06044160079956055, 0.06043135833740235, 0.06070169448852539, 0.060440574645996094, 0.06040576171875, 0.06042828750610352, 0.060391422271728515, 0.060369918823242184, 0.060447742462158206, 0.06047641754150391, 0.06041907119750976, 0.060447742462158206, 0.06072217559814453, 0.060470272064208984, 0.060469249725341796, 0.06040063858032227, 0.060439552307128906, 0.060385280609130856, 0.06046310424804688, 0.06047436904907227, 0.06038937759399414, 0.060418048858642576, 0.06040576171875, 0.060464126586914066, 0.06039039993286133, 0.06039244842529297, 0.13141401672363281, 0.06035456085205078, 0.060371967315673826, 0.06040883255004883, 0.0603422737121582, 0.060402687072753904, 0.06033715057373047, 0.06034022521972656, 0.06035660934448242, 0.06035763168334961, 0.06033817672729492, 0.060368896484375, 0.060333057403564455, 0.060388351440429686, 0.060368896484375, 0.060393470764160156, 0.06032896041870117, 0.06041292953491211, 0.06034739303588867, 0.06040063858032227, 0.06032793426513672, 0.06037913513183594, 0.06035456085205078, 0.0603770866394043, 0.06034124755859375, 0.06042828750610352, 0.06037401580810547, 0.060442623138427735, 0.06034739303588867, 0.060388351440429686, 0.06035968017578125, 0.060409854888916016, 0.060355583190917966, 0.060442623138427735, 0.06044364929199219, 0.060437503814697265, 0.06044876861572265, 0.06044467163085938, 0.0603770866394043, 0.06041292953491211, 0.060386302947998044, 0.06039961624145508, 0.06038118362426758, 0.06043340682983398, 0.060369918823242184, 0.06043033599853516, 0.06046515274047851, 0.06043033599853516, 0.0603351058959961, 0.060391422271728515, 0.06037401580810547, 0.06042521667480469, 0.0603955192565918, 0.06042009735107422, 0.060371967315673826, 0.06050406265258789, 0.0604661750793457, 0.06038425445556641, 0.06045183944702148, 0.060386302947998044, 0.06047129440307617, 0.060393470764160156, 0.06040678405761719]",tokens/s,16.278190530658136,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2271.90784,3257.401344,0.0,2610.95424,2376.894976,s,10,1.2894471740722657,0.12894471740722657,0.0002251132206697205,0.1288793716430664,0.1293096969604492,0.1293285316467285,0.12934359939575193,"[0.12930551147460936, 0.12882765197753906, 0.12875791931152344, 0.12876559448242186, 0.12890824890136718, 0.12885049438476562, 0.129127685546875, 0.1286465606689453, 0.12891014099121093, 0.1293473663330078]",tokens/s,1985.3469389638815,kWh,1.521250391193265e-06,8.335011477706407e-07,7.566840099051739e-06,9.921591638015645e-06,tokens/kWh,25802311.69957736,MB,2271.90784,3257.401344,0.0,2610.95424,2499.637248,s,10,70.9674404296875,7.09674404296875,0.0008962031649346844,7.096807861328125,7.09810458984375,7.09821708984375,7.09830708984375,"[7.09832958984375, 7.0957333984375, 7.095912109375, 7.0969619140625, 7.09682421875, 7.0962197265625, 7.09679150390625, 7.09549267578125, 7.09807958984375, 7.097095703125]",tokens/s,8.877310442444179,kWh,8.378923770369288e-05,4.592254817169444e-05,0.0004150426368771473,0.0005447544227525345,tokens/kWh,115648.44151548816,,s,629,72.01468410491955,0.11449075374391006,0.015335475520995234,0.11263488006591797,0.11274772491455078,0.11285053253173828,0.24160010559082032,"[0.11300761413574219, 0.11296153259277343, 0.11300249481201172, 0.11298201751708985, 0.1125191650390625, 0.11289600372314453, 0.11252428436279296, 0.11257855987548829, 0.11249664306640625, 0.1125928955078125, 0.1125191650390625, 0.1125775375366211, 0.11254476928710938, 0.11258163452148437, 0.11260415649414063, 0.1125580825805664, 0.1125437469482422, 0.11256729888916016, 0.11256626892089844, 0.11263385772705078, 0.11258675384521484, 0.11257958221435548, 0.11256729888916016, 0.11260825347900391, 0.11265023803710937, 0.11262361907958984, 0.11257344055175782, 0.11262258911132812, 0.11267993927001953, 0.11264307403564452, 0.11260313415527344, 0.11265229034423828, 0.11264717102050781, 0.11265535736083984, 0.112574462890625, 0.11265740966796875, 0.11261952209472656, 0.11266560363769532, 0.1125437469482422, 0.11281715393066406, 0.11264614105224609, 0.11261849975585937, 0.1126451187133789, 0.11267686462402343, 0.11263897705078126, 0.1127936019897461, 0.11268608093261719, 0.1126451187133789, 0.11307622528076172, 0.11263795471191407, 0.11264102172851563, 0.11263078308105469, 0.112648193359375, 0.11268300628662109, 0.11268096160888671, 0.11267378997802735, 0.1126277084350586, 0.11263488006591797, 0.1128458251953125, 0.11272089385986328, 0.11267993927001953, 0.11273113250732422, 0.24161587524414063, 0.11303014373779297, 0.11258060455322266, 0.11256320190429688, 0.11258367919921874, 0.11250892639160157, 0.11270655822753907, 0.11254169464111329, 0.1125580825805664, 0.11252428436279296, 0.11263180541992188, 0.11252223968505859, 0.11257958221435548, 0.112574462890625, 0.11260313415527344, 0.1125580825805664, 0.11258367919921874, 0.11251609802246093, 0.11255091094970703, 0.11250278472900391, 0.11261746978759765, 0.11258163452148437, 0.11258367919921874, 0.11261030578613282, 0.11263488006591797, 0.11260620880126954, 0.11258367919921874, 0.11263897705078126, 0.11258060455322266, 0.1125928955078125, 0.1125959701538086, 0.11270044708251953, 0.11261334228515625, 0.11261440277099609, 0.11261644744873046, 0.11257344055175782, 0.11264717102050781, 0.1126328353881836, 0.11263488006591797, 0.11259801483154297, 0.11267584228515624, 0.11261235046386718, 0.11265740966796875, 0.11263999938964844, 0.11291545867919922, 0.11264409637451171, 0.11267993927001953, 0.11263488006591797, 0.11268710327148437, 0.11261235046386718, 0.11263488006591797, 0.11262566375732422, 0.11267993927001953, 0.11263692474365235, 0.11268402862548828, 0.11265126037597656, 0.11264614105224609, 0.11260723114013672, 0.11266969299316407, 0.11264205169677734, 0.11277823638916015, 0.11263999938964844, 0.11282637023925782, 0.24155955505371093, 0.11254783630371094, 0.11255193328857421, 0.11255091094970703, 0.1125580825805664, 0.11248435211181641, 0.11254681396484376, 0.11250482940673828, 0.11259085083007812, 0.1125406723022461, 0.11267174530029297, 0.11249664306640625, 0.11258675384521484, 0.11248230743408204, 0.11265331268310547, 0.11255705261230468, 0.11260313415527344, 0.11254579162597657, 0.11261235046386718, 0.11276697540283204, 0.11263078308105469, 0.11252735900878906, 0.11258573150634765, 0.11260829162597656, 0.11260924530029297, 0.11258060455322266, 0.11290930938720703, 0.11266560363769532, 0.11261746978759765, 0.11258470153808593, 0.11262873840332031, 0.11260211181640625, 0.11258060455322266, 0.11257855987548829, 0.11260825347900391, 0.11263385772705078, 0.11262258911132812, 0.11257036590576172, 0.11268608093261719, 0.11258470153808593, 0.1126983642578125, 0.11262873840332031, 0.11259494018554687, 0.11264102172851563, 0.11263692474365235, 0.11264102172851563, 0.11265535736083984, 0.112574462890625, 0.11265843200683594, 0.11269324493408203, 0.1126645736694336, 0.11266150665283203, 0.11264614105224609, 0.11262464141845703, 0.11265535736083984, 0.11330457305908204, 0.11274752044677734, 0.11263897705078126, 0.11269734191894532, 0.11266867065429688, 0.11277926635742187, 0.11266355133056641, 0.1127188491821289, 0.24162713623046875, 0.11252531433105468, 0.11245670318603515, 0.11254988861083984, 0.11257958221435548, 0.11256012725830078, 0.11256217956542969, 0.11248639678955077, 0.11258675384521484, 0.11249254608154297, 0.11256626892089844, 0.11246080017089843, 0.11256729888916016, 0.11255091094970703, 0.1125775375366211, 0.11261030578613282, 0.1126666259765625, 0.11256729888916016, 0.11258060455322266, 0.11254783630371094, 0.11258675384521484, 0.11258675384521484, 0.11266867065429688, 0.11263999938964844, 0.11262054443359375, 0.11263590240478516, 0.11263180541992188, 0.11262054443359375, 0.11261849975585937, 0.11256422424316406, 0.11266560363769532, 0.11256832122802735, 0.11265023803710937, 0.11269017791748047, 0.113185791015625, 0.11259494018554687, 0.11260518646240235, 0.11259187316894531, 0.11275571441650391, 0.11264409637451171, 0.11295641326904297, 0.11262156677246093, 0.11260211181640625, 0.11254886627197265, 0.11313766479492188, 0.11274956512451172, 0.11262258911132812, 0.11264102172851563, 0.11265433502197265, 0.11260928344726563, 0.11272908782958985, 0.11296870422363281, 0.11269017791748047, 0.11263692474365235, 0.11270041656494141, 0.1126266860961914, 0.11270655822753907, 0.11272806549072266, 0.11275263977050781, 0.11272499084472656, 0.11276493072509766, 0.11266560363769532, 0.11267174530029297, 0.24177151489257812, 0.11254783630371094, 0.11259085083007812, 0.11256524658203125, 0.11257344055175782, 0.11252735900878906, 0.11259699249267578, 0.11250892639160157, 0.11255193328857421, 0.11252223968505859, 0.11264409637451171, 0.11254681396484376, 0.11265126037597656, 0.11258060455322266, 0.11260518646240235, 0.1125580825805664, 0.11268402862548828, 0.11258573150634765, 0.11317247772216797, 0.1127014389038086, 0.11260313415527344, 0.11263078308105469, 0.11263078308105469, 0.11263795471191407, 0.11258470153808593, 0.11266560363769532, 0.11263180541992188, 0.11255193328857421, 0.11263385772705078, 0.11272191619873047, 0.11259903717041016, 0.11260620880126954, 0.11257241821289063, 0.11270861053466796, 0.11261644744873046, 0.11259187316894531, 0.11264921569824218, 0.11257651519775391, 0.11264717102050781, 0.112648193359375, 0.11264307403564452, 0.11269017791748047, 0.11268505859375, 0.11271065521240234, 0.1126266860961914, 0.11268915557861328, 0.1126666259765625, 0.11272089385986328, 0.11266969299316407, 0.11265535736083984, 0.1126666259765625, 0.11269017791748047, 0.11265945434570312, 0.11264614105224609, 0.11272908782958985, 0.11263897705078126, 0.11276390075683594, 0.11262258911132812, 0.11278950500488281, 0.11284172821044922, 0.11270553588867188, 0.11262054443359375, 0.11265331268310547, 0.2416926727294922, 0.11264102172851563, 0.11253145599365234, 0.112574462890625, 0.11270861053466796, 0.11259699249267578, 0.1125560302734375, 0.11249254608154297, 0.11255091094970703, 0.11247001647949219, 0.1126266860961914, 0.11255910491943359, 0.1126328353881836, 0.11256524658203125, 0.11254886627197265, 0.11259187316894531, 0.11258060455322266, 0.11255500793457031, 0.11254579162597657, 0.11258777618408203, 0.11253350067138672, 0.11257344055175782, 0.112611328125, 0.11262566375732422, 0.11261235046386718, 0.11258163452148437, 0.11264717102050781, 0.11258367919921874, 0.11261337280273437, 0.11255910491943359, 0.11270758056640626, 0.1125775375366211, 0.11265126037597656, 0.11257651519775391, 0.11262361907958984, 0.11269529724121094, 0.11272908782958985, 0.11274854278564453, 0.11264614105224609, 0.11256729888916016, 0.1127567367553711, 0.11271577453613281, 0.11259801483154297, 0.11261952209472656, 0.112648193359375, 0.11260723114013672, 0.11276697540283204, 0.11284684753417969, 0.11273216247558594, 0.11268710327148437, 0.11271167755126953, 0.1128642578125, 0.11269017791748047, 0.11269017791748047, 0.1127352294921875, 0.11264614105224609, 0.11264307403564452, 0.11262464141845703, 0.11267993927001953, 0.11273011016845703, 0.11271782684326172, 0.11265433502197265, 0.11264409637451171, 0.24199679565429688, 0.11259085083007812, 0.11271475219726562, 0.11265126037597656, 0.1125560302734375, 0.11249254608154297, 0.11258675384521484, 0.11258573150634765, 0.11268915557861328, 0.11248639678955077, 0.11263692474365235, 0.11253145599365234, 0.11266252899169922, 0.11256934356689453, 0.11261746978759765, 0.11258163452148437, 0.11256217956542969, 0.11254988861083984, 0.11256729888916016, 0.11284684753417969, 0.11268300628662109, 0.11256832122802735, 0.11256114959716797, 0.11264409637451171, 0.11267993927001953, 0.11266252899169922, 0.11260620880126954, 0.1126328353881836, 0.11268402862548828, 0.1130588150024414, 0.11275059509277344, 0.11260415649414063, 0.11259903717041016, 0.11275571441650391, 0.11265331268310547, 0.11264102172851563, 0.11263692474365235, 0.11277005004882812, 0.11273830413818359, 0.11256729888916016, 0.11265126037597656, 0.11269324493408203, 0.11267890930175781, 0.11257241821289063, 0.11263180541992188, 0.11259391784667969, 0.11268096160888671, 0.11261440277099609, 0.11265740966796875, 0.11265229034423828, 0.11264717102050781, 0.11265229034423828, 0.11265535736083984, 0.11264409637451171, 0.11273932647705077, 0.11264205169677734, 0.11262258911132812, 0.11269222259521484, 0.11267276763916016, 0.11263999938964844, 0.11263180541992188, 0.11268608093261719, 0.11265023803710937, 0.24142745971679688, 0.11268096160888671, 0.11256114959716797, 0.11263897705078126, 0.11259391784667969, 0.11253453063964844, 0.1125959701538086, 0.11251712036132812, 0.11263078308105469, 0.11246694183349609, 0.11254681396484376, 0.11255398559570312, 0.11254169464111329, 0.11253247833251953, 0.11261644744873046, 0.1125212173461914, 0.11254169464111329, 0.11251404571533204, 0.11258777618408203, 0.1125560302734375, 0.11257548522949219, 0.11256114959716797, 0.11258879852294922, 0.11264102172851563, 0.11267072296142579, 0.11261235046386718, 0.11259801483154297, 0.11255296325683593, 0.11262156677246093, 0.11258777618408203, 0.1126328353881836, 0.11257036590576172, 0.11282329559326172, 0.11266150665283203, 0.11263897705078126, 0.11254783630371094, 0.11263795471191407, 0.11257855987548829, 0.11261644744873046, 0.11263999938964844, 0.11268505859375, 0.1127045135498047, 0.11270655822753907, 0.11274956512451172, 0.11271372985839843, 0.11263590240478516, 0.11266764831542969, 0.11267686462402343, 0.11265843200683594, 0.11263590240478516, 0.11260825347900391, 0.11264307403564452, 0.11277926635742187, 0.1126645736694336, 0.11273932647705077, 0.11264921569824218, 0.11265535736083984, 0.11262361907958984, 0.11276083374023438, 0.11265945434570312, 0.112648193359375, 0.11267788696289062, 0.11272294616699219, 0.2417838134765625, 0.1127034912109375, 0.11263590240478516, 0.11252019500732421, 0.11261746978759765, 0.11256626892089844, 0.11263795471191407, 0.11247615814208985, 0.11266252899169922, 0.11295539093017579, 0.11260825347900391, 0.11247718048095703, 0.11258470153808593, 0.1126666259765625, 0.1126328353881836, 0.11256114959716797, 0.11263488006591797, 0.11258265686035156, 0.11267584228515624, 0.11260006713867188, 0.11265331268310547, 0.11265638732910156, 0.11261849975585937, 0.11267481231689454, 0.11258163452148437, 0.11258879852294922, 0.11278131103515625, 0.11267686462402343, 0.11263078308105469, 0.11257855987548829, 0.11267378997802735, 0.11267993927001953, 0.11265740966796875, 0.11269939422607422, 0.11273113250732422, 0.11261746978759765, 0.11262566375732422, 0.11260825347900391, 0.11271782684326172, 0.11276493072509766, 0.11269120025634766, 0.11269427490234375, 0.11268812561035156, 0.11262361907958984, 0.11266150665283203, 0.11269631958007813, 0.1127014389038086, 0.11264409637451171, 0.1126645736694336, 0.11277516937255859, 0.11268812561035156, 0.11263488006591797, 0.11263078308105469, 0.11272806549072266, 0.11272908782958985, 0.11263999938964844, 0.1126983642578125, 0.11285298919677735, 0.11278233337402344, 0.11269734191894532, 0.11270246124267579, 0.11264205169677734, 0.11267890930175781, 0.24246578979492187, 0.11261952209472656, 0.11262361907958984, 0.11257651519775391, 0.11270963287353515, 0.11257241821289063, 0.11261235046386718, 0.11247001647949219, 0.11256320190429688, 0.11245362854003907, 0.11261235046386718, 0.11250278472900391, 0.11257855987548829, 0.11255705261230468, 0.11306905364990234, 0.11267072296142579, 0.11254783630371094, 0.11256012725830078, 0.11260313415527344, 0.11257036590576172, 0.11259699249267578, 0.11256012725830078, 0.11297586822509766, 0.11263692474365235, 0.11260518646240235, 0.1125928955078125, 0.11261952209472656, 0.11265535736083984, 0.11268710327148437, 0.11260313415527344, 0.11286016082763672, 0.11255091094970703, 0.11258675384521484, 0.11262464141845703, 0.11264717102050781, 0.11258163452148437, 0.11269529724121094, 0.11264102172851563, 0.11265740966796875, 0.11266252899169922, 0.11266867065429688, 0.11268505859375, 0.11264102172851563, 0.11256934356689453, 0.11259801483154297, 0.11260518646240235, 0.11265433502197265, 0.11262873840332031, 0.11269017791748047, 0.11262156677246093, 0.11310489654541016, 0.11266047668457031, 0.11269017791748047, 0.11265740966796875, 0.11269427490234375, 0.11268402862548828, 0.11269631958007813, 0.11276390075683594, 0.11268812561035156, 0.11271167755126953, 0.11271782684326172, 0.11267481231689454, 0.11268710327148437]",tokens/s,8.734329780348673,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4240.457728,7070.02368,0.0,6423.576576,6087.598592,s,10,3.4392665710449215,0.34392665710449216,0.0011429434948581729,0.34366488647460935,0.3455630310058594,0.3456480926513672,0.34571614196777345,"[0.3430378112792969, 0.3437361145019531, 0.3424647216796875, 0.34359365844726564, 0.34270309448242187, 0.3429840087890625, 0.3442784729003906, 0.34519140625, 0.345733154296875, 0.3455441284179688]",tokens/s,744.3447453455805,kWh,4.048429335708972e-06,2.2183379670423163e-06,2.0105988307000018e-05,2.6372755609751307e-05,tokens/kWh,9706987.157054767,MB,4240.457728,7070.02368,0.0,6423.576576,6237.471744,s,10,189.33790234375005,18.933790234375,0.0012605079571577644,18.933486328125,18.9354630859375,18.93586826171875,18.93619240234375,"[18.9362734375, 18.93244921875, 18.93305078125, 18.932736328125, 18.934890625, 18.93228515625, 18.93387109375, 18.933703125, 18.93326953125, 18.935373046875]",tokens/s,3.3273844919661757,kWh,0.00022353877621668358,0.00012251799364728866,0.0010809333091903997,0.001426990079054372,tokens/kWh,44148.87035637165,,s,629,192.1308302612304,0.30545442012914226,0.040896174602263316,0.300516357421875,0.30065971679687503,0.30076026611328127,0.6436855322265624,"[0.30048870849609377, 0.30061669921875, 0.3006095275878906, 0.300442626953125, 0.30040267944335936, 0.3004538879394531, 0.3004139404296875, 0.3004979248046875, 0.30044467163085936, 0.300516357421875, 0.30048870849609377, 0.3005962219238281, 0.3005091857910156, 0.3005194091796875, 0.3004262390136719, 0.30055526733398436, 0.30048049926757814, 0.3004078063964844, 0.3004754028320312, 0.3005399169921875, 0.3005470581054687, 0.30065560913085937, 0.30044775390625, 0.3006504821777344, 0.3003955078125, 0.30044671630859376, 0.30052862548828124, 0.30055526733398436, 0.3006095275878906, 0.3007631225585938, 0.30067507934570314, 0.3006085205078125, 0.30049179077148436, 0.3006566467285156, 0.30064639282226563, 0.300537841796875, 0.3006228332519531, 0.3005388793945313, 0.30068838500976564, 0.3005511779785156, 0.30112255859375, 0.3005296630859375, 0.30046923828125, 0.30065765380859377, 0.30049179077148436, 0.3004876708984375, 0.3006515197753906, 0.300626953125, 0.30056549072265626, 0.3006924743652344, 0.3005317077636719, 0.30065765380859377, 0.3006648254394531, 0.300621826171875, 0.30062796020507815, 0.30056243896484375, 0.300548095703125, 0.30055731201171876, 0.3005562744140625, 0.3007846374511719, 0.3005614013671875, 0.30057266235351565, 0.644548583984375, 0.30041189575195315, 0.30040985107421875, 0.30041702270507814, 0.30033407592773437, 0.30044467163085936, 0.30049996948242186, 0.3003873291015625, 0.3004538879394531, 0.30041189575195315, 0.30042828369140623, 0.300263427734375, 0.3002183532714844, 0.3004631042480469, 0.3005040588378906, 0.30050814819335936, 0.3003934631347656, 0.3005091857910156, 0.30031155395507814, 0.30083380126953124, 0.30057061767578125, 0.30035354614257814, 0.30053375244140623, 0.30068634033203123, 0.3003381652832031, 0.300474365234375, 0.30056549072265626, 0.30056549072265626, 0.30046719360351565, 0.30052557373046873, 0.3004989318847656, 0.30062591552734375, 0.30050509643554685, 0.30049179077148436, 0.30048562622070313, 0.30045184326171875, 0.30056756591796874, 0.3004907531738281, 0.30059521484375, 0.3005194091796875, 0.30057061767578125, 0.30042315673828124, 0.30061773681640624, 0.30045184326171875, 0.30051327514648435, 0.30046514892578124, 0.3006822509765625, 0.3006064758300781, 0.30061669921875, 0.3006013488769531, 0.300521484375, 0.3005327453613281, 0.30067303466796874, 0.300590087890625, 0.30049179077148436, 0.30051019287109376, 0.30082150268554686, 0.30060543823242186, 0.30060748291015627, 0.30059725952148436, 0.30054913330078126, 0.300558349609375, 0.30043136596679687, 0.643462158203125, 0.30065765380859377, 0.3005399169921875, 0.3003822021484375, 0.3004610595703125, 0.3004508056640625, 0.30045697021484374, 0.300432373046875, 0.3005870056152344, 0.30036685180664063, 0.3004405822753906, 0.3004078063964844, 0.30037503051757813, 0.30040371704101565, 0.30045184326171875, 0.30048562622070313, 0.30046514892578124, 0.3005184020996094, 0.30051226806640624, 0.300521484375, 0.3004958801269531, 0.3004180603027344, 0.3004958801269531, 0.300590087890625, 0.30036685180664063, 0.30052862548828124, 0.30045797729492185, 0.300790771484375, 0.3004344177246094, 0.3005409240722656, 0.30049996948242186, 0.30054296875, 0.30058905029296873, 0.3003862915039063, 0.3003873291015625, 0.30088909912109374, 0.30056549072265626, 0.300769287109375, 0.300626953125, 0.30045797729492185, 0.3005736999511719, 0.30046514892578124, 0.30073037719726564, 0.30045285034179686, 0.3004129333496094, 0.300537841796875, 0.30051431274414064, 0.30048870849609377, 0.3005511779785156, 0.3004415893554688, 0.3006320495605469, 0.30045184326171875, 0.30051327514648435, 0.3005849609375, 0.3006515197753906, 0.30058087158203123, 0.30048562622070313, 0.30059521484375, 0.30056756591796874, 0.300537841796875, 0.3006341247558594, 0.3005941772460938, 0.30045901489257815, 0.6445086669921875, 0.3003822021484375, 0.30040472412109376, 0.3003996276855469, 0.3004610595703125, 0.3005736999511719, 0.30049996948242186, 0.30041497802734374, 0.3003309936523437, 0.3003565979003906, 0.3003842468261719, 0.3004354553222656, 0.30054913330078126, 0.3003852844238281, 0.30040167236328125, 0.30049996948242186, 0.3004897155761719, 0.30046002197265625, 0.30038937377929686, 0.30040267944335936, 0.3004241943359375, 0.30042315673828124, 0.3004979248046875, 0.3004907531738281, 0.3004559326171875, 0.3004610595703125, 0.30046719360351565, 0.3005685729980469, 0.30041702270507814, 0.30048562622070313, 0.300516357421875, 0.3004876708984375, 0.3004958801269531, 0.3007467651367188, 0.3005849609375, 0.30041189575195315, 0.30049179077148436, 0.3005716552734375, 0.30045797729492185, 0.30049484252929687, 0.30049996948242186, 0.3006085205078125, 0.3004712829589844, 0.30054296875, 0.3005614013671875, 0.3006791687011719, 0.3005665283203125, 0.30056549072265626, 0.30048562622070313, 0.30055014038085937, 0.30043136596679687, 0.3003852844238281, 0.30055731201171876, 0.3005173645019531, 0.3005870056152344, 0.30055218505859377, 0.30063104248046874, 0.30077337646484376, 0.30060443115234375, 0.30055731201171876, 0.30061773681640624, 0.30116046142578123, 0.30073037719726564, 0.6434590454101563, 0.3004549255371094, 0.30045697021484374, 0.3004631042480469, 0.3005235290527344, 0.3004958801269531, 0.30046414184570314, 0.3006433410644531, 0.3004139404296875, 0.3004344177246094, 0.30041189575195315, 0.30059213256835937, 0.30046414184570314, 0.300432373046875, 0.3004989318847656, 0.3005409240722656, 0.3004078063964844, 0.30054196166992186, 0.300516357421875, 0.3005296630859375, 0.3003269348144531, 0.30046920776367186, 0.3005265808105469, 0.3004661865234375, 0.3004334106445313, 0.30071090698242187, 0.3006146545410156, 0.3006842956542969, 0.3006924743652344, 0.3005184020996094, 0.30099456787109374, 0.3006566467285156, 0.30064337158203125, 0.3004518127441406, 0.30046514892578124, 0.30041702270507814, 0.3005511779785156, 0.3004897155761719, 0.30043032836914063, 0.30052761840820313, 0.3005870056152344, 0.30062490844726564, 0.30046719360351565, 0.30042520141601564, 0.30061056518554685, 0.3006023559570313, 0.3006402587890625, 0.3006371765136719, 0.300621826171875, 0.3004835815429687, 0.30059213256835937, 0.3007488098144531, 0.30058291625976563, 0.30049996948242186, 0.3007088623046875, 0.3006033935546875, 0.30080615234375, 0.30060748291015627, 0.3004989318847656, 0.300558349609375, 0.3006781311035156, 0.30062078857421876, 0.30064639282226563, 0.6437723999023437, 0.30065460205078126, 0.30042520141601564, 0.30037298583984373, 0.30060443115234375, 0.3004344177246094, 0.30038937377929686, 0.3004180603027344, 0.30043853759765626, 0.30028390502929686, 0.3004344177246094, 0.30056961059570314, 0.30025421142578124, 0.3004436340332031, 0.30031256103515624, 0.3005347900390625, 0.30043954467773437, 0.30060543823242186, 0.30041702270507814, 0.30052761840820313, 0.30033407592773437, 0.3004241943359375, 0.30056756591796874, 0.3003975830078125, 0.300442626953125, 0.3003873291015625, 0.3005409240722656, 0.3003432922363281, 0.3005091857910156, 0.30047027587890623, 0.30052761840820313, 0.30048870849609377, 0.30065869140625, 0.3005388793945313, 0.300521484375, 0.30061669921875, 0.3007559814453125, 0.30063821411132813, 0.30059213256835937, 0.3005593566894531, 0.300663818359375, 0.3005091857910156, 0.3006289978027344, 0.30086862182617186, 0.3006095275878906, 0.30049383544921876, 0.30054196166992186, 0.30057470703125, 0.3003228149414062, 0.3004733581542969, 0.300621826171875, 0.300358642578125, 0.30051123046875, 0.3006986389160156, 0.3005788269042969, 0.30045184326171875, 0.3004907531738281, 0.3005327453613281, 0.30058392333984374, 0.3005173645019531, 0.3005409240722656, 0.3005409240722656, 0.3005327453613281, 0.6451845092773437, 0.3004129333496094, 0.3003934631347656, 0.30040371704101565, 0.30062591552734375, 0.3005818786621094, 0.30034942626953126, 0.3004538879394531, 0.30043853759765626, 0.30050201416015626, 0.30034738159179686, 0.3004754028320312, 0.3012167663574219, 0.3003934631347656, 0.3004457092285156, 0.30060543823242186, 0.30059109497070313, 0.3004835815429687, 0.3003924560546875, 0.30044671630859376, 0.30042520141601564, 0.3005010070800781, 0.3005685729980469, 0.30040576171875, 0.30047232055664064, 0.3003955078125, 0.30055526733398436, 0.30043649291992186, 0.3004415893554688, 0.30046002197265625, 0.3004682312011719, 0.3009505310058594, 0.30049179077148436, 0.3005603942871094, 0.30060443115234375, 0.3008798828125, 0.30061773681640624, 0.3004958801269531, 0.3006719970703125, 0.30094131469726565, 0.30056549072265626, 0.30047848510742187, 0.30049380493164063, 0.3004549255371094, 0.300611572265625, 0.3005368347167969, 0.3005870056152344, 0.30056756591796874, 0.30036685180664063, 0.3005767822265625, 0.30055731201171876, 0.3004631042480469, 0.3004794921875, 0.3006085205078125, 0.30046923828125, 0.3005235290527344, 0.30052044677734374, 0.30054913330078126, 0.3003740234375, 0.3006443481445312, 0.30055526733398436, 0.30066891479492186, 0.3004733581542969, 0.6462177124023437, 0.300537841796875, 0.30046414184570314, 0.3003760681152344, 0.30084915161132814, 0.3006781311035156, 0.3005665283203125, 0.3004415893554688, 0.3006289978027344, 0.30074163818359373, 0.30040576171875, 0.30046002197265625, 0.3004415893554688, 0.3005040588378906, 0.300400634765625, 0.3006904296875, 0.3004272766113281, 0.300558349609375, 0.3005010070800781, 0.30050201416015626, 0.30040682983398437, 0.30049172973632815, 0.30044775390625, 0.30039654541015626, 0.30047232055664064, 0.30037298583984373, 0.3005327453613281, 0.3004415893554688, 0.30047845458984374, 0.30057266235351565, 0.30057266235351565, 0.300442626953125, 0.30043853759765626, 0.3003985900878906, 0.30071090698242187, 0.300558349609375, 0.30051431274414064, 0.3005040588378906, 0.3005788269042969, 0.3008880615234375, 0.3006433410644531, 0.30063922119140624, 0.3004927978515625, 0.3004958801269531, 0.30070785522460936, 0.3004436340332031, 0.30052249145507814, 0.3003862915039063, 0.3007672424316406, 0.30061260986328125, 0.300521484375, 0.30043649291992186, 0.3004733581542969, 0.300442626953125, 0.30058392333984374, 0.30054400634765627, 0.3004334106445313, 0.30055526733398436, 0.3005665283203125, 0.30056961059570314, 0.3004733581542969, 0.3004754028320312, 0.30052557373046873, 0.6465576782226562, 0.3004508056640625, 0.3004067687988281, 0.3005880432128906, 0.30059213256835937, 0.30041497802734374, 0.3003822021484375, 0.30056344604492186, 0.30040472412109376, 0.30048049926757814, 0.30042315673828124, 0.30049484252929687, 0.30049383544921876, 0.30039450073242185, 0.3003381652832031, 0.30045285034179686, 0.3005173645019531, 0.30052557373046873, 0.3005409240722656, 0.3006289978027344, 0.3005859985351563, 0.3004815368652344, 0.3005788269042969, 0.30041189575195315, 0.3005818786621094, 0.3003740234375, 0.3004538879394531, 0.3006402587890625, 0.3004334106445313, 0.300432373046875, 0.300537841796875, 0.300537841796875, 0.3004794921875, 0.3003904113769531, 0.30055731201171876, 0.30047845458984374, 0.3005460510253906, 0.30045697021484374, 0.30064639282226563, 0.3006341247558594, 0.3005511779785156, 0.3006361694335937, 0.3005962219238281, 0.3004549255371094, 0.3004549255371094, 0.30044775390625, 0.30061056518554685, 0.3005665283203125, 0.30044671630859376, 0.3005736999511719, 0.30061260986328125, 0.300548095703125, 0.300506103515625, 0.300521484375, 0.3006003112792969, 0.30060748291015627, 0.3006003112792969, 0.3006371765136719, 0.30058392333984374, 0.30067303466796874, 0.30078054809570315, 0.30061669921875, 0.30054196166992186, 0.6462689208984375, 0.3003555908203125, 0.30046719360351565, 0.30044775390625, 0.3004487609863281, 0.3006351318359375, 0.30040576171875, 0.3004958801269531, 0.300516357421875, 0.30062591552734375, 0.30050509643554685, 0.3005409240722656, 0.3005665283203125, 0.30046514892578124, 0.3004272766113281, 0.3004825744628906, 0.30039654541015626, 0.300626953125, 0.30048049926757814, 0.30043954467773437, 0.30085528564453123, 0.30046923828125, 0.3005562744140625, 0.30039248657226564, 0.30049685668945314, 0.3004661865234375, 0.3007396240234375, 0.30056036376953127, 0.30046719360351565, 0.30051019287109376, 0.30047027587890623, 0.30038836669921876, 0.30057061767578125, 0.3005173645019531, 0.3006668701171875, 0.30060443115234375, 0.3005859985351563, 0.3004241943359375, 0.30074981689453123, 0.30055014038085937, 0.3004989318847656, 0.3006320495605469, 0.30089215087890625, 0.3005184020996094, 0.3006423034667969, 0.30049996948242186, 0.3005194091796875, 0.3004508056640625, 0.3004160461425781, 0.30048150634765625, 0.3004733581542969, 0.3004538879394531, 0.30044979858398435, 0.30055014038085937, 0.3005388793945313, 0.3004876708984375, 0.30053375244140623, 0.30043032836914063, 0.3004508056640625, 0.30050201416015626, 0.30042315673828124, 0.30050814819335936, 0.3005388793945313]",tokens/s,3.2738108670262904,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,3781.459968,12218.53184,0.0,11572.084736,11067.6992,s,10,6.172193115234375,0.6172193115234376,0.0009568468308553794,0.6168784790039062,0.6187452453613281,0.6188644744873046,0.6189598577880859,"[0.6167498779296875, 0.6167017211914062, 0.6160318603515625, 0.6175802612304687, 0.6176881103515625, 0.6165142822265625, 0.617007080078125, 0.6162174682617187, 0.6189837036132813, 0.61871875]",tokens/s,414.7634320905057,kWh,7.28202544980579e-06,3.9902802113026746e-06,3.691184325494195e-05,4.818414891605041e-05,tokens/kWh,5312950.539938353,MB,3781.459968,12218.53184,0.0,11572.084736,11417.442816,s,10,337.6974453125,33.76974453125,0.001842154699135954,33.769888671874995,33.771575390624996,33.7717212890625,33.7718380078125,"[33.76893359375, 33.77084375, 33.76826953125, 33.76891796875, 33.7718671875, 33.77154296875, 33.77141796875, 33.7714921875, 33.767921875, 33.76623828125]",tokens/s,1.8655752619538113,kWh,0.00039860186911291553,0.00021846841732151755,0.0020288831982686515,0.002645953484703085,tokens/kWh,23809.942375865136,,s,629,342.71660906982436,0.5448594738788939,0.0733921242611744,0.5359810791015625,0.5363001708984375,0.5364698852539063,1.1530429785156249,"[0.535615478515625, 0.53574658203125, 0.5358980712890625, 0.5356707763671875, 0.53571484375, 0.53600048828125, 0.5361173095703125, 0.5358294677734375, 0.5358858032226562, 0.5358203125, 0.5357496337890625, 0.53574755859375, 0.5361397705078125, 0.5360117797851562, 0.5359708251953125, 0.535667724609375, 0.5357211303710937, 0.5361539306640625, 0.5358858032226562, 0.5360148315429687, 0.5359022216796875, 0.5357854614257812, 0.5357352905273437, 0.5359022216796875, 0.5357445068359376, 0.5359359741210937, 0.5363097534179687, 0.53646435546875, 0.5361654663085937, 0.5360198974609375, 0.5358348388671875, 0.5357760620117188, 0.5358008422851562, 0.5360598754882813, 0.5359401245117188, 0.5359564819335938, 0.5361387329101562, 0.5357886352539063, 0.5359133911132813, 0.5359083251953125, 0.5357322387695312, 0.5358274536132812, 0.5358233642578125, 0.5361182861328125, 0.5363262939453125, 0.5362830200195312, 0.5359933471679688, 0.535942138671875, 0.5361561889648437, 0.5361932373046875, 0.5361713256835937, 0.5362432250976562, 0.5368013305664062, 0.5362103881835938, 0.5363026123046875, 0.5360875244140625, 0.5361182861328125, 0.536141845703125, 0.53613671875, 0.5363353881835937, 0.5363067016601563, 0.536416259765625, 1.1535472412109375, 0.5356902465820312, 0.5359718627929687, 0.5362493286132812, 0.5357138061523438, 0.535962646484375, 0.5355796508789062, 0.5359646606445313, 0.5359718627929687, 0.535947265625, 0.535878662109375, 0.5358694458007812, 0.535928955078125, 0.535797607421875, 0.5360588989257813, 0.5357598876953125, 0.5358438720703125, 0.5357762451171875, 0.5361182861328125, 0.5359585571289063, 0.5363118286132813, 0.536648681640625, 0.5359197998046875, 0.5362420043945313, 0.53592578125, 0.535816162109375, 0.53596484375, 0.5360126342773438, 0.5361121215820313, 0.53600048828125, 0.536052734375, 0.535816162109375, 0.5361254272460938, 0.5360322265625, 0.5362749633789062, 0.5357803344726563, 0.5362124633789063, 0.53623193359375, 0.5357537231445313, 0.5359779663085937, 0.535994384765625, 0.5366046752929687, 0.5361889038085937, 0.5362206420898438, 0.5359708251953125, 0.53608154296875, 0.535947265625, 0.5358048095703125, 0.5358253784179687, 0.5363499145507813, 0.5359757690429687, 0.5360773315429688, 0.5360732421875, 0.5359779663085937, 0.5360128173828125, 0.5362042846679688, 0.5359226684570313, 0.5360404663085937, 0.5362042846679688, 0.5362882690429688, 0.536290283203125, 0.536816650390625, 0.5360588989257813, 1.1527874755859375, 0.535568359375, 0.53551513671875, 0.5359329223632813, 0.5357117309570313, 0.5357813720703125, 0.5354823608398438, 0.5355479125976562, 0.5357538452148437, 0.5358262939453124, 0.5359349975585938, 0.5358622436523437, 0.5359431762695313, 0.5360548095703125, 0.5358563232421875, 0.5357115478515625, 0.5356226806640625, 0.5358694458007812, 0.5361254272460938, 0.5357383422851563, 0.5362278442382813, 0.5369057006835938, 0.535878662109375, 0.5360189208984375, 0.5358920288085938, 0.53570556640625, 0.5359646606445313, 0.53625341796875, 0.536374267578125, 0.5358428344726562, 0.5357691040039062, 0.53572607421875, 0.5359851684570313, 0.5356759033203125, 0.536247314453125, 0.536069091796875, 0.5360332641601563, 0.5359144897460938, 0.53592578125, 0.5359902954101563, 0.5358724365234375, 0.535784423828125, 0.5360148315429687, 0.5361275024414063, 0.5359144897460938, 0.537006103515625, 0.5360404663085937, 0.5360465698242187, 0.5361223754882812, 0.5360220947265625, 0.5361253662109375, 0.5362677612304687, 0.5359677734375, 0.5360762939453125, 0.5359963989257812, 0.5362994995117187, 0.536110107421875, 0.5362738647460937, 0.5361121215820313, 0.5362175903320312, 0.5362094116210937, 0.5363394775390625, 0.5363148803710938, 1.154212890625, 0.5356830444335937, 0.5359933471679688, 0.5362565307617188, 0.5359544067382812, 0.5359349975585938, 0.5356083374023437, 0.536184814453125, 0.5361869506835938, 0.5357024536132813, 0.535794677734375, 0.5355325317382813, 0.5365811157226562, 0.5359359741210937, 0.5356881713867188, 0.5357711181640625, 0.5355888671875, 0.5357189331054687, 0.5360906982421875, 0.5358458251953125, 0.5361131591796875, 0.53589404296875, 0.5357250366210937, 0.5360968017578125, 0.5358121948242187, 0.5357965698242187, 0.5360179443359375, 0.535815185546875, 0.5360722045898437, 0.5358377075195313, 0.5359411010742188, 0.5358745727539063, 0.5358724975585938, 0.5358756103515625, 0.5361448974609375, 0.5358050537109375, 0.5360167846679688, 0.536986572265625, 0.5359431762695313, 0.536322021484375, 0.5358960571289062, 0.5359053955078125, 0.5360474853515625, 0.5361520385742188, 0.5365186767578125, 0.5360557861328125, 0.53592578125, 0.5359677734375, 0.5358694458007812, 0.5361162109375, 0.5359923095703125, 0.53628515625, 0.5359852294921875, 0.5359758911132813, 0.535884765625, 0.536215576171875, 0.5362392578125, 0.5364365844726563, 0.5362401123046875, 0.5362565307617188, 0.5361131591796875, 0.536099853515625, 0.536153076171875, 1.1544658203125, 0.5356267700195313, 0.5357619018554688, 0.5361459350585938, 0.5357567749023437, 0.5361008911132813, 0.5357578125, 0.535783447265625, 0.5359667358398438, 0.5359095458984375, 0.5358631591796875, 0.5358930053710937, 0.5359359741210937, 0.5357578125, 0.5357639770507813, 0.5359728393554688, 0.5359032592773437, 0.5366712036132812, 0.5362115478515626, 0.5360792846679687, 0.5359165649414063, 0.5357005004882812, 0.5357783203125, 0.5359288330078125, 0.5359401245117188, 0.5358499755859375, 0.5360906372070312, 0.5360834350585938, 0.5361459350585938, 0.5357434692382812, 0.5361992797851562, 0.5359481811523438, 0.5358438110351562, 0.5357189331054687, 0.5360035400390625, 0.536005615234375, 0.5360598754882813, 0.5360936889648438, 0.5361397705078125, 0.5359442138671875, 0.5358438110351562, 0.5360404663085937, 0.5361203002929688, 0.536299560546875, 0.5360630493164062, 0.5373223876953125, 0.5363783569335937, 0.5360097045898438, 0.5360455932617187, 0.5362308959960937, 0.53644287109375, 0.5363855590820312, 0.5362669067382813, 0.53629833984375, 0.5359534301757812, 0.5362462158203125, 0.5358561401367188, 0.5367551879882813, 0.5361663818359375, 0.5361981201171875, 0.5361510620117188, 0.536036376953125, 0.5360302124023437, 1.153069091796875, 0.5355806884765625, 0.5356410522460937, 0.53618994140625, 0.5359544067382812, 0.5360117797851562, 0.5356564331054687, 0.5358233642578125, 0.5357957153320313, 0.5358120727539063, 0.5359042358398437, 0.5358428344726562, 0.5360128173828125, 0.535773193359375, 0.5360015258789063, 0.5363169555664062, 0.5360189208984375, 0.5359032592773437, 0.5360353393554688, 0.5359974365234375, 0.5360343017578125, 0.5359810791015625, 0.5360814208984375, 0.5361346435546875, 0.5361408081054687, 0.5358551025390625, 0.5360865478515625, 0.5359288330078125, 0.5363927001953125, 0.5360814208984375, 0.536111083984375, 0.5359493408203125, 0.5358244018554688, 0.5374832763671875, 0.5362197265625, 0.5357926025390625, 0.5360332641601563, 0.5359451904296875, 0.5363138427734375, 0.5359769897460938, 0.5360343017578125, 0.535900146484375, 0.5360926513671875, 0.5365452880859375, 0.5362841796875, 0.5363138427734375, 0.5357864990234374, 0.5358489379882813, 0.5358675537109375, 0.5366177978515625, 0.53627392578125, 0.5361377563476563, 0.5358704833984375, 0.5358162841796875, 0.535964599609375, 0.5360609130859375, 0.5359769897460938, 0.5361131591796875, 0.5361622924804688, 0.5362985229492188, 0.5362278442382813, 0.5361561889648437, 0.5360619506835937, 1.153639404296875, 0.5355489501953125, 0.5358356323242187, 0.5359636840820312, 0.535763916015625, 0.5357434692382812, 0.5356452026367188, 0.535920654296875, 0.5356452026367188, 0.5358460083007812, 0.5357423095703125, 0.5355192260742188, 0.5359616088867187, 0.5359144897460938, 0.5358458862304688, 0.535963623046875, 0.5359288330078125, 0.5359791870117188, 0.5362368774414062, 0.536142822265625, 0.5360404663085937, 0.5360148315429687, 0.5359759521484375, 0.5379614868164062, 0.53599951171875, 0.53592578125, 0.5357864990234374, 0.5360271606445313, 0.5364132080078124, 0.5356339111328124, 0.5360445556640625, 0.5358796997070312, 0.5358827514648438, 0.5359810791015625, 0.5361622924804688, 0.5358858032226562, 0.5362882690429688, 0.536302734375, 0.5358037719726563, 0.535994384765625, 0.5357813720703125, 0.5357742919921875, 0.5359031372070312, 0.5360343017578125, 0.5358991088867188, 0.5362913208007812, 0.5359769897460938, 0.5359810791015625, 0.5357127685546875, 0.5361295166015625, 0.5361500244140625, 0.5364735717773438, 0.5362616577148438, 0.5359063110351563, 0.5359380493164062, 0.5362227172851562, 0.5361080322265624, 0.53812939453125, 0.536394775390625, 0.5364029541015625, 0.5360506591796875, 0.5359963989257812, 0.5361397705078125, 1.152975830078125, 0.5357189331054687, 0.5356636352539063, 0.5357578125, 0.5357199096679688, 0.5360139770507812, 0.5359255981445312, 0.5360137939453125, 0.5357445068359376, 0.5358859252929687, 0.53572802734375, 0.5358848266601562, 0.5358745727539063, 0.5359216918945312, 0.5356728515625, 0.5358223266601563, 0.535844970703125, 0.5359522705078125, 0.5359616088867187, 0.53578857421875, 0.5359544067382812, 0.53574755859375, 0.536026123046875, 0.5361807250976562, 0.5360711669921875, 0.5360015258789063, 0.5360875244140625, 0.5360455932617187, 0.5362933959960937, 0.5377064819335937, 0.5360762939453125, 0.5358479614257813, 0.5359134521484376, 0.5359646606445313, 0.5362595825195312, 0.536205322265625, 0.5361622924804688, 0.5360762939453125, 0.5358458862304688, 0.5360824584960937, 0.535931884765625, 0.5358704833984375, 0.5362186279296876, 0.5361930541992187, 0.5360773315429688, 0.5362749633789062, 0.5359779663085937, 0.5360128173828125, 0.5360549926757813, 0.5365225830078125, 0.5362647094726563, 0.5365309448242187, 0.5361039428710938, 0.5359923095703125, 0.536047607421875, 0.536111083984375, 0.5360179443359375, 0.5361858520507813, 0.5362186279296876, 0.5362943725585938, 0.5361571655273437, 0.5361889038085937, 0.5360117797851562, 1.155998779296875, 0.5357639770507813, 0.53568408203125, 0.5357404174804687, 0.5356810302734375, 0.535836669921875, 0.5356062622070312, 0.535720947265625, 0.5357670288085937, 0.5357772827148437, 0.5358499755859375, 0.5356912841796875, 0.5357588500976562, 0.536052734375, 0.5357691040039062, 0.5359759521484375, 0.536005615234375, 0.5361193237304688, 0.536110107421875, 0.535782470703125, 0.5362861328125, 0.5361265869140625, 0.5359410400390625, 0.5362073364257812, 0.535920654296875, 0.5360885620117187, 0.5360098266601563, 0.5359481811523438, 0.5361889038085937, 0.5358284912109375, 0.53587353515625, 0.5357926635742187, 0.5357916259765625, 0.5382573852539062, 0.536363037109375, 0.5359349975585938, 0.5361491088867187, 0.535802734375, 0.5358479614257813, 0.5359349975585938, 0.53585205078125, 0.53583154296875, 0.53592578125, 0.535963623046875, 0.5358244018554688, 0.5357066040039062, 0.5357342529296875, 0.5356759033203125, 0.53587353515625, 0.5363056640625, 0.5360670776367188, 0.5364183349609375, 0.5359769287109375, 0.5359554443359374, 0.5360425415039063, 0.5363353271484375, 0.5360455932617187, 0.5360293579101563, 0.5360587158203125, 0.5362001953125, 0.5361500244140625, 0.5361510620117188, 0.5359800415039062, 1.1553311767578125, 0.5356154174804687, 0.5355296020507813, 0.5358201904296875, 0.535583740234375, 0.535804931640625, 0.5355847778320313, 0.5358192749023437, 0.5361796875, 0.535858154296875, 0.5357373657226563, 0.5358602294921875, 0.5360117797851562, 0.5360045776367187, 0.5358356323242187, 0.5360169067382813, 0.5356932983398438, 0.5358295288085938, 0.5357342529296875, 0.5357025146484375, 0.5359144897460938, 0.5356103515625, 0.535605224609375, 0.535878662109375, 0.5359566040039062, 0.5358027954101563, 0.5386680908203125, 0.5362882080078125, 0.5360148315429687, 0.5358120727539063, 0.5357373657226563, 0.5358387451171875, 0.535784423828125, 0.536079345703125, 0.5360773315429688, 0.5358223876953125, 0.5359739379882813, 0.5359000244140625, 0.53561865234375, 0.5359133911132813, 0.5359277954101562, 0.5358182373046875, 0.5360486450195312, 0.5363517456054687, 0.536072265625, 0.5362349243164063, 0.5360927124023438, 0.5359779052734375, 0.5357598876953125, 0.5360486450195312, 0.5359984741210938, 0.536364013671875, 0.5360783081054687, 0.5361275024414063, 0.5360486450195312, 0.5361500244140625, 0.5356400756835937, 0.5362022705078126, 0.5359718627929687, 0.5360824584960937, 0.5358489379882813, 0.5361151733398437, 0.5361622924804688]",tokens/s,1.8353356194413357,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.40.2,,0.30.1,,,,1.19.2,,,,0.11.0,,,,MB,4452.974592,23096.459264,0.0,22450.01216,21127.025664,s,10,14.673073364257814,1.4673073364257814,0.0008766726770533806,1.4670753784179689,1.4683461547851562,1.4684426696777344,1.4685198815917968,"[1.466440673828125, 1.465837646484375, 1.46666748046875, 1.46798486328125, 1.46832470703125, 1.466895751953125, 1.4682884521484374, 1.4685391845703124, 1.4672550048828126, 1.466839599609375]",tokens/s,174.46924284014773,kWh,1.7321170137988197e-05,9.490713132781821e-06,8.767632014100024e-05,0.00011448820341177025,tokens/kWh,2236038.2325091255,MB,4452.974592,23096.459264,0.0,22450.01216,21326.311424,s,10,819.2085312499999,81.92085312499998,0.0019808556389853396,81.9210234375,81.92343515625,81.923951953125,81.924365390625,"[81.918671875, 81.91853125, 81.9193359375, 81.918515625, 81.9208671875, 81.922125, 81.921515625, 81.9233203125, 81.9211796875, 81.92446875]",tokens/s,0.7690349599249247,kWh,0.0009670417434970539,0.0005300256702797742,0.004950463821479006,0.006447531235255834,tokens/kWh,9771.181821579838,,s,629,831.1150720214841,1.3213276184761278,0.17427966988931595,1.3002578125,1.3005823974609374,1.3009541015625,2.767072216796875,"[1.2998594970703126, 1.300130859375, 1.300094970703125, 1.3000345458984375, 1.300369384765625, 1.3000069580078124, 1.3002332763671876, 1.3000048828125, 1.3008834228515624, 1.3000079345703126, 1.2999619140625, 1.3002393798828125, 1.300464599609375, 1.3004503173828126, 1.3004022216796876, 1.300369384765625, 1.3002239990234374, 1.2998328857421875, 1.301001220703125, 1.3002454833984376, 1.3002291259765626, 1.3000335693359375, 1.3000242919921876, 1.3000242919921876, 1.3000877685546874, 1.3000888671875, 1.3003355712890625, 1.3001512451171875, 1.300643798828125, 1.300157470703125, 1.2999300537109375, 1.300147216796875, 1.3002669677734375, 1.300032470703125, 1.3004052734375, 1.3003714599609375, 1.3003663330078126, 1.3001943359375, 1.30010009765625, 1.3003560791015625, 1.300190185546875, 1.3005025634765626, 1.300528076171875, 1.300253662109375, 1.3002127685546876, 1.3002342529296875, 1.3003243408203125, 1.3004041748046875, 1.30039306640625, 1.30113525390625, 1.300147216796875, 1.300285400390625, 1.3006971435546875, 1.300369384765625, 1.3003817138671876, 1.300358154296875, 1.3004298095703124, 1.300505615234375, 1.3004144287109376, 1.300337646484375, 1.3007830810546874, 1.300327392578125, 2.76632373046875, 1.300179931640625, 1.30052099609375, 1.2999505615234375, 1.2999136962890625, 1.3001953125, 1.3000662841796875, 1.30014208984375, 1.299968994140625, 1.3000018310546875, 1.3001544189453125, 1.3000130615234375, 1.300030517578125, 1.300263916015625, 1.3002403564453124, 1.3018050537109376, 1.30014208984375, 1.300738037109375, 1.3002198486328125, 1.300127685546875, 1.299958740234375, 1.30015234375, 1.3007513427734374, 1.3002127685546876, 1.3001759033203124, 1.300279296875, 1.30064697265625, 1.3002198486328125, 1.300306884765625, 1.3004974365234374, 1.300136962890625, 1.3001810302734376, 1.3001953125, 1.29999560546875, 1.3000438232421876, 1.3002884521484375, 1.3000826416015625, 1.300073486328125, 1.3001339111328125, 1.3002967529296876, 1.3002137451171876, 1.3000089111328126, 1.3003621826171874, 1.30172216796875, 1.300221923828125, 1.3003919677734375, 1.300093994140625, 1.3001829833984375, 1.3001953125, 1.3001595458984374, 1.2999853515625, 1.3003929443359374, 1.30005810546875, 1.30056396484375, 1.30043798828125, 1.3004697265625, 1.30014208984375, 1.3002874755859375, 1.3001820068359375, 1.30168212890625, 1.3004237060546875, 1.3004185791015626, 1.30036328125, 2.76709375, 1.30008984375, 1.3001390380859374, 1.3005096435546875, 1.300115478515625, 1.3000191650390625, 1.3002454833984376, 1.300427734375, 1.3000653076171875, 1.3002178955078125, 1.300115478515625, 1.300031494140625, 1.2999188232421874, 1.3003817138671876, 1.3001749267578124, 1.3003580322265624, 1.300125732421875, 1.300093994140625, 1.2998011474609374, 1.30144970703125, 1.30003662109375, 1.3006376953125, 1.3001092529296876, 1.300241455078125, 1.30007861328125, 1.3002301025390626, 1.3001544189453125, 1.300275146484375, 1.30024755859375, 1.300169677734375, 1.300419677734375, 1.3003253173828124, 1.3001881103515625, 1.3001964111328126, 1.30003662109375, 1.300384765625, 1.301506103515625, 1.3001912841796874, 1.3003182373046875, 1.300454345703125, 1.3001400146484374, 1.3002301025390626, 1.3002127685546876, 1.3003990478515626, 1.3002291259765626, 1.300147216796875, 1.3004482421875, 1.301656494140625, 1.3002342529296875, 1.3003970947265624, 1.3003131103515626, 1.3002403564453124, 1.300104248046875, 1.300473876953125, 1.3002802734375, 1.3006192626953126, 1.300253662109375, 1.3003397216796875, 1.300157470703125, 1.3004083251953125, 1.300442138671875, 1.3004666748046876, 1.3004288330078124, 2.76855908203125, 1.3000447998046876, 1.3001502685546875, 1.300147216796875, 1.3000816650390625, 1.300130859375, 1.3002598876953124, 1.3001912841796874, 1.3002342529296875, 1.30029052734375, 1.2999669189453125, 1.300084716796875, 1.3017794189453125, 1.300595703125, 1.300021240234375, 1.3000867919921875, 1.3000079345703126, 1.3002178955078125, 1.2998779296875, 1.3000140380859375, 1.3002188720703125, 1.300147216796875, 1.29991064453125, 1.30010107421875, 1.3000775146484376, 1.300052978515625, 1.3002823486328126, 1.3001810302734376, 1.30022412109375, 1.3003846435546875, 1.2999833984375, 1.30043701171875, 1.3001092529296876, 1.3002301025390626, 1.3001348876953125, 1.3002884521484375, 1.3027799072265625, 1.3003509521484375, 1.3003406982421875, 1.3002567138671874, 1.30056396484375, 1.3001195068359375, 1.3003294677734376, 1.300790283203125, 1.300701171875, 1.3001031494140625, 1.299915771484375, 1.3001717529296875, 1.3002445068359374, 1.30039501953125, 1.300294677734375, 1.3003775634765624, 1.3001544189453125, 1.300442138671875, 1.3000816650390625, 1.3004605712890625, 1.3003089599609374, 1.3003858642578126, 1.3002464599609376, 1.3002578125, 1.3004923095703125, 1.300285400390625, 1.300177978515625, 2.76853564453125, 1.2998450927734375, 1.30043798828125, 1.2999425048828126, 1.29969140625, 1.2999383544921874, 1.2998543701171874, 1.3000611572265626, 1.30024853515625, 1.30020458984375, 1.3000867919921875, 1.29986767578125, 1.300084716796875, 1.3003509521484375, 1.2999024658203124, 1.3001605224609376, 1.299998779296875, 1.3027236328125, 1.29984619140625, 1.300485107421875, 1.30020556640625, 1.30039599609375, 1.3001287841796876, 1.30027001953125, 1.299947509765625, 1.3003038330078125, 1.3003560791015625, 1.30034375, 1.300279296875, 1.300305908203125, 1.3001092529296876, 1.300106201171875, 1.300046875, 1.300149169921875, 1.2999505615234375, 1.3002578125, 1.2998779296875, 1.30216552734375, 1.3005147705078124, 1.30034375, 1.3002823486328126, 1.2999925537109376, 1.300484130859375, 1.3004073486328125, 1.3002669677734375, 1.30022705078125, 1.3001021728515625, 1.3006878662109376, 1.3004073486328125, 1.3006510009765626, 1.30026806640625, 1.3002291259765626, 1.299989501953125, 1.3003756103515625, 1.3003192138671875, 1.3002772216796874, 1.30056396484375, 1.303047119140625, 1.3005496826171874, 1.30024560546875, 1.30039697265625, 1.3007452392578125, 1.3003089599609374, 2.767016845703125, 1.3002998046875, 1.300201416015625, 1.299916748046875, 1.3005322265625, 1.3002711181640625, 1.3000069580078124, 1.30046875, 1.3002158203125, 1.2999659423828125, 1.3000028076171875, 1.3001103515625, 1.3002454833984376, 1.300379638671875, 1.300073486328125, 1.300599853515625, 1.3001103515625, 1.3002720947265625, 1.2999752197265626, 1.3003642578125, 1.300241455078125, 1.300232177734375, 1.300025390625, 1.3001810302734376, 1.30016162109375, 1.302345703125, 1.300252685546875, 1.300130859375, 1.3002823486328126, 1.3006724853515625, 1.3004932861328125, 1.300336669921875, 1.3000765380859376, 1.3001512451171875, 1.30003759765625, 1.3004022216796876, 1.30003564453125, 1.300241455078125, 1.30020654296875, 1.300388916015625, 1.3001563720703124, 1.3001973876953126, 1.3004298095703124, 1.30078515625, 1.3006253662109375, 1.3004195556640625, 1.30239892578125, 1.30030078125, 1.3003612060546874, 1.300821044921875, 1.3004041748046875, 1.30027001953125, 1.3005823974609374, 1.3005823974609374, 1.3003038330078125, 1.3003212890625, 1.3003345947265625, 1.3003724365234375, 1.3001287841796876, 1.3005732421875, 1.300368408203125, 1.30029052734375, 1.300201416015625, 2.768680908203125, 1.300135986328125, 1.3003304443359376, 1.30008984375, 1.2998380126953124, 1.300109375, 1.300327392578125, 1.300490234375, 1.300177978515625, 1.3001226806640624, 1.300005859375, 1.3002864990234375, 1.3003724365234375, 1.3005404052734375, 1.300127685546875, 1.3002567138671874, 1.300322265625, 1.30037451171875, 1.2999034423828124, 1.3002352294921875, 1.30225146484375, 1.3003704833984375, 1.3000877685546874, 1.30024755859375, 1.300231201171875, 1.3001728515625, 1.300063232421875, 1.3002608642578124, 1.30066943359375, 1.3007821044921875, 1.300130859375, 1.30031201171875, 1.300137939453125, 1.3001236572265624, 1.3002659912109376, 1.300528076171875, 1.30031005859375, 1.300356201171875, 1.300216796875, 1.3001829833984375, 1.300283447265625, 1.3002403564453124, 1.3002178955078125, 1.300305908203125, 1.30252392578125, 1.3003160400390625, 1.3003980712890626, 1.3002874755859375, 1.30035400390625, 1.300315185546875, 1.3003499755859376, 1.3003837890625, 1.3003018798828125, 1.30035302734375, 1.3003878173828125, 1.3003253173828124, 1.30026806640625, 1.3004442138671874, 1.3001226806640624, 1.300390869140625, 1.30022705078125, 1.3003817138671876, 1.3001861572265625, 2.76902001953125, 1.3001728515625, 1.3002127685546876, 1.2999066162109374, 1.3007021484375, 1.3001563720703124, 1.3001614990234376, 1.3005107421875, 1.300105224609375, 1.3003387451171875, 1.3001964111328126, 1.300042724609375, 1.3002720947265625, 1.300547607421875, 1.3000858154296875, 1.3003028564453125, 1.300148193359375, 1.3001932373046876, 1.3000406494140626, 1.3000723876953124, 1.29984619140625, 1.3001707763671875, 1.3000673828125, 1.3003018798828125, 1.3001492919921875, 1.3000653076171875, 1.300157470703125, 1.300317138671875, 1.3000335693359375, 1.300568115234375, 1.30300927734375, 1.30027001953125, 1.3001175537109375, 1.3003201904296875, 1.300430908203125, 1.3004830322265626, 1.3005250244140625, 1.300221923828125, 1.300216796875, 1.300420654296875, 1.3005301513671874, 1.300747314453125, 1.3006990966796874, 1.3004288330078124, 1.300126708984375, 1.3003038330078125, 1.3002137451171876, 1.30024853515625, 1.3001297607421876, 1.300401123046875, 1.300231201171875, 1.3003551025390625, 1.3003038330078125, 1.300304931640625, 1.3003663330078126, 1.3030594482421876, 1.3003294677734376, 1.3003714599609375, 1.3003028564453125, 1.300552734375, 1.3003673095703125, 1.3003837890625, 1.3002916259765624, 2.76792724609375, 1.3002034912109375, 1.3002178955078125, 1.299872802734375, 1.2999085693359376, 1.300168701171875, 1.3000928955078126, 1.3003233642578125, 1.30005908203125, 1.2999976806640625, 1.30002734375, 1.300030517578125, 1.3003294677734376, 1.3004083251953125, 1.2999609375, 1.3003160400390625, 1.2999710693359374, 1.3003201904296875, 1.2998758544921876, 1.300336669921875, 1.3000489501953125, 1.3002578125, 1.3003253173828124, 1.3001973876953126, 1.3001441650390626, 1.3002393798828125, 1.300209716796875, 1.3004144287109376, 1.3004697265625, 1.303214111328125, 1.3000662841796875, 1.3003970947265624, 1.3000028076171875, 1.300516845703125, 1.3000396728515624, 1.300358154296875, 1.3003089599609374, 1.30008984375, 1.3002373046875, 1.3004461669921874, 1.30026904296875, 1.3001656494140625, 1.300420654296875, 1.30040625, 1.3003448486328124, 1.30014111328125, 1.3003837890625, 1.3003397216796875, 1.3003704833984375, 1.3003551025390625, 1.3001544189453125, 1.3002802734375, 1.3002384033203125, 1.3007164306640624, 1.300295654296875, 1.3004093017578124, 1.303278564453125, 1.30041748046875, 1.30031103515625, 1.3001390380859374, 1.3001226806640624, 1.3002557373046875, 1.300316162109375, 2.767330322265625, 1.29990966796875, 1.300422607421875, 1.3001246337890624, 1.3001143798828125, 1.2999659423828125, 1.30022705078125, 1.3003970947265624, 1.3003089599609374, 1.3004073486328125, 1.3001829833984375, 1.3000877685546874, 1.3000877685546874, 1.3005035400390625, 1.3003551025390625, 1.2999505615234375, 1.29995263671875, 1.30056494140625, 1.2999556884765624, 1.300148193359375, 1.300218994140625, 1.3003243408203125, 1.2999608154296876, 1.30012060546875, 1.29995166015625, 1.3000816650390625, 1.303930908203125, 1.30041552734375, 1.30031201171875, 1.3005926513671875, 1.3004298095703124, 1.30026806640625, 1.3002249755859374, 1.3002332763671876, 1.30043701171875, 1.3006182861328126, 1.300357177734375, 1.3000919189453124, 1.3001195068359375, 1.3004052734375, 1.300263916015625, 1.3000970458984376, 1.3005025634765626, 1.3002762451171874, 1.300232177734375, 1.30043798828125, 1.3000765380859376, 1.300486083984375, 1.30030078125, 1.300384765625, 1.3002445068359374, 1.3002823486328126, 1.2999556884765624, 1.3033380126953125, 1.30039599609375, 1.300726806640625, 1.30024853515625, 1.3004984130859376, 1.30041650390625, 1.3006551513671876, 1.3004410400390625, 1.300454345703125, 1.300471923828125]",tokens/s,0.7568145749903333,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,0,0,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/0/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669477ac-2f3088803b6bcbc174980a9d;909d9631-b3d0-43c4-ac91-5cf570ac424c) Repository Not Found for url: https://huggingface.co/0/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 0 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gpt_neo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,2,2,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/2/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669476f7-0749495471d534533bc8a7c0;f4059e8c-fc2d-4e15-8231-caf191c44712) Repository Not Found for url: https://huggingface.co/2/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: 2 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-564M,facebook/xglm-564M,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-14B,Qwen/Qwen-14B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-7b,huggyllama/llama-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,4110.757888,5287.44448,0.0,4640.997376,4330.668544,s,10,3.1969297485351564,0.31969297485351567,0.001348702205900169,0.31914218139648437,0.32145095520019534,0.32196441497802736,0.322375182800293,"[0.3186290283203125, 0.3224778747558594, 0.31885498046875, 0.31913238525390625, 0.3191519775390625, 0.31846505737304687, 0.3200827941894531, 0.3207144470214844, 0.32133685302734377, 0.3180843505859375]",tokens/s,800.7683000144123,kWh,3.758179541263316e-06,2.0593209790774835e-06,1.8989615886123856e-05,2.4807116406464656e-05,tokens/kWh,10319619.411036715,MB,4110.757888,5287.44448,0.0,4640.997376,4515.667456,s,10,175.15052539062503,17.515052539062502,0.0018447663069760805,17.515354492187498,17.517081640624998,17.517545703125,17.517916953125,"[17.516314453125, 17.513849609375, 17.516134765625, 17.511609375, 17.515056640625, 17.513658203125, 17.516978515625, 17.51565234375, 17.518009765625, 17.51326171875]",tokens/s,3.596906138848048,kWh,0.00020681544852339562,0.0001133520352390417,0.0010167293237994686,0.001336896807561906,tokens/kWh,47124.055980725156,,s,629,177.750416656494,0.2825920773553166,0.03806230539059325,0.278002685546875,0.2781634521484375,0.27826237182617186,0.5973247680664062,"[0.27860992431640624, 0.27796890258789064, 0.2778388366699219, 0.2779924621582031, 0.278066162109375, 0.27786444091796875, 0.2777835388183594, 0.27789825439453125, 0.2779504699707031, 0.27782144165039063, 0.2779309997558594, 0.27789825439453125, 0.27791461181640625, 0.27783782958984377, 0.27793408203125, 0.27778662109375, 0.2780508117675781, 0.27777227783203123, 0.2779862976074219, 0.27807537841796875, 0.2779053955078125, 0.27794329833984377, 0.2780487670898438, 0.2779258728027344, 0.2780487670898438, 0.27790643310546875, 0.27796786499023435, 0.2779258728027344, 0.2781552734375, 0.2780569458007813, 0.2780641174316406, 0.27803851318359374, 0.2781112365722656, 0.2779862976074219, 0.27808154296875, 0.27809381103515624, 0.27819314575195314, 0.2780559387207031, 0.2779658203125, 0.27812966918945314, 0.2781440124511719, 0.27802215576171874, 0.2781583251953125, 0.2780712890625, 0.2780262451171875, 0.27805184936523436, 0.2781255798339844, 0.27800167846679685, 0.278181884765625, 0.2779955139160156, 0.2780979309082031, 0.2779791259765625, 0.2781634521484375, 0.27801702880859375, 0.27805902099609375, 0.27803033447265624, 0.2780702819824219, 0.2781051025390625, 0.2779955139160156, 0.27840716552734374, 0.27825457763671874, 0.27805902099609375, 0.6008422241210938, 0.278034423828125, 0.27797402954101563, 0.2779924621582031, 0.27792486572265623, 0.27854949951171876, 0.27780300903320315, 0.27780300903320315, 0.27782962036132813, 0.27787673950195313, 0.27778866577148437, 0.2779053955078125, 0.27800677490234377, 0.27789926147460936, 0.2778347473144531, 0.2777978820800781, 0.2779156494140625, 0.27812353515625, 0.27781939697265623, 0.27812249755859375, 0.2779033508300781, 0.27796173095703125, 0.2778306579589844, 0.2780006408691406, 0.2777835388183594, 0.2780692443847656, 0.277818359375, 0.2778603515625, 0.27797503662109374, 0.27809588623046877, 0.27791360473632815, 0.27798016357421873, 0.27808050537109374, 0.2780610656738281, 0.27797708129882814, 0.2779371643066406, 0.27804672241210937, 0.27804672241210937, 0.2779084777832031, 0.2779504699707031, 0.2779473876953125, 0.27842559814453127, 0.27789825439453125, 0.27808050537109374, 0.27795660400390626, 0.2780354614257812, 0.27798016357421873, 0.2781337585449219, 0.278034423828125, 0.2782637939453125, 0.27796685791015624, 0.27807745361328123, 0.2779402160644531, 0.27826995849609376, 0.27799859619140627, 0.27812863159179685, 0.2779176940917969, 0.2780999755859375, 0.2779873352050781, 0.2780979309082031, 0.27799755859375, 0.27807949829101564, 0.2780159912109375, 0.5972192993164063, 0.2780426330566406, 0.27779583740234376, 0.2778480529785156, 0.2779473876953125, 0.2780057678222656, 0.2779320373535156, 0.2778316650390625, 0.2777558898925781, 0.27795559692382815, 0.2778880004882813, 0.27797607421875, 0.2779033508300781, 0.2783354797363281, 0.2778040466308594, 0.27798220825195313, 0.2778470458984375, 0.27807537841796875, 0.2782801818847656, 0.2779371643066406, 0.2779781188964844, 0.2780334167480469, 0.2780231628417969, 0.2780211181640625, 0.27808154296875, 0.2785587158203125, 0.2779914245605469, 0.27797607421875, 0.2779873352050781, 0.27805902099609375, 0.2780835876464844, 0.2781051025390625, 0.27797708129882814, 0.2781767578125, 0.27785830688476565, 0.277865478515625, 0.27793304443359373, 0.2779924621582031, 0.27794638061523436, 0.2780702819824219, 0.2779484558105469, 0.27794427490234375, 0.2778828735351562, 0.27815115356445314, 0.27796173095703125, 0.2780702819824219, 0.2779371643066406, 0.2781368408203125, 0.2780641174316406, 0.2786897888183594, 0.277907470703125, 0.27796685791015624, 0.2779893798828125, 0.2781440124511719, 0.2782853088378906, 0.27813479614257813, 0.2779914245605469, 0.27810302734375, 0.27808255004882815, 0.2780641174316406, 0.2779453430175781, 0.2784460754394531, 0.27808563232421873, 0.5973657836914062, 0.27796890258789064, 0.27786138916015624, 0.27774566650390625, 0.27787982177734377, 0.2779381713867187, 0.2778122253417969, 0.2779596862792969, 0.2777999267578125, 0.27791668701171873, 0.2776084594726563, 0.2777763977050781, 0.27786444091796875, 0.277960693359375, 0.2777794494628906, 0.2778050537109375, 0.27780914306640625, 0.27791873168945314, 0.2777989196777344, 0.278118408203125, 0.2779361267089844, 0.27799655151367186, 0.2777415771484375, 0.27795559692382815, 0.277928955078125, 0.27811328125, 0.2781317138671875, 0.27800473022460936, 0.278029296875, 0.2780559387207031, 0.27793408203125, 0.2779279479980469, 0.2780426330566406, 0.2780579833984375, 0.2779381713867187, 0.27791668701171873, 0.27802215576171874, 0.2780968933105469, 0.2780088195800781, 0.2779258728027344, 0.2781665344238281, 0.2780159912109375, 0.2779873352050781, 0.2779945068359375, 0.2779811706542969, 0.27802215576171874, 0.27794125366210937, 0.27793304443359373, 0.27801190185546876, 0.27817166137695315, 0.2779422607421875, 0.2779924621582031, 0.2779320373535156, 0.27813784790039064, 0.2779095153808594, 0.2779996032714844, 0.27801089477539065, 0.2781603698730469, 0.27780609130859374, 0.278012939453125, 0.27797402954101563, 0.2780262451171875, 0.27819622802734373, 0.5975726318359375, 0.2780139465332031, 0.2778470458984375, 0.27806719970703125, 0.27787161254882814, 0.27796890258789064, 0.2779207763671875, 0.2778746948242187, 0.27775079345703124, 0.27796273803710936, 0.27774053955078126, 0.27780096435546875, 0.27782861328125, 0.27800372314453126, 0.2778880004882813, 0.2778480529785156, 0.27787982177734377, 0.27799038696289063, 0.2778757019042969, 0.278012939453125, 0.27793304443359373, 0.2780631103515625, 0.27790234375, 0.2780334167480469, 0.27802520751953125, 0.2781419372558594, 0.27788595581054687, 0.27802725219726565, 0.27800677490234377, 0.2781614074707031, 0.2779781188964844, 0.2780211181640625, 0.27803237915039064, 0.2782033996582031, 0.27809381103515624, 0.2779648132324219, 0.27801702880859375, 0.27804568481445313, 0.27800372314453126, 0.2782637939453125, 0.27806002807617186, 0.27815936279296877, 0.27799655151367186, 0.2780784606933594, 0.2779934692382813, 0.2781634521484375, 0.27805389404296876, 0.2781481018066406, 0.2780784606933594, 0.27816754150390627, 0.278044677734375, 0.27812762451171874, 0.27803033447265624, 0.27824127197265625, 0.27803851318359374, 0.2779924621582031, 0.2779473876953125, 0.2782156677246094, 0.27799859619140627, 0.277923828125, 0.2781163635253906, 0.27806207275390626, 0.2780477294921875, 0.596780029296875, 0.27795660400390626, 0.27787673950195313, 0.27799655151367186, 0.27799655151367186, 0.2779637756347656, 0.27791256713867185, 0.2778070983886719, 0.2779002990722656, 0.2779228210449219, 0.27778561401367186, 0.2780426330566406, 0.27786956787109374, 0.2779729919433594, 0.2781552734375, 0.277907470703125, 0.27780096435546875, 0.2779596862792969, 0.2777630615234375, 0.27805184936523436, 0.27790643310546875, 0.2779781188964844, 0.27776614379882814, 0.2779596862792969, 0.27791256713867185, 0.2780692443847656, 0.2778828735351562, 0.2778746948242187, 0.27790234375, 0.27818801879882815, 0.2778746948242187, 0.2779228210449219, 0.2780006408691406, 0.27844403076171875, 0.27789108276367186, 0.27794638061523436, 0.2780211181640625, 0.27810714721679686, 0.27806515502929685, 0.2781481018066406, 0.2779986267089844, 0.27808969116210935, 0.2780999755859375, 0.27813479614257813, 0.2778173522949219, 0.2779811706542969, 0.277970947265625, 0.2781951904296875, 0.2780405883789063, 0.27821978759765625, 0.2779084777832031, 0.2779719543457031, 0.27793408203125, 0.27815936279296877, 0.2778623962402344, 0.27813479614257813, 0.2779402160644531, 0.27821261596679686, 0.27808154296875, 0.2780405883789063, 0.2779207763671875, 0.2780631103515625, 0.2781051025390625, 0.5984942016601562, 0.2780979309082031, 0.277855224609375, 0.27779483032226565, 0.27799038696289063, 0.278066162109375, 0.27786956787109374, 0.2779422607421875, 0.27826174926757813, 0.2779832458496094, 0.277796875, 0.27789413452148437, 0.27803955078125, 0.27804672241210937, 0.2779361267089844, 0.2780231628417969, 0.27792486572265623, 0.27805184936523436, 0.2779658203125, 0.2780712890625, 0.2781317138671875, 0.2780928039550781, 0.2779443054199219, 0.2780149841308594, 0.2779504699707031, 0.2780702819824219, 0.2779525146484375, 0.27796990966796875, 0.27806719970703125, 0.278034423828125, 0.2780405883789063, 0.278002685546875, 0.27802215576171874, 0.27820645141601563, 0.2779361267089844, 0.2779596862792969, 0.2780201110839844, 0.2780692443847656, 0.277960693359375, 0.2780354614257812, 0.2779791259765625, 0.2780498046875, 0.2780415954589844, 0.278066162109375, 0.27822695922851565, 0.2780313720703125, 0.27807232666015624, 0.27818701171875, 0.2780415954589844, 0.2782801818847656, 0.27808767700195314, 0.2781061096191406, 0.2780712890625, 0.278044677734375, 0.27798834228515623, 0.27814093017578123, 0.27845428466796873, 0.27822592163085935, 0.2780159912109375, 0.2780559387207031, 0.2779934692382813, 0.2782310485839844, 0.2781583251953125, 0.5990051879882813, 0.27789312744140626, 0.2778961791992188, 0.2781265869140625, 0.27796786499023435, 0.2780559387207031, 0.27769650268554685, 0.27773849487304686, 0.2780559387207031, 0.27800372314453126, 0.2776801147460938, 0.27787060546875, 0.27782144165039063, 0.27800473022460936, 0.27786444091796875, 0.2779299926757812, 0.2782156677246094, 0.27800167846679685, 0.2778316650390625, 0.27791668701171873, 0.2779422607421875, 0.2783897705078125, 0.2778204040527344, 0.2779105224609375, 0.27800372314453126, 0.2780231628417969, 0.277970947265625, 0.277939208984375, 0.27832012939453127, 0.2780641174316406, 0.27799755859375, 0.27813067626953125, 0.27803851318359374, 0.278150146484375, 0.27794638061523436, 0.2779176940917969, 0.27802215576171874, 0.2780631103515625, 0.27795455932617186, 0.27806207275390626, 0.2780682373046875, 0.27805490112304687, 0.2779576416015625, 0.2780088195800781, 0.277907470703125, 0.278139892578125, 0.27790130615234376, 0.27797607421875, 0.2780682373046875, 0.27826278686523437, 0.277939208984375, 0.27811431884765625, 0.2783999938964844, 0.27817166137695315, 0.2779648132324219, 0.27796685791015624, 0.27807537841796875, 0.27856692504882813, 0.27819827270507813, 0.2779945068359375, 0.278118408203125, 0.2781051025390625, 0.2781685791015625, 0.5997485961914063, 0.27802215576171874, 0.2779996032714844, 0.27782962036132813, 0.27801089477539065, 0.2780426330566406, 0.2778408813476563, 0.2778839111328125, 0.277833740234375, 0.27784600830078127, 0.27785726928710935, 0.27782962036132813, 0.2780631103515625, 0.27799038696289063, 0.2778828735351562, 0.27795147705078127, 0.2778327026367188, 0.27798016357421873, 0.2779279479980469, 0.2780078125, 0.2779719543457031, 0.2780078125, 0.2779309997558594, 0.278034423828125, 0.27794943237304687, 0.278086669921875, 0.277823486328125, 0.2779084777832031, 0.2780201110839844, 0.27817062377929686, 0.27802520751953125, 0.27811328125, 0.2780989379882812, 0.27811532592773436, 0.27788595581054687, 0.27801803588867186, 0.27810202026367187, 0.27812249755859375, 0.27801702880859375, 0.27796173095703125, 0.27799038696289063, 0.27811737060546876, 0.27811019897460937, 0.27808154296875, 0.2779719543457031, 0.2780282897949219, 0.2780211181640625, 0.278066162109375, 0.27813479614257813, 0.2783088684082031, 0.27800677490234377, 0.2780928039550781, 0.2781051025390625, 0.27819314575195314, 0.27791668701171873, 0.278002685546875, 0.27808255004882815, 0.27803955078125, 0.2780610656738281, 0.2780631103515625, 0.2780364685058594, 0.2781470642089844, 0.2780149841308594, 0.5994915771484375, 0.2779402160644531, 0.27785113525390626, 0.2778450012207031, 0.2779842529296875, 0.27790130615234376, 0.27784396362304686, 0.2778245239257813, 0.277923828125, 0.2779576416015625, 0.2778316650390625, 0.27778253173828127, 0.2778204040527344, 0.2779279479980469, 0.27787982177734377, 0.2778787841796875, 0.277796875, 0.277907470703125, 0.27791973876953124, 0.27798220825195313, 0.27790438842773435, 0.27808050537109374, 0.27791156005859374, 0.27804364013671873, 0.27786138916015624, 0.27808050537109374, 0.27792178344726565, 0.2780641174316406, 0.27806719970703125, 0.2780426330566406, 0.2778623962402344, 0.278029296875, 0.278066162109375, 0.2781890563964844, 0.27787982177734377, 0.27800677490234377, 0.2780415954589844, 0.2781695861816406, 0.2779719543457031, 0.2780477294921875, 0.27800985717773435, 0.2780211181640625, 0.2778736572265625, 0.27810714721679686, 0.27792486572265623, 0.27814093017578123, 0.2779535217285156, 0.2780579833984375, 0.2779596862792969, 0.2782637939453125, 0.27796786499023435, 0.27802215576171874, 0.2780498046875, 0.2780979309082031, 0.27786138916015624, 0.2779873352050781, 0.27800473022460936, 0.27812045288085935, 0.2780364685058594, 0.27805490112304687, 0.2780139465332031, 0.2782054443359375, 0.27814910888671873]",tokens/s,3.5386696235742376,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-180B,tiiuae/falcon-180B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-669478ef-31aa129424ca56b77c65ce78;a3846b7d-a33b-4f46-8633-776b79fcaaf7) 403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository.. Cannot access content at: https://huggingface.co/tiiuae/falcon-180B/resolve/main/config.json. If you are trying to create or update content,make sure you have a token with the `write` role. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1826, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 445, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like tiiuae/falcon-180B is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",gpt_neo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5086.445568,5956.435968,0.0,5309.988864,5047.4112,s,10,3.3951274108886715,0.33951274108886714,0.00038503905864011734,0.33945068359375,0.33990344848632814,0.34012059326171873,0.34029430908203123,"[0.33982321166992185, 0.3391507568359375, 0.33938748168945315, 0.33922314453125, 0.34033773803710937, 0.3395138854980469, 0.33896197509765624, 0.3398551940917969, 0.3395834045410156, 0.3392906188964844]",tokens/s,754.0217759692035,kWh,4.00638022908458e-06,2.1953130347537806e-06,1.9920034454532867e-05,2.6121727718371226e-05,tokens/kWh,9800270.593126083,MB,5086.445568,5956.435968,0.0,5309.988864,5098.333184,s,10,188.221390625,18.822139062500003,0.0011505271698466547,18.8222666015625,18.8231517578125,18.82387861328125,18.82446009765625,"[18.821546875, 18.82124609375, 18.822708984375, 18.82460546875, 18.822560546875, 18.82055859375, 18.8222265625, 18.822306640625, 18.820640625, 18.822990234375]",tokens/s,3.3471222261616944,kWh,0.00022222505159952025,0.00012179794381854662,0.0010774225934188715,0.0014214455888369383,tokens/kWh,44321.077426219425,,s,629,190.97790853881838,0.3036214762143376,0.0403576770019219,0.29874688720703124,0.2989168701171875,0.2990350280761719,0.6382961645507812,"[0.2991718444824219, 0.29857177734375, 0.2985912170410156, 0.2988011474609375, 0.29874789428710935, 0.2987694091796875, 0.29878680419921877, 0.29858917236328125, 0.29871923828125, 0.29875506591796874, 0.29862911987304686, 0.29869976806640625, 0.29868133544921877, 0.29870693969726564, 0.2988308410644531, 0.2986854248046875, 0.2986752014160156, 0.2989803466796875, 0.29859634399414064, 0.2987222900390625, 0.2987008056640625, 0.2986854248046875, 0.2986875, 0.2986332092285156, 0.2987663269042969, 0.29869259643554685, 0.2985953369140625, 0.29869976806640625, 0.298566650390625, 0.29867929077148436, 0.29865780639648437, 0.29856668090820315, 0.29851031494140623, 0.2987509765625, 0.2991912841796875, 0.2989486083984375, 0.29886465454101563, 0.2987008056640625, 0.29902334594726565, 0.2987386779785156, 0.29886257934570315, 0.29884622192382815, 0.29862298583984376, 0.2987376708984375, 0.29878475952148437, 0.2987100219726562, 0.2987274169921875, 0.29880218505859374, 0.2987960205078125, 0.29913088989257813, 0.2988216247558594, 0.29875405883789063, 0.2986885070800781, 0.29871206665039063, 0.2987673645019531, 0.29861785888671877, 0.29866598510742187, 0.2988287963867188, 0.2988287963867188, 0.29879705810546875, 0.2987857971191406, 0.2987950134277344, 0.6382120971679688, 0.29854412841796873, 0.2985953369140625, 0.2985646057128906, 0.29854104614257815, 0.298724365234375, 0.29859634399414064, 0.29881240844726564, 0.29854617309570314, 0.29873358154296875, 0.2988380126953125, 0.29890969848632815, 0.2988410949707031, 0.29858612060546874, 0.2986250305175781, 0.2987253723144531, 0.29870693969726564, 0.29874893188476564, 0.2987386779785156, 0.2988083190917969, 0.29867315673828126, 0.2986280822753906, 0.29873358154296875, 0.2987376708984375, 0.2986905517578125, 0.298777587890625, 0.29880523681640625, 0.29867828369140625, 0.2988226623535156, 0.2988072814941406, 0.2987427978515625, 0.29883905029296876, 0.29878680419921877, 0.2985922546386719, 0.29876837158203123, 0.29872332763671877, 0.29868646240234376, 0.2986690673828125, 0.2988482666015625, 0.29870181274414065, 0.29881857299804687, 0.29884518432617185, 0.2989219970703125, 0.2987427978515625, 0.2989219970703125, 0.2988748779296875, 0.2987110290527344, 0.29886566162109374, 0.2988779602050781, 0.29880523681640625, 0.29869464111328126, 0.298745849609375, 0.2987427978515625, 0.29859942626953123, 0.2986700744628906, 0.29881857299804687, 0.2987734985351562, 0.29879806518554686, 0.298703857421875, 0.2987110290527344, 0.298756103515625, 0.2991769714355469, 0.2987376708984375, 0.6383523559570312, 0.2986219482421875, 0.29856051635742187, 0.29854617309570314, 0.2987694091796875, 0.29871923828125, 0.298534912109375, 0.2986680297851563, 0.29889434814453125, 0.2986250305175781, 0.29877044677734377, 0.29878375244140626, 0.2986680297851563, 0.2991124572753906, 0.2987796630859375, 0.2987530212402344, 0.2987222900390625, 0.2987888488769531, 0.2988287963867188, 0.2987950134277344, 0.2988482666015625, 0.29875405883789063, 0.29862603759765627, 0.2985953369140625, 0.2988308410644531, 0.2987632751464844, 0.2986342468261719, 0.299082763671875, 0.2986588134765625, 0.2988001403808594, 0.29873358154296875, 0.29896295166015624, 0.29876123046875, 0.2986895446777344, 0.298682373046875, 0.2987694091796875, 0.29866494750976563, 0.298819580078125, 0.2986956787109375, 0.2985513000488281, 0.29881240844726564, 0.2988011474609375, 0.298814453125, 0.29863833618164065, 0.29881753540039063, 0.2988830871582031, 0.29885440063476565, 0.29881036376953124, 0.29866290283203123, 0.298682373046875, 0.29867315673828126, 0.29896395874023435, 0.29883700561523435, 0.2987694091796875, 0.2988328857421875, 0.29885748291015624, 0.2988564453125, 0.29895269775390626, 0.2987806701660156, 0.29891278076171873, 0.2988830871582031, 0.29890765380859374, 0.2989168701171875, 0.6389586181640625, 0.29872128295898437, 0.2986536865234375, 0.29879910278320315, 0.2986854248046875, 0.29872128295898437, 0.29872845458984376, 0.2987356262207031, 0.29869464111328126, 0.29878375244140626, 0.2991523742675781, 0.2986168212890625, 0.29872640991210936, 0.2986588134765625, 0.29912472534179685, 0.29872845458984376, 0.2986956787109375, 0.29874688720703124, 0.2986332092285156, 0.29874789428710935, 0.29879806518554686, 0.29864346313476564, 0.29869876098632814, 0.29862399291992187, 0.29865676879882813, 0.298787841796875, 0.2986106872558594, 0.29867724609375, 0.2988134460449219, 0.298756103515625, 0.29874072265625, 0.2988482666015625, 0.2986065979003906, 0.29880422973632814, 0.298756103515625, 0.2998691711425781, 0.2986905517578125, 0.298714111328125, 0.2987028503417969, 0.2987509765625, 0.2988083190917969, 0.2988206176757813, 0.2987182006835937, 0.298703857421875, 0.29875201416015623, 0.29893121337890627, 0.2988267517089844, 0.2989168701171875, 0.2986741638183594, 0.2989014892578125, 0.29890866088867185, 0.2989270935058594, 0.29876837158203123, 0.29879910278320315, 0.29877862548828127, 0.29884622192382815, 0.29892095947265623, 0.2989322204589844, 0.298756103515625, 0.2989404296875, 0.29872845458984376, 0.2988206176757813, 0.29878375244140626, 0.63944189453125, 0.29866494750976563, 0.29873458862304686, 0.29941351318359377, 0.2987222900390625, 0.2986700744628906, 0.298650634765625, 0.29863015747070315, 0.29849395751953123, 0.2986536865234375, 0.29863729858398436, 0.29870489501953124, 0.2986311950683594, 0.2986546936035156, 0.298714111328125, 0.298745849609375, 0.29884210205078127, 0.29883187866210936, 0.2987581481933594, 0.2987724914550781, 0.2988584899902344, 0.298640380859375, 0.2987530212402344, 0.29866598510742187, 0.2987734985351562, 0.2988441467285156, 0.29874993896484375, 0.2986393737792969, 0.2987663269042969, 0.2986833801269531, 0.29886053466796875, 0.29871206665039063, 0.29884622192382815, 0.2987632751464844, 0.2985902099609375, 0.29863116455078126, 0.29862911987304686, 0.29875506591796874, 0.2986752014160156, 0.2986854248046875, 0.29865472412109373, 0.298703857421875, 0.2987304992675781, 0.29888204956054687, 0.2987386779785156, 0.2986557312011719, 0.2988277893066406, 0.29886465454101563, 0.2989363098144531, 0.298903564453125, 0.2989363098144531, 0.2989404296875, 0.29923941040039065, 0.29895782470703125, 0.298714111328125, 0.2987028503417969, 0.2989168701171875, 0.2988216247558594, 0.29880935668945313, 0.29886465454101563, 0.29877658081054687, 0.2988164978027344, 0.29866598510742187, 0.6385172729492188, 0.2987161560058594, 0.29870181274414065, 0.29873458862304686, 0.2985277404785156, 0.29870181274414065, 0.29862399291992187, 0.2987222900390625, 0.29852978515625, 0.2984530029296875, 0.29863833618164065, 0.2985779113769531, 0.2986393737792969, 0.2987673645019531, 0.2987304992675781, 0.2987028503417969, 0.2987581481933594, 0.298576904296875, 0.2986188659667969, 0.29863116455078126, 0.29871307373046874, 0.2985830383300781, 0.29869259643554685, 0.29868441772460935, 0.29859634399414064, 0.29861785888671877, 0.2987222900390625, 0.2986536865234375, 0.2988011474609375, 0.2985912170410156, 0.2987427978515625, 0.29869259643554685, 0.2987960205078125, 0.2987673645019531, 0.2987694091796875, 0.29872946166992187, 0.29888204956054687, 0.29878475952148437, 0.2987581481933594, 0.29880422973632814, 0.2987530212402344, 0.29877044677734377, 0.298819580078125, 0.29879910278320315, 0.29877862548828127, 0.29886465454101563, 0.29878271484375, 0.29871923828125, 0.298576904296875, 0.2992762756347656, 0.29873663330078126, 0.2988359680175781, 0.29874688720703124, 0.29913394165039064, 0.2987376708984375, 0.29887387084960937, 0.29878988647460936, 0.29888101196289063, 0.29867724609375, 0.29872128295898437, 0.2988380126953125, 0.2989219970703125, 0.29882366943359373, 0.6379100341796875, 0.29849395751953123, 0.2987642822265625, 0.2986956787109375, 0.2986536865234375, 0.2986342468261719, 0.29868646240234376, 0.29869259643554685, 0.2986905517578125, 0.298967041015625, 0.2986536865234375, 0.2986956787109375, 0.29867111206054686, 0.2986670227050781, 0.29867724609375, 0.29880218505859374, 0.2986833801269531, 0.2987028503417969, 0.29863116455078126, 0.29869363403320315, 0.2986977233886719, 0.29881753540039063, 0.2988114013671875, 0.2987325439453125, 0.2990878601074219, 0.2988226623535156, 0.2988031921386719, 0.29867623901367185, 0.2988410949707031, 0.29869158935546875, 0.2987182006835937, 0.29871514892578127, 0.29878988647460936, 0.2987304992675781, 0.29869363403320315, 0.29874789428710935, 0.298756103515625, 0.2987591552734375, 0.2987161560058594, 0.29865676879882813, 0.29869876098632814, 0.29875711059570315, 0.2986875, 0.29886566162109374, 0.29875711059570315, 0.2986752014160156, 0.2987008056640625, 0.29882571411132813, 0.2986741638183594, 0.29876019287109373, 0.29889434814453125, 0.2987161560058594, 0.29932748413085936, 0.29880422973632814, 0.2988687438964844, 0.29856051635742187, 0.29914111328125, 0.29886566162109374, 0.29886566162109374, 0.298956787109375, 0.29882366943359373, 0.29876123046875, 0.29887387084960937, 0.6389237670898438, 0.2986998291015625, 0.29864031982421874, 0.2987253723144531, 0.2986250305175781, 0.2985779113769531, 0.2987386779785156, 0.2985850830078125, 0.29863629150390625, 0.29863729858398436, 0.29869158935546875, 0.29864141845703124, 0.2990602111816406, 0.2987724914550781, 0.2986608581542969, 0.2989906005859375, 0.2988503112792969, 0.29879705810546875, 0.29870489501953124, 0.298724365234375, 0.29857073974609377, 0.29866494750976563, 0.29862405395507813, 0.29871405029296877, 0.2985922546386719, 0.29864346313476564, 0.29879296875, 0.299109375, 0.2994646911621094, 0.2987386779785156, 0.29884722900390626, 0.29866598510742187, 0.29875711059570315, 0.2986332092285156, 0.29882571411132813, 0.2988114013671875, 0.29872332763671877, 0.2986680297851563, 0.2987653198242187, 0.29900082397460936, 0.2987509765625, 0.29862399291992187, 0.2986475524902344, 0.29878170776367186, 0.2986905517578125, 0.29885336303710935, 0.298756103515625, 0.29877044677734377, 0.2987724914550781, 0.29862911987304686, 0.2986526794433594, 0.298903564453125, 0.298745849609375, 0.29878988647460936, 0.2988226623535156, 0.2988164978027344, 0.2988072814941406, 0.29877862548828127, 0.29900390625, 0.29874072265625, 0.29883392333984377, 0.2988072814941406, 0.298956787109375, 0.6386237182617187, 0.29877658081054687, 0.2986854248046875, 0.29864651489257815, 0.2986045532226563, 0.2988031921386719, 0.2985267333984375, 0.2986618957519531, 0.29867315673828126, 0.29864651489257815, 0.29855230712890624, 0.29865472412109373, 0.2986639404296875, 0.2986680297851563, 0.2987386779785156, 0.2985472106933594, 0.2987100219726562, 0.2987182006835937, 0.2986219482421875, 0.29865164184570314, 0.29867724609375, 0.2986342468261719, 0.2985973815917969, 0.2986598510742188, 0.29906228637695315, 0.2986956787109375, 0.29896600341796875, 0.29861785888671877, 0.2990868530273437, 0.298724365234375, 0.2988769226074219, 0.2987591552734375, 0.29865164184570314, 0.298787841796875, 0.29884005737304686, 0.298682373046875, 0.29856768798828126, 0.2986956787109375, 0.29869158935546875, 0.2987182006835937, 0.2987448425292969, 0.2987745361328125, 0.2987950134277344, 0.29871923828125, 0.29873663330078126, 0.29879193115234376, 0.29870489501953124, 0.2987960205078125, 0.2988062744140625, 0.29881549072265623, 0.29877658081054687, 0.2988441467285156, 0.2987806701660156, 0.2988707885742187, 0.29862399291992187, 0.2986117248535156, 0.2987694091796875, 0.29873663330078126, 0.29883905029296876, 0.29911654663085935, 0.29874176025390625, 0.29878375244140626, 0.29891787719726565, 0.638328857421875, 0.2986250305175781, 0.2985748596191406, 0.29873663330078126, 0.29864346313476564, 0.29865472412109373, 0.29872845458984376, 0.2986977233886719, 0.29866598510742187, 0.29880935668945313, 0.29860147094726563, 0.29870693969726564, 0.29879193115234376, 0.2987386779785156, 0.29876019287109373, 0.2987950134277344, 0.29864141845703124, 0.29870693969726564, 0.29863629150390625, 0.29877044677734377, 0.29883905029296876, 0.29858917236328125, 0.2987734985351562, 0.29867623901367185, 0.29884518432617185, 0.2988001403808594, 0.298745849609375, 0.29894451904296876, 0.29879910278320315, 0.298703857421875, 0.29870489501953124, 0.29902334594726565, 0.2988717956542969, 0.298745849609375, 0.29904281616210937, 0.29879193115234376, 0.2988031921386719, 0.2987653198242187, 0.2987325439453125, 0.2988206176757813, 0.29881036376953124, 0.29879092407226565, 0.298650634765625, 0.29869158935546875, 0.29877862548828127, 0.29889739990234376, 0.29879705810546875, 0.29879193115234376, 0.29879296875, 0.29889022827148437, 0.29869876098632814, 0.2989056091308594, 0.2989189147949219, 0.2988441467285156, 0.29881857299804687, 0.29889022827148437, 0.29874789428710935, 0.29886257934570315, 0.2987694091796875, 0.298851318359375, 0.2988492736816406, 0.29875711059570315, 0.2988687438964844]",tokens/s,3.293574659040466,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-7b,google/recurrentgemma-7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947047-0c82fb53474febaa7d656895;22aae7c1-b42a-4aa6-adc6-5efa176f1ad1) Repository Not Found for url: https://huggingface.co/google/recurrentgemma-7b/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: google/recurrentgemma-7b is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",mixtral,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,t,t,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/t/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694756e-0a61a1fe6725d84b53ee3a9f;40dbe34f-d8bb-4fd0-8c3d-78986644059d) Repository Not Found for url: https://huggingface.co/t/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: t is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen-72B,Qwen/Qwen-72B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-30b,facebook/opt-30b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2_moe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1526.8864,2137.522176,0.0,1491.075072,1399.06304,s,10,0.659941696166992,0.06599416961669921,0.0002009894695032338,0.06605117034912109,0.06622748184204102,0.06625366020202637,0.06627460289001465,"[0.06627983856201172, 0.0658043212890625, 0.06607145690917969, 0.0660308837890625, 0.06610860443115234, 0.06608252716064453, 0.06571699523925781, 0.06563430023193359, 0.06622166442871094, 0.06599110412597656]",tokens/s,3879.1305578488796,kWh,7.759558013927791e-07,4.251884131151075e-07,3.670335180274883e-06,4.871479394782769e-06,tokens/kWh,52550771.388701655,MB,1526.8864,2137.522176,0.0,1491.075072,1469.707264,s,10,35.649066894531245,3.5649066894531245,0.0015752360454668898,3.5645303955078127,3.5659375732421874,3.5675891479492186,3.568910407714844,"[3.56924072265625, 3.564078125, 3.565108154296875, 3.564427978515625, 3.564656982421875, 3.5636982421875, 3.5645341796875, 3.564526611328125, 3.565570556640625, 3.563225341796875]",tokens/s,17.672271811878627,kWh,4.2089642847393776e-05,2.3067376976109076e-05,0.00020009888339052355,0.0002652559032140264,tokens/kWh,237506.4955638983,,s,629,36.185863166809085,0.057529194223861824,0.007851852086739577,0.05657702255249023,0.056651980590820314,0.05669662780761719,0.1224926431274414,"[0.05710335922241211, 0.057382911682128904, 0.05713715362548828, 0.057076736450195314, 0.05708697509765625, 0.05705625534057617, 0.05700710296630859, 0.057079807281494144, 0.05654425430297851, 0.05646950531005859, 0.05657088088989258, 0.05650124740600586, 0.0567275505065918, 0.056513534545898435, 0.05648588943481445, 0.05650022506713867, 0.056543231964111325, 0.05654425430297851, 0.05650841522216797, 0.05647564697265625, 0.05649612808227539, 0.05647769546508789, 0.056521728515625, 0.05647257614135742, 0.05653811264038086, 0.05651660919189453, 0.056545280456542966, 0.05654732894897461, 0.05653811264038086, 0.05653913497924805, 0.056559616088867185, 0.05657395172119141, 0.05663641738891602, 0.05663436889648438, 0.05656883239746094, 0.056546302795410154, 0.05653094482421875, 0.05654425430297851, 0.056632320404052736, 0.056594432830810545, 0.05660774230957031, 0.0565852165222168, 0.05654118347167969, 0.05654425430297851, 0.05667225646972656, 0.05666099166870117, 0.056630271911621094, 0.056578048706054686, 0.05661491012573242, 0.056561664581298826, 0.05659648132324219, 0.05660671997070312, 0.05661491012573242, 0.056592384338378904, 0.05661183929443359, 0.056562686920166014, 0.057025535583496094, 0.05662105560302735, 0.05665484619140625, 0.05661286544799805, 0.05663641738891602, 0.05659852981567383, 0.12251443481445312, 0.0564951057434082, 0.05647359848022461, 0.056471553802490235, 0.05650022506713867, 0.05652787017822265, 0.05654732894897461, 0.056474624633789064, 0.056497150421142575, 0.05647257614135742, 0.05650227355957031, 0.05648179244995117, 0.056476673126220706, 0.05648793411254883, 0.056531967163085936, 0.05653504180908203, 0.05660160064697266, 0.05698559951782227, 0.05651968002319336, 0.05651456069946289, 0.05652070236206055, 0.05656576156616211, 0.05655859375, 0.05655039978027344, 0.05648384094238281, 0.05650022506713867, 0.05648588943481445, 0.056594432830810545, 0.05655449676513672, 0.05661491012573242, 0.05657702255249023, 0.05655039978027344, 0.05657088088989258, 0.0565852165222168, 0.056531967163085936, 0.05654425430297851, 0.056576000213623044, 0.05657702255249023, 0.056562686920166014, 0.056578048706054686, 0.05657088088989258, 0.05662515258789062, 0.0566036491394043, 0.05662617492675781, 0.05662617492675781, 0.05664255905151367, 0.05654118347167969, 0.056548351287841796, 0.05661798477172852, 0.056651775360107424, 0.056635391235351565, 0.05660774230957031, 0.05661183929443359, 0.05659545516967773, 0.05659545516967773, 0.05664767837524414, 0.056632320404052736, 0.05663334274291992, 0.056605697631835934, 0.056638465881347654, 0.056632320404052736, 0.056699905395507816, 0.05662822341918945, 0.12280831909179687, 0.05649407958984375, 0.05655244827270508, 0.05668659210205078, 0.05653606414794922, 0.05646233749389649, 0.0564951057434082, 0.05652787017822265, 0.05652684783935547, 0.05653708648681641, 0.05652070236206055, 0.05653094482421875, 0.0564951057434082, 0.05652377700805664, 0.05652070236206055, 0.056546302795410154, 0.05649919891357422, 0.056525825500488285, 0.05654732894897461, 0.056513534545898435, 0.056531967163085936, 0.056509441375732425, 0.05665280151367187, 0.056521728515625, 0.05655039978027344, 0.056627201080322265, 0.05652684783935547, 0.05657190322875977, 0.056531967163085936, 0.05656371307373047, 0.05659852981567383, 0.056610816955566405, 0.05656883239746094, 0.05656371307373047, 0.05653606414794922, 0.05657190322875977, 0.05658316802978516, 0.056594432830810545, 0.056592384338378904, 0.05657907104492187, 0.056613887786865234, 0.05660979080200195, 0.05659033584594726, 0.05693952178955078, 0.056615936279296876, 0.056586238861083986, 0.056615936279296876, 0.056610816955566405, 0.05667839813232422, 0.05659033584594726, 0.05665894317626953, 0.05695590209960937, 0.05670604705810547, 0.05663641738891602, 0.05661183929443359, 0.0566640625, 0.05667225646972656, 0.05662412643432617, 0.056605697631835934, 0.056610816955566405, 0.05660671997070312, 0.05658931350708008, 0.056594432830810545, 0.12274483489990234, 0.05649919891357422, 0.05647052764892578, 0.05647257614135742, 0.056509441375732425, 0.056551422119140625, 0.05651046371459961, 0.05650534439086914, 0.05649817657470703, 0.05653094482421875, 0.056543231964111325, 0.05653913497924805, 0.05655756759643555, 0.05650431823730469, 0.056525825500488285, 0.056559616088867185, 0.056513534545898435, 0.05657395172119141, 0.05655449676513672, 0.056602622985839846, 0.05654118347167969, 0.05651968002319336, 0.05654118347167969, 0.056529918670654294, 0.05649407958984375, 0.05658316802978516, 0.05654937744140625, 0.056600574493408204, 0.056546302795410154, 0.05666918563842773, 0.05660979080200195, 0.05655551910400391, 0.056545280456542966, 0.05660774230957031, 0.05660671997070312, 0.05659852981567383, 0.056543231964111325, 0.05655654525756836, 0.05658726501464844, 0.056613887786865234, 0.05660979080200195, 0.05663129425048828, 0.05657292938232422, 0.05660671997070312, 0.05658931350708008, 0.05667942428588867, 0.056605697631835934, 0.05662822341918945, 0.056610816955566405, 0.056597503662109375, 0.056736766815185545, 0.05661798477172852, 0.05661798477172852, 0.056619007110595705, 0.056630271911621094, 0.056662017822265626, 0.05660467147827149, 0.056637439727783206, 0.05662003326416016, 0.056629249572753906, 0.05664153671264648, 0.05659340667724609, 0.0565852165222168, 0.1228584976196289, 0.05653606414794922, 0.05654937744140625, 0.056443904876708986, 0.05647769546508789, 0.05648281478881836, 0.05648691177368164, 0.05652684783935547, 0.05651968002319336, 0.05648691177368164, 0.05650636672973633, 0.05650841522216797, 0.05648179244995117, 0.05648896026611328, 0.05650431823730469, 0.056569854736328126, 0.05652070236206055, 0.056643585205078124, 0.056576000213623044, 0.0565401611328125, 0.05655347061157227, 0.05651046371459961, 0.056559616088867185, 0.05659852981567383, 0.05655347061157227, 0.05658316802978516, 0.056551422119140625, 0.056586238861083986, 0.05666099166870117, 0.05662412643432617, 0.05654937744140625, 0.05655449676513672, 0.05657395172119141, 0.056594432830810545, 0.05659852981567383, 0.05657907104492187, 0.05658009719848633, 0.05652479934692383, 0.05655756759643555, 0.05659545516967773, 0.05657395172119141, 0.05663641738891602, 0.056627201080322265, 0.05662105560302735, 0.056581119537353515, 0.05659340667724609, 0.05655347061157227, 0.05659648132324219, 0.05656883239746094, 0.05661289596557617, 0.05665993499755859, 0.05711155319213867, 0.05669171142578125, 0.05657497787475586, 0.056594432830810545, 0.05662515258789062, 0.056600574493408204, 0.05661286544799805, 0.05659340667724609, 0.056615936279296876, 0.056602622985839846, 0.056630271911621094, 0.05663641738891602, 0.12289945220947265, 0.056513534545898435, 0.05648179244995117, 0.056436737060546874, 0.05647872161865235, 0.056463359832763675, 0.05660671997070312, 0.05653094482421875, 0.05649919891357422, 0.05647872161865235, 0.05649203109741211, 0.05646233749389649, 0.056455169677734375, 0.05646438217163086, 0.05650636672973633, 0.05652377700805664, 0.05650431823730469, 0.05650124740600586, 0.05653299331665039, 0.05649203109741211, 0.05651148986816406, 0.05656576156616211, 0.056493057250976565, 0.05648998260498047, 0.05652377700805664, 0.05655756759643555, 0.05652275085449219, 0.05655347061157227, 0.05657088088989258, 0.05656576156616211, 0.056562686920166014, 0.05652070236206055, 0.05652889633178711, 0.0565667839050293, 0.056610816955566405, 0.05654937744140625, 0.057030654907226565, 0.056602622985839846, 0.056599552154541016, 0.05658931350708008, 0.056578048706054686, 0.05659852981567383, 0.056597503662109375, 0.05659852981567383, 0.05659033584594726, 0.056599552154541016, 0.05662105560302735, 0.05656883239746094, 0.05658828735351563, 0.056602622985839846, 0.05664255905151367, 0.05662003326416016, 0.056627201080322265, 0.05659852981567383, 0.05659648132324219, 0.05662003326416016, 0.056597503662109375, 0.05661491012573242, 0.05664255905151367, 0.056643585205078124, 0.05667737579345703, 0.05662515258789062, 0.056615936279296876, 0.12243660736083985, 0.05650227355957031, 0.05647257614135742, 0.056406017303466796, 0.05651763153076172, 0.05650640106201172, 0.05654012680053711, 0.05651763153076172, 0.05647564697265625, 0.05649407958984375, 0.05653504180908203, 0.05650534439086914, 0.05652479934692383, 0.05652889633178711, 0.05665488052368164, 0.05660156631469727, 0.05653094482421875, 0.056497150421142575, 0.056525825500488285, 0.05648998260498047, 0.056581119537353515, 0.05656371307373047, 0.05656371307373047, 0.056562686920166014, 0.05652479934692383, 0.05657702255249023, 0.05657907104492187, 0.056551422119140625, 0.05661798477172852, 0.056630271911621094, 0.05657497787475586, 0.05658931350708008, 0.056619007110595705, 0.05655347061157227, 0.05661286544799805, 0.05662105560302735, 0.05659545516967773, 0.05660160064697266, 0.056605697631835934, 0.05661286544799805, 0.05662515258789062, 0.05664153671264648, 0.05660774230957031, 0.05659648132324219, 0.05658828735351563, 0.05659033584594726, 0.0566036491394043, 0.05663948822021484, 0.056597503662109375, 0.05667532730102539, 0.05661286544799805, 0.05659135818481445, 0.056622081756591794, 0.056630271911621094, 0.05660979080200195, 0.05665382385253906, 0.056622081756591794, 0.05660876846313476, 0.056599552154541016, 0.056637439727783206, 0.056629249572753906, 0.05667225646972656, 0.056629249572753906, 0.12234751892089844, 0.056559616088867185, 0.05652479934692383, 0.05654425430297851, 0.056480766296386715, 0.05650739288330078, 0.05649612808227539, 0.056509441375732425, 0.05650636672973633, 0.05648896026611328, 0.05651763153076172, 0.05648691177368164, 0.05660160064697266, 0.056529918670654294, 0.056529918670654294, 0.05655449676513672, 0.05648998260498047, 0.05651251220703125, 0.05655756759643555, 0.05652684783935547, 0.05647257614135742, 0.05652377700805664, 0.05650636672973633, 0.05653913497924805, 0.05650841522216797, 0.056576000213623044, 0.05654937744140625, 0.056592384338378904, 0.056839168548583986, 0.05664255905151367, 0.05660467147827149, 0.05658726501464844, 0.056584190368652344, 0.056581119537353515, 0.05657088088989258, 0.05662003326416016, 0.056615936279296876, 0.05656883239746094, 0.056576000213623044, 0.056605697631835934, 0.056548351287841796, 0.05665792083740234, 0.05656883239746094, 0.05658828735351563, 0.056559616088867185, 0.05659340667724609, 0.05662105560302735, 0.05661286544799805, 0.05658828735351563, 0.05660467147827149, 0.05662003326416016, 0.056646656036376954, 0.05665894317626953, 0.056622081756591794, 0.056629249572753906, 0.05677772903442383, 0.056622081756591794, 0.05660979080200195, 0.056592384338378904, 0.05662515258789062, 0.05662822341918945, 0.05665894317626953, 0.05662310409545898, 0.1229271011352539, 0.05648793411254883, 0.05648179244995117, 0.05648691177368164, 0.05651456069946289, 0.05653606414794922, 0.05650739288330078, 0.05643264007568359, 0.05649203109741211, 0.05651968002319336, 0.056548351287841796, 0.05651046371459961, 0.05653401565551758, 0.05653811264038086, 0.056529918670654294, 0.056531967163085936, 0.05652787017822265, 0.056545280456542966, 0.05652889633178711, 0.056529918670654294, 0.05652479934692383, 0.05666304016113281, 0.05654732894897461, 0.05653299331665039, 0.056531967163085936, 0.05657702255249023, 0.05657907104492187, 0.05662003326416016, 0.056578048706054686, 0.05659033584594726, 0.0566743049621582, 0.05657907104492187, 0.05655654525756836, 0.05661798477172852, 0.056578048706054686, 0.05662105560302735, 0.05661286544799805, 0.056562686920166014, 0.056578048706054686, 0.05666611099243164, 0.056599552154541016, 0.056638465881347654, 0.05662003326416016, 0.056635391235351565, 0.056610816955566405, 0.056637439727783206, 0.056615936279296876, 0.0566824951171875, 0.056627201080322265, 0.05664972686767578, 0.056610816955566405, 0.05665280151367187, 0.05667839813232422, 0.056569854736328126, 0.05688422393798828, 0.05665792083740234, 0.05659033584594726, 0.056635391235351565, 0.05662822341918945, 0.056627201080322265, 0.05660467147827149, 0.056630271911621094, 0.05722009658813477, 0.12270591735839843, 0.05648998260498047, 0.056458240509033204, 0.05644287872314453, 0.05660160064697266, 0.056515583038330076, 0.05656371307373047, 0.056463359832763675, 0.05647974395751953, 0.05647974395751953, 0.05647359848022461, 0.05644800186157226, 0.05648486328125, 0.05650841522216797, 0.056543231964111325, 0.056513534545898435, 0.056753150939941405, 0.05645721435546875, 0.05651148986816406, 0.056471553802490235, 0.0565401611328125, 0.05651456069946289, 0.05652377700805664, 0.05650124740600586, 0.05648486328125, 0.05657190322875977, 0.056576000213623044, 0.05657497787475586, 0.05656371307373047, 0.05660671997070312, 0.05655859375, 0.05653913497924805, 0.05655449676513672, 0.05649817657470703, 0.056619007110595705, 0.056551422119140625, 0.056584190368652344, 0.056531967163085936, 0.0565667839050293, 0.05654118347167969, 0.05656063842773437, 0.056578048706054686, 0.05664972686767578, 0.056594432830810545, 0.056562686920166014, 0.05655347061157227, 0.056551422119140625, 0.056645633697509766, 0.056622081756591794, 0.056635391235351565, 0.05661286544799805, 0.05658726501464844, 0.05657702255249023, 0.05655654525756836, 0.05657702255249023, 0.05666918563842773, 0.05664255905151367, 0.05660979080200195, 0.05660671997070312, 0.05664051055908203, 0.05659545516967773, 0.05664051055908203, 0.056627201080322265]",tokens/s,17.382478817776008,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1623.769088,2137.522176,0.0,1491.075072,1399.06304,s,10,0.6589943084716796,0.06589943084716796,0.0002366863210962868,0.06581828689575195,0.06600596160888672,0.06629961929321289,0.06653454544067382,"[0.06659327697753906, 0.0658095703125, 0.06584464263916015, 0.065795166015625, 0.06585945892333984, 0.0658135986328125, 0.06594070434570312, 0.06575936126708984, 0.06582297515869141, 0.06575555419921875]",tokens/s,3884.7072988188283,kWh,7.764475949016619e-07,4.254567697096397e-07,3.650460436706114e-06,4.852364801317415e-06,tokens/kWh,52757781.09891823,MB,1623.769088,2137.522176,0.0,1491.075072,1469.707264,s,10,35.67575854492188,3.567575854492188,0.002101593442923111,3.567168701171875,3.5697328369140626,3.571204675292969,3.572382145996094,"[3.572676513671875, 3.566867431640625, 3.56825830078125, 3.5648564453125, 3.565337890625, 3.567093017578125, 3.5674814453125, 3.567244384765625, 3.56940576171875, 3.566537353515625]",tokens/s,17.65904988976541,kWh,4.211866843295686e-05,2.3083237544549985e-05,0.00019953978544868682,0.0002647416914261937,tokens/kWh,237967.80801925008,,s,629,36.21119694137571,0.057569470495032964,0.007842764186600721,0.05660979080200195,0.05670850524902344,0.056877671813964845,0.12260138732910156,"[0.05722316741943359, 0.05719347381591797, 0.05725183868408203, 0.05713510513305664, 0.057175041198730465, 0.057175041198730465, 0.057055233001708984, 0.057199615478515625, 0.05665075302124024, 0.05651865768432617, 0.056559616088867185, 0.056509441375732425, 0.05661798477172852, 0.05655654525756836, 0.056581119537353515, 0.05657395172119141, 0.05655654525756836, 0.05653401565551758, 0.05654118347167969, 0.05655449676513672, 0.0566036491394043, 0.056559616088867185, 0.05659545516967773, 0.056559616088867185, 0.05663948822021484, 0.056592384338378904, 0.056599552154541016, 0.05659545516967773, 0.05667020797729492, 0.05659135818481445, 0.056600574493408204, 0.05657907104492187, 0.05662003326416016, 0.056671230316162106, 0.056632320404052736, 0.05656371307373047, 0.05666918563842773, 0.05657702255249023, 0.05667839813232422, 0.05661491012573242, 0.05671321487426758, 0.056959999084472655, 0.05671321487426758, 0.05658828735351563, 0.05668659210205078, 0.056638465881347654, 0.05668044662475586, 0.05664460754394531, 0.05665075302124024, 0.056630271911621094, 0.05665894317626953, 0.05664767837524414, 0.05669375991821289, 0.056683521270751956, 0.05671321487426758, 0.05671628952026367, 0.0566927375793457, 0.05666099166870117, 0.05665075302124024, 0.056646656036376954, 0.05670195388793945, 0.05665792083740234, 0.12261170959472656, 0.056513534545898435, 0.056569854736328126, 0.05650431823730469, 0.05653708648681641, 0.05701836776733398, 0.056548351287841796, 0.05655449676513672, 0.05655756759643555, 0.056515583038330076, 0.05655756759643555, 0.05653913497924805, 0.05655449676513672, 0.05654937744140625, 0.05654732894897461, 0.05653811264038086, 0.056651775360107424, 0.05657395172119141, 0.05657702255249023, 0.056562686920166014, 0.05659545516967773, 0.05658316802978516, 0.056602622985839846, 0.05651968002319336, 0.05658009719848633, 0.0565667839050293, 0.056594432830810545, 0.05666918563842773, 0.056667137145996097, 0.05662822341918945, 0.05662003326416016, 0.05653811264038086, 0.05655654525756836, 0.056578048706054686, 0.056600574493408204, 0.056546302795410154, 0.05659340667724609, 0.056622081756591794, 0.05664153671264648, 0.05659648132324219, 0.05660876846313476, 0.056668159484863284, 0.05664767837524414, 0.05660876846313476, 0.056600574493408204, 0.05667225646972656, 0.056643585205078124, 0.05667942428588867, 0.056635391235351565, 0.056632320404052736, 0.05661798477172852, 0.056600574493408204, 0.05664460754394531, 0.056645633697509766, 0.05662617492675781, 0.056651775360107424, 0.05662515258789062, 0.05664767837524414, 0.057009151458740234, 0.056667137145996097, 0.05670604705810547, 0.05669580841064453, 0.05667020797729492, 0.12276121520996094, 0.05655756759643555, 0.05658931350708008, 0.0565401611328125, 0.05652275085449219, 0.056619007110595705, 0.05653094482421875, 0.05652479934692383, 0.05652889633178711, 0.056564735412597655, 0.05655039978027344, 0.05653504180908203, 0.05653606414794922, 0.056543231964111325, 0.056531967163085936, 0.056834049224853515, 0.05655449676513672, 0.05657702255249023, 0.05656063842773437, 0.05690675354003906, 0.05660979080200195, 0.05661286544799805, 0.056592384338378904, 0.056615936279296876, 0.056545280456542966, 0.05663334274291992, 0.05659545516967773, 0.056605697631835934, 0.056584190368652344, 0.056597503662109375, 0.05657702255249023, 0.056627201080322265, 0.056627201080322265, 0.056676353454589844, 0.05664153671264648, 0.05660979080200195, 0.05660876846313476, 0.05665792083740234, 0.05661286544799805, 0.05669683074951172, 0.056630271911621094, 0.056684543609619144, 0.056619007110595705, 0.05664153671264648, 0.05661491012573242, 0.05667225646972656, 0.056627201080322265, 0.05675212860107422, 0.056699905395507816, 0.056699905395507816, 0.05666611099243164, 0.05671014404296875, 0.056622081756591794, 0.05667839813232422, 0.05658726501464844, 0.05668966293334961, 0.05665894317626953, 0.05673779296875, 0.056616958618164064, 0.0566640625, 0.056615936279296876, 0.0573306884765625, 0.05673574447631836, 0.12261580657958984, 0.05654425430297851, 0.05654220962524414, 0.05645619201660156, 0.05647052764892578, 0.05652070236206055, 0.056515583038330076, 0.05653299331665039, 0.05649919891357422, 0.056509441375732425, 0.056564735412597655, 0.05652275085449219, 0.05648896026611328, 0.05646233749389649, 0.05691494369506836, 0.056576000213623044, 0.0565401611328125, 0.056509441375732425, 0.05658828735351563, 0.056491008758544924, 0.056531967163085936, 0.056521728515625, 0.05653606414794922, 0.05655756759643555, 0.05649919891357422, 0.05654220962524414, 0.056779777526855466, 0.05661798477172852, 0.056545280456542966, 0.05655244827270508, 0.056586238861083986, 0.05657497787475586, 0.05655347061157227, 0.05656371307373047, 0.056569854736328126, 0.05652889633178711, 0.05654732894897461, 0.056584190368652344, 0.056622081756591794, 0.056616958618164064, 0.056592384338378904, 0.05660467147827149, 0.05659340667724609, 0.05658726501464844, 0.05659340667724609, 0.056637439727783206, 0.056576000213623044, 0.05660671997070312, 0.056635391235351565, 0.0565852165222168, 0.056632320404052736, 0.05666304016113281, 0.056619007110595705, 0.0566640625, 0.05668966293334961, 0.05666099166870117, 0.05662310409545898, 0.056622081756591794, 0.05661286544799805, 0.056635391235351565, 0.0566558723449707, 0.0566558723449707, 0.05664051055908203, 0.12263935852050781, 0.05659033584594726, 0.05652889633178711, 0.05650841522216797, 0.056569854736328126, 0.05648384094238281, 0.05655859375, 0.056741886138916016, 0.05651456069946289, 0.05655244827270508, 0.05653094482421875, 0.05651660919189453, 0.05652377700805664, 0.05650841522216797, 0.05652889633178711, 0.056513534545898435, 0.05650636672973633, 0.05648179244995117, 0.056543231964111325, 0.05652787017822265, 0.056525825500488285, 0.056525825500488285, 0.05656576156616211, 0.05655244827270508, 0.05651865768432617, 0.05657292938232422, 0.05654425430297851, 0.05655859375, 0.05657190322875977, 0.05658214569091797, 0.056648704528808595, 0.056578048706054686, 0.05659033584594726, 0.056600574493408204, 0.056576000213623044, 0.05655654525756836, 0.05656883239746094, 0.056576000213623044, 0.05658726501464844, 0.056699905395507816, 0.05662310409545898, 0.05660467147827149, 0.056578048706054686, 0.05658726501464844, 0.05658009719848633, 0.0565852165222168, 0.056605697631835934, 0.05665792083740234, 0.057076736450195314, 0.056646656036376954, 0.05661183929443359, 0.05662105560302735, 0.056632320404052736, 0.056616958618164064, 0.05667839813232422, 0.056667137145996097, 0.05662515258789062, 0.05665075302124024, 0.056605697631835934, 0.05665792083740234, 0.05669375991821289, 0.05661183929443359, 0.05664972686767578, 0.12256153869628907, 0.05656883239746094, 0.05650841522216797, 0.056987648010253904, 0.05662822341918945, 0.05655347061157227, 0.05647974395751953, 0.05652377700805664, 0.05654732894897461, 0.05652070236206055, 0.05653811264038086, 0.05652275085449219, 0.05650022506713867, 0.05654732894897461, 0.05656883239746094, 0.05659135818481445, 0.056592384338378904, 0.05653299331665039, 0.05651763153076172, 0.05655654525756836, 0.05658316802978516, 0.05694259262084961, 0.056578048706054686, 0.056525825500488285, 0.05648486328125, 0.05662003326416016, 0.05657907104492187, 0.05657395172119141, 0.05660160064697266, 0.05656883239746094, 0.05654425430297851, 0.05669375991821289, 0.056646656036376954, 0.056637439727783206, 0.0565852165222168, 0.0565401611328125, 0.05661183929443359, 0.056622081756591794, 0.056615936279296876, 0.056632320404052736, 0.05659852981567383, 0.05660876846313476, 0.05655449676513672, 0.05662515258789062, 0.05663129425048828, 0.05667532730102539, 0.057235454559326174, 0.05663334274291992, 0.05660467147827149, 0.05663948822021484, 0.056683521270751956, 0.056700927734375, 0.05664153671264648, 0.056648704528808595, 0.05662105560302735, 0.05673267364501953, 0.05664767837524414, 0.05671526336669922, 0.056643585205078124, 0.05662515258789062, 0.05662105560302735, 0.056619007110595705, 0.05669375991821289, 0.12279193878173827, 0.056586238861083986, 0.05655551910400391, 0.05648793411254883, 0.0565032958984375, 0.05652377700805664, 0.05655039978027344, 0.05653811264038086, 0.05653094482421875, 0.05650636672973633, 0.05651763153076172, 0.056662017822265626, 0.05660876846313476, 0.056586238861083986, 0.05655244827270508, 0.05656371307373047, 0.05657907104492187, 0.056613887786865234, 0.05662822341918945, 0.056581119537353515, 0.05656576156616211, 0.05653811264038086, 0.05653299331665039, 0.056648704528808595, 0.056615936279296876, 0.05669887924194336, 0.056605697631835934, 0.05658214569091797, 0.056602622985839846, 0.056651775360107424, 0.05669068908691406, 0.05664460754394531, 0.05656371307373047, 0.056599552154541016, 0.05661286544799805, 0.05665382385253906, 0.056667137145996097, 0.056684543609619144, 0.05664255905151367, 0.056610816955566405, 0.056559616088867185, 0.05664460754394531, 0.05667020797729492, 0.05670809555053711, 0.056632320404052736, 0.05664767837524414, 0.05659545516967773, 0.056683521270751956, 0.05671219253540039, 0.056774654388427735, 0.05669683074951172, 0.056659969329833984, 0.056613887786865234, 0.05670502471923828, 0.05670809555053711, 0.056700927734375, 0.0566558723449707, 0.05667532730102539, 0.05667942428588867, 0.056681472778320315, 0.056741886138916016, 0.05672345733642578, 0.0566927375793457, 0.12257484436035156, 0.05655859375, 0.056561664581298826, 0.05650431823730469, 0.05651148986816406, 0.05650022506713867, 0.05659340667724609, 0.05648281478881836, 0.05653401565551758, 0.056529918670654294, 0.05654732894897461, 0.05655244827270508, 0.05660671997070312, 0.05651660919189453, 0.056529918670654294, 0.05657190322875977, 0.056545280456542966, 0.05655039978027344, 0.05658828735351563, 0.056569854736328126, 0.056586238861083986, 0.05662003326416016, 0.056578048706054686, 0.056564735412597655, 0.056545280456542966, 0.0565667839050293, 0.056592384338378904, 0.05659033584594726, 0.05658726501464844, 0.05661183929443359, 0.05659648132324219, 0.05660979080200195, 0.057041919708251954, 0.05660774230957031, 0.056613887786865234, 0.05654732894897461, 0.05660876846313476, 0.056576000213623044, 0.05658828735351563, 0.056567806243896485, 0.05663334274291992, 0.05661183929443359, 0.056659969329833984, 0.05664972686767578, 0.05667839813232422, 0.05664972686767578, 0.056615936279296876, 0.05663436889648438, 0.05669683074951172, 0.0567193603515625, 0.0566824951171875, 0.056700927734375, 0.056787967681884766, 0.05669068908691406, 0.056627201080322265, 0.05661286544799805, 0.056645633697509766, 0.05715558242797852, 0.056683521270751956, 0.05677875137329102, 0.05669887924194336, 0.05665792083740234, 0.05665484619140625, 0.12265267181396484, 0.056562686920166014, 0.056602622985839846, 0.05697228622436523, 0.056576000213623044, 0.05657088088989258, 0.05662515258789062, 0.056586238861083986, 0.05654937744140625, 0.056529918670654294, 0.056509441375732425, 0.05659852981567383, 0.056635391235351565, 0.056619007110595705, 0.05662105560302735, 0.0566036491394043, 0.056581119537353515, 0.05658316802978516, 0.05664460754394531, 0.05659033584594726, 0.05655347061157227, 0.056551422119140625, 0.05658828735351563, 0.05662412643432617, 0.05662105560302735, 0.056665088653564455, 0.05663334274291992, 0.0566558723449707, 0.05658828735351563, 0.05664153671264648, 0.056662017822265626, 0.05677568054199219, 0.05664051055908203, 0.056615936279296876, 0.05659340667724609, 0.05662515258789062, 0.0566743049621582, 0.0569169921875, 0.05676851272583008, 0.05665792083740234, 0.0565667839050293, 0.05667839813232422, 0.056700927734375, 0.0566558723449707, 0.056646656036376954, 0.05665894317626953, 0.05665280151367187, 0.056699905395507816, 0.056774654388427735, 0.05667942428588867, 0.056665088653564455, 0.056684543609619144, 0.056605697631835934, 0.056717311859130856, 0.05668659210205078, 0.0567275505065918, 0.05671526336669922, 0.05668659210205078, 0.05657702255249023, 0.056941566467285154, 0.056750080108642575, 0.056717311859130856, 0.056703998565673826, 0.12270796966552734, 0.056584190368652344, 0.056531967163085936, 0.05655039978027344, 0.05650022506713867, 0.05655859375, 0.056525825500488285, 0.05650636672973633, 0.0565667839050293, 0.05654425430297851, 0.0565667839050293, 0.056521728515625, 0.0566036491394043, 0.05648384094238281, 0.05657395172119141, 0.05658316802978516, 0.0565667839050293, 0.05656063842773437, 0.056613887786865234, 0.0565667839050293, 0.05657292938232422, 0.056597503662109375, 0.056602622985839846, 0.056562686920166014, 0.056551422119140625, 0.056567806243896485, 0.056599552154541016, 0.056643585205078124, 0.05663334274291992, 0.05660876846313476, 0.056592384338378904, 0.056543231964111325, 0.05657497787475586, 0.05668864059448242, 0.05665280151367187, 0.05662105560302735, 0.056622081756591794, 0.05660876846313476, 0.05661798477172852, 0.05658214569091797, 0.05662617492675781, 0.0566640625, 0.05669887924194336, 0.05661798477172852, 0.05665894317626953, 0.05666918563842773, 0.056643585205078124, 0.05663641738891602, 0.05666918563842773, 0.056616958618164064, 0.05662105560302735, 0.056605697631835934, 0.0567275505065918, 0.056629249572753906, 0.05668556976318359, 0.05666304016113281, 0.05667327880859375, 0.05671116638183594, 0.05666099166870117, 0.056629249572753906, 0.05672652816772461, 0.056668159484863284, 0.05666611099243164]",tokens/s,17.370317833412745,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,x,x,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/x/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694769b-5b9368ce67b20af20e631398;4c90301c-280a-4d82-99df-7ddd8ac3f743) Repository Not Found for url: https://huggingface.co/x/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: x is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-34B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,4660.158464,21498.42944,0.0,20851.982336,20236.60032,s,10,15.67305651855469,1.5673056518554689,0.002935213598468352,1.5664246826171875,1.5689432861328125,1.5722443481445312,1.5748851977539062,"[1.5660777587890624, 1.5652294921875, 1.5653187255859375, 1.56764404296875, 1.5667716064453125, 1.565794677734375, 1.568209716796875, 1.5673927001953125, 1.57554541015625, 1.5650723876953125]",tokens/s,163.3376359594774,kWh,1.8488901803890867e-05,1.0131977631626796e-05,9.191171241820228e-05,0.00012053259185371994,tokens/kWh,2123906.8708543596,MB,4660.158464,21498.42944,0.0,20851.982336,20339.706368,s,10,881.3746874999999,88.13746875000001,0.00269603704029487,88.13719531250001,88.13986015625,88.141726953125,88.14322039062499,"[88.1357109375, 88.1359765625, 88.13715625, 88.137234375, 88.1394453125, 88.1378203125, 88.1392890625, 88.1333984375, 88.14359375, 88.1350625]",tokens/s,0.7147924814893211,kWh,0.001040502367599143,0.0005702873234177241,0.005180215005279792,0.006791004696296659,tokens/kWh,9276.97782838463,,s,629,894.0823742675777,1.4214346172775487,0.18625247039114828,1.3989376220703125,1.3992808349609374,1.3994753662109376,2.9653164257812503,"[1.39905224609375, 1.3987666015625, 1.3988515625, 1.3986263427734376, 1.398855712890625, 1.3987164306640625, 1.3989693603515625, 1.39875537109375, 1.3986160888671875, 1.3986785888671875, 1.3988690185546875, 1.39879833984375, 1.398836181640625, 1.3988291015625, 1.398834228515625, 1.39947412109375, 1.3986580810546876, 1.398688720703125, 1.398931396484375, 1.3984696044921876, 1.398876220703125, 1.398803466796875, 1.399109619140625, 1.3990972900390626, 1.3988321533203125, 1.3986181640625, 1.398677490234375, 1.3991065673828125, 1.3987225341796874, 1.39873486328125, 1.398603759765625, 1.3990164794921875, 1.398830078125, 1.3991229248046875, 1.3992918701171875, 1.4000015869140625, 1.3992899169921875, 1.3990687255859375, 1.3990062255859375, 1.399046142578125, 1.3990379638671875, 1.3989140625, 1.3989693603515625, 1.398824951171875, 1.3988116455078126, 1.3989478759765626, 1.3991649169921876, 1.3989530029296875, 1.399182373046875, 1.3990277099609374, 1.399468017578125, 1.399045166015625, 1.3990164794921875, 1.3987860107421874, 1.399066650390625, 1.3993809814453124, 1.3991322021484376, 1.399140380859375, 1.3991536865234375, 1.3990225830078125, 1.3993870849609376, 1.3994906005859375, 2.964931640625, 1.3986201171875, 1.3987666015625, 1.39865087890625, 1.3985853271484374, 1.398708251953125, 1.39879833984375, 1.398951904296875, 1.398729736328125, 1.399015380859375, 1.3991639404296874, 1.39902978515625, 1.3989161376953125, 1.3987215576171874, 1.3987850341796875, 1.3988013916015625, 1.3988004150390625, 1.3990830078125, 1.3986212158203124, 1.3988321533203125, 1.398856689453125, 1.3988372802734375, 1.398662109375, 1.3987337646484375, 1.398878173828125, 1.39877783203125, 1.398846435546875, 1.398877197265625, 1.4004705810546876, 1.3986488037109375, 1.399041015625, 1.398792236328125, 1.3986795654296875, 1.398814697265625, 1.3986632080078125, 1.398877197265625, 1.399088134765625, 1.398846435546875, 1.398697998046875, 1.398998046875, 1.398794189453125, 1.3989376220703125, 1.3990277099609374, 1.398767578125, 1.398866943359375, 1.398981689453125, 1.4009364013671874, 1.39877587890625, 1.399131103515625, 1.3991177978515625, 1.3994281005859375, 1.399003173828125, 1.398744140625, 1.3990062255859375, 1.398962158203125, 1.3992396240234375, 1.3992283935546874, 1.3991383056640625, 1.3989990234375, 1.39947314453125, 1.399541748046875, 1.3994761962890625, 1.39911474609375, 2.96489990234375, 1.3986221923828126, 1.3986396484375, 1.3987462158203126, 1.398728759765625, 1.3984818115234374, 1.3987225341796874, 1.3987666015625, 1.3989918212890624, 1.3991875, 1.398984619140625, 1.399055419921875, 1.39894482421875, 1.3992437744140624, 1.3988853759765625, 1.3988741455078124, 1.3987921142578126, 1.3989744873046874, 1.4005791015625, 1.3989959716796876, 1.3986417236328126, 1.39873583984375, 1.3984593505859375, 1.3988751220703124, 1.398887451171875, 1.3985894775390626, 1.3989530029296875, 1.3985628662109375, 1.398551513671875, 1.398708251953125, 1.3987327880859375, 1.3988291015625, 1.3988648681640625, 1.3988126220703125, 1.3988331298828125, 1.3991240234375, 1.3989898681640625, 1.3990860595703125, 1.3987808837890625, 1.3990594482421874, 1.3988106689453126, 1.398973388671875, 1.401247802734375, 1.398792236328125, 1.3992130126953124, 1.399266357421875, 1.3992427978515625, 1.399146484375, 1.398971435546875, 1.398993896484375, 1.3989744873046874, 1.3990277099609374, 1.3990123291015626, 1.3992764892578125, 1.39936767578125, 1.39896826171875, 1.399108642578125, 1.3990491943359376, 1.399204833984375, 1.3993646240234374, 1.399277587890625, 1.399076904296875, 1.39888330078125, 2.967499755859375, 1.3984256591796875, 1.3987880859375, 1.3985330810546874, 1.39865087890625, 1.3985106201171875, 1.3986744384765626, 1.3990687255859375, 1.398646728515625, 1.3988494873046875, 1.3989488525390625, 1.3988157958984375, 1.4003507080078126, 1.3992181396484376, 1.3986282958984375, 1.3989796142578126, 1.3991424560546875, 1.3989110107421876, 1.39889453125, 1.398781982421875, 1.398676513671875, 1.39867236328125, 1.3985843505859374, 1.3988526611328125, 1.398802490234375, 1.3987880859375, 1.3986365966796874, 1.398794189453125, 1.3989488525390625, 1.3988382568359374, 1.398718505859375, 1.3987451171875, 1.3987327880859375, 1.398834228515625, 1.3988956298828126, 1.3989713134765625, 1.3988956298828126, 1.3992642822265624, 1.398856689453125, 1.399077880859375, 1.39888232421875, 1.39892529296875, 1.3987440185546876, 1.3989969482421876, 1.4024007568359376, 1.399172119140625, 1.3992745361328125, 1.3992008056640626, 1.3990318603515626, 1.398909912109375, 1.3992008056640626, 1.3993646240234374, 1.39901953125, 1.399173095703125, 1.3989775390625, 1.399046142578125, 1.399246826171875, 1.3991126708984376, 1.399083984375, 1.399047119140625, 1.3991341552734375, 1.399214111328125, 1.3988863525390625, 2.96650537109375, 1.3986048583984374, 1.3984266357421875, 1.39875537109375, 1.3986641845703125, 1.398703125, 1.3987225341796874, 1.39884130859375, 1.3988424072265624, 1.398752197265625, 1.398993896484375, 1.399047119140625, 1.3987225341796874, 1.39919775390625, 1.3986856689453124, 1.399119873046875, 1.3985965576171875, 1.400858642578125, 1.398835205078125, 1.3988424072265624, 1.3985096435546875, 1.3990072021484374, 1.3985545654296876, 1.3986754150390626, 1.3990328369140625, 1.3986468505859375, 1.3989324951171875, 1.3988331298828125, 1.3989283447265626, 1.398687744140625, 1.39865087890625, 1.3986221923828126, 1.3990799560546876, 1.3989017333984375, 1.39886083984375, 1.39890283203125, 1.39919873046875, 1.3989652099609375, 1.39868359375, 1.398814697265625, 1.3989857177734375, 1.3991802978515624, 1.3991793212890624, 1.3992017822265626, 1.398865966796875, 1.39908203125, 1.39892529296875, 1.399057373046875, 1.3991065673828125, 1.39901953125, 1.4028165283203125, 1.399258056640625, 1.39905029296875, 1.399616455078125, 1.3996502685546874, 1.399204833984375, 1.399150634765625, 1.399098388671875, 1.3990655517578126, 1.3990645751953126, 1.3991474609375, 1.3992633056640624, 1.39909423828125, 2.965466064453125, 1.398435791015625, 1.3989212646484375, 1.3987410888671874, 1.398793212890625, 1.398793212890625, 1.3986417236328126, 1.398877197265625, 1.398681640625, 1.398823974609375, 1.398592529296875, 1.398836181640625, 1.3988443603515626, 1.398813720703125, 1.398644775390625, 1.398635498046875, 1.3989150390625, 1.3987430419921876, 1.399067626953125, 1.399125, 1.398625244140625, 1.3987430419921876, 1.3987952880859376, 1.3990604248046874, 1.398804443359375, 1.3987532958984374, 1.39879736328125, 1.3987962646484375, 1.398583251953125, 1.398846435546875, 1.398750244140625, 1.3987994384765625, 1.3991485595703126, 1.3989007568359375, 1.3991126708984376, 1.3992816162109376, 1.3991004638671876, 1.3990328369140625, 1.4033602294921874, 1.398982666015625, 1.3990400390625, 1.3989600830078126, 1.3988065185546874, 1.3990594482421874, 1.398823974609375, 1.3988914794921874, 1.398825927734375, 1.3992816162109376, 1.3990482177734376, 1.3992335205078126, 1.3989591064453124, 1.399271484375, 1.3991065673828125, 1.399330810546875, 1.398982666015625, 1.3989150390625, 1.39902978515625, 1.3993175048828126, 1.399251953125, 1.3993543701171876, 1.399087158203125, 1.399087158203125, 1.39928271484375, 2.967877685546875, 1.399, 1.3988577880859374, 1.398720458984375, 1.3989058837890624, 1.3989591064453124, 1.398603759765625, 1.398509521484375, 1.3988433837890626, 1.398835205078125, 1.398892578125, 1.3990687255859375, 1.3989376220703125, 1.3988812255859375, 1.3986109619140625, 1.398836181640625, 1.3987666015625, 1.3988116455078126, 1.398899658203125, 1.398931396484375, 1.3985228271484376, 1.398972412109375, 1.3989959716796876, 1.3989703369140625, 1.3989365234375, 1.3988116455078126, 1.398856689453125, 1.39875537109375, 1.3987542724609374, 1.398794189453125, 1.3987860107421874, 1.3986048583984374, 1.3989365234375, 1.398892578125, 1.3988424072265624, 1.398866943359375, 1.4031943359375, 1.399446533203125, 1.3989171142578125, 1.3989058837890624, 1.39900927734375, 1.3987225341796874, 1.399125, 1.39943115234375, 1.3992969970703124, 1.398981689453125, 1.399066650390625, 1.39924169921875, 1.39911474609375, 1.3990235595703124, 1.3991434326171874, 1.3992274169921874, 1.398771728515625, 1.3991884765625, 1.3990921630859374, 1.3990921630859374, 1.3991424560546875, 1.399141357421875, 1.399182373046875, 1.399150634765625, 1.399173095703125, 1.3995130615234375, 1.3992161865234376, 2.966830078125, 1.39867236328125, 1.3989918212890624, 1.3987451171875, 1.399013427734375, 1.3989908447265624, 1.3986611328125, 1.3989530029296875, 1.3987686767578125, 1.3985955810546875, 1.3984910888671875, 1.398908935546875, 1.3986058349609376, 1.3991700439453125, 1.3991044921875, 1.3990963134765626, 1.398783935546875, 1.3988414306640624, 1.39865087890625, 1.398973388671875, 1.398529052734375, 1.398624267578125, 1.3986068115234376, 1.39877783203125, 1.3988494873046875, 1.398686767578125, 1.3989161376953125, 1.3988074951171876, 1.398720458984375, 1.3985545654296876, 1.398549560546875, 1.398677490234375, 1.399013427734375, 1.3988321533203125, 1.3990225830078125, 1.3991875, 1.399309326171875, 1.3990697021484375, 1.3987850341796875, 1.3989110107421876, 1.3988515625, 1.39879833984375, 1.3990164794921875, 1.3991669921875, 1.3989970703125, 1.398814697265625, 1.3990440673828124, 1.3993902587890625, 1.39905029296875, 1.3986529541015624, 1.399108642578125, 1.3995069580078126, 1.3990020751953125, 1.3991290283203126, 1.399109619140625, 1.3991793212890624, 1.3990748291015624, 1.3990533447265625, 1.399342041015625, 1.3992509765625, 1.3991875, 1.3994813232421874, 1.3992847900390626, 2.975549560546875, 1.3990369873046875, 1.398686767578125, 1.3988699951171875, 1.3988116455078126, 1.398876220703125, 1.398803466796875, 1.398488037109375, 1.398929443359375, 1.398972412109375, 1.398601806640625, 1.3989036865234374, 1.3985341796875, 1.398978515625, 1.398749267578125, 1.398830078125, 1.3989969482421876, 1.398941650390625, 1.3987880859375, 1.398920166015625, 1.3986058349609376, 1.3989754638671874, 1.3987789306640626, 1.3987738037109374, 1.398740966796875, 1.39875537109375, 1.398782958984375, 1.398865966796875, 1.3988935546875, 1.3988218994140624, 1.39879931640625, 1.398435791015625, 1.39890283203125, 1.39907275390625, 1.3990400390625, 1.39919970703125, 1.3989857177734375, 1.39919873046875, 1.399015380859375, 1.3991219482421875, 1.3990953369140624, 1.3992161865234376, 1.39879736328125, 1.399045166015625, 1.3990635986328126, 1.3989110107421876, 1.3989007568359375, 1.3991126708984376, 1.3991710205078125, 1.3991290283203126, 1.3995233154296876, 1.399393310546875, 1.4048031005859376, 1.3995601806640625, 1.39926318359375, 1.399203857421875, 1.399208984375, 1.3992806396484374, 1.3992008056640626, 1.3996329345703125, 1.399182373046875, 1.3990205078125, 1.399141357421875, 2.966223876953125, 1.398709228515625, 1.399329833984375, 1.3987266845703126, 1.398455322265625, 1.398873046875, 1.39873583984375, 1.39871533203125, 1.39875537109375, 1.3985904541015626, 1.398762451171875, 1.398834228515625, 1.3986702880859374, 1.3991434326171874, 1.3988095703125, 1.3991116943359374, 1.398962158203125, 1.3986590576171876, 1.398698974609375, 1.398835205078125, 1.39871435546875, 1.3988116455078126, 1.398834228515625, 1.398676513671875, 1.3988095703125, 1.398972412109375, 1.399234619140625, 1.3989007568359375, 1.3986314697265625, 1.3986949462890625, 1.398951904296875, 1.3991597900390624, 1.3991392822265625, 1.3987696533203124, 1.3990225830078125, 1.398940673828125, 1.3991015625, 1.3990347900390625, 1.39875634765625, 1.3991424560546875, 1.3989007568359375, 1.3987020263671874, 1.3989140625, 1.399394287109375, 1.3992960205078124, 1.3988515625, 1.3991485595703126, 1.399234619140625, 1.398983642578125, 1.3988310546875, 1.3990318603515626, 1.3990963134765626, 1.3992110595703124, 1.399140380859375, 1.3990972900390626, 1.39926123046875, 1.3992274169921874, 1.3991915283203125, 1.3993380126953125, 1.3993133544921874, 1.3990963134765626, 1.399372802734375, 1.3989632568359376]",tokens/s,0.7035145956380915,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1497.329664,9146.20416,0.0,8499.757056,8169.824768,s,10,5.2854417724609375,0.5285441772460938,0.0006446495085222194,0.5282495727539063,0.5294708862304688,0.5296554565429688,0.5298031127929688,"[0.5279576416015626, 0.5282540893554688, 0.5282450561523437, 0.5281935424804688, 0.5282430419921875, 0.5278215942382812, 0.5282979125976562, 0.5291589965820312, 0.5298400268554687, 0.5294298706054688]",tokens/s,484.34929570854894,kWh,6.232401571775738e-06,3.414827483806891e-06,3.279882740862754e-05,4.244605646421017e-05,tokens/kWh,6031184.551051404,MB,1497.329664,9146.20416,0.0,8499.757056,8433.36704,s,10,300.65105273437496,30.065105273437506,0.0015250465886239143,30.0651484375,30.0668033203125,30.06711357421875,30.067361777343752,"[30.065294921875, 30.06352734375, 30.066208984375, 30.067423828125, 30.066734375, 30.066568359375, 30.064208984375, 30.065001953125, 30.062955078125, 30.06312890625]",tokens/s,2.0954524997343165,kWh,0.0003549587235429831,0.00019454751398867776,0.0018556700722541764,0.002405176309785837,tokens/kWh,26193.505957827136,,s,629,304.9318174438474,0.4847882630267848,0.0627812824027759,0.4772341613769531,0.47756102905273434,0.4776542602539063,1.0053354272460937,"[0.47683685302734374, 0.47657470703125, 0.4771676025390625, 0.47672012329101565, 0.4769669189453125, 0.4767426452636719, 0.4770406494140625, 0.47682565307617186, 0.47709075927734373, 0.4769024047851563, 0.476558349609375, 0.47677850341796874, 0.47740109252929686, 0.4769177551269531, 0.4767621154785156, 0.47713690185546875, 0.4768757629394531, 0.4772392883300781, 0.47701708984375, 0.47734375, 0.4771625061035156, 0.47711334228515623, 0.4771112976074219, 0.47703448486328126, 0.4771184692382813, 0.47713995361328126, 0.4770989990234375, 0.4770416564941406, 0.4771041259765625, 0.47725772094726565, 0.47751885986328124, 0.4772792358398438, 0.477073486328125, 0.4775443725585938, 0.4773447570800781, 0.4773212280273437, 0.4777021484375, 0.4772731018066406, 0.4775700988769531, 0.4773283081054687, 0.4773724060058594, 0.4772731018066406, 0.47728536987304687, 0.47742669677734373, 0.4772945861816406, 0.47731301879882815, 0.47750143432617187, 0.47727102661132814, 0.4775342712402344, 0.4774829406738281, 0.47757208251953126, 0.47787008666992187, 0.4774778747558594, 0.4774819946289062, 0.4775751647949219, 0.477601806640625, 0.4774942626953125, 0.4774748229980469, 0.4774062194824219, 0.4776304626464844, 0.47735296630859375, 0.47749530029296877, 1.0053140258789062, 0.47690753173828127, 0.47678567504882813, 0.4769454040527344, 0.4769658813476563, 0.4767293395996094, 0.4771829833984375, 0.477095947265625, 0.47673037719726563, 0.4770150451660156, 0.47678155517578125, 0.47678668212890624, 0.47706829833984377, 0.4770478210449219, 0.4768931884765625, 0.47695462036132813, 0.4772454528808594, 0.4770078735351562, 0.47691162109375, 0.47714202880859374, 0.47711538696289063, 0.47687066650390625, 0.47706829833984377, 0.47689419555664064, 0.4772024230957031, 0.47698226928710935, 0.4770293884277344, 0.47745639038085935, 0.4771481628417969, 0.4770160522460937, 0.4770672607421875, 0.4771727294921875, 0.4771625061035156, 0.4770652160644531, 0.477127685546875, 0.477154296875, 0.47719219970703125, 0.4773171081542969, 0.47721267700195313, 0.4773355407714844, 0.47736627197265624, 0.4774256591796875, 0.47735910034179685, 0.47731301879882815, 0.4776069030761719, 0.4771112976074219, 0.47713790893554686, 0.4776960144042969, 0.47767041015625, 0.4774481811523438, 0.4775946350097656, 0.4774400024414063, 0.4774942626953125, 0.47755877685546877, 0.47755877685546877, 0.477306884765625, 0.47737139892578123, 0.47743179321289064, 0.4779315185546875, 0.47763455200195315, 0.47747686767578124, 0.47741748046875, 0.47733248901367187, 1.005549560546875, 0.4769105834960938, 0.47673342895507814, 0.47697714233398436, 0.47672320556640624, 0.4772792358398438, 0.4768901062011719, 0.4769658813476563, 0.4767406005859375, 0.476916748046875, 0.4768143310546875, 0.4767508544921875, 0.4770089111328125, 0.47711538696289063, 0.4769454040527344, 0.4772567138671875, 0.47710720825195313, 0.47695361328125, 0.47706625366210936, 0.4770775146484375, 0.47697100830078126, 0.4770293884277344, 0.4770099182128906, 0.47697613525390625, 0.47715533447265623, 0.4771154479980469, 0.4771440124511719, 0.47715737915039064, 0.4770918273925781, 0.47711334228515623, 0.47712460327148437, 0.4771358642578125, 0.4773836669921875, 0.4774615173339844, 0.47731097412109375, 0.47726898193359374, 0.47777996826171876, 0.47745126342773436, 0.4772945861816406, 0.4774420471191406, 0.477390869140625, 0.47731402587890626, 0.4773868103027344, 0.477476806640625, 0.4773887939453125, 0.4772997131347656, 0.4774051818847656, 0.4774481811523438, 0.47745126342773436, 0.477486083984375, 0.4777205810546875, 0.47763763427734374, 0.47750762939453123, 0.4776734313964844, 0.47743795776367187, 0.4775126953125, 0.4775516052246094, 0.4776662902832031, 0.477549560546875, 0.4777001037597656, 0.47738885498046874, 0.4773743896484375, 0.47752090454101564, 1.00544921875, 0.47714508056640625, 0.47692083740234376, 0.4769925231933594, 0.4769310607910156, 0.4769853515625, 0.47676416015625, 0.4770611267089844, 0.4769566650390625, 0.47682562255859373, 0.47690133666992185, 0.4769085388183594, 0.47707955932617185, 0.4767877197265625, 0.47700894165039065, 0.4771214904785156, 0.47731915283203125, 0.4770621337890625, 0.47694131469726564, 0.477085693359375, 0.4772669372558594, 0.4771143798828125, 0.4772710571289063, 0.4770447082519531, 0.47722906494140627, 0.47701300048828127, 0.47708370971679687, 0.47711532592773437, 0.477137939453125, 0.4771624755859375, 0.47712460327148437, 0.47721881103515623, 0.47734579467773436, 0.47731201171875, 0.4773212280273437, 0.47729562377929685, 0.477412353515625, 0.47781170654296873, 0.477444091796875, 0.4774205322265625, 0.47724850463867186, 0.4774420471191406, 0.47726702880859373, 0.4772432861328125, 0.47730279541015624, 0.477275146484375, 0.4774604797363281, 0.4774696960449219, 0.47741644287109375, 0.47755673217773437, 0.47742977905273437, 0.4775526123046875, 0.477528076171875, 0.4775577697753906, 0.4775055236816406, 0.4776007690429688, 0.477728759765625, 0.4776007690429688, 0.4779212951660156, 0.47758746337890623, 0.4775935974121094, 0.4775157775878906, 0.47748403930664063, 1.00534375, 0.476943359375, 0.47670477294921876, 0.4769935302734375, 0.4768511962890625, 0.4770068359375, 0.47684197998046873, 0.47707955932617185, 0.4770693054199219, 0.4769986572265625, 0.47692901611328126, 0.47696282958984376, 0.4769351806640625, 0.4770611267089844, 0.4770150451660156, 0.4771952819824219, 0.4770528869628906, 0.4770621337890625, 0.47718194580078127, 0.4769863586425781, 0.47718194580078127, 0.47714202880859374, 0.47708877563476565, 0.4769658813476563, 0.4773078918457031, 0.47718502807617186, 0.4770068359375, 0.4770693054199219, 0.4770723876953125, 0.47714303588867185, 0.476938232421875, 0.4773673095703125, 0.47740835571289064, 0.47712554931640627, 0.47730996704101564, 0.47721881103515623, 0.4776612548828125, 0.47751263427734375, 0.47732427978515624, 0.47743896484375, 0.4773273620605469, 0.47757003784179686, 0.4772618103027344, 0.47727001953125, 0.4773939208984375, 0.47716351318359373, 0.4776069030761719, 0.47748403930664063, 0.4774307861328125, 0.47738162231445314, 0.4778209228515625, 0.4773498840332031, 0.47753421020507814, 0.4773990478515625, 0.47770111083984373, 0.477601806640625, 0.4774195556640625, 0.47763043212890627, 0.4775659484863281, 0.4776990661621094, 0.477591552734375, 0.4775608215332031, 0.47756185913085936, 1.0050734252929687, 0.4772167663574219, 0.4769310607910156, 0.4770611267089844, 0.4768614501953125, 0.47694744873046874, 0.47705908203125, 0.4770007019042969, 0.47692083740234376, 0.47692388916015627, 0.47682254028320314, 0.47689419555664064, 0.47687271118164065, 0.4768143310546875, 0.47697100830078126, 0.4770017395019531, 0.4771604614257812, 0.47704986572265623, 0.4771041259765625, 0.47710720825195313, 0.4769996948242187, 0.47711642456054687, 0.47752703857421874, 0.4769587097167969, 0.47713690185546875, 0.4771031188964844, 0.47722802734375, 0.4772812805175781, 0.47721267700195313, 0.47708673095703125, 0.4770846862792969, 0.4771266479492188, 0.477328369140625, 0.4772731018066406, 0.47719219970703125, 0.4772587585449219, 0.4772864074707031, 0.47740826416015625, 0.4774799499511719, 0.4775045166015625, 0.47755572509765626, 0.4773468017578125, 0.4774553527832031, 0.4775157775878906, 0.47747378540039065, 0.4778567810058594, 0.47739596557617187, 0.47745843505859376, 0.477380615234375, 0.47744821166992185, 0.47733551025390625, 0.47745126342773436, 0.4774143981933594, 0.4777257080078125, 0.4774993896484375, 0.4775045166015625, 0.47739801025390627, 0.47747891235351564, 0.47762637329101565, 0.47759768676757813, 0.4774471740722656, 0.477296630859375, 0.47741030883789065, 1.0058731689453124, 0.4769228820800781, 0.4770928649902344, 0.4768552856445312, 0.47677337646484375, 0.47689215087890624, 0.4769505310058594, 0.47702731323242187, 0.4769402770996094, 0.47688909912109373, 0.47735601806640626, 0.4768369140625, 0.4770968933105469, 0.47691571044921877, 0.47688088989257815, 0.4769095764160156, 0.47681842041015626, 0.4767457275390625, 0.476611572265625, 0.4770672607421875, 0.477127685546875, 0.4772945861816406, 0.4769515380859375, 0.4768071594238281, 0.4769669189453125, 0.47696896362304686, 0.47708261108398436, 0.47703143310546875, 0.47703860473632814, 0.4769351806640625, 0.47709695434570315, 0.4774411010742188, 0.4772228393554688, 0.47720037841796875, 0.4773519287109375, 0.477412353515625, 0.4773294067382812, 0.47741644287109375, 0.47728436279296876, 0.47711538696289063, 0.4773673095703125, 0.47734066772460937, 0.47728536987304687, 0.4773550109863281, 0.47750860595703126, 0.4773826599121094, 0.4775679931640625, 0.4774481811523438, 0.477549560546875, 0.4776181640625, 0.47747174072265625, 0.47742974853515624, 0.477591552734375, 0.47771749877929687, 0.47754034423828123, 0.4774891662597656, 0.47750042724609376, 0.47762432861328125, 0.47733966064453126, 0.4774819946289062, 0.4774471740722656, 0.47740109252929686, 0.47749221801757813, 1.0063687744140626, 0.4768931884765625, 0.47673651123046873, 0.4768983154296875, 0.4768460693359375, 0.47686041259765627, 0.4768931884765625, 0.4769986572265625, 0.47702731323242187, 0.4767846374511719, 0.47694949340820314, 0.47694644165039063, 0.47691879272460935, 0.4767928466796875, 0.47683889770507815, 0.47713690185546875, 0.4771891174316406, 0.47699148559570315, 0.4770406494140625, 0.476990478515625, 0.47714407348632815, 0.47704986572265623, 0.47713790893554686, 0.4770365295410156, 0.47719833374023435, 0.4771389465332031, 0.47727410888671873, 0.4772587585449219, 0.47705908203125, 0.4772525939941406, 0.4771481628417969, 0.4772444152832031, 0.4776437683105469, 0.4771092529296875, 0.4772341613769531, 0.47715533447265623, 0.47719937133789064, 0.47733349609375, 0.47736013793945314, 0.47734271240234377, 0.4773847045898437, 0.4773693542480469, 0.4774051818847656, 0.4774328308105469, 0.47723724365234377, 0.4773550109863281, 0.477264892578125, 0.47744512939453126, 0.4775096435546875, 0.4773775329589844, 0.47749530029296877, 0.4774881286621094, 0.47744308471679686, 0.4777994384765625, 0.4774246520996094, 0.4775055236816406, 0.47762432861328125, 0.477581298828125, 0.477517822265625, 0.4776079406738281, 0.4775239562988281, 0.477444091796875, 0.4775045166015625, 1.007056884765625, 0.4770007019042969, 0.476874755859375, 0.4770785217285156, 0.47673037719726563, 0.4769505310058594, 0.47685836791992187, 0.4769146728515625, 0.477011962890625, 0.4768931884765625, 0.47716455078125, 0.4768563232421875, 0.47671194458007815, 0.4770365295410156, 0.47700479125976564, 0.47695770263671877, 0.4770652160644531, 0.47712460327148437, 0.47708877563476565, 0.47708978271484376, 0.4772833251953125, 0.4771256408691406, 0.4770785217285156, 0.47706008911132813, 0.47708261108398436, 0.47708978271484376, 0.47691366577148436, 0.4769853515625, 0.4769874267578125, 0.4769197692871094, 0.4771194763183594, 0.4774359130859375, 0.47709695434570315, 0.4771051635742187, 0.47715838623046875, 0.477169677734375, 0.47731610107421873, 0.47749221801757813, 0.47734375, 0.47738162231445314, 0.4771676025390625, 0.477264892578125, 0.4772894592285156, 0.4771871337890625, 0.47735601806640626, 0.4773180847167969, 0.47733145141601563, 0.4774461364746094, 0.4773550109863281, 0.4775751647949219, 0.4774256591796875, 0.4774051818847656, 0.47742669677734373, 0.47748095703125, 0.47749838256835936, 0.4774277038574219, 0.4773468017578125, 0.4773468017578125, 0.4775157775878906, 0.47749838256835936, 0.47747891235351564, 0.47745639038085935, 0.4776785888671875, 1.0067466430664063, 0.47698944091796874, 0.4768686218261719, 0.47677850341796874, 0.47696383666992187, 0.47689114379882813, 0.4769044494628906, 0.47694744873046874, 0.47685018920898437, 0.4769177551269531, 0.4767488098144531, 0.4767569885253906, 0.47684402465820314, 0.4769669189453125, 0.47689013671875, 0.4773662414550781, 0.47712466430664063, 0.4774132995605469, 0.47692388916015627, 0.47709390258789064, 0.47721267700195313, 0.4770559997558594, 0.4768962707519531, 0.47689215087890624, 0.4770693054199219, 0.47722906494140627, 0.4771328125, 0.47712255859375, 0.47715737915039064, 0.4771676025390625, 0.4771307373046875, 0.4772567138671875, 0.4770723876953125, 0.47716455078125, 0.47716555786132814, 0.4772362365722656, 0.47711642456054687, 0.477365234375, 0.4775157775878906, 0.4772413330078125, 0.4772812805175781, 0.47717172241210937, 0.47720654296875, 0.4773253173828125, 0.477402099609375, 0.47734375, 0.47735504150390623, 0.4771911315917969, 0.47752294921875, 0.47743692016601563, 0.47745126342773436, 0.477549560546875, 0.4774993896484375, 0.4774676513671875, 0.4774420471191406, 0.477412353515625, 0.4774062194824219, 0.4773867492675781, 0.4772536315917969, 0.4778741760253906, 0.4774205322265625, 0.4774891662597656, 0.47754855346679687]",tokens/s,2.062756209806898,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-4.5B,facebook/xglm-4.5B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/xglm-7.5B,facebook/xglm-7.5B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",xglm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-14B,,cuda,0,42,,,,,False,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.214-202.855.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,56387f0ed9acb6808de92d1e9f4c4b67cc3f2798,4.40.2,,0.30.0,,,,1.19.1,,,,0.10.0,,,,MB,3991.42912,12218.53184,0.0,11572.084736,11067.6992,s,10,6.169018859863281,0.6169018859863281,0.0006143848204495043,0.6168476867675781,0.6177305908203126,0.6177555847167969,0.6177755798339845,"[0.6164817504882812, 0.6169854736328125, 0.6172991943359375, 0.6177250366210938, 0.6173790283203126, 0.6177805786132813, 0.6158299560546875, 0.6166307373046875, 0.6167098999023437, 0.6161972045898437]",tokens/s,414.97684772141145,kWh,7.279734644624921e-06,3.988978911205348e-06,3.927705756541092e-05,5.0545771121241186e-05,tokens/kWh,5064716.480157118,MB,3991.42912,12218.53184,0.0,11572.084736,11417.442816,s,10,337.63061328125,33.763061328125,0.00225096621642262,33.763652343749996,33.765573046875005,33.7657611328125,33.7659116015625,"[33.76119921875, 33.7635546875, 33.76400390625, 33.76501171875, 33.76553125, 33.76594921875, 33.76088671875, 33.76237109375, 33.76375, 33.75835546875]",tokens/s,1.8659445418096703,kWh,0.0003985123106837273,0.00021841917147055615,0.002184355276894591,0.0028012867590488746,tokens/kWh,22489.6647215762,,s,629,342.6465277709964,0.5447480568696281,0.0733593452296599,0.5358714599609375,0.5361645751953125,0.5362993408203125,1.153045400390625,"[0.5356687622070313, 0.535673828125, 0.5356615600585938, 0.5357639770507813, 0.5357711181640625, 0.5356759033203125, 0.535635986328125, 0.5359185791015625, 0.5357578125, 0.5356636352539063, 0.5356380004882813, 0.5357578125, 0.5359759521484375, 0.5356769409179688, 0.535857177734375, 0.5356062622070312, 0.53585302734375, 0.5361551513671875, 0.535804931640625, 0.5360128784179687, 0.5360413818359375, 0.5358387451171875, 0.535816162109375, 0.535973876953125, 0.535636962890625, 0.5359267578125, 0.5362216796875, 0.5361387329101562, 0.535815185546875, 0.5357230224609375, 0.5360496826171876, 0.5357578125, 0.53587353515625, 0.5360732421875, 0.5357168579101562, 0.5360292358398437, 0.5357178344726562, 0.5357557983398438, 0.5360343017578125, 0.535947265625, 0.5358602294921875, 0.535920654296875, 0.5357916259765625, 0.535920654296875, 0.5360834350585938, 0.5358305053710938, 0.53599951171875, 0.5358602294921875, 0.5360465698242187, 0.5363035888671875, 0.536195068359375, 0.5359042358398437, 0.5357721557617188, 0.5357567749023437, 0.5359011840820312, 0.5358878784179687, 0.5359196166992187, 0.536026123046875, 0.53610498046875, 0.5359933471679688, 0.5357721557617188, 0.5357793579101563, 1.1541483154296874, 0.5357281494140625, 0.5357219848632813, 0.5358991088867188, 0.535482421875, 0.5357772216796876, 0.5355274047851563, 0.535552001953125, 0.5355714721679687, 0.5356912841796875, 0.5359759521484375, 0.5358028564453124, 0.53585302734375, 0.5360025634765625, 0.535615478515625, 0.5357639770507813, 0.5356759033203125, 0.5356615600585938, 0.535815185546875, 0.5357291259765625, 0.5358991088867188, 0.5358521118164062, 0.5355857543945313, 0.5361275024414063, 0.5361817626953125, 0.5357117309570313, 0.535826416015625, 0.53583154296875, 0.536079345703125, 0.5360015258789063, 0.5357875366210938, 0.5358714599609375, 0.5357742309570312, 0.5356636352539063, 0.5358673706054687, 0.5356482543945312, 0.535783447265625, 0.5357783203125, 0.5358848266601562, 0.5359739379882813, 0.5360004272460938, 0.535836669921875, 0.536052734375, 0.5358960571289062, 0.5359277954101562, 0.5359247436523438, 0.5373921508789062, 0.5360332641601563, 0.5358356323242187, 0.53625341796875, 0.5360988159179687, 0.53592578125, 0.536173583984375, 0.5359595336914063, 0.5357752685546875, 0.5361581420898438, 0.536289306640625, 0.5364039916992187, 0.536131591796875, 0.5361654052734375, 0.5361387329101562, 0.5359298706054687, 0.5361428833007813, 1.1538216552734375, 0.5354352416992187, 0.5355479125976562, 0.5360906372070312, 0.5357619018554688, 0.5358991088867188, 0.5355653076171875, 0.5356021728515625, 0.5357342529296875, 0.5358622436523437, 0.5358602294921875, 0.5358090209960937, 0.5357588500976562, 0.5360332641601563, 0.535568359375, 0.5357342529296875, 0.535677978515625, 0.535667724609375, 0.5356574096679687, 0.5356902465820312, 0.5361408081054687, 0.5363302612304688, 0.5360311889648437, 0.5362800903320313, 0.5358776245117187, 0.5357772827148437, 0.535847900390625, 0.5357383422851563, 0.536015869140625, 0.535689208984375, 0.5360271606445313, 0.5359616088867187, 0.5356748657226562, 0.5358253784179687, 0.53612646484375, 0.5359862060546875, 0.5360189208984375, 0.535930908203125, 0.5358038940429688, 0.5359820556640625, 0.5359185791015625, 0.5363363647460937, 0.5360036010742187, 0.5360660400390626, 0.5358038940429688, 0.5359585571289063, 0.5359534301757812, 0.5361141967773437, 0.53621142578125, 0.5362186279296876, 0.5361489868164062, 0.5361234130859375, 0.5360465698242187, 0.53627392578125, 0.5361008911132813, 0.5359564819335938, 0.5358325805664063, 0.5361940307617188, 0.53595751953125, 0.535931884765625, 0.5361787109375, 0.536142822265625, 0.5360486450195312, 1.1542691650390624, 0.5355407104492188, 0.535552001953125, 0.5357998046875, 0.5357117309570313, 0.53576806640625, 0.5355653076171875, 0.5356492919921875, 0.5357056274414063, 0.5357301635742188, 0.5358960571289062, 0.5357343139648437, 0.5358621826171875, 0.5359462280273437, 0.5356953735351563, 0.53574755859375, 0.5355867919921875, 0.53578857421875, 0.5362288818359375, 0.5359042358398437, 0.5363026123046875, 0.5359984741210938, 0.5359585571289063, 0.5359851684570313, 0.5359820556640625, 0.5368453369140626, 0.5359144897460938, 0.5357189331054687, 0.5361551513671875, 0.5356165161132812, 0.5358305053710938, 0.5357547607421875, 0.535568359375, 0.535858154296875, 0.5361868896484375, 0.5357393798828125, 0.5358377075195313, 0.5361234130859375, 0.5355980834960937, 0.5359616088867187, 0.5359390869140624, 0.5359196166992187, 0.5360025634765625, 0.5359226684570313, 0.5374095458984375, 0.53625341796875, 0.5358622436523437, 0.5358540649414063, 0.5358479614257813, 0.5359902954101563, 0.5359892578125, 0.5361889038085937, 0.53610498046875, 0.5359605712890625, 0.5358724975585938, 0.5362933959960937, 0.5360650024414062, 0.5361162109375, 0.53609375, 0.5360209350585937, 0.5362667236328125, 0.5360220336914062, 0.5361018676757813, 1.1538472900390624, 0.5356400756835937, 0.5355745239257812, 0.5357875366210938, 0.53564208984375, 0.5358479614257813, 0.5355479125976562, 0.53600048828125, 0.5358909301757813, 0.5358223266601563, 0.5358356323242187, 0.535784423828125, 0.53595751953125, 0.5359810791015625, 0.535689208984375, 0.5359032592773437, 0.5357056274414063, 0.5373982543945313, 0.536026123046875, 0.53581005859375, 0.5361223754882812, 0.5358602294921875, 0.5356083374023437, 0.5358510131835937, 0.5360107421875, 0.5359534301757812, 0.5358714599609375, 0.535973876953125, 0.5361254272460938, 0.5358253784179687, 0.5358182373046875, 0.5358540649414063, 0.5357783203125, 0.53592578125, 0.53614697265625, 0.5357598876953125, 0.5358438110351562, 0.5359124755859375, 0.5355714721679687, 0.5358827514648438, 0.5358745727539063, 0.5369292602539063, 0.5359862060546875, 0.5359390869140624, 0.5358551025390625, 0.5360128173828125, 0.5357086791992187, 0.5359451904296875, 0.5359124755859375, 0.5360537719726562, 0.5361254272460938, 0.5364070434570313, 0.5360322265625, 0.5359759521484375, 0.5359114379882812, 0.5361408081054687, 0.5360117797851562, 0.5362329711914062, 0.5359042358398437, 0.536247314453125, 0.5362728881835938, 0.5360906372070312, 0.5360189208984375, 1.154509765625, 0.53538916015625, 0.535583740234375, 0.5358110961914062, 0.53564111328125, 0.5358591918945312, 0.535794677734375, 0.53629443359375, 0.5356840209960938, 0.536141845703125, 0.5361029052734375, 0.5356216430664062, 0.5357506713867187, 0.5357485961914062, 0.535677978515625, 0.535900146484375, 0.5358776245117187, 0.5359073486328125, 0.5359022216796875, 0.5357670288085937, 0.5359923095703125, 0.5357567749023437, 0.5358325805664063, 0.53583154296875, 0.5359749145507813, 0.5359882202148437, 0.5361643676757812, 0.5356267700195313, 0.5359032592773437, 0.5372846069335937, 0.5357987670898438, 0.5357557983398438, 0.53564111328125, 0.5357557983398438, 0.5359974365234375, 0.53570458984375, 0.5359288330078125, 0.5356820678710937, 0.5356134643554687, 0.5357014770507813, 0.53581005859375, 0.536121337890625, 0.5363609619140625, 0.5361182861328125, 0.535931884765625, 0.5358868408203125, 0.5356769409179688, 0.5360240478515625, 0.5362145385742187, 0.53619091796875, 0.535984130859375, 0.5360619506835937, 0.5362288818359375, 0.5361019287109375, 0.535953369140625, 0.5360773315429688, 0.5358131103515625, 0.5361151733398437, 0.53602099609375, 0.5363035888671875, 0.5361448974609375, 0.537607177734375, 0.5360465698242187, 1.152490478515625, 0.5355888671875, 0.5357168579101562, 0.5357189331054687, 0.5358223266601563, 0.5357875366210938, 0.5354557495117187, 0.535419921875, 0.535910400390625, 0.5357783203125, 0.535656494140625, 0.5357096557617187, 0.5355775756835938, 0.535868408203125, 0.5354669799804688, 0.5359646606445313, 0.5356707763671875, 0.5358212890625, 0.5357373657226563, 0.5356103515625, 0.535888916015625, 0.5358203125, 0.53557861328125, 0.5374166870117187, 0.5358920288085938, 0.5357567749023437, 0.53572607421875, 0.535762939453125, 0.5360291748046875, 0.5355325317382813, 0.5358171997070312, 0.535667724609375, 0.535636962890625, 0.535841796875, 0.5359800415039062, 0.5355899047851562, 0.535858154296875, 0.535857177734375, 0.5360076904296875, 0.536141845703125, 0.5357691040039062, 0.535562255859375, 0.5359052734375, 0.535930908203125, 0.53589501953125, 0.535868408203125, 0.5358192749023437, 0.5358561401367188, 0.535779296875, 0.5360015258789063, 0.5359196166992187, 0.5360353393554688, 0.5360230102539062, 0.5360404663085937, 0.5359431762695313, 0.5360660400390626, 0.535836669921875, 0.5378590698242187, 0.536036376953125, 0.5359093627929687, 0.536047607421875, 0.5361490478515625, 0.5359584350585938, 1.15319189453125, 0.5356452026367188, 0.5356328735351562, 0.5357281494140625, 0.5355192260742188, 0.535783447265625, 0.5356636352539063, 0.5359830932617188, 0.535942138671875, 0.5360783081054687, 0.535846923828125, 0.535783447265625, 0.5356226806640625, 0.5357219848632813, 0.5355213012695312, 0.5356687622070313, 0.536869873046875, 0.535815185546875, 0.5357864990234374, 0.5356318969726562, 0.5359800415039062, 0.535752685546875, 0.5358387451171875, 0.5357025146484375, 0.5358203125, 0.53583154296875, 0.535783447265625, 0.5358837890625, 0.5360977783203125, 0.5357271118164062, 0.5360045776367187, 0.5359462280273437, 0.53570458984375, 0.5356165161132812, 0.5363179931640625, 0.5356410522460937, 0.5359022216796875, 0.5356492919921875, 0.5357659912109375, 0.5357659912109375, 0.5358069458007813, 0.5357701416015626, 0.5360128173828125, 0.5359564819335938, 0.5359616088867187, 0.5359513549804688, 0.5358837890625, 0.5359401245117188, 0.5361172485351563, 0.53602099609375, 0.5360137939453125, 0.535984130859375, 0.5357609252929687, 0.53802392578125, 0.5357936401367187, 0.5359380493164062, 0.5357763061523437, 0.5359359130859375, 0.53591552734375, 0.5360404663085937, 0.536057861328125, 0.5359656982421875, 0.5361121215820313, 1.1536312255859376, 0.5356072998046875, 0.5357742309570312, 0.53574658203125, 0.53595751953125, 0.5358848266601562, 0.5356380004882813, 0.5355888671875, 0.5355899047851562, 0.5358806762695313, 0.5357998046875, 0.5358756103515625, 0.5356881713867188, 0.5356103515625, 0.5356820678710937, 0.5357035522460938, 0.5355663452148437, 0.5374146728515625, 0.5358694458007812, 0.535605224609375, 0.5359165649414063, 0.5356728515625, 0.53570458984375, 0.5357557983398438, 0.5357874755859375, 0.5357854614257812, 0.5357496948242187, 0.5358018188476562, 0.5360455932617187, 0.53602099609375, 0.536015869140625, 0.5357619018554688, 0.5357301635742188, 0.5356718139648438, 0.5361336059570313, 0.5355591430664063, 0.536069091796875, 0.5360435180664063, 0.5357219848632813, 0.5357691040039062, 0.5356461791992188, 0.5358233642578125, 0.536005615234375, 0.5359605712890625, 0.535826416015625, 0.5359052734375, 0.535815185546875, 0.5358131103515625, 0.535836669921875, 0.5360036010742187, 0.5360506591796875, 0.5360066528320313, 0.5359401245117188, 0.5358776245117187, 0.5359585571289063, 0.5360834350585938, 0.5360015258789063, 0.5387274169921875, 0.5362770385742187, 0.5362575073242187, 0.5361879272460938, 0.5358714599609375, 0.5359554443359374, 1.152668701171875, 0.5355140991210937, 0.5354434814453125, 0.536067138671875, 0.5357444458007813, 0.5358714599609375, 0.5354506225585938, 0.535709716796875, 0.53574755859375, 0.5359656982421875, 0.5358479614257813, 0.53581005859375, 0.53583154296875, 0.5357014770507813, 0.5356124267578125, 0.5356380004882813, 0.5356932983398438, 0.5358069458007813, 0.53576806640625, 0.5355909423828125, 0.5359882202148437, 0.5357588500976562, 0.5356349487304688, 0.5356339111328124, 0.5357086791992187, 0.5358038940429688, 0.5379215087890625, 0.5360066528320313, 0.5362769775390624, 0.53560009765625, 0.5356708984375, 0.5355826416015625, 0.535667724609375, 0.53564208984375, 0.535888916015625, 0.5357485961914062, 0.5358643798828125, 0.5358673706054687, 0.535709716796875, 0.5357373657226563, 0.53574755859375, 0.5356687622070313, 0.5359216918945312, 0.5356953735351563, 0.5358694458007812, 0.5359226684570313, 0.5359185791015625, 0.5357824096679688, 0.535889892578125, 0.536216552734375, 0.5360506591796875, 0.5361254272460938, 0.5361408081054687, 0.5358909301757813, 0.5358079833984375, 0.5359800415039062, 0.5356195678710938, 0.53587353515625, 0.5358345947265625, 0.5359073486328125, 0.535858154296875, 0.5357772827148437, 0.5359022216796875]",tokens/s,1.83571099958843,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,r,r,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/r/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947598-29d1af9a06cbd05e0b1d1b7b;d178a4ae-ef8d-4b18-a03e-2df93dcf46aa) Repository Not Found for url: https://huggingface.co/r/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: r is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2108.841984,5971.116032,0.0,5324.668928,5080.87552,s,10,3.166915313720703,0.31669153137207035,0.0006471042681215324,0.3165300140380859,0.317839404296875,0.3178718963623047,0.31789789001464847,"[0.3165837707519531, 0.3160324401855469, 0.316489501953125, 0.3163083801269531, 0.31657052612304687, 0.3162070617675781, 0.31696994018554686, 0.3160171203613281, 0.31783218383789064, 0.3179043884277344]",tokens/s,808.3575802954898,kWh,3.734563280724817e-06,2.0463760689267472e-06,1.9076438872250856e-05,2.485737822190242e-05,tokens/kWh,10298753.058938146,MB,2108.841984,5971.116032,0.0,5324.668928,5264.397312,s,10,173.206740234375,17.320674023437498,0.0018067612818664913,17.32021484375,17.322722851562503,17.32348837890625,17.32410080078125,"[17.319333984375, 17.32053515625, 17.31989453125, 17.318197265625, 17.31883203125, 17.319619140625, 17.322552734375, 17.321099609375, 17.32425390625, 17.322421875]",tokens/s,3.6372718472012955,kWh,0.00020451679237393867,0.00011209220585674529,0.0010427547717031527,0.0013593637699338367,tokens/kWh,46345.210453171305,,s,629,175.7822831726073,0.2794630893046223,0.03762287358215295,0.2749214782714844,0.2751193115234375,0.27523646240234373,0.5911559643554688,"[0.2748784790039063, 0.27467367553710936, 0.2747135925292969, 0.2749491271972656, 0.27461016845703123, 0.2748641357421875, 0.27486514282226565, 0.27473715209960936, 0.274845703125, 0.27484262084960936, 0.2748590087890625, 0.27469415283203125, 0.2747821960449219, 0.2748784790039063, 0.27476275634765623, 0.27482623291015623, 0.2747105407714844, 0.274850830078125, 0.2747760620117187, 0.2747586669921875, 0.2748231811523438, 0.2747474060058594, 0.27487744140625, 0.2750013427734375, 0.2748467102050781, 0.27495526123046876, 0.27497268676757813, 0.27526861572265626, 0.2748641357421875, 0.2748160095214844, 0.27477297973632814, 0.2750904235839844, 0.275009521484375, 0.27487335205078123, 0.27486004638671874, 0.27478118896484377, 0.2747125854492187, 0.274914306640625, 0.2747955322265625, 0.27487335205078123, 0.2750126037597656, 0.27509963989257813, 0.2748374938964844, 0.2749931640625, 0.2751231994628906, 0.2749931640625, 0.27523275756835935, 0.2749440002441406, 0.27532492065429687, 0.27521331787109377, 0.274904052734375, 0.27517132568359376, 0.2750013427734375, 0.2749542541503906, 0.27493991088867187, 0.27488153076171873, 0.27494808959960937, 0.27505050659179686, 0.2748374938964844, 0.2749859924316406, 0.275051513671875, 0.27498291015625, 0.5910169677734375, 0.2748876647949219, 0.27511602783203126, 0.27487539672851563, 0.2748661804199219, 0.27482009887695313, 0.27477197265625, 0.2747750549316406, 0.27479244995117186, 0.2749716491699219, 0.27480062866210936, 0.27487026977539064, 0.274808837890625, 0.27494808959960937, 0.2749910888671875, 0.2747852783203125, 0.2747361145019531, 0.27484262084960936, 0.2748467102050781, 0.27510784912109376, 0.2748958740234375, 0.27481396484375, 0.2749491271972656, 0.27508120727539065, 0.27473919677734376, 0.27484774780273435, 0.27491226196289065, 0.27473715209960936, 0.27471463012695313, 0.27496652221679685, 0.27483544921875, 0.2747064208984375, 0.2750853271484375, 0.2747002868652344, 0.2747832336425781, 0.275125244140625, 0.27492556762695314, 0.2749081726074219, 0.2749634704589844, 0.27483648681640627, 0.2749020080566406, 0.2750320739746094, 0.2749306945800781, 0.2751682434082031, 0.274946044921875, 0.27498086547851563, 0.274951171875, 0.2749306945800781, 0.2748385314941406, 0.27479449462890626, 0.2751457214355469, 0.27537203979492186, 0.27509451293945314, 0.27496139526367186, 0.2750064697265625, 0.27482009887695313, 0.27509356689453124, 0.2749070739746094, 0.27508642578125, 0.2751886291503906, 0.2749306945800781, 0.27533108520507815, 0.2750474243164063, 0.59137841796875, 0.2748907470703125, 0.2747914123535156, 0.2748313598632813, 0.2749941711425781, 0.27480474853515624, 0.27486309814453125, 0.2748610534667969, 0.27473202514648437, 0.27523583984375, 0.27483544921875, 0.2749849548339844, 0.2746798095703125, 0.275420166015625, 0.27487539672851563, 0.27475762939453124, 0.27493170166015624, 0.27479244995117186, 0.2748170166015625, 0.27492044067382815, 0.27487335205078123, 0.27472280883789063, 0.2748989562988281, 0.2749245300292969, 0.2748661804199219, 0.27478732299804687, 0.27480062866210936, 0.2748661804199219, 0.27485592651367186, 0.2748968811035156, 0.2749091796875, 0.2750064697265625, 0.27490609741210936, 0.27480062866210936, 0.2749798278808594, 0.2747555847167969, 0.2752122802734375, 0.27495834350585935, 0.2748692626953125, 0.2747965393066406, 0.27490609741210936, 0.2749306945800781, 0.274808837890625, 0.2750402526855469, 0.2749696960449219, 0.27509442138671875, 0.2749982604980469, 0.2749347839355469, 0.2748436584472656, 0.2750433349609375, 0.27503411865234373, 0.2749245300292969, 0.2749644775390625, 0.2749819030761719, 0.2748231811523438, 0.27495834350585935, 0.2749214782714844, 0.2749378662109375, 0.27481497192382814, 0.27504537963867187, 0.27529522705078124, 0.2750320739746094, 0.27503411865234373, 0.5913456420898437, 0.2747432861328125, 0.27471463012695313, 0.274808837890625, 0.2747432861328125, 0.27475149536132815, 0.2747965393066406, 0.2746982421875, 0.274798583984375, 0.27487744140625, 0.27507611083984373, 0.27470132446289064, 0.27465216064453124, 0.27487335205078123, 0.274830322265625, 0.2748713073730469, 0.274840576171875, 0.2747258911132813, 0.27484262084960936, 0.2746705932617188, 0.2747340698242188, 0.27486004638671874, 0.27495834350585935, 0.2748948364257813, 0.2748671875, 0.27479244995117186, 0.27482110595703124, 0.2748160095214844, 0.27477197265625, 0.2747535400390625, 0.2749010009765625, 0.27479449462890626, 0.2751201171875, 0.27503103637695314, 0.2749521789550781, 0.275061767578125, 0.2749706115722656, 0.2748713073730469, 0.2749276123046875, 0.2748272705078125, 0.2749644775390625, 0.2747965393066406, 0.2749010009765625, 0.2749573059082031, 0.27494195556640627, 0.27487539672851563, 0.27480679321289064, 0.27482009887695313, 0.275019775390625, 0.2750074768066406, 0.27485498046875, 0.2748620300292969, 0.27502899169921874, 0.2749163513183594, 0.2753208312988281, 0.27496038818359375, 0.27484466552734377, 0.27511602783203126, 0.2754334716796875, 0.274951171875, 0.2750689392089844, 0.27506689453125, 0.2749266052246094, 0.5915023193359376, 0.27469003295898436, 0.27464703369140625, 0.27473919677734376, 0.27470950317382814, 0.2747801513671875, 0.2747607116699219, 0.27479757690429685, 0.2747105407714844, 0.2748528747558594, 0.27475967407226565, 0.2747330627441406, 0.2746777648925781, 0.2749992980957031, 0.2749941711425781, 0.27480780029296875, 0.2747218017578125, 0.2747658386230469, 0.2748866577148438, 0.27479244995117186, 0.2747268981933594, 0.27486004638671874, 0.2748671875, 0.27482623291015623, 0.2747914123535156, 0.27491226196289065, 0.27511911010742185, 0.274845703125, 0.27484262084960936, 0.2749163513183594, 0.2753403015136719, 0.27483544921875, 0.27476275634765623, 0.27486004638671874, 0.27502899169921874, 0.274724853515625, 0.27497882080078123, 0.27488153076171873, 0.27493887329101563, 0.2747637634277344, 0.27508837890625, 0.27523687744140624, 0.2749593505859375, 0.27493374633789064, 0.274850830078125, 0.2753116149902344, 0.27480780029296875, 0.2749286499023437, 0.27506381225585935, 0.2749368286132812, 0.27501055908203126, 0.2748190612792969, 0.2750545959472656, 0.27506689453125, 0.2750689392089844, 0.27508120727539065, 0.27498291015625, 0.2749368286132812, 0.2751037292480469, 0.2750126037597656, 0.27486004638671874, 0.2750802001953125, 0.2750535583496094, 0.591194091796875, 0.2748436584472656, 0.2747197570800781, 0.27485696411132815, 0.27480780029296875, 0.27491326904296876, 0.27488357543945313, 0.2747750549316406, 0.27480575561523435, 0.2748436584472656, 0.2746849365234375, 0.2747965393066406, 0.274766845703125, 0.2749091796875, 0.2749153137207031, 0.27480679321289064, 0.274798583984375, 0.2750392456054688, 0.27481195068359376, 0.27466339111328125, 0.27474432373046875, 0.2748590087890625, 0.2747484130859375, 0.27513446044921874, 0.2747361145019531, 0.27480267333984376, 0.27480267333984376, 0.27488461303710937, 0.2747166748046875, 0.27480780029296875, 0.27510067749023437, 0.274914306640625, 0.274840576171875, 0.27487744140625, 0.27528192138671875, 0.2748907470703125, 0.2748794860839844, 0.2748118896484375, 0.2750136413574219, 0.2750320739746094, 0.2749593505859375, 0.2749214782714844, 0.27498086547851563, 0.274977783203125, 0.27479449462890626, 0.2750894165039062, 0.27514776611328123, 0.27490304565429685, 0.2749347839355469, 0.27515911865234377, 0.27516000366210935, 0.2748241882324219, 0.27503616333007813, 0.2748866577148438, 0.27518875122070313, 0.27508837890625, 0.2749327392578125, 0.2751457214355469, 0.27504229736328123, 0.27509451293945314, 0.2749429626464844, 0.274988037109375, 0.27498291015625, 0.5922621459960937, 0.2748334045410156, 0.27478936767578127, 0.274671630859375, 0.274904052734375, 0.27486209106445314, 0.27468798828125, 0.27506689453125, 0.2748272705078125, 0.2748641357421875, 0.2748590087890625, 0.27523175048828125, 0.27472998046875, 0.2749521789550781, 0.2749706115722656, 0.2748108825683594, 0.27493887329101563, 0.2748170166015625, 0.2746921081542969, 0.27491326904296876, 0.27478936767578127, 0.27473919677734376, 0.27510885620117187, 0.2749378662109375, 0.2750115966796875, 0.27491943359375, 0.27507611083984373, 0.27492556762695314, 0.27495526123046876, 0.27483544921875, 0.27498086547851563, 0.2751180725097656, 0.27493991088867187, 0.27493170166015624, 0.2750433349609375, 0.2749429626464844, 0.2749429626464844, 0.27481396484375, 0.2750146484375, 0.27511602783203126, 0.27493374633789064, 0.27495834350585935, 0.2749859924316406, 0.2748938293457031, 0.27500238037109376, 0.2749153137207031, 0.27501773071289065, 0.27500851440429686, 0.27495834350585935, 0.2749931640625, 0.2754150390625, 0.27491021728515624, 0.27495526123046876, 0.27501773071289065, 0.27503103637695314, 0.27497369384765624, 0.2750279541015625, 0.27503717041015624, 0.2749358215332031, 0.2750136413574219, 0.2751170654296875, 0.2751037292480469, 0.27543038940429687, 0.5910579223632813, 0.2748610534667969, 0.27487335205078123, 0.27465625, 0.2748170166015625, 0.2747187194824219, 0.274766845703125, 0.27465933227539063, 0.27502386474609375, 0.2747832336425781, 0.27492044067382815, 0.2748713073730469, 0.2748293151855469, 0.27487640380859374, 0.2746726379394531, 0.27485797119140626, 0.27496652221679685, 0.2746132507324219, 0.2750822448730469, 0.2748190612792969, 0.27481497192382814, 0.2748252258300781, 0.274798583984375, 0.2749747314453125, 0.2747555847167969, 0.2747381896972656, 0.2749081726074219, 0.2749941711425781, 0.27478427124023436, 0.27480679321289064, 0.27512115478515625, 0.27513037109375, 0.27485491943359375, 0.27482623291015623, 0.2749849548339844, 0.27486309814453125, 0.27489791870117186, 0.2749706115722656, 0.27500543212890627, 0.2748241882324219, 0.27498904418945314, 0.27505767822265625, 0.274977783203125, 0.274977783203125, 0.2749982604980469, 0.2750975952148437, 0.27501568603515625, 0.27494195556640627, 0.27497882080078123, 0.27503616333007813, 0.27515802001953127, 0.27503616333007813, 0.2753914794921875, 0.27505050659179686, 0.27500338745117187, 0.2749440002441406, 0.2753894348144531, 0.274946044921875, 0.27488461303710937, 0.27529010009765625, 0.2749910888671875, 0.275162109375, 0.27531781005859374, 0.5928375854492187, 0.27484979248046876, 0.2748805236816406, 0.2747832336425781, 0.27487026977539064, 0.27483544921875, 0.27488153076171873, 0.27486004638671874, 0.27469720458984376, 0.27491021728515624, 0.27487136840820314, 0.2749767150878906, 0.27499520874023436, 0.2750126037597656, 0.27480575561523435, 0.2747801513671875, 0.2749941711425781, 0.2747760620117187, 0.2748794860839844, 0.2749521789550781, 0.2749286499023437, 0.27487026977539064, 0.2749327392578125, 0.2751047668457031, 0.2753587341308594, 0.2748385314941406, 0.274914306640625, 0.2748487548828125, 0.2753208312988281, 0.27483544921875, 0.27501055908203126, 0.2749910888671875, 0.27491326904296876, 0.2748713073730469, 0.2750392456054688, 0.2749214782714844, 0.27502590942382815, 0.27495526123046876, 0.2749573059082031, 0.27490304565429685, 0.27542733764648436, 0.27513446044921874, 0.2750699462890625, 0.27546929931640624, 0.2749900817871094, 0.2750146484375, 0.27492352294921873, 0.2749347839355469, 0.2750044250488281, 0.27507403564453126, 0.27504434204101563, 0.2749593505859375, 0.274988037109375, 0.2751805419921875, 0.2751549377441406, 0.27508837890625, 0.2750044250488281, 0.27502285766601564, 0.275135498046875, 0.2751109008789063, 0.2751518859863281, 0.2752655334472656, 0.2749982604980469, 0.5929502563476563, 0.2749910888671875, 0.2748016662597656, 0.2748037109375, 0.27479757690429685, 0.2747115478515625, 0.274872314453125, 0.2748487548828125, 0.2747688903808594, 0.27480267333984376, 0.27472998046875, 0.2750965881347656, 0.2751508483886719, 0.27519180297851564, 0.27491839599609375, 0.27517236328125, 0.274777099609375, 0.27474533081054686, 0.27501055908203126, 0.274914306640625, 0.27491738891601564, 0.2747781066894531, 0.27482623291015623, 0.27508633422851564, 0.27482827758789063, 0.2750146484375, 0.2749716491699219, 0.27486209106445314, 0.275083251953125, 0.2749542541503906, 0.27511911010742185, 0.2748805236816406, 0.274946044921875, 0.2749747314453125, 0.2749982604980469, 0.27494091796875, 0.2749368286132812, 0.2750382080078125, 0.2749624328613281, 0.27491738891601564, 0.27494195556640627, 0.2748528747558594, 0.27500543212890627, 0.27509246826171874, 0.27494091796875, 0.27498291015625, 0.27497268676757813, 0.27491943359375, 0.2749921264648437, 0.2751109008789063, 0.27503103637695314, 0.27493170166015624, 0.2751805419921875, 0.27501669311523436, 0.275051513671875, 0.27502590942382815, 0.2750494689941406, 0.27510580444335936, 0.27505050659179686, 0.2749716491699219, 0.2749798278808594, 0.2751068115234375, 0.27494503784179686]",tokens/s,3.578290079338431,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm/internlm-20b,internlm/internlm-20b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",internlm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,m,m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/m/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947303-2dbe4f88654f656771887b47;27c85874-bb7e-472b-bb24-a2fb65ea67bb) Repository Not Found for url: https://huggingface.co/m/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: m is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2-large,openai-community/gpt2-large,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1331.482624,1481.1136,0.0,834.666496,666.95168,s,10,0.4392408638000489,0.043924086380004876,0.0009520078612764535,0.043630880355834956,0.043979220962524414,0.045378139305114744,0.046497273979187015,"[0.04677705764770508, 0.04361286544799805, 0.04355100631713867, 0.043536319732666015, 0.04362374496459961, 0.04354729461669922, 0.043668350219726565, 0.04364006423950195, 0.04363801574707031, 0.04364614486694336]",tokens/s,5828.237331682699,kWh,5.150079288056508e-07,2.8220007127975287e-07,2.229891880530268e-06,3.027099880615671e-06,tokens/kWh,84569393.18035752,MB,1331.810304,1483.210752,0.0,836.763648,708.003328,s,10,26.029840820312504,2.6029840820312504,0.008086722216136934,2.602024047851563,2.61204208984375,2.61683916015625,2.62067681640625,"[2.62163623046875, 2.5951298828125, 2.59531884765625, 2.602376220703125, 2.5961630859375, 2.601671875, 2.595471435546875, 2.60687548828125, 2.6042216796875, 2.61097607421875]",tokens/s,24.202990880696305,kWh,3.113051647365382e-05,1.7060731291920722e-05,0.00012385434787567757,0.00017204559564125215,tokens/kWh,366181.99823822867,,s,629,26.37801367187496,0.04193642873112082,0.005230195331784094,0.04116787338256836,0.04181831741333008,0.042330931091308595,0.08484655395507812,"[0.04436684799194336, 0.044660736083984375, 0.04470374298095703, 0.04483379364013672, 0.044333057403564455, 0.04234649658203125, 0.043046913146972655, 0.042264575958251956, 0.041954303741455076, 0.04248166275024414, 0.042665985107421874, 0.04156825637817383, 0.041270271301269534, 0.04108902359008789, 0.04136243057250977, 0.04174540710449219, 0.041163776397705076, 0.040989696502685545, 0.04125900650024414, 0.04172083282470703, 0.041376766204833985, 0.04093644714355469, 0.04110745620727539, 0.040954879760742184, 0.04092620849609375, 0.040992767333984374, 0.041183231353759765, 0.04116275024414062, 0.04108492660522461, 0.04091596984863281, 0.041082878112792966, 0.041099262237548825, 0.041166847229003906, 0.041047039031982424, 0.04092620849609375, 0.041673728942871094, 0.04111872100830078, 0.04101836776733398, 0.0409620475769043, 0.04087603378295898, 0.04092620849609375, 0.04106649780273437, 0.04092211151123047, 0.041027584075927735, 0.04111974334716797, 0.04124671936035156, 0.04144947052001953, 0.04107161712646484, 0.041166847229003906, 0.041296897888183595, 0.04133785629272461, 0.04098559951782227, 0.041148414611816404, 0.04176486587524414, 0.04111360168457031, 0.04109209442138672, 0.04192256164550781, 0.040959999084472655, 0.04093132781982422, 0.04106649780273437, 0.04103168106079102, 0.04095795059204101, 0.08482713317871093, 0.04086272048950195, 0.04108902359008789, 0.04087807846069336, 0.0409989128112793, 0.041588737487792966, 0.04122828674316406, 0.04098457717895508, 0.0413829116821289, 0.04124979019165039, 0.041043968200683595, 0.04098559951782227, 0.04161740875244141, 0.041352191925048826, 0.04112384033203125, 0.04133375930786133, 0.04177510452270508, 0.04096409606933594, 0.04090572738647461, 0.041133056640625, 0.04166656112670898, 0.04107161712646484, 0.040880126953125, 0.04110847854614258, 0.04094771194458008, 0.04090777587890625, 0.040992767333984374, 0.04109414291381836, 0.0409354248046875, 0.04149964904785156, 0.04149452972412109, 0.041014270782470705, 0.04100505447387695, 0.041032703399658206, 0.04096716690063477, 0.04099993515014649, 0.04100198364257813, 0.04104806518554688, 0.04101222229003906, 0.04099993515014649, 0.04103782272338867, 0.04124467086791992, 0.04156108856201172, 0.041040897369384766, 0.04096614456176758, 0.041632766723632815, 0.041132030487060545, 0.04099993515014649, 0.04095590209960937, 0.04111257553100586, 0.042024959564208986, 0.04216934585571289, 0.04151603317260742, 0.04124262237548828, 0.041470977783203126, 0.04123955154418945, 0.041589759826660154, 0.04086374282836914, 0.041055233001708984, 0.041376766204833985, 0.04121702575683594, 0.04110540771484375, 0.041166847229003906, 0.0860313949584961, 0.04113199996948242, 0.04209151840209961, 0.04128768157958984, 0.04107161712646484, 0.04146790313720703, 0.0411146240234375, 0.040989696502685545, 0.041055233001708984, 0.041014270782470705, 0.04099071884155273, 0.04132863998413086, 0.04114944076538086, 0.041188350677490236, 0.04165529632568359, 0.041163776397705076, 0.040959999084472655, 0.04157235336303711, 0.04105011367797851, 0.04114329528808594, 0.04135321426391601, 0.04104499053955078, 0.04106547164916992, 0.04115456008911133, 0.04116070556640625, 0.04111872100830078, 0.04135424041748047, 0.04111052703857422, 0.04116889572143555, 0.040940544128417966, 0.04096307373046875, 0.04110745620727539, 0.04116787338256836, 0.04099894332885742, 0.04116374588012695, 0.04102143859863281, 0.04107468795776367, 0.04130713653564453, 0.04115763092041016, 0.04122009658813477, 0.041040897369384766, 0.04102041625976562, 0.04107161712646484, 0.04092927932739258, 0.040891391754150394, 0.04118220901489258, 0.041078784942626956, 0.04108697509765625, 0.04123852920532227, 0.04125183868408203, 0.04149657440185547, 0.04168806457519531, 0.04144537734985351, 0.041506816864013675, 0.041234432220458986, 0.04095590209960937, 0.040921089172363284, 0.04119551849365234, 0.04101222229003906, 0.041059326171875, 0.04100505447387695, 0.041093120574951174, 0.041425918579101564, 0.08483328247070313, 0.041128959655761715, 0.04110131072998047, 0.040956928253173826, 0.04121395111083984, 0.04117401504516602, 0.04101939010620117, 0.04126924896240235, 0.041611263275146484, 0.04124467086791992, 0.04110745620727539, 0.04125798416137695, 0.041221118927001955, 0.041038848876953124, 0.041338878631591795, 0.041355262756347655, 0.04127436828613281, 0.04097945785522461, 0.041082878112792966, 0.04100403213500976, 0.04108185577392578, 0.04109107208251953, 0.0413306884765625, 0.041237503051757815, 0.0411412467956543, 0.041145343780517575, 0.04110335922241211, 0.041024513244628906, 0.041022464752197264, 0.0412231674194336, 0.04098355102539063, 0.041063423156738284, 0.041501697540283204, 0.04128153610229492, 0.041082878112792966, 0.041196544647216796, 0.041132030487060545, 0.04101529693603516, 0.041708545684814455, 0.04157235336303711, 0.04364287948608398, 0.04220723342895508, 0.04179046249389649, 0.04094668960571289, 0.04158054351806641, 0.04115251159667969, 0.0411412467956543, 0.04216729736328125, 0.04109107208251953, 0.04096409606933594, 0.041111553192138675, 0.04113919830322266, 0.04107263946533203, 0.040986625671386716, 0.041109504699707033, 0.04104294586181641, 0.04215500640869141, 0.04130508804321289, 0.041831424713134766, 0.04193280029296875, 0.04120678329467774, 0.04161228942871094, 0.04146995162963867, 0.08506572723388672, 0.04169830322265625, 0.04273049545288086, 0.04194406509399414, 0.041793537139892575, 0.0412149772644043, 0.040956928253173826, 0.04152217483520508, 0.04106137466430664, 0.041240577697753904, 0.041196544647216796, 0.040994815826416016, 0.041194496154785154, 0.04120576095581055, 0.04117708969116211, 0.04125900650024414, 0.04124467086791992, 0.040954879760742184, 0.04105830383300781, 0.04174540710449219, 0.041336830139160154, 0.04110745620727539, 0.04120883178710937, 0.04119859313964844, 0.04109823989868164, 0.040937473297119144, 0.04105420684814453, 0.04109107208251953, 0.040959999084472655, 0.04109823989868164, 0.04097536087036133, 0.04137779235839844, 0.041278465270996094, 0.041017345428466793, 0.041210880279541014, 0.041588737487792966, 0.04099379348754883, 0.041240577697753904, 0.04127641677856445, 0.04100096130371094, 0.04103987121582031, 0.04120678329467774, 0.04120985412597656, 0.04102963256835938, 0.04110028839111328, 0.04106137466430664, 0.04094771194458008, 0.04107468795776367, 0.04095078277587891, 0.04106547164916992, 0.04103577423095703, 0.040921089172363284, 0.041016319274902346, 0.041106433868408204, 0.04101324844360352, 0.04143820953369141, 0.0418600959777832, 0.04117504119873047, 0.041027584075927735, 0.04097536087036133, 0.04106752014160156, 0.04124671936035156, 0.04107059097290039, 0.08485171508789062, 0.041024513244628906, 0.04098457717895508, 0.04148019027709961, 0.04104806518554688, 0.04108390426635742, 0.041123870849609376, 0.04143510437011719, 0.04107161712646484, 0.041063423156738284, 0.04113817596435547, 0.04126105499267578, 0.041014270782470705, 0.04108595275878906, 0.04119551849365234, 0.041270271301269534, 0.042033153533935545, 0.04101324844360352, 0.041627647399902344, 0.04120371246337891, 0.04107161712646484, 0.04124467086791992, 0.0415365104675293, 0.041191425323486325, 0.04100403213500976, 0.04156927871704102, 0.04127641677856445, 0.041401344299316405, 0.04186214447021484, 0.04115763092041016, 0.041038848876953124, 0.04109414291381836, 0.04118527984619141, 0.04109414291381836, 0.04096716690063477, 0.041060352325439455, 0.043227134704589845, 0.041632766723632815, 0.04099174499511719, 0.041082878112792966, 0.04129280090332031, 0.04103372955322265, 0.04105625534057617, 0.04119756698608398, 0.041006080627441405, 0.04106137466430664, 0.041073665618896485, 0.04119039916992188, 0.0410880012512207, 0.040992767333984374, 0.042261505126953126, 0.042689537048339846, 0.04221952056884765, 0.04095078277587891, 0.04135935974121094, 0.0421212158203125, 0.04132966232299805, 0.041224193572998044, 0.041237503051757815, 0.041161727905273435, 0.04092211151123047, 0.041134078979492186, 0.040976383209228515, 0.08556237030029297, 0.04105011367797851, 0.04106854248046875, 0.040965118408203126, 0.04108595275878906, 0.04106649780273437, 0.04117504119873047, 0.04111360168457031, 0.0410777587890625, 0.041095169067382815, 0.041299968719482424, 0.041059326171875, 0.04125798416137695, 0.04105318450927734, 0.04126003265380859, 0.04119859313964844, 0.04229017639160156, 0.041078784942626956, 0.04109721755981445, 0.040956928253173826, 0.04093952178955078, 0.041038848876953124, 0.04094976043701172, 0.0409620475769043, 0.04230758285522461, 0.0422369270324707, 0.04249702453613281, 0.04136243057250977, 0.04123648071289063, 0.04110438537597656, 0.04110233688354492, 0.041011199951171876, 0.04130303955078125, 0.041057281494140625, 0.04094976043701172, 0.04110335922241211, 0.04103680038452148, 0.04102860641479492, 0.0409804801940918, 0.04150783920288086, 0.042534912109375, 0.04179558563232422, 0.04122623825073242, 0.04110131072998047, 0.041030654907226564, 0.04104806518554688, 0.041186302185058594, 0.04099174499511719, 0.04103372955322265, 0.041196544647216796, 0.04092313766479492, 0.040842239379882815, 0.04074803161621094, 0.04110438537597656, 0.041011199951171876, 0.04075929641723633, 0.04114329528808594, 0.0408350715637207, 0.04121395111083984, 0.04122828674316406, 0.040888320922851565, 0.0407347183227539, 0.041078784942626956, 0.08491622161865234, 0.041264129638671876, 0.04123136138916016, 0.04102963256835938, 0.04106444931030274, 0.04112793731689453, 0.040959999084472655, 0.04088729476928711, 0.04133375930786133, 0.04110028839111328, 0.04137779235839844, 0.041073665618896485, 0.04126617431640625, 0.041178112030029294, 0.04123648071289063, 0.04132454299926758, 0.04130099105834961, 0.04125593566894531, 0.04172697448730469, 0.04132556915283203, 0.041388031005859374, 0.04101939010620117, 0.041760768890380856, 0.041312255859375, 0.04157952117919922, 0.04122214508056641, 0.042759166717529294, 0.04152524948120117, 0.04131737518310547, 0.041608192443847655, 0.041148414611816404, 0.04177612686157227, 0.04149657440185547, 0.041316352844238284, 0.04111667251586914, 0.04112179183959961, 0.04113510513305664, 0.04087295913696289, 0.04119551849365234, 0.04102348709106445, 0.04129792022705078, 0.041275390625, 0.04167987060546875, 0.041338878631591795, 0.04108902359008789, 0.04117606353759766, 0.04129075241088867, 0.041178112030029294, 0.04109721755981445, 0.04099379348754883, 0.041111553192138675, 0.04114432144165039, 0.04201574325561523, 0.04325068664550781, 0.041381889343261716, 0.041815040588378906, 0.0414832649230957, 0.04382310485839844, 0.04149657440185547, 0.04136140823364258, 0.04140748977661133, 0.04113817596435547, 0.040994815826416016, 0.08518041229248047, 0.041164798736572264, 0.04104806518554688, 0.041388031005859374, 0.04115251159667969, 0.04184473419189453, 0.04117401504516602, 0.041970687866210936, 0.04211916732788086, 0.04131840133666992, 0.04124364852905273, 0.041322494506835936, 0.04132966232299805, 0.04125696182250976, 0.04112076950073242, 0.04159283065795898, 0.04134297561645508, 0.04117299270629883, 0.041253887176513675, 0.04106649780273437, 0.04093132781982422, 0.04119551849365234, 0.04147711944580078, 0.041082878112792966, 0.04199628829956055, 0.04101529693603516, 0.041441280364990236, 0.04159283065795898, 0.0410777587890625, 0.041215999603271485, 0.04111872100830078, 0.04115558242797852, 0.04132556915283203, 0.04118732833862305, 0.04115251159667969, 0.04097433471679687, 0.04108185577392578, 0.04101836776733398, 0.04135628890991211, 0.04104191970825195, 0.04125491333007812, 0.04199116897583008, 0.041237503051757815, 0.041619457244873044, 0.041431041717529295, 0.041278465270996094, 0.04115456008911133, 0.041022464752197264, 0.04244070434570312, 0.04131020736694336, 0.04159385681152344, 0.04132454299926758, 0.04104499053955078, 0.04147916793823242, 0.04096307373046875, 0.04134195327758789, 0.041750526428222655, 0.04187238311767578, 0.041388031005859374, 0.04105215835571289, 0.04124671936035156, 0.041181182861328124, 0.041404415130615234, 0.08502681732177735, 0.041523200988769535, 0.04160102462768555, 0.041376766204833985, 0.04157132720947266, 0.04112793731689453, 0.041398273468017575, 0.04109107208251953, 0.04168703842163086, 0.041490432739257815, 0.04133375930786133, 0.04119551849365234, 0.04119039916992188, 0.04118732833862305, 0.041455615997314454, 0.041425918579101564, 0.041586688995361325, 0.042038272857666016, 0.04110745620727539, 0.04122726440429687, 0.04115865707397461, 0.041285633087158206, 0.043774974822998046, 0.04262604904174805, 0.041529342651367186, 0.04151193618774414, 0.04127231979370117, 0.04106649780273437, 0.041204734802246096, 0.04111257553100586, 0.041148414611816404, 0.04114227294921875, 0.04149555206298828, 0.041237503051757815, 0.04102041625976562, 0.04094976043701172, 0.04101324844360352, 0.044114944458007815, 0.04196147155761719, 0.041040897369384766, 0.041403392791748046, 0.04266291046142578, 0.041063423156738284, 0.040989696502685545, 0.041322494506835936, 0.041202686309814454, 0.041095169067382815, 0.04134912109375, 0.04116889572143555, 0.04101222229003906, 0.04140031814575195, 0.041181182861328124, 0.04120985412597656, 0.04117299270629883, 0.041082878112792966, 0.041040897369384766, 0.041635841369628904, 0.0413829116821289, 0.04125183868408203, 0.041434112548828124, 0.04134707260131836, 0.041649150848388675, 0.04229939270019531]",tokens/s,23.845616573876374,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-65b,huggyllama/llama-65b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",llama,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,l,l,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/l/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947602-27dd64b830acb60053bfbc2c;3bee8329-17ee-4664-819f-864fdb8dd437) Repository Not Found for url: https://huggingface.co/l/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: l is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,B,B,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/B/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947729-7cb5fece1cf0a8f7364d0d52;153455a7-043a-4c1a-a22d-1f7e4a74cb89) Repository Not Found for url: https://huggingface.co/B/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: B is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,huggyllama/llama-30b,huggyllama/llama-30b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,6436.08576,20389.036032,0.0,19742.588928,18821.508608,s,10,15.157101196289062,1.5157101196289062,0.003170114166599588,1.5143783569335938,1.5197610107421875,1.5208548095703125,1.5217298486328126,"[1.5126845703125, 1.512470458984375, 1.5143804931640625, 1.5141666259765625, 1.514376220703125, 1.512878173828125, 1.515317626953125, 1.5193604736328126, 1.5195179443359375, 1.5219486083984375]",tokens/s,168.89773096103423,kWh,1.786541634135776e-05,9.79020476837144e-06,8.850873747360267e-05,0.00011616435858333187,tokens/kWh,2203774.058773418,MB,6438.002688,20389.036032,0.0,19742.588928,19408.2304,s,10,843.2092499999999,84.320925,0.002661197598122423,84.32021093750001,84.32392734375,84.325639453125,84.327009140625,"[84.323546875, 84.3200234375, 84.3196015625, 84.321078125, 84.3183359375, 84.3178828125, 84.3218359375, 84.3203984375, 84.3191953125, 84.3273515625]",tokens/s,0.7471455039185113,kWh,0.000995496139741606,0.0005456199585125352,0.004966448584266792,0.006507564682520933,tokens/kWh,9681.040922914766,,s,629,855.5100844726549,1.3601114220550974,0.18017856913180233,1.33838134765625,1.33879111328125,1.3389119140624999,2.8532972265625003,"[1.33838330078125, 1.338135498046875, 1.338103759765625, 1.337954345703125, 1.338292236328125, 1.338123291015625, 1.3379686279296874, 1.337951171875, 1.33804443359375, 1.3383045654296875, 1.3380516357421874, 1.337988037109375, 1.3382154541015625, 1.3380885009765624, 1.3382850341796875, 1.3384017333984375, 1.338282958984375, 1.33829833984375, 1.338177490234375, 1.3382943115234376, 1.338187744140625, 1.33867822265625, 1.338323974609375, 1.338177490234375, 1.3380833740234375, 1.33817236328125, 1.3384478759765626, 1.3384119873046876, 1.3385123291015626, 1.338522705078125, 1.338946533203125, 1.3383382568359374, 1.3386168212890626, 1.33869775390625, 1.3384273681640626, 1.3386065673828125, 1.3384437255859376, 1.33874072265625, 1.33851953125, 1.3385645751953126, 1.33836083984375, 1.3386669921875, 1.3389434814453125, 1.338682373046875, 1.3389168701171874, 1.3387059326171875, 1.338524658203125, 1.338112060546875, 1.3382738037109374, 1.338470458984375, 1.33846630859375, 1.338481689453125, 1.338217529296875, 1.3385523681640625, 1.3385206298828125, 1.3382369384765624, 1.337903076171875, 1.338323974609375, 1.338281982421875, 1.338577880859375, 1.33874072265625, 1.3389075927734375, 2.85612548828125, 1.3380362548828124, 1.3384171142578125, 1.338639404296875, 1.337964599609375, 1.33838134765625, 1.3382850341796875, 1.3384775390625, 1.3385257568359374, 1.3377781982421875, 1.338303466796875, 1.337987060546875, 1.3382584228515626, 1.338038330078125, 1.33821240234375, 1.3383648681640625, 1.338181640625, 1.33842431640625, 1.3387275390625, 1.3381058349609376, 1.3383424072265624, 1.338270751953125, 1.3384775390625, 1.3381263427734376, 1.338206298828125, 1.33825732421875, 1.3382103271484376, 1.3385584716796874, 1.338059814453125, 1.3389271240234375, 1.33803515625, 1.3390428466796875, 1.3384058837890624, 1.3389639892578125, 1.3388267822265625, 1.338429443359375, 1.33853076171875, 1.338356689453125, 1.338428466796875, 1.338724365234375, 1.3384376220703125, 1.338541015625, 1.3387283935546874, 1.3388216552734375, 1.3385850830078125, 1.3389854736328124, 1.3382000732421875, 1.3383629150390626, 1.3383331298828125, 1.3383916015625, 1.3385103759765624, 1.3383638916015625, 1.3384805908203126, 1.338123291015625, 1.3385267333984374, 1.3388809814453124, 1.33817041015625, 1.3378948974609375, 1.33848779296875, 1.33816015625, 1.33851953125, 1.33850927734375, 1.3387950439453125, 2.853568603515625, 1.338101806640625, 1.33815087890625, 1.3382379150390624, 1.33825439453125, 1.3381744384765626, 1.3384129638671876, 1.3381632080078125, 1.3381375732421874, 1.3378150634765624, 1.3382593994140626, 1.33808740234375, 1.337988037109375, 1.3381693115234374, 1.3381324462890625, 1.3380936279296876, 1.338429443359375, 1.338197021484375, 1.33809765625, 1.3381221923828126, 1.338328125, 1.3383106689453126, 1.3385123291015626, 1.338229736328125, 1.338282958984375, 1.3386322021484376, 1.338462158203125, 1.338744873046875, 1.338181640625, 1.3385010986328125, 1.3385123291015626, 1.3384263916015624, 1.3385533447265625, 1.3387633056640624, 1.3384591064453124, 1.338155029296875, 1.338788818359375, 1.338418212890625, 1.3386004638671876, 1.338249267578125, 1.3388902587890625, 1.3383546142578124, 1.3384744873046874, 1.3390633544921875, 1.338366943359375, 1.3388748779296875, 1.3383424072265624, 1.338250244140625, 1.3385625, 1.3382236328125, 1.338692626953125, 1.338902587890625, 1.33848779296875, 1.338251220703125, 1.33867626953125, 1.3384058837890624, 1.33861376953125, 1.3383055419921874, 1.338281982421875, 1.338312744140625, 1.338599365234375, 1.33861376953125, 1.3388585205078125, 2.85312109375, 1.3381170654296874, 1.338102783203125, 1.3384007568359375, 1.3381734619140624, 1.3384765625, 1.3382646484375, 1.337976806640625, 1.3380946044921875, 1.3380577392578126, 1.338217529296875, 1.3380413818359376, 1.3382645263671875, 1.3380198974609374, 1.338167236328125, 1.3382799072265625, 1.3384786376953124, 1.3382943115234376, 1.3386229248046875, 1.3382103271484376, 1.337924560546875, 1.3382840576171875, 1.33852978515625, 1.3382205810546874, 1.3383424072265624, 1.3382379150390624, 1.3384171142578125, 1.33878173828125, 1.3382154541015625, 1.3386751708984375, 1.3386956787109374, 1.338599365234375, 1.3385687255859375, 1.3383782958984376, 1.338692626953125, 1.3380567626953126, 1.338788818359375, 1.3382574462890624, 1.3384222412109374, 1.3383055419921874, 1.338651611328125, 1.3384990234375, 1.3384417724609374, 1.3387919921875, 1.338693603515625, 1.339273193359375, 1.3382420654296876, 1.3387283935546874, 1.3383782958984376, 1.3382728271484374, 1.3388123779296874, 1.3383935546875, 1.338482666015625, 1.3383321533203125, 1.33850732421875, 1.338587158203125, 1.3388779296875, 1.33827685546875, 1.3387684326171876, 1.3382061767578124, 1.3386629638671874, 1.33879296875, 1.3388123779296874, 2.85336572265625, 1.3381539306640624, 1.3380556640625, 1.338523681640625, 1.33804443359375, 1.3385030517578125, 1.338166259765625, 1.3381856689453124, 1.337996337890625, 1.3377669677734374, 1.3383956298828126, 1.33794921875, 1.3381846923828125, 1.337997314453125, 1.3380955810546875, 1.3382861328125, 1.3384765625, 1.3382677001953125, 1.3384693603515625, 1.338175537109375, 1.3383792724609376, 1.3383802490234376, 1.3384591064453124, 1.3381478271484375, 1.33817041015625, 1.33816015625, 1.33810888671875, 1.3385738525390625, 1.3384058837890624, 1.338608642578125, 1.338224609375, 1.338683349609375, 1.33831982421875, 1.338618896484375, 1.3387069091796875, 1.3382994384765625, 1.33880419921875, 1.338345458984375, 1.3385123291015626, 1.33853076171875, 1.338577880859375, 1.338240966796875, 1.33871826171875, 1.3390069580078126, 1.33830859375, 1.3391697998046874, 1.3380157470703125, 1.33829736328125, 1.338114013671875, 1.338156005859375, 1.3383414306640624, 1.3386527099609375, 1.3385123291015626, 1.3385001220703125, 1.338565673828125, 1.338566650390625, 1.338281005859375, 1.33831884765625, 1.3384908447265624, 1.3383905029296874, 1.3385390625, 1.3388421630859375, 1.3386884765625, 2.851640380859375, 1.338324951171875, 1.3379962158203125, 1.3380853271484374, 1.3381488037109375, 1.3381253662109376, 1.3382379150390624, 1.338017822265625, 1.338619873046875, 1.337976806640625, 1.33848681640625, 1.337903076171875, 1.338588134765625, 1.3379849853515624, 1.3383536376953125, 1.3382103271484376, 1.33810888671875, 1.3383853759765625, 1.3383260498046874, 1.3380946044921875, 1.338181640625, 1.3383946533203126, 1.3384130859375, 1.3385594482421874, 1.3382113037109375, 1.338124267578125, 1.338328125, 1.3386270751953124, 1.3382451171875, 1.338799072265625, 1.3383802490234376, 1.3385257568359374, 1.338417236328125, 1.33832080078125, 1.3384765625, 1.3382215576171874, 1.3384263916015624, 1.338396728515625, 1.33853076171875, 1.3386475830078124, 1.3387509765625, 1.3384683837890625, 1.3387899169921875, 1.3387919921875, 1.3385533447265625, 1.3391268310546875, 1.3381468505859375, 1.338397705078125, 1.3383485107421875, 1.33824609375, 1.33825634765625, 1.338388427734375, 1.3384888916015625, 1.33812841796875, 1.3388359375, 1.338244140625, 1.3383956298828126, 1.338101806640625, 1.3383690185546875, 1.3383741455078124, 1.3385155029296876, 1.3386322021484376, 1.33859228515625, 2.854215576171875, 1.338356689453125, 1.3385379638671875, 1.3381529541015624, 1.33810791015625, 1.3381365966796874, 1.3386229248046875, 1.3378641357421874, 1.338134521484375, 1.3378743896484375, 1.3383321533203125, 1.3382052001953124, 1.3383260498046874, 1.338207275390625, 1.3384837646484375, 1.338671142578125, 1.338228759765625, 1.3382061767578124, 1.338640380859375, 1.338203125, 1.3383311767578125, 1.3386884765625, 1.338472412109375, 1.33840380859375, 1.3382052001953124, 1.33817138671875, 1.3381181640625, 1.338577880859375, 1.3382061767578124, 1.338861572265625, 1.3389066162109375, 1.338660888671875, 1.3386341552734375, 1.3385523681640625, 1.3385430908203124, 1.338102783203125, 1.3386177978515625, 1.3383690185546875, 1.338588134765625, 1.3384847412109375, 1.3383792724609376, 1.3389332275390624, 1.3387847900390626, 1.3388912353515625, 1.338240966796875, 1.3393377685546874, 1.3380147705078125, 1.338346435546875, 1.3382327880859375, 1.33857177734375, 1.338472412109375, 1.33872021484375, 1.338575927734375, 1.33836181640625, 1.3385318603515626, 1.338082275390625, 1.3387274169921874, 1.3383782958984376, 1.3383505859375, 1.338428466796875, 1.3386341552734375, 1.3385738525390625, 1.3386802978515624, 2.85828515625, 1.33825439453125, 1.338598388671875, 1.338102783203125, 1.3382010498046875, 1.3382891845703124, 1.338208251953125, 1.337956298828125, 1.3384530029296875, 1.3379942626953125, 1.338576904296875, 1.3380638427734375, 1.338123291015625, 1.3382757568359376, 1.33821240234375, 1.338217529296875, 1.33817041015625, 1.3384171142578125, 1.338460205078125, 1.338281005859375, 1.33812841796875, 1.3382943115234376, 1.3385491943359376, 1.338522705078125, 1.338440673828125, 1.338386474609375, 1.338228759765625, 1.3383526611328125, 1.3381888427734374, 1.338619873046875, 1.3384171142578125, 1.3388001708984374, 1.33842431640625, 1.3388319091796874, 1.3386240234375, 1.3381939697265626, 1.33859228515625, 1.3382901611328124, 1.338334228515625, 1.3385902099609375, 1.33840380859375, 1.3385789794921874, 1.338714111328125, 1.3387325439453126, 1.338462158203125, 1.3388338623046876, 1.3383720703125, 1.33831884765625, 1.338462158203125, 1.33825537109375, 1.3387796630859374, 1.3383209228515625, 1.3384263916015624, 1.3384837646484375, 1.338556396484375, 1.338260498046875, 1.338534912109375, 1.3380771484375, 1.338418212890625, 1.338197021484375, 1.3385902099609375, 1.3388994140625, 1.33888818359375, 2.8586865234375, 1.338609619140625, 1.338398681640625, 1.338145751953125, 1.338203125, 1.338523681640625, 1.3383199462890625, 1.33819482421875, 1.33796142578125, 1.3378519287109376, 1.338119140625, 1.338113037109375, 1.338135498046875, 1.3380516357421874, 1.33864453125, 1.33827587890625, 1.338181640625, 1.3382677001953125, 1.3383045654296875, 1.337975830078125, 1.338377197265625, 1.3383536376953125, 1.3386004638671876, 1.33821435546875, 1.338138671875, 1.3382799072265625, 1.3388739013671875, 1.33859228515625, 1.33829833984375, 1.3384765625, 1.338504150390625, 1.3385277099609374, 1.338335205078125, 1.33824609375, 1.3385943603515624, 1.33834033203125, 1.338545166015625, 1.3384049072265625, 1.3381488037109375, 1.338460205078125, 1.3383106689453126, 1.3387652587890626, 1.3386905517578125, 1.338962890625, 1.338398681640625, 1.338982421875, 1.3382379150390624, 1.3384539794921875, 1.3381795654296875, 1.3384007568359375, 1.33836083984375, 1.338472412109375, 1.338291259765625, 1.338218505859375, 1.338640380859375, 1.338345458984375, 1.3385645751953126, 1.3381519775390625, 1.3383629150390626, 1.3388759765625, 1.3386044921875, 1.33867724609375, 1.3387591552734375, 2.86118408203125, 1.3389434814453125, 1.33874072265625, 1.338156005859375, 1.338240966796875, 1.3385543212890625, 1.3379993896484375, 1.3379625244140625, 1.33812841796875, 1.33773828125, 1.3383751220703124, 1.3379461669921875, 1.3382154541015625, 1.338399658203125, 1.338345458984375, 1.3383638916015625, 1.338197998046875, 1.3385594482421874, 1.3383792724609376, 1.33813037109375, 1.3387049560546875, 1.338354736328125, 1.3387908935546875, 1.338270751953125, 1.338091552734375, 1.33819287109375, 1.3384530029296875, 1.338455078125, 1.338661865234375, 1.338914794921875, 1.33852978515625, 1.33894140625, 1.3384273681640626, 1.33825634765625, 1.3386331787109376, 1.3382471923828125, 1.338392578125, 1.338302490234375, 1.3384324951171875, 1.33825537109375, 1.3385830078125, 1.3388687744140626, 1.3387059326171875, 1.338957763671875, 1.33882470703125, 1.33918408203125, 1.3382420654296876, 1.3383424072265624, 1.3381488037109375, 1.3381571044921876, 1.338545166015625, 1.338265625, 1.33840283203125, 1.338265625, 1.3387376708984375, 1.338366943359375, 1.3383372802734375, 1.338070068359375, 1.3385430908203124, 1.3384478759765626, 1.3390029296875, 1.3386383056640625, 1.3390069580078126]",tokens/s,0.7352338814190846,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.289728,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2625.98656,9028.763648,0.0,8382.316544,7939.283456,s,10,6.165609191894531,0.6165609191894531,0.001439653397024848,0.6159833984375,0.6172576660156249,0.6189813110351562,0.6203602270507812,"[0.6157730102539063, 0.6207049560546875, 0.6154873046875, 0.6165646362304688, 0.6165377197265625, 0.6158151245117187, 0.6168746337890625, 0.6159981689453125, 0.6159686279296875, 0.615885009765625]",tokens/s,415.20633571220213,kWh,7.2687008314662515e-06,3.98295215025712e-06,3.516605754459804e-05,4.641771052632141e-05,tokens/kWh,5515136.293825475,MB,2625.98656,9028.763648,0.0,8382.316544,8233.862144,s,10,338.1217890625,33.81217890625,0.0010735847560921045,33.812240234375,33.813633203125,33.813722851562495,33.813794570312496,"[33.81140234375, 33.81193359375, 33.81028125, 33.81291015625, 33.81206640625, 33.81083203125, 33.8124140625, 33.81361328125, 33.8138125, 33.8125234375]",tokens/s,1.8632339600082617,kWh,0.00039918773012028797,0.00021878949164742085,0.0019440407758196127,0.002562017997587322,tokens/kWh,24589.99119417886,,s,629,343.13429852294934,0.5455235270635123,0.07330267162846767,0.536690673828125,0.5369712402343749,0.5370589111328126,1.153123212890625,"[0.536447998046875, 0.53654833984375, 0.5363824462890625, 0.536595458984375, 0.536395751953125, 0.536637451171875, 0.5366241455078125, 0.536605712890625, 0.5362606201171874, 0.5368657836914063, 0.5363804321289063, 0.5366886596679687, 0.5363906860351563, 0.5366435546875, 0.5362196655273438, 0.536585205078125, 0.5362493286132812, 0.5370194091796875, 0.536542236328125, 0.5368770751953125, 0.5363814697265625, 0.5366333618164062, 0.5366722412109375, 0.53677978515625, 0.53680126953125, 0.5368053588867188, 0.536647705078125, 0.5366046752929687, 0.5369467163085937, 0.53671630859375, 0.53665380859375, 0.5370398559570313, 0.536537109375, 0.5368299560546875, 0.5365708618164062, 0.5366610107421875, 0.5365626831054687, 0.536722412109375, 0.5366077270507813, 0.5365964965820312, 0.5365596313476563, 0.5367767333984375, 0.5364439086914062, 0.536932373046875, 0.5368739624023438, 0.53686376953125, 0.5364971313476562, 0.5370101928710938, 0.5367367553710938, 0.536869873046875, 0.5364766845703125, 0.536900634765625, 0.5366435546875, 0.536932373046875, 0.5366773681640625, 0.5370142822265624, 0.536685546875, 0.5368391723632813, 0.5365176391601563, 0.5370234985351563, 0.5368289184570313, 0.5368719482421875, 1.1580068359375, 0.5365903930664062, 0.5371329956054688, 0.5363855590820312, 0.5365852661132813, 0.5363424682617187, 0.536585205078125, 0.5364224243164063, 0.5366988525390625, 0.5369517822265625, 0.537153564453125, 0.5364326171875, 0.536721435546875, 0.536453125, 0.536690673828125, 0.5363517456054687, 0.536563720703125, 0.5363988647460938, 0.5367879638671875, 0.5364132080078124, 0.536784912109375, 0.5365596313476563, 0.5364940795898437, 0.5364992065429688, 0.5367828369140625, 0.5366251220703125, 0.53686376953125, 0.5364090576171875, 0.5365841674804688, 0.5366661376953125, 0.5367070922851562, 0.536742919921875, 0.5366917114257812, 0.5364141845703125, 0.5367572631835937, 0.5365964965820312, 0.5365135498046875, 0.536501220703125, 0.536722412109375, 0.5365883178710937, 0.536563720703125, 0.5368657836914063, 0.5368831787109375, 0.536742919921875, 0.536732666015625, 0.53655859375, 0.537112548828125, 0.5369077758789063, 0.536669189453125, 0.536580078125, 0.5368289184570313, 0.5365380859375, 0.5366087646484375, 0.5367357177734375, 0.5367705688476563, 0.5368289184570313, 0.536911865234375, 0.53677978515625, 0.5371351318359375, 0.5367470092773438, 0.5369292602539063, 0.5371084594726563, 0.5370203857421875, 1.1526328125, 0.5366445922851563, 0.5366138916015625, 0.536363037109375, 0.5367664794921875, 0.5365811157226562, 0.5364561767578125, 0.5363773193359375, 0.5364439086914062, 0.5363814697265625, 0.5367193603515625, 0.5364623413085937, 0.53661181640625, 0.5364971313476562, 0.5363722534179688, 0.536489990234375, 0.5365944213867188, 0.5363978271484375, 0.5366681518554688, 0.5365657348632813, 0.5366773681640625, 0.5365667724609375, 0.536595458984375, 0.5366016235351563, 0.5367060546875, 0.5365811157226562, 0.5367408447265625, 0.5364060668945313, 0.5367572021484375, 0.5365862426757813, 0.5367152709960937, 0.5366753540039062, 0.5366527709960938, 0.5364623413085937, 0.5371474609375, 0.5365206298828125, 0.5368186645507812, 0.5366773681640625, 0.5368606567382812, 0.5365309448242187, 0.5366364135742188, 0.5366814575195312, 0.5368237915039062, 0.5366456298828125, 0.5367255249023437, 0.536848388671875, 0.5368125610351563, 0.5366128540039062, 0.5368760375976562, 0.5368555297851563, 0.5368391723632813, 0.536580078125, 0.5368125610351563, 0.5367971801757813, 0.536869873046875, 0.53675927734375, 0.536859619140625, 0.5367306518554688, 0.5370460205078125, 0.536543212890625, 0.536858642578125, 0.5368361206054687, 0.5368463134765625, 1.1538544921875, 0.5365811157226562, 0.5366527709960938, 0.53648486328125, 0.53648486328125, 0.5364992065429688, 0.5365022583007812, 0.5365626831054687, 0.5365975341796875, 0.5362677612304687, 0.5365288696289062, 0.5363916625976562, 0.5365759887695313, 0.5365391235351562, 0.5367060546875, 0.5364602661132812, 0.5364459228515625, 0.5363937377929687, 0.5367633666992188, 0.5369948120117187, 0.536901611328125, 0.5364592895507813, 0.536431640625, 0.5367992553710937, 0.536722412109375, 0.5369375, 0.5371658325195312, 0.536816650390625, 0.5367275390625, 0.5365729370117187, 0.5365442504882812, 0.53661181640625, 0.5367203979492188, 0.5365104370117187, 0.5370091552734375, 0.536647705078125, 0.5368258666992187, 0.5366620483398438, 0.5370664672851563, 0.5366456298828125, 0.5367869262695313, 0.5366251831054687, 0.5368422241210937, 0.5367409057617187, 0.53673779296875, 0.5369200439453125, 0.5369835815429688, 0.5367101440429688, 0.5367756958007812, 0.536605712890625, 0.5369313354492188, 0.5366343383789063, 0.5368842163085937, 0.5366947631835938, 0.5370408935546875, 0.5366026000976563, 0.536848388671875, 0.536748046875, 0.5367879638671875, 0.5366241455078125, 0.5369999389648438, 0.5369251708984375, 0.5369354248046875, 1.153869873046875, 0.5364306030273438, 0.5364418334960938, 0.5363456420898437, 0.536542236328125, 0.5364735717773438, 0.5364735717773438, 0.53648388671875, 0.5364367065429687, 0.5362861938476563, 0.536732666015625, 0.5364490356445313, 0.5367275390625, 0.5363240966796875, 0.53640087890625, 0.53631591796875, 0.5365862426757813, 0.5364346923828125, 0.5366824951171875, 0.5368053588867188, 0.5367879638671875, 0.536599609375, 0.5366302490234375, 0.5369886474609376, 0.536711181640625, 0.536721435546875, 0.536796142578125, 0.5365575561523438, 0.5366405029296875, 0.5367551879882813, 0.5367510986328125, 0.5366394653320312, 0.536648681640625, 0.5365442504882812, 0.5370214233398437, 0.5365883178710937, 0.5368555297851563, 0.5365698852539063, 0.5368135375976563, 0.5365309448242187, 0.5367337036132812, 0.5365657348632813, 0.5366886596679687, 0.537196533203125, 0.53675830078125, 0.5367787475585938, 0.5369528198242187, 0.5366651000976562, 0.5369630737304687, 0.5365892944335937, 0.5368842163085937, 0.5366292724609375, 0.5370153198242188, 0.5369415893554688, 0.5370337524414063, 0.5372006225585938, 0.536859619140625, 0.5367398681640625, 0.5367623901367188, 0.5365073852539063, 0.5370162963867188, 0.5367234497070312, 0.5370582885742188, 1.1531458740234375, 0.5364705200195312, 0.5366681518554688, 0.5363804321289063, 0.5363886108398438, 0.5364756469726563, 0.5364664306640625, 0.5365401611328126, 0.536416259765625, 0.5363035888671875, 0.5367296142578125, 0.5364285278320312, 0.5365032958984375, 0.536479736328125, 0.536352783203125, 0.5366026000976563, 0.5365340576171875, 0.5364674072265625, 0.5365104370117187, 0.5365411987304688, 0.5367285766601563, 0.5363517456054687, 0.53652685546875, 0.5369180297851562, 0.5368514404296875, 0.5370685424804688, 0.5368442993164062, 0.5365104370117187, 0.5370828857421875, 0.536679443359375, 0.5365964965820312, 0.53659033203125, 0.5366548461914062, 0.5363896484375, 0.53697021484375, 0.536563720703125, 0.5366937866210938, 0.5366200561523438, 0.5369671630859375, 0.5365391235351562, 0.5367275390625, 0.536658935546875, 0.536690673828125, 0.5367152709960937, 0.5369057006835938, 0.5368923950195312, 0.5368975219726563, 0.5367337036132812, 0.5367684936523438, 0.5366927490234376, 0.536722412109375, 0.536542236328125, 0.5369354248046875, 0.5368811645507813, 0.53682275390625, 0.5366046752929687, 0.5369548950195312, 0.5367941284179687, 0.536922119140625, 0.5365626831054687, 0.536975341796875, 0.5367193603515625, 0.5370153198242188, 1.1540572509765625, 0.5365452880859375, 0.5367817993164062, 0.5364510498046875, 0.5364029541015625, 0.536352783203125, 0.5365350341796875, 0.5363701782226562, 0.5369231567382813, 0.5363783569335937, 0.5364838256835938, 0.5365411987304688, 0.536494140625, 0.5365811157226562, 0.5364940795898437, 0.536395751953125, 0.5365975341796875, 0.5363773193359375, 0.5367418823242187, 0.536500244140625, 0.5367091064453124, 0.5365442504882812, 0.5366876220703125, 0.5366896362304687, 0.5367890014648438, 0.536721435546875, 0.5368831787109375, 0.5366046752929687, 0.5366005859375, 0.53669677734375, 0.5367347412109374, 0.5368207397460938, 0.5366753540039062, 0.536352783203125, 0.5369262084960937, 0.5364080810546875, 0.5368033447265625, 0.5368494262695312, 0.5367664794921875, 0.5367347412109374, 0.536669189453125, 0.5365504150390625, 0.5367367553710938, 0.5366998901367187, 0.5368668212890625, 0.536669189453125, 0.537059326171875, 0.5366917114257812, 0.5368176879882812, 0.5366077270507813, 0.5368545532226563, 0.5367203979492188, 0.536932373046875, 0.536816650390625, 0.5371740112304687, 0.5367347412109374, 0.5368494262695312, 0.5372958984375, 0.5368975219726563, 0.5367756958007812, 0.536911865234375, 0.536816650390625, 0.5369989013671875, 1.1533507080078125, 0.5366333618164062, 0.536700927734375, 0.5364121704101562, 0.5365677490234375, 0.536543212890625, 0.5365463256835937, 0.53659033203125, 0.5365555419921875, 0.5362913208007812, 0.5365339965820313, 0.5364132080078124, 0.5366364135742188, 0.5365258178710938, 0.5364510498046875, 0.5363507080078125, 0.5366098022460938, 0.5363865356445312, 0.536679443359375, 0.5367337036132812, 0.5368115234375, 0.53640087890625, 0.5366077270507813, 0.5367276000976563, 0.5367551879882813, 0.5366753540039062, 0.5368023071289062, 0.5366896362304687, 0.5367562255859375, 0.5366886596679687, 0.5366261596679688, 0.5366763305664063, 0.5368207397460938, 0.5363517456054687, 0.5370572509765625, 0.5365883178710937, 0.5371094970703125, 0.5369569091796875, 0.5369425659179687, 0.536500244140625, 0.5366784057617188, 0.5366405029296875, 0.5368790893554688, 0.53669580078125, 0.5369569091796875, 0.5366865844726563, 0.5374371948242187, 0.5367757568359375, 0.5369190063476562, 0.536690673828125, 0.5367654418945312, 0.53671630859375, 0.5369190673828125, 0.53690673828125, 0.5369476928710938, 0.5368565673828125, 0.537027587890625, 0.5368350830078125, 0.53691796875, 0.5366415405273437, 0.5371309814453125, 0.5368033447265625, 0.5369467163085937, 1.1533577880859376, 0.5367510986328125, 0.5366128540039062, 0.536431640625, 0.5363916625976562, 0.5363978271484375, 0.5365330200195313, 0.5364408569335938, 0.5366784057617188, 0.5363814697265625, 0.5370460205078125, 0.53640087890625, 0.5365524291992188, 0.5364510498046875, 0.5364623413085937, 0.5364613037109375, 0.5364879150390625, 0.5363118286132813, 0.5367357177734375, 0.5368207397460938, 0.5369169921875, 0.5366005859375, 0.5368955078125, 0.5365463256835937, 0.5368115234375, 0.536748046875, 0.5370255126953125, 0.53661181640625, 0.5370132446289062, 0.5365913696289063, 0.5367347412109374, 0.5369497680664063, 0.5367306518554688, 0.5366149291992187, 0.5370972290039062, 0.536642578125, 0.5368780517578124, 0.5365924072265625, 0.5369425659179687, 0.5370839233398438, 0.53680126953125, 0.5367603149414063, 0.5367490844726562, 0.5366896362304687, 0.5368125610351563, 0.53688525390625, 0.5368094482421875, 0.5367756958007812, 0.5368790893554688, 0.536732666015625, 0.5368176879882812, 0.5366179809570313, 0.5369610595703125, 0.5367265014648438, 0.53696923828125, 0.5366077270507813, 0.537112548828125, 0.5368370971679688, 0.536774658203125, 0.5365411987304688, 0.5368115234375, 0.5366661376953125, 0.5367930908203125, 1.15306494140625, 0.53646435546875, 0.5366159057617188, 0.5365698852539063, 0.5364930419921875, 0.536580078125, 0.5365565185546874, 0.536474609375, 0.5366661376953125, 0.5363200073242187, 0.5365155639648438, 0.5367122192382813, 0.536537109375, 0.5364735717773438, 0.536426513671875, 0.5363875732421876, 0.5367296142578125, 0.5363353881835937, 0.53671728515625, 0.5365411987304688, 0.5367490844726562, 0.5365330200195313, 0.5366384887695312, 0.5367664794921875, 0.5367367553710938, 0.5367357177734375, 0.5367675170898437, 0.5364070434570313, 0.5367142333984375, 0.5366456298828125, 0.5367705688476563, 0.5365892944335937, 0.5366998901367187, 0.5364541625976562, 0.5369794311523437, 0.53646337890625, 0.5367705688476563, 0.5365473022460937, 0.5370245361328125, 0.536875, 0.536679443359375, 0.5365883178710937, 0.5366005859375, 0.5366456298828125, 0.5369630737304687, 0.53676953125, 0.5369354248046875, 0.5367982177734375, 0.5370009765625, 0.5367684936523438, 0.5370101928710938, 0.5370214233398437, 0.5369425659179687, 0.5367664794921875, 0.5368330078125, 0.5366927490234376, 0.537059326171875, 0.53688525390625, 0.5369047241210938, 0.536648681640625, 0.5369476928710938, 0.5367716064453125, 0.537112548828125]",tokens/s,1.8331015077990864,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-7B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,5005.856768,8173.125632,0.0,7526.678528,6833.613824,s,10,3.237135192871093,0.32371351928710934,0.0011265830391930785,0.32340528869628904,0.3252778289794922,0.32533260955810545,0.3253764340209961,"[0.3226540832519531, 0.32538739013671875, 0.3225751647949219, 0.32281320190429685, 0.323228515625, 0.3222604675292969, 0.32358206176757814, 0.32464373779296873, 0.32526565551757813, 0.32472491455078123]",tokens/s,790.8227020106239,kWh,3.805233683023188e-06,2.085111826499997e-06,1.9868748533876518e-05,2.57590940433997e-05,tokens/kWh,9938237.717859311,MB,5005.856768,8173.125632,0.0,7526.678528,7110.583808,s,10,176.72496484375003,17.672496484375003,0.0017080130721937633,17.6719814453125,17.674641601562502,17.67482177734375,17.674965917968752,"[17.67114453125, 17.670958984375, 17.673966796875, 17.671052734375, 17.6746015625, 17.675001953125, 17.67048828125, 17.67075, 17.672818359375, 17.674181640625]",tokens/s,3.5648613683811425,kWh,0.00020860287739584842,0.00011433028744598232,0.00106939106731773,0.0013923242321595608,tokens/kWh,45248.081262138214,,s,629,179.35808807373044,0.2851479937579181,0.038540759752562596,0.2804643859863281,0.2806615966796875,0.280817041015625,0.6038926318359376,"[0.2805963134765625, 0.28048486328125, 0.28035687255859376, 0.28048077392578125, 0.2802708435058594, 0.28063641357421876, 0.280880126953125, 0.2805626831054687, 0.28056576538085937, 0.28044699096679687, 0.28062106323242186, 0.2806651000976563, 0.2804029541015625, 0.28052276611328125, 0.28037017822265625, 0.28041830444335936, 0.28037835693359375, 0.28043264770507814, 0.2805278625488281, 0.28084326171875, 0.280748046875, 0.28032305908203126, 0.2804572143554688, 0.2806138916015625, 0.2806814575195313, 0.2805565490722656, 0.28059237670898435, 0.28052276611328125, 0.2805063781738281, 0.2803814697265625, 0.28054525756835935, 0.2805565490722656, 0.28050546264648435, 0.280545166015625, 0.2803732604980469, 0.2802689514160156, 0.2804836730957031, 0.28037631225585935, 0.28042648315429686, 0.2804510803222656, 0.28022171020507813, 0.28037530517578124, 0.2806087646484375, 0.2803619689941406, 0.2803292236328125, 0.28030975341796877, 0.28040704345703127, 0.2805073852539062, 0.2803589172363281, 0.2804869079589844, 0.28044699096679687, 0.2804418640136719, 0.28030670166015625, 0.28054425048828124, 0.2804132080078125, 0.2802564697265625, 0.28043878173828124, 0.28012237548828123, 0.2805473327636719, 0.28069381713867186, 0.28056365966796876, 0.28044390869140623, 0.606454833984375, 0.28040594482421877, 0.28052581787109376, 0.2802616271972656, 0.28048382568359376, 0.2802401428222656, 0.28023602294921873, 0.28026571655273436, 0.2802964477539063, 0.28036309814453125, 0.28032196044921875, 0.28032000732421875, 0.28035482788085936, 0.28039883422851564, 0.2804223937988281, 0.2805524597167969, 0.28039678955078123, 0.280553466796875, 0.28060159301757814, 0.28041012573242186, 0.2802832336425781, 0.2802912292480469, 0.2802391052246094, 0.2806220703125, 0.2804019165039062, 0.28050433349609377, 0.28030157470703126, 0.2803660888671875, 0.2802759704589844, 0.28037631225585935, 0.28027188110351564, 0.2805688171386719, 0.2806599731445312, 0.280518798828125, 0.28085235595703123, 0.2807992248535156, 0.2804234313964844, 0.28058111572265626, 0.2803384399414062, 0.2803363952636719, 0.2804286193847656, 0.28044281005859373, 0.2804090881347656, 0.2804664306640625, 0.2803998718261719, 0.2803660888671875, 0.2832220153808594, 0.2804951171875, 0.28065899658203125, 0.28072747802734377, 0.2807408752441406, 0.280563720703125, 0.2804142150878906, 0.28033535766601564, 0.28055755615234373, 0.280489990234375, 0.2803722229003906, 0.28031402587890625, 0.28017034912109373, 0.2805073852539062, 0.28048895263671875, 0.2806773681640625, 0.2802821044921875, 0.6037001953125, 0.280263671875, 0.28055755615234373, 0.2806200256347656, 0.28048486328125, 0.28029132080078123, 0.2803927001953125, 0.28048077392578125, 0.28041522216796877, 0.2804715576171875, 0.28054425048828124, 0.2804725646972656, 0.28047360229492185, 0.2803722229003906, 0.280458251953125, 0.2804316101074219, 0.28048895263671875, 0.2804490356445313, 0.28044699096679687, 0.28046234130859377, 0.28052377319335936, 0.280511474609375, 0.28041830444335936, 0.28209765625, 0.2803117980957031, 0.2805626831054687, 0.2804756774902344, 0.28051861572265624, 0.28057907104492186, 0.2806241149902344, 0.2804572143554688, 0.28048281860351565, 0.2805565490722656, 0.28042245483398437, 0.28039572143554686, 0.28050433349609377, 0.2804633483886719, 0.2805053405761719, 0.28054629516601565, 0.2807029724121094, 0.2806098022460938, 0.2805504150390625, 0.2805821533203125, 0.28057089233398436, 0.28033444213867187, 0.28032501220703127, 0.28029541015625, 0.2819450988769531, 0.2804808349609375, 0.28046636962890625, 0.28050225830078124, 0.2803804016113281, 0.2805422058105469, 0.28032211303710936, 0.28040594482421877, 0.28035174560546877, 0.28062924194335936, 0.28064666748046874, 0.28025140380859376, 0.2804951171875, 0.2808965148925781, 0.2807439270019531, 0.2803025817871094, 0.6039674682617188, 0.2802984924316406, 0.2803036193847656, 0.2803732604980469, 0.2804992065429687, 0.2802586059570312, 0.28033941650390626, 0.2803660888671875, 0.28037530517578124, 0.28076544189453123, 0.2807685241699219, 0.2807357482910156, 0.2816512145996094, 0.2805882873535156, 0.28059341430664064, 0.28039678955078123, 0.2803189697265625, 0.280300537109375, 0.2803343505859375, 0.28028619384765624, 0.28039883422851564, 0.2803978271484375, 0.28032101440429685, 0.2804572143554688, 0.2802882690429688, 0.280342529296875, 0.2803343505859375, 0.28048794555664064, 0.2802626647949219, 0.28064364624023436, 0.2803271179199219, 0.2806200256347656, 0.28050433349609377, 0.280521728515625, 0.2802626647949219, 0.2803947448730469, 0.28026776123046876, 0.2804962463378906, 0.28034445190429685, 0.2803445739746094, 0.2804142150878906, 0.2802759704589844, 0.28033740234375, 0.28036300659179686, 0.2823341979980469, 0.2804653930664063, 0.28042547607421875, 0.2806005859375, 0.28057089233398436, 0.280553466796875, 0.28051046752929687, 0.28042752075195315, 0.28049099731445315, 0.28036505126953126, 0.2804695129394531, 0.28058724975585936, 0.28055960083007814, 0.28043777465820313, 0.2803456115722656, 0.28051864624023437, 0.28044082641601564, 0.2805299072265625, 0.28034048461914063, 0.6044927978515625, 0.28044390869140623, 0.28047564697265626, 0.2803916931152344, 0.2804715576171875, 0.2804223937988281, 0.28053607177734374, 0.2804244384765625, 0.28046029663085936, 0.2805473327636719, 0.28041830444335936, 0.2804009094238281, 0.28044287109375, 0.28053707885742185, 0.2805196838378906, 0.28043060302734374, 0.2806947937011719, 0.28244479370117187, 0.2806507568359375, 0.2805596923828125, 0.2804827575683594, 0.2806190185546875, 0.2803179626464844, 0.280352783203125, 0.2803558349609375, 0.28041830444335936, 0.28029541015625, 0.2804592590332031, 0.2803466186523437, 0.2804244384765625, 0.2802903137207031, 0.28051763916015626, 0.28042752075195315, 0.28032205200195315, 0.28036300659179686, 0.2805196838378906, 0.28048178100585935, 0.28048178100585935, 0.2802964477539063, 0.28041317749023437, 0.2806640625, 0.2805135498046875, 0.28036300659179686, 0.28051776123046873, 0.2803956604003906, 0.28043777465820313, 0.2803589172363281, 0.28044082641601564, 0.28042547607421875, 0.28058111572265626, 0.2805688171386719, 0.2803609619140625, 0.2805853576660156, 0.28058303833007814, 0.28053094482421875, 0.2804971618652344, 0.28056781005859377, 0.28342782592773436, 0.2802606201171875, 0.280511474609375, 0.28044699096679687, 0.28046234130859377, 0.28032101440429685, 0.6034566040039062, 0.2803240051269531, 0.28044287109375, 0.28026470947265625, 0.28046646118164065, 0.2802431640625, 0.2804776916503906, 0.28053912353515625, 0.280553466796875, 0.2805084228515625, 0.28041317749023437, 0.280406005859375, 0.28044699096679687, 0.2805145568847656, 0.28044000244140627, 0.2804590759277344, 0.2803117980957031, 0.28043060302734374, 0.2803947448730469, 0.28041317749023437, 0.2804346923828125, 0.28048281860351565, 0.2803292236328125, 0.28043060302734374, 0.2803916931152344, 0.28090573120117185, 0.281034912109375, 0.2807693786621094, 0.2806179809570313, 0.2805002136230469, 0.2804552001953125, 0.28051556396484373, 0.2805329895019531, 0.28052890014648435, 0.2803896179199219, 0.2805248107910156, 0.28049612426757814, 0.28070196533203123, 0.2834462585449219, 0.28048492431640626, 0.28036190795898436, 0.28037118530273436, 0.2805299072265625, 0.28084225463867185, 0.28050128173828126, 0.2805862121582031, 0.2804244384765625, 0.2804561767578125, 0.2806599731445312, 0.28053607177734374, 0.28061489868164063, 0.28050335693359374, 0.28050936889648437, 0.2803722229003906, 0.2803978271484375, 0.28043777465820313, 0.2805206909179688, 0.2805084228515625, 0.2803292236328125, 0.28083203125, 0.28075106811523437, 0.2806098022460938, 0.2802431945800781, 0.6047293701171875, 0.2803046264648438, 0.28038552856445315, 0.2803200378417969, 0.28035171508789064, 0.280205322265625, 0.28043878173828124, 0.280405029296875, 0.2803721923828125, 0.2802923583984375, 0.2804090881347656, 0.2803650817871094, 0.2803547973632812, 0.2803897705078125, 0.28044378662109376, 0.28044082641601564, 0.28047360229492185, 0.28044699096679687, 0.28070501708984374, 0.2806456298828125, 0.280531982421875, 0.2805053405761719, 0.2803169250488281, 0.2821160888671875, 0.2803343505859375, 0.2804653930664063, 0.2802472839355469, 0.28062310791015627, 0.2803384399414062, 0.28051559448242186, 0.28032513427734373, 0.2805145568847656, 0.28086477661132814, 0.2805626831054687, 0.28067840576171876, 0.28092825317382814, 0.28034866333007813, 0.280458251953125, 0.28032205200195315, 0.28049615478515627, 0.28045614624023435, 0.2804019165039062, 0.28041317749023437, 0.2805063781738281, 0.28031900024414064, 0.2803783264160156, 0.2802769775390625, 0.2803916931152344, 0.2805688171386719, 0.2805893249511719, 0.2807664489746094, 0.28051864624023437, 0.280453125, 0.28029440307617187, 0.28048794555664064, 0.2804981689453125, 0.28035687255859376, 0.28037530517578124, 0.2801438598632813, 0.280474609375, 0.2804223937988281, 0.28052276611328125, 0.2804583129882813, 0.605824951171875, 0.28028619384765624, 0.2806384582519531, 0.2806241149902344, 0.2806609802246094, 0.280263671875, 0.2804490356445313, 0.2804356994628906, 0.2804572143554688, 0.2802821044921875, 0.28043264770507814, 0.2805053405761719, 0.28048794555664064, 0.28051864624023437, 0.280521728515625, 0.28047052001953127, 0.28164608764648436, 0.2804326782226563, 0.2803670654296875, 0.2803937377929687, 0.2804633483886719, 0.2804572143554688, 0.2804356994628906, 0.2803651123046875, 0.2801980895996094, 0.2803189697265625, 0.28040606689453124, 0.2805523986816406, 0.28038861083984373, 0.2804223937988281, 0.28030670166015625, 0.28060159301757814, 0.28061489868164063, 0.28049099731445315, 0.2803456115722656, 0.2804869079589844, 0.2803640441894531, 0.28059854125976563, 0.280479736328125, 0.28065484619140624, 0.2805299072265625, 0.2803129577636719, 0.28043557739257813, 0.2806098022460938, 0.28044595336914063, 0.28049612426757814, 0.28042752075195315, 0.28031488037109376, 0.2805555114746094, 0.28026571655273436, 0.28036813354492185, 0.28044287109375, 0.280352783203125, 0.28028005981445314, 0.28044287109375, 0.28049612426757814, 0.2805616760253906, 0.28052276611328125, 0.280416259765625, 0.28058624267578125, 0.28044082641601564, 0.28082891845703123, 0.28066815185546873, 0.6064496459960937, 0.28037631225585935, 0.28064358520507815, 0.2803916931152344, 0.28039883422851564, 0.28029336547851563, 0.2804223937988281, 0.2804695129394531, 0.28044287109375, 0.2806394958496094, 0.28072970581054685, 0.28055029296875, 0.28057598876953127, 0.2806005859375, 0.28058624267578125, 0.280553466796875, 0.2804592590332031, 0.2818191223144531, 0.2805145568847656, 0.28053912353515625, 0.28071633911132815, 0.2805329895019531, 0.28040093994140625, 0.2804130859375, 0.28032000732421875, 0.2806302795410156, 0.28032205200195315, 0.2805473327636719, 0.28040499877929687, 0.2805749816894531, 0.2803865661621094, 0.2806026306152344, 0.28049099731445315, 0.2805350341796875, 0.2804643859863281, 0.2805053405761719, 0.28049099731445315, 0.2805206909179688, 0.28050125122070313, 0.28054937744140623, 0.2804787292480469, 0.28038861083984373, 0.28054425048828124, 0.2805473327636719, 0.280352783203125, 0.28046847534179686, 0.2804111328125, 0.28038348388671874, 0.2803814392089844, 0.2805504150390625, 0.28066815185546873, 0.2804643859863281, 0.28052581787109376, 0.28044595336914063, 0.2804920349121094, 0.2805177001953125, 0.2804632873535156, 0.280416259765625, 0.28042034912109376, 0.2804696044921875, 0.2805472412109375, 0.2804971618652344, 0.28035687255859376, 0.6061209716796875, 0.28034356689453127, 0.28048382568359376, 0.2802329711914063, 0.28037835693359375, 0.28030975341796877, 0.2804234313964844, 0.2804244384765625, 0.2806826477050781, 0.2807540283203125, 0.28043264770507814, 0.280531982421875, 0.2804561767578125, 0.28045208740234373, 0.2804736633300781, 0.2804694519042969, 0.28052276611328125, 0.2806302795410156, 0.2805452880859375, 0.2804142150878906, 0.28073370361328126, 0.2807664489746094, 0.28032818603515625, 0.280453125, 0.2803537902832031, 0.28041934204101565, 0.28231680297851564, 0.2805032958984375, 0.2803619689941406, 0.280521728515625, 0.2803240966796875, 0.28040704345703127, 0.2804725646972656, 0.2804316101074219, 0.2803804016113281, 0.2805718994140625, 0.2806169738769531, 0.28048281860351565, 0.2804500427246094, 0.28053912353515625, 0.28075314331054685, 0.2806179809570313, 0.2803937377929687, 0.28062310791015627, 0.2805350341796875, 0.2806814575195313, 0.2804490356445313, 0.2805248107910156, 0.2805606384277344, 0.2803978271484375, 0.28048281860351565, 0.28046234130859377, 0.2805616760253906, 0.28059033203125, 0.28056781005859377, 0.28047564697265626, 0.28059033203125, 0.28059442138671875, 0.28028619384765624, 0.28051763916015626, 0.28055960083007814, 0.28064358520507815, 0.28044390869140623]",tokens/s,3.5069508532084197,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,M,M,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/M/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-669474d3-6417f4a17d225fd42084226a;7815368f-ed88-4755-a8f2-d9c9b49da89c) Repository Not Found for url: https://huggingface.co/M/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: M is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1683.120128,4268.228608,0.0,3621.781504,3321.9712,s,10,1.5835611114501953,0.15835611114501952,0.0002432760965303171,0.15834259796142577,0.1586916259765625,0.15871616668701172,0.1587357992553711,"[0.1583701171875, 0.15801362609863281, 0.15831507873535156, 0.1584610595703125, 0.15813027954101563, 0.15804368591308593, 0.15823849487304686, 0.1585618896484375, 0.15868617248535155, 0.15874070739746093]",tokens/s,1616.6095400357494,kWh,1.8663097457546328e-06,1.0226546270502011e-06,9.562438205500817e-06,1.245140257830565e-05,tokens/kWh,20559932.77785704,MB,1683.120128,4268.228608,0.0,3621.781504,3406.526464,s,10,87.180978515625,8.7180978515625,0.00048726883322485365,8.7180791015625,8.718792089843749,8.718801318359375,8.718808701171875,"[8.718208984375, 8.718119140625, 8.7187900390625, 8.71769140625, 8.7170869140625, 8.7179404296875, 8.7180390625, 8.7178681640625, 8.718810546875, 8.718423828125]",tokens/s,7.226346970710914,kWh,0.0001029398274054337,5.641880498296756e-05,0.0005260174069246955,0.0006853760393130967,tokens/kWh,91920.34209882852,,s,629,88.46760430908203,0.14064801956928782,0.018822786380055575,0.13836082458496093,0.1384950286865234,0.13866905212402345,0.2966484619140625,"[0.1384652862548828, 0.13832499694824218, 0.1383004150390625, 0.13865164184570314, 0.13835775756835939, 0.13829324340820312, 0.13828608703613282, 0.13829222106933595, 0.13829837036132814, 0.13843353271484374, 0.13839974975585936, 0.13829225158691405, 0.13819696044921875, 0.13833830261230468, 0.138287109375, 0.1386312255859375, 0.13841197204589845, 0.1384069061279297, 0.1383679962158203, 0.13840179443359374, 0.13833523559570313, 0.13824716186523436, 0.13832499694824218, 0.13839768981933595, 0.13832704162597656, 0.1382574005126953, 0.13833319091796875, 0.13836390686035155, 0.1382748107910156, 0.13841714477539063, 0.13830860900878905, 0.1384355773925781, 0.13833529663085936, 0.13835565185546875, 0.138355712890625, 0.13838233947753906, 0.13844992065429687, 0.13832191467285157, 0.13868748474121093, 0.13832089233398437, 0.13826661682128907, 0.1382696990966797, 0.1383372802734375, 0.13843148803710936, 0.13840179443359374, 0.13822361755371093, 0.13872332763671874, 0.13843455505371094, 0.1383546905517578, 0.13846322631835936, 0.13841305541992188, 0.13839564514160158, 0.13846937561035155, 0.13838336181640626, 0.13838131713867188, 0.1384253387451172, 0.13829530334472656, 0.13834042358398438, 0.13844575500488282, 0.13846835327148438, 0.13837823486328124, 0.1383546905517578, 0.29648382568359377, 0.1383260192871094, 0.13826252746582032, 0.13835775756835939, 0.13829837036132814, 0.13829426574707032, 0.1382686767578125, 0.13816729736328126, 0.13833421325683593, 0.1383434295654297, 0.1381908416748047, 0.1382993927001953, 0.1387130889892578, 0.13834445190429687, 0.13831167602539063, 0.13829017639160157, 0.13832908630371094, 0.13837312316894532, 0.13833319091796875, 0.13843353271484374, 0.13834751892089844, 0.1383321533203125, 0.1382686767578125, 0.13828509521484375, 0.13874581909179687, 0.13843148803710936, 0.13834034729003905, 0.13839875793457032, 0.13837615966796876, 0.13825433349609376, 0.13831065368652343, 0.13836082458496093, 0.1384806365966797, 0.13845606994628906, 0.1384110107421875, 0.13827789306640625, 0.1383024597167969, 0.13834034729003905, 0.13865061950683594, 0.13830963134765625, 0.13831680297851562, 0.13835775756835939, 0.13843251037597656, 0.13835775756835939, 0.13831475830078124, 0.1383434295654297, 0.13835980224609376, 0.13880320739746094, 0.1382696990966797, 0.1383751678466797, 0.13831782531738282, 0.13841612243652343, 0.138503173828125, 0.13845094299316407, 0.1382758331298828, 0.13872537231445312, 0.13845811462402344, 0.13840792846679686, 0.13837318420410155, 0.13838739013671875, 0.13843968200683593, 0.13856562805175782, 0.13846630859375, 0.29675213623046875, 0.1383741455078125, 0.13833932495117188, 0.13844070434570313, 0.13835877990722656, 0.1383434295654297, 0.13840486145019532, 0.13837113952636718, 0.1382911376953125, 0.13827687072753905, 0.13835877990722656, 0.1383434295654297, 0.13828915405273437, 0.13830656433105468, 0.13836492919921875, 0.13824409484863281, 0.13835673522949218, 0.13839768981933595, 0.13829324340820312, 0.1383014373779297, 0.13878886413574218, 0.13837925720214844, 0.13828300476074218, 0.13832293701171874, 0.13829734802246094, 0.13838847351074218, 0.13845913696289064, 0.13843865966796876, 0.13835673522949218, 0.13830450439453126, 0.138392578125, 0.13835980224609376, 0.1383505859375, 0.13866905212402345, 0.13843455505371094, 0.1383260192871094, 0.13832191467285157, 0.1384304656982422, 0.13834854125976562, 0.13829324340820312, 0.138503173828125, 0.13836595153808592, 0.13847142028808593, 0.1383393859863281, 0.1383423309326172, 0.13838336181640626, 0.13868649291992188, 0.13833929443359375, 0.1384488983154297, 0.13846835327148438, 0.13832293701171874, 0.13825535583496093, 0.1384284210205078, 0.13832293701171874, 0.13836294555664064, 0.1388717498779297, 0.13845913696289064, 0.13841714477539063, 0.1383321533203125, 0.1383055419921875, 0.1384734649658203, 0.13845196533203125, 0.13848780822753906, 0.29713714599609375, 0.13830758666992188, 0.13848780822753906, 0.13828402709960938, 0.13829632568359376, 0.13830860900878905, 0.1383505859375, 0.1383424072265625, 0.13832704162597656, 0.13835877990722656, 0.1382461395263672, 0.13838336181640626, 0.13838233947753906, 0.1382748107910156, 0.13853695678710937, 0.13822979736328125, 0.13829014587402344, 0.13826048278808595, 0.13838951110839845, 0.13826559448242187, 0.13835775756835939, 0.13835980224609376, 0.13825433349609376, 0.13832908630371094, 0.13830450439453126, 0.13834649658203124, 0.13837004089355467, 0.13830656433105468, 0.1386649627685547, 0.13838438415527343, 0.1383311309814453, 0.13835366821289063, 0.138355712890625, 0.13838847351074218, 0.13841203308105468, 0.13835366821289063, 0.13838233947753906, 0.13834136962890625, 0.13843353271484374, 0.13829119873046875, 0.13841407775878906, 0.13866291809082032, 0.13838951110839845, 0.138387451171875, 0.13866905212402345, 0.13835264587402343, 0.1384284210205078, 0.13834751892089844, 0.1383679962158203, 0.13831782531738282, 0.1384847412109375, 0.138364990234375, 0.1383648681640625, 0.1383751678466797, 0.13844479370117188, 0.13832191467285157, 0.13848780822753906, 0.13843251037597656, 0.1383936004638672, 0.138323974609375, 0.13839564514160158, 0.13835673522949218, 0.138461181640625, 0.2967162780761719, 0.1382748107910156, 0.1382328338623047, 0.138281982421875, 0.13828402709960938, 0.13828608703613282, 0.13837312316894532, 0.13883392333984376, 0.13834136962890625, 0.13834649658203124, 0.1382881317138672, 0.13822361755371093, 0.13838336181640626, 0.1383741455078125, 0.13835366821289063, 0.1383311309814453, 0.13830963134765625, 0.13840287780761718, 0.13834028625488282, 0.13829119873046875, 0.13838951110839845, 0.1382748107910156, 0.13839053344726562, 0.1383024597167969, 0.13837721252441407, 0.13831884765625, 0.13837925720214844, 0.1383505859375, 0.13828402709960938, 0.13834445190429687, 0.1383321533203125, 0.13842227172851562, 0.13835264587402343, 0.13828504943847655, 0.13830758666992188, 0.13839768981933595, 0.1382993927001953, 0.1384417266845703, 0.13830758666992188, 0.13830348205566406, 0.13830758666992188, 0.13834751892089844, 0.13843968200683593, 0.13843455505371094, 0.1384284210205078, 0.13826048278808595, 0.1383024597167969, 0.13834034729003905, 0.13835162353515626, 0.13879295349121093, 0.13832191467285157, 0.1384417266845703, 0.13841612243652343, 0.13837925720214844, 0.13831065368652343, 0.13838336181640626, 0.13843865966796876, 0.13844377136230468, 0.1383864288330078, 0.13836595153808592, 0.1383198699951172, 0.13835366821289063, 0.13856153869628907, 0.2965135498046875, 0.13852262878417967, 0.138313720703125, 0.13832499694824218, 0.13835877990722656, 0.13817958068847655, 0.13831578063964844, 0.13847859191894532, 0.13845298767089845, 0.1382809600830078, 0.13832089233398437, 0.13828300476074218, 0.13835162353515626, 0.13830656433105468, 0.13829119873046875, 0.13846424865722656, 0.13839462280273437, 0.13834547424316407, 0.13833830261230468, 0.1382574005126953, 0.13829119873046875, 0.13849906921386718, 0.13836390686035155, 0.13835673522949218, 0.1384940185546875, 0.13831674194335938, 0.13841818237304687, 0.1383198699951172, 0.13836288452148438, 0.13829327392578125, 0.1384222412109375, 0.13836595153808592, 0.13837004089355467, 0.1383055419921875, 0.13833830261230468, 0.13828608703613282, 0.13838951110839845, 0.1382993927001953, 0.13840077209472657, 0.1383424072265625, 0.13836390686035155, 0.13843148803710936, 0.1384069061279297, 0.13832806396484376, 0.1384058837890625, 0.13885440063476562, 0.1384284210205078, 0.13841510009765626, 0.1385041961669922, 0.13834445190429687, 0.13850111389160155, 0.13828608703613282, 0.13839155578613282, 0.13837312316894532, 0.1383751678466797, 0.1383424072265625, 0.13839053344726562, 0.1383741455078125, 0.13865164184570314, 0.13836492919921875, 0.13836697387695313, 0.13834751892089844, 0.13845709228515626, 0.296700927734375, 0.13837210083007812, 0.13828915405273437, 0.1382318115234375, 0.13829734802246094, 0.13831065368652343, 0.13840486145019532, 0.13823692321777345, 0.13838336181640626, 0.13830656433105468, 0.13835775756835939, 0.13838131713867188, 0.13833319091796875, 0.13836390686035155, 0.13832293701171874, 0.13829119873046875, 0.13850111389160155, 0.13839462280273437, 0.13841407775878906, 0.13836697387695313, 0.13828608703613282, 0.13847244262695313, 0.13831578063964844, 0.13847450256347657, 0.13856358337402344, 0.13844070434570313, 0.13838336181640626, 0.13820314025878908, 0.13834136962890625, 0.13830758666992188, 0.13838847351074218, 0.13845811462402344, 0.13826048278808595, 0.1383311309814453, 0.13850726318359374, 0.13831475830078124, 0.13836595153808592, 0.1382328338623047, 0.13839564514160158, 0.1383004150390625, 0.13837210083007812, 0.13831782531738282, 0.13836492919921875, 0.13834445190429687, 0.13845094299316407, 0.1382645721435547, 0.13833932495117188, 0.13837004089355467, 0.13863116455078126, 0.1383751678466797, 0.138534912109375, 0.13837619018554687, 0.13832704162597656, 0.13872639465332032, 0.13836492919921875, 0.13835264587402343, 0.13841203308105468, 0.13840077209472657, 0.13845606994628906, 0.1384417266845703, 0.13871513366699217, 0.13842022705078125, 0.13836288452148438, 0.2970838928222656, 0.1382809600830078, 0.1386792907714844, 0.13821951293945312, 0.1383679962158203, 0.13824000549316406, 0.13837210083007812, 0.13828504943847655, 0.1383004150390625, 0.1384099884033203, 0.13828402709960938, 0.138313720703125, 0.1383024597167969, 0.13833932495117188, 0.13857696533203126, 0.1382665557861328, 0.13828504943847655, 0.13842227172851562, 0.13825843811035157, 0.13828402709960938, 0.13843353271484374, 0.13839974975585936, 0.13833830261230468, 0.13833523559570313, 0.13870693969726564, 0.1384355773925781, 0.13848268127441407, 0.13830348205566406, 0.13826661682128907, 0.13835264587402343, 0.13834751892089844, 0.138250244140625, 0.13872230529785157, 0.13839462280273437, 0.13842124938964845, 0.1384550476074219, 0.13836390686035155, 0.13832089233398437, 0.1383434295654297, 0.13832908630371094, 0.13836492919921875, 0.1382686767578125, 0.13832806396484376, 0.1384652862548828, 0.1383690185546875, 0.13835264587402343, 0.13824819946289063, 0.13838233947753906, 0.1383321533203125, 0.13844377136230468, 0.13827789306640625, 0.13836697387695313, 0.13839155578613282, 0.1383198699951172, 0.13844589233398438, 0.1384088897705078, 0.13845913696289064, 0.13832499694824218, 0.1383751678466797, 0.1383424072265625, 0.1384417266845703, 0.13880831909179686, 0.13837417602539062, 0.2972282409667969, 0.13836288452148438, 0.13836390686035155, 0.13834136962890625, 0.13842636108398437, 0.13838540649414063, 0.13833523559570313, 0.1382809600830078, 0.13829632568359376, 0.13837312316894532, 0.13864242553710937, 0.138281982421875, 0.13837004089355467, 0.13829324340820312, 0.13829632568359376, 0.13818368530273437, 0.13842022705078125, 0.13837619018554687, 0.1383372802734375, 0.13839462280273437, 0.13841407775878906, 0.1382881317138672, 0.13861888122558594, 0.1383004150390625, 0.13855235290527343, 0.13826658630371094, 0.13841818237304687, 0.13835673522949218, 0.13833523559570313, 0.1383424072265625, 0.13842431640625, 0.13855538940429687, 0.1385543670654297, 0.13856460571289062, 0.1382993927001953, 0.138287109375, 0.1383741455078125, 0.1384253387451172, 0.13832806396484376, 0.13832499694824218, 0.13877349853515625, 0.13835980224609376, 0.13835264587402343, 0.13834445190429687, 0.13842227172851562, 0.13838438415527343, 0.13843968200683593, 0.13832704162597656, 0.1384837188720703, 0.13837210083007812, 0.13837823486328124, 0.13839768981933595, 0.13845401000976562, 0.1384284210205078, 0.13831167602539063, 0.1384273986816406, 0.13845401000976562, 0.1383772430419922, 0.13836387634277345, 0.13833319091796875, 0.1384355773925781, 0.13832191467285157, 0.13856562805175782, 0.29724261474609376, 0.13822770690917968, 0.13827789306640625, 0.1382993927001953, 0.13828402709960938, 0.13867315673828126, 0.1383004150390625, 0.13833319091796875, 0.138387451171875, 0.13829426574707032, 0.1382645721435547, 0.1383362579345703, 0.13833523559570313, 0.13840179443359374, 0.13841203308105468, 0.13834751892089844, 0.13838029479980468, 0.1385113525390625, 0.13839768981933595, 0.1382256622314453, 0.13840179443359374, 0.1383372802734375, 0.13825637817382813, 0.13843455505371094, 0.13827072143554686, 0.1384652862548828, 0.13838336181640626, 0.1386475524902344, 0.13834547424316407, 0.138287109375, 0.13834649658203124, 0.138323974609375, 0.13837004089355467, 0.13835980224609376, 0.1384918975830078, 0.13832191467285157, 0.13835673522949218, 0.1383434295654297, 0.13836595153808592, 0.13842431640625, 0.1387939910888672, 0.138333251953125, 0.13844473266601562, 0.13842022705078125, 0.13834547424316407, 0.13843769836425782, 0.13835667419433595, 0.13826252746582032, 0.13870387268066406, 0.13846733093261718, 0.1384478759765625, 0.13836697387695313, 0.13846733093261718, 0.13832499694824218, 0.1384304656982422, 0.13830450439453126, 0.1384058837890625, 0.1384273986816406, 0.13835877990722656, 0.1384099884033203, 0.1383864288330078, 0.13835980224609376, 0.13846322631835936]",tokens/s,7.109947250322762,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/recurrentgemma-9b,google/recurrentgemma-9b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",recurrent_gemma,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2005.42208,14573.633536,0.0,13927.186432,13296.955904,s,10,9.524024536132812,0.9524024536132814,0.0010852390811085637,0.9522032165527343,0.9539188659667969,0.9542697967529297,0.9545505413818359,"[0.9514103393554687, 0.951977783203125, 0.9523505859375, 0.9522090454101563, 0.9521973876953125, 0.9515280151367187, 0.9530305786132812, 0.9538408813476562, 0.9546207275390625, 0.9508591918945313]",tokens/s,268.7939316291888,kWh,1.123729617607714e-05,6.157579007594904e-06,5.88906279205472e-05,7.628550310421925e-05,tokens/kWh,3355814.533336164,MB,2010.554368,14573.633536,0.0,13927.186432,13689.86112,s,10,525.81146484375,52.581146484375004,0.0022704449336062647,52.581212890625,52.58385859375,52.584171484375005,52.584421796875006,"[52.577671875, 52.5809765625, 52.57762890625, 52.5796875, 52.5818359375, 52.58353515625, 52.584484375, 52.58040625, 52.58144921875, 52.5837890625]",tokens/s,1.1981480856207853,kWh,0.0006207931025205838,0.00034024938436145015,0.0033247124678486496,0.004285754954730684,tokens/kWh,14699.860506597466,,s,629,533.5501309814451,0.8482514006064314,0.11310529284197529,0.8346654663085937,0.8349593505859375,0.8350500854492188,1.7862387646484374,"[0.8342568969726563, 0.834177001953125, 0.8340316162109375, 0.8339896240234375, 0.8343859252929687, 0.8342230834960938, 0.83403369140625, 0.8342937622070312, 0.834260986328125, 0.83433984375, 0.8342774047851562, 0.83435107421875, 0.83411865234375, 0.8343091430664062, 0.834212890625, 0.8344934692382813, 0.834450439453125, 0.8346500854492187, 0.8343572387695313, 0.8344688720703125, 0.8342722778320313, 0.8344197387695312, 0.8343050537109375, 0.834450439453125, 0.8345333862304688, 0.8348108520507812, 0.8347893676757813, 0.8348999633789063, 0.8348651733398438, 0.8344483642578125, 0.8347105102539063, 0.8347545776367188, 0.8344658203125, 0.8347709350585938, 0.8347525024414062, 0.8346183471679688, 0.8343388061523438, 0.8347689208984375, 0.8345046997070312, 0.834766845703125, 0.8349337768554688, 0.8346224365234375, 0.8348436279296875, 0.8348057861328125, 0.834651123046875, 0.8349522094726562, 0.834787353515625, 0.8347893676757813, 0.8345805053710937, 0.8346306762695312, 0.8346798095703125, 0.834845703125, 0.8349439697265625, 0.8348845825195312, 0.8347484130859375, 0.834639892578125, 0.8348118896484376, 0.8348733520507813, 0.8349398803710938, 0.8346644287109375, 0.8350023803710938, 0.834850830078125, 1.7863291015625, 0.8342435913085937, 0.8342221069335938, 0.8342097778320312, 0.8341124877929688, 0.8338370361328125, 0.8345620727539063, 0.834408447265625, 0.8343818359375, 0.834176025390625, 0.8345814819335937, 0.8342230834960938, 0.8343388061523438, 0.8340684814453125, 0.8340961303710938, 0.8345272216796875, 0.834597900390625, 0.8340101318359375, 0.8345886840820312, 0.8345128784179687, 0.83454052734375, 0.8344453125, 0.834681884765625, 0.8344514770507813, 0.8344340209960938, 0.834387939453125, 0.8350761108398438, 0.8349481201171876, 0.83491943359375, 0.8344442749023437, 0.8348098754882812, 0.8351273193359375, 0.8348323974609375, 0.834629638671875, 0.83496142578125, 0.834893798828125, 0.8345753784179688, 0.8343838500976563, 0.8349593505859375, 0.8347432861328125, 0.8348467407226563, 0.8343654174804688, 0.8347914428710937, 0.8350167236328125, 0.834597900390625, 0.8345046997070312, 0.8349603881835937, 0.8348651733398438, 0.8346859741210938, 0.8345835571289062, 0.8350269165039063, 0.8348037109375, 0.8348549194335938, 0.8346491088867187, 0.8347944946289062, 0.8351559448242187, 0.8349470825195312, 0.8346050415039062, 0.8348436279296875, 0.83485693359375, 0.8347361450195312, 0.8349389038085937, 0.8352757568359375, 1.7868953857421874, 0.834239501953125, 0.8343121948242187, 0.8339281616210937, 0.8342783813476562, 0.8341176147460938, 0.8344954833984375, 0.8341852416992187, 0.8343674926757813, 0.8341104736328125, 0.8347709350585938, 0.8342210693359375, 0.834271240234375, 0.8342528076171875, 0.8342261962890625, 0.8343224487304688, 0.8344442749023437, 0.8343070678710938, 0.8345794677734375, 0.83420263671875, 0.8342742919921875, 0.8343285522460937, 0.8346736450195312, 0.8344176635742188, 0.8345989379882812, 0.8345303344726562, 0.834661376953125, 0.8346869506835938, 0.8345282592773438, 0.8343490600585938, 0.8346204223632813, 0.8346695556640625, 0.8348159790039062, 0.8346920776367187, 0.835061767578125, 0.834703369140625, 0.8347535400390625, 0.8344586181640625, 0.8345753784179688, 0.8346798095703125, 0.83464599609375, 0.8346060791015625, 0.8348047485351563, 0.8346920776367187, 0.8349286499023437, 0.8346316528320312, 0.8349235229492188, 0.8346265869140626, 0.8348528442382812, 0.8345947875976563, 0.8347822265625, 0.8346214599609375, 0.8351661987304687, 0.8346654663085937, 0.8347852783203125, 0.8349481201171876, 0.8348272705078125, 0.8344913940429688, 0.8347811889648438, 0.834783203125, 0.8345733032226562, 0.8349972534179687, 0.8346869506835938, 1.7866065673828124, 0.8339681396484375, 0.8342732543945313, 0.8342620239257813, 0.83424462890625, 0.8341319580078125, 0.8344811401367187, 0.8340879516601563, 0.8342783813476562, 0.8343418579101562, 0.8345927734375, 0.8344811401367187, 0.8344268798828125, 0.8341002197265625, 0.8344013061523438, 0.8344903564453126, 0.83460400390625, 0.834218994140625, 0.8345497436523438, 0.834281494140625, 0.8343531494140625, 0.83462451171875, 0.8345477294921875, 0.834428955078125, 0.8345968627929687, 0.8343460083007812, 0.8349398803710938, 0.8349224853515625, 0.8347760620117187, 0.8342579345703125, 0.83485693359375, 0.8346583251953125, 0.8348344116210937, 0.8345528564453125, 0.8347555541992188, 0.8345999145507812, 0.8347709350585938, 0.8344995727539063, 0.8347730102539063, 0.8348549194335938, 0.8348323974609375, 0.8346767578125, 0.8349501342773438, 0.8346961669921875, 0.834502685546875, 0.8344944458007812, 0.8349481201171876, 0.8346951904296875, 0.8349030151367187, 0.8345897216796875, 0.8345579223632813, 0.8348395385742188, 0.834861083984375, 0.8348743896484375, 0.8350392456054687, 0.8349450073242187, 0.834892822265625, 0.8347330322265625, 0.8350228271484375, 0.8349419555664063, 0.8346183471679688, 0.8347791137695313, 0.8347914428710937, 1.7869598388671875, 0.8344483642578125, 0.8344074096679688, 0.8341729125976562, 0.8343480224609375, 0.8341801147460938, 0.8342251586914062, 0.834450439453125, 0.8344463500976562, 0.8342179565429687, 0.83455078125, 0.8342999267578125, 0.8347197265625, 0.8342855834960937, 0.8341248168945312, 0.8343623657226562, 0.8346275634765625, 0.8342835083007812, 0.8345282592773438, 0.8343121948242187, 0.8346050415039062, 0.834366455078125, 0.8344862670898437, 0.8342579345703125, 0.8349122314453125, 0.8347381591796875, 0.8345968627929687, 0.8347791137695313, 0.8348549194335938, 0.8345579223632813, 0.83485595703125, 0.8347893676757813, 0.8348446655273437, 0.8347125854492188, 0.8347647705078125, 0.8348006591796875, 0.835167236328125, 0.8343101196289062, 0.8346767578125, 0.8346480712890625, 0.8347863159179687, 0.8347391967773438, 0.8347310180664063, 0.8347698974609375, 0.834682861328125, 0.8344750366210938, 0.8349368286132812, 0.8346542358398438, 0.8351078491210937, 0.834682861328125, 0.8347207641601563, 0.834740234375, 0.8347996215820312, 0.834819091796875, 0.8347811889648438, 0.8348078002929687, 0.8347361450195312, 0.8348251953125, 0.8349490966796875, 0.8350146484375, 0.8349593505859375, 0.8347924194335937, 0.8348866577148437, 1.7860064697265625, 0.8340797729492188, 0.834634765625, 0.8344217529296875, 0.834271240234375, 0.8342354125976562, 0.8341995239257812, 0.8342015991210937, 0.8348784790039062, 0.8342230834960938, 0.8344760131835938, 0.834355224609375, 0.8343316650390625, 0.8340858764648438, 0.83468798828125, 0.834318359375, 0.8344176635742188, 0.8340848388671875, 0.8343910522460938, 0.8342159423828125, 0.8347781372070312, 0.8344566040039062, 0.8344750366210938, 0.83439306640625, 0.8344903564453126, 0.834356201171875, 0.8351047973632812, 0.8349972534179687, 0.8351416015625, 0.8345364379882813, 0.8350382690429687, 0.8348292846679688, 0.83485595703125, 0.834703369140625, 0.8348917846679688, 0.834724853515625, 0.83465625, 0.8344534912109375, 0.8351876831054688, 0.8349818725585938, 0.8346685180664063, 0.8344811401367187, 0.8348118896484376, 0.8349091796875, 0.8346603393554688, 0.8346275634765625, 0.8347863159179687, 0.8347678833007812, 0.8350003051757813, 0.8345159912109374, 0.8352000122070312, 0.83485595703125, 0.8348129272460938, 0.8348067626953125, 0.8348897094726563, 0.8349173583984375, 0.8349696044921875, 0.8349419555664063, 0.83489794921875, 0.8349153442382813, 0.834783203125, 0.83489892578125, 0.8353484497070313, 1.7875496826171875, 0.83426611328125, 0.83441357421875, 0.8342333374023437, 0.8344739990234376, 0.8344586181640625, 0.83456103515625, 0.8342015991210937, 0.8344934692382813, 0.8342947998046875, 0.8347279663085938, 0.8342517700195312, 0.8343777465820312, 0.8342333374023437, 0.8345589599609375, 0.8344320068359375, 0.83454052734375, 0.834840576171875, 0.8345497436523438, 0.8342630615234375, 0.8344944458007812, 0.8345855712890625, 0.8343357543945312, 0.83454052734375, 0.8345999145507812, 0.834629638671875, 0.8350054321289062, 0.83475048828125, 0.8350279541015625, 0.834783203125, 0.8348590087890625, 0.8347023315429688, 0.8349265747070312, 0.83475146484375, 0.8348958740234375, 0.834808837890625, 0.8347310180664063, 0.8342742919921875, 0.8348866577148437, 0.8347606811523437, 0.8346972045898438, 0.83504638671875, 0.834882568359375, 0.8346849365234374, 0.8346726684570313, 0.8345528564453125, 0.8350320434570313, 0.8347320556640625, 0.83503515625, 0.834597900390625, 0.8347381591796875, 0.8347044067382813, 0.8349091796875, 0.8352051391601563, 0.8348630981445313, 0.8348497924804688, 0.8348917846679688, 0.8350771484375, 0.8347893676757813, 0.8348630981445313, 0.8348784790039062, 0.834924560546875, 0.8349306640625, 1.7882449951171875, 0.8341411743164062, 0.8342907104492188, 0.8341688232421876, 0.834176025390625, 0.8342835083007812, 0.834440185546875, 0.8341227416992187, 0.83432958984375, 0.8342056884765625, 0.8345426025390625, 0.8342968139648438, 0.8344279174804687, 0.834123779296875, 0.8342886352539063, 0.8344586181640625, 0.8345753784179688, 0.8347064208984375, 0.8346838989257812, 0.8344534912109375, 0.8346859741210938, 0.8344586181640625, 0.8346920776367187, 0.8343807983398438, 0.8345630493164062, 0.8345108642578125, 0.8347289428710938, 0.8347269287109375, 0.8347647705078125, 0.834281494140625, 0.83489892578125, 0.8348795166015625, 0.8346900634765625, 0.8346286010742188, 0.8348436279296875, 0.83475146484375, 0.8347975463867188, 0.8343326416015625, 0.8346552124023437, 0.8346654663085937, 0.8346521606445313, 0.8345159912109374, 0.8347105102539063, 0.8347781372070312, 0.83464599609375, 0.8347125854492188, 0.834892822265625, 0.8348180541992187, 0.8347647705078125, 0.8346101684570313, 0.8349470825195312, 0.8347177124023437, 0.834862060546875, 0.8348518676757812, 0.8348856201171875, 0.8348856201171875, 0.8347228393554688, 0.8346388549804687, 0.8348385009765625, 0.8351815795898437, 0.83479345703125, 0.8349102172851562, 0.8349972534179687, 1.78903857421875, 0.83430810546875, 0.834324462890625, 0.8341258544921875, 0.8343060302734375, 0.8342313232421875, 0.83439306640625, 0.8342476806640625, 0.8343428955078125, 0.8341647338867187, 0.834492431640625, 0.834155517578125, 0.83439306640625, 0.8340746459960937, 0.8341831665039062, 0.8344094848632813, 0.8345589599609375, 0.8344105224609375, 0.8345712890625, 0.8346746826171875, 0.8346439819335938, 0.834255859375, 0.834229248046875, 0.8342005615234375, 0.8345313110351562, 0.8345477294921875, 0.8347064208984375, 0.834934814453125, 0.8347340698242187, 0.834471923828125, 0.8346367797851563, 0.8350924682617188, 0.8348487548828125, 0.8347361450195312, 0.834713623046875, 0.8347381591796875, 0.8348703002929687, 0.8346214599609375, 0.834862060546875, 0.8346736450195312, 0.8348037109375, 0.83455078125, 0.8347156372070312, 0.8351876831054688, 0.8349389038085937, 0.8345528564453125, 0.83502490234375, 0.8347473754882813, 0.8348026733398437, 0.8347842407226562, 0.8349747314453125, 0.8346767578125, 0.8350218505859375, 0.834845703125, 0.834820068359375, 0.8352081909179687, 0.8348630981445313, 0.8348703002929687, 0.83471875, 0.8347053833007813, 0.8348047485351563, 0.8348313598632813, 0.83502490234375, 1.7854996337890625, 0.8341278686523438, 0.8342036743164063, 0.8342425537109375, 0.8342538452148438, 0.8341544799804688, 0.8344166259765625, 0.8342988891601563, 0.8343961791992187, 0.8345087890625, 0.8346132202148437, 0.834361328125, 0.8343490600585938, 0.8341083984375, 0.83435107421875, 0.8346603393554688, 0.8345794677734375, 0.8344545288085937, 0.8346163330078125, 0.83426611328125, 0.8345128784179687, 0.8346419067382812, 0.8346603393554688, 0.8345886840820312, 0.8343777465820312, 0.8345149536132812, 0.83475048828125, 0.8353587036132812, 0.8350177001953125, 0.83487744140625, 0.8348590087890625, 0.8347443237304687, 0.834845703125, 0.8350238647460938, 0.8350320434570313, 0.8348866577148437, 0.8349900512695313, 0.8343019409179687, 0.8347074584960937, 0.8348876953125, 0.834471923828125, 0.8345046997070312, 0.8347555541992188, 0.8347340698242187, 0.8346757202148437, 0.8347177124023437, 0.8350750732421875, 0.8349061279296875, 0.8347852783203125, 0.8346204223632813, 0.8348692626953125, 0.8347852783203125, 0.8349942016601563, 0.8347944946289062, 0.8348538818359375, 0.8349583129882813, 0.8348231811523438, 0.8350525512695313, 0.8350955810546875, 0.834872314453125, 0.8346583251953125, 0.8347658081054687, 0.8350443725585938]",tokens/s,1.1788957840624614,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,01-ai/Yi-6B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,217063f5c507ed7cc255df7e1f64c4333a0b4dfe,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,3679.408128,5211.947008,0.0,4565.499904,4314.999808,s,10,2.770161926269531,0.2770161926269531,0.00038954072677746337,0.2770776824951172,0.27734534912109376,0.27749934997558595,0.2776225506591797,"[0.27674261474609374, 0.2769847412109375, 0.27730987548828123, 0.27728759765625, 0.27635653686523437, 0.2764561767578125, 0.27765335083007814, 0.2768892822265625, 0.2773111267089844, 0.27717062377929685]",tokens/s,924.1337034212481,kWh,3.2681062683328856e-06,1.7907745392713457e-06,1.5940996236273228e-05,2.099987704387746e-05,tokens/kWh,12190547.56678383,MB,3679.408128,5211.947008,0.0,4565.499904,4383.67232,s,10,150.9271240234375,15.09271240234375,0.0017216066376353506,15.09195849609375,15.09526240234375,15.095902685546875,15.096414912109376,"[15.091583984375, 15.091341796875, 15.091705078125, 15.09104296875, 15.0922578125, 15.0917822265625, 15.0951201171875, 15.092134765625, 15.09654296875, 15.0936123046875]",tokens/s,4.174199992720773,kWh,0.00017810572517929497,9.761652742247491e-05,0.0008565032572741228,0.0011322255098758925,tokens/kWh,55642.62547564899,,s,629,153.1809220733643,0.24353087770010215,0.03296066373518777,0.23950950622558595,0.23974298095703125,0.23996313781738282,0.5168466479492188,"[0.23945216369628905, 0.23953919982910157, 0.23968460083007812, 0.23963442993164064, 0.23936819458007813, 0.23935897827148436, 0.2393528289794922, 0.2393385009765625, 0.23933952331542968, 0.23946853637695312, 0.2394439697265625, 0.23947059631347656, 0.23952485656738282, 0.24019456481933593, 0.23945318603515625, 0.23931800842285156, 0.23931904602050783, 0.23950233459472656, 0.23965184020996094, 0.23977267456054688, 0.23953407287597656, 0.23931800842285156, 0.23936102294921874, 0.23944192504882814, 0.2398341064453125, 0.23968870544433593, 0.23944499206542968, 0.23950540161132813, 0.23957196044921875, 0.23936512756347655, 0.23935897827148436, 0.24057856750488282, 0.23942247009277343, 0.23948594665527342, 0.23955967712402343, 0.23962931823730468, 0.23951155090332032, 0.23962010192871094, 0.23965696716308593, 0.23969381713867188, 0.2400010223388672, 0.2394388427734375, 0.2393846435546875, 0.23953196716308595, 0.23952485656738282, 0.2395299835205078, 0.23947673034667968, 0.23948800659179686, 0.239425537109375, 0.23944805908203126, 0.23948594665527342, 0.23950028991699218, 0.23947981262207033, 0.23982489013671876, 0.2398750762939453, 0.2395371551513672, 0.23939276123046874, 0.23951052856445312, 0.23932211303710937, 0.23946853637695312, 0.23956991577148437, 0.23965286254882812, 0.5170247802734375, 0.2394245147705078, 0.23960780334472656, 0.23955661010742188, 0.23947775268554689, 0.2394562530517578, 0.23934361267089843, 0.2394460144042969, 0.2393702392578125, 0.23933132934570311, 0.23937338256835938, 0.23935276794433594, 0.23946754455566407, 0.2394797821044922, 0.2393763885498047, 0.2394398651123047, 0.23937945556640625, 0.2394634246826172, 0.23942758178710938, 0.239636474609375, 0.23944090270996093, 0.23956378173828125, 0.23968153381347657, 0.2395617218017578, 0.23952485656738282, 0.23980339050292968, 0.2395924530029297, 0.2395125732421875, 0.23965184020996094, 0.2397655029296875, 0.23940301513671874, 0.23943785095214845, 0.23952175903320314, 0.23947366333007813, 0.23953202819824218, 0.23946240234375, 0.23950950622558595, 0.23950848388671875, 0.2394245147705078, 0.2395125732421875, 0.23956787109375, 0.23944703674316406, 0.2399692840576172, 0.2396600341796875, 0.2399866943359375, 0.23942965698242188, 0.2412205810546875, 0.23945829772949218, 0.23941119384765625, 0.23947264099121093, 0.23952076721191407, 0.23945114135742188, 0.23943782043457032, 0.23948492431640625, 0.23950950622558595, 0.23944908142089844, 0.23953817749023437, 0.23956684875488282, 0.23948390197753905, 0.2394245147705078, 0.23945420837402343, 0.23962214660644532, 0.23948902893066407, 0.517369873046875, 0.23927090454101563, 0.2393896942138672, 0.23946035766601562, 0.2394214324951172, 0.23937330627441405, 0.23963955688476563, 0.23976856994628906, 0.2395536346435547, 0.23943466186523438, 0.23963853454589842, 0.2394429473876953, 0.23947366333007813, 0.2394316864013672, 0.23949618530273437, 0.23938560485839844, 0.2395494384765625, 0.23948492431640625, 0.23952493286132812, 0.23965484619140626, 0.23955967712402343, 0.2395617218017578, 0.23949311828613282, 0.23945216369628905, 0.23938458251953126, 0.23960575866699219, 0.23937741088867187, 0.23939173889160156, 0.23944499206542968, 0.23950131225585938, 0.23945730590820313, 0.23931082153320313, 0.2393795166015625, 0.23937939453125, 0.23943577575683594, 0.23950950622558595, 0.23960166931152344, 0.2397347869873047, 0.2399006652832031, 0.23948696899414063, 0.23966412353515626, 0.23997747802734376, 0.23990170288085938, 0.23953305053710938, 0.23942758178710938, 0.23930880737304688, 0.23941734313964844, 0.24087142944335938, 0.23961497497558593, 0.23958221435546875, 0.2394634246826172, 0.23948800659179686, 0.23938560485839844, 0.23953919982910157, 0.2394398651123047, 0.23934771728515625, 0.23942655944824218, 0.23955250549316406, 0.2398935089111328, 0.23997850036621093, 0.239636474609375, 0.23946240234375, 0.2394429473876953, 0.51730126953125, 0.2395177001953125, 0.23945933532714844, 0.23944703674316406, 0.23966105651855468, 0.23934669494628907, 0.2395023651123047, 0.23934562683105468, 0.2394071044921875, 0.2394276428222656, 0.23942343139648437, 0.23945933532714844, 0.24040754699707031, 0.23943270874023437, 0.23974195861816405, 0.2396354522705078, 0.23956582641601562, 0.23933235168457032, 0.23955558776855468, 0.23949725341796874, 0.23959138488769532, 0.23945933532714844, 0.23930368041992187, 0.23934873962402345, 0.23946957397460938, 0.2394460144042969, 0.23937741088867187, 0.2393896942138672, 0.23933132934570311, 0.23946957397460938, 0.2394460144042969, 0.23952383422851561, 0.23933952331542968, 0.23939482116699218, 0.23943270874023437, 0.23937741088867187, 0.24094003295898436, 0.2394951629638672, 0.23958732604980468, 0.2395863037109375, 0.23969894409179687, 0.23997747802734376, 0.239531005859375, 0.23978086853027344, 0.2395535430908203, 0.23945933532714844, 0.23951461791992187, 0.23946546936035157, 0.23960064697265626, 0.23933541870117186, 0.23949005126953124, 0.2394245147705078, 0.23949722290039063, 0.23944805908203126, 0.2395535430908203, 0.23939686584472655, 0.23944703674316406, 0.23948492431640625, 0.23967231750488283, 0.23944090270996093, 0.2395688934326172, 0.23974502563476563, 0.23947879028320312, 0.5162915649414063, 0.23938252258300782, 0.23961088562011718, 0.23962828063964844, 0.2396661834716797, 0.2393753662109375, 0.239393798828125, 0.23949311828613282, 0.23956787109375, 0.2393579559326172, 0.23929446411132813, 0.23930470275878907, 0.23943577575683594, 0.23941226196289062, 0.23958729553222657, 0.23963340759277343, 0.2395545654296875, 0.2407761993408203, 0.2394316864013672, 0.23948902893066407, 0.23958425903320313, 0.2395135955810547, 0.23950233459472656, 0.2393579559326172, 0.23941836547851564, 0.23933541870117186, 0.23930572509765624, 0.23937945556640625, 0.23934463500976563, 0.23944908142089844, 0.2393763885498047, 0.23937330627441405, 0.239393798828125, 0.23934054565429688, 0.23964262390136717, 0.2396917724609375, 0.2394562530517578, 0.23962828063964844, 0.23995391845703126, 0.2395863037109375, 0.23953511047363282, 0.23943373107910157, 0.2394214324951172, 0.23942758178710938, 0.2394009552001953, 0.23942655944824218, 0.2394808349609375, 0.23946957397460938, 0.24157901000976562, 0.23949005126953124, 0.23956787109375, 0.2394439697265625, 0.23955148315429686, 0.2394019775390625, 0.23946957397460938, 0.23939482116699218, 0.23954432678222656, 0.24014335632324219, 0.23952281188964844, 0.2394439697265625, 0.23965081787109374, 0.23975935363769532, 0.23970098876953125, 0.5165650024414062, 0.23947981262207033, 0.23947366333007813, 0.2394245147705078, 0.23938047790527345, 0.2393026580810547, 0.2393385009765625, 0.2394583740234375, 0.23941215515136718, 0.23945216369628905, 0.2394081268310547, 0.23946147155761718, 0.23950428771972657, 0.2396416015625, 0.23969279479980468, 0.23992933654785156, 0.23952589416503905, 0.23938975524902345, 0.23944493103027345, 0.23943782043457032, 0.23942962646484375, 0.23945933532714844, 0.23956684875488282, 0.2393753662109375, 0.23950643920898437, 0.2394388427734375, 0.23951052856445312, 0.23951667785644531, 0.23946240234375, 0.2394142761230469, 0.2393876495361328, 0.2396170196533203, 0.23955865478515626, 0.23972454833984375, 0.23970407104492186, 0.23945933532714844, 0.239572998046875, 0.23976856994628906, 0.24042393493652345, 0.23961907958984374, 0.23961497497558593, 0.239710205078125, 0.23955250549316406, 0.23957606506347656, 0.23960882568359376, 0.23944805908203126, 0.23943782043457032, 0.239494140625, 0.23961088562011718, 0.23943679809570312, 0.23943577575683594, 0.23953616333007813, 0.23951458740234374, 0.2396180419921875, 0.23972761535644532, 0.23953511047363282, 0.2395135955810547, 0.23968972778320313, 0.23984538269042968, 0.23959449768066407, 0.23953817749023437, 0.23950746154785157, 0.23957913208007814, 0.5175818481445312, 0.23948284912109374, 0.2396498565673828, 0.2398248291015625, 0.23955558776855468, 0.23936102294921874, 0.23938458251953126, 0.23937330627441405, 0.23946649169921874, 0.23945936584472657, 0.23942755126953125, 0.23957708740234376, 0.2396979217529297, 0.23967744445800782, 0.2397655029296875, 0.23957708740234376, 0.23960166931152344, 0.23957708740234376, 0.23954534912109374, 0.2396600341796875, 0.23951155090332032, 0.2395811767578125, 0.23966822814941408, 0.24108134460449218, 0.2395617218017578, 0.23959347534179687, 0.239403076171875, 0.23955142211914063, 0.23956787109375, 0.23950233459472656, 0.239425537109375, 0.23949107360839844, 0.23969587707519532, 0.2395156555175781, 0.2396416015625, 0.23986277770996095, 0.23959858703613282, 0.2394562530517578, 0.23942962646484375, 0.23961293029785155, 0.23967744445800782, 0.2394460144042969, 0.2395545654296875, 0.23965187072753907, 0.23954531860351563, 0.23963340759277343, 0.23980645751953125, 0.2396662139892578, 0.23950743103027344, 0.23945420837402343, 0.2395484161376953, 0.23942860412597655, 0.23954534912109374, 0.2396488037109375, 0.23963031005859375, 0.2396549072265625, 0.23964979553222657, 0.23958937072753905, 0.23968768310546876, 0.23956275939941407, 0.239636474609375, 0.23960575866699219, 0.23966105651855468, 0.5169561767578125, 0.23949725341796874, 0.23941218566894532, 0.239499267578125, 0.23955250549316406, 0.23934361267089843, 0.239425537109375, 0.23939482116699218, 0.23944090270996093, 0.23961599731445313, 0.239494140625, 0.23941017150878907, 0.23955865478515626, 0.23955558776855468, 0.2394429473876953, 0.23944502258300782, 0.24034915161132814, 0.23947676086425781, 0.23932925415039064, 0.2393456573486328, 0.239531005859375, 0.23949005126953124, 0.2393692169189453, 0.23939788818359375, 0.23952793884277343, 0.23940403747558595, 0.239393798828125, 0.2394818572998047, 0.23946853637695312, 0.2396498565673828, 0.2394336700439453, 0.2395473937988281, 0.23961293029785155, 0.23954226684570312, 0.2396743621826172, 0.23975013732910155, 0.23948287963867188, 0.23946957397460938, 0.23949209594726562, 0.23943064880371093, 0.23946957397460938, 0.2394634246826172, 0.23946138000488282, 0.2394818572998047, 0.23949311828613282, 0.2393866271972656, 0.23939283752441406, 0.2394664306640625, 0.2416926727294922, 0.23946035766601562, 0.23973887634277344, 0.2398802185058594, 0.23951971435546876, 0.23939788818359375, 0.2396037139892578, 0.23958937072753905, 0.23961190795898438, 0.23951052856445312, 0.2395473937988281, 0.23945420837402343, 0.23952076721191407, 0.23955865478515626, 0.2396477508544922, 0.517507080078125, 0.23942758178710938, 0.23951974487304686, 0.23946649169921874, 0.23950233459472656, 0.23932418823242188, 0.23946339416503906, 0.23955148315429686, 0.23976856994628906, 0.23992831420898436, 0.23951052856445312, 0.23954432678222656, 0.23955250549316406, 0.23959449768066407, 0.23981158447265624, 0.23974298095703125, 0.239531005859375, 0.2408396759033203, 0.23946138000488282, 0.2394398651123047, 0.23969894409179687, 0.23958732604980468, 0.23942758178710938, 0.23934976196289062, 0.23946751403808594, 0.23940914916992187, 0.23943373107910157, 0.2395617218017578, 0.23947981262207033, 0.23957913208007814, 0.23941734313964844, 0.2395914306640625, 0.23975628662109374, 0.2395361328125, 0.23944499206542968, 0.23951155090332032, 0.23946240234375, 0.23945730590820313, 0.23943267822265624, 0.239499267578125, 0.2395740203857422, 0.2395494384765625, 0.2396037139892578, 0.23970201110839845, 0.23956275939941407, 0.23950746154785157, 0.23941119384765625, 0.23958221435546875, 0.2397296600341797, 0.23951461791992187, 0.2397849578857422, 0.2421985321044922, 0.23952485656738282, 0.23948696899414063, 0.23967642211914061, 0.2395535430908203, 0.23963034057617189, 0.23951461791992187, 0.23957196044921875, 0.23962931823730468, 0.23986895751953125, 0.23965898132324218, 0.23948800659179686, 0.5172367553710937, 0.23942655944824218, 0.23950445556640626, 0.23951968383789063, 0.23932928466796874, 0.2394193878173828, 0.23956582641601562, 0.23957913208007814, 0.2394562530517578, 0.2394757080078125, 0.23965798950195313, 0.23960166931152344, 0.23951155090332032, 0.23952281188964844, 0.2395617218017578, 0.2394808349609375, 0.23945829772949218, 0.23952281188964844, 0.23955250549316406, 0.23943475341796874, 0.23958837890625, 0.23957398986816406, 0.23952076721191407, 0.23955661010742188, 0.23942860412597655, 0.2395371551513672, 0.24150732421875, 0.23956480407714845, 0.23950950622558595, 0.23948287963867188, 0.2395299835205078, 0.23949209594726562, 0.23956480407714845, 0.23948800659179686, 0.23970303344726562, 0.23955967712402343, 0.23953305053710938, 0.23935897827148436, 0.23950437927246093, 0.23950746154785157, 0.2395371551513672, 0.2395914306640625, 0.23947879028320312, 0.23953305053710938, 0.23946035766601562, 0.2394818878173828, 0.23942037963867188, 0.23974298095703125, 0.24000921630859376, 0.23952178955078124, 0.23960780334472656, 0.23982386779785156, 0.23970822143554688, 0.23959033203125, 0.2394982452392578, 0.2394562530517578, 0.23944805908203126, 0.23952281188964844, 0.23959347534179687, 0.23954124450683595, 0.23956690979003906, 0.2396149139404297, 0.2396979217529297]",tokens/s,4.106255475461544,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,/,/,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 373, in cached_file raise EnvironmentError( OSError: / does not appear to have a file named config.json. Checkout 'https://huggingface.co///tree/None' for available files. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,5928.198144,7053.246464,0.0,6406.79936,6098.60864,s,10,4.240164489746094,0.42401644897460944,0.0007862412146943955,0.4238206481933594,0.4252529205322265,0.42526194305419923,0.42526916107177737,"[0.4231962585449219, 0.42358792114257815, 0.42403680419921874, 0.42408154296875, 0.4247743225097656, 0.4236044921875, 0.4229784240722656, 0.4252709655761719, 0.42525091552734373, 0.4233828430175781]",tokens/s,603.7501625681733,kWh,4.996894775993295e-06,2.738078027505253e-06,2.4908191222833276e-05,3.264316402633182e-05,tokens/kWh,7842377.037761901,MB,5928.198144,7055.343616,0.0,6408.896512,6157.952,s,10,234.891478515625,23.4891478515625,0.0008632158708629218,23.4891904296875,23.490145703125002,23.4903619140625,23.4905348828125,"[23.490578125, 23.48784375, 23.4893828125, 23.49009765625, 23.4881875, 23.49003515625, 23.489291015625, 23.48875, 23.48822265625, 23.48908984375]",tokens/s,2.6820896355254216,kWh,0.0002773190428689122,0.00015199443763651288,0.0013502960478285586,0.0017796095283339835,tokens/kWh,35401.02421174306,,s,629,238.3356229553223,0.3789119601833422,0.050402910658677205,0.3728250732421875,0.3730047119140625,0.3731396545410156,0.7967181420898437,"[0.3726909484863281, 0.3727615966796875, 0.37275033569335936, 0.37272882080078124, 0.372853759765625, 0.3727329406738281, 0.3727196044921875, 0.37270938110351565, 0.37320193481445313, 0.37283941650390623, 0.3727615966796875, 0.37314047241210935, 0.37314047241210935, 0.3727513732910156, 0.3729571838378906, 0.3727513732910156, 0.37278411865234373, 0.37285888671875, 0.3729561462402344, 0.37282611083984374, 0.37271142578125, 0.3728527221679688, 0.3729326171875, 0.3729141845703125, 0.37295822143554686, 0.372853759765625, 0.37274215698242186, 0.3729397888183594, 0.37267864990234373, 0.37283428955078124, 0.3728598937988281, 0.372780029296875, 0.37270834350585935, 0.3727237243652344, 0.37280563354492186, 0.373138427734375, 0.372895751953125, 0.37279437255859377, 0.37294692993164064, 0.3730411376953125, 0.3728271484375, 0.37274520874023437, 0.37282302856445315, 0.37274215698242186, 0.37277490234375, 0.3727185974121094, 0.3728598937988281, 0.3727492980957031, 0.37287014770507815, 0.3729827880859375, 0.3730401306152344, 0.3728189392089844, 0.3728404541015625, 0.3727615966796875, 0.37286297607421875, 0.3739125671386719, 0.3729490051269531, 0.37281280517578125, 0.37288858032226563, 0.37284146118164063, 0.3727615966796875, 0.3727492980957031, 0.796822509765625, 0.37277081298828124, 0.3728988037109375, 0.37286297607421875, 0.37280767822265626, 0.37276980590820313, 0.37276568603515625, 0.372664306640625, 0.37277798461914063, 0.3728087158203125, 0.37276364135742185, 0.37271755981445315, 0.3729407958984375, 0.3727431640625, 0.3728045959472656, 0.37276364135742185, 0.37279232788085936, 0.3727605895996094, 0.3727933349609375, 0.37284146118164063, 0.3728793640136719, 0.3727667236328125, 0.3727462463378906, 0.3726837768554688, 0.37286810302734374, 0.3728844909667969, 0.37282815551757814, 0.3727462463378906, 0.3726909484863281, 0.37285479736328125, 0.3729295349121094, 0.372664306640625, 0.3727810668945313, 0.37266738891601564, 0.3728240661621094, 0.37283428955078124, 0.37280667114257815, 0.37290496826171876, 0.3727431640625, 0.37279437255859377, 0.3728773193359375, 0.3727790222167969, 0.37273907470703127, 0.3729797058105469, 0.3727872009277344, 0.3729725341796875, 0.37286297607421875, 0.3727892456054688, 0.3729284973144531, 0.37281997680664064, 0.37299508666992187, 0.3726796875, 0.37273907470703127, 0.37301861572265627, 0.3727605895996094, 0.3729971313476563, 0.3728527221679688, 0.3729121398925781, 0.37293875122070314, 0.3727738952636719, 0.3729407958984375, 0.37281689453125, 0.37280667114257815, 0.7972147216796875, 0.37270834350585935, 0.37275851440429686, 0.37316915893554686, 0.3728302001953125, 0.37271142578125, 0.37290292358398436, 0.3729121398925781, 0.3727564697265625, 0.3728250732421875, 0.37277490234375, 0.3727329406738281, 0.37278515625, 0.372853759765625, 0.37280667114257815, 0.372890625, 0.3730401306152344, 0.37271755981445315, 0.37296640014648436, 0.37314151000976564, 0.37271450805664064, 0.37271551513671874, 0.3727831115722656, 0.37286297607421875, 0.37275341796875, 0.3726489562988281, 0.3726499938964844, 0.37285580444335936, 0.37283428955078124, 0.372684814453125, 0.37318450927734376, 0.3728486328125, 0.3727667236328125, 0.3728619384765625, 0.37320703125, 0.37286297607421875, 0.3729203186035156, 0.372780029296875, 0.37272064208984373, 0.372780029296875, 0.37288858032226563, 0.3727615966796875, 0.37287832641601565, 0.37283328247070313, 0.37265716552734374, 0.3728660583496094, 0.3727339477539062, 0.3727984619140625, 0.37280255126953127, 0.37279437255859377, 0.3728988037109375, 0.372843505859375, 0.3729090576171875, 0.372811767578125, 0.3728015441894531, 0.3728568420410156, 0.3730687866210938, 0.37280767822265626, 0.3727984619140625, 0.3731435546875, 0.3727820739746094, 0.3728988037109375, 0.37287014770507815, 0.79723828125, 0.372748291015625, 0.3729121398925781, 0.372780029296875, 0.37285784912109377, 0.37321624755859373, 0.37275851440429686, 0.37264080810546873, 0.3728076477050781, 0.37328793334960936, 0.3728517150878906, 0.37312921142578126, 0.3726581726074219, 0.3728322448730469, 0.3728465881347656, 0.3728465881347656, 0.37285479736328125, 0.3727339477539062, 0.37266943359375, 0.37281484985351565, 0.372738037109375, 0.37278616333007814, 0.3727052917480469, 0.3727339477539062, 0.37282815551757814, 0.3726755981445313, 0.37273599243164063, 0.3728240661621094, 0.37270834350585935, 0.37299200439453123, 0.37282611083984374, 0.3730687866210938, 0.37305035400390624, 0.3729971313476563, 0.37284762573242186, 0.3728947143554687, 0.37294692993164064, 0.373064697265625, 0.37282302856445315, 0.37282815551757814, 0.37269708251953126, 0.3728568420410156, 0.3730114440917969, 0.37281484985351565, 0.372706298828125, 0.37283328247070313, 0.3727677307128906, 0.37275033569335936, 0.37276364135742185, 0.37286810302734374, 0.37285580444335936, 0.3730206604003906, 0.3728721923828125, 0.37273703002929687, 0.37278411865234373, 0.3727810668945313, 0.37282815551757814, 0.37268991088867187, 0.372843505859375, 0.3728404541015625, 0.37287014770507815, 0.37319781494140625, 0.3732561950683594, 0.7978936157226563, 0.37297357177734375, 0.3727278137207031, 0.3729295349121094, 0.37272268676757814, 0.3728271484375, 0.3726704711914062, 0.3726305236816406, 0.3727124328613281, 0.373001220703125, 0.3726376953125, 0.3726407775878906, 0.3728486328125, 0.372822021484375, 0.37276980590820313, 0.37266226196289065, 0.3728844909667969, 0.37276980590820313, 0.37276980590820313, 0.3727831115722656, 0.37270733642578124, 0.3727339477539062, 0.37273703002929687, 0.372748291015625, 0.372895751953125, 0.3728742370605469, 0.3728404541015625, 0.3729459228515625, 0.3727339477539062, 0.37284249877929687, 0.37284146118164063, 0.3728271484375, 0.3727185974121094, 0.37319064331054685, 0.37279232788085936, 0.3728660583496094, 0.3728517150878906, 0.37299508666992187, 0.3727933349609375, 0.37292645263671875, 0.3728650207519531, 0.37288037109375, 0.3727933349609375, 0.3727595520019531, 0.372701171875, 0.3728240661621094, 0.37269503784179686, 0.37287115478515626, 0.37288858032226563, 0.37272882080078124, 0.3728097229003906, 0.37293157958984374, 0.3728937072753906, 0.37281689453125, 0.37296844482421876, 0.3728373718261719, 0.37314151000976564, 0.37274420166015626, 0.37282302856445315, 0.3729407958984375, 0.37278515625, 0.3729490051269531, 0.3727882385253906, 0.7968818969726562, 0.37289166259765627, 0.3727564697265625, 0.37314047241210935, 0.37275851440429686, 0.37275341796875, 0.3727810668945313, 0.37276467895507814, 0.3728670654296875, 0.37284146118164063, 0.3728240661621094, 0.37266738891601564, 0.37273703002929687, 0.3727615966796875, 0.3727687683105469, 0.3727124328613281, 0.37284249877929687, 0.37286297607421875, 0.3728650207519531, 0.3729090576171875, 0.372642822265625, 0.372811767578125, 0.3728302001953125, 0.37274520874023437, 0.3727267761230469, 0.3728302001953125, 0.3726663818359375, 0.37289675903320313, 0.3727339477539062, 0.3727339477539062, 0.37296127319335937, 0.37266021728515625, 0.37277593994140623, 0.3729090576171875, 0.3729879150390625, 0.37280667114257815, 0.37285580444335936, 0.3727400817871094, 0.373080078125, 0.3728445434570313, 0.37341592407226565, 0.37341900634765623, 0.3727411193847656, 0.37296844482421876, 0.3728793640136719, 0.3728035888671875, 0.37276364135742185, 0.3726755981445313, 0.3727882385253906, 0.37276467895507814, 0.3730616455078125, 0.3729203186035156, 0.37335140991210936, 0.37285479736328125, 0.3728292236328125, 0.3729039001464844, 0.3727032470703125, 0.3728773193359375, 0.3730513916015625, 0.372701171875, 0.3728517150878906, 0.3728353271484375, 0.3729141845703125, 0.796095458984375, 0.37281381225585936, 0.3726960754394531, 0.37284249877929687, 0.37278616333007814, 0.3727964172363281, 0.3726796875, 0.37272268676757814, 0.3727769470214844, 0.3726714782714844, 0.37295822143554686, 0.37281689453125, 0.3726376953125, 0.37286810302734374, 0.37288037109375, 0.37296640014648436, 0.3727790222167969, 0.37272882080078124, 0.37284146118164063, 0.37298175048828125, 0.37272882080078124, 0.37291110229492186, 0.37273599243164063, 0.3727267761230469, 0.37271038818359375, 0.372853759765625, 0.37274725341796877, 0.3727984619140625, 0.372885498046875, 0.37299508666992187, 0.37281997680664064, 0.3729213562011719, 0.37272882080078124, 0.373032958984375, 0.37307391357421876, 0.3728363647460938, 0.37282815551757814, 0.3728087158203125, 0.3728824462890625, 0.37300634765625, 0.3728322448730469, 0.3730145263671875, 0.37303704833984375, 0.37271755981445315, 0.3727237243652344, 0.37280563354492186, 0.37287014770507815, 0.3728302001953125, 0.3729704895019531, 0.3728486328125, 0.3729725341796875, 0.372890625, 0.37290292358398436, 0.37265921020507814, 0.37278515625, 0.37288140869140624, 0.37280050659179687, 0.372917236328125, 0.37298074340820314, 0.37283328247070313, 0.37277798461914063, 0.3730595703125, 0.37283123779296873, 0.7982418212890625, 0.3727196044921875, 0.3727431640625, 0.37278411865234373, 0.3728455810546875, 0.3728035888671875, 0.3726776428222656, 0.3727595520019531, 0.3727492980957031, 0.3727349853515625, 0.3727912902832031, 0.37254962158203125, 0.3728793640136719, 0.3726776428222656, 0.3727882385253906, 0.37269503784179686, 0.37284762573242186, 0.3728517150878906, 0.37276263427734374, 0.37303091430664065, 0.3731087341308594, 0.37288958740234374, 0.37265408325195315, 0.372632568359375, 0.37281585693359376, 0.37261721801757813, 0.3727052917480469, 0.3728619384765625, 0.37265921020507814, 0.37284249877929687, 0.37281689453125, 0.3733667907714844, 0.3728865356445312, 0.3727513732910156, 0.37287115478515626, 0.3729981384277344, 0.37291928100585936, 0.3728742370605469, 0.372780029296875, 0.372959228515625, 0.3728271484375, 0.3727431640625, 0.372748291015625, 0.3727544250488281, 0.3728250732421875, 0.3729203186035156, 0.3729070129394531, 0.37317428588867185, 0.3730114440917969, 0.37277285766601564, 0.37303704833984375, 0.3728404541015625, 0.37297357177734375, 0.3727964172363281, 0.37282614135742187, 0.3728813781738281, 0.37282302856445315, 0.3727564697265625, 0.3728721923828125, 0.3728721923828125, 0.37279232788085936, 0.373080078125, 0.37286810302734374, 0.7984179077148438, 0.37283328247070313, 0.372748291015625, 0.37297357177734375, 0.37281381225585936, 0.3728302001953125, 0.37263360595703127, 0.37311386108398437, 0.3727513732910156, 0.3728035888671875, 0.37269403076171875, 0.37263156127929686, 0.372674560546875, 0.3728650207519531, 0.37274420166015626, 0.37281280517578125, 0.37275546264648435, 0.3726295166015625, 0.3728558349609375, 0.37276873779296876, 0.3728271484375, 0.37277490234375, 0.37270834350585935, 0.3729121398925781, 0.3726858215332031, 0.37277490234375, 0.372706298828125, 0.37280667114257815, 0.37266534423828124, 0.3727595520019531, 0.3728875427246094, 0.37261822509765624, 0.3728506774902344, 0.3729121398925781, 0.3732254638671875, 0.3727953796386719, 0.37293057250976563, 0.37280767822265626, 0.3729571838378906, 0.3729776611328125, 0.37303399658203124, 0.37287832641601565, 0.37280667114257815, 0.3728670654296875, 0.372790283203125, 0.37291622924804685, 0.37279232788085936, 0.3727677307128906, 0.3727677307128906, 0.37282098388671875, 0.37280255126953127, 0.37281585693359376, 0.3730176086425781, 0.3728824462890625, 0.3729018859863281, 0.37278616333007814, 0.3728271484375, 0.3729571838378906, 0.37275851440429686, 0.37271038818359375, 0.37286911010742185, 0.3729203186035156, 0.37288140869140624, 0.7964497680664062, 0.3727339477539062, 0.37287115478515626, 0.3727738952636719, 0.37274725341796877, 0.37273907470703127, 0.37268685913085936, 0.3725946960449219, 0.37271450805664064, 0.37275341796875, 0.3733821411132813, 0.3728527221679688, 0.3727769470214844, 0.3728189392089844, 0.372885498046875, 0.37269403076171875, 0.3727492980957031, 0.37275033569335936, 0.3726684265136719, 0.3727964172363281, 0.37269503784179686, 0.37292340087890624, 0.3727769470214844, 0.37295309448242187, 0.3729715270996094, 0.3729725341796875, 0.3730043029785156, 0.3729541015625, 0.3728486328125, 0.372990966796875, 0.3728445434570313, 0.37290802001953127, 0.3728527221679688, 0.3727892456054688, 0.3727872009277344, 0.3730176086425781, 0.3727687683105469, 0.3729141845703125, 0.3727267761230469, 0.3728240661621094, 0.3727892456054688, 0.37288345336914064, 0.3727738952636719, 0.37278515625, 0.3728455810546875, 0.3726356506347656, 0.3727677307128906, 0.3729776611328125, 0.37292340087890624, 0.37301043701171877, 0.373001220703125, 0.3728322448730469, 0.37296438598632814, 0.3727707824707031, 0.37279437255859377, 0.3728455810546875, 0.3728271484375, 0.3728291931152344, 0.3728353271484375, 0.37280050659179687, 0.37286911010742185, 0.3729459228515625, 0.37285888671875]",tokens/s,2.6391354854994153,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1274.847232,1017.643008,0.0,371.195904,315.552256,s,10,0.17563712120056152,0.01756371212005615,0.0005432831148220809,0.017329248428344726,0.01822780475616455,0.018613710689544677,0.01892243543624878,"[0.018999616622924806, 0.017280960083007814, 0.017199647903442382, 0.017273727416992186, 0.01746089553833008, 0.017245920181274414, 0.017359840393066407, 0.017298656463623045, 0.017375808715820312, 0.018142047882080077]",tokens/s,14575.506490320542,kWh,2.0559210333847194e-07,1.126542116357798e-07,4.899288943582825e-07,8.081752093325342e-07,tokens/kWh,316762995.25622475,MB,1274.847232,1017.643008,0.0,371.195904,315.554816,s,10,10.830288574218752,1.0830288574218752,0.018539693960631418,1.0757147216796876,1.1116017211914062,1.114869219970703,1.1174832189941406,"[1.07570361328125, 1.0686051025390626, 1.0688455810546875, 1.061297607421875, 1.0667755126953125, 1.075725830078125, 1.094371337890625, 1.1108756103515625, 1.08995166015625, 1.11813671875]",tokens/s,58.17019515986862,kWh,1.2846804902749363e-05,7.0396259675622064e-06,2.840001088423971e-05,4.8286441754551286e-05,tokens/kWh,1304714.0710893627,,s,629,10.9678919429779,0.017437030116022104,0.0021411286712125165,0.016991231918334963,0.01768878059387207,0.017790565872192382,0.034496674957275396,"[0.01860710334777832, 0.018717695236206054, 0.017124351501464845, 0.01680384063720703, 0.016792575836181642, 0.01681715202331543, 0.01680384063720703, 0.016913408279418944, 0.01680486488342285, 0.01680384063720703, 0.01679769515991211, 0.016866304397583007, 0.016916479110717773, 0.01737932777404785, 0.01800294494628906, 0.01755340766906738, 0.0168089599609375, 0.01680179214477539, 0.01683558464050293, 0.01681612777709961, 0.01742336082458496, 0.01781862449645996, 0.017550336837768556, 0.01725132751464844, 0.017077247619628907, 0.016944128036499022, 0.01679871940612793, 0.016742399215698242, 0.016852991104125976, 0.016850944519042968, 0.017503231048583985, 0.017689599990844726, 0.018131967544555663, 0.017141759872436522, 0.01681510353088379, 0.016827392578125, 0.01675775909423828, 0.01681715202331543, 0.016874496459960937, 0.016773120880126953, 0.016852991104125976, 0.016736255645751954, 0.016857088088989256, 0.016776191711425782, 0.016825344085693358, 0.01677824020385742, 0.016776191711425782, 0.016721920013427736, 0.01677516746520996, 0.01677004814147949, 0.016793600082397463, 0.01681817626953125, 0.01722060775756836, 0.01681305694580078, 0.01681817626953125, 0.016722944259643553, 0.0168407039642334, 0.0168407039642334, 0.017089536666870117, 0.016963584899902344, 0.016806943893432617, 0.017143775939941406, 0.034566143035888675, 0.0167956485748291, 0.016857088088989256, 0.01679871940612793, 0.016780288696289062, 0.01686016082763672, 0.01680076789855957, 0.01677926445007324, 0.01684787178039551, 0.01681612777709961, 0.01679871940612793, 0.01678950309753418, 0.016821247100830078, 0.01681612777709961, 0.01683865547180176, 0.016943103790283204, 0.016970752716064453, 0.016923648834228516, 0.016827392578125, 0.01684377670288086, 0.01683865547180176, 0.01682841682434082, 0.01678335952758789, 0.01679974365234375, 0.016858112335205077, 0.016772096633911132, 0.016925695419311524, 0.01684486389160156, 0.016763839721679687, 0.01679871940612793, 0.016750591278076172, 0.01697587203979492, 0.01685606384277344, 0.016828447341918944, 0.016663520812988282, 0.01679155158996582, 0.017949695587158202, 0.017526784896850587, 0.01736396789550781, 0.017327104568481445, 0.017329151153564454, 0.017271839141845702, 0.017315807342529296, 0.017354751586914064, 0.017337343215942384, 0.017311744689941407, 0.017309696197509765, 0.017297439575195313, 0.017380319595336913, 0.017270784378051757, 0.01696870422363281, 0.01684377670288086, 0.016852991104125976, 0.016885759353637696, 0.01680384063720703, 0.016925695419311524, 0.01678950309753418, 0.01683558464050293, 0.01681817626953125, 0.016743423461914063, 0.01678335952758789, 0.016958463668823243, 0.01683865547180176, 0.03440332794189453, 0.01681100845336914, 0.0168407039642334, 0.016842752456665038, 0.01679769515991211, 0.01683660888671875, 0.01682636833190918, 0.016821247100830078, 0.01680384063720703, 0.016781312942504883, 0.016878591537475587, 0.017201152801513672, 0.01739263916015625, 0.017334272384643554, 0.017307647705078123, 0.016936960220336913, 0.01698918342590332, 0.017287168502807617, 0.017297407150268555, 0.017319936752319336, 0.01720729637145996, 0.016792575836181642, 0.01679155158996582, 0.016869375228881836, 0.01682329559326172, 0.016876575469970703, 0.017285087585449218, 0.0169932804107666, 0.01679462432861328, 0.016881664276123046, 0.016785408020019533, 0.016825344085693358, 0.01679155158996582, 0.01680281639099121, 0.016743423461914063, 0.017043455123901367, 0.017625087738037108, 0.01767628860473633, 0.017468416213989257, 0.017336320877075196, 0.017184768676757813, 0.017017887115478515, 0.01681814384460449, 0.01722265625, 0.016845823287963867, 0.01677414321899414, 0.016776191711425782, 0.01681817626953125, 0.01681920051574707, 0.016917503356933594, 0.01682431983947754, 0.016764959335327147, 0.016802783966064452, 0.01682431983947754, 0.01677824020385742, 0.016935935974121095, 0.01680076789855957, 0.01677516746520996, 0.0167956485748291, 0.016914432525634765, 0.016858112335205077, 0.016871423721313478, 0.0168089599609375, 0.03443916702270508, 0.01684787178039551, 0.01681715202331543, 0.01681715202331543, 0.01681510353088379, 0.01680179214477539, 0.01680793571472168, 0.016739328384399413, 0.016772096633911132, 0.016776191711425782, 0.016777215957641603, 0.01682329559326172, 0.01679974365234375, 0.01681920051574707, 0.016857088088989256, 0.016777215957641603, 0.016827392578125, 0.016825344085693358, 0.016804927825927733, 0.016981952667236327, 0.01683865547180176, 0.016916479110717773, 0.01686016082763672, 0.016849920272827147, 0.01679155158996582, 0.016827392578125, 0.01678950309753418, 0.01681817626953125, 0.016781312942504883, 0.0168407039642334, 0.016705535888671876, 0.016703487396240235, 0.016707584381103514, 0.01676697540283203, 0.016788480758666992, 0.01679052734375, 0.016742399215698242, 0.016722944259643553, 0.01677926445007324, 0.016784383773803712, 0.01680384063720703, 0.016743423461914063, 0.016763904571533202, 0.016910335540771485, 0.016961536407470702, 0.01675468826293945, 0.016892927169799805, 0.016763904571533202, 0.01677107238769531, 0.0168222713470459, 0.016865280151367186, 0.016740352630615234, 0.01683558464050293, 0.01676803207397461, 0.016789472579956055, 0.0168407039642334, 0.01681715202331543, 0.017492992401123047, 0.017527807235717775, 0.017064960479736328, 0.01682431983947754, 0.016769023895263673, 0.017338367462158204, 0.034697216033935545, 0.016945152282714843, 0.01739263916015625, 0.01763430404663086, 0.017093631744384767, 0.016842752456665038, 0.016991231918334963, 0.017481760025024416, 0.017557472229003907, 0.01738751983642578, 0.017356800079345702, 0.01743974494934082, 0.01721343994140625, 0.016815168380737305, 0.016809919357299804, 0.016876544952392578, 0.017435647964477538, 0.017688575744628905, 0.016929792404174804, 0.016788480758666992, 0.01681510353088379, 0.016886783599853517, 0.017145856857299805, 0.016948223114013672, 0.01683251190185547, 0.016889856338500975, 0.016779327392578126, 0.01688057518005371, 0.016745471954345705, 0.01681100845336914, 0.01678643226623535, 0.016723968505859374, 0.016750591278076172, 0.016878591537475587, 0.016743423461914063, 0.016792575836181642, 0.016769023895263673, 0.01686425590515137, 0.016784383773803712, 0.016780288696289062, 0.01677004814147949, 0.01683967971801758, 0.016721920013427736, 0.016753664016723634, 0.016727039337158203, 0.016786464691162108, 0.016804832458496094, 0.016761856079101564, 0.016746496200561522, 0.01684787178039551, 0.01679155158996582, 0.016829439163208008, 0.01679974365234375, 0.016756736755371093, 0.017069055557250978, 0.0168724479675293, 0.016726015090942382, 0.01683865547180176, 0.016788480758666992, 0.01676288032531738, 0.016755712509155272, 0.016772096633911132, 0.016773120880126953, 0.034871295928955076, 0.017183744430541992, 0.01678950309753418, 0.016751615524291993, 0.01681100845336914, 0.01681510353088379, 0.016874496459960937, 0.016742464065551757, 0.016807872772216795, 0.016902143478393555, 0.01678335952758789, 0.017366016387939453, 0.01736396789550781, 0.01745408058166504, 0.01703731155395508, 0.016784383773803712, 0.01721958351135254, 0.017246208190917968, 0.017286144256591796, 0.017309696197509765, 0.017330175399780275, 0.017060863494873048, 0.01728102493286133, 0.016892927169799805, 0.01677107238769531, 0.017072128295898437, 0.016961536407470702, 0.01740595245361328, 0.01686835289001465, 0.016759807586669923, 0.01681510353088379, 0.01723187255859375, 0.01723187255859375, 0.01737932777404785, 0.01716633605957031, 0.016920576095581053, 0.01722060775756836, 0.01720217514038086, 0.016769023895263673, 0.016849920272827147, 0.016858112335205077, 0.016793600082397463, 0.016752639770507814, 0.01720319938659668, 0.017043455123901367, 0.017276927947998046, 0.017531904220581054, 0.017293312072753905, 0.017319936752319336, 0.01748684883117676, 0.01683660888671875, 0.01684787178039551, 0.016842752456665038, 0.017305599212646485, 0.017276927947998046, 0.01745305633544922, 0.017333248138427734, 0.017323007583618166, 0.017357824325561523, 0.01681817626953125, 0.016825344085693358, 0.01680179214477539, 0.016829439163208008, 0.03451903915405274, 0.016761856079101564, 0.016750591278076172, 0.01677824020385742, 0.01683865547180176, 0.016850944519042968, 0.01658470344543457, 0.016767999649047852, 0.01677004814147949, 0.016743423461914063, 0.01680076789855957, 0.016741376876831054, 0.016746496200561522, 0.016746496200561522, 0.016793600082397463, 0.016891904830932617, 0.016784383773803712, 0.01675468826293945, 0.016912384033203123, 0.017947647094726564, 0.017836032867431642, 0.017657855987548828, 0.017747968673706056, 0.017719295501708983, 0.017574911117553712, 0.01759231948852539, 0.017604608535766602, 0.0176312313079834, 0.017525760650634766, 0.01761075210571289, 0.0175994873046875, 0.0176312313079834, 0.017571840286254883, 0.017605632781982423, 0.017721343994140625, 0.01759846305847168, 0.01760358428955078, 0.017640447616577147, 0.017542144775390626, 0.017612800598144532, 0.017537023544311522, 0.01760767936706543, 0.017613824844360353, 0.017750015258789064, 0.01769267272949219, 0.01761894416809082, 0.017726463317871095, 0.01754627227783203, 0.017348575592041015, 0.017467391967773437, 0.017570816040039062, 0.01764761543273926, 0.01756159973144531, 0.017548288345336914, 0.017571840286254883, 0.017693695068359376, 0.01764454460144043, 0.01756876754760742, 0.017572864532470703, 0.017574911117553712, 0.01762816047668457, 0.017588224411010742, 0.017557504653930665, 0.03539763259887695, 0.01764556884765625, 0.017670143127441407, 0.01763737678527832, 0.017632255554199217, 0.01760051155090332, 0.017574911117553712, 0.017735679626464843, 0.01759231948852539, 0.01769267272949219, 0.01763532829284668, 0.017566719055175782, 0.017549312591552735, 0.01760767936706543, 0.017686527252197267, 0.01760972785949707, 0.017702911376953127, 0.017665023803710937, 0.01760767936706543, 0.01761484718322754, 0.017532928466796875, 0.017574911117553712, 0.0176680965423584, 0.017690624237060547, 0.017683456420898438, 0.017688575744628905, 0.01761075210571289, 0.017590272903442384, 0.017563648223876953, 0.017622016906738282, 0.017537023544311522, 0.01762713623046875, 0.01762099266052246, 0.01759231948852539, 0.017657855987548828, 0.017580032348632812, 0.017977344512939454, 0.01760256004333496, 0.017563648223876953, 0.01765478324890137, 0.01759334373474121, 0.017812480926513673, 0.017675264358520508, 0.01756979179382324, 0.017584127426147463, 0.01760767936706543, 0.01760665512084961, 0.01759436798095703, 0.017560575485229494, 0.017597440719604493, 0.01762303924560547, 0.01780838394165039, 0.017544191360473634, 0.017641471862792968, 0.017567743301391603, 0.01761075210571289, 0.017566719055175782, 0.017581056594848633, 0.01763942337036133, 0.017588224411010742, 0.017562623977661132, 0.017663999557495116, 0.017550336837768556, 0.03456409454345703, 0.016745471954345705, 0.01675775909423828, 0.016773151397705077, 0.016796640396118164, 0.01678335952758789, 0.016767999649047852, 0.01679974365234375, 0.01676697540283203, 0.016793600082397463, 0.016871423721313478, 0.01680179214477539, 0.01679871940612793, 0.016736255645751954, 0.0168222713470459, 0.01679155158996582, 0.016780288696289062, 0.01681203269958496, 0.016788480758666992, 0.016780288696289062, 0.01679974365234375, 0.016756736755371093, 0.01678643226623535, 0.01678950309753418, 0.016759807586669923, 0.016735231399536133, 0.017673215866088866, 0.01766912078857422, 0.01760870361328125, 0.017546239852905272, 0.01774284744262695, 0.017704959869384765, 0.01783296012878418, 0.01759539222717285, 0.017584127426147463, 0.01765376091003418, 0.017625087738037108, 0.01762918472290039, 0.017604608535766602, 0.01761996841430664, 0.01760153579711914, 0.01757900810241699, 0.01760665512084961, 0.017564672470092774, 0.017624063491821287, 0.01761587142944336, 0.017640447616577147, 0.0176363525390625, 0.017731584548950196, 0.017681407928466796, 0.01779097557067871, 0.01781350326538086, 0.01765478324890137, 0.017682432174682617, 0.01763020706176758, 0.017696767807006835, 0.01761894416809082, 0.017689599990844726, 0.017624063491821287, 0.017672191619873046, 0.0175861759185791, 0.017737728118896484, 0.0176312313079834, 0.03626393508911133, 0.017755136489868165, 0.019316736221313476, 0.017987583160400392, 0.017670143127441407, 0.017711103439331053, 0.017671167373657228, 0.017716224670410157, 0.01766092872619629, 0.017704959869384765, 0.017719295501708983, 0.01764761543273926, 0.017771520614624024, 0.017674240112304687, 0.017789951324462892, 0.017649663925170898, 0.017666048049926757, 0.017688575744628905, 0.01763839912414551, 0.017672191619873046, 0.017691648483276368, 0.017523712158203125, 0.017796127319335938, 0.01910780715942383, 0.018461696624755858, 0.017769472122192383, 0.017679359436035155, 0.017622016906738282, 0.018100223541259765, 0.01782476806640625, 0.017666048049926757, 0.017857568740844727, 0.01765679931640625, 0.0176629753112793, 0.017612800598144532, 0.01759231948852539, 0.017597440719604493, 0.01763020706176758, 0.017682432174682617, 0.01762918472290039, 0.01754521560668945, 0.017605632781982423, 0.017727487564086913, 0.01756876754760742, 0.017679359436035155, 0.01765068817138672, 0.017713151931762695, 0.01763430404663086, 0.017523712158203125, 0.017596416473388672, 0.017552383422851564, 0.017622016906738282, 0.017624063491821287, 0.017580032348632812, 0.01761996841430664, 0.017716224670410157, 0.017933311462402343, 0.017604608535766602, 0.017714176177978515, 0.017683456420898438, 0.01760358428955078, 0.017680383682250975, 0.01759846305847168]",tokens/s,57.34921562595369,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1934.872576,5922.881536,0.0,5276.434432,5028.44672,s,10,3.130628692626953,0.3130628692626953,0.00022772100257626113,0.31298606872558593,0.313426416015625,0.313494091796875,0.31354823242187496,"[0.313411376953125, 0.31288436889648436, 0.31284954833984374, 0.3129945373535156, 0.3128631896972656, 0.31297760009765624, 0.3130107421875, 0.313561767578125, 0.3129510192871094, 0.31312454223632813]",tokens/s,817.7271249155611,kWh,3.697248667271601e-06,2.0259100395264793e-06,1.8943166196185718e-05,2.4666324902983797e-05,tokens/kWh,10378522.175755197,MB,1934.872576,5922.881536,0.0,5276.434432,5214.057472,s,10,173.4440078125,17.34440078125,0.001616847507286448,17.3440263671875,17.34614765625,17.347181250000002,17.348008125,"[17.342626953125, 17.34266015625, 17.343482421875, 17.34591796875, 17.34331640625, 17.345291015625, 17.3441328125, 17.34821484375, 17.343919921875, 17.3444453125]",tokens/s,3.632296139518729,kWh,0.00020476779232112073,0.00011222723459889722,0.001050299744753023,0.0013672947716730404,tokens/kWh,46076.38477466885,,s,629,175.98573770141616,0.2797865464251447,0.03718578937231318,0.2753034362792969,0.27549899291992186,0.2755950500488281,0.5882150024414062,"[0.2755778503417969, 0.2749992980957031, 0.2751119384765625, 0.27509963989257813, 0.2752481384277344, 0.27548263549804686, 0.2752573547363281, 0.27510272216796877, 0.275198974609375, 0.2752122802734375, 0.2751242370605469, 0.2749491271972656, 0.2750044250488281, 0.2750064697265625, 0.2750074768066406, 0.27514163208007814, 0.2752071533203125, 0.27526962280273437, 0.275282958984375, 0.2751805419921875, 0.275557373046875, 0.2753341369628906, 0.2752911376953125, 0.27516110229492186, 0.27513650512695315, 0.27512728881835935, 0.27540274047851565, 0.2753566589355469, 0.27532391357421876, 0.27527783203125, 0.275378173828125, 0.2752501831054687, 0.27526040649414063, 0.2753034362792969, 0.27572735595703124, 0.27534439086914064, 0.2753136596679687, 0.2752962646484375, 0.2756915283203125, 0.2752757873535156, 0.2751866760253906, 0.2752563171386719, 0.2752255859375, 0.2753290100097656, 0.2752143249511719, 0.27527987670898435, 0.2752542724609375, 0.27530853271484373, 0.2754119567871094, 0.27544064331054685, 0.27523480224609376, 0.2752860107421875, 0.27523583984375, 0.2754263000488281, 0.275240966796875, 0.2752440185546875, 0.27541912841796873, 0.2754815979003906, 0.27534539794921875, 0.2752583618164062, 0.27523480224609376, 0.2752757873535156, 0.5882296142578125, 0.2751539306640625, 0.27491021728515624, 0.2752163696289063, 0.27506072998046877, 0.27536587524414063, 0.27526144409179687, 0.2755338134765625, 0.2751098937988281, 0.2751528930664062, 0.27518875122070313, 0.27549899291992186, 0.2752276611328125, 0.27512216186523436, 0.2752071533203125, 0.2752542724609375, 0.275198974609375, 0.2753566589355469, 0.2752378845214844, 0.2753331298828125, 0.27517236328125, 0.27521945190429686, 0.2752286682128906, 0.27517849731445315, 0.27537408447265627, 0.27527374267578125, 0.27567718505859373, 0.2752286682128906, 0.2752061462402344, 0.27507611083984373, 0.2752102355957031, 0.2753351745605469, 0.27522149658203127, 0.2753095703125, 0.2752286682128906, 0.275209228515625, 0.2753515625, 0.27534130859375, 0.27538739013671876, 0.2753966064453125, 0.2752983093261719, 0.27533721923828125, 0.27528909301757815, 0.27517031860351565, 0.2754642028808594, 0.2752081909179688, 0.2752921447753906, 0.27527374267578125, 0.27539251708984375, 0.2751590270996094, 0.2751733703613281, 0.27563214111328127, 0.27518875122070313, 0.27537408447265627, 0.27531878662109377, 0.2752430114746094, 0.27523992919921875, 0.27533721923828125, 0.27543038940429687, 0.275267578125, 0.275282958984375, 0.27513345336914063, 0.2758359069824219, 0.5881774291992188, 0.27509451293945314, 0.2750955505371094, 0.27509146118164063, 0.2750699462890625, 0.27505868530273436, 0.27524609375, 0.2752430114746094, 0.2751457214355469, 0.2752204895019531, 0.27519793701171874, 0.2752286682128906, 0.2752122802734375, 0.2751508483886719, 0.27502490234375, 0.2750894165039062, 0.27513958740234373, 0.2752174072265625, 0.2750679016113281, 0.2751866760253906, 0.27524609375, 0.2752839660644531, 0.27513650512695315, 0.27507611083984373, 0.275198974609375, 0.2751907958984375, 0.27527679443359376, 0.27523687744140624, 0.27531057739257814, 0.2753515625, 0.27534539794921875, 0.27518875122070313, 0.27526144409179687, 0.27524710083007814, 0.2753617858886719, 0.27533108520507815, 0.27542733764648436, 0.2754109497070312, 0.2755225524902344, 0.27566796875, 0.2754662475585937, 0.2753679504394531, 0.27532391357421876, 0.2752378845214844, 0.27539251708984375, 0.2753075256347656, 0.27546316528320314, 0.2752716674804688, 0.2753699951171875, 0.275373046875, 0.27548876953125, 0.275346435546875, 0.275694580078125, 0.27532696533203127, 0.2752081909179688, 0.2753484802246094, 0.2759362487792969, 0.27541912841796873, 0.2754396057128906, 0.2755020751953125, 0.27540069580078125, 0.27529727172851565, 0.27534439086914064, 0.5883576049804687, 0.27517849731445315, 0.2749849548339844, 0.2749767761230469, 0.274988037109375, 0.27549594116210935, 0.275030029296875, 0.2752102355957031, 0.27510885620117187, 0.275304443359375, 0.2753331298828125, 0.2753617858886719, 0.2752255859375, 0.2751150207519531, 0.27512728881835935, 0.2753054809570312, 0.27512728881835935, 0.27542733764648436, 0.275462158203125, 0.27535769653320313, 0.27545498657226564, 0.2753095703125, 0.27534439086914064, 0.2751795349121094, 0.275525634765625, 0.27538226318359377, 0.27533209228515626, 0.27525323486328124, 0.27565057373046875, 0.2753075256347656, 0.2753515625, 0.27538638305664065, 0.27570791625976565, 0.27526657104492186, 0.2753157043457031, 0.275314697265625, 0.2752788391113281, 0.27522662353515626, 0.2752716674804688, 0.2753126525878906, 0.275336181640625, 0.2753290100097656, 0.275262451171875, 0.2755368957519531, 0.275272705078125, 0.2752716674804688, 0.2753136596679687, 0.27534234619140624, 0.2753034362792969, 0.27538226318359377, 0.27583795166015623, 0.2754089050292969, 0.27532696533203127, 0.2754242553710938, 0.27545294189453123, 0.2752850036621094, 0.27529727172851565, 0.27524609375, 0.275420166015625, 0.275462158203125, 0.27571609497070315, 0.27552459716796873, 0.27550411987304685, 0.5881497802734375, 0.2752122802734375, 0.2751098937988281, 0.27515597534179687, 0.275209228515625, 0.2751068115234375, 0.27516314697265626, 0.2751385498046875, 0.27518975830078124, 0.2754170837402344, 0.27520510864257813, 0.2751508483886719, 0.27517849731445315, 0.275388427734375, 0.2752440185546875, 0.2754703369140625, 0.275083251953125, 0.2752430114746094, 0.2754017333984375, 0.27531878662109377, 0.275093505859375, 0.2753904724121094, 0.27518975830078124, 0.27510272216796877, 0.2751037292480469, 0.2753351745605469, 0.27528909301757815, 0.2753290100097656, 0.2753075256347656, 0.2753669128417969, 0.27519180297851564, 0.27525531005859377, 0.2753904724121094, 0.2752010192871094, 0.27518875122070313, 0.27533004760742186, 0.2753597412109375, 0.2754160766601563, 0.2752235412597656, 0.275230712890625, 0.27539251708984375, 0.2755420227050781, 0.2753208312988281, 0.27529931640625, 0.27519692993164063, 0.2753208312988281, 0.2752297058105469, 0.275314697265625, 0.275493896484375, 0.27543038940429687, 0.2754396057128906, 0.2752860107421875, 0.27551028442382813, 0.2753403015136719, 0.2755215454101563, 0.2754600830078125, 0.2753197937011719, 0.27533822631835936, 0.2755225524902344, 0.27523583984375, 0.275314697265625, 0.27524505615234374, 0.2753699951171875, 0.5883525390625, 0.27521127319335936, 0.27503411865234373, 0.2748866577148438, 0.27504434204101563, 0.2753986511230469, 0.2752020568847656, 0.2750382080078125, 0.2752041015625, 0.27523583984375, 0.2751877136230469, 0.2751651916503906, 0.2752235412597656, 0.27565875244140625, 0.27521331787109377, 0.27518157958984374, 0.27510784912109376, 0.27533209228515626, 0.2752174072265625, 0.275478515625, 0.27540582275390624, 0.27531674194335937, 0.2753341369628906, 0.27523992919921875, 0.2752921447753906, 0.2753546142578125, 0.2753617858886719, 0.2752788391113281, 0.2752757873535156, 0.27523583984375, 0.2752931823730469, 0.2752962646484375, 0.27533822631835936, 0.27532696533203127, 0.2753034362792969, 0.2753904724121094, 0.27527679443359376, 0.2755072021484375, 0.27532391357421876, 0.27545803833007815, 0.2753812561035156, 0.275641357421875, 0.2753075256347656, 0.2753259582519531, 0.27526962280273437, 0.2756065368652344, 0.27528192138671875, 0.2753894348144531, 0.27548263549804686, 0.2752757873535156, 0.2755000305175781, 0.2752808837890625, 0.275373046875, 0.27555532836914065, 0.2753546142578125, 0.2752921447753906, 0.27531878662109377, 0.2754396057128906, 0.27537203979492186, 0.27533721923828125, 0.27564849853515627, 0.27540069580078125, 0.27546112060546873, 0.58851123046875, 0.2750474243164063, 0.2749962158203125, 0.275119140625, 0.2751395568847656, 0.27516619873046877, 0.2751928405761719, 0.27519692993164063, 0.27516314697265626, 0.2753034362792969, 0.2752286682128906, 0.2752583618164062, 0.27522149658203127, 0.2752501831054687, 0.27512933349609375, 0.27531057739257814, 0.27513037109375, 0.27522662353515626, 0.27526861572265626, 0.27523892211914064, 0.2751170654296875, 0.27523992919921875, 0.2755297241210938, 0.2753157043457031, 0.2752081909179688, 0.2752235412597656, 0.2752706604003906, 0.2752225341796875, 0.2751856689453125, 0.2751958923339844, 0.275198974609375, 0.2752983093261719, 0.27569970703125, 0.2752542724609375, 0.2753228759765625, 0.27557479858398437, 0.27535256958007814, 0.27543450927734375, 0.27530239868164064, 0.2752757873535156, 0.27506689453125, 0.27530035400390623, 0.2754109497070312, 0.2751047668457031, 0.2753914794921875, 0.2754324340820313, 0.2754734191894531, 0.2753290100097656, 0.2753904724121094, 0.27534335327148435, 0.27540786743164064, 0.2753075256347656, 0.27549899291992186, 0.27535256958007814, 0.2755850219726563, 0.27524710083007814, 0.2754949035644531, 0.27543038940429687, 0.2754918518066406, 0.2754283447265625, 0.2754672546386719, 0.275409912109375, 0.2755020751953125, 0.589085693359375, 0.27512628173828124, 0.27506381225585935, 0.2752081909179688, 0.27550515747070314, 0.27530035400390623, 0.275262451171875, 0.27534234619140624, 0.2753904724121094, 0.2753536071777344, 0.275262451171875, 0.275198974609375, 0.27529010009765625, 0.2752860107421875, 0.27521331787109377, 0.27529931640625, 0.275167236328125, 0.275493896484375, 0.27534539794921875, 0.2752563171386719, 0.27526962280273437, 0.27537716674804685, 0.27541912841796873, 0.2754109497070312, 0.2753259582519531, 0.2753157043457031, 0.27555532836914065, 0.2753280029296875, 0.2753474426269531, 0.27534335327148435, 0.2753208312988281, 0.2754662475585937, 0.2752962646484375, 0.2753546142578125, 0.2753812561035156, 0.27521844482421876, 0.2754089050292969, 0.2756003723144531, 0.27542221069335937, 0.2753351745605469, 0.2753075256347656, 0.2754642028808594, 0.2754283447265625, 0.27535256958007814, 0.27542221069335937, 0.2752962646484375, 0.27542938232421876, 0.27539352416992186, 0.27519180297851564, 0.2753208312988281, 0.2753679504394531, 0.27541912841796873, 0.2753966064453125, 0.27546929931640624, 0.27547955322265627, 0.27539251708984375, 0.2754703369140625, 0.27546929931640624, 0.27571609497070315, 0.2753157043457031, 0.2754539489746094, 0.2753904724121094, 0.275894287109375, 0.5883299560546875, 0.2751119384765625, 0.27503103637695314, 0.27551846313476563, 0.2752143249511719, 0.2751180725097656, 0.2751426696777344, 0.2750402526855469, 0.27507916259765625, 0.2751119384765625, 0.2751313781738281, 0.2750873718261719, 0.2750750732421875, 0.27530239868164064, 0.27513345336914063, 0.27524505615234374, 0.27517645263671875, 0.2753894348144531, 0.2752706604003906, 0.275462158203125, 0.2751150207519531, 0.275346435546875, 0.27525323486328124, 0.2753177490234375, 0.2753136596679687, 0.2751600646972656, 0.2753750915527344, 0.2753617858886719, 0.275198974609375, 0.275378173828125, 0.2753536071777344, 0.2752921447753906, 0.2752440185546875, 0.27537716674804685, 0.2753280029296875, 0.2754263000488281, 0.27538021850585936, 0.27529522705078124, 0.27540478515625, 0.27537716674804685, 0.2755491943359375, 0.27536383056640623, 0.2752204895019531, 0.27517849731445315, 0.2752788391113281, 0.2753966064453125, 0.27520306396484373, 0.2751170654296875, 0.27529010009765625, 0.2755870666503906, 0.27540582275390624, 0.2755205078125, 0.27532696533203127, 0.2752593994140625, 0.2753689575195313, 0.2753536071777344, 0.27535769653320313, 0.27529010009765625, 0.275420166015625, 0.2756126708984375, 0.27553280639648436, 0.2753136596679687, 0.27566592407226564, 0.5886187744140625, 0.2752481384277344, 0.27509963989257813, 0.2752174072265625, 0.27511398315429686, 0.27513958740234373, 0.2750822448730469, 0.2752286682128906, 0.2752645263671875, 0.2753392639160156, 0.27517645263671875, 0.27533822631835936, 0.2753750915527344, 0.2752235412597656, 0.27508837890625, 0.2752911376953125, 0.27520306396484373, 0.2752511901855469, 0.2751426696777344, 0.2752440185546875, 0.2752645263671875, 0.27540069580078125, 0.27533822631835936, 0.2754652099609375, 0.27535769653320313, 0.2753116149902344, 0.27529010009765625, 0.2752225341796875, 0.2751426696777344, 0.275262451171875, 0.2753587341308594, 0.2753013610839844, 0.27522149658203127, 0.27536383056640623, 0.2752757873535156, 0.27533721923828125, 0.2752655334472656, 0.2751825866699219, 0.27533209228515626, 0.27542117309570313, 0.2752757873535156, 0.27538739013671876, 0.275282958984375, 0.27558297729492187, 0.2751733703613281, 0.2750986328125, 0.27532391357421876, 0.2753986511230469, 0.2757754821777344, 0.27534439086914064, 0.2753208312988281, 0.2754160766601563, 0.27535256958007814, 0.27533822631835936, 0.27530035400390623, 0.2752481384277344, 0.27556863403320314, 0.2753812561035156, 0.27545703125, 0.2753177490234375, 0.2754744262695312, 0.27544268798828125, 0.2755358581542969]",tokens/s,3.574153270688247,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-13b,facebook/opt-13b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-6.7b,facebook/opt-6.7b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,1395.191808,1596.45696,0.0,950.009856,857.516544,s,10,0.5807296676635743,0.058072966766357426,0.00034456144070889745,0.05796723365783692,0.058138173675537114,0.05861479835510254,0.05899609809875488,"[0.05909142303466797, 0.05802451324462891, 0.05794847869873047, 0.05801567840576172, 0.05795558547973633, 0.0579788818359375, 0.05782329559326172, 0.057954433441162106, 0.05803225708007813, 0.05790512084960937]",tokens/s,4408.247318067187,kWh,6.839628269753551e-07,3.747758243667504e-07,2.899796796392844e-06,3.958535447734949e-06,tokens/kWh,64670382.10974761,MB,1395.48672,1596.45696,0.0,950.009856,888.373248,s,10,31.92044140625,3.1920441406249997,0.02836712052909163,3.19824169921875,3.2185572265625,3.2194255859375,3.2201202734375003,"[3.2202939453125, 3.201953125, 3.19358837890625, 3.211521728515625, 3.208235595703125, 3.1945302734375, 3.194171142578125, 3.2183642578125, 3.14763525390625, 3.130147705078125]",tokens/s,19.736569177788578,kWh,3.7041113467632236e-05,2.0300253596832975e-05,0.0001558331635232091,0.0002131745305876743,tokens/kWh,295532.49080142524,,s,629,32.391628852844285,0.051497025203249974,0.006842897447827928,0.05099008178710938,0.05155389404296875,0.051830375671386715,0.10754776977539063,"[0.05087539291381836, 0.050931713104248044, 0.051484672546386716, 0.04997324752807617, 0.05004800033569336, 0.05108019256591797, 0.05008281707763672, 0.04997123336791992, 0.05227721786499023, 0.05145907211303711, 0.04942233657836914, 0.04940595245361328, 0.04943462371826172, 0.0513361930847168, 0.050933761596679686, 0.051097599029541016, 0.0513966064453125, 0.05129011154174805, 0.05063987350463867, 0.05122867202758789, 0.051329025268554686, 0.05156147384643555, 0.05144985580444336, 0.05113651275634765, 0.051576831817626956, 0.05129318237304688, 0.051111934661865234, 0.05128192138671875, 0.05123072052001953, 0.05204377746582031, 0.05131267166137695, 0.05174576187133789, 0.05175296020507812, 0.05199155044555664, 0.05171200180053711, 0.051622913360595706, 0.05135974502563476, 0.05151232147216797, 0.051296257019042966, 0.05145907211303711, 0.051465217590332034, 0.05126758575439453, 0.05104742431640625, 0.05098188781738281, 0.05071257781982422, 0.051335166931152344, 0.05114879989624024, 0.0511016960144043, 0.05123276901245117, 0.05228953552246094, 0.05026816177368164, 0.049719295501708984, 0.04957388687133789, 0.05164851379394531, 0.05176422500610352, 0.05173964691162109, 0.051716094970703126, 0.05203046417236328, 0.051297279357910154, 0.050490367889404295, 0.05096038436889649, 0.051574783325195314, 0.1075937271118164, 0.04953500747680664, 0.049406944274902345, 0.04939059066772461, 0.04952473449707031, 0.04942540740966797, 0.04949606323242187, 0.04940288162231445, 0.04940083312988281, 0.04941619110107422, 0.05014015960693359, 0.05142323303222656, 0.05121023941040039, 0.05096550369262695, 0.05170687866210937, 0.051394561767578124, 0.051438591003417966, 0.04949708938598633, 0.04952166366577149, 0.050817024230957034, 0.05314048004150391, 0.05183692932128906, 0.05128192138671875, 0.050988033294677736, 0.05128499221801758, 0.05126144027709961, 0.051432449340820315, 0.050939903259277344, 0.051111934661865234, 0.0511016960144043, 0.051282943725585936, 0.05147238540649414, 0.051297279357910154, 0.05123379135131836, 0.051912704467773435, 0.05106687927246094, 0.05095935821533203, 0.05077811050415039, 0.0510648307800293, 0.051111934661865234, 0.051996673583984375, 0.05130854415893555, 0.051154945373535154, 0.05133824157714844, 0.05151641464233398, 0.051163135528564455, 0.051399681091308595, 0.05112934494018555, 0.05120307159423828, 0.05120614242553711, 0.05113446426391602, 0.05104127883911133, 0.049634304046630856, 0.051745792388916016, 0.05118873596191406, 0.05128806304931641, 0.049495040893554686, 0.049503231048583986, 0.04944486236572266, 0.05134950256347656, 0.05124607849121094, 0.05094707107543945, 0.05131161499023437, 0.10751385498046875, 0.05064908981323242, 0.05106995010375977, 0.051059711456298826, 0.05166592025756836, 0.050991104125976565, 0.0494571533203125, 0.051135486602783206, 0.05144166564941406, 0.04943667221069336, 0.049957889556884766, 0.051266559600830076, 0.05106892776489258, 0.05137100982666016, 0.05138534545898438, 0.05170995330810547, 0.04946944046020508, 0.05125632095336914, 0.051884033203125, 0.05146112060546875, 0.05174272155761719, 0.05139046478271484, 0.05128704071044922, 0.051454975128173826, 0.051369983673095705, 0.051119102478027346, 0.0512911376953125, 0.049459201812744144, 0.051471359252929685, 0.0514252815246582, 0.05107712173461914, 0.04943155288696289, 0.050402305603027345, 0.051643390655517575, 0.0514150390625, 0.05107712173461914, 0.05109452819824219, 0.051187713623046874, 0.05120409774780273, 0.05143961715698242, 0.051040256500244144, 0.05125836944580078, 0.05112319946289062, 0.04944179153442383, 0.04944793701171875, 0.04944793701171875, 0.04944179153442383, 0.04945817565917969, 0.04944486236572266, 0.049503231048583986, 0.04945612716674805, 0.0494284782409668, 0.04946636962890625, 0.04945407867431641, 0.049446910858154294, 0.04992409515380859, 0.050895870208740236, 0.051127296447753906, 0.051241985321044924, 0.0507852783203125, 0.05137919998168945, 0.051171329498291014, 0.05095116806030273, 0.1091809310913086, 0.05078835296630859, 0.05091020965576172, 0.05135974502563476, 0.05077503967285156, 0.05084979248046875, 0.05113958358764648, 0.049410049438476565, 0.049459201812744144, 0.05127167892456055, 0.05082009506225586, 0.050969600677490234, 0.051326976776123044, 0.0510382080078125, 0.050971649169921876, 0.05126348876953125, 0.0494202880859375, 0.051111934661865234, 0.051113983154296876, 0.051282943725585936, 0.05088460922241211, 0.051090431213378903, 0.05146419143676758, 0.05098700714111328, 0.04940697479248047, 0.052152320861816405, 0.05123891067504883, 0.05101670455932617, 0.050612224578857425, 0.051097599029541016, 0.050923519134521485, 0.05028761672973633, 0.05097369766235352, 0.05110067367553711, 0.051351551055908204, 0.052222976684570314, 0.05116211318969727, 0.05158911895751953, 0.051664894104003906, 0.05117337417602539, 0.05112934494018555, 0.05126860809326172, 0.04941209411621094, 0.04944384002685547, 0.050871295928955076, 0.0512542724609375, 0.050945022583007815, 0.050836479187011716, 0.0509409294128418, 0.05099827194213867, 0.05123481750488281, 0.050836479187011716, 0.05200998306274414, 0.051138561248779295, 0.050885631561279294, 0.05298175811767578, 0.05130752182006836, 0.050971649169921876, 0.05079654312133789, 0.050852863311767575, 0.05079347229003906, 0.05081292724609375, 0.050971649169921876, 0.10760294342041016, 0.050948097229003904, 0.05115596771240234, 0.05077299118041992, 0.05086515045166016, 0.05120307159423828, 0.05077503967285156, 0.04940697479248047, 0.05072793579101562, 0.05072793579101562, 0.05127884674072265, 0.05120716857910156, 0.05086310577392578, 0.05097062301635742, 0.052278270721435545, 0.05176729583740235, 0.051165184020996096, 0.05074739074707031, 0.05151027297973633, 0.05100953674316406, 0.05159628677368164, 0.05121945571899414, 0.051151870727539066, 0.050964481353759764, 0.05584588623046875, 0.05127475357055664, 0.051141632080078124, 0.050985984802246094, 0.05130547332763672, 0.05127987289428711, 0.049448959350585936, 0.04943462371826172, 0.04945510482788086, 0.04943564987182617, 0.049438720703125, 0.04944179153442383, 0.04946432113647461, 0.049432575225830076, 0.04937932968139649, 0.04948787307739258, 0.05092966461181641, 0.05106585693359375, 0.05104435348510742, 0.05101772689819336, 0.05253836822509766, 0.05126863861083984, 0.05154198455810547, 0.051120128631591794, 0.05107712173461914, 0.051194881439208986, 0.05142323303222656, 0.051672065734863284, 0.05144985580444336, 0.05123072052001953, 0.050907135009765625, 0.05097983932495117, 0.05097369766235352, 0.05148672103881836, 0.05092966461181641, 0.05118361663818359, 0.05110067367553711, 0.05105049514770508, 0.050887680053710936, 0.107578369140625, 0.04943974304199219, 0.04941823959350586, 0.04940492630004883, 0.04948070526123047, 0.051163135528564455, 0.05143756866455078, 0.05128806304931641, 0.0494837760925293, 0.051394561767578124, 0.05057843017578125, 0.051040256500244144, 0.050754558563232424, 0.051299327850341796, 0.05107199859619141, 0.0514785270690918, 0.051664894104003906, 0.051194881439208986, 0.05088460922241211, 0.05104844665527344, 0.050895870208740236, 0.05107097625732422, 0.05106790542602539, 0.05088460922241211, 0.05089996719360351, 0.051507198333740234, 0.05130035018920898, 0.05121023941040039, 0.05156454467773437, 0.05015654373168945, 0.05126144027709961, 0.051227649688720706, 0.05155635070800781, 0.05124710464477539, 0.05112319946289062, 0.05108531188964844, 0.050948097229003904, 0.05116108703613281, 0.051225601196289064, 0.05076070404052734, 0.05082316970825195, 0.051023872375488284, 0.050912254333496096, 0.051323902130126955, 0.05098188781738281, 0.05105868911743164, 0.049426433563232425, 0.05039718246459961, 0.05149491119384766, 0.05088051223754883, 0.05091430282592774, 0.05080678558349609, 0.04967833709716797, 0.049463294982910154, 0.04943462371826172, 0.04944179153442383, 0.04941721725463867, 0.04939263916015625, 0.049465343475341796, 0.05128908920288086, 0.05101772689819336, 0.05122048187255859, 0.049426433563232425, 0.10817330932617188, 0.05112527847290039, 0.05111395263671875, 0.049396736145019535, 0.04938751983642578, 0.049442817687988284, 0.049432575225830076, 0.04941209411621094, 0.04939571380615235, 0.04947763061523437, 0.052209663391113284, 0.05124505615234375, 0.05123788833618164, 0.05096345520019531, 0.05117542266845703, 0.05103923034667969, 0.05078220748901367, 0.04946944046020508, 0.04948070526123047, 0.049442817687988284, 0.04948992156982422, 0.04941823959350586, 0.04941926574707031, 0.0494571533203125, 0.051059711456298826, 0.051053569793701174, 0.05084774398803711, 0.050769920349121096, 0.05172326278686523, 0.05092147064208984, 0.051792896270751954, 0.05111603164672852, 0.05066649627685547, 0.05086822509765625, 0.05097574234008789, 0.04945510482788086, 0.05036441421508789, 0.05094400024414063, 0.050974720001220705, 0.050918399810791014, 0.05118463897705078, 0.05108736038208008, 0.050945022583007815, 0.051176448822021485, 0.05111500930786133, 0.050874366760253906, 0.05081190490722656, 0.051553279876708984, 0.050920448303222655, 0.051211265563964846, 0.051043327331542966, 0.05098188781738281, 0.050902015686035154, 0.05135257720947266, 0.05083443069458008, 0.05088460922241211, 0.051383296966552736, 0.050955265045166016, 0.05091328048706055, 0.0528988151550293, 0.05152767944335938, 0.050667518615722655, 0.051163135528564455, 0.10756095886230468, 0.04947353744506836, 0.05100851058959961, 0.05118873596191406, 0.05105561447143555, 0.05143756866455078, 0.05097369766235352, 0.05106790542602539, 0.05102284622192383, 0.04944384002685547, 0.04942438507080078, 0.05131468963623047, 0.05090508651733398, 0.05114470291137695, 0.050956287384033204, 0.051062782287597655, 0.050941951751708986, 0.05073920059204102, 0.05122867202758789, 0.052566017150878906, 0.05120000076293945, 0.050985984802246094, 0.05074943923950195, 0.051637248992919924, 0.05092454528808594, 0.051023872375488284, 0.05079040145874023, 0.05143142318725586, 0.052466686248779294, 0.054403072357177736, 0.05147750473022461, 0.05167923355102539, 0.051525630950927735, 0.051020801544189455, 0.0509224967956543, 0.049452030181884765, 0.05125836944580078, 0.05112627029418945, 0.051133438110351564, 0.05150003051757813, 0.050966529846191405, 0.05105561447143555, 0.0518205451965332, 0.05099008178710938, 0.05095219039916992, 0.05101772689819336, 0.051143680572509766, 0.05095219039916992, 0.05204070281982422, 0.05122969436645508, 0.051095550537109374, 0.05101260757446289, 0.05126348876953125, 0.05101875305175781, 0.05103615951538086, 0.05110681533813476, 0.051062782287597655, 0.04968550491333008, 0.05125734329223633, 0.051046398162841795, 0.051046398162841795, 0.05125120162963867, 0.05106995010375977, 0.10760601806640625, 0.04944489669799805, 0.049420257568359376, 0.04939878463745117, 0.04941823959350586, 0.04941823959350586, 0.04943564987182617, 0.04941312026977539, 0.04940390396118164, 0.04941209411621094, 0.049438720703125, 0.04937625503540039, 0.04954214477539062, 0.04943564987182617, 0.049430526733398435, 0.049414142608642575, 0.04938854217529297, 0.04948070526123047, 0.04946636962890625, 0.049479679107666014, 0.049426433563232425, 0.050918399810791014, 0.05172019195556641, 0.051244033813476565, 0.05097881698608398, 0.05135974502563476, 0.05120000076293945, 0.051197952270507815, 0.05117337417602539, 0.05151948928833008, 0.05120716857910156, 0.05105868911743164, 0.05154304122924805, 0.051465217590332034, 0.05145804977416992, 0.0494202880859375, 0.05116723251342774, 0.05136896133422852, 0.04941107177734375, 0.04948992156982422, 0.049481727600097655, 0.04981145477294922, 0.05076172637939453, 0.050971649169921876, 0.049465343475341796, 0.049459201812744144, 0.049426433563232425, 0.049438720703125, 0.04942438507080078, 0.049438720703125, 0.049460224151611325, 0.049430526733398435, 0.04942233657836914, 0.049468414306640625, 0.04944588851928711, 0.04944793701171875, 0.049460224151611325, 0.04948992156982422, 0.04944384002685547, 0.04944384002685547, 0.04941312026977539, 0.04947763061523437, 0.04947353744506836, 0.10748416137695313, 0.0501923828125, 0.04940492630004883, 0.049432575225830076, 0.04942950439453125, 0.049426433563232425, 0.04947148895263672, 0.049470462799072266, 0.04944591903686523, 0.04973360061645508, 0.05122867202758789, 0.05102592086791992, 0.051074047088623044, 0.051043327331542966, 0.05106585693359375, 0.049470462799072266, 0.04944076919555664, 0.049438720703125, 0.049522689819335934, 0.049442817687988284, 0.049408000946044923, 0.04944588851928711, 0.049459201812744144, 0.0494284782409668, 0.04943667221069336, 0.049470462799072266, 0.04946124649047851, 0.049465343475341796, 0.04946739196777344, 0.049460224151611325, 0.04947251129150391, 0.04943462371826172, 0.049438720703125, 0.04942131042480469, 0.04940185546875, 0.049460224151611325, 0.04942745590209961, 0.04943974304199219, 0.049442817687988284, 0.04940902328491211, 0.04944998550415039, 0.049495040893554686, 0.04942438507080078, 0.049438720703125, 0.049442817687988284, 0.049465343475341796, 0.04943360137939453, 0.04944486236572266, 0.049479679107666014, 0.049498111724853515, 0.04940902328491211, 0.04941209411621094, 0.04937625503540039, 0.04946432113647461, 0.050477054595947264, 0.050948097229003904, 0.050958335876464846, 0.05120819091796875, 0.049452030181884765, 0.0494284782409668, 0.04939059066772461, 0.04947148895263672, 0.04942950439453125]",tokens/s,19.418597405445666,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,2239.827968,3223.846912,0.0,2577.399808,2343.73376,s,10,1.2767077713012696,0.12767077713012695,0.000345332346769187,0.12765214538574218,0.12807439880371094,0.12816412963867188,0.12823591430664064,"[0.12762735748291015, 0.12705862426757814, 0.12767161560058593, 0.12805445861816406, 0.12763267517089844, 0.12730477142333985, 0.12801890563964843, 0.12740249633789064, 0.1276830062866211, 0.12825386047363282]",tokens/s,2005.1573723803294,kWh,1.5030492353875259e-06,8.233981523425184e-07,7.574756411417674e-06,9.901203799147718e-06,tokens/kWh,25855441.943537828,MB,2239.827968,3223.846912,0.0,2577.399808,2468.043776,s,10,71.1333330078125,7.11333330078125,0.0009068356482961737,7.113524658203125,7.114239990234375,7.114480590820312,7.1146730712890625,"[7.1138427734375, 7.11178466796875, 7.113330078125, 7.11178564453125, 7.112853515625, 7.1141865234375, 7.113779296875, 7.11360791015625, 7.11344140625, 7.11472119140625]",tokens/s,8.856607350745223,kWh,8.398870067380149e-05,4.603200346943605e-05,0.0004177334449459762,0.0005477541490892139,tokens/kWh,115015.10322606257,,s,629,72.16923442840576,0.11473646173037481,0.015184291709212656,0.11289497375488282,0.11304079284667969,0.11312865295410156,0.24046161499023438,"[0.11316531372070313, 0.11283763122558593, 0.11281715393066406, 0.11294003295898437, 0.11299839782714843, 0.11282125091552735, 0.11276185607910157, 0.11274342346191406, 0.11326361846923828, 0.11281919860839844, 0.11298508453369141, 0.1127710723876953, 0.11283148956298829, 0.11322982025146484, 0.11284786987304687, 0.1127567367553711, 0.11272499084472656, 0.11274956512451172, 0.11281817626953125, 0.1128796157836914, 0.11286835479736328, 0.11279872131347657, 0.11295334625244141, 0.11309670257568359, 0.11290624237060547, 0.11281100463867187, 0.11281203460693359, 0.11281613159179688, 0.11281919860839844, 0.11283968353271484, 0.1128632354736328, 0.11284070587158203, 0.11294617462158203, 0.1128980484008789, 0.11289497375488282, 0.11284070587158203, 0.11286016082763672, 0.11289907073974609, 0.11294105529785156, 0.11282125091552735, 0.11291033935546875, 0.11284992218017578, 0.11295641326904297, 0.11288166046142578, 0.11286732482910156, 0.1129881591796875, 0.11286835479736328, 0.1128622055053711, 0.11296051025390624, 0.11291340637207031, 0.1130035171508789, 0.11293901062011719, 0.11292467498779298, 0.11295231628417969, 0.11306905364990234, 0.11300761413574219, 0.1129349136352539, 0.11296562957763671, 0.11309670257568359, 0.11303833770751953, 0.11303014373779297, 0.11296153259277343, 0.24023039245605468, 0.11284070587158203, 0.11273318481445313, 0.1127936019897461, 0.11283865356445312, 0.11272806549072266, 0.11269529724121094, 0.11272806549072266, 0.11312742614746094, 0.11293183898925781, 0.11281715393066406, 0.11281613159179688, 0.11282125091552735, 0.1128642578125, 0.11274649810791015, 0.1128089599609375, 0.11281613159179688, 0.11274956512451172, 0.11287347412109375, 0.11293593597412109, 0.11289702606201171, 0.11294310760498047, 0.11278540802001953, 0.11286118316650391, 0.1133486099243164, 0.11283968353271484, 0.11279564666748047, 0.11287245178222656, 0.11284480285644531, 0.11278643035888672, 0.11282431793212891, 0.11280691528320312, 0.11283148956298829, 0.11290521240234375, 0.11289702606201171, 0.1128622055053711, 0.11287245178222656, 0.11282637023925782, 0.11289292907714844, 0.11290009307861328, 0.1128796157836914, 0.11286016082763672, 0.11284786987304687, 0.11285504150390625, 0.11294310760498047, 0.11294719696044922, 0.11284070587158203, 0.11289702606201171, 0.11310387420654297, 0.11299327850341796, 0.11290930938720703, 0.1128796157836914, 0.11294515228271484, 0.11298099517822266, 0.11286732482910156, 0.11294310760498047, 0.11300761413574219, 0.11289600372314453, 0.11294515228271484, 0.11301068878173828, 0.11301273345947266, 0.11299225616455078, 0.11292876434326173, 0.24071168518066408, 0.11285298919677735, 0.11273830413818359, 0.11284992218017578, 0.1127045135498047, 0.11279564666748047, 0.11282329559326172, 0.11281203460693359, 0.1128622055053711, 0.1129175033569336, 0.1128058853149414, 0.11281919860839844, 0.11278643035888672, 0.1128980484008789, 0.1128427505493164, 0.11321343994140624, 0.11283968353271484, 0.1127710723876953, 0.11280793762207031, 0.11284070587158203, 0.11317247772216797, 0.11294515228271484, 0.1128253402709961, 0.11285810852050782, 0.11275161743164062, 0.1129144287109375, 0.1128458251953125, 0.1129144287109375, 0.11287859344482422, 0.11325132751464843, 0.11287347412109375, 0.11288166046142578, 0.11280998229980468, 0.11292671966552735, 0.11290521240234375, 0.1129881591796875, 0.1128089599609375, 0.11284786987304687, 0.11292774200439454, 0.11291852569580078, 0.11280384063720703, 0.11286118316650391, 0.11286732482910156, 0.11290828704833984, 0.11294924926757813, 0.11297586822509766, 0.1129512939453125, 0.11302912139892578, 0.11291852569580078, 0.1130250244140625, 0.11291136169433594, 0.11297792053222656, 0.11294412994384766, 0.1129349136352539, 0.11301683044433594, 0.11299123382568359, 0.11292979431152343, 0.11296256256103515, 0.11294719696044922, 0.11308236694335938, 0.11299635314941406, 0.112932861328125, 0.11301376342773438, 0.2413148193359375, 0.11285504150390625, 0.11283558654785156, 0.11273420715332032, 0.11279154968261719, 0.11284480285644531, 0.11278028869628906, 0.11279564666748047, 0.11281919860839844, 0.11298303985595703, 0.11279257965087891, 0.11286937713623046, 0.11281919860839844, 0.11287757110595703, 0.11282431793212891, 0.11282431793212891, 0.11296870422363281, 0.11285810852050782, 0.11277926635742187, 0.11273216247558594, 0.11276493072509766, 0.1128980484008789, 0.11274854278564453, 0.11294412994384766, 0.112901123046875, 0.11298099517822266, 0.11284992218017578, 0.11286835479736328, 0.11287757110595703, 0.11289600372314453, 0.11281100463867187, 0.11284070587158203, 0.11282943725585938, 0.11296870422363281, 0.1128632354736328, 0.11288883209228516, 0.11285708618164063, 0.11289190673828126, 0.11282329559326172, 0.11282637023925782, 0.11294822692871094, 0.11297792053222656, 0.11286118316650391, 0.11288678741455078, 0.11291648101806641, 0.11302706909179687, 0.11286630249023437, 0.1128458251953125, 0.11285606384277344, 0.11291545867919922, 0.11291136169433594, 0.1129144287109375, 0.11292160034179688, 0.11301068878173828, 0.11285708618164063, 0.11295334625244141, 0.11295027160644532, 0.11300045013427734, 0.11304243469238281, 0.1130250244140625, 0.1129175033569336, 0.11303526306152344, 0.1129891815185547, 0.24058163452148437, 0.11289702606201171, 0.11279666900634766, 0.11273420715332032, 0.1127352294921875, 0.11288678741455078, 0.11284889221191406, 0.1128980484008789, 0.11278438568115234, 0.11284377288818359, 0.1128304672241211, 0.11281817626953125, 0.11279666900634766, 0.11297074890136719, 0.11279052734375, 0.11285606384277344, 0.11281919860839844, 0.11283968353271484, 0.11280486297607421, 0.11317350769042969, 0.11277005004882812, 0.11296460723876953, 0.11275468444824219, 0.11289395141601563, 0.11289907073974609, 0.1129349136352539, 0.11280384063720703, 0.11280998229980468, 0.11289190673828126, 0.11282637023925782, 0.11285810852050782, 0.11283968353271484, 0.11285196685791016, 0.11324416351318359, 0.11288575744628906, 0.11286835479736328, 0.11281613159179688, 0.11292057800292969, 0.11286630249023437, 0.11285810852050782, 0.11291033935546875, 0.1129512939453125, 0.11288883209228516, 0.11300863647460938, 0.11289600372314453, 0.11293695831298828, 0.11292467498779298, 0.1129512939453125, 0.11288166046142578, 0.11288473510742188, 0.1130035171508789, 0.11293081665039062, 0.11290316772460937, 0.11302706909179687, 0.11295334625244141, 0.11305062103271485, 0.11299737548828125, 0.11292262268066407, 0.1130557403564453, 0.11313561248779297, 0.11297689819335938, 0.11297792053222656, 0.11308236694335938, 0.2403583984375, 0.1129891815185547, 0.11273830413818359, 0.11273932647705077, 0.11287245178222656, 0.11296153259277343, 0.11287859344482422, 0.11285094451904297, 0.11283148956298829, 0.11290521240234375, 0.11274854278564453, 0.11288780975341797, 0.11294719696044922, 0.11290624237060547, 0.11289190673828126, 0.1128796157836914, 0.11282329559326172, 0.11285401916503907, 0.11280998229980468, 0.11275059509277344, 0.11281510162353516, 0.11283148956298829, 0.11278028869628906, 0.11282841491699219, 0.11328614044189453, 0.11287347412109375, 0.11284377288818359, 0.11278028869628906, 0.11285913848876954, 0.11281919860839844, 0.11283251190185548, 0.113006591796875, 0.11292979431152343, 0.11295231628417969, 0.11292262268066407, 0.1128642578125, 0.11309465789794922, 0.11292569732666016, 0.11284992218017578, 0.112932861328125, 0.11297586822509766, 0.1128622055053711, 0.1128622055053711, 0.112932861328125, 0.11307417297363281, 0.11292671966552735, 0.11292774200439454, 0.11301478576660157, 0.11344076538085937, 0.11291136169433594, 0.11300863647460938, 0.11288883209228516, 0.11294412994384766, 0.11297484588623047, 0.11301580810546875, 0.11291852569580078, 0.1130403823852539, 0.11296153259277343, 0.11306086730957031, 0.1130987548828125, 0.11297996520996094, 0.11304550170898438, 0.11301683044433594, 0.24102297973632814, 0.11297074890136719, 0.112827392578125, 0.11276799774169922, 0.11276697540283204, 0.11281510162353516, 0.11279872131347657, 0.11284992218017578, 0.11286118316650391, 0.11292774200439454, 0.11276390075683594, 0.11296256256103515, 0.11292569732666016, 0.11288985443115235, 0.11279257965087891, 0.11291648101806641, 0.11278336334228516, 0.11284786987304687, 0.11282125091552735, 0.11288166046142578, 0.11286528015136718, 0.11298099517822266, 0.11280793762207031, 0.11291852569580078, 0.11282431793212891, 0.11299327850341796, 0.11281613159179688, 0.1129349136352539, 0.11284786987304687, 0.11313766479492188, 0.11291340637207031, 0.11292569732666016, 0.1128622055053711, 0.11292569732666016, 0.11285504150390625, 0.11296153259277343, 0.1129717788696289, 0.11288371276855469, 0.1128806381225586, 0.11297689819335938, 0.11290419006347656, 0.11292262268066407, 0.112901123046875, 0.11293593597412109, 0.112932861328125, 0.11288473510742188, 0.11294310760498047, 0.1129717788696289, 0.11287245178222656, 0.1128622055053711, 0.11292467498779298, 0.11301068878173828, 0.11294515228271484, 0.11296153259277343, 0.11305677032470703, 0.11308544158935546, 0.1129891815185547, 0.11300556945800781, 0.11303628540039062, 0.11314176177978516, 0.11303833770751953, 0.11303424072265625, 0.11297894287109375, 0.24050175476074218, 0.11294412994384766, 0.11277721405029296, 0.11276287841796875, 0.11333939361572265, 0.11288371276855469, 0.11274444580078125, 0.1128427505493164, 0.11334349060058593, 0.11289497375488282, 0.11275571441650391, 0.11280178833007813, 0.11281613159179688, 0.11290316772460937, 0.11276902770996093, 0.11281919860839844, 0.11282329559326172, 0.11279462432861329, 0.1130987548828125, 0.11284172821044922, 0.11279154968261719, 0.11291238403320313, 0.11286937713623046, 0.11288473510742188, 0.11276799774169922, 0.11303731536865234, 0.11276390075683594, 0.11281715393066406, 0.11292364501953125, 0.11289190673828126, 0.11278336334228516, 0.11287654113769531, 0.11280998229980468, 0.11295027160644532, 0.11275571441650391, 0.11286528015136718, 0.11296358489990234, 0.11286630249023437, 0.11281203460693359, 0.11284377288818359, 0.1128304672241211, 0.11290930938720703, 0.11287449645996094, 0.112932861328125, 0.11291545867919922, 0.11287757110595703, 0.11289702606201171, 0.11294105529785156, 0.11292262268066407, 0.1129349136352539, 0.11297382354736328, 0.1130035171508789, 0.11296870422363281, 0.11301785278320313, 0.11309363555908203, 0.11305062103271485, 0.1129574432373047, 0.11306393432617187, 0.11301273345947266, 0.11306495666503906, 0.11301888275146485, 0.11307212829589844, 0.11305062103271485, 0.24076287841796876, 0.1128622055053711, 0.1127352294921875, 0.11281100463867187, 0.11279769897460938, 0.11289395141601563, 0.11270758056640626, 0.11282841491699219, 0.11287245178222656, 0.11285606384277344, 0.11276595306396485, 0.11290930938720703, 0.11279666900634766, 0.11288166046142578, 0.112827392578125, 0.1128622055053711, 0.11282022094726563, 0.11278438568115234, 0.11286835479736328, 0.11292876434326173, 0.11281510162353516, 0.11301683044433594, 0.1129512939453125, 0.1128980484008789, 0.11288575744628906, 0.11292979431152343, 0.11278643035888672, 0.11286118316650391, 0.11277005004882812, 0.11327693176269531, 0.11285504150390625, 0.11292364501953125, 0.11287245178222656, 0.1129891815185547, 0.11286118316650391, 0.11293901062011719, 0.1127874526977539, 0.11290419006347656, 0.1128826904296875, 0.11289907073974609, 0.11292979431152343, 0.11288371276855469, 0.11320217895507813, 0.11305369567871094, 0.11299430084228515, 0.112901123046875, 0.11287757110595703, 0.11289292907714844, 0.11285401916503907, 0.11290726470947265, 0.11290624237060547, 0.1129881591796875, 0.11301068878173828, 0.11298099517822266, 0.11296153259277343, 0.11306803131103516, 0.11299533081054687, 0.1129349136352539, 0.1129543685913086, 0.11312947082519531, 0.11296665954589843, 0.11309772491455078, 0.11301888275146485, 0.24136703491210937, 0.1129144287109375, 0.11276493072509766, 0.11295027160644532, 0.11283455657958984, 0.11277005004882812, 0.11284070587158203, 0.11278336334228516, 0.1128304672241211, 0.11293695831298828, 0.11274854278564453, 0.11275263977050781, 0.11293695831298828, 0.1129175033569336, 0.11322163391113281, 0.1128058853149414, 0.11283865356445312, 0.11281203460693359, 0.1127188491821289, 0.11274956512451172, 0.11287551879882812, 0.1130250244140625, 0.11283251190185548, 0.11310899353027344, 0.11289497375488282, 0.11285298919677735, 0.11281715393066406, 0.11284377288818359, 0.11287654113769531, 0.11287859344482422, 0.11285913848876954, 0.1127874526977539, 0.11288166046142578, 0.11304755401611329, 0.11289087677001954, 0.11284684753417969, 0.11287859344482422, 0.11284684753417969, 0.11293081665039062, 0.11295948791503906, 0.11289600372314453, 0.1129902114868164, 0.11294207763671875, 0.11289702606201171, 0.11296051025390624, 0.1130240020751953, 0.11299430084228515, 0.11292671966552735, 0.112932861328125, 0.11297689819335938, 0.11294924926757813, 0.11289292907714844, 0.11295948791503906, 0.11297382354736328, 0.11353395080566406, 0.11299635314941406, 0.11296768188476562, 0.11336908721923829, 0.11303833770751953, 0.11304857635498047, 0.11310489654541016, 0.11316838073730469, 0.11299635314941406]",tokens/s,8.715625224263514,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",qwen2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-0.5B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1432.805376,1686.634496,0.0,1040.187392,943.920128,s,10,0.4931167373657227,0.04931167373657226,0.0015790036548253932,0.0498328800201416,0.05031495361328125,0.05125200500488281,0.05200164611816407,"[0.05218905639648438, 0.049720512390136716, 0.04971408081054687, 0.04689712142944336, 0.049965919494628905, 0.050049182891845706, 0.04703388977050781, 0.0474950065612793, 0.04994524765014648, 0.05010671997070312]",tokens/s,5191.468482038894,kWh,5.748676274779545e-07,3.1500203810617106e-07,1.5681876083784666e-06,2.4580572739625925e-06,tokens/kWh,104147288.47522204,MB,1433.133056,1686.634496,0.0,1040.187392,943.922688,s,10,30.323859130859375,3.032385913085937,0.042666442672544616,3.0367078857421874,3.0762851318359377,3.083962268066406,3.090103977050781,"[3.048288818359375, 3.064725830078125, 3.021653076171875, 2.992551513671875, 2.9747451171875, 3.0745791015625, 2.96072412109375, 3.0698251953125, 3.091639404296875, 3.025126953125]",tokens/s,20.775719781618243,kWh,3.628376339728007e-05,1.9885169066191453e-05,8.819707864822439e-05,0.00014436601111169592,tokens/kWh,436390.8063599328,,s,629,30.716823547363276,0.04883437765876515,0.0060169018769152755,0.04840857696533203,0.04977171096801758,0.049963623046874996,0.09535458435058594,"[0.04784435272216797, 0.0486297607421875, 0.048228351593017575, 0.04748601531982422, 0.04865536117553711, 0.048221118927001955, 0.047421440124511716, 0.0492677116394043, 0.047546367645263675, 0.04764889526367187, 0.052972415924072265, 0.05038694381713867, 0.04886220932006836, 0.04840959930419922, 0.04900044631958008, 0.04883251190185547, 0.048811008453369144, 0.048677886962890625, 0.048422977447509764, 0.04796307373046875, 0.04628275299072265, 0.04655734252929687, 0.04649456024169922, 0.046450687408447267, 0.0481607666015625, 0.04834099197387695, 0.048925697326660154, 0.04898713684082031, 0.04877724838256836, 0.05013091278076172, 0.04897587203979492, 0.048702465057373044, 0.04973567962646484, 0.048958465576171874, 0.049089534759521485, 0.04889702224731445, 0.04803583908081055, 0.04675993728637695, 0.04679478454589844, 0.046472160339355466, 0.04652851104736328, 0.04675279998779297, 0.046785503387451174, 0.04673023986816406, 0.04885811233520508, 0.04856934356689453, 0.049896446228027344, 0.048942081451416014, 0.04846387100219727, 0.04869123077392578, 0.048659423828125, 0.04877619171142578, 0.049740798950195314, 0.04882329559326172, 0.04871987152099609, 0.04870348739624023, 0.04894003295898437, 0.04892364883422851, 0.04875775909423828, 0.0488458251953125, 0.04819968032836914, 0.0478474235534668, 0.09888665771484376, 0.04870655822753906, 0.048729087829589846, 0.04897280120849609, 0.048570369720458986, 0.0482848014831543, 0.04869721603393555, 0.0489246711730957, 0.04867071914672851, 0.04880281448364258, 0.04970086288452148, 0.04672409439086914, 0.04658278274536133, 0.04574105453491211, 0.04647423934936523, 0.04813312149047851, 0.04913356781005859, 0.048161792755126956, 0.0491899528503418, 0.04895539093017578, 0.048452545166015625, 0.048737281799316405, 0.04888371276855469, 0.04909363174438477, 0.04883148956298828, 0.0490332145690918, 0.048756736755371094, 0.048486400604248046, 0.048748542785644534, 0.04878028869628906, 0.04877721786499024, 0.04897280120849609, 0.04881939315795898, 0.04865516662597656, 0.049121280670166016, 0.04839833450317383, 0.04751564788818359, 0.0488089599609375, 0.04868198394775391, 0.04875468826293945, 0.04838809585571289, 0.04846387100219727, 0.04858367919921875, 0.04796518325805664, 0.04883251190185547, 0.04918374252319336, 0.0494837760925293, 0.04905779266357422, 0.048871456146240236, 0.04914684677124023, 0.049128513336181644, 0.04930348968505859, 0.04900556945800781, 0.04905267333984375, 0.04840041732788086, 0.04887958526611328, 0.049051647186279294, 0.04863385772705078, 0.04885094451904297, 0.048925697326660154, 0.049007614135742186, 0.04887449645996094, 0.04898918533325195, 0.09888050842285157, 0.04815670394897461, 0.04899631881713867, 0.04929945755004883, 0.048860286712646486, 0.048903041839599606, 0.04904550552368164, 0.049188865661621096, 0.049878047943115233, 0.04912329483032227, 0.04912947082519531, 0.04905779266357422, 0.04895539093017578, 0.0492564468383789, 0.04867686462402344, 0.04833484649658203, 0.04881919860839844, 0.049898494720458986, 0.047158462524414066, 0.04708844757080078, 0.04958924865722656, 0.04678246307373047, 0.04687257766723633, 0.04687571334838867, 0.04649772644042969, 0.04657459259033203, 0.046931999206542965, 0.046537696838378904, 0.046924800872802735, 0.0494837760925293, 0.04844748687744141, 0.04897792053222656, 0.04921651077270508, 0.049111038208007815, 0.0489892463684082, 0.04623660659790039, 0.04692070388793945, 0.0467138557434082, 0.04630323028564453, 0.046720001220703126, 0.046460990905761716, 0.04648543930053711, 0.04660326385498047, 0.04671590423583984, 0.0465530891418457, 0.046704639434814454, 0.04655923080444336, 0.04621315383911133, 0.046750686645507813, 0.046943294525146485, 0.04981651306152344, 0.048844799041748044, 0.04916940689086914, 0.04934656143188477, 0.04984627151489258, 0.048965633392333986, 0.048922622680664066, 0.04638003158569336, 0.047442943572998046, 0.047720447540283206, 0.04695142364501953, 0.04710297775268555, 0.04754127883911133, 0.09509577941894531, 0.04767641448974609, 0.04753203201293945, 0.04674867248535156, 0.04837068939208984, 0.04798668670654297, 0.04767232131958008, 0.048132095336914066, 0.04832665634155273, 0.0478177261352539, 0.04718182373046875, 0.045884414672851564, 0.046238719940185545, 0.04773273468017578, 0.0458158073425293, 0.04842393493652344, 0.047625217437744144, 0.04702310562133789, 0.047677440643310545, 0.04819046401977539, 0.047454208374023435, 0.04820479965209961, 0.048519168853759766, 0.046527488708496094, 0.047712257385253906, 0.04856934356689453, 0.048333824157714846, 0.04780748748779297, 0.04837376022338867, 0.04759449768066406, 0.04630748748779297, 0.04774383926391602, 0.04657561492919922, 0.047108097076416014, 0.04712857437133789, 0.04729548645019531, 0.048140289306640625, 0.047405055999755856, 0.046499935150146485, 0.04641782379150391, 0.04777164840698242, 0.04734873580932617, 0.04806041717529297, 0.048399360656738284, 0.04738662338256836, 0.046058494567871096, 0.048922622680664066, 0.04661151885986328, 0.046448577880859376, 0.047922176361083986, 0.04718899154663086, 0.04637900924682617, 0.047265792846679686, 0.04667494583129883, 0.04650905609130859, 0.04754739379882812, 0.047958015441894535, 0.04767334365844727, 0.047364097595214844, 0.0482979850769043, 0.04830515289306641, 0.04826521682739258, 0.04816998291015625, 0.09898598480224609, 0.04787200164794922, 0.046857215881347655, 0.047282176971435545, 0.04772966384887695, 0.04857958221435547, 0.04844236755371094, 0.047865856170654295, 0.04694220733642578, 0.0469749755859375, 0.04784640121459961, 0.047696895599365234, 0.04796108627319336, 0.04798976135253906, 0.04803583908081055, 0.04824166488647461, 0.04755152130126953, 0.04672201538085938, 0.04708147048950195, 0.047720447540283206, 0.04710604858398437, 0.04833280181884766, 0.046893054962158204, 0.046339073181152345, 0.04729958343505859, 0.04620083236694336, 0.04621823883056641, 0.04630220794677734, 0.04664012908935547, 0.045742080688476565, 0.04688896179199219, 0.04737331390380859, 0.04651007843017578, 0.047306751251220705, 0.046442497253417966, 0.04681119918823242, 0.046621631622314454, 0.04592025756835937, 0.045930496215820314, 0.048544929504394534, 0.049126239776611326, 0.04823551940917969, 0.048643070220947264, 0.045916160583496096, 0.04643942260742188, 0.04623462295532227, 0.04763750457763672, 0.04818022537231445, 0.04798873519897461, 0.04842905426025391, 0.04821299362182617, 0.04804608154296875, 0.04777881622314453, 0.04815769577026367, 0.04605440139770508, 0.04567244720458984, 0.046734336853027345, 0.046153728485107424, 0.04621311950683594, 0.04595318222045899, 0.04617609786987305, 0.04650598526000976, 0.04650086212158203, 0.09985740661621094, 0.04928409576416016, 0.04954214477539062, 0.04977459335327149, 0.04944588851928711, 0.04957491302490234, 0.04966195297241211, 0.049342464447021485, 0.04983910369873047, 0.0491776008605957, 0.04859392166137695, 0.04915097427368164, 0.04978387069702148, 0.0467496337890625, 0.04635654449462891, 0.04944787216186523, 0.05001523208618164, 0.04997017669677734, 0.04998246383666992, 0.049896446228027344, 0.049751041412353515, 0.0492718391418457, 0.049544158935546874, 0.049344512939453126, 0.04928921508789062, 0.04822732925415039, 0.04965683364868164, 0.04955136108398438, 0.049791999816894535, 0.04920217514038086, 0.04928313446044922, 0.04920927810668945, 0.04929228973388672, 0.04662374496459961, 0.04781158447265625, 0.050495487213134765, 0.04976230239868164, 0.049509376525878904, 0.04631961441040039, 0.05011558532714844, 0.049459201812744144, 0.04924415969848633, 0.04945718383789063, 0.04836758422851563, 0.04847820663452149, 0.04873318481445312, 0.048497665405273435, 0.049387550354003905, 0.04903728103637695, 0.04839424133300781, 0.04936908721923828, 0.0488642578125, 0.0464824333190918, 0.04667801666259765, 0.04637593460083008, 0.048292865753173826, 0.04988108825683594, 0.049739776611328126, 0.046494720458984375, 0.04609228897094726, 0.0467589111328125, 0.04669235229492188, 0.04642201614379883, 0.09393869018554687, 0.046535678863525394, 0.0464793586730957, 0.046660606384277346, 0.04662374496459961, 0.046413822174072264, 0.04643942260742188, 0.04679884719848633, 0.04609638214111328, 0.04677119827270508, 0.04600012969970703, 0.0468326416015625, 0.04631552124023437, 0.04586703872680664, 0.04611068725585937, 0.04675481414794922, 0.046721023559570314, 0.046527488708496094, 0.046617633819580076, 0.04643324661254883, 0.04645273590087891, 0.046311424255371096, 0.04717363357543945, 0.04941209411621094, 0.04806860733032227, 0.048868350982666016, 0.04950630569458008, 0.04934348678588867, 0.04929740905761719, 0.049642494201660156, 0.04969472122192383, 0.049686527252197264, 0.04690124893188476, 0.04625408172607422, 0.0464824333190918, 0.04747468948364258, 0.0466319351196289, 0.04630835342407227, 0.04958623886108399, 0.04977248001098633, 0.046437374114990236, 0.046666751861572264, 0.04623257446289063, 0.04696166229248047, 0.046279678344726564, 0.04611379241943359, 0.04554547119140625, 0.046663681030273435, 0.046322689056396485, 0.04650598526000976, 0.046514175415039063, 0.04675279998779297, 0.046134239196777345, 0.04667084884643555, 0.046655487060546875, 0.04598681640625, 0.046189567565917966, 0.04661248016357422, 0.04682342529296875, 0.04635955047607422, 0.04656435012817383, 0.0466954231262207, 0.046304256439208984, 0.09545523071289062, 0.05210009765625, 0.049759231567382815, 0.04982988739013672, 0.049140735626220705, 0.04859801483154297, 0.04978278350830078, 0.04949708938598633, 0.04852633666992188, 0.048950271606445314, 0.050012161254882816, 0.046666751861572264, 0.04646809768676758, 0.04660531234741211, 0.04683267211914063, 0.04611888122558594, 0.04912025451660156, 0.05044838333129883, 0.046497791290283204, 0.04648755264282227, 0.0462366714477539, 0.04693401718139648, 0.048551937103271485, 0.047923198699951174, 0.048363521575927736, 0.04840857696533203, 0.04806054306030273, 0.04804800033569336, 0.04979507064819336, 0.04960268783569336, 0.048702335357666014, 0.04982886505126953, 0.0489892463684082, 0.04962092971801758, 0.04665446472167969, 0.046430206298828124, 0.04630323028564453, 0.04676812744140625, 0.04994976043701172, 0.049352638244628905, 0.049604606628417966, 0.048612350463867186, 0.04945305633544922, 0.049658878326416016, 0.04946739196777344, 0.050116607666015625, 0.04897484970092773, 0.049301502227783206, 0.049509376525878904, 0.050323486328125, 0.047951839447021485, 0.0497367057800293, 0.04959135818481445, 0.047648704528808594, 0.04943769454956055, 0.05042585754394531, 0.04994662475585938, 0.04892160034179688, 0.049667072296142575, 0.04940700912475586, 0.049425376892089846, 0.04919910430908203, 0.04952985763549805, 0.09973980712890625, 0.04946326446533203, 0.04905478286743164, 0.04933612823486328, 0.049279998779296875, 0.04928409576416016, 0.0477388801574707, 0.048881664276123046, 0.04995379257202148, 0.04978585433959961, 0.04977151870727539, 0.04977971267700195, 0.05096041488647461, 0.049853408813476566, 0.049911808013916016, 0.04991385650634766, 0.049585151672363284, 0.049887233734130856, 0.05001420974731445, 0.049317886352539066, 0.04938444900512695, 0.046696449279785154, 0.046276607513427735, 0.04610867309570312, 0.046118911743164064, 0.04661248016357422, 0.046996479034423826, 0.046535678863525394, 0.04659097671508789, 0.046699520111083984, 0.04647731018066406, 0.04634828948974609, 0.049755294799804686, 0.04974063873291015, 0.04958720016479492, 0.050290687561035156, 0.049702911376953124, 0.04967628860473633, 0.04890012741088867, 0.049971168518066406, 0.04979507064819336, 0.04962713623046875, 0.0493383674621582, 0.04943564987182617, 0.04968243026733398, 0.04986368179321289, 0.049614849090576174, 0.04891555023193359, 0.049533855438232424, 0.05005209732055664, 0.051046398162841795, 0.04993331146240235, 0.049089534759521485, 0.04964761734008789, 0.04964659118652344, 0.049462272644042966, 0.049324031829833984, 0.04998246383666992, 0.04970700836181641, 0.04922982406616211, 0.049713153839111325, 0.049748992919921874, 0.049259521484375, 0.09665654754638672, 0.046802848815917966, 0.049251262664794924, 0.04930252838134765, 0.04933529663085937, 0.04961894226074219, 0.04968755340576172, 0.05129011154174805, 0.050310142517089845, 0.049683456420898435, 0.0495206413269043, 0.04984531021118164, 0.04686431884765625, 0.04655718231201172, 0.04736716842651367, 0.04994355010986328, 0.049683456420898435, 0.04952985763549805, 0.0493803825378418, 0.0493864631652832, 0.04841984176635742, 0.0496629753112793, 0.049650688171386716, 0.049498111724853515, 0.04961177444458008, 0.04924313735961914, 0.04994559860229492, 0.04936908721923828, 0.04898099136352539, 0.04944179153442383, 0.04961587142944336, 0.04668108749389648, 0.04700364685058594, 0.04648038482666016, 0.04612607955932617, 0.04655104064941406, 0.04650598526000976, 0.04640153503417969, 0.04866867065429688, 0.04939689636230469, 0.04632867050170898, 0.04618137741088867, 0.046691326141357424, 0.04642816162109375, 0.04596121597290039, 0.046063617706298826, 0.04691353607177735, 0.046633983612060545, 0.046311424255371096, 0.04636774444580078, 0.046473217010498044, 0.04641996765136719, 0.046698497772216796, 0.04663296127319336, 0.04635955047607422, 0.04673023986816406, 0.046327808380126956, 0.04674569702148437, 0.04785347366333008, 0.04931071853637695, 0.04948070526123047, 0.0492308464050293, 0.045884414672851564]",tokens/s,20.477377780619932,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Qwen/Qwen1.5-1.8B,,cuda,0,42,,,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.0,,4.40.2,,0.30.1,,,,1.19.2,,,,0.10.0,,,,MB,1857.773568,3395.813376,0.0,2749.366272,2585.357312,s,10,0.7326278381347655,0.07326278381347656,0.0010202652967553705,0.07289332580566407,0.0744323989868164,0.07474466476440429,0.0749944773864746,"[0.07307369232177735, 0.07505693054199218, 0.07257308959960937, 0.07189148712158203, 0.07271295928955078, 0.07210118103027344, 0.072621826171875, 0.07393405151367187, 0.07429961395263672, 0.07436300659179687]",tokens/s,3494.2707152892713,kWh,8.526288467250187e-07,4.671987187216898e-07,4.050754639481646e-06,5.370582204928354e-06,tokens/kWh,47667085.28641079,MB,1857.773568,3395.813376,0.0,2749.366272,2628.768768,s,10,38.62795434570313,3.8627954345703124,0.0013787928567573532,3.86274462890625,3.8645461914062498,3.86462001953125,3.86467908203125,"[3.862239990234375, 3.863882568359375, 3.86469384765625, 3.86452978515625, 3.863611328125, 3.862596923828125, 3.862892333984375, 3.8602333984375, 3.86094921875, 3.862324951171875]",tokens/s,16.309432137197284,kWh,4.555938902852252e-05,2.4969072835359344e-05,0.00021447355906873103,0.00028500202093261287,tokens/kWh,221051.06410770328,,s,629,39.2255651473999,0.062361788787599216,0.008780807090293767,0.06126895904541016,0.061400267791748044,0.06155386810302734,0.1344632177734375,"[0.06139596939086914, 0.06134783935546875, 0.06130278396606445, 0.06122700881958008, 0.06143606567382812, 0.061158241271972655, 0.061230079650878906, 0.06156902313232422, 0.06164582443237305, 0.06149529647827148, 0.06133760070800781, 0.06120243072509766, 0.06127718353271484, 0.0615997428894043, 0.0614205436706543, 0.06143385696411133, 0.06148198318481445, 0.061162494659423826, 0.061267967224121096, 0.06151065444946289, 0.06127414321899414, 0.061287391662597654, 0.06125568008422851, 0.06121779251098633, 0.06121574401855469, 0.061246463775634766, 0.06121270370483398, 0.061201377868652346, 0.06132428741455078, 0.061178878784179686, 0.06119833755493164, 0.06125260925292969, 0.06123519897460938, 0.06116454315185547, 0.06141747283935547, 0.06122089767456055, 0.06124540710449219, 0.06128332901000977, 0.061276161193847656, 0.0612044792175293, 0.0612935676574707, 0.06123110580444336, 0.061246463775634766, 0.06124249649047851, 0.06127705764770508, 0.06118608093261719, 0.06124233627319336, 0.06122598266601562, 0.061317119598388675, 0.0612044792175293, 0.0613201904296875, 0.06122393417358398, 0.06131302261352539, 0.06132735824584961, 0.061297664642333986, 0.061230079650878906, 0.061290496826171874, 0.06120345687866211, 0.06123519897460938, 0.06125568008422851, 0.061211647033691405, 0.06121062469482422, 0.13685043334960936, 0.061385726928710936, 0.06136422348022461, 0.061391902923583985, 0.0613969612121582, 0.06137651062011719, 0.06124031829833984, 0.061290496826171874, 0.06117171096801758, 0.06124748611450195, 0.06125056076049805, 0.061244415283203124, 0.06116352081298828, 0.06120243072509766, 0.061238273620605466, 0.061238273620605466, 0.061163585662841795, 0.06130579376220703, 0.061200382232666016, 0.06135603332519531, 0.06155263900756836, 0.061240478515625, 0.061153247833251954, 0.061241214752197265, 0.06119116973876953, 0.06119014358520508, 0.06122102355957031, 0.06126063919067383, 0.06113894271850586, 0.06125363159179688, 0.061257728576660155, 0.06135398483276367, 0.06126182556152344, 0.06128844833374023, 0.06118092727661133, 0.06130790328979492, 0.061292545318603515, 0.06130585479736328, 0.06130585479736328, 0.06157823944091797, 0.0615546875, 0.06145843124389649, 0.061260799407958984, 0.06128742218017578, 0.061306880950927733, 0.06136832046508789, 0.06350233459472657, 0.061344768524169924, 0.061143039703369144, 0.061300830841064455, 0.061209503173828124, 0.06128025436401367, 0.061257728576660155, 0.06132035064697266, 0.06122991943359375, 0.06137548828125, 0.061472766876220705, 0.061297664642333986, 0.06125673675537109, 0.06129660797119141, 0.0612935676574707, 0.06125158309936524, 0.06124448013305664, 0.134383544921875, 0.06131916809082031, 0.0611409912109375, 0.0613488655090332, 0.06120044708251953, 0.06135084915161133, 0.06120755386352539, 0.06130380630493164, 0.0612751350402832, 0.06122905731201172, 0.06122700881958008, 0.06135295867919922, 0.061241344451904295, 0.061300735473632816, 0.06121577453613281, 0.061286369323730466, 0.0612751350402832, 0.06132940673828125, 0.06118809509277344, 0.06131814575195312, 0.06130790328979492, 0.0613488655090332, 0.061249534606933595, 0.06230227279663086, 0.06123923110961914, 0.06123929595947265, 0.06117478561401367, 0.061221889495849606, 0.06119833755493164, 0.061257728576660155, 0.061176830291748044, 0.06125158309936524, 0.061233150482177735, 0.06127718353271484, 0.061344768524169924, 0.06139494323730469, 0.06125574493408203, 0.061348800659179685, 0.06131097412109375, 0.061314048767089846, 0.061292545318603515, 0.06137855911254883, 0.06121267318725586, 0.06131609725952149, 0.0612935676574707, 0.0612977294921875, 0.06115423965454102, 0.062395423889160154, 0.06123737716674805, 0.06142038345336914, 0.06166016006469727, 0.06140723037719727, 0.061308929443359375, 0.06141439819335937, 0.061271041870117185, 0.061306880950927733, 0.06125568008422851, 0.061437950134277344, 0.061267967224121096, 0.06134067153930664, 0.06126396942138672, 0.061334430694580076, 0.06136627197265625, 0.1344952697753906, 0.061371360778808594, 0.061200382232666016, 0.06137036895751953, 0.06131916809082031, 0.061306880950927733, 0.06132940673828125, 0.06137651062011719, 0.06126182556152344, 0.06136217498779297, 0.06131097412109375, 0.06130995178222656, 0.06125056076049805, 0.061431808471679686, 0.06132223892211914, 0.06132940673828125, 0.061211647033691405, 0.0613570556640625, 0.06121984100341797, 0.061379585266113285, 0.061233150482177735, 0.06123724746704102, 0.061211647033691405, 0.061295616149902345, 0.06129151916503906, 0.06138675308227539, 0.06125260925292969, 0.06131302261352539, 0.061254657745361325, 0.06133452987670898, 0.06119116973876953, 0.061399040222167967, 0.06132940673828125, 0.06128025436401367, 0.06132223892211914, 0.06143590545654297, 0.06123519897460938, 0.06140108871459961, 0.061257728576660155, 0.06137753677368164, 0.061502464294433595, 0.06135910415649414, 0.061244415283203124, 0.06137753677368164, 0.061966335296630856, 0.06137651062011719, 0.06124748611450195, 0.06135910415649414, 0.06123724746704102, 0.061400062561035154, 0.06116761779785156, 0.06129983901977539, 0.06128524780273437, 0.061574142456054685, 0.06160192108154297, 0.06146547317504883, 0.061254657745361325, 0.0613939208984375, 0.06138777542114258, 0.061290496826171874, 0.06130380630493164, 0.061260799407958984, 0.0612782096862793, 0.13449420166015624, 0.0613201904296875, 0.06128128051757813, 0.06128128051757813, 0.06118608093261719, 0.06126895904541016, 0.061241344451904295, 0.061216766357421876, 0.06117171096801758, 0.061315071105957034, 0.06134272003173828, 0.06174822235107422, 0.06120140838623047, 0.061178878784179686, 0.061195297241210936, 0.0614153938293457, 0.06117068862915039, 0.0621393928527832, 0.06123110580444336, 0.06123519897460938, 0.0611860466003418, 0.061274112701416014, 0.06114713668823242, 0.06122716903686523, 0.061267807006835935, 0.061276161193847656, 0.06118297576904297, 0.06133555221557617, 0.06133452987670898, 0.061262847900390625, 0.061224960327148435, 0.06130278396606445, 0.06118092727661133, 0.06130694580078125, 0.06124435043334961, 0.06132940673828125, 0.061295616149902345, 0.06131513595581055, 0.06114809417724609, 0.061308929443359375, 0.06128947067260742, 0.06133350372314453, 0.06126387023925781, 0.06140825653076172, 0.061385726928710936, 0.06133248138427734, 0.06132121658325195, 0.061254657745361325, 0.06115532684326172, 0.06133964920043945, 0.061189121246337894, 0.061254657745361325, 0.061254657745361325, 0.06132940673828125, 0.061244415283203124, 0.06130278396606445, 0.06126387023925781, 0.06329753494262695, 0.06128639984130859, 0.061312000274658204, 0.06132735824584961, 0.06121062469482422, 0.061227104187011716, 0.13391145324707032, 0.06119424057006836, 0.061162494659423826, 0.06187417602539062, 0.06159462356567383, 0.061346817016601565, 0.061265918731689455, 0.061241344451904295, 0.061262847900390625, 0.06127718353271484, 0.06129663848876953, 0.06137446212768555, 0.061271041870117185, 0.06124236679077148, 0.061238273620605466, 0.061267967224121096, 0.06116556930541992, 0.061265918731689455, 0.06117478561401367, 0.06121779251098633, 0.06124544143676758, 0.06132735824584961, 0.061238273620605466, 0.061195392608642575, 0.06117772674560547, 0.06121984100341797, 0.06117478561401367, 0.061249534606933595, 0.06135398483276367, 0.06128025436401367, 0.061143039703369144, 0.061276161193847656, 0.061193214416503904, 0.06121984100341797, 0.061216766357421876, 0.06132428741455078, 0.06124544143676758, 0.061282302856445314, 0.06337228775024414, 0.06132940673828125, 0.061230079650878906, 0.06132326507568359, 0.06124249649047851, 0.06130777740478516, 0.06127836990356445, 0.061315937042236326, 0.06120755386352539, 0.061228031158447264, 0.061224960327148435, 0.061297664642333986, 0.061158401489257816, 0.06132428741455078, 0.061193214416503904, 0.06124560165405273, 0.06118076705932617, 0.06130176162719726, 0.06120550537109375, 0.06126694488525391, 0.06125363159179688, 0.061369342803955076, 0.061314048767089846, 0.06129971313476563, 0.06124236679077148, 0.13450445556640625, 0.061317119598388675, 0.061284351348876956, 0.06129971313476563, 0.06124860763549805, 0.06139587020874023, 0.06129663848876953, 0.06127628707885742, 0.061279102325439455, 0.06135603332519531, 0.0612147216796875, 0.061383678436279294, 0.06137241744995117, 0.06130483245849609, 0.061230079650878906, 0.06132326507568359, 0.061260799407958984, 0.061249534606933595, 0.061295616149902345, 0.06130278396606445, 0.06117171096801758, 0.061284351348876956, 0.061284351348876956, 0.0623636474609375, 0.061454334259033204, 0.061413375854492185, 0.061369342803955076, 0.06145024108886719, 0.061213695526123046, 0.061308929443359375, 0.06139801788330078, 0.06125568008422851, 0.06120243072509766, 0.06139596939086914, 0.06120652770996094, 0.061292545318603515, 0.061486080169677736, 0.061244415283203124, 0.06117478561401367, 0.061338623046875, 0.061300735473632816, 0.06128025436401367, 0.061260799407958984, 0.061298686981201174, 0.06127308654785156, 0.06131302261352539, 0.061295616149902345, 0.061325313568115235, 0.061228031158447264, 0.06130380630493164, 0.06117174530029297, 0.06120867156982422, 0.06118182373046875, 0.061200382232666016, 0.06121267318725586, 0.061249534606933595, 0.06119731140136719, 0.061259777069091796, 0.06121779251098633, 0.0612853775024414, 0.06123519897460938, 0.061363201141357425, 0.06137651062011719, 0.13581520080566406, 0.06123721694946289, 0.061230079650878906, 0.06120243072509766, 0.06118809509277344, 0.06125888061523437, 0.06128627014160156, 0.061183998107910156, 0.06116966247558594, 0.061292545318603515, 0.06119116973876953, 0.06121267318725586, 0.06119424057006836, 0.0612567024230957, 0.06120345687866211, 0.0611778564453125, 0.062005279541015625, 0.061244384765625, 0.06121267318725586, 0.06127001571655273, 0.061156352996826174, 0.06120140838623047, 0.06130585479736328, 0.06121984100341797, 0.06111231994628906, 0.0612567024230957, 0.06117068862915039, 0.061274112701416014, 0.06124031829833984, 0.0612567024230957, 0.06120959854125976, 0.06128332901000977, 0.06125568008422851, 0.06122393417358398, 0.061233150482177735, 0.0613089599609375, 0.06115020751953125, 0.06122288131713867, 0.06142156982421875, 0.06144102478027344, 0.061252639770507815, 0.06141129684448242, 0.061379585266113285, 0.061317119598388675, 0.06144524765014649, 0.06125657653808594, 0.061233150482177735, 0.061290496826171874, 0.0611778564453125, 0.06124851226806641, 0.06120755386352539, 0.061276161193847656, 0.06118809509277344, 0.06129151916503906, 0.06121267318725586, 0.06132326507568359, 0.061453311920166016, 0.06124748611450195, 0.06111743927001953, 0.06126387023925781, 0.06130790328979492, 0.061262847900390625, 0.06124748611450195, 0.13622784423828124, 0.06128128051757813, 0.06116864013671875, 0.06118195343017578, 0.06121881484985352, 0.06123212814331055, 0.061211742401123044, 0.061231006622314454, 0.06120550537109375, 0.061178878784179686, 0.061222911834716794, 0.061193214416503904, 0.06135910415649414, 0.061623294830322264, 0.061295616149902345, 0.06120652770996094, 0.06120761489868164, 0.06214854431152344, 0.061200382232666016, 0.06128128051757813, 0.06116147232055664, 0.06121062469482422, 0.06120755386352539, 0.06122393417358398, 0.06119424057006836, 0.06125475311279297, 0.061219745635986325, 0.06122598266601562, 0.061143039703369144, 0.06130585479736328, 0.06125363159179688, 0.06124748611450195, 0.06132735824584961, 0.06121881484985352, 0.06116966247558594, 0.061338623046875, 0.0612567024230957, 0.061250625610351564, 0.061302753448486326, 0.061341663360595704, 0.061221889495849606, 0.06131820678710938, 0.061247425079345705, 0.061279232025146485, 0.061300735473632816, 0.06132735824584961, 0.0612935676574707, 0.061274112701416014, 0.06122393417358398, 0.06123622512817383, 0.061162494659423826, 0.06129663848876953, 0.06119424057006836, 0.061271041870117185, 0.061315071105957034, 0.06127001571655273, 0.061238273620605466, 0.06128128051757813, 0.06128844833374023, 0.061314048767089846, 0.06154751968383789, 0.06133248138427734, 0.061330432891845706, 0.13624729919433592, 0.061328384399414064, 0.061246463775634766, 0.06124031829833984, 0.061189121246337894, 0.061243392944335937, 0.061193214416503904, 0.06124851226806641, 0.061246463775634766, 0.06123219299316406, 0.061181888580322266, 0.06125158309936524, 0.06116761779785156, 0.06128742218017578, 0.061243392944335937, 0.06128639984130859, 0.06118406295776367, 0.06136620712280273, 0.06136115264892578, 0.06126396942138672, 0.061195167541503906, 0.0612751350402832, 0.06120243072509766, 0.06128332901000977, 0.06121779251098633, 0.061230079650878906, 0.0632248306274414, 0.06133350372314453, 0.06123212814331055, 0.06128639984130859, 0.061257728576660155, 0.06139596939086914, 0.061276161193847656, 0.06122700881958008, 0.06123519897460938, 0.06130380630493164, 0.06121881484985352, 0.06122905731201172, 0.06126387023925781, 0.06125568008422851, 0.061244415283203124, 0.06136627197265625, 0.06116147232055664, 0.061262847900390625, 0.06133145523071289, 0.06130294418334961, 0.0612022705078125, 0.06134783935546875, 0.06124236679077148, 0.06139801788330078, 0.06120969772338867, 0.061249439239501956, 0.06118204879760742, 0.06134364700317383, 0.06126489639282227, 0.06138374328613281, 0.06129779052734375, 0.06130259323120117, 0.06122086334228516, 0.06133555221557617, 0.061274112701416014, 0.061267967224121096, 0.061358081817626954]",tokens/s,16.035460486964933,,,main,False,False,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1265.917952,849.870848,0.0,203.423744,184.602112,s,18,0.17688998317718502,0.009827221287621393,0.000379395453377176,0.009883711814880371,0.00996596145629883,0.01016550221443176,0.010955237894058226,"[0.011152671813964845, 0.0099203519821167, 0.009883135795593261, 0.009477696418762206, 0.009591296195983886, 0.00987168025970459, 0.009907327651977538, 0.009928768157958984, 0.00988428783416748, 0.009436415672302247, 0.009557056427001952, 0.009897791862487793, 0.009503680229187012, 0.009955103874206544, 0.009505215644836426, 0.00995199966430664, 0.009474207878112793, 0.00999129581451416]",tokens/s,26050.090102526116,kWh,1.1556002204084393e-07,6.33038160348435e-08,2.2319937482306927e-07,4.0206321289875674e-07,tokens/kWh,636715799.3747196,MB,1265.917952,849.870848,0.0,203.423744,184.604672,s,18,10.391989807128907,0.5773327670627171,0.013855334098085512,0.5806494445800782,0.5825772094726563,0.5889218109130859,0.6132660516357421,"[0.6193521118164063, 0.5815452270507813, 0.5808239135742187, 0.570391845703125, 0.556177001953125, 0.5814264526367188, 0.5807514038085938, 0.5809221801757812, 0.5805474853515625, 0.5798250122070312, 0.5735420532226563, 0.5807861328125, 0.5677076416015625, 0.5835517578125, 0.554612060546875, 0.5805112915039062, 0.557356689453125, 0.5821595458984375]",tokens/s,109.12250887910568,kWh,6.89628270562029e-06,3.778855503331999e-06,1.2591647478351e-05,2.326678568730329e-05,tokens/kWh,2707722.538329786,,s,1133,10.547172350883478,0.009309066505634143,0.0012519653716398997,0.009198592185974122,0.009321881866455078,0.009776742553710936,0.018797281188964843,"[0.010469375610351562, 0.010507264137268067, 0.010343423843383789, 0.010134528160095215, 0.010161151885986328, 0.010073087692260741, 0.009782272338867188, 0.00993280029296875, 0.010345472335815429, 0.010494976043701172, 0.010384384155273438, 0.009861120223999023, 0.010610752105712891, 0.010474431991577148, 0.010355711936950684, 0.009854975700378419, 0.009863167762756348, 0.00980684757232666, 0.009670656204223632, 0.009694208145141601, 0.009727999687194825, 0.009863167762756348, 0.009927680015563965, 0.010033151626586915, 0.010019840240478516, 0.00980070400238037, 0.00990822410583496, 0.009811967849731444, 0.009787391662597657, 0.009676799774169922, 0.00973516845703125, 0.010011648178100586, 0.009878527641296387, 0.009851903915405273, 0.00975977611541748, 0.009837535858154297, 0.00992972755432129, 0.01002086353302002, 0.009906175613403321, 0.009785344123840332, 0.009712639808654786, 0.009827327728271485, 0.009659392356872559, 0.00951193618774414, 0.009747455596923828, 0.009492480278015136, 0.00927030372619629, 0.00955388832092285, 0.009366527557373047, 0.009678848266601562, 0.009562111854553223, 0.009660415649414063, 0.009773056030273437, 0.009358336448669433, 0.009241600036621094, 0.009240575790405273, 0.009300992012023926, 0.009251839637756347, 0.009280511856079102, 0.009219072341918945, 0.00922214412689209, 0.009232383728027344, 0.019534847259521485, 0.009210880279541016, 0.009182208061218262, 0.009167872428894042, 0.009250816345214843, 0.009181183815002441, 0.009183232307434081, 0.00923136043548584, 0.009202688217163087, 0.00921292781829834, 0.009220095634460449, 0.0092293119430542, 0.009198592185974122, 0.009209856033325196, 0.009218048095703125, 0.00921395206451416, 0.009224191665649414, 0.009256959915161133, 0.009198592185974122, 0.00920473575592041, 0.009327615737915039, 0.009211903572082519, 0.00918015956878662, 0.009236479759216308, 0.00920576000213623, 0.009190400123596192, 0.00918835163116455, 0.00922214412689209, 0.00919654369354248, 0.009182208061218262, 0.009235456466674804, 0.009217023849487305, 0.0092293119430542, 0.009217023849487305, 0.009192447662353515, 0.009169919967651367, 0.00923136043548584, 0.009367551803588867, 0.00923750400543213, 0.00921497631072998, 0.009326592445373535, 0.00921497631072998, 0.00919654369354248, 0.009239551544189453, 0.009203712463378906, 0.009226240158081055, 0.009232383728027344, 0.009239551544189453, 0.009192480087280273, 0.009198559761047363, 0.009448448181152343, 0.009236479759216308, 0.009244671821594238, 0.009256959915161133, 0.009206784248352052, 0.009201663970947266, 0.009234432220458985, 0.009191424369812011, 0.009264127731323242, 0.009296895980834961, 0.009239551544189453, 0.009186304092407227, 0.009217023849487305, 0.019556352615356445, 0.00923750400543213, 0.00922214412689209, 0.009198592185974122, 0.00924060821533203, 0.009208800315856934, 0.009206784248352052, 0.009201663970947266, 0.009219072341918945, 0.00919654369354248, 0.009235456466674804, 0.009254912376403808, 0.009193471908569336, 0.00922316837310791, 0.009241600036621094, 0.009447423934936524, 0.00923852825164795, 0.009332736015319825, 0.00920787239074707, 0.009170880317687988, 0.0092293119430542, 0.009184255599975585, 0.009186304092407227, 0.009209856033325196, 0.009219072341918945, 0.009189375877380371, 0.009189375877380371, 0.00922111988067627, 0.009169919967651367, 0.009194496154785157, 0.009233407974243164, 0.009151552200317383, 0.009167807579040527, 0.009190400123596192, 0.009351167678833008, 0.009208831787109375, 0.009189375877380371, 0.009246720314025878, 0.009164863586425782, 0.009215935707092286, 0.00920576000213623, 0.009187359809875489, 0.009175007820129394, 0.009187328338623046, 0.009200639724731445, 0.009163776397705077, 0.009166848182678223, 0.009251839637756347, 0.009209856033325196, 0.009200639724731445, 0.009234432220458985, 0.009187328338623046, 0.009177087783813476, 0.009159680366516113, 0.009186304092407227, 0.009172991752624511, 0.009189375877380371, 0.009206784248352052, 0.009198592185974122, 0.009224191665649414, 0.009248767852783203, 0.00918015956878662, 0.009299967765808105, 0.0187064323425293, 0.008785920143127441, 0.008804351806640624, 0.00882688045501709, 0.008830975532531739, 0.008811519622802735, 0.00882585620880127, 0.008824831962585449, 0.008816639900207519, 0.00882585620880127, 0.008769536018371582, 0.008780799865722656, 0.008863743782043456, 0.008778752326965332, 0.008803327560424805, 0.008803327560424805, 0.008820735931396484, 0.008805376052856445, 0.008806400299072266, 0.008836095809936523, 0.00881868839263916, 0.008822784423828126, 0.008795136451721192, 0.008828927993774414, 0.008797183990478515, 0.008824831962585449, 0.008852479934692382, 0.008811519622802735, 0.008835071563720704, 0.008785920143127441, 0.008782848358154297, 0.008775679588317872, 0.009315327644348144, 0.009271295547485351, 0.00923750400543213, 0.009262080192565919, 0.00928767967224121, 0.00929587173461914, 0.009208831787109375, 0.009327615737915039, 0.009189375877380371, 0.009210880279541016, 0.009217023849487305, 0.00920576000213623, 0.009788415908813476, 0.009333760261535644, 0.009361408233642577, 0.009298944473266601, 0.009291775703430176, 0.009209856033325196, 0.009184255599975585, 0.009253888130187989, 0.00918835163116455, 0.009179136276245118, 0.009218048095703125, 0.009220095634460449, 0.009680928230285645, 0.009275360107421875, 0.009600000381469726, 0.009193471908569336, 0.009242624282836913, 0.009313280105590821, 0.009178112030029297, 0.0188272647857666, 0.008790016174316406, 0.008794112205505371, 0.00878489589691162, 0.008802304267883301, 0.008791040420532227, 0.008791040420532227, 0.008796159744262694, 0.00881049633026123, 0.00881868839263916, 0.008782848358154297, 0.008848383903503418, 0.008773632049560547, 0.008795136451721192, 0.008794112205505371, 0.008771583557128907, 0.008759296417236329, 0.008840191841125488, 0.00878489589691162, 0.00880025577545166, 0.008778752326965332, 0.008756223678588868, 0.008783871650695801, 0.008794112205505371, 0.008814592361450196, 0.008787967681884766, 0.008811519622802735, 0.008804351806640624, 0.0088156156539917, 0.008840191841125488, 0.008857631683349609, 0.00879100799560547, 0.008831999778747558, 0.008803327560424805, 0.00882585620880127, 0.008786944389343262, 0.008780799865722656, 0.008774656295776367, 0.00880844783782959, 0.008829952239990235, 0.008811519622802735, 0.008775679588317872, 0.008813568115234375, 0.008803327560424805, 0.008830975532531739, 0.008812543869018554, 0.008830975532531739, 0.008822784423828126, 0.008848383903503418, 0.008816639900207519, 0.008796159744262694, 0.008872960090637207, 0.00880025577545166, 0.008820735931396484, 0.00879308795928955, 0.008787967681884766, 0.008813568115234375, 0.008785920143127441, 0.008795136451721192, 0.008797183990478515, 0.008785920143127441, 0.009107456207275391, 0.009649151802062989, 0.019497983932495116, 0.009227264404296874, 0.009200639724731445, 0.009393152236938476, 0.009247743606567382, 0.009179136276245118, 0.00918015956878662, 0.009224191665649414, 0.00919654369354248, 0.009175040245056153, 0.00922111988067627, 0.009170944213867188, 0.009868288040161132, 0.009244671821594238, 0.009190400123596192, 0.009195520401000976, 0.009310208320617675, 0.009224191665649414, 0.009215999603271484, 0.009232383728027344, 0.009226240158081055, 0.009191424369812011, 0.00918015956878662, 0.009209856033325196, 0.009225215911865235, 0.00919961643218994, 0.00922111988067627, 0.009183232307434081, 0.009153535842895508, 0.009202688217163087, 0.009210880279541016, 0.009171968460083007, 0.009227264404296874, 0.009331711769104004, 0.009274368286132812, 0.009182208061218262, 0.009219072341918945, 0.009171968460083007, 0.009192447662353515, 0.009182208061218262, 0.00923136043548584, 0.009184255599975585, 0.009215007781982422, 0.009226207733154296, 0.009201663970947266, 0.009203712463378906, 0.009198592185974122, 0.009174015998840332, 0.009181183815002441, 0.00920576000213623, 0.00919654369354248, 0.009168895721435547, 0.009174015998840332, 0.009309184074401856, 0.009170944213867188, 0.009226240158081055, 0.00922316837310791, 0.009162752151489258, 0.009272319793701172, 0.009233407974243164, 0.009167872428894042, 0.009210880279541016, 0.00921292781829834, 0.019574783325195313, 0.00923136043548584, 0.009195520401000976, 0.009209856033325196, 0.009246720314025878, 0.009217023849487305, 0.00918015956878662, 0.00919654369354248, 0.009225215911865235, 0.00919654369354248, 0.00921395206451416, 0.009214015960693359, 0.009252799987792968, 0.00935321617126465, 0.009294848442077636, 0.009243647575378417, 0.009247743606567382, 0.009239551544189453, 0.009201663970947266, 0.009197567939758301, 0.00921292781829834, 0.009206784248352052, 0.00920473575592041, 0.009270272254943847, 0.009240575790405273, 0.00919961643218994, 0.009167872428894042, 0.00920576000213623, 0.009190400123596192, 0.00919654369354248, 0.009219072341918945, 0.00922111988067627, 0.009203712463378906, 0.009177087783813476, 0.009250816345214843, 0.009254912376403808, 0.00922111988067627, 0.009243647575378417, 0.009206815719604492, 0.00917296028137207, 0.009217023849487305, 0.009186304092407227, 0.009186304092407227, 0.009189375877380371, 0.009190400123596192, 0.009179136276245118, 0.009181183815002441, 0.009192447662353515, 0.009227264404296874, 0.009186304092407227, 0.009191424369812011, 0.00919961643218994, 0.009201663970947266, 0.009197567939758301, 0.00923852825164795, 0.009170944213867188, 0.009167872428894042, 0.009218048095703125, 0.009161727905273438, 0.009177087783813476, 0.009261055946350098, 0.009197567939758301, 0.009194496154785157, 0.019564544677734375, 0.00918015956878662, 0.00919654369354248, 0.009191424369812011, 0.009185279846191406, 0.009163776397705077, 0.009187328338623046, 0.009158656120300293, 0.009169919967651367, 0.00930303955078125, 0.009362431526184082, 0.009187328338623046, 0.00923033618927002, 0.009189375877380371, 0.009026559829711914, 0.009077759742736816, 0.00924675178527832, 0.009236448287963868, 0.009416704177856445, 0.009495552062988282, 0.009274368286132812, 0.009257984161376954, 0.009224191665649414, 0.009185279846191406, 0.0092293119430542, 0.009250816345214843, 0.009215999603271484, 0.009240575790405273, 0.009257984161376954, 0.009206784248352052, 0.009158656120300293, 0.00921395206451416, 0.009228287696838379, 0.009201663970947266, 0.009218048095703125, 0.009356287956237793, 0.009220095634460449, 0.009197567939758301, 0.00923033618927002, 0.00918835163116455, 0.009197567939758301, 0.009252863883972168, 0.009192447662353515, 0.00921299171447754, 0.009208767890930177, 0.00921497631072998, 0.009184255599975585, 0.009174015998840332, 0.009207807540893554, 0.009163776397705077, 0.009154560089111329, 0.009195520401000976, 0.009179136276245118, 0.009255935668945312, 0.009185279846191406, 0.009209856033325196, 0.009160703659057617, 0.009185279846191406, 0.009227264404296874, 0.00920473575592041, 0.009186304092407227, 0.00922214412689209, 0.009183232307434081, 0.0194969596862793, 0.009159680366516113, 0.009169919967651367, 0.00923033618927002, 0.009171968460083007, 0.009175040245056153, 0.009202688217163087, 0.009209856033325196, 0.009184255599975585, 0.009158656120300293, 0.009194496154785157, 0.009181183815002441, 0.009170944213867188, 0.009195520401000976, 0.009189375877380371, 0.009183232307434081, 0.009282560348510742, 0.009235487937927247, 0.009219039916992187, 0.009203712463378906, 0.009217023849487305, 0.009201663970947266, 0.009380864143371583, 0.009244671821594238, 0.009189375877380371, 0.00919654369354248, 0.009269248008728028, 0.009220095634460449, 0.009210880279541016, 0.009186304092407227, 0.009288703918457031, 0.009181183815002441, 0.009191424369812011, 0.009307135581970214, 0.00921292781829834, 0.00921497631072998, 0.009242624282836913, 0.009198592185974122, 0.00918835163116455, 0.009208831787109375, 0.009185279846191406, 0.009215999603271484, 0.00920473575592041, 0.009226240158081055, 0.009169919967651367, 0.009138175964355469, 0.009228287696838379, 0.009142271995544434, 0.00919654369354248, 0.009193471908569336, 0.00922111988067627, 0.009202688217163087, 0.009232383728027344, 0.00928767967224121, 0.009172991752624511, 0.009218048095703125, 0.009203776359558106, 0.009169856071472167, 0.00918835163116455, 0.009217023849487305, 0.009192447662353515, 0.009211903572082519, 0.009208831787109375, 0.018723840713500976, 0.00880947208404541, 0.008793120384216308, 0.008842207908630372, 0.00881868839263916, 0.008840191841125488, 0.008830975532531739, 0.009555968284606933, 0.00929792022705078, 0.009195520401000976, 0.009683967590332031, 0.009877504348754883, 0.009355263710021973, 0.009249792098999024, 0.009200639724731445, 0.009253888130187989, 0.009392127990722657, 0.009315327644348144, 0.009280511856079102, 0.0092293119430542, 0.009201663970947266, 0.009170944213867188, 0.009182208061218262, 0.009145343780517578, 0.00920576000213623, 0.009246720314025878, 0.009280511856079102, 0.009210880279541016, 0.009281536102294922, 0.0092293119430542, 0.009218048095703125, 0.00919961643218994, 0.009226240158081055, 0.009183232307434081, 0.009210880279541016, 0.00923033618927002, 0.009215999603271484, 0.009206784248352052, 0.009241600036621094, 0.009172991752624511, 0.009161727905273438, 0.009170944213867188, 0.009227264404296874, 0.009201696395874023, 0.00925385570526123, 0.009268223762512207, 0.00918015956878662, 0.00932863998413086, 0.00920576000213623, 0.009132032394409179, 0.009167872428894042, 0.009157631874084473, 0.00920576000213623, 0.009185279846191406, 0.009190400123596192, 0.009195520401000976, 0.009192447662353515, 0.009159680366516113, 0.00918015956878662, 0.009168895721435547, 0.009192447662353515, 0.009218048095703125, 0.009215999603271484, 0.01879449653625488, 0.00880844783782959, 0.00881766414642334, 0.00878489589691162, 0.008798208236694336, 0.008786944389343262, 0.008841216087341308, 0.008797183990478515, 0.008791040420532227, 0.008798208236694336, 0.00880844783782959, 0.008838144302368164, 0.008785920143127441, 0.00879923152923584, 0.008779775619506837, 0.00880128002166748, 0.00881868839263916, 0.008765439987182617, 0.008767487525939942, 0.008905728340148926, 0.008852479934692382, 0.009259008407592773, 0.009224191665649414, 0.009241600036621094, 0.009269248008728028, 0.009226240158081055, 0.009227264404296874, 0.009233407974243164, 0.009193471908569336, 0.009187328338623046, 0.009244671821594238, 0.009203712463378906, 0.009236479759216308, 0.009249792098999024, 0.00922111988067627, 0.00939417552947998, 0.00930406379699707, 0.009362431526184082, 0.009252863883972168, 0.009256959915161133, 0.009296895980834961, 0.009201663970947266, 0.00921497631072998, 0.009236479759216308, 0.009200639724731445, 0.009191424369812011, 0.009209856033325196, 0.009182208061218262, 0.009332736015319825, 0.009244735717773438, 0.00921183967590332, 0.009246720314025878, 0.009225215911865235, 0.009498623847961426, 0.009189375877380371, 0.009308159828186035, 0.00918835163116455, 0.009159680366516113, 0.00921292781829834, 0.009248767852783203, 0.009194496154785157, 0.009190400123596192, 0.009213983535766601, 0.01951740837097168, 0.009246720314025878, 0.009170944213867188, 0.009228287696838379, 0.009206784248352052, 0.009208831787109375, 0.009177087783813476, 0.009244671821594238, 0.009207807540893554, 0.009176063537597656, 0.009186304092407227, 0.009201663970947266, 0.009475071907043458, 0.009170944213867188, 0.009190400123596192, 0.009160703659057617, 0.009262080192565919, 0.0092293119430542, 0.009184255599975585, 0.009191424369812011, 0.009219072341918945, 0.009157631874084473, 0.009172991752624511, 0.00923750400543213, 0.009197567939758301, 0.009157631874084473, 0.009179136276245118, 0.009234432220458985, 0.009193471908569336, 0.009190400123596192, 0.009179136276245118, 0.009210880279541016, 0.009272319793701172, 0.00921395206451416, 0.009207807540893554, 0.009243647575378417, 0.009271295547485351, 0.009423871994018555, 0.009207807540893554, 0.009191424369812011, 0.00922111988067627, 0.009197567939758301, 0.009194496154785157, 0.009176063537597656, 0.009190400123596192, 0.009168895721435547, 0.009165823936462402, 0.009306143760681153, 0.00917296028137207, 0.00918015956878662, 0.00922214412689209, 0.009202688217163087, 0.00929587173461914, 0.009274368286132812, 0.009183232307434081, 0.00923852825164795, 0.009175040245056153, 0.009186304092407227, 0.009155584335327148, 0.009174015998840332, 0.009211903572082519, 0.009260031700134277, 0.009167872428894042, 0.018710527420043945, 0.008867839813232421, 0.008773632049560547, 0.008811519622802735, 0.008806400299072266, 0.008852479934692382, 0.00880025577545166, 0.008781824111938476, 0.008824831962585449, 0.008819711685180665, 0.008806400299072266, 0.008821760177612305, 0.00881049633026123, 0.008824831962585449, 0.008806400299072266, 0.008792063713073731, 0.008772607803344726, 0.008790016174316406, 0.00890777587890625, 0.008797183990478515, 0.008804351806640624, 0.00881049633026123, 0.008806400299072266, 0.008822784423828126, 0.008778783798217773, 0.008795104026794433, 0.00881868839263916, 0.008813568115234375, 0.008831999778747558, 0.008811519622802735, 0.008792063713073731, 0.008833024024963379, 0.00912384033203125, 0.009263104438781738, 0.009309184074401856, 0.009233407974243164, 0.009226240158081055, 0.009233407974243164, 0.00922214412689209, 0.00909004783630371, 0.009041919708251953, 0.00913100814819336, 0.00921497631072998, 0.009217023849487305, 0.009234432220458985, 0.009201663970947266, 0.009254912376403808, 0.009161727905273438, 0.009246720314025878, 0.009296895980834961, 0.009183232307434081, 0.009174015998840332, 0.009191424369812011, 0.009184255599975585, 0.00919961643218994, 0.009286656379699706, 0.009208831787109375, 0.009197567939758301, 0.009200639724731445, 0.00921292781829834, 0.009190400123596192, 0.009167872428894042, 0.009244671821594238, 0.01960038375854492, 0.00919961643218994, 0.00921292781829834, 0.009997311592102051, 0.010686464309692383, 0.009423871994018555, 0.009271295547485351, 0.00923136043548584, 0.009283583641052246, 0.009226240158081055, 0.00920576000213623, 0.009256959915161133, 0.009239551544189453, 0.009206784248352052, 0.009299967765808105, 0.00921395206451416, 0.00920473575592041, 0.009200639724731445, 0.009215999603271484, 0.009181183815002441, 0.009160703659057617, 0.009155584335327148, 0.00921395206451416, 0.009171968460083007, 0.009192447662353515, 0.009227264404296874, 0.00919654369354248, 0.009185279846191406, 0.009254912376403808, 0.009246720314025878, 0.009228287696838379, 0.009232383728027344, 0.009247743606567382, 0.009190400123596192, 0.00933683204650879, 0.00922214412689209, 0.00920576000213623, 0.00922111988067627, 0.009239551544189453, 0.009201663970947266, 0.009193471908569336, 0.009277440071105958, 0.009160703659057617, 0.009172991752624511, 0.009170944213867188, 0.00920473575592041, 0.009189375877380371, 0.009153535842895508, 0.009197567939758301, 0.009181183815002441, 0.009163776397705077, 0.009215999603271484, 0.009207807540893554, 0.009200639724731445, 0.009190400123596192, 0.00921292781829834, 0.009165823936462402, 0.00918015956878662, 0.009271295547485351, 0.009289728164672852, 0.009255935668945312, 0.009389056205749511, 0.00920473575592041, 0.01879859161376953, 0.00881049633026123, 0.008847359657287598, 0.00880947208404541, 0.008816639900207519, 0.008831999778747558, 0.00880947208404541, 0.008814592361450196, 0.008811519622802735, 0.008762368202209473, 0.00870809555053711, 0.008707072257995606, 0.008675328254699707, 0.008774656295776367, 0.008768511772155761, 0.008887295722961425, 0.008788991928100585, 0.008797183990478515, 0.008793120384216308, 0.008803296089172363, 0.008831999778747558, 0.008804351806640624, 0.008790016174316406, 0.008791040420532227, 0.008796159744262694, 0.008819711685180665, 0.008790016174316406, 0.008796159744262694, 0.008777728080749512, 0.008803327560424805, 0.008830975532531739, 0.008856575965881347, 0.008775679588317872, 0.008764415740966798, 0.008794112205505371, 0.008821760177612305, 0.008804351806640624, 0.008773632049560547, 0.00877670383453369, 0.008802304267883301, 0.00882688045501709, 0.008772607803344726, 0.00880947208404541, 0.008786944389343262, 0.008798208236694336, 0.008873984336853028, 0.008771583557128907, 0.008779775619506837, 0.008770560264587402, 0.008797183990478515, 0.008822784423828126, 0.008777728080749512, 0.008779775619506837, 0.008787967681884766, 0.008803327560424805, 0.008791040420532227, 0.008773632049560547, 0.008770560264587402, 0.008765439987182617, 0.008860671997070312, 0.008802304267883301, 0.00882688045501709, 0.00880947208404541, 0.019537919998168944, 0.009161727905273438, 0.009195520401000976, 0.00918835163116455, 0.00921395206451416, 0.00922316837310791, 0.009217023849487305, 0.009167872428894042, 0.009191488265991211, 0.009185215950012208, 0.00918015956878662, 0.009163776397705077, 0.00932249641418457, 0.00923136043548584, 0.009176063537597656, 0.009209856033325196, 0.009243647575378417, 0.009191424369812011, 0.009206784248352052, 0.009215999603271484, 0.00920473575592041, 0.009171968460083007, 0.009206784248352052, 0.009184255599975585, 0.009243647575378417, 0.00919654369354248, 0.00923852825164795, 0.00922316837310791, 0.009233407974243164, 0.009250847816467286, 0.009185248374938965, 0.009179136276245118, 0.009244671821594238, 0.009172991752624511, 0.009201663970947266, 0.00922214412689209, 0.009208831787109375, 0.009171968460083007, 0.009215999603271484, 0.009243647575378417, 0.009289728164672852, 0.009172991752624511, 0.00923750400543213, 0.009190400123596192, 0.009185279846191406, 0.009184255599975585, 0.009219072341918945, 0.009198592185974122, 0.009218048095703125, 0.009242624282836913, 0.009210880279541016, 0.009189375877380371, 0.009217023849487305, 0.009268223762512207, 0.009181183815002441, 0.00923136043548584, 0.00920473575592041, 0.009160703659057617, 0.009182208061218262, 0.009232383728027344, 0.00920576000213623, 0.00921497631072998, 0.009207807540893554, 0.01867263984680176, 0.008827903747558593, 0.008813568115234375, 0.008804351806640624, 0.00890060806274414, 0.008922112464904786, 0.008879103660583497, 0.0088340482711792, 0.00882585620880127, 0.008820735931396484, 0.008868864059448242, 0.008855551719665527, 0.008909824371337891, 0.008786944389343262, 0.008803359985351563, 0.008810463905334473, 0.008813632011413575, 0.00884217643737793, 0.008802304267883301, 0.008798208236694336, 0.008829952239990235, 0.008858624458312989, 0.00880947208404541, 0.008827903747558593, 0.008841216087341308, 0.008840191841125488, 0.008848383903503418, 0.00884224033355713, 0.008819711685180665, 0.00881766414642334, 0.008948736190795899, 0.008836095809936523, 0.0088156156539917, 0.008828927993774414, 0.008812543869018554, 0.008830975532531739, 0.008844287872314453, 0.00880742359161377, 0.008797183990478515, 0.008791040420532227, 0.00881049633026123, 0.008790016174316406, 0.00882380771636963, 0.00880947208404541, 0.008783871650695801, 0.008810527801513672, 0.00878486442565918, 0.008806400299072266, 0.008884223937988281, 0.00877670383453369, 0.008811519622802735, 0.008813568115234375, 0.008794112205505371, 0.008786944389343262, 0.008803327560424805, 0.008819711685180665, 0.008783871650695801, 0.008805376052856445, 0.00877670383453369, 0.00877670383453369, 0.00920473575592041, 0.009182208061218262, 0.009174015998840332, 0.01963007926940918, 0.009251839637756347, 0.009190400123596192, 0.009206784248352052, 0.00923033618927002, 0.00923852825164795, 0.009183232307434081, 0.00921292781829834, 0.009264127731323242, 0.009177087783813476, 0.009159680366516113, 0.009246720314025878, 0.009169952392578125, 0.009216992378234864, 0.009203712463378906, 0.009308159828186035, 0.009183232307434081, 0.009227264404296874, 0.009271295547485351, 0.009252863883972168, 0.00930611228942871, 0.009276415824890137, 0.009203712463378906, 0.009186304092407227, 0.00923033618927002, 0.009195520401000976, 0.00922316837310791, 0.009477120399475097, 0.009161727905273438, 0.009185279846191406, 0.009455615997314454, 0.009286656379699706, 0.009225215911865235, 0.009282560348510742, 0.009253888130187989, 0.009252863883972168, 0.009209856033325196, 0.009234432220458985, 0.009189375877380371, 0.009337856292724609, 0.009217023849487305, 0.009198592185974122, 0.009242624282836913, 0.009239551544189453, 0.00930611228942871, 0.009203712463378906, 0.009198592185974122, 0.009208831787109375, 0.00918835163116455, 0.009178112030029297, 0.009234432220458985, 0.009179136276245118, 0.009190400123596192, 0.009268223762512207, 0.009194496154785157, 0.009256959915161133, 0.00923750400543213, 0.00919654369354248, 0.009201663970947266, 0.009232383728027344, 0.009302016258239745, 0.00931942367553711, 0.009177087783813476]",tokens/s,107.4221566034326,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-2b,google/gemma-2b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1909.379072,3246.915584,0.0,2598.371328,2556.089856,s,10,0.4014964485168457,0.04014964485168457,8.599423580255538e-05,0.04010425758361816,0.04027983245849609,0.04031652336120605,0.04034587608337402,"[0.04035321426391601, 0.04010089492797852, 0.04008432006835937, 0.040271678924560544, 0.0401223030090332, 0.04009142303466797, 0.0401033935546875, 0.040099681854248045, 0.040164417266845706, 0.040105121612548825]",tokens/s,6376.1460641976,kWh,4.743717622741035e-07,2.5993107596787094e-07,1.9453128012289064e-06,2.6796156394708807e-06,tokens/kWh,95536089.66491552,MB,1911.443456,3249.012736,0.0,2600.46848,2556.092416,s,10,12.102978759765625,1.2102978759765626,0.0030409033202968045,1.209435302734375,1.2154468872070312,1.215684686279297,1.2158749255371093,"[1.21539404296875, 1.211588623046875, 1.2159224853515624, 1.2086226806640625, 1.2076451416015626, 1.207218505859375, 1.2102479248046876, 1.208384033203125, 1.210810791015625, 1.20714453125]",tokens/s,52.05330129920842,kWh,1.4805919624184508e-05,8.113392494656517e-06,3.445029964857118e-05,5.73696117674122e-05,tokens/kWh,1098142.3450347637,,s,630,12.101264400482183,0.019208356191241553,0.000275277867843757,0.019141632080078123,0.019548877334594726,0.019713228988647462,0.020408299846649172,"[0.01908940887451172, 0.019125247955322267, 0.019056640625, 0.01905356788635254, 0.019219455718994142, 0.01906892776489258, 0.01906380844116211, 0.01905971145629883, 0.018927616119384767, 0.019531776428222656, 0.01904742431640625, 0.019110912322998046, 0.019167232513427734, 0.019182592391967773, 0.019153919219970703, 0.019384319305419923, 0.019168256759643554, 0.019120128631591796, 0.019096576690673828, 0.019166208267211913, 0.019269632339477538, 0.019122175216674805, 0.019545087814331053, 0.019180543899536134, 0.01921433639526367, 0.018974720001220705, 0.019128320693969726, 0.020380672454833985, 0.01981644821166992, 0.019290111541748048, 0.01908531188964844, 0.019123199462890626, 0.019135488510131835, 0.018993152618408202, 0.019140607833862306, 0.01943142318725586, 0.01920614433288574, 0.01945702362060547, 0.020518911361694335, 0.01939148712158203, 0.019825664520263672, 0.020727807998657227, 0.02003865623474121, 0.02001919937133789, 0.019701759338378907, 0.019170303344726563, 0.01883443260192871, 0.01906585693359375, 0.019378175735473634, 0.018941951751708985, 0.01925529670715332, 0.01923891258239746, 0.019151872634887695, 0.019224576950073242, 0.019099647521972657, 0.019182592391967773, 0.019072000503540038, 0.01926553535461426, 0.019095552444458007, 0.0192675838470459, 0.01920102310180664, 0.019142656326293944, 0.019128320693969726, 0.01920204734802246, 0.019070976257324217, 0.019192832946777344, 0.019062784194946288, 0.01924812889099121, 0.019104768753051758, 0.019113983154296875, 0.019497983932495116, 0.01986457633972168, 0.019749887466430666, 0.01966796875, 0.019499008178710937, 0.019727359771728514, 0.01964339256286621, 0.019373056411743163, 0.019555328369140625, 0.019599359512329103, 0.019318784713745117, 0.019154048919677733, 0.018984832763671876, 0.01939967918395996, 0.019215360641479492, 0.019156991958618166, 0.01909350395202637, 0.019568639755249022, 0.019136512756347656, 0.019110912322998046, 0.019180543899536134, 0.01904640007019043, 0.01903923225402832, 0.0190515193939209, 0.019708927154541016, 0.01925119972229004, 0.019013631820678712, 0.019075071334838867, 0.01925119972229004, 0.019138559341430664, 0.019062784194946288, 0.01903615951538086, 0.01920512008666992, 0.01921843147277832, 0.019212287902832033, 0.01906483268737793, 0.01904742431640625, 0.01907302474975586, 0.01903308868408203, 0.019353631973266602, 0.01914672088623047, 0.01906483268737793, 0.018938880920410156, 0.0189040641784668, 0.01902592086791992, 0.01925529670715332, 0.019095552444458007, 0.01902694320678711, 0.019103744506835937, 0.019082239151000976, 0.019389440536499023, 0.019138559341430664, 0.01944371223449707, 0.019091455459594727, 0.019107839584350587, 0.01922355270385742, 0.01925734329223633, 0.01919385528564453, 0.01905971145629883, 0.019072000503540038, 0.019207168579101562, 0.019076095581054688, 0.019099647521972657, 0.01882931137084961, 0.018906112670898437, 0.019091455459594727, 0.0191016960144043, 0.0190382080078125, 0.019058687210083008, 0.019126272201538085, 0.01923379135131836, 0.01925529670715332, 0.019115007400512696, 0.020742143630981445, 0.019471359252929688, 0.01901670455932617, 0.019112960815429687, 0.019174400329589843, 0.019382272720336914, 0.01939148712158203, 0.019146751403808594, 0.01900339126586914, 0.019159040451049804, 0.019350528717041016, 0.020419584274291993, 0.02011238479614258, 0.019647487640380858, 0.019717119216918946, 0.01963212776184082, 0.019519487380981446, 0.019412992477416992, 0.01919795227050781, 0.01904435157775879, 0.01907711982727051, 0.018883583068847656, 0.018882560729980468, 0.018933759689331055, 0.01887948799133301, 0.018914304733276367, 0.019194879531860352, 0.019091455459594727, 0.020151296615600587, 0.019710975646972655, 0.01998028755187988, 0.019506175994873046, 0.019329023361206055, 0.01924403190612793, 0.019366912841796875, 0.018971647262573242, 0.01968639945983887, 0.019180543899536134, 0.019138559341430664, 0.019339263916015623, 0.01925836753845215, 0.019212287902832033, 0.019136512756347656, 0.019105791091918945, 0.019019775390625, 0.020176895141601564, 0.019078144073486326, 0.019090431213378906, 0.018924543380737305, 0.01926246452331543, 0.019113983154296875, 0.01988812828063965, 0.019146751403808594, 0.019171327590942384, 0.018973695755004884, 0.01922355270385742, 0.01923891258239746, 0.018910207748413087, 0.019158016204833983, 0.01889587211608887, 0.019192832946777344, 0.01940275192260742, 0.019194879531860352, 0.019104768753051758, 0.019288063049316406, 0.0192491512298584, 0.018903039932250978, 0.019368959426879884, 0.0194652156829834, 0.019594240188598632, 0.01907711982727051, 0.01909350395202637, 0.019106815338134766, 0.01942937660217285, 0.019208192825317383, 0.019297279357910157, 0.018739200592041014, 0.01887129592895508, 0.01903923225402832, 0.019264511108398438, 0.01960550308227539, 0.01924710464477539, 0.019164159774780275, 0.019155967712402345, 0.018946048736572265, 0.019062784194946288, 0.01969049644470215, 0.01947340774536133, 0.019122175216674805, 0.019116031646728517, 0.0192491512298584, 0.01903718376159668, 0.019211263656616212, 0.019422208786010742, 0.019072000503540038, 0.019286016464233398, 0.019105791091918945, 0.019369983673095705, 0.019005439758300782, 0.01923993682861328, 0.019143680572509765, 0.018952192306518553, 0.019091455459594727, 0.018912256240844725, 0.019179519653320314, 0.019132415771484376, 0.019281919479370118, 0.019124223709106446, 0.019084287643432618, 0.019147775650024415, 0.019149824142456053, 0.019042303085327148, 0.019132415771484376, 0.01925324821472168, 0.019117055892944337, 0.019133440017700197, 0.019138559341430664, 0.01924403190612793, 0.01921331214904785, 0.019366912841796875, 0.018888704299926756, 0.01884569549560547, 0.01882521629333496, 0.019072000503540038, 0.020509695053100584, 0.019747840881347657, 0.019351551055908203, 0.019103744506835937, 0.01906483268737793, 0.019137535095214844, 0.019005439758300782, 0.019006464004516603, 0.01906892776489258, 0.01908531188964844, 0.01923891258239746, 0.019099647521972657, 0.01925939178466797, 0.019310592651367187, 0.01906790351867676, 0.018988031387329102, 0.01903104019165039, 0.01907711982727051, 0.01906380844116211, 0.01920921516418457, 0.019123199462890626, 0.01906585693359375, 0.019083263397216797, 0.019224576950073242, 0.01924300765991211, 0.019127296447753905, 0.019141632080078123, 0.01902796745300293, 0.01900748825073242, 0.01982464027404785, 0.019290111541748048, 0.019319807052612305, 0.019147775650024415, 0.019151872634887695, 0.018924543380737305, 0.01906892776489258, 0.01904537582397461, 0.01907711982727051, 0.019334144592285156, 0.01906790351867676, 0.01926553535461426, 0.019143680572509765, 0.019136512756347656, 0.019161088943481445, 0.019017728805541992, 0.01920102310180664, 0.019154943466186524, 0.019104768753051758, 0.01928704071044922, 0.019159040451049804, 0.019167232513427734, 0.019159040451049804, 0.019143680572509765, 0.019160064697265625, 0.01902592086791992, 0.01963520050048828, 0.019092479705810548, 0.019195903778076173, 0.018950143814086915, 0.01880575942993164, 0.019117055892944337, 0.019086336135864256, 0.019934207916259765, 0.019715072631835938, 0.019177471160888672, 0.01901260757446289, 0.018984960556030273, 0.02043289566040039, 0.019620864868164063, 0.01904435157775879, 0.018906112670898437, 0.01903206443786621, 0.019096576690673828, 0.019099647521972657, 0.019116031646728517, 0.019151872634887695, 0.019107839584350587, 0.018998271942138673, 0.019079168319702147, 0.018983936309814452, 0.01886720085144043, 0.019164159774780275, 0.018926591873168946, 0.01884364891052246, 0.01983795166015625, 0.019317760467529296, 0.019144704818725586, 0.019155967712402345, 0.019200000762939453, 0.019294208526611328, 0.018840576171875, 0.018868223190307617, 0.019305471420288087, 0.019166208267211913, 0.019152896881103516, 0.01947750473022461, 0.01904947280883789, 0.019298303604125978, 0.019109888076782225, 0.0188538875579834, 0.018960384368896483, 0.018792448043823243, 0.019126272201538085, 0.018889728546142577, 0.018937856674194335, 0.019146751403808594, 0.019167232513427734, 0.019017728805541992, 0.01909760093688965, 0.019357696533203125, 0.019194879531860352, 0.019293184280395507, 0.019308544158935546, 0.019200000762939453, 0.018993152618408202, 0.018883583068847656, 0.019438592910766602, 0.019314687728881837, 0.019406848907470704, 0.019319807052612305, 0.019070976257324217, 0.019042303085327148, 0.018988031387329102, 0.018993152618408202, 0.019140607833862306, 0.019086336135864256, 0.019195903778076173, 0.01906175994873047, 0.019174400329589843, 0.019766271591186522, 0.019355648040771483, 0.019529727935791014, 0.018997247695922852, 0.019083263397216797, 0.01964851188659668, 0.019096576690673828, 0.019273727416992188, 0.019312639236450196, 0.019438592910766602, 0.01924710464477539, 0.019124223709106446, 0.019143680572509765, 0.019548160552978516, 0.019155967712402345, 0.019348480224609374, 0.01960140800476074, 0.019143680572509765, 0.019312639236450196, 0.019146751403808594, 0.019176448822021484, 0.019126272201538085, 0.018929664611816405, 0.018997247695922852, 0.01901055908203125, 0.0192542724609375, 0.019346431732177736, 0.018954240798950195, 0.01902796745300293, 0.019338239669799806, 0.018949119567871094, 0.019203071594238282, 0.01924095916748047, 0.018962432861328125, 0.019118080139160155, 0.019147775650024415, 0.019112960815429687, 0.019170303344726563, 0.019124223709106446, 0.019375104904174805, 0.018947071075439453, 0.0198154239654541, 0.01926144027709961, 0.018958335876464845, 0.019347455978393553, 0.01918467140197754, 0.019013599395751955, 0.019111936569213867, 0.019080192565917968, 0.01903001594543457, 0.018955263137817382, 0.01906483268737793, 0.01897881507873535, 0.019188735961914064, 0.01926144027709961, 0.01901568031311035, 0.018894847869873048, 0.019137535095214844, 0.019184640884399414, 0.01939558410644531, 0.01924403190612793, 0.019082239151000976, 0.01886617660522461, 0.018981887817382814, 0.01905971145629883, 0.019163135528564454, 0.019200000762939453, 0.019280895233154297, 0.018942975997924806, 0.019100671768188478, 0.019091455459594727, 0.019054592132568358, 0.019058687210083008, 0.019127296447753905, 0.01905766487121582, 0.018991104125976564, 0.018944000244140623, 0.019078144073486326, 0.019111936569213867, 0.019607551574707033, 0.019140607833862306, 0.018888704299926756, 0.018917375564575196, 0.019002368927001953, 0.019006464004516603, 0.019334144592285156, 0.019195903778076173, 0.01926655960083008, 0.01902079963684082, 0.019132415771484376, 0.0196495361328125, 0.019300352096557616, 0.019384319305419923, 0.01904640007019043, 0.019113983154296875, 0.01926553535461426, 0.019187711715698243, 0.019095552444458007, 0.01965875244140625, 0.02083020782470703, 0.019577856063842772, 0.01923993682861328, 0.01965875244140625, 0.019497983932495116, 0.019100671768188478, 0.01909760093688965, 0.018931711196899414, 0.019127296447753905, 0.019400703430175782, 0.019295263290405273, 0.019166175842285155, 0.0190699520111084, 0.01906380844116211, 0.018998271942138673, 0.019192832946777344, 0.019147775650024415, 0.019136512756347656, 0.01927168083190918, 0.01920204734802246, 0.01964339256286621, 0.019154943466186524, 0.019161088943481445, 0.019252223968505858, 0.01908531188964844, 0.018968576431274413, 0.018882560729980468, 0.018913280487060546, 0.019084287643432618, 0.019762176513671875, 0.01918156814575195, 0.02012774467468262, 0.01942527961730957, 0.019305471420288087, 0.019211263656616212, 0.020039680480957032, 0.020011007308959963, 0.019710975646972655, 0.019596288681030274, 0.01944780731201172, 0.01923583984375, 0.019215360641479492, 0.018973695755004884, 0.01923788833618164, 0.019096576690673828, 0.019103744506835937, 0.01903923225402832, 0.018968576431274413, 0.019141632080078123, 0.019112960815429687, 0.018925567626953126, 0.018791423797607423, 0.01901670455932617, 0.019361791610717775, 0.019386367797851564, 0.019571712493896484, 0.019112960815429687, 0.019145727157592773, 0.019078144073486326, 0.01906790351867676, 0.019152896881103516, 0.01921433639526367, 0.019019775390625, 0.018955263137817382, 0.01883340835571289, 0.019087360382080077, 0.019318784713745117, 0.019088384628295898, 0.019105791091918945, 0.019092479705810548, 0.019135488510131835, 0.019143680572509765, 0.019268608093261717, 0.019143680572509765, 0.019107839584350587, 0.019076095581054688, 0.0192993278503418, 0.019076095581054688, 0.01909760093688965, 0.01907302474975586, 0.018906112670898437, 0.01945292854309082, 0.01906380844116211, 0.018944000244140623, 0.0188590087890625, 0.018903039932250978, 0.0190515193939209, 0.01918156814575195, 0.018907136917114258, 0.018884607315063476, 0.018979839324951172, 0.01904742431640625, 0.01965670394897461, 0.019187711715698243, 0.019130367279052735, 0.019122175216674805, 0.019112960815429687, 0.019556352615356445, 0.019062784194946288, 0.0192174072265625, 0.019166208267211913, 0.019082239151000976, 0.018960384368896483, 0.019681280136108398, 0.01966080093383789, 0.01946828842163086, 0.019134464263916014, 0.0192225284576416, 0.019141632080078123, 0.019125247955322267, 0.019183616638183593, 0.019154943466186524, 0.019501056671142578, 0.019084287643432618, 0.019120128631591796, 0.019160064697265625, 0.019107839584350587, 0.019170303344726563, 0.018990079879760743, 0.019252223968505858, 0.01923583984375, 0.01919385528564453, 0.019149824142456053, 0.019058687210083008, 0.019098623275756836, 0.019126272201538085, 0.019184640884399414, 0.019108863830566408, 0.019076095581054688, 0.019116031646728517, 0.019198976516723632, 0.019120128631591796, 0.019542015075683594, 0.018966527938842775, 0.01905356788635254]",tokens/s,52.060675574933924,,,,,,MB,1835.593728,2779.250688,0.0,2149.5808,2147.522048,s,1,8.46453125,8.46453125,0.0,8.46453125,8.46453125,8.46453125,8.46453125,[8.46453125],,kWh,1.8720589195829818e-05,1.0244790040310145e-05,2.5291964678000878e-05,5.425734391414084e-05, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,s,s,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/s/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6694736c-5aa4e53667b069c23e7a1aa4;faca4462-c73f-4be6-93c2-31e88ffdec20) Repository Not Found for url: https://huggingface.co/s/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: s is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,tiiuae/falcon-40b,tiiuae/falcon-40b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 82, in __init__ self.load_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 258, in load_model_with_no_weights self.load_model_from_pretrained() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 172, in load_model_from_pretrained self.pretrained_model = self.automodel_class.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 3704, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1490, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1656, in _check_and_enable_sdpa raise ValueError( ValueError: FalconForCausalLM 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"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,google/gemma-7b,google/gemma-7b,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.0,,,,1.21.4,,,,0.12.0,,,gemma,MB,1751.871488,7019.692032,0.0,6371.147776,6308.565504,s,10,1.2995915527343749,0.12995915527343752,0.00010629331555176086,0.12992606353759767,0.1301084671020508,0.13013301467895508,0.13015265274047852,"[0.13010301208496095, 0.12998130798339844, 0.13005027770996094, 0.12987632751464845, 0.12987759399414062, 0.12983052062988282, 0.12996211242675781, 0.1298900146484375, 0.13015756225585937, 0.12986282348632813]",tokens/s,1969.8496767031857,kWh,1.536989179428164e-06,8.421931469931006e-07,6.240510042909041e-06,8.619692369330305e-06,tokens/kWh,29699435.783911806,MB,1774.911488,7021.789184,0.0,6373.244928,6308.568064,s,10,18.235262329101566,1.8235262329101563,0.0053724342566725284,1.8236018676757813,1.8299890258789062,1.8311459411621094,1.8320714733886718,"[1.821221923828125, 1.823341552734375, 1.8137137451171874, 1.821026611328125, 1.82973193359375, 1.8247183837890626, 1.8323028564453125, 1.817093994140625, 1.8238621826171875, 1.8282491455078125]",tokens/s,34.54844732310685,kWh,2.1608392675293537e-05,1.1841649985889348e-05,6.936480044129123e-05,0.0001028148431024741,tokens/kWh,612751.9927955227,,s,630,18.233413635253903,0.028941926405164926,0.00036640385775941743,0.028865535736083983,0.029282304763793947,0.02959416265487671,0.030582825374603273,"[0.0289751033782959, 0.02879078483581543, 0.02918604850769043, 0.0285296630859375, 0.02856345558166504, 0.028519424438476562, 0.02915839958190918, 0.028868608474731446, 0.02905292892456055, 0.02879795265197754, 0.029087743759155273, 0.028656639099121094, 0.028816383361816408, 0.02853376007080078, 0.02878361511230469, 0.028653568267822265, 0.028646400451660156, 0.02854297637939453, 0.02879795265197754, 0.02898124885559082, 0.028824575424194337, 0.028735488891601563, 0.02854092788696289, 0.029090816497802735, 0.0288143367767334, 0.028932096481323243, 0.028717056274414062, 0.028865535736083983, 0.028693504333496093, 0.028701696395874023, 0.02878463935852051, 0.028876800537109375, 0.02876927947998047, 0.028604415893554686, 0.028659711837768553, 0.029861888885498046, 0.031046655654907225, 0.029558784484863283, 0.028917760848999025, 0.028492799758911135, 0.028908544540405274, 0.029309951782226562, 0.0287825927734375, 0.028631040573120117, 0.02882252883911133, 0.02896691131591797, 0.02896384048461914, 0.028676095962524413, 0.02855014419555664, 0.028807167053222657, 0.028857343673706053, 0.028647424697875977, 0.02859212875366211, 0.02894540786743164, 0.028827648162841796, 0.02902016067504883, 0.02938368034362793, 0.029916160583496092, 0.028964864730834962, 0.02897817611694336, 0.028865535736083983, 0.029266944885253908, 0.028907520294189453, 0.02896895980834961, 0.02874777603149414, 0.028935167312622072, 0.029082624435424805, 0.028932096481323243, 0.02916966438293457, 0.028951551437377928, 0.028854272842407228, 0.029328384399414063, 0.0287774715423584, 0.029026304244995117, 0.028847103118896485, 0.028837888717651368, 0.028767232894897462, 0.029237247467041014, 0.02893414306640625, 0.028791807174682618, 0.028851200103759765, 0.028923904418945313, 0.029068288803100587, 0.028692480087280273, 0.028873727798461913, 0.02877644729614258, 0.028967935562133788, 0.02899660873413086, 0.02878873634338379, 0.030908416748046875, 0.029042688369750977, 0.029282304763793947, 0.02879283142089844, 0.02889727973937988, 0.029263872146606446, 0.02872319984436035, 0.02879283142089844, 0.02891366386413574, 0.02900480079650879, 0.028854272842407228, 0.028833791732788085, 0.029770751953125, 0.02899865531921387, 0.028828672409057617, 0.029229055404663085, 0.028647424697875977, 0.029173759460449217, 0.02876108741760254, 0.028976127624511717, 0.028778495788574218, 0.0288143367767334, 0.028809215545654295, 0.028983295440673826, 0.02872012710571289, 0.028854272842407228, 0.028634111404418947, 0.02905292892456055, 0.0285665283203125, 0.028702720642089844, 0.028645376205444335, 0.028435455322265626, 0.028626943588256838, 0.028911615371704103, 0.029191167831420898, 0.02877132797241211, 0.028833791732788085, 0.028884992599487305, 0.02903654479980469, 0.03017932891845703, 0.02912563133239746, 0.02881331253051758, 0.028681215286254884, 0.02860032081604004, 0.028862464904785157, 0.028727296829223634, 0.028665855407714845, 0.029211648941040037, 0.029117439270019533, 0.028499967575073244, 0.02832691192626953, 0.028686336517333984, 0.028493824005126952, 0.02838015937805176, 0.02842624092102051, 0.02853785514831543, 0.028770303726196288, 0.028686336517333984, 0.02882252883911133, 0.028836864471435547, 0.028872703552246092, 0.0286167049407959, 0.029073408126831055, 0.028721151351928712, 0.028767232894897462, 0.028633087158203126, 0.029042688369750977, 0.02869964790344238, 0.028874752044677734, 0.029038591384887694, 0.028910591125488282, 0.028896287918090822, 0.028859359741210937, 0.028862464904785157, 0.028824575424194337, 0.02877644729614258, 0.028871679306030275, 0.028840959548950194, 0.028845056533813477, 0.02858598327636719, 0.028941312789916993, 0.028679168701171875, 0.029077503204345705, 0.028824575424194337, 0.028454912185668944, 0.028852224349975586, 0.02850099182128906, 0.028646400451660156, 0.028803071975708007, 0.02900480079650879, 0.028917760848999025, 0.02872422409057617, 0.028694528579711914, 0.02877644729614258, 0.028721151351928712, 0.028727296829223634, 0.02830438423156738, 0.028331008911132813, 0.02883072090148926, 0.028727296829223634, 0.028893184661865235, 0.02875494384765625, 0.02892083168029785, 0.028884992599487305, 0.02853273582458496, 0.028737535476684572, 0.028791807174682618, 0.028884992599487305, 0.028839935302734376, 0.028670976638793946, 0.028956672668457032, 0.02875699234008789, 0.028964864730834962, 0.028696575164794923, 0.028861440658569337, 0.028852224349975586, 0.030459903717041017, 0.029494272232055665, 0.028890111923217773, 0.028811264038085937, 0.02873651123046875, 0.028735488891601563, 0.028597248077392577, 0.02875187110900879, 0.029277183532714843, 0.02878873634338379, 0.028476415634155275, 0.029085695266723634, 0.029066240310668946, 0.02855833625793457, 0.02893721580505371, 0.028770303726196288, 0.02920243263244629, 0.028609535217285157, 0.028932096481323243, 0.02872319984436035, 0.02892083168029785, 0.028983295440673826, 0.028871679306030275, 0.028867584228515625, 0.02897715187072754, 0.028786687850952147, 0.028804096221923828, 0.0287825927734375, 0.02898124885559082, 0.028879871368408205, 0.02890547180175781, 0.029244415283203123, 0.028838911056518556, 0.028621824264526367, 0.02895257568359375, 0.02921881675720215, 0.02880512046813965, 0.029128704071044922, 0.02921062469482422, 0.028823551177978517, 0.029016063690185546, 0.028856319427490236, 0.029049856185913086, 0.028932096481323243, 0.02880512046813965, 0.028640256881713868, 0.029030399322509767, 0.0289751033782959, 0.028750848770141602, 0.028823551177978517, 0.029055999755859374, 0.028444671630859376, 0.030841856002807616, 0.030049280166625978, 0.02981068801879883, 0.029970432281494142, 0.028856319427490236, 0.028807167053222657, 0.028949535369873047, 0.028584928512573243, 0.02860339164733887, 0.029297664642333986, 0.028885055541992187, 0.028797887802124025, 0.028693504333496093, 0.028617727279663087, 0.029106176376342774, 0.028820480346679687, 0.028858367919921874, 0.028819456100463867, 0.029165567398071288, 0.028864511489868162, 0.02875289535522461, 0.028851200103759765, 0.028734464645385743, 0.029259775161743166, 0.02878054428100586, 0.028850175857543944, 0.02896076774597168, 0.02914508819580078, 0.028817407608032225, 0.028894208908081056, 0.029035520553588868, 0.029533184051513672, 0.029876224517822264, 0.028865535736083983, 0.028951551437377928, 0.029073408126831055, 0.029282304763793947, 0.028598272323608398, 0.028807167053222657, 0.02894643211364746, 0.029019136428833008, 0.028634111404418947, 0.030237695693969727, 0.03058995246887207, 0.029755392074584962, 0.029097984313964844, 0.029080575942993164, 0.02851430320739746, 0.028753919601440428, 0.02882252883911133, 0.028439552307128906, 0.02859212875366211, 0.02898227119445801, 0.028853248596191407, 0.029017087936401367, 0.028786687850952147, 0.029080575942993164, 0.02883072090148926, 0.029138944625854493, 0.029035520553588868, 0.028886016845703126, 0.028611583709716795, 0.028837888717651368, 0.02915635108947754, 0.029039615631103514, 0.028480512619018555, 0.028329984664916992, 0.028669952392578125, 0.028464128494262695, 0.028688383102416993, 0.028948480606079102, 0.028862464904785157, 0.028916736602783204, 0.029080575942993164, 0.028682239532470705, 0.028721151351928712, 0.02891263961791992, 0.02850201606750488, 0.028811264038085937, 0.028708864212036132, 0.028878847122192384, 0.028666879653930662, 0.029037567138671876, 0.02879078483581543, 0.02877644729614258, 0.028648448944091798, 0.02854604721069336, 0.0285614070892334, 0.02912563133239746, 0.02873139190673828, 0.028762111663818358, 0.029484031677246093, 0.029238271713256835, 0.02889727973937988, 0.02878873634338379, 0.028787712097167968, 0.028898303985595702, 0.02896384048461914, 0.028791807174682618, 0.028791807174682618, 0.028669952392578125, 0.029425664901733397, 0.029499391555786132, 0.029080575942993164, 0.029420543670654296, 0.029608959197998046, 0.028705791473388673, 0.029037567138671876, 0.029594623565673828, 0.029593599319458007, 0.029005823135375978, 0.029278207778930664, 0.02894540786743164, 0.029344768524169923, 0.029558784484863283, 0.029249536514282228, 0.02893824005126953, 0.029262847900390625, 0.02910310363769531, 0.029105152130126953, 0.029451263427734374, 0.029912063598632813, 0.029526016235351563, 0.029149183273315428, 0.029163520812988283, 0.02923520088195801, 0.02959769630432129, 0.02915839958190918, 0.029285375595092773, 0.029638656616210936, 0.028847103118896485, 0.029130752563476563, 0.02957414436340332, 0.029655040740966795, 0.029318143844604492, 0.029146112442016602, 0.028902399063110353, 0.028898303985595702, 0.029609983444213867, 0.029486080169677735, 0.029491199493408202, 0.02953011131286621, 0.029029375076293946, 0.028980224609375, 0.029107200622558595, 0.028786687850952147, 0.029413375854492187, 0.029050880432128907, 0.02896076774597168, 0.02956492805480957, 0.029155328750610353, 0.029240320205688477, 0.028940288543701172, 0.029608959197998046, 0.02892083168029785, 0.029066240310668946, 0.028889087677001952, 0.029045759201049806, 0.028923904418945313, 0.029045759201049806, 0.02833510398864746, 0.028695552825927735, 0.028941312789916993, 0.028892160415649414, 0.028859392166137695, 0.028733440399169922, 0.028951551437377928, 0.028717056274414062, 0.028823551177978517, 0.028838911056518556, 0.028933120727539063, 0.028628992080688476, 0.029154304504394532, 0.02872012710571289, 0.02891263961791992, 0.029039615631103514, 0.028838911056518556, 0.028818431854248046, 0.028924928665161134, 0.028976127624511717, 0.02880512046813965, 0.028791807174682618, 0.028910591125488282, 0.028890111923217773, 0.028876800537109375, 0.028923904418945313, 0.028926975250244142, 0.028475391387939454, 0.0287825927734375, 0.02891263961791992, 0.028914688110351562, 0.028668928146362304, 0.02852249526977539, 0.028964864730834962, 0.029128704071044922, 0.02879897689819336, 0.028848127365112306, 0.029046783447265623, 0.02854195213317871, 0.028430335998535155, 0.028602367401123048, 0.02904473686218262, 0.029035520553588868, 0.02879897689819336, 0.028817407608032225, 0.029029375076293946, 0.029014015197753908, 0.028753919601440428, 0.028676095962524413, 0.028427263259887696, 0.029050880432128907, 0.028770303726196288, 0.028854272842407228, 0.028485631942749022, 0.028844032287597656, 0.028482559204101563, 0.02877952003479004, 0.028902399063110353, 0.029059072494506837, 0.028644351959228515, 0.028656639099121094, 0.028762111663818358, 0.02892799949645996, 0.028988479614257812, 0.02888185691833496, 0.028856319427490236, 0.029099008560180665, 0.028844032287597656, 0.02872217559814453, 0.028886016845703126, 0.029026304244995117, 0.028527616500854492, 0.028668928146362304, 0.028613632202148437, 0.02917888069152832, 0.028871679306030275, 0.028916736602783204, 0.029321216583251954, 0.029249536514282228, 0.028999679565429686, 0.02897305679321289, 0.02881331253051758, 0.028956672668457032, 0.029070335388183592, 0.02880102348327637, 0.02876108741760254, 0.028701696395874023, 0.028682239532470705, 0.02914303970336914, 0.028884992599487305, 0.028890111923217773, 0.029024255752563476, 0.028845056533813477, 0.02903654479980469, 0.028824575424194337, 0.0287324161529541, 0.028844032287597656, 0.02878361511230469, 0.028580863952636718, 0.028564479827880858, 0.028636159896850585, 0.028675071716308592, 0.031180799484252928, 0.029594623565673828, 0.02877644729614258, 0.028926975250244142, 0.028827648162841796, 0.02919526481628418, 0.028821504592895508, 0.02900377655029297, 0.029698047637939453, 0.03100057601928711, 0.02909388732910156, 0.02943180847167969, 0.028597248077392577, 0.028655616760253907, 0.028725248336791992, 0.02917888069152832, 0.02891263961791992, 0.0287774715423584, 0.028787712097167968, 0.028872703552246092, 0.02877542304992676, 0.028661760330200195, 0.029030399322509767, 0.028791807174682618, 0.02857574462890625, 0.02897100830078125, 0.028993535995483398, 0.028816383361816408, 0.02872217559814453, 0.028816383361816408, 0.028663808822631837, 0.028841983795166014, 0.02897100830078125, 0.028864511489868162, 0.028516351699829103, 0.02878156852722168, 0.028826623916625976, 0.02893414306640625, 0.02879897689819336, 0.029214719772338867, 0.028898303985595702, 0.02874777603149414, 0.028673023223876954, 0.028980224609375, 0.02954444885253906, 0.028702720642089844, 0.028419071197509766, 0.02894233512878418, 0.02902016067504883, 0.028462080001831053, 0.029246463775634765, 0.029022207260131837, 0.029066240310668946, 0.028854272842407228, 0.028976127624511717, 0.028828672409057617, 0.02889625549316406, 0.028762111663818358, 0.0291778564453125, 0.0288143367767334, 0.028923904418945313, 0.029063167572021483, 0.02977894401550293, 0.030877695083618165, 0.029084672927856447, 0.028637184143066406, 0.02876620864868164, 0.02869964790344238, 0.02872319984436035, 0.029259775161743166, 0.02896384048461914, 0.02876825523376465, 0.028856319427490236, 0.028839935302734376, 0.02899865531921387, 0.028818431854248046, 0.029078527450561522, 0.02878361511230469, 0.028450815200805665, 0.028794879913330077, 0.029014015197753908, 0.028877824783325196, 0.02883072090148926, 0.02880614471435547, 0.028762111663818358, 0.028901376724243165, 0.028633087158203126, 0.028802047729492186, 0.028917760848999025, 0.028785663604736327, 0.02904473686218262, 0.029116416931152345, 0.03056537628173828, 0.029884416580200194, 0.029007871627807616, 0.02911846351623535, 0.02882252883911133, 0.028901376724243165, 0.029457408905029295, 0.028849151611328124, 0.028476415634155275, 0.028641279220581056, 0.029297664642333986, 0.030112768173217775, 0.029592575073242186, 0.029062143325805666, 0.029040639877319335, 0.02878976058959961, 0.0289751033782959, 0.02875801658630371, 0.02892799949645996]",tokens/s,34.551950205413476,,,,,,MB,4750.196736,6422.003712,0.0,5792.333824,5786.358272,s,1,11.1402783203125,11.1402783203125,0.0,11.1402783203125,11.1402783203125,11.1402783203125,11.1402783203125,[11.1402783203125],,kWh,5.05503895604161e-05,2.7689732429005306e-05,7.249394688400163e-05,0.00015073406887342302, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-125m,facebook/opt-125m,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,databricks/dbrx-base,databricks/dbrx-base,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",dbrx,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,facebook/opt-350m,facebook/opt-350m,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",opt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,-,-,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 106, in _inner_fn validate_repo_id(arg_value) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 160, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '-'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 466, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '-'. Please provide either the path to a local folder or the repo_id of a model on the Hub. ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.0+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.41.0,,0.30.1,,,,1.19.2,,,,0.11.1,,,,MB,2295.332864,9284.616192,0.0,8638.169088,8363.057664,s,10,5.480043090820312,0.5480043090820312,0.00023767958050638718,0.547921142578125,0.5482332153320313,0.5484350891113281,0.5485965881347656,"[0.548636962890625, 0.5479285278320313, 0.5478641967773438, 0.5479214477539063, 0.5478826293945313, 0.5478978271484375, 0.5481883544921875, 0.5479208374023438, 0.5477525634765625, 0.5480497436523437]",tokens/s,467.14961133942313,kWh,6.476034424458331e-06,3.548597589935142e-06,3.058420575388778e-05,4.0608837768281256e-05,tokens/kWh,6304046.460545504,MB,2295.332864,9286.713344,0.0,8640.26624,8449.784832,s,10,301.41764453125,30.141764453124996,0.0016403243772196209,30.1411552734375,30.1442962890625,30.144592480468752,30.144829433593753,"[30.14119140625, 30.142076171875, 30.1410234375, 30.139591796875, 30.144888671875, 30.141119140625, 30.14265234375, 30.140998046875, 30.14423046875, 30.139873046875]",tokens/s,2.0901231611034095,kWh,0.0003558501201850629,0.00019503562130582255,0.0017066187117851168,0.0022575044532760027,tokens/kWh,27906.921693366694,,s,629,305.870734466553,0.48628097689436045,0.06509258252831587,0.4784250793457031,0.47870156860351565,0.4788142028808594,1.0264080371093751,"[0.47822439575195314, 0.4781885375976562, 0.47821823120117185, 0.47816909790039064, 0.478139404296875, 0.47832369995117185, 0.47819674682617186, 0.4783421325683594, 0.4783319091796875, 0.478213134765625, 0.47868109130859376, 0.47875482177734374, 0.4782458801269531, 0.4781373291015625, 0.47831756591796876, 0.47805950927734375, 0.4783349609375, 0.47815679931640626, 0.47809127807617186, 0.47811685180664065, 0.4782510070800781, 0.4783585205078125, 0.47844146728515624, 0.478382080078125, 0.47827252197265624, 0.4784046020507812, 0.4782786560058594, 0.47845068359375, 0.4783390808105469, 0.4782643127441406, 0.4783953857421875, 0.4788346862792969, 0.4787793884277344, 0.4788111267089844, 0.47837799072265624, 0.47836569213867186, 0.4785500183105469, 0.4784169006347656, 0.47842611694335935, 0.4784005126953125, 0.4785776672363281, 0.4783390808105469, 0.47854898071289065, 0.4785028991699219, 0.4784302062988281, 0.4785581970214844, 0.47849163818359375, 0.4786134948730469, 0.47842303466796876, 0.4784005126953125, 0.47843328857421874, 0.47830938720703126, 0.47875787353515625, 0.47895962524414065, 0.4791920776367187, 0.47858688354492185, 0.47902923583984375, 0.47856640625, 0.4784691162109375, 0.47837081909179685, 0.47843328857421874, 0.4785694580078125, 1.026367431640625, 0.478097412109375, 0.4782315368652344, 0.47822027587890625, 0.4782776184082031, 0.4781864929199219, 0.47809127807617186, 0.47816397094726565, 0.47813323974609373, 0.4781957092285156, 0.47833087158203125, 0.478571533203125, 0.478271484375, 0.4782479248046875, 0.4782366943359375, 0.4784127807617187, 0.47827252197265624, 0.47817010498046875, 0.47854693603515625, 0.4785551452636719, 0.4783984680175781, 0.4782510070800781, 0.4782899169921875, 0.4783267822265625, 0.47832269287109375, 0.47831039428710936, 0.4784517211914063, 0.47852850341796876, 0.47838516235351564, 0.4783390808105469, 0.47821823120117185, 0.47833599853515624, 0.47838003540039065, 0.47844046020507813, 0.47834417724609374, 0.4791562194824219, 0.47843429565429685, 0.478603271484375, 0.478551025390625, 0.47837899780273435, 0.47830426025390627, 0.4786001892089844, 0.47848345947265625, 0.4789381103515625, 0.47851007080078123, 0.47862887573242185, 0.4784189453125, 0.47856845092773437, 0.47838311767578123, 0.4785643615722656, 0.4784302062988281, 0.4786063232421875, 0.4785448913574219, 0.47856845092773437, 0.4785633239746094, 0.4786298828125, 0.479025146484375, 0.4791593017578125, 0.4787138671875, 0.47853363037109375, 0.47859918212890623, 0.47852032470703126, 0.47870156860351565, 1.026313232421875, 0.47825714111328127, 0.4782090148925781, 0.4783257751464844, 0.47826022338867186, 0.47827557373046875, 0.4781793212890625, 0.47817523193359374, 0.4782417907714844, 0.47828274536132814, 0.4787394409179688, 0.47828173828125, 0.4783943786621094, 0.4783196105957031, 0.478276611328125, 0.47834521484375, 0.47844863891601563, 0.47835751342773436, 0.4783349609375, 0.4783319091796875, 0.47834417724609374, 0.47826226806640626, 0.47832986450195314, 0.47840869140625, 0.47836056518554687, 0.47854388427734373, 0.4782264404296875, 0.47841281127929686, 0.47825408935546876, 0.4786278381347656, 0.47835955810546876, 0.47838720703125, 0.478529541015625, 0.47837081909179685, 0.47847116088867186, 0.478445556640625, 0.4783616027832031, 0.47849063110351564, 0.4785377197265625, 0.4784005126953125, 0.47851007080078123, 0.47839129638671873, 0.47847116088867186, 0.4786001892089844, 0.4786134948730469, 0.47852133178710937, 0.47844659423828123, 0.4785592346191406, 0.4784250793457031, 0.47848550415039065, 0.4784803771972656, 0.4783697814941406, 0.4787640380859375, 0.47872103881835937, 0.4785858459472656, 0.47863192749023437, 0.47870156860351565, 0.47860940551757813, 0.47866574096679687, 0.47842816162109375, 0.47852545166015625, 0.47855410766601564, 0.4784035949707031, 1.0265477294921874, 0.47825714111328127, 0.47819058227539063, 0.4782786560058594, 0.47810049438476565, 0.47806362915039063, 0.4781158447265625, 0.47835238647460937, 0.4783288269042969, 0.4784005126953125, 0.47844863891601563, 0.47821005249023435, 0.4781209716796875, 0.4782336120605469, 0.478139404296875, 0.47849163818359375, 0.47847320556640627, 0.4782530517578125, 0.4783739013671875, 0.478234619140625, 0.47821722412109374, 0.47843533325195314, 0.4781793212890625, 0.47840768432617187, 0.4783697814941406, 0.47832986450195314, 0.47819775390625, 0.47825714111328127, 0.47850497436523437, 0.47845681762695313, 0.47842303466796876, 0.47850393676757813, 0.47836056518554687, 0.478413818359375, 0.47872000122070313, 0.478413818359375, 0.4785909729003906, 0.4784312438964844, 0.4784578552246094, 0.478529541015625, 0.47853158569335935, 0.4785920104980469, 0.47858074951171875, 0.4786360168457031, 0.47847732543945315, 0.4784752502441406, 0.47832781982421874, 0.4784752502441406, 0.47832781982421874, 0.47853363037109375, 0.4784527282714844, 0.4783892517089844, 0.4785090637207031, 0.4787527770996094, 0.47836056518554687, 0.47858380126953126, 0.47860122680664063, 0.47848550415039065, 0.47840155029296877, 0.4785448913574219, 0.47851315307617187, 0.4786360168457031, 0.4785377197265625, 1.0266439208984375, 0.4784660339355469, 0.47826022338867186, 0.4783001708984375, 0.47830221557617186, 0.47820697021484376, 0.47808819580078127, 0.47870974731445315, 0.47830938720703126, 0.47836468505859375, 0.47826943969726565, 0.478740478515625, 0.47821722412109374, 0.47819161987304687, 0.47823257446289064, 0.478350341796875, 0.4784169006347656, 0.4781475830078125, 0.478234619140625, 0.4782633056640625, 0.47826126098632815, 0.47835238647460937, 0.47837799072265624, 0.47921151733398437, 0.47822744750976565, 0.47829605102539063, 0.4783206481933594, 0.478424072265625, 0.47884494018554685, 0.47841281127929686, 0.47832369995117185, 0.4782643127441406, 0.4783636474609375, 0.4786134948730469, 0.47879885864257815, 0.47841485595703126, 0.4783349609375, 0.478497802734375, 0.47851211547851563, 0.47878656005859377, 0.4785367126464844, 0.478519287109375, 0.47858074951171875, 0.47863909912109376, 0.47860122680664063, 0.47849575805664063, 0.4785848388671875, 0.4787333068847656, 0.4786759643554688, 0.4790220947265625, 0.47868621826171875, 0.4785162353515625, 0.47874456787109376, 0.4784865417480469, 0.47850497436523437, 0.47848446655273436, 0.4785244140625, 0.47848446655273436, 0.47869338989257815, 0.47859918212890623, 0.4787466125488281, 0.4787742614746094, 0.47877734375, 1.0265927734375, 0.478097412109375, 0.4782356567382812, 0.47828070068359374, 0.4780544128417969, 0.47838516235351564, 0.47858688354492185, 0.4783216552734375, 0.478603271484375, 0.4783257751464844, 0.4780748901367188, 0.47815679931640626, 0.4782929992675781, 0.47839334106445314, 0.47844659423828123, 0.47819058227539063, 0.4782591857910156, 0.47819775390625, 0.4782233581542969, 0.4782591857910156, 0.4784117736816406, 0.47836773681640626, 0.47835546875, 0.47868722534179686, 0.4782141418457031, 0.4782847900390625, 0.4782356567382812, 0.47838720703125, 0.47858074951171875, 0.4786196594238281, 0.47849163818359375, 0.47856024169921874, 0.4786431884765625, 0.47830734252929685, 0.47859405517578124, 0.4783616027832031, 0.47863909912109376, 0.47828274536132814, 0.4785909729003906, 0.4782356567382812, 0.4784373779296875, 0.4784660339355469, 0.4788162536621094, 0.478271484375, 0.47870974731445315, 0.47851211547851563, 0.47858688354492185, 0.4783953857421875, 0.4784865417480469, 0.478519287109375, 0.4785151977539063, 0.4782561340332031, 0.47868621826171875, 0.4785151977539063, 0.47882034301757814, 0.47857562255859376, 0.4785725402832031, 0.47846502685546877, 0.47853158569335935, 0.47853466796875, 0.47852645874023436, 0.4784660339355469, 0.4785080261230469, 1.0268795166015625, 0.47844351196289064, 0.47822540283203124, 0.4783390808105469, 0.47837286376953125, 0.4784169006347656, 0.47826022338867186, 0.4787742614746094, 0.47882546997070313, 0.4784598999023438, 0.4782018432617188, 0.4782643127441406, 0.47842098999023436, 0.47825509643554687, 0.4783319091796875, 0.4784056396484375, 0.47833087158203125, 0.4782110595703125, 0.4782213134765625, 0.4782141418457031, 0.4785162353515625, 0.47832269287109375, 0.47834317016601563, 0.47819366455078127, 0.4783943786621094, 0.4783011779785156, 0.4783390808105469, 0.4784271240234375, 0.47850393676757813, 0.47863705444335936, 0.47844146728515624, 0.47831552124023435, 0.478529541015625, 0.4784588928222656, 0.47858688354492185, 0.478455810546875, 0.4783984680175781, 0.47851828002929686, 0.47844046020507813, 0.4784250793457031, 0.47853466796875, 0.47845068359375, 0.47851828002929686, 0.47857049560546877, 0.4786063232421875, 0.47830322265625, 0.47856845092773437, 0.4787251281738281, 0.478671875, 0.47854080200195315, 0.478571533203125, 0.47875994873046873, 0.4784793701171875, 0.4785920104980469, 0.4785070190429688, 0.4786831359863281, 0.47842919921875, 0.47838720703125, 0.4785551452636719, 0.4785500183105469, 0.47848345947265625, 0.4785008544921875, 0.4785305480957031, 1.026423828125, 0.47815679931640626, 0.47836056518554687, 0.478708740234375, 0.4784322509765625, 0.47811685180664065, 0.4782141418457031, 0.47821823120117185, 0.4781578369140625, 0.4782899169921875, 0.47821209716796875, 0.47816192626953125, 0.47811685180664065, 0.4781158447265625, 0.4783759460449219, 0.4781875305175781, 0.4783370361328125, 0.4782561340332031, 0.47833087158203125, 0.4782530517578125, 0.47829605102539063, 0.47815679931640626, 0.47827557373046875, 0.47836773681640626, 0.47874765014648435, 0.478519287109375, 0.47879782104492186, 0.4783667297363281, 0.4783339538574219, 0.478392333984375, 0.4782366638183594, 0.47842611694335935, 0.47827456665039064, 0.47843533325195314, 0.47860122680664063, 0.478392333984375, 0.47860223388671874, 0.47839129638671873, 0.478413818359375, 0.47849575805664063, 0.47846298217773436, 0.4784383850097656, 0.47862887573242185, 0.4782919616699219, 0.47844659423828123, 0.47856024169921874, 0.47870465087890623, 0.47846298217773436, 0.47862579345703127, 0.478487548828125, 0.47854898071289065, 0.4786759643554688, 0.47848446655273436, 0.4785745849609375, 0.4784865417480469, 0.47861761474609377, 0.47868621826171875, 0.47839129638671873, 0.4784619445800781, 0.47849368286132815, 0.4790599670410156, 0.47868621826171875, 0.4786903076171875, 1.02647802734375, 0.47807794189453123, 0.47886233520507815, 0.4781209716796875, 0.47866470336914063, 0.47820391845703125, 0.47811993408203124, 0.4782264404296875, 0.4783585205078125, 0.478382080078125, 0.4782284851074219, 0.47817626953125, 0.4783974304199219, 0.4783267822265625, 0.47817010498046875, 0.4784117736816406, 0.478065673828125, 0.47828787231445313, 0.4782889099121094, 0.4784117736816406, 0.4784056396484375, 0.47832781982421874, 0.47806362915039063, 0.4786749572753906, 0.478340087890625, 0.4790271911621094, 0.47870465087890623, 0.47845068359375, 0.4784046020507812, 0.4785356750488281, 0.47828787231445313, 0.4782776184082031, 0.4784742431640625, 0.4785377197265625, 0.478551025390625, 0.47842816162109375, 0.478350341796875, 0.4782929992675781, 0.47849368286132815, 0.4785428466796875, 0.4783984680175781, 0.4786329650878906, 0.47876199340820313, 0.4782284851074219, 0.478966796875, 0.4784189453125, 0.478677001953125, 0.47917465209960936, 0.4784598999023438, 0.47897088623046874, 0.4785172424316406, 0.4785244140625, 0.4786217041015625, 0.4785428466796875, 0.47847628784179685, 0.4785920104980469, 0.47857662963867187, 0.478603271484375, 0.4787537841796875, 0.4786001892089844, 0.47868109130859376, 0.4785653686523437, 0.4788295593261719, 1.0266368408203126, 0.478087158203125, 0.47818341064453124, 0.47804107666015627, 0.4782510070800781, 0.4782899169921875, 0.4782919616699219, 0.4781260681152344, 0.47826126098632815, 0.4782786560058594, 0.4784025573730469, 0.478308349609375, 0.4782336120605469, 0.47819979858398437, 0.47811175537109374, 0.4782428283691406, 0.478276611328125, 0.4781957092285156, 0.47833087158203125, 0.4784066467285156, 0.4783667297363281, 0.4790302734375, 0.47827456665039064, 0.4783585205078125, 0.47846810913085935, 0.478266357421875, 0.47836773681640626, 0.4783984680175781, 0.47831552124023435, 0.4781680603027344, 0.47825714111328127, 0.4783267822265625, 0.4784189453125, 0.47831756591796876, 0.4783687744140625, 0.47856640625, 0.47823052978515623, 0.47850189208984373, 0.47839947509765623, 0.4783370361328125, 0.47841281127929686, 0.4784793701171875, 0.47888076782226563, 0.47854898071289065, 0.4784721984863281, 0.47849575805664063, 0.47854898071289065, 0.4785858459472656, 0.47849575805664063, 0.4785500183105469, 0.47842202758789065, 0.4786974792480469, 0.47859918212890623, 0.47856024169921874, 0.47857049560546877, 0.47858175659179686, 0.4786329650878906, 0.4785581970214844, 0.4784496765136719, 0.4786165771484375, 0.47869439697265626, 0.4785858459472656, 0.478671875]",tokens/s,2.056424263985222,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,v,v,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.293824,Linux,x86_64,Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.3.1,,4.42.4,,0.32.1,,,,1.21.2,,,,0.11.1,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 148, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/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 ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 304, in hf_raise_for_status response.raise_for_status() File ""/usr/local/lib/python3.10/dist-packages/requests/models.py"", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/v/resolve/main/config.json The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 402, in cached_file resolved_file = hf_hub_download( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1325, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1823, in _raise_on_head_call_error raise head_call_error File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1722, in _get_metadata_or_catch_error metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py"", line 114, in _inner_fn return fn(*args, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 1645, in get_hf_file_metadata r = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 372, in _request_wrapper response = _request_wrapper( File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py"", line 396, in _request_wrapper hf_raise_for_status(response) File ""/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py"", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-66947784-7064a8e27cfe9ad4445fedcd;2bf08ec4-464c-42d1-b833-80982834b97f) Repository Not Found for url: https://huggingface.co/v/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 102, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 60, in run backend: Backend = backend_factory(backend_config) File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 40, in __init__ super().__init__(config) File ""/workspace/optimum_benchmark/backends/base.py"", line 65, in __init__ self.pretrained_config = get_transformers_pretrained_config(self.config.model, **self.config.model_kwargs) File ""/workspace/optimum_benchmark/backends/transformers_utils.py"", line 22, in get_transformers_pretrained_config return AutoConfig.from_pretrained(model, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py"", line 965, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 632, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File ""/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py"", line 689, in _get_config_dict resolved_config_file = cached_file( File ""/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py"", line 425, in cached_file raise EnvironmentError( OSError: v is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1734.832128,9527.885824,0.0,8881.43872,8498.55744,s,10,5.870358520507812,0.5870358520507812,0.0003940972473500943,0.5870228271484375,0.5875091979980468,0.5875472930908203,0.587577769165039,"[0.586738525390625, 0.5866439819335938, 0.5864667358398438, 0.5874266967773437, 0.5875853881835937, 0.58692919921875, 0.5865938110351563, 0.587116455078125, 0.587500732421875, 0.5873569946289062]",tokens/s,436.08920836040323,kWh,6.929671736779037e-06,3.79719489898586e-06,3.625671110411072e-05,4.698357773987562e-05,tokens/kWh,5448712.344073559,MB,1734.832128,9527.885824,0.0,8881.43872,8793.597952,s,10,333.53750781250005,33.35375078125001,0.0024115668987675465,33.353640625,33.356308984375,33.356943554687504,33.357451210937505,"[33.3498203125, 33.35008203125, 33.35301953125, 33.35272265625, 33.35421875, 33.3547421875, 33.3530625, 33.35609375, 33.35616796875, 33.357578125]",tokens/s,1.8888430393686275,kWh,0.00039376476134966924,0.0002158172472088457,0.0020689134452528952,0.0026784954538114102,tokens/kWh,23520.667138095414,,s,629,338.2919489135743,0.5378250380184009,0.06971893468152085,0.5294213256835938,0.5297559448242187,0.5298769897460938,1.116026640625,"[0.5290670166015625, 0.529196044921875, 0.5293219604492188, 0.5290608520507812, 0.5293158569335937, 0.5291478881835937, 0.5291807250976562, 0.5291007080078125, 0.5290321655273438, 0.5291581420898438, 0.5290311889648438, 0.5290864868164062, 0.5291182861328125, 0.5293189086914063, 0.5291652221679688, 0.5293302612304688, 0.5291201782226562, 0.5292113647460938, 0.5291202392578125, 0.5292155151367187, 0.5292318725585937, 0.5294622802734374, 0.5289031982421875, 0.52938037109375, 0.5293394165039063, 0.5292953491210938, 0.5293956909179688, 0.5293742065429687, 0.5292431640625, 0.5292646484375, 0.5291550903320312, 0.5292974243164063, 0.5293291625976563, 0.5292349243164063, 0.5293025512695313, 0.5293577880859375, 0.5293629150390625, 0.5296670532226563, 0.5294151611328125, 0.5294100341796875, 0.5296578369140625, 0.5295667114257813, 0.5296363525390625, 0.529881103515625, 0.5292902221679687, 0.5295308837890625, 0.5294151611328125, 0.529623046875, 0.5293905639648437, 0.5295851440429687, 0.5295780029296875, 0.5296158447265625, 0.5293394165039063, 0.5295308837890625, 0.5295718383789062, 0.5296250610351563, 0.5295328979492188, 0.5295933227539062, 0.5295595703125, 0.5296834716796875, 0.5296353149414063, 0.5297192993164063, 1.115915283203125, 0.529027099609375, 0.5289615478515625, 0.5291171875, 0.5289932861328125, 0.5293742065429687, 0.52889599609375, 0.52927490234375, 0.5290762329101563, 0.5288447875976563, 0.5292297973632812, 0.5288929443359375, 0.5288755493164062, 0.5293219604492188, 0.5291345825195313, 0.5290721435546875, 0.5291100463867188, 0.529322998046875, 0.529349609375, 0.529165283203125, 0.5293690795898438, 0.5291591796875, 0.5292584838867187, 0.5291929321289063, 0.5292533569335938, 0.5291673583984375, 0.5296035766601562, 0.5291356201171875, 0.5295042724609375, 0.529522705078125, 0.5292943115234375, 0.5290946655273437, 0.5292205810546875, 0.5291663208007813, 0.5292247314453125, 0.5292472534179687, 0.5293148193359375, 0.5292297973632812, 0.5292134399414062, 0.5294028930664062, 0.5296476440429687, 0.5295032348632812, 0.5294141235351563, 0.5296455688476562, 0.5294817504882813, 0.529480712890625, 0.5299589233398437, 0.52950732421875, 0.5296476440429687, 0.5296373901367187, 0.5295308837890625, 0.5296158447265625, 0.52967529296875, 0.5296312255859374, 0.5296220092773437, 0.5297122192382813, 0.5296649780273438, 0.52963427734375, 0.5298145141601562, 0.5298206787109375, 0.5298964233398438, 0.5295881958007812, 0.5300541381835937, 1.1158446044921875, 0.5291642456054687, 0.5288151245117187, 0.5292615966796875, 0.5291028442382812, 0.5291663208007813, 0.5290363159179687, 0.5293158569335937, 0.5291458740234375, 0.5291110229492187, 0.5292615966796875, 0.5290250244140625, 0.5291110229492187, 0.529249267578125, 0.5293209838867188, 0.5290895385742187, 0.5292185668945313, 0.5294950561523437, 0.5292779541015625, 0.52917041015625, 0.529575927734375, 0.52908544921875, 0.529312744140625, 0.5290670776367188, 0.5293720703125, 0.529418212890625, 0.5297623291015625, 0.5292205810546875, 0.5295401000976563, 0.5297356567382813, 0.5290680541992188, 0.5290762329101563, 0.5294448852539062, 0.52944384765625, 0.5293209838867188, 0.5292554321289062, 0.52986572265625, 0.529364990234375, 0.529490966796875, 0.5293302001953125, 0.5297203369140625, 0.5292103881835938, 0.5295401000976563, 0.5295247192382813, 0.5294458618164063, 0.529596435546875, 0.5296906127929687, 0.5293977661132813, 0.52976025390625, 0.52946533203125, 0.5296097412109375, 0.5296292114257812, 0.529533935546875, 0.529628173828125, 0.5298309326171875, 0.5300234375, 0.5296619262695312, 0.5296025390625, 0.5296168823242188, 0.5296773071289063, 0.5300562133789063, 0.5295943603515625, 0.5297540893554687, 1.116865478515625, 0.5292400512695312, 0.529101806640625, 0.5291878662109375, 0.5289718017578126, 0.529058837890625, 0.5290505981445313, 0.5292267456054688, 0.5290997924804688, 0.5295349731445312, 0.5291970825195312, 0.52946533203125, 0.52922265625, 0.5291366577148438, 0.5291622314453125, 0.5290516967773438, 0.5289922485351563, 0.5289953002929687, 0.5292687377929688, 0.5292400512695312, 0.5293997802734375, 0.5292820434570312, 0.5292042236328125, 0.5289144287109375, 0.5290844116210938, 0.5291796264648437, 0.5293219604492188, 0.5291510009765625, 0.5292421264648437, 0.5293158569335937, 0.5298718872070313, 0.5290291137695312, 0.529523681640625, 0.5291817016601562, 0.5295831298828125, 0.5294110717773437, 0.5294213256835938, 0.5294202880859376, 0.5295411376953125, 0.5296609497070313, 0.5295923461914063, 0.529418212890625, 0.5295902709960938, 0.529480712890625, 0.529565673828125, 0.5296138305664062, 0.5297008666992188, 0.5296680908203125, 0.52967626953125, 0.5297111206054688, 0.5297520751953125, 0.5294376831054688, 0.5296117553710937, 0.5296732177734375, 0.5298524169921875, 0.5298052978515625, 0.5296670532226563, 0.5298964233398438, 0.5296107788085938, 0.5295677490234375, 0.5297520751953125, 0.5296097412109375, 0.5300950927734375, 1.117033447265625, 0.5291458740234375, 0.5290731811523437, 0.5291735229492187, 0.5292205810546875, 0.52912841796875, 0.529112060546875, 0.5291602172851563, 0.52940185546875, 0.5290076293945313, 0.5290076293945313, 0.529344482421875, 0.5292410888671875, 0.529322998046875, 0.5291674194335938, 0.5291417236328125, 0.5293004760742187, 0.529206298828125, 0.5293291625976563, 0.5291294555664062, 0.5295083618164063, 0.5292789916992188, 0.5295360107421875, 0.5291837158203125, 0.5293568115234375, 0.5291591796875, 0.5294663696289063, 0.529206298828125, 0.5293302612304688, 0.5296055908203126, 0.5296506958007813, 0.5292308349609375, 0.5298698120117188, 0.5294868774414062, 0.5294684448242187, 0.529343505859375, 0.5298001708984375, 0.5295523681640625, 0.5294622802734374, 0.52946533203125, 0.5296793823242187, 0.5294161987304687, 0.5296148681640624, 0.5295564575195313, 0.529412109375, 0.5293311767578125, 0.5294243774414062, 0.529417236328125, 0.52964453125, 0.5298698120117188, 0.5295687866210937, 0.5296005249023438, 0.5297049560546875, 0.5294417724609375, 0.5296476440429687, 0.5295574951171875, 0.5299015502929687, 0.5295534057617187, 0.5299138793945313, 0.529659912109375, 0.5296506958007813, 0.5297960815429688, 0.5298770141601562, 1.1163638916015626, 0.5289481811523438, 0.5289635620117188, 0.5291366577148438, 0.529217529296875, 0.5293742065429687, 0.529027099609375, 0.5294950561523437, 0.5293096923828124, 0.5290537109375, 0.5294346313476562, 0.5292820434570312, 0.5292103881835938, 0.529396728515625, 0.5296312255859374, 0.5294110717773437, 0.5291837158203125, 0.5292257690429687, 0.5291663818359374, 0.5292420654296875, 0.5294100341796875, 0.5290198974609375, 0.5294254150390625, 0.5294572143554688, 0.52930859375, 0.5293373413085938, 0.529386474609375, 0.5296732177734375, 0.5294346313476562, 0.5294039306640625, 0.5292564086914062, 0.52902294921875, 0.5293486328125, 0.5294981079101563, 0.5296947021484375, 0.5293772583007812, 0.5294325561523437, 0.5293363037109375, 0.5295687866210937, 0.52957080078125, 0.529490966796875, 0.5294674072265625, 0.5296773071289063, 0.5296854858398438, 0.52952880859375, 0.5295523681640625, 0.5296250610351563, 0.5295626220703125, 0.5299384155273438, 0.5293927001953125, 0.5295410766601563, 0.5295769653320312, 0.5299527587890625, 0.52944384765625, 0.5295892944335937, 0.529608642578125, 0.5298739013671875, 0.5296312866210937, 0.5296741943359375, 0.5295769653320312, 0.5297305297851562, 0.5297152099609375, 0.529876953125, 1.1160699462890624, 0.5292001342773438, 0.5290874633789062, 0.5294633178710938, 0.5291724853515625, 0.5293056030273438, 0.5289133911132813, 0.5293690795898438, 0.5291161499023438, 0.5290352783203125, 0.5290813598632812, 0.5289451293945312, 0.5290311889648438, 0.5292205810546875, 0.5289932861328125, 0.5292656860351562, 0.529428466796875, 0.5292164916992188, 0.5291407470703124, 0.529206298828125, 0.5293609008789063, 0.5291970825195312, 0.5292933349609374, 0.5292769165039063, 0.52942236328125, 0.5294397583007813, 0.529491943359375, 0.5294100341796875, 0.5295994873046875, 0.5294674072265625, 0.52942236328125, 0.529301513671875, 0.5294500122070313, 0.5294059448242188, 0.5298472900390625, 0.529280029296875, 0.52946533203125, 0.529343505859375, 0.5294212646484375, 0.5295370483398437, 0.5294448852539062, 0.5291919555664063, 0.5295615844726562, 0.5296250610351563, 0.5295298461914062, 0.529502197265625, 0.5296097412109375, 0.5293782958984375, 0.529517578125, 0.5294950561523437, 0.5295739135742188, 0.5296005249023438, 0.529533935546875, 0.529912841796875, 0.5295851440429687, 0.5296466064453125, 0.5298964233398438, 0.5296220092773437, 0.5294950561523437, 0.5296824340820312, 0.5298933715820312, 0.5296035766601562, 0.5301585693359375, 1.1166710205078125, 0.52893798828125, 0.5291058959960937, 0.529195068359375, 0.529566650390625, 0.5292533569335938, 0.5289502563476562, 0.5292411499023437, 0.5291621704101562, 0.5291489868164062, 0.5292482299804687, 0.5292984619140625, 0.52927587890625, 0.5292892456054688, 0.52938037109375, 0.52910693359375, 0.5293414306640625, 0.5295984497070313, 0.5295083618164063, 0.52946533203125, 0.5292830810546875, 0.52933837890625, 0.5295748901367188, 0.5292523803710938, 0.5294008178710937, 0.5291622314453125, 0.5293742065429687, 0.5294028930664062, 0.5293844604492187, 0.5292349243164063, 0.5292687377929688, 0.5292349243164063, 0.5293096923828124, 0.5293486328125, 0.5292523803710938, 0.5293424682617187, 0.5294100341796875, 0.5293875122070313, 0.5298779907226563, 0.529586181640625, 0.52969677734375, 0.5294612426757812, 0.5296793823242187, 0.529638427734375, 0.52976025390625, 0.5294776611328125, 0.529617919921875, 0.5297592163085938, 0.5295933227539062, 0.5296138305664062, 0.5296455688476562, 0.5295370483398437, 0.5297059936523437, 0.5298616333007813, 0.529755126953125, 0.5298196411132813, 0.5297684326171875, 0.5296783447265625, 0.5298411865234375, 0.5297796630859375, 0.5298278198242188, 0.5297633056640625, 0.5298084106445312, 1.1168890380859375, 0.52933837890625, 0.5291212768554687, 0.5293711547851563, 0.5292144775390625, 0.5292636108398437, 0.52906396484375, 0.529322021484375, 0.5292103271484375, 0.528990234375, 0.529349609375, 0.5290465087890625, 0.5294049072265625, 0.52931787109375, 0.5294315795898438, 0.529038330078125, 0.5293527221679688, 0.5293363037109375, 0.5294848022460937, 0.52965380859375, 0.529618896484375, 0.5293250732421875, 0.52925439453125, 0.529141845703125, 0.5295717163085938, 0.529349609375, 0.52961279296875, 0.5293219604492188, 0.529417236328125, 0.5294735107421875, 0.5295820922851563, 0.529354736328125, 0.5294264526367187, 0.5291724853515625, 0.529448974609375, 0.52943359375, 0.52950634765625, 0.5292994384765625, 0.5297295532226562, 0.5294899291992188, 0.5297152099609375, 0.5293352661132813, 0.52954931640625, 0.5296629638671875, 0.5294868774414062, 0.529575927734375, 0.529544189453125, 0.5294428100585937, 0.529459228515625, 0.530029541015625, 0.5296148681640624, 0.5296158447265625, 0.5297141723632812, 0.5295943603515625, 0.5297592163085938, 0.529743896484375, 0.5296987915039062, 0.5300275268554687, 0.5296660766601563, 0.5297080078125, 0.5294991455078125, 0.52963330078125, 0.5299087524414062, 1.11670166015625, 0.529322998046875, 0.52967529296875, 0.5292738647460937, 0.529533935546875, 0.5292861328125, 0.5291182250976563, 0.5293823852539062, 0.529306640625, 0.5290240478515625, 0.5290587768554688, 0.5290966796875, 0.5292574462890625, 0.5294428100585937, 0.5290782470703125, 0.5293322143554687, 0.5292605590820313, 0.5294981079101563, 0.52944384765625, 0.5290844116210938, 0.5293158569335937, 0.5296301879882812, 0.5295933227539062, 0.5296015625, 0.5294530639648437, 0.5292369995117188, 0.5296609497070313, 0.5294008178710937, 0.5294100341796875, 0.5295360107421875, 0.5294202880859376, 0.529375244140625, 0.529532958984375, 0.5293240356445312, 0.5294110107421875, 0.5294141235351563, 0.5294694213867187, 0.5295257568359375, 0.5294448852539062, 0.5293373413085938, 0.5296609497070313, 0.529417236328125, 0.5299323120117188, 0.529775634765625, 0.5296517333984375, 0.529560546875, 0.5295697631835937, 0.5295769653320312, 0.5295892333984376, 0.5294725341796875, 0.5297745971679687, 0.529659912109375, 0.5296414794921875, 0.5297152099609375, 0.5296455688476562, 0.52964453125, 0.5300623168945312, 0.5296660766601563, 0.5298534545898438, 0.5296506958007813, 0.529786865234375, 0.529743896484375, 0.529628173828125]",tokens/s,1.8593407322285849,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,openai-community/gpt2,openai-community/gpt2,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1295.0528,893.91104,0.0,247.463936,189.16864,s,11,0.16612032127380372,0.015101847388527611,0.0005871961050625196,0.014831040382385254,0.015440416336059571,0.016132271766662598,0.01668575611114502,"[0.016824127197265625, 0.014754176139831543, 0.014755776405334473, 0.014831040382385254, 0.014971648216247559, 0.01476144027709961, 0.015440416336059571, 0.014827136039733887, 0.01484768009185791, 0.014808128356933594, 0.015298751831054688]",tokens/s,16951.568468005775,kWh,1.7553567861750985e-07,9.618499689262544e-08,4.4002016380394295e-07,7.117408393140782e-07,tokens/kWh,359681482.16240245,MB,1295.0528,893.91104,0.0,247.463936,189.1712,s,11,10.143097778320314,0.9220997980291195,0.008580393387736446,0.9190110473632812,0.9315064697265625,0.9358651428222656,0.9393520812988282,"[0.9402238159179688, 0.9166566162109375, 0.9190110473632812, 0.9128648071289063, 0.9222392578125, 0.9265850830078125, 0.9315064697265625, 0.918972900390625, 0.91303564453125, 0.9297745361328125, 0.9122276000976562]",tokens/s,68.32232274061347,kWh,1.09071059813455e-05,5.9766341332751465e-06,2.5223611478191343e-05,4.2107351592811995e-05,tokens/kWh,1496175.7891881883,,s,692,10.275430398941054,0.014848887859741387,0.001837958311487827,0.014454272270202637,0.015027097415924073,0.01514214425086975,0.029554308357238768,"[0.016574464797973632, 0.016538623809814454, 0.014892031669616699, 0.014501888275146485, 0.014454784393310547, 0.014493696212768555, 0.015001600265502929, 0.015182847976684571, 0.01501696014404297, 0.015006719589233398, 0.01499443244934082, 0.014993408203125, 0.014957568168640138, 0.015116288185119628, 0.01508556842803955, 0.015087615966796876, 0.015123456001281739, 0.01510912036895752, 0.015054847717285156, 0.015001600265502929, 0.01496780776977539, 0.0149616641998291, 0.014989312171936036, 0.014698495864868164, 0.014424063682556153, 0.01448038387298584, 0.014566399574279786, 0.014477312088012695, 0.014560256004333496, 0.01496780776977539, 0.014955519676208496, 0.01499135971069336, 0.014963711738586426, 0.014945280075073243, 0.015046655654907226, 0.015303680419921875, 0.015462400436401368, 0.015460351943969726, 0.015417344093322754, 0.015028223991394044, 0.01510912036895752, 0.014921728134155274, 0.014946304321289062, 0.014905344009399414, 0.015026176452636719, 0.014936063766479492, 0.014927871704101562, 0.01488588809967041, 0.014748703956604005, 0.014411744117736816, 0.01459712028503418, 0.014500864028930664, 0.014415871620178223, 0.01448038387298584, 0.014409728050231933, 0.014364671707153321, 0.014426112174987793, 0.014364671707153321, 0.01438310432434082, 0.014376959800720214, 0.014382080078125, 0.014532608032226562, 0.029460479736328125, 0.014385151863098144, 0.014337023735046387, 0.014395392417907715, 0.014332927703857423, 0.01437388801574707, 0.014387200355529785, 0.014369791984558105, 0.014395392417907715, 0.014339072227478027, 0.014560256004333496, 0.014938112258911132, 0.014816255569458007, 0.01495961570739746, 0.015009792327880859, 0.014956543922424317, 0.014985216140747071, 0.01491763210296631, 0.014977024078369141, 0.014940159797668457, 0.015168512344360351, 0.014945280075073243, 0.014944255828857422, 0.014928895950317383, 0.014950400352478027, 0.01490124797821045, 0.014912511825561523, 0.014690303802490234, 0.014328831672668458, 0.014376959800720214, 0.014336000442504883, 0.014524415969848633, 0.014432255744934081, 0.014402560234069824, 0.014426112174987793, 0.014370816230773926, 0.014422016143798828, 0.014411775588989258, 0.01448038387298584, 0.014418944358825684, 0.01437491226196289, 0.014524415969848633, 0.014425087928771972, 0.014367744445800782, 0.014393343925476074, 0.014400511741638184, 0.014436351776123046, 0.014417920112609863, 0.014338047981262207, 0.014397439956665039, 0.014310400009155273, 0.014237695693969727, 0.014311424255371094, 0.014355456352233887, 0.01444863986968994, 0.014416895866394042, 0.014568448066711426, 0.014410752296447754, 0.014411775588989258, 0.014427136421203614, 0.014408703804016113, 0.014418944358825684, 0.014441472053527832, 0.0295229434967041, 0.014437376022338867, 0.01439129638671875, 0.014430208206176758, 0.014431232452392579, 0.014402591705322265, 0.014423007965087891, 0.014361599922180175, 0.014449664115905762, 0.014554112434387208, 0.014395392417907715, 0.014460927963256836, 0.01437388801574707, 0.0144650239944458, 0.014436351776123046, 0.014420991897583007, 0.014453760147094727, 0.01438310432434082, 0.01448038387298584, 0.014445568084716797, 0.014410752296447754, 0.014362624168395996, 0.01439641571044922, 0.014424063682556153, 0.014404607772827148, 0.014403583526611329, 0.014394368171691894, 0.014387200355529785, 0.01439129638671875, 0.014402560234069824, 0.01437491226196289, 0.015494144439697266, 0.015346688270568848, 0.014998527526855468, 0.015462400436401368, 0.015409152030944824, 0.015004672050476075, 0.015020031929016114, 0.015047679901123047, 0.014996479988098145, 0.014914560317993163, 0.015106047630310059, 0.015025152206420898, 0.014874624252319337, 0.014937088012695313, 0.014927871704101562, 0.014667776107788086, 0.014439423561096192, 0.014445568084716797, 0.014459903717041016, 0.014417920112609863, 0.014367744445800782, 0.014389247894287109, 0.01439129638671875, 0.014346240043640136, 0.014459903717041016, 0.01439027214050293, 0.014401535987854003, 0.014425087928771972, 0.014384127616882325, 0.014400511741638184, 0.014397439956665039, 0.01437491226196289, 0.029592575073242186, 0.01437286376953125, 0.014414848327636719, 0.014359552383422852, 0.01440665626525879, 0.014401535987854003, 0.014384127616882325, 0.014511103630065919, 0.014366720199584961, 0.014393376350402833, 0.014385120391845703, 0.01438822364807129, 0.014433279991149902, 0.014379008293151856, 0.014425087928771972, 0.01446399974822998, 0.014552063941955566, 0.014414848327636719, 0.01437286376953125, 0.014393343925476074, 0.015063039779663086, 0.01499443244934082, 0.014946304321289062, 0.014732288360595704, 0.014404607772827148, 0.014370816230773926, 0.014403583526611329, 0.014385151863098144, 0.014547967910766601, 0.014409728050231933, 0.014364671707153321, 0.014384127616882325, 0.014350336074829101, 0.014443519592285157, 0.014382080078125, 0.014438400268554688, 0.014517248153686524, 0.014462976455688477, 0.014524415969848633, 0.014387200355529785, 0.01437183952331543, 0.014435327529907227, 0.014370816230773926, 0.014413824081420898, 0.014821375846862793, 0.014444543838500976, 0.014410752296447754, 0.01439641571044922, 0.0143657283782959, 0.01453769588470459, 0.014353407859802245, 0.014459903717041016, 0.014492671966552734, 0.014430208206176758, 0.014403583526611329, 0.014354432106018066, 0.014375935554504395, 0.014540800094604492, 0.015185919761657715, 0.014953472137451173, 0.0147957763671875, 0.01446399974822998, 0.014419967651367188, 0.02975948715209961, 0.01439027214050293, 0.014429183959960937, 0.014389247894287109, 0.014402560234069824, 0.014389247894287109, 0.014446623802185058, 0.014614496231079101, 0.014510080337524415, 0.014402560234069824, 0.014381055831909179, 0.014428223609924316, 0.014451647758483887, 0.014528512001037597, 0.014451711654663087, 0.014452735900878906, 0.014408703804016113, 0.014504960060119629, 0.014410752296447754, 0.014416895866394042, 0.014416895866394042, 0.014366720199584961, 0.014415871620178223, 0.01447935962677002, 0.01439129638671875, 0.014980095863342285, 0.015023103713989258, 0.01490227222442627, 0.014911487579345703, 0.014927871704101562, 0.01501696014404297, 0.014907391548156738, 0.014962688446044922, 0.015012864112854005, 0.014936063766479492, 0.014865407943725586, 0.014968832015991211, 0.014942208290100097, 0.01509171199798584, 0.01490329647064209, 0.014918656349182128, 0.014912511825561523, 0.014763008117675782, 0.01449062442779541, 0.014409728050231933, 0.014387200355529785, 0.01437491226196289, 0.014493696212768555, 0.014888959884643555, 0.015201279640197754, 0.015033344268798828, 0.014851072311401366, 0.014962688446044922, 0.01496780776977539, 0.014609408378601075, 0.014434304237365723, 0.014386176109313965, 0.01439948844909668, 0.014401535987854003, 0.014548992156982422, 0.014402560234069824, 0.014429183959960937, 0.014389247894287109, 0.02955366325378418, 0.014370816230773926, 0.01438822364807129, 0.014368767738342286, 0.014341119766235352, 0.014397439956665039, 0.014400511741638184, 0.014422016143798828, 0.014578687667846679, 0.01438310432434082, 0.014363648414611817, 0.014436351776123046, 0.014411775588989258, 0.014385151863098144, 0.014359552383422852, 0.01439641571044922, 0.014359552383422852, 0.01438310432434082, 0.014495743751525878, 0.014453760147094727, 0.014367744445800782, 0.014333951950073242, 0.014361599922180175, 0.01439129638671875, 0.014370816230773926, 0.01437183952331543, 0.014332927703857423, 0.014511103630065919, 0.01438822364807129, 0.014683135986328125, 0.015104000091552734, 0.015045663833618165, 0.014771167755126952, 0.014697471618652343, 0.01488486385345459, 0.014923775672912597, 0.014944255828857422, 0.015080448150634765, 0.015011839866638184, 0.01499135971069336, 0.014931967735290527, 0.014939135551452636, 0.014922752380371093, 0.014896127700805664, 0.01489408016204834, 0.014898176193237305, 0.01499135971069336, 0.014950400352478027, 0.014939135551452636, 0.014879743576049804, 0.014973952293395995, 0.01509273624420166, 0.015220735549926758, 0.015139840126037597, 0.014924799919128418, 0.015128576278686523, 0.014931967735290527, 0.015045632362365722, 0.015031295776367188, 0.014988287925720215, 0.014949376106262208, 0.014924799919128418, 0.01497804832458496, 0.03076406478881836, 0.01498416042327881, 0.015041536331176757, 0.015020031929016114, 0.01497804832458496, 0.014993408203125, 0.01496985626220703, 0.015086591720581055, 0.014943231582641601, 0.014942208290100097, 0.014953472137451173, 0.014937088012695313, 0.014452735900878906, 0.014493696212768555, 0.014494720458984376, 0.014637056350708008, 0.015028223991394044, 0.015052800178527831, 0.014940159797668457, 0.014934016227722167, 0.014928895950317383, 0.014446592330932618, 0.014397439956665039, 0.014553088188171387, 0.014401535987854003, 0.014492671966552734, 0.014409728050231933, 0.014375935554504395, 0.014426112174987793, 0.014338047981262207, 0.014500864028930664, 0.014423040390014649, 0.014376959800720214, 0.01521459197998047, 0.014985216140747071, 0.014918656349182128, 0.015161343574523926, 0.014938112258911132, 0.015027199745178223, 0.014832639694213867, 0.014929920196533204, 0.01542246437072754, 0.014988287925720215, 0.014977055549621582, 0.014936032295227051, 0.014999551773071289, 0.014934016227722167, 0.014784511566162109, 0.014407679557800293, 0.01439027214050293, 0.014366720199584961, 0.014348287582397461, 0.014424063682556153, 0.014538751602172852, 0.01439129638671875, 0.014621696472167968, 0.014923775672912597, 0.015154175758361817, 0.014981120109558106, 0.014921728134155274, 0.015266816139221191, 0.015011839866638184, 0.014429183959960937, 0.029654016494750978, 0.014394368171691894, 0.014543871879577636, 0.014384127616882325, 0.014368767738342286, 0.014404607772827148, 0.014499839782714843, 0.014368767738342286, 0.014387200355529785, 0.01440665626525879, 0.014393343925476074, 0.014422016143798828, 0.014395392417907715, 0.014521344184875488, 0.01444863986968994, 0.014404607772827148, 0.014495743751525878, 0.014434304237365723, 0.01439641571044922, 0.014375935554504395, 0.014386176109313965, 0.014387264251708984, 0.014355392456054687, 0.014518272399902344, 0.01438310432434082, 0.014410752296447754, 0.014385151863098144, 0.01436569595336914, 0.01439948844909668, 0.014400511741638184, 0.014417920112609863, 0.014486528396606446, 0.014430208206176758, 0.014611455917358398, 0.01437183952331543, 0.014364671707153321, 0.014440447807312011, 0.014745599746704101, 0.014935040473937988, 0.014892031669616699, 0.014921728134155274, 0.015244288444519043, 0.015517696380615235, 0.016059392929077147, 0.015122431755065918, 0.01499238395690918, 0.014950400352478027, 0.014888959884643555, 0.014919679641723632, 0.01489408016204834, 0.014425087928771972, 0.014347264289855957, 0.014434304237365723, 0.014507007598876954, 0.014725119590759277, 0.014941184043884278, 0.014624768257141114, 0.014403583526611329, 0.01447116756439209, 0.014443519592285157, 0.014558208465576173, 0.014645248413085938, 0.014449664115905762, 0.029560831069946288, 0.014419967651367188, 0.014477312088012695, 0.014228480339050293, 0.014287872314453125, 0.014412799835205077, 0.014446592330932618, 0.014437376022338867, 0.014532608032226562, 0.014413824081420898, 0.014333951950073242, 0.014443519592285157, 0.014413824081420898, 0.01436569595336914, 0.014426112174987793, 0.014400511741638184, 0.014449664115905762, 0.014513152122497559, 0.014410752296447754, 0.014405632019042968, 0.014331904411315918, 0.01439027214050293, 0.01437491226196289, 0.014359552383422852, 0.014880767822265625, 0.014614527702331542, 0.014345215797424317, 0.014404607772827148, 0.014418944358825684, 0.014469120025634765, 0.014416895866394042, 0.01439027214050293, 0.014385151863098144, 0.01434931182861328, 0.014502911567687989, 0.01437183952331543, 0.014306336402893067, 0.01443734359741211, 0.014316543579101563, 0.014400511741638184, 0.014403583526611329, 0.014368767738342286, 0.014402560234069824, 0.014510080337524415, 0.014415871620178223, 0.01439846420288086, 0.014369791984558105, 0.01439641571044922, 0.014375935554504395, 0.014342144012451171, 0.014356479644775391, 0.014468095779418945, 0.014705663681030273, 0.01520025634765625, 0.015144960403442383, 0.015068160057067872, 0.01498419189453125, 0.014908415794372559, 0.01490124797821045, 0.014774271965026856, 0.014629887580871583, 0.014445568084716797, 0.014495743751525878, 0.029608959197998046, 0.014981120109558106, 0.015031295776367188, 0.01498316764831543, 0.01490944004058838, 0.014573568344116212, 0.015031295776367188, 0.015028223991394044, 0.014922752380371093, 0.01497599983215332, 0.014962688446044922, 0.014943231582641601, 0.015068160057067872, 0.014930944442749023, 0.01497599983215332, 0.015037440299987792, 0.015011839866638184, 0.01501084804534912, 0.014962656021118164, 0.014926848411560058, 0.014964735984802247, 0.014918656349182128, 0.01466163158416748, 0.014493696212768555, 0.014444543838500976, 0.014386176109313965, 0.01447219181060791, 0.014423040390014649, 0.014413824081420898, 0.014432255744934081, 0.01438003158569336, 0.014412799835205077, 0.014411775588989258, 0.014504960060119629, 0.01439846420288086, 0.014407679557800293, 0.01439641571044922, 0.01437183952331543, 0.014407679557800293, 0.01439846420288086, 0.014417920112609863, 0.01439641571044922, 0.014429183959960937, 0.014416895866394042, 0.014608384132385254, 0.014496767997741699, 0.014985216140747071, 0.014988287925720215, 0.015004672050476075, 0.014949376106262208, 0.014920703887939453, 0.014903327941894532, 0.01495958423614502, 0.014910464286804198, 0.014912511825561523, 0.015060992240905761, 0.014950400352478027, 0.014963711738586426, 0.014946304321289062, 0.014960639953613282, 0.015006719589233398, 0.014916607856750488, 0.014926848411560058, 0.03061043167114258, 0.01490944004058838, 0.014940159797668457, 0.014939135551452636, 0.01499238395690918, 0.014900256156921386, 0.01493398380279541, 0.01460428810119629, 0.014354432106018066, 0.014663680076599121, 0.014407679557800293, 0.01440665626525879, 0.01440976047515869, 0.014418911933898926, 0.014451711654663087, 0.014428159713745118, 0.014500864028930664, 0.014420991897583007, 0.01444863986968994, 0.014387200355529785, 0.014536704063415527, 0.014400511741638184, 0.014405632019042968, 0.014403583526611329, 0.014337023735046387, 0.014333951950073242, 0.014258175849914552, 0.014312447547912598, 0.014328831672668458, 0.014348287582397461, 0.014527487754821777, 0.01437286376953125, 0.014435392379760742, 0.0144137601852417, 0.014392319679260255, 0.014395392417907715, 0.014385151863098144, 0.014404607772827148, 0.014379008293151856, 0.01437183952331543, 0.014543871879577636, 0.014368767738342286, 0.014403583526611329, 0.014433279991149902, 0.014414848327636719, 0.014417920112609863, 0.014387200355529785, 0.014414848327636719, 0.014397439956665039, 0.014403583526611329, 0.014429183959960937, 0.014343168258666992, 0.014554112434387208, 0.014422016143798828, 0.01438310432434082, 0.014426112174987793, 0.014386176109313965, 0.014401535987854003, 0.014400511741638184, 0.01435750389099121, 0.014470175743103027, 0.014393312454223633, 0.014545920372009278]",tokens/s,67.34511092317027,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.4.1+cu124,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cuda,0,42,,,True,,,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.261056,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,0.12.0,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cuda_pytorch.py"", line 153, in benchmark_cuda_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",codegen,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4bit-gptq-exllama-v2-sdpa,pytorch,2.3.1+cu121,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cuda,0,42,,,True,True,True,True,,float16,True,False,,sdpa,,False,,False,forward,gptq,4,True,2,256,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,True,kill,False,spawn, AMD EPYC 7R32,16,66697.29792,Linux,x86_64,Linux-5.10.218-208.862.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,['NVIDIA A10G'],1,24146608128,0.2.1,,4.42.1,,0.31.0,,,,1.20.0,,,,0.11.1,,,,MB,1336.54528,1292.36992,0.0,645.922816,583.517696,s,10,0.3397931861877441,0.033979318618774415,0.001934910071424721,0.032971408843994146,0.03566902961730957,0.03745379467010498,0.03888160671234131,"[0.03923855972290039, 0.032909088134765625, 0.03527241516113281, 0.0328919677734375, 0.03299142456054688, 0.03283273696899414, 0.03469622421264648, 0.03295139312744141, 0.03290889739990235, 0.033100479125976565]",tokens/s,7533.99451213697,kWh,3.979384447589066e-07,2.1805127691752405e-07,1.234731627515188e-06,1.8507213491916185e-06,tokens/kWh,138324443.12149903,MB,1336.54528,1292.36992,0.0,645.922816,617.915392,s,10,21.585919433593748,2.158591943359375,0.032699156970019405,2.151986328125,2.2039208740234377,2.2094919311523435,2.2139487768554686,"[2.21506298828125, 2.185614990234375, 2.202682861328125, 2.14994970703125, 2.1486455078125, 2.100208251953125, 2.15894091796875, 2.15402294921875, 2.126743896484375, 2.14404736328125]",tokens/s,29.185692179483592,kWh,2.5160195789854937e-05,1.378844924343664e-05,7.117124296388444e-05,0.00011011988799717602,tokens/kWh,572103.7420744164,,s,629,21.848751106262192,0.03473569333269031,0.003915216842516604,0.03429580688476563,0.03490857086181641,0.03530035171508789,0.06544596710205079,"[0.03697049713134765, 0.036383743286132815, 0.03609395217895508, 0.036050945281982424, 0.03664492797851562, 0.03628230285644531, 0.03609292984008789, 0.035920894622802735, 0.03645132827758789, 0.03612364959716797, 0.036528129577636716, 0.03566899108886719, 0.03584204864501953, 0.035465217590332034, 0.03479449462890625, 0.03489279937744141, 0.035095550537109374, 0.034969600677490234, 0.03465318298339844, 0.034769920349121096, 0.03466649627685547, 0.03486105728149414, 0.03489791870117188, 0.0348671989440918, 0.0348221435546875, 0.03500032043457031, 0.03470848083496094, 0.0350115852355957, 0.03482419204711914, 0.03486207962036133, 0.03474534225463867, 0.03450265502929688, 0.03512627029418945, 0.03491020965576172, 0.03476172637939453, 0.034699264526367186, 0.03464908981323242, 0.03466239929199219, 0.03463987350463867, 0.03472895812988281, 0.03482419204711914, 0.03482931137084961, 0.03481190490722656, 0.03476275253295898, 0.03470336151123047, 0.034677761077880856, 0.034764801025390625, 0.03464089584350586, 0.03486617660522461, 0.03481190490722656, 0.034887680053710936, 0.03473100662231445, 0.034721790313720705, 0.03487744140625, 0.034857982635498046, 0.03471769714355469, 0.0349224967956543, 0.034756607055664065, 0.03473612976074219, 0.03489996719360351, 0.03482009506225586, 0.03475251388549805, 0.06539878082275391, 0.03443711853027344, 0.0344453125, 0.03467264175415039, 0.034819072723388675, 0.03465523147583008, 0.03469619369506836, 0.03466239929199219, 0.03475763320922851, 0.03470131301879883, 0.03472076797485352, 0.03474739074707031, 0.03471155166625976, 0.034648063659667966, 0.03486207962036133, 0.03484979248046875, 0.03461324691772461, 0.03467468643188477, 0.03463987350463867, 0.034816001892089846, 0.03467161560058594, 0.034718719482421875, 0.03478015899658203, 0.034561023712158204, 0.03474431991577148, 0.03470848083496094, 0.03480678558349609, 0.034680831909179685, 0.034576385498046876, 0.03468288040161133, 0.03468185424804687, 0.034614273071289066, 0.03450982284545898, 0.03474227142333984, 0.03460812759399414, 0.03462656021118164, 0.03469311904907227, 0.03471257781982422, 0.03472895812988281, 0.03481292724609375, 0.03467161560058594, 0.03452620697021484, 0.034835456848144535, 0.034985984802246094, 0.03463679885864258, 0.0347883529663086, 0.03482931137084961, 0.03485696029663086, 0.0349194221496582, 0.034915359497070315, 0.03500336074829102, 0.03472588729858399, 0.03476684951782227, 0.034735103607177735, 0.034678783416748044, 0.03481702423095703, 0.03480678558349609, 0.034797569274902344, 0.03487334442138672, 0.03478732681274414, 0.03483852767944336, 0.03467673492431641, 0.03490816116333008, 0.07052390289306641, 0.03481190490722656, 0.0346163215637207, 0.03483443069458008, 0.03470745468139649, 0.035148799896240236, 0.034685951232910156, 0.03495731353759766, 0.03478937530517578, 0.03479040145874023, 0.03482726287841797, 0.03472076797485352, 0.03478732681274414, 0.03483955383300781, 0.03490611267089844, 0.03496857452392578, 0.034857982635498046, 0.0347586555480957, 0.03474534225463867, 0.03484262466430664, 0.0348037109375, 0.03506687927246094, 0.03475763320922851, 0.036310016632080076, 0.03513651275634765, 0.0348671989440918, 0.03481292724609375, 0.03470336151123047, 0.03473920059204102, 0.03484672164916992, 0.03568230438232422, 0.035320831298828126, 0.034955265045166016, 0.03488358306884766, 0.03475046539306641, 0.035471359252929685, 0.035124225616455076, 0.034841598510742186, 0.034840576171875, 0.03480473709106445, 0.034800640106201174, 0.034871295928955076, 0.03530854415893555, 0.03491839981079101, 0.034948097229003904, 0.03496550369262695, 0.03504435348510742, 0.03487641525268555, 0.03488665771484375, 0.03473305511474609, 0.03489382553100586, 0.03489484786987305, 0.034705406188964845, 0.03483340835571289, 0.03720908737182617, 0.03559936141967773, 0.03501772689819336, 0.03483852767944336, 0.03479449462890625, 0.03467059326171875, 0.034700286865234374, 0.034802688598632815, 0.03480883026123047, 0.06551551818847656, 0.03234918212890625, 0.03228057479858398, 0.0322242546081543, 0.03220787048339844, 0.032233470916748046, 0.032456703186035156, 0.032304126739501955, 0.032252960205078125, 0.032616416931152345, 0.03248025512695313, 0.03226828765869141, 0.032295936584472655, 0.03215769577026367, 0.0321607666015625, 0.03411763381958008, 0.03482624053955078, 0.03470438385009766, 0.0346429443359375, 0.03479040145874023, 0.0345682258605957, 0.03465008163452148, 0.03458047866821289, 0.03469823837280273, 0.03468803024291992, 0.034671585083007814, 0.034732032775878906, 0.03471462249755859, 0.034601982116699216, 0.034669567108154296, 0.03480166244506836, 0.03470950317382813, 0.03479449462890625, 0.034857982635498046, 0.03468492889404297, 0.03466342544555664, 0.03495935821533203, 0.03487948989868164, 0.0349378547668457, 0.03482624053955078, 0.03474227142333984, 0.034748416900634765, 0.03469209671020508, 0.03465932846069336, 0.03486412811279297, 0.03466547012329101, 0.03473920059204102, 0.03483443069458008, 0.034726913452148435, 0.03474534225463867, 0.03469004821777344, 0.03482828903198242, 0.03479449462890625, 0.03474227142333984, 0.03463679885864258, 0.03486822509765625, 0.03467264175415039, 0.03469823837280273, 0.034855934143066404, 0.034249729156494144, 0.034233345031738284, 0.03444224166870117, 0.03420774459838867, 0.06550527954101562, 0.03235737609863281, 0.03217715072631836, 0.03259392166137695, 0.03417804718017578, 0.034097152709960936, 0.034195457458496094, 0.03415244674682617, 0.03408588790893555, 0.0343633918762207, 0.03422208023071289, 0.03404083251953125, 0.0341319694519043, 0.034049022674560545, 0.0341104621887207, 0.03403059387207031, 0.03411763381958008, 0.03412582397460937, 0.03405619049072266, 0.03418521499633789, 0.03429683303833008, 0.034323455810546875, 0.034119678497314454, 0.03416985702514649, 0.03429171371459961, 0.03431423950195313, 0.0343296012878418, 0.0341473274230957, 0.03392716979980469, 0.0340684814453125, 0.034277374267578126, 0.034459648132324217, 0.03410636901855469, 0.0342927360534668, 0.03419340896606445, 0.03426201629638672, 0.03416883087158203, 0.03408281707763672, 0.03406438446044922, 0.034609153747558595, 0.034181121826171876, 0.03412684631347656, 0.03419033432006836, 0.03419852828979492, 0.03528806304931641, 0.03522867202758789, 0.034601982116699216, 0.03428966522216797, 0.03416064071655273, 0.034098175048828124, 0.03407155227661133, 0.03415552139282227, 0.03415961456298828, 0.03417804718017578, 0.03420876693725586, 0.034206718444824216, 0.034146305084228515, 0.03426713562011719, 0.0336363525390625, 0.034272254943847655, 0.03419443130493164, 0.03422208023071289, 0.034298881530761716, 0.06534349060058593, 0.03220479965209961, 0.03225600051879883, 0.03226521682739258, 0.03239321517944336, 0.03222220611572266, 0.032230400085449216, 0.03233894348144531, 0.03224371337890625, 0.03223244857788086, 0.032254974365234376, 0.03231846237182617, 0.03247923278808594, 0.032366592407226565, 0.03223961639404297, 0.03237171173095703, 0.03228876876831055, 0.03222118377685547, 0.03220889663696289, 0.03232767868041992, 0.032510974884033206, 0.03239116668701172, 0.03240857696533203, 0.03242905426025391, 0.032266239166259765, 0.032274463653564456, 0.03230819320678711, 0.03278335952758789, 0.03282124710083008, 0.03420876693725586, 0.03411763381958008, 0.03430809783935547, 0.034135040283203126, 0.03419033432006836, 0.03405721664428711, 0.034111488342285154, 0.03420159912109375, 0.03409203338623047, 0.03424051284790039, 0.0341923828125, 0.034229248046875, 0.0341401596069336, 0.03411763381958008, 0.03416371154785156, 0.03425791931152344, 0.03424358367919922, 0.034154495239257815, 0.034111488342285154, 0.03416883087158203, 0.03417292785644531, 0.03435520172119141, 0.03417804718017578, 0.03422208023071289, 0.03403059387207031, 0.03409203338623047, 0.034269184112548826, 0.03425996780395508, 0.03407974243164062, 0.03420979309082031, 0.034148353576660156, 0.034111488342285154, 0.03418214416503906, 0.0343296012878418, 0.06927974700927735, 0.034157569885253904, 0.03397119903564453, 0.03403673553466797, 0.034080768585205076, 0.034154495239257815, 0.03405516815185547, 0.03415859222412109, 0.03419647979736328, 0.03408998489379883, 0.03414220809936523, 0.034141185760498044, 0.034083839416503905, 0.033983486175537106, 0.03414220809936523, 0.034255870819091795, 0.034239486694335936, 0.03566796875, 0.0341923828125, 0.034138111114501955, 0.03414425659179687, 0.034354209899902344, 0.03432342529296875, 0.034239486694335936, 0.03420159912109375, 0.034202625274658206, 0.03419852828979492, 0.03434700775146484, 0.03419647979736328, 0.03412377548217774, 0.03443302536010742, 0.03422412872314453, 0.03428147125244141, 0.03423436737060547, 0.034070526123046875, 0.034184192657470705, 0.03410124969482422, 0.03435007858276367, 0.034184192657470705, 0.03421491241455078, 0.034121726989746096, 0.03418521499633789, 0.03455487823486328, 0.034127872467041014, 0.03487027359008789, 0.034462718963623046, 0.03412275314331055, 0.034272254943847655, 0.03421388626098633, 0.0342108154296875, 0.03415039825439453, 0.03427840042114258, 0.034323455810546875, 0.034253822326660154, 0.03424358367919922, 0.03418214416503906, 0.03430912017822266, 0.03426921463012695, 0.03443606567382813, 0.03424563217163086, 0.03502899169921875, 0.03460300827026367, 0.03441561508178711, 0.06546431732177735, 0.03232972717285156, 0.03248537445068359, 0.03227443313598633, 0.03256012725830078, 0.036160511016845705, 0.03467571258544922, 0.034255870819091795, 0.034164737701416016, 0.03431935882568359, 0.034587646484375, 0.03426611328125, 0.034237438201904294, 0.034298881530761716, 0.034149375915527344, 0.03421388626098633, 0.034784255981445314, 0.0343111686706543, 0.03438489532470703, 0.034552833557128904, 0.034288639068603514, 0.03420774459838867, 0.03413913726806641, 0.03439308929443359, 0.03422822570800781, 0.0342108154296875, 0.034097152709960936, 0.034334720611572264, 0.03488153457641602, 0.035192832946777344, 0.034315265655517575, 0.034336769104003906, 0.03435724639892578, 0.034326526641845705, 0.03412377548217774, 0.03410124969482422, 0.03414425659179687, 0.034124801635742184, 0.03409718322753906, 0.034401248931884766, 0.03448934555053711, 0.03424665451049805, 0.03424358367919922, 0.03410227203369141, 0.0342999038696289, 0.03432550430297852, 0.034288639068603514, 0.034274303436279296, 0.034100223541259765, 0.034260990142822266, 0.03431423950195313, 0.03435520172119141, 0.03426406478881836, 0.03450163269042969, 0.03422412872314453, 0.03429580688476563, 0.03424256134033203, 0.03424870300292969, 0.03429580688476563, 0.03424051284790039, 0.03419750213623047, 0.034272254943847655, 0.034162689208984375, 0.06556877136230468, 0.03236454391479492, 0.03220991897583008, 0.03225190353393555, 0.03250380706787109, 0.0322979850769043, 0.03236044692993164, 0.03242905426025391, 0.032307201385498044, 0.0321976318359375, 0.03225804901123047, 0.03367935943603516, 0.034154495239257815, 0.03419340896606445, 0.034170879364013675, 0.0341923828125, 0.03403878402709961, 0.034118656158447266, 0.03405414581298828, 0.03410124969482422, 0.034195457458496094, 0.03435417556762695, 0.03437363052368164, 0.034181121826171876, 0.03409100723266602, 0.03419750213623047, 0.03425075149536133, 0.03439308929443359, 0.03425484848022461, 0.03426611328125, 0.034012161254882815, 0.03453849411010742, 0.03414220809936523, 0.0342845458984375, 0.03453849411010742, 0.034440193176269535, 0.03425894546508789, 0.0341288948059082, 0.03415244674682617, 0.034249729156494144, 0.034405376434326174, 0.03426816177368164, 0.03425996780395508, 0.034219009399414066, 0.03417292785644531, 0.03422208023071289, 0.034216960906982424, 0.034342910766601564, 0.034377727508544925, 0.03428044891357422, 0.03420774459838867, 0.034187263488769534, 0.034367488861083983, 0.034165760040283204, 0.034167808532714845, 0.034157569885253904, 0.03420163345336914, 0.03417187118530273, 0.033160190582275394, 0.03238092803955078, 0.03235430526733398, 0.03234201431274414, 0.03231948852539063, 0.06578995513916015, 0.03231948852539063, 0.032159744262695314, 0.032145408630371096, 0.03244441604614258, 0.03218431854248047, 0.03354214477539062, 0.034202625274658206, 0.0341923828125, 0.03407257461547852, 0.0342476806640625, 0.034253822326660154, 0.034146305084228515, 0.03407462310791016, 0.034118656158447266, 0.03422515106201172, 0.03419443130493164, 0.03403878402709961, 0.034045951843261715, 0.03427328109741211, 0.03504947280883789, 0.034955265045166016, 0.03431731033325195, 0.03428147125244141, 0.03412070465087891, 0.0342108154296875, 0.03422515106201172, 0.034105342864990236, 0.03411455917358398, 0.03442585754394531, 0.034113536834716796, 0.034236415863037106, 0.03417292785644531, 0.034167808532714845, 0.03415859222412109, 0.03418931198120117, 0.034301952362060545, 0.03418931198120117, 0.03436032104492188, 0.03430912017822266, 0.034167808532714845, 0.03411251068115234, 0.03413708877563477, 0.0343296012878418, 0.03417804718017578, 0.03430092620849609, 0.03407155227661133, 0.03410227203369141, 0.034157569885253904, 0.034116607666015625, 0.03416678237915039, 0.03409203338623047, 0.034239486694335936, 0.03420569610595703, 0.03434188842773438, 0.034149375915527344, 0.03424358367919922, 0.034151424407958986, 0.03425689697265625, 0.03420774459838867, 0.034179073333740234, 0.034237438201904294, 0.034328575134277346]",tokens/s,28.788830855403834,,,,,,,,,,,,,,,,,,,,,,,,,,,,