IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
5869077 verified
raw
history blame
7.41 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": "d920fe9626db1e7915f6d3574b5b54b0159cd100",
"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.451776,
"max_global_vram": 1122.840576,
"max_process_vram": 229400.526848,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 65,
"total": 1.0023763360977176,
"mean": 0.015421174401503344,
"stdev": 0.0009725486917060441,
"p50": 0.015084140777587891,
"p90": 0.016410122680664063,
"p95": 0.017167145919799804,
"p99": 0.01833729537963867,
"values": [
0.016211980819702147,
0.017384937286376953,
0.01732221794128418,
0.01730653762817383,
0.02003037643432617,
0.01660957908630371,
0.016396299362182617,
0.016387819290161133,
0.016391979217529298,
0.016304140090942384,
0.01629981994628906,
0.016318059921264647,
0.016305259704589844,
0.016267019271850584,
0.016171499252319334,
0.015441740036010742,
0.015253741264343262,
0.014663182258605956,
0.014491501808166505,
0.014649742126464844,
0.014504461288452149,
0.014698862075805664,
0.014474861145019531,
0.014606382369995117,
0.014471342086791992,
0.014731500625610352,
0.014703981399536133,
0.01494446086883545,
0.014670381546020508,
0.014910861015319824,
0.014859980583190917,
0.015252620697021484,
0.015398059844970703,
0.015402701377868653,
0.015084140777587891,
0.014751661300659179,
0.01535166072845459,
0.015242059707641602,
0.01475918197631836,
0.014674860954284668,
0.01453982162475586,
0.014873101234436035,
0.014596302032470703,
0.016488779067993165,
0.015783820152282715,
0.01641933822631836,
0.015898059844970704,
0.015783980369567872,
0.01557886028289795,
0.015596940040588378,
0.015633581161499023,
0.015164939880371094,
0.014705262184143066,
0.014601740837097168,
0.014633102416992188,
0.01514750099182129,
0.01472606086730957,
0.01471710205078125,
0.014793421745300293,
0.014857420921325684,
0.015078540802001952,
0.014725419998168945,
0.01470334243774414,
0.015024460792541505,
0.014603981018066406
]
},
"throughput": {
"unit": "samples/s",
"value": 64.84590433673549
},
"energy": null,
"efficiency": null
}
}
}