IlyasMoutawwakil's picture
Upload cpu_inference_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json with huggingface_hub
cd45219 verified
raw
history blame
6.75 kB
{
"config": {
"name": "cpu_inference_transformers_multiple-choice_FacebookAI/roberta-base",
"backend": {
"name": "pytorch",
"version": "2.4.1+cpu",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "multiple-choice",
"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-1025-azure-x86_64-with-glibc2.35",
"processor": "x86_64",
"python_version": "3.10.14",
"optimum_benchmark_version": "0.4.0",
"optimum_benchmark_commit": "d2926dc8aa35620c7c4e47f90f87593f48ecd36c",
"transformers_version": "4.44.2",
"transformers_commit": null,
"accelerate_version": "0.34.0",
"accelerate_commit": null,
"diffusers_version": "0.30.2",
"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": 943.742976,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 1,
"total": 4.254260697999996,
"mean": 4.254260697999996,
"stdev": 0.0,
"p50": 4.254260697999996,
"p90": 4.254260697999996,
"p95": 4.254260697999996,
"p99": 4.254260697999996,
"values": [
4.254260697999996
]
},
"throughput": null,
"energy": {
"unit": "kWh",
"cpu": 4.756454208333326e-05,
"ram": 1.9879535896319666e-06,
"gpu": 0,
"total": 4.955249567296523e-05
},
"efficiency": null
},
"forward": {
"memory": {
"unit": "MB",
"max_ram": 955.277312,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 22,
"total": 1.0110760809999988,
"mean": 0.04595800368181813,
"stdev": 0.002350315782753308,
"p50": 0.046426738499988573,
"p90": 0.04791549589999988,
"p95": 0.049344558849999484,
"p99": 0.04956031632998673,
"values": [
0.04738264699997785,
0.0462974470000006,
0.044511393000021826,
0.04772317400002635,
0.0475215679999792,
0.04793686499999694,
0.04585883400000057,
0.04488254700001448,
0.04657724999998436,
0.04728920200000175,
0.04644129599998337,
0.04641218099999378,
0.04571192000000224,
0.04941864799999962,
0.047691125000000056,
0.04959797499998331,
0.04744166800000471,
0.045641898000013725,
0.04133890399998563,
0.04147190200001205,
0.04174850000001129,
0.042179137000005085
]
},
"throughput": {
"unit": "samples/s",
"value": 21.75899560223107
},
"energy": {
"unit": "kWh",
"cpu": 1.5752627504444316e-06,
"ram": 6.583294557019208e-08,
"gpu": 0.0,
"total": 1.6410956960146237e-06
},
"efficiency": {
"unit": "samples/kWh",
"value": 609348.9870386504
}
}
}
}