IlyasMoutawwakil's picture
Upload cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub
58c763d verified
raw
history blame
6.76 kB
{
"config": {
"name": "cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased",
"backend": {
"name": "pytorch",
"version": "2.3.1+cpu",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "fill-mask",
"library": "transformers",
"model_type": "bert",
"model": "google-bert/bert-base-uncased",
"processor": "google-bert/bert-base-uncased",
"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": "92716b19cf9a85489ef44066dcea60e154b460dc",
"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": 967.20896,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 1,
"total": 4.3464664190000235,
"mean": 4.3464664190000235,
"stdev": 0.0,
"p50": 4.3464664190000235,
"p90": 4.3464664190000235,
"p95": 4.3464664190000235,
"p99": 4.3464664190000235,
"values": [
4.3464664190000235
]
},
"throughput": null,
"energy": {
"unit": "kWh",
"cpu": 5.084092219670614e-05,
"ram": 2.1248326375302893e-06,
"gpu": 0,
"total": 5.296575483423643e-05
},
"efficiency": null
},
"forward": {
"memory": {
"unit": "MB",
"max_ram": 881.197056,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 22,
"total": 1.016811692000033,
"mean": 0.04621871327272877,
"stdev": 0.00229936870865066,
"p50": 0.04576195100000291,
"p90": 0.04797634519998724,
"p95": 0.04940144679999605,
"p99": 0.053143153870022955,
"values": [
0.04443195200002492,
0.047977221999985886,
0.04796845399999938,
0.045835157999988496,
0.044816409000020485,
0.04516550199997482,
0.04534568999997646,
0.04331263099999205,
0.045935635000034836,
0.04613884599996254,
0.045525267000016356,
0.04654520299999376,
0.04453229599999986,
0.04505982500000982,
0.04568874400001732,
0.04624944400001141,
0.04767539599998827,
0.054117859000029966,
0.047510135999971226,
0.04947640599999659,
0.0432899980000343,
0.0442136190000042
]
},
"throughput": {
"unit": "samples/s",
"value": 21.636257896215543
},
"energy": {
"unit": "kWh",
"cpu": 1.5394299967676147e-06,
"ram": 6.433482048722593e-08,
"gpu": 0.0,
"total": 1.6037648172548408e-06
},
"efficiency": {
"unit": "samples/kWh",
"value": 623532.8205488987
}
}
}
}