IlyasMoutawwakil's picture
Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub
1af674e verified
raw
history blame
7.08 kB
{
"config": {
"name": "cpu_inference_transformers_text-classification_FacebookAI/roberta-base",
"backend": {
"name": "pytorch",
"version": "2.3.1+cpu",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-classification",
"library": "transformers",
"model_type": "roberta",
"model": "FacebookAI/roberta-base",
"processor": "FacebookAI/roberta-base",
"device": "cpu",
"device_ids": null,
"seed": 42,
"inter_op_num_threads": null,
"intra_op_num_threads": null,
"model_kwargs": {},
"processor_kwargs": {},
"no_weights": true,
"device_map": null,
"torch_dtype": null,
"eval_mode": true,
"to_bettertransformer": false,
"low_cpu_mem_usage": null,
"attn_implementation": null,
"cache_implementation": null,
"autocast_enabled": false,
"autocast_dtype": null,
"torch_compile": false,
"torch_compile_target": "forward",
"torch_compile_config": {},
"quantization_scheme": null,
"quantization_config": {},
"deepspeed_inference": false,
"deepspeed_inference_config": {},
"peft_type": null,
"peft_config": {}
},
"scenario": {
"name": "inference",
"_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
"iterations": 1,
"duration": 1,
"warmup_runs": 1,
"input_shapes": {
"batch_size": 1,
"num_choices": 2,
"sequence_length": 2
},
"new_tokens": null,
"memory": true,
"latency": true,
"energy": true,
"forward_kwargs": {},
"generate_kwargs": {
"max_new_tokens": 2,
"min_new_tokens": 2
},
"call_kwargs": {
"num_inference_steps": 2
}
},
"launcher": {
"name": "process",
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
"device_isolation": false,
"device_isolation_action": "error",
"numactl": false,
"numactl_kwargs": {},
"start_method": "spawn"
},
"environment": {
"cpu": " AMD EPYC 7763 64-Core Processor",
"cpu_count": 4,
"cpu_ram_mb": 16757.342208,
"system": "Linux",
"machine": "x86_64",
"platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
"processor": "x86_64",
"python_version": "3.10.14",
"optimum_benchmark_version": "0.3.1",
"optimum_benchmark_commit": "86906b8c1093b2f4cd2981b46a0b533238abf100",
"transformers_version": "4.42.4",
"transformers_commit": null,
"accelerate_version": "0.32.1",
"accelerate_commit": null,
"diffusers_version": "0.29.2",
"diffusers_commit": null,
"optimum_version": null,
"optimum_commit": null,
"timm_version": "1.0.7",
"timm_commit": null,
"peft_version": null,
"peft_commit": null
}
},
"report": {
"load": {
"memory": {
"unit": "MB",
"max_ram": 941.678592,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 1,
"total": 4.450495732000036,
"mean": 4.450495732000036,
"stdev": 0.0,
"p50": 4.450495732000036,
"p90": 4.450495732000036,
"p95": 4.450495732000036,
"p99": 4.450495732000036,
"values": [
4.450495732000036
]
},
"throughput": null,
"energy": {
"unit": "kWh",
"cpu": 4.858273930019803e-05,
"ram": 2.0304905654711547e-06,
"gpu": 0,
"total": 5.061322986566918e-05
},
"efficiency": null
},
"forward": {
"memory": {
"unit": "MB",
"max_ram": 949.542912,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 30,
"total": 1.029636572999948,
"mean": 0.03432121909999827,
"stdev": 0.0029530992388800033,
"p50": 0.03238703549996558,
"p90": 0.0384987029999877,
"p95": 0.039087348899983,
"p99": 0.03975900653000736,
"values": [
0.03207767700001796,
0.03136499800001502,
0.03209204399996679,
0.03151345699996,
0.03204352300002711,
0.033387048999998115,
0.03271016700000473,
0.03264156699998466,
0.03183674499996414,
0.03209545099997513,
0.031727289000002656,
0.03155418300002566,
0.032002776000013,
0.031798313000024336,
0.03183732500002634,
0.03154236199998195,
0.03213250399994649,
0.035056988000008005,
0.036029035000012755,
0.037258887000007235,
0.03851769299996022,
0.03955343100000164,
0.03849659299999075,
0.03984297400000969,
0.037971706000007543,
0.03801227300004939,
0.03766547999998693,
0.037256592999995064,
0.037580327999990004,
0.03203716199999462
]
},
"throughput": {
"unit": "samples/s",
"value": 29.136494163753365
},
"energy": {
"unit": "kWh",
"cpu": 1.2549725911950554e-06,
"ram": 5.244730524087836e-08,
"gpu": 0.0,
"total": 1.307419896435934e-06
},
"efficiency": {
"unit": "samples/kWh",
"value": 764865.2148602222
}
}
}
}