IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
96080c1 verified
raw
history blame
7.48 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",
"model": "microsoft/deberta-v3-base",
"library": "transformers",
"device": "cuda",
"device_ids": "0",
"seed": 42,
"inter_op_num_threads": null,
"intra_op_num_threads": null,
"hub_kwargs": {
"revision": "main",
"force_download": false,
"local_files_only": false,
"trust_remote_code": false
},
"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",
"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.0",
"optimum_benchmark_commit": "2d3261cf9b992810a685ce736f41254a91cd091e",
"transformers_version": "4.40.2",
"transformers_commit": null,
"accelerate_version": "0.30.1",
"accelerate_commit": null,
"diffusers_version": "0.27.2",
"diffusers_commit": null,
"optimum_version": null,
"optimum_commit": null,
"timm_version": "0.9.16",
"timm_commit": null,
"peft_version": null,
"peft_commit": null
}
},
"report": {
"forward": {
"memory": {
"unit": "MB",
"max_ram": 1027.825664,
"max_global_vram": 1122.861056,
"max_process_vram": 315061.784576,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 67,
"total": 0.9973150539398197,
"mean": 0.014885299312534617,
"stdev": 0.0003580762780191103,
"p50": 0.014772621154785157,
"p90": 0.015353484344482422,
"p95": 0.015555228424072264,
"p99": 0.015974898223876956,
"values": [
0.01440286159515381,
0.0153502197265625,
0.015438859939575195,
0.0156329402923584,
0.015684619903564453,
0.015605100631713867,
0.015358381271362305,
0.01512894058227539,
0.015066060066223144,
0.014929421424865722,
0.014967500686645508,
0.014972620964050293,
0.015015021324157714,
0.01494446086883545,
0.016538379669189453,
0.015145100593566895,
0.01485038185119629,
0.014752301216125488,
0.01499902057647705,
0.01474734115600586,
0.014911500930786133,
0.014712780952453612,
0.015017260551452636,
0.0147724609375,
0.014765420913696288,
0.015028461456298828,
0.014764941215515137,
0.014771341323852539,
0.01541982078552246,
0.014772621154785157,
0.014400622367858888,
0.014693262100219727,
0.01460814094543457,
0.014788141250610351,
0.014541261672973633,
0.014592460632324219,
0.014562541007995606,
0.014870540618896484,
0.014564942359924317,
0.01462350082397461,
0.014612462043762207,
0.01497581958770752,
0.014633742332458496,
0.01462606143951416,
0.014630702018737793,
0.014650702476501465,
0.014592141151428222,
0.015145260810852051,
0.014635661125183105,
0.014680622100830078,
0.014601262092590332,
0.014636780738830566,
0.015142061233520509,
0.014672301292419433,
0.014793741226196288,
0.014733901977539062,
0.014673742294311523,
0.015234700202941895,
0.014766061782836914,
0.014738381385803223,
0.014728301048278809,
0.014784140586853027,
0.015177741050720214,
0.014827341079711913,
0.01480686092376709,
0.01488733959197998,
0.014215662002563476
]
},
"throughput": {
"unit": "samples/s",
"value": 67.18037568501694
},
"energy": null,
"efficiency": null
}
}
}