IlyasMoutawwakil's picture
Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub
769fb14 verified
raw
history blame
6.02 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": {},
"hub_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,
"latency": true,
"memory": 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": "73dd36ea04ff1cc8259f4039b6f9d56dfb9eecd1",
"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": {
"forward": {
"memory": {
"unit": "MB",
"max_ram": 938.590208,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"count": 29,
"total": 1.004014856999902,
"mean": 0.03462120196551386,
"stdev": 0.0025904509593886087,
"p50": 0.03579219799996736,
"p90": 0.037216727200006974,
"p95": 0.03738750659998687,
"p99": 0.037535513079976685,
"values": [
0.03724305599996569,
0.036284351000006154,
0.03552998699996124,
0.03755562099996723,
0.03642006500001571,
0.03693139199998541,
0.03519646300003387,
0.03721014500001729,
0.03626918200001228,
0.03663399499998832,
0.03622485899995809,
0.03579219799996736,
0.036731337999981406,
0.036616682999977,
0.03575532999997222,
0.03661960900001304,
0.03748380700000098,
0.03658197800001517,
0.0356384219999768,
0.03160141999995858,
0.031102004000047145,
0.030923769999958495,
0.03119372500003692,
0.030934419999994134,
0.03117821700004697,
0.030818362000047728,
0.03134465800002317,
0.030933457999992697,
0.031266341999980796
]
},
"throughput": {
"unit": "samples/s",
"value": 28.884034730974935
},
"energy": {
"unit": "kWh",
"cpu": 1.2084031345868353e-06,
"ram": 5.050091595452696e-08,
"gpu": 0.0,
"total": 1.2589040505413623e-06
},
"efficiency": {
"unit": "samples/kWh",
"value": 794341.7129923232
}
}
}
}