IlyasMoutawwakil's picture
Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub
6328c3f verified
raw
history blame
7.17 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.5.0",
"optimum_benchmark_commit": "11fc1578907ddfc66a9a7fb8f19815e001677ad1",
"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": "1.22.0",
"optimum_commit": null,
"timm_version": "1.0.9",
"timm_commit": null,
"peft_version": null,
"peft_commit": null
}
},
"report": {
"load": {
"memory": {
"unit": "MB",
"max_ram": 949.223424,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
4.380051651000031
],
"count": 1,
"total": 4.380051651000031,
"mean": 4.380051651000031,
"p50": 4.380051651000031,
"p90": 4.380051651000031,
"p95": 4.380051651000031,
"p99": 4.380051651000031,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": {
"unit": "kWh",
"cpu": 4.783467503888802e-05,
"ram": 2.0003412725064426e-06,
"gpu": 0,
"total": 4.983501631139446e-05
},
"efficiency": null
},
"forward": {
"memory": {
"unit": "MB",
"max_ram": 957.48096,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.036013593999996374,
0.035460107999995216,
0.03483434700001453,
0.03598498000002337,
0.0360306860000037,
0.035412730000018655,
0.035724853999965944,
0.035045712999988154,
0.035858222999991085,
0.03568587000000889,
0.03515835299998571,
0.03572844000001396,
0.035064326999986406,
0.0350719310000045,
0.03617679000001317,
0.03564461299998811,
0.036422369000035815,
0.035771900999975514,
0.03562206099996956,
0.03552781500002311,
0.03625025700000606,
0.035135813000010785,
0.03050289899999825,
0.030719674000010855,
0.03051773600003571,
0.030738460000009127,
0.030441483000004155,
0.030957749999970474,
0.031150810999974965,
0.031207677999987027
],
"count": 30,
"total": 1.0298622660000092,
"mean": 0.0343287422000003,
"p50": 0.035436419000006936,
"p90": 0.036045296400004645,
"p95": 0.03621719685000926,
"p99": 0.036372456520027185,
"stdev": 0.002175867912099154,
"stdev_": 6.338326931474743
},
"throughput": {
"unit": "samples/s",
"value": 29.13010893827596
},
"energy": {
"unit": "kWh",
"cpu": 1.1937009212121199e-06,
"ram": 4.991446571042931e-08,
"gpu": 0.0,
"total": 1.2436153869225493e-06
},
"efficiency": {
"unit": "samples/kWh",
"value": 804107.1303199296
}
}
}
}