IlyasMoutawwakil's picture
Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub
e7f7c02 verified
raw
history blame
7.09 kB
{
"config": {
"name": "cpu_inference_transformers_text-classification_FacebookAI/roberta-base",
"backend": {
"name": "pytorch",
"version": "2.4.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": null,
"numactl": false,
"numactl_kwargs": {},
"start_method": "spawn"
},
"environment": {
"cpu": " AMD EPYC 7763 64-Core Processor",
"cpu_count": 4,
"cpu_ram_mb": 16766.7712,
"system": "Linux",
"machine": "x86_64",
"platform": "Linux-6.8.0-1014-azure-x86_64-with-glibc2.35",
"processor": "x86_64",
"python_version": "3.10.15",
"optimum_benchmark_version": "0.4.0",
"optimum_benchmark_commit": "a3e25e2e7229ba1e55a72075d7d45c46907c5f56",
"transformers_version": "4.44.2",
"transformers_commit": null,
"accelerate_version": "0.34.2",
"accelerate_commit": null,
"diffusers_version": "0.30.3",
"diffusers_commit": null,
"optimum_version": null,
"optimum_commit": null,
"timm_version": "1.0.9",
"timm_commit": null,
"peft_version": null,
"peft_commit": null
}
},
"report": {
"load": {
"memory": {
"unit": "MB",
"max_ram": 939.380736,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 1,
"total": 4.411303403999966,
"mean": 4.411303403999966,
"stdev": 0.0,
"p50": 4.411303403999966,
"p90": 4.411303403999966,
"p95": 4.411303403999966,
"p99": 4.411303403999966,
"values": [
4.411303403999966
]
},
"throughput": null,
"energy": {
"unit": "kWh",
"cpu": 4.8582903483333934e-05,
"ram": 2.0316837823075553e-06,
"gpu": 0,
"total": 5.061458726564149e-05
},
"efficiency": null
},
"forward": {
"memory": {
"unit": "MB",
"max_ram": 947.113984,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 30,
"total": 1.026164209000001,
"mean": 0.034205473633333365,
"stdev": 0.0021915330058969824,
"p50": 0.035428902500001414,
"p90": 0.036669601900035785,
"p95": 0.03679016454998703,
"p99": 0.03685829273999332,
"values": [
0.032471671999985574,
0.032481499999960306,
0.03270471799999086,
0.031628941000008126,
0.031977915000027224,
0.03164038199997776,
0.03131309799999826,
0.03268909899998107,
0.031721924999999374,
0.031132880000029672,
0.0313448580000113,
0.03144330199995693,
0.03095114000001331,
0.03405964899997116,
0.03612409099997649,
0.03559869599996546,
0.035530207000022074,
0.0358965640000406,
0.03596277799999825,
0.035539616000050955,
0.0368264890000205,
0.03652175700000271,
0.03600879500004339,
0.03632795400000077,
0.03532759799998075,
0.03687128299998221,
0.03666113900004575,
0.03674576799994611,
0.03634465499999351,
0.03631574000002047
]
},
"throughput": {
"unit": "samples/s",
"value": 29.235087071722234
},
"energy": {
"unit": "kWh",
"cpu": 1.2405249244791943e-06,
"ram": 5.187294858729808e-08,
"gpu": 0.0,
"total": 1.2923978730664924e-06
},
"efficiency": {
"unit": "samples/kWh",
"value": 773755.5290363366
}
}
}
}