Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
Browse files
cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json
ADDED
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
|
4 |
+
"backend": {
|
5 |
+
"name": "pytorch",
|
6 |
+
"version": "2.2.2",
|
7 |
+
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
+
"task": "token-classification",
|
9 |
+
"model": "microsoft/deberta-v3-base",
|
10 |
+
"library": "transformers",
|
11 |
+
"device": "cuda",
|
12 |
+
"device_ids": "0",
|
13 |
+
"seed": 42,
|
14 |
+
"inter_op_num_threads": null,
|
15 |
+
"intra_op_num_threads": null,
|
16 |
+
"hub_kwargs": {
|
17 |
+
"revision": "main",
|
18 |
+
"force_download": false,
|
19 |
+
"local_files_only": false,
|
20 |
+
"trust_remote_code": false
|
21 |
+
},
|
22 |
+
"no_weights": true,
|
23 |
+
"device_map": null,
|
24 |
+
"torch_dtype": null,
|
25 |
+
"eval_mode": true,
|
26 |
+
"to_bettertransformer": false,
|
27 |
+
"low_cpu_mem_usage": null,
|
28 |
+
"attn_implementation": null,
|
29 |
+
"cache_implementation": null,
|
30 |
+
"autocast_enabled": false,
|
31 |
+
"autocast_dtype": null,
|
32 |
+
"torch_compile": false,
|
33 |
+
"torch_compile_target": "forward",
|
34 |
+
"torch_compile_config": {},
|
35 |
+
"quantization_scheme": null,
|
36 |
+
"quantization_config": {},
|
37 |
+
"deepspeed_inference": false,
|
38 |
+
"deepspeed_inference_config": {},
|
39 |
+
"peft_type": null,
|
40 |
+
"peft_config": {}
|
41 |
+
},
|
42 |
+
"scenario": {
|
43 |
+
"name": "inference",
|
44 |
+
"_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
|
45 |
+
"iterations": 1,
|
46 |
+
"duration": 1,
|
47 |
+
"warmup_runs": 1,
|
48 |
+
"input_shapes": {
|
49 |
+
"batch_size": 1,
|
50 |
+
"num_choices": 2,
|
51 |
+
"sequence_length": 2
|
52 |
+
},
|
53 |
+
"new_tokens": null,
|
54 |
+
"latency": true,
|
55 |
+
"memory": true,
|
56 |
+
"energy": true,
|
57 |
+
"forward_kwargs": {},
|
58 |
+
"generate_kwargs": {
|
59 |
+
"max_new_tokens": 2,
|
60 |
+
"min_new_tokens": 2
|
61 |
+
},
|
62 |
+
"call_kwargs": {
|
63 |
+
"num_inference_steps": 2
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"launcher": {
|
67 |
+
"name": "process",
|
68 |
+
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
69 |
+
"device_isolation": true,
|
70 |
+
"device_isolation_action": "error",
|
71 |
+
"start_method": "spawn"
|
72 |
+
},
|
73 |
+
"environment": {
|
74 |
+
"cpu": " AMD EPYC 7R32",
|
75 |
+
"cpu_count": 16,
|
76 |
+
"cpu_ram_mb": 66697.29792,
|
77 |
+
"system": "Linux",
|
78 |
+
"machine": "x86_64",
|
79 |
+
"platform": "Linux-5.10.215-203.850.amzn2.x86_64-x86_64-with-glibc2.35",
|
80 |
+
"processor": "x86_64",
|
81 |
+
"python_version": "3.10.14",
|
82 |
+
"gpu": [
|
83 |
+
"NVIDIA A10G"
|
84 |
+
],
|
85 |
+
"gpu_count": 1,
|
86 |
+
"gpu_vram_mb": 24146608128,
|
87 |
+
"optimum_benchmark_version": "0.2.0",
|
88 |
+
"optimum_benchmark_commit": null,
|
89 |
+
"transformers_version": "4.40.2",
|
90 |
+
"transformers_commit": null,
|
91 |
+
"accelerate_version": "0.30.0",
|
92 |
+
"accelerate_commit": null,
|
93 |
+
"diffusers_version": "0.27.2",
|
94 |
+
"diffusers_commit": null,
|
95 |
+
"optimum_version": null,
|
96 |
+
"optimum_commit": null,
|
97 |
+
"timm_version": "0.9.16",
|
98 |
+
"timm_commit": null,
|
99 |
+
"peft_version": null,
|
100 |
+
"peft_commit": null
|
101 |
+
}
|
102 |
+
},
|
103 |
+
"report": {
|
104 |
+
"forward": {
|
105 |
+
"memory": {
|
106 |
+
"unit": "MB",
|
107 |
+
"max_ram": 959.778816,
|
108 |
+
"max_global_vram": 1434.976256,
|
109 |
+
"max_process_vram": 0.0,
|
110 |
+
"max_reserved": 794.820608,
|
111 |
+
"max_allocated": 753.607168
|
112 |
+
},
|
113 |
+
"latency": {
|
114 |
+
"unit": "s",
|
115 |
+
"count": 76,
|
116 |
+
"total": 0.9975810575485233,
|
117 |
+
"mean": 0.01312606654669109,
|
118 |
+
"stdev": 0.00043091791528167067,
|
119 |
+
"p50": 0.013164031982421874,
|
120 |
+
"p90": 0.013576191902160644,
|
121 |
+
"p95": 0.013826303958892823,
|
122 |
+
"p99": 0.014409216403961183,
|
123 |
+
"values": [
|
124 |
+
0.014332927703857423,
|
125 |
+
0.014395392417907715,
|
126 |
+
0.014450688362121582,
|
127 |
+
0.014042112350463867,
|
128 |
+
0.01369200038909912,
|
129 |
+
0.01320246410369873,
|
130 |
+
0.013319104194641114,
|
131 |
+
0.013288448333740235,
|
132 |
+
0.013194304466247558,
|
133 |
+
0.013354975700378418,
|
134 |
+
0.013536255836486816,
|
135 |
+
0.013290495872497558,
|
136 |
+
0.013406208038330078,
|
137 |
+
0.0133887996673584,
|
138 |
+
0.01337446403503418,
|
139 |
+
0.013280256271362305,
|
140 |
+
0.013294591903686523,
|
141 |
+
0.013290495872497558,
|
142 |
+
0.01314406394958496,
|
143 |
+
0.013189120292663574,
|
144 |
+
0.013195263862609862,
|
145 |
+
0.013461503982543945,
|
146 |
+
0.01345132827758789,
|
147 |
+
0.01334169578552246,
|
148 |
+
0.01323519992828369,
|
149 |
+
0.013509632110595703,
|
150 |
+
0.013277183532714844,
|
151 |
+
0.013616127967834473,
|
152 |
+
0.01375436782836914,
|
153 |
+
0.013532159805297851,
|
154 |
+
0.013134847640991211,
|
155 |
+
0.01315225601196289,
|
156 |
+
0.013175807952880859,
|
157 |
+
0.013184960365295411,
|
158 |
+
0.013420543670654296,
|
159 |
+
0.013626367568969726,
|
160 |
+
0.013373439788818359,
|
161 |
+
0.013298687934875488,
|
162 |
+
0.013232159614562988,
|
163 |
+
0.013196288108825683,
|
164 |
+
0.013194239616394043,
|
165 |
+
0.013136960029602051,
|
166 |
+
0.013023232460021973,
|
167 |
+
0.013038592338562012,
|
168 |
+
0.013101056098937988,
|
169 |
+
0.013151231765747071,
|
170 |
+
0.01303756809234619,
|
171 |
+
0.012831744194030761,
|
172 |
+
0.012933119773864746,
|
173 |
+
0.012923904418945312,
|
174 |
+
0.013042688369750977,
|
175 |
+
0.013015040397644043,
|
176 |
+
0.012633055686950683,
|
177 |
+
0.012601344108581543,
|
178 |
+
0.012706815719604492,
|
179 |
+
0.012614720344543457,
|
180 |
+
0.012650495529174804,
|
181 |
+
0.012620863914489746,
|
182 |
+
0.012638208389282226,
|
183 |
+
0.01257369613647461,
|
184 |
+
0.012583935737609863,
|
185 |
+
0.012638208389282226,
|
186 |
+
0.012675071716308594,
|
187 |
+
0.012632063865661621,
|
188 |
+
0.012646400451660156,
|
189 |
+
0.012599295616149902,
|
190 |
+
0.012630016326904296,
|
191 |
+
0.012617728233337403,
|
192 |
+
0.012597248077392579,
|
193 |
+
0.012613663673400879,
|
194 |
+
0.012630016326904296,
|
195 |
+
0.012601344108581543,
|
196 |
+
0.012734463691711426,
|
197 |
+
0.012740544319152832,
|
198 |
+
0.012723199844360352,
|
199 |
+
0.012812288284301757
|
200 |
+
]
|
201 |
+
},
|
202 |
+
"throughput": {
|
203 |
+
"unit": "samples/s",
|
204 |
+
"value": 76.18428540209457
|
205 |
+
},
|
206 |
+
"energy": {
|
207 |
+
"unit": "kWh",
|
208 |
+
"cpu": 1.5285558510370066e-07,
|
209 |
+
"ram": 8.355080621745751e-08,
|
210 |
+
"gpu": 3.3213701784615525e-07,
|
211 |
+
"total": 5.685434091673134e-07
|
212 |
+
},
|
213 |
+
"efficiency": {
|
214 |
+
"unit": "samples/kWh",
|
215 |
+
"value": 1758880.6481190175
|
216 |
+
}
|
217 |
+
}
|
218 |
+
}
|
219 |
+
}
|