File size: 9,138 Bytes
cf14c69 c5d1573 cf14c69 3f2c793 1e07ed2 62d3a13 cf14c69 62d3a13 cf14c69 8939b78 cf14c69 3c85041 cf14c69 7658a37 cf14c69 c5d1573 cf14c69 d7df0d1 cf14c69 98fa85c cf14c69 1e07ed2 cf14c69 1e07ed2 cf14c69 c5d1573 cf14c69 c5d1573 cf14c69 7658a37 cf14c69 8939b78 7658a37 8939b78 00f64b7 8939b78 7658a37 8939b78 7658a37 8939b78 7658a37 8939b78 7658a37 8939b78 cf14c69 7658a37 cf14c69 8939b78 cf14c69 a88d802 7658a37 cf14c69 7658a37 2513fbe 7658a37 2513fbe 7658a37 cf14c69 7658a37 cf14c69 7658a37 cf14c69 7658a37 cf14c69 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 |
{
"config": {
"name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
"backend": {
"name": "pytorch",
"version": "2.3.1+cu121",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "token-classification",
"library": "transformers",
"model_type": "deberta-v2",
"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": {},
"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,
"memory": true,
"latency": true,
"energy": true,
"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 7R32",
"cpu_count": 16,
"cpu_ram_mb": 66697.293824,
"system": "Linux",
"machine": "x86_64",
"platform": "Linux-5.10.219-208.866.amzn2.x86_64-x86_64-with-glibc2.35",
"processor": "x86_64",
"python_version": "3.10.12",
"gpu": [
"NVIDIA A10G"
],
"gpu_count": 1,
"gpu_vram_mb": 24146608128,
"optimum_benchmark_version": "0.3.1",
"optimum_benchmark_commit": null,
"transformers_version": "4.42.4",
"transformers_commit": null,
"accelerate_version": "0.32.1",
"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,
"llama_cpp_version": null,
"llama_cpp_commit": null
}
},
"report": {
"load": {
"memory": {
"unit": "MB",
"max_ram": 707.739648,
"max_global_vram": 1403.518976,
"max_process_vram": 0.0,
"max_reserved": 773.849088,
"max_allocated": 736.603648
},
"latency": {
"unit": "s",
"count": 1,
"total": 7.27231689453125,
"mean": 7.27231689453125,
"stdev": 0.0,
"p50": 7.27231689453125,
"p90": 7.27231689453125,
"p95": 7.27231689453125,
"p99": 7.27231689453125,
"values": [
7.27231689453125
]
},
"throughput": null,
"energy": {
"unit": "kWh",
"cpu": 1.0610606935289171e-06,
"ram": 5.663226822072906e-07,
"gpu": 0.0,
"total": 1.6273833757362078e-06
},
"efficiency": null
},
"forward": {
"memory": {
"unit": "MB",
"max_ram": 990.052352,
"max_global_vram": 1434.976256,
"max_process_vram": 0.0,
"max_reserved": 794.820608,
"max_allocated": 753.606656
},
"latency": {
"unit": "s",
"count": 73,
"total": 0.9992888956069945,
"mean": 0.013688888980917734,
"stdev": 0.0006800565556204485,
"p50": 0.013518848419189454,
"p90": 0.01415229434967041,
"p95": 0.01537699851989746,
"p99": 0.016252950897216796,
"values": [
0.015490048408508301,
0.015301631927490235,
0.013765631675720215,
0.013928383827209472,
0.013997056007385255,
0.014013440132141113,
0.013378560066223144,
0.01334988784790039,
0.013592576026916504,
0.013485983848571777,
0.01336729621887207,
0.013518848419189454,
0.013518848419189454,
0.013796352386474609,
0.013396991729736327,
0.013405088424682618,
0.013294591903686523,
0.013444095611572266,
0.013319168090820312,
0.013435903549194337,
0.013527039527893067,
0.013872127532958984,
0.013443072319030762,
0.013319168090820312,
0.013645824432373046,
0.013313920021057128,
0.013319168090820312,
0.013563808441162109,
0.01415987205505371,
0.01396735954284668,
0.014225407600402832,
0.013939711570739746,
0.013804544448852539,
0.013786047935485839,
0.013553664207458497,
0.013523967742919921,
0.01336729621887207,
0.013657952308654785,
0.014025728225708007,
0.01395199966430664,
0.013408255577087403,
0.01338368034362793,
0.013623295783996582,
0.015953920364379884,
0.01619046401977539,
0.016413631439208983,
0.014503935813903808,
0.013478912353515626,
0.013574144363403321,
0.013434847831726075,
0.01353932762145996,
0.013281279563903809,
0.013319168090820312,
0.013328384399414063,
0.013584447860717773,
0.013641695976257324,
0.01324124813079834,
0.013377535820007324,
0.013551551818847657,
0.013312928199768067,
0.013339712142944335,
0.013370368003845215,
0.014121983528137207,
0.013507583618164062,
0.013641728401184081,
0.01362435245513916,
0.013450240135192871,
0.012949440002441406,
0.012872703552246094,
0.012941311836242676,
0.012813311576843261,
0.01286348819732666,
0.012881952285766602
]
},
"throughput": {
"unit": "samples/s",
"value": 73.05194756082811
},
"energy": {
"unit": "kWh",
"cpu": 1.5331437530001346e-07,
"ram": 8.38224520605668e-08,
"gpu": 3.337324607179435e-07,
"total": 5.708692880785239e-07
},
"efficiency": {
"unit": "samples/kWh",
"value": 1751714.48330296
}
}
}
} |