IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
7c87164 verified
raw
history blame
7.26 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": "cc9b50765eac8085269af1a207e20c6a9b260b67",
"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.44768,
"max_global_vram": 1122.865152,
"max_process_vram": 257956.810752,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 62,
"total": 0.9976252880096436,
"mean": 0.016090730451768443,
"stdev": 0.0005082747557232666,
"p50": 0.01600331926345825,
"p90": 0.016677766418457033,
"p95": 0.016838492298126218,
"p99": 0.01747328422546387,
"values": [
0.01569771957397461,
0.01591659927368164,
0.015865718841552735,
0.01588763999938965,
0.015690679550170897,
0.015543000221252441,
0.015418681144714355,
0.015583319664001465,
0.015596920013427735,
0.015462680816650391,
0.01548523998260498,
0.01573468017578125,
0.01557804012298584,
0.015496280670166016,
0.015506199836730957,
0.015442839622497559,
0.015400120735168457,
0.01579948043823242,
0.015955799102783202,
0.01588059902191162,
0.015997078895568846,
0.015888118743896486,
0.016174999237060547,
0.015833559989929198,
0.015788759231567383,
0.015918998718261718,
0.016162839889526368,
0.015953558921813965,
0.01601723861694336,
0.01834475135803223,
0.016465078353881835,
0.01607819938659668,
0.015844759941101075,
0.015704758644104005,
0.015678520202636718,
0.016009559631347658,
0.015711159706115724,
0.015575640678405762,
0.01645579719543457,
0.01653163719177246,
0.016690837860107423,
0.016479637145996092,
0.016731637954711914,
0.01649755859375,
0.016916116714477538,
0.01685659599304199,
0.01662955856323242,
0.016678678512573243,
0.0168441162109375,
0.016600278854370116,
0.0165820369720459,
0.01650267791748047,
0.016447797775268554,
0.01666955757141113,
0.016221399307250976,
0.016160757064819335,
0.01619611930847168,
0.016180438995361326,
0.01638427734375,
0.016107477188110352,
0.0160639591217041,
0.01610651969909668
]
},
"throughput": {
"unit": "samples/s",
"value": 62.14758260959468
},
"energy": null,
"efficiency": null
}
}
}