IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
9907904 verified
raw
history blame
7.45 kB
{
"config": {
"name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
"backend": {
"name": "pytorch",
"version": "2.2.2+rocm5.7",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "token-classification",
"library": "transformers",
"model": "microsoft/deberta-v3-base",
"processor": "microsoft/deberta-v3-base",
"device": "cuda",
"device_ids": "0",
"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": false,
"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": true,
"device_isolation_action": "error",
"numactl": false,
"numactl_kwargs": {},
"start_method": "spawn"
},
"environment": {
"cpu": " AMD EPYC 7763 64-Core Processor",
"cpu_count": 128,
"cpu_ram_mb": 1082015.236096,
"system": "Linux",
"machine": "x86_64",
"platform": "Linux-5.15.0-84-generic-x86_64-with-glibc2.35",
"processor": "x86_64",
"python_version": "3.10.12",
"gpu": [
"Advanced Micro Devices, Inc. [AMD/ATI]"
],
"gpu_count": 1,
"gpu_vram_mb": 68702699520,
"optimum_benchmark_version": "0.3.1",
"optimum_benchmark_commit": "f6013cec1a849341c31271831560b1681406c092",
"transformers_version": "4.42.3",
"transformers_commit": null,
"accelerate_version": "0.31.0",
"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": 1028.108288,
"max_global_vram": 64978.116608,
"max_process_vram": 264852.103168,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 66,
"total": 0.997156338691711,
"mean": 0.015108429374116841,
"stdev": 0.0007025511084803037,
"p50": 0.01525020122528076,
"p90": 0.01586619997024536,
"p95": 0.015946518898010253,
"p99": 0.016081830406188963,
"values": [
0.015133240699768066,
0.015873559951782225,
0.01587228012084961,
0.01577579975128174,
0.015500280380249023,
0.015417560577392578,
0.01534380054473877,
0.015630359649658202,
0.01555996036529541,
0.015339000701904297,
0.01579051971435547,
0.015777400016784668,
0.015718199729919433,
0.015349881172180176,
0.015246681213378906,
0.01557147979736328,
0.015253721237182617,
0.015604761123657227,
0.01586571979522705,
0.015523159980773926,
0.01561996078491211,
0.01586668014526367,
0.015598360061645508,
0.015540920257568359,
0.016215158462524415,
0.01601003837585449,
0.01597083854675293,
0.015978360176086427,
0.015482041358947754,
0.01526012134552002,
0.015226201057434082,
0.015274041175842286,
0.015157561302185058,
0.015412281036376953,
0.015101560592651367,
0.015045242309570312,
0.015132600784301758,
0.015475160598754882,
0.01515708065032959,
0.015099322319030762,
0.015007322311401367,
0.014998042106628418,
0.01512252140045166,
0.015760120391845704,
0.01513004207611084,
0.015213561058044434,
0.015163320541381836,
0.015075482368469239,
0.015135161399841309,
0.015663960456848144,
0.014507963180541992,
0.014221083641052247,
0.014338522911071778,
0.014132603645324707,
0.014817562103271485,
0.013550045967102051,
0.013943643569946288,
0.013854684829711915,
0.014125884056091309,
0.014327802658081056,
0.013808605194091796,
0.013520445823669434,
0.01378764533996582,
0.013968923568725585,
0.013462525367736816,
0.013747964859008789
]
},
"throughput": {
"unit": "samples/s",
"value": 66.18821687138175
},
"energy": null,
"efficiency": null
}
}
}