IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
5e9687b verified
raw
history blame
7.53 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": "79990507b694d513bac81e140baff3af23a6bff7",
"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.263936,
"max_global_vram": 65394.655232,
"max_process_vram": 248112.136192,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 68,
"total": 1.0015306053161621,
"mean": 0.014728391254649443,
"stdev": 0.0008095850224997028,
"p50": 0.015054892539978028,
"p90": 0.015497533416748047,
"p95": 0.01558668565750122,
"p99": 0.015783515853881835,
"values": [
0.014492332458496094,
0.01547601318359375,
0.015495853424072266,
0.015421612739562988,
0.015231212615966798,
0.015265453338623046,
0.015182252883911132,
0.015339693069458009,
0.015589933395385742,
0.015414572715759278,
0.015406892776489258,
0.01556561279296875,
0.01558065414428711,
0.015387212753295899,
0.015357933044433593,
0.015315532684326172,
0.01545793342590332,
0.015492173194885253,
0.015444652557373047,
0.015349132537841797,
0.015372332572937011,
0.015501453399658202,
0.015328172683715821,
0.0153238525390625,
0.015689932823181152,
0.015396814346313476,
0.01575537300109863,
0.015336812973022461,
0.015378573417663573,
0.015227692604064941,
0.015012972831726075,
0.015011053085327148,
0.01493153190612793,
0.015261611938476562,
0.014924012184143066,
0.015093293190002442,
0.015840654373168946,
0.015262892723083496,
0.015016491889953614,
0.014390253067016601,
0.013436330795288085,
0.013480812072753907,
0.01383729076385498,
0.013445932388305664,
0.013407051086425781,
0.014068812370300292,
0.013450251579284669,
0.014117451667785644,
0.01521729278564453,
0.014640332221984863,
0.014249132156372071,
0.01491169261932373,
0.014937453269958496,
0.014629291534423829,
0.01459185218811035,
0.014184332847595215,
0.01363153076171875,
0.014030571937561034,
0.013419852256774903,
0.013447370529174805,
0.013357770919799805,
0.013474732398986817,
0.013832491874694824,
0.01364193058013916,
0.013627371788024902,
0.013464810371398926,
0.013421451568603516,
0.013252970695495605
]
},
"throughput": {
"unit": "samples/s",
"value": 67.8960779022163
},
"energy": null,
"efficiency": null
}
}
}