IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
a7c76fc 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_type": "deberta-v2",
"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": "674d8c572ada4aac26b730928ac88a3effc914de",
"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": 1034.047488,
"max_global_vram": 1122.844672,
"max_process_vram": 288473.64096,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 67,
"total": 1.0039281358718872,
"mean": 0.014984002027938615,
"stdev": 0.00022898511400749918,
"p50": 0.014990671157836914,
"p90": 0.015253422927856445,
"p95": 0.0153324631690979,
"p99": 0.015455275592803956,
"values": [
0.014208274841308594,
0.015108591079711913,
0.015110031127929687,
0.015075311660766602,
0.015035951614379883,
0.014948431968688964,
0.01497867202758789,
0.014885071754455567,
0.01485291290283203,
0.015232110977172851,
0.015118831634521485,
0.01505451202392578,
0.015090351104736327,
0.015110191345214843,
0.015298830986022948,
0.01516715145111084,
0.01499499225616455,
0.014921232223510742,
0.01506123161315918,
0.014920911788940429,
0.014923151969909667,
0.01512731170654297,
0.015236270904541016,
0.015182031631469726,
0.015317231178283692,
0.015078990936279298,
0.01515691089630127,
0.015084752082824707,
0.01498987102508545,
0.014877872467041016,
0.015195151329040528,
0.015499309539794922,
0.01527915096282959,
0.015229870796203613,
0.015341550827026366,
0.015432591438293458,
0.014990671157836914,
0.014880271911621093,
0.014951312065124511,
0.014675792694091796,
0.014672752380371093,
0.015042032241821289,
0.014675633430480957,
0.014672272682189942,
0.015083632469177245,
0.015338991165161133,
0.01495963191986084,
0.015087471008300782,
0.014792752265930176,
0.014837553024291992,
0.015031632423400878,
0.01478987216949463,
0.014931952476501465,
0.015210671424865723,
0.014821231842041016,
0.014783793449401856,
0.015103631973266602,
0.01493723201751709,
0.014808591842651367,
0.014943951606750489,
0.014734031677246094,
0.01470731258392334,
0.014626353263854981,
0.014852272987365722,
0.014606992721557617,
0.01462507152557373,
0.014627153396606446
]
},
"throughput": {
"unit": "samples/s",
"value": 66.73784467830671
},
"energy": null,
"efficiency": null
}
}
}