IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
61d3967 verified
raw
history blame
7.45 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": "156844ab796ad7cf3da92a0bf30b174d1bcc0aa5",
"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.333568,
"max_global_vram": 1122.873344,
"max_process_vram": 270759.583744,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 66,
"total": 0.9988252477645873,
"mean": 0.01513371587522102,
"stdev": 0.0003932702761218817,
"p50": 0.015008084774017334,
"p90": 0.015562244415283203,
"p95": 0.015780924320220945,
"p99": 0.01641700458526611,
"values": [
0.014846725463867188,
0.0155875244140625,
0.015965444564819336,
0.015979364395141603,
0.01579200458526611,
0.01565344524383545,
0.015533284187316894,
0.015536964416503906,
0.015316325187683106,
0.015222563743591308,
0.01526048469543457,
0.015282243728637694,
0.015494885444641114,
0.01574768352508545,
0.017229764938354493,
0.015372804641723633,
0.015077123641967774,
0.014921443939208984,
0.015158084869384766,
0.014903364181518554,
0.015272804260253906,
0.01495744514465332,
0.015105764389038085,
0.014981444358825684,
0.01523968505859375,
0.014901124000549316,
0.014877444267272949,
0.015034725189208984,
0.014815203666687012,
0.01490864372253418,
0.014813604354858399,
0.01482816505432129,
0.014804003715515136,
0.015092803955078124,
0.014855204582214355,
0.014861924171447754,
0.01518752384185791,
0.014791045188903808,
0.014823524475097657,
0.015118884086608888,
0.014752643585205078,
0.014823844909667969,
0.015114724159240723,
0.014882244110107423,
0.014830565452575684,
0.015105283737182618,
0.01492064380645752,
0.014894084930419922,
0.015140963554382323,
0.01476656436920166,
0.014861764907836915,
0.015202083587646485,
0.014875523567199707,
0.014887365341186523,
0.015140804290771484,
0.014886083602905274,
0.01493424415588379,
0.015206725120544433,
0.01494080352783203,
0.01490752410888672,
0.014895045280456543,
0.014903683662414551,
0.015313604354858398,
0.015440964698791504,
0.014958084106445313,
0.015086883544921876
]
},
"throughput": {
"unit": "samples/s",
"value": 66.0776248374886
},
"energy": null,
"efficiency": null
}
}
}