IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
4e34b27 verified
raw
history blame
7.32 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.2.1",
"optimum_benchmark_commit": "43734676b09236e2ae4d7c19f90e8e23d1f2f201",
"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": 1029.459968,
"max_global_vram": 1122.885632,
"max_process_vram": 251069.059072,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 63,
"total": 1.0025160417556764,
"mean": 0.015912953043740897,
"stdev": 0.0010932306697772273,
"p50": 0.015534128189086914,
"p90": 0.017585762786865234,
"p95": 0.017694481468200685,
"p99": 0.0180983508682251,
"values": [
0.014831733703613282,
0.015563729286193848,
0.01578708839416504,
0.015681167602539063,
0.015457009315490723,
0.015333970069885254,
0.015452849388122558,
0.015350609779357911,
0.016276363372802735,
0.016875240325927736,
0.017390275955200197,
0.01722947692871094,
0.017317796707153322,
0.01686164093017578,
0.017059078216552736,
0.017020519256591798,
0.017574756622314454,
0.017700674057006836,
0.01758851432800293,
0.01743107604980469,
0.017507875442504883,
0.01759155464172363,
0.01765603446960449,
0.017429155349731447,
0.01783843231201172,
0.017698753356933595,
0.016020206451416014,
0.01852242851257324,
0.015258770942687988,
0.015051093101501465,
0.01456341552734375,
0.014558135986328125,
0.014932852745056152,
0.014809814453125,
0.014706134796142578,
0.015048373222351074,
0.014690935134887695,
0.014668535232543946,
0.014894933700561523,
0.014695574760437011,
0.01465637493133545,
0.01497557258605957,
0.014666134834289551,
0.014717655181884766,
0.015068853378295898,
0.014717974662780763,
0.016144363403320313,
0.01673748016357422,
0.016272363662719728,
0.01557972812652588,
0.015890767097473144,
0.015024212837219239,
0.01536596965789795,
0.015742127418518066,
0.015599568367004395,
0.015377809524536133,
0.015506929397583007,
0.015337809562683106,
0.015443569183349609,
0.015534128189086914,
0.015490288734436036,
0.015886606216430663,
0.014853174209594727
]
},
"throughput": {
"unit": "samples/s",
"value": 62.841887187829904
},
"energy": null,
"efficiency": null
}
}
}