IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
fbac967 verified
raw
history blame
7.4 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": "0d561969d04a7091baf8691bc894eb753a189d4f",
"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.153344,
"max_global_vram": 1122.873344,
"max_process_vram": 249097.80992,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 65,
"total": 1.0043079710006717,
"mean": 0.015450891861548788,
"stdev": 0.0008706576318407559,
"p50": 0.015282833099365234,
"p90": 0.015752752113342285,
"p95": 0.016074318885803223,
"p99": 0.019244990234375,
"values": [
0.01476091480255127,
0.015074833869934082,
0.014776274681091309,
0.01442507553100586,
0.018319303512573243,
0.020890655517578124,
0.015565391540527343,
0.015353233337402343,
0.015202513694763184,
0.015173393249511719,
0.015422992706298828,
0.014882675170898437,
0.015412113189697266,
0.015666671752929687,
0.015403472900390625,
0.01520123291015625,
0.014892595291137695,
0.016129390716552734,
0.015757552146911623,
0.015278993606567383,
0.015354833602905273,
0.015393073081970216,
0.015592752456665039,
0.015771151542663574,
0.015716591835021974,
0.015677071571350096,
0.015277552604675292,
0.01574555206298828,
0.015484752655029297,
0.01502027416229248,
0.014709875106811524,
0.01516523265838623,
0.01501323413848877,
0.01516219425201416,
0.015425712585449218,
0.015449872970581055,
0.015356912612915039,
0.01505643367767334,
0.015229714393615723,
0.015282833099365234,
0.01534411334991455,
0.015679792404174806,
0.015479792594909668,
0.014993714332580567,
0.015854031562805175,
0.015584752082824707,
0.01526571273803711,
0.015266994476318359,
0.01554315185546875,
0.015575472831726073,
0.015679472923278807,
0.015486031532287598,
0.015166994094848632,
0.015087154388427735,
0.014997714042663575,
0.014918193817138672,
0.014996274948120118,
0.015010675430297852,
0.01492635440826416,
0.01488155460357666,
0.01539659309387207,
0.015263474464416504,
0.015074033737182618,
0.01731658744812012,
0.015044432640075683
]
},
"throughput": {
"unit": "samples/s",
"value": 64.7211830204189
},
"energy": null,
"efficiency": null
}
}
}