IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
c1aeb6d verified
raw
history blame
7.49 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": "5e9beea10942a9d4b3bee05550004817630e3d7e",
"transformers_version": "4.41.0",
"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": "1.0.3",
"timm_commit": null,
"peft_version": null,
"peft_commit": null
}
},
"report": {
"forward": {
"memory": {
"unit": "MB",
"max_ram": 1027.50208,
"max_global_vram": 2103.222272,
"max_process_vram": 255002.054656,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 67,
"total": 0.9967311601638791,
"mean": 0.014876584480057903,
"stdev": 0.000902131377261893,
"p50": 0.014948933601379395,
"p90": 0.015715843391418457,
"p95": 0.015844258880615233,
"p99": 0.01678210786819459,
"values": [
0.01832956886291504,
0.015480611801147461,
0.01535885238647461,
0.015757251739501953,
0.015707011222839354,
0.015546051979064942,
0.015515811920166015,
0.015616452217102051,
0.015391652107238769,
0.015874691009521484,
0.015488612174987792,
0.015882691383361815,
0.01565261173248291,
0.015271812438964845,
0.015459491729736327,
0.01512461280822754,
0.015043652534484864,
0.015773250579833985,
0.015390372276306153,
0.015156453132629394,
0.015609251022338868,
0.015345573425292969,
0.01511853313446045,
0.015418532371520997,
0.015330211639404297,
0.015635492324829102,
0.015984930992126466,
0.01572909164428711,
0.015442051887512208,
0.015521251678466796,
0.014948933601379395,
0.014939653396606445,
0.014653413772583009,
0.015212132453918456,
0.014813093185424805,
0.01488205337524414,
0.014769413948059081,
0.01522909164428711,
0.014807653427124024,
0.01480637264251709,
0.014766694068908692,
0.01507069206237793,
0.014813094139099122,
0.014716293334960938,
0.014788932800292968,
0.013960615158081054,
0.014756772994995117,
0.014581093788146973,
0.014853572845458985,
0.014856773376464844,
0.014653733253479004,
0.014519813537597657,
0.013929254531860351,
0.014377894401550293,
0.013926215171813965,
0.01414349365234375,
0.013623174667358398,
0.013277095794677734,
0.013235495567321778,
0.01372285556793213,
0.013269736289978027,
0.013273736000061036,
0.013274215698242187,
0.013456456184387207,
0.01323533535003662,
0.01331053638458252,
0.0133193359375
]
},
"throughput": {
"unit": "samples/s",
"value": 67.21973053293935
},
"energy": null,
"efficiency": null
}
}
}