IlyasMoutawwakil's picture
Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
101d998 verified
raw
history blame
7.46 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",
"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": "1ba65d84c92c93ea19ab2d2293c92bced987bae2",
"transformers_version": "4.40.2",
"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": 1026.883584,
"max_global_vram": 2103.238656,
"max_process_vram": 305219.923968,
"max_reserved": 773.849088,
"max_allocated": 745.087488
},
"latency": {
"unit": "s",
"count": 68,
"total": 1.0066305952072143,
"mean": 0.014803391105988446,
"stdev": 0.00035079622213195417,
"p50": 0.014694595336914062,
"p90": 0.015343605136871337,
"p95": 0.015413534212112426,
"p99": 0.0157149308013916,
"values": [
0.01460195541381836,
0.015339237213134765,
0.01543699836730957,
0.015446916580200195,
0.01536995792388916,
0.015304516792297364,
0.014908995628356934,
0.014624035835266114,
0.014458914756774903,
0.01462211513519287,
0.014666436195373535,
0.014589795112609863,
0.014428674697875976,
0.014500354766845703,
0.014629156112670898,
0.015101797103881836,
0.014744515419006348,
0.014758596420288086,
0.014672836303710938,
0.014682114601135254,
0.014442754745483398,
0.014926276206970214,
0.015138276100158691,
0.01516019630432129,
0.01461827564239502,
0.01484691619873047,
0.01470707607269287,
0.01496867561340332,
0.014792515754699706,
0.014940516471862793,
0.014668195724487305,
0.014861955642700195,
0.015362117767333984,
0.015149795532226562,
0.015260996818542481,
0.015440196990966796,
0.01486099624633789,
0.01473939609527588,
0.0148878755569458,
0.01459379482269287,
0.014487395286560059,
0.01510515594482422,
0.014613796234130859,
0.014481795310974122,
0.014708515167236327,
0.01463011646270752,
0.015040355682373047,
0.014908837318420411,
0.014613954544067383,
0.014619074821472167,
0.014862915992736817,
0.014607074737548829,
0.014547554969787598,
0.014771395683288575,
0.01625908088684082,
0.01535379695892334,
0.01448627471923828,
0.01449283504486084,
0.01447315502166748,
0.014387234687805176,
0.01474803638458252,
0.014437314987182617,
0.014430754661560059,
0.014601634979248048,
0.014424995422363281,
0.014454434394836426,
0.014420353889465332,
0.014408034324645996
]
},
"throughput": {
"unit": "samples/s",
"value": 67.55208943952498
},
"energy": null,
"efficiency": null
}
}
}