Commit
•
08a3a52
1
Parent(s):
7b40e47
Upload 2024-09-26-21-41-55/pytorch/benchmark.json with huggingface_hub
Browse files
2024-09-26-21-41-55/pytorch/benchmark.json
ADDED
@@ -0,0 +1,331 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"name": "2024-09-26-21-41-55/pytorch",
|
4 |
+
"backend": {
|
5 |
+
"name": "pytorch",
|
6 |
+
"version": "2.4.1",
|
7 |
+
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
+
"task": "feature-extraction",
|
9 |
+
"library": "transformers",
|
10 |
+
"model_type": "bert",
|
11 |
+
"model": "google-bert/bert-base-uncased",
|
12 |
+
"processor": "google-bert/bert-base-uncased",
|
13 |
+
"device": "cpu",
|
14 |
+
"device_ids": null,
|
15 |
+
"seed": 42,
|
16 |
+
"inter_op_num_threads": null,
|
17 |
+
"intra_op_num_threads": null,
|
18 |
+
"model_kwargs": {},
|
19 |
+
"processor_kwargs": {},
|
20 |
+
"no_weights": false,
|
21 |
+
"device_map": null,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"eval_mode": true,
|
24 |
+
"to_bettertransformer": false,
|
25 |
+
"low_cpu_mem_usage": null,
|
26 |
+
"attn_implementation": null,
|
27 |
+
"cache_implementation": null,
|
28 |
+
"autocast_enabled": false,
|
29 |
+
"autocast_dtype": null,
|
30 |
+
"torch_compile": false,
|
31 |
+
"torch_compile_target": "forward",
|
32 |
+
"torch_compile_config": {},
|
33 |
+
"quantization_scheme": null,
|
34 |
+
"quantization_config": {},
|
35 |
+
"deepspeed_inference": false,
|
36 |
+
"deepspeed_inference_config": {},
|
37 |
+
"peft_type": null,
|
38 |
+
"peft_config": {}
|
39 |
+
},
|
40 |
+
"scenario": {
|
41 |
+
"name": "inference",
|
42 |
+
"_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
|
43 |
+
"iterations": 10,
|
44 |
+
"duration": 10,
|
45 |
+
"warmup_runs": 10,
|
46 |
+
"input_shapes": {
|
47 |
+
"batch_size": 2,
|
48 |
+
"num_choices": 2,
|
49 |
+
"sequence_length": 16
|
50 |
+
},
|
51 |
+
"new_tokens": null,
|
52 |
+
"memory": false,
|
53 |
+
"latency": true,
|
54 |
+
"energy": false,
|
55 |
+
"forward_kwargs": {},
|
56 |
+
"generate_kwargs": {},
|
57 |
+
"call_kwargs": {}
|
58 |
+
},
|
59 |
+
"launcher": {
|
60 |
+
"name": "process",
|
61 |
+
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
62 |
+
"device_isolation": false,
|
63 |
+
"device_isolation_action": null,
|
64 |
+
"numactl": true,
|
65 |
+
"numactl_kwargs": {},
|
66 |
+
"start_method": "spawn"
|
67 |
+
},
|
68 |
+
"environment": {
|
69 |
+
"cpu": " AMD EPYC 7R13 Processor",
|
70 |
+
"cpu_count": 64,
|
71 |
+
"cpu_ram_mb": 529717.02272,
|
72 |
+
"system": "Linux",
|
73 |
+
"machine": "x86_64",
|
74 |
+
"platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
|
75 |
+
"processor": "",
|
76 |
+
"python_version": "3.10.15",
|
77 |
+
"optimum_benchmark_version": "0.5.0",
|
78 |
+
"optimum_benchmark_commit": null,
|
79 |
+
"transformers_version": "4.44.2",
|
80 |
+
"transformers_commit": null,
|
81 |
+
"accelerate_version": "0.34.2",
|
82 |
+
"accelerate_commit": null,
|
83 |
+
"diffusers_version": null,
|
84 |
+
"diffusers_commit": null,
|
85 |
+
"optimum_version": "1.22.0",
|
86 |
+
"optimum_commit": null,
|
87 |
+
"timm_version": null,
|
88 |
+
"timm_commit": null,
|
89 |
+
"peft_version": null,
|
90 |
+
"peft_commit": null
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"report": {
|
94 |
+
"load": {
|
95 |
+
"memory": null,
|
96 |
+
"latency": {
|
97 |
+
"unit": "s",
|
98 |
+
"values": [
|
99 |
+
0.23836999014019966
|
100 |
+
],
|
101 |
+
"count": 1,
|
102 |
+
"total": 0.23836999014019966,
|
103 |
+
"mean": 0.23836999014019966,
|
104 |
+
"p50": 0.23836999014019966,
|
105 |
+
"p90": 0.23836999014019966,
|
106 |
+
"p95": 0.23836999014019966,
|
107 |
+
"p99": 0.23836999014019966,
|
108 |
+
"stdev": 0,
|
109 |
+
"stdev_": 0
|
110 |
+
},
|
111 |
+
"throughput": null,
|
112 |
+
"energy": null,
|
113 |
+
"efficiency": null
|
114 |
+
},
|
115 |
+
"forward": {
|
116 |
+
"memory": null,
|
117 |
+
"latency": {
|
118 |
+
"unit": "s",
|
119 |
+
"values": [
|
120 |
+
0.07203750312328339,
|
121 |
+
0.024017419666051865,
|
122 |
+
0.08002898842096329,
|
123 |
+
0.02350981906056404,
|
124 |
+
0.0724501684308052,
|
125 |
+
0.023231834173202515,
|
126 |
+
0.07976409792900085,
|
127 |
+
0.02333097904920578,
|
128 |
+
0.02387121692299843,
|
129 |
+
0.0726769007742405,
|
130 |
+
0.08051121979951859,
|
131 |
+
0.023872148245573044,
|
132 |
+
0.07239919155836105,
|
133 |
+
0.024872921407222748,
|
134 |
+
0.08180272206664085,
|
135 |
+
0.023910291492938995,
|
136 |
+
0.07274726778268814,
|
137 |
+
0.024164289236068726,
|
138 |
+
0.08074323460459709,
|
139 |
+
0.024426929652690887,
|
140 |
+
0.07708370685577393,
|
141 |
+
0.024930421262979507,
|
142 |
+
0.0815419852733612,
|
143 |
+
0.023890454322099686,
|
144 |
+
0.0734257735311985,
|
145 |
+
0.024953652173280716,
|
146 |
+
0.08222781121730804,
|
147 |
+
0.025142192840576172,
|
148 |
+
0.07355760410428047,
|
149 |
+
0.08088966831564903,
|
150 |
+
0.02514021471142769,
|
151 |
+
0.024431265890598297,
|
152 |
+
0.07460622116923332,
|
153 |
+
0.08237491548061371,
|
154 |
+
0.02390798181295395,
|
155 |
+
0.07296743243932724,
|
156 |
+
0.02411724254488945,
|
157 |
+
0.08126700296998024,
|
158 |
+
0.02416454255580902,
|
159 |
+
0.07326576113700867,
|
160 |
+
0.023791126906871796,
|
161 |
+
0.080919548869133,
|
162 |
+
0.023859016597270966,
|
163 |
+
0.07411833480000496,
|
164 |
+
0.02427339181303978,
|
165 |
+
0.08080314472317696,
|
166 |
+
0.023441538214683533,
|
167 |
+
0.07319701462984085,
|
168 |
+
0.02452150359749794,
|
169 |
+
0.08098413422703743,
|
170 |
+
0.02373545616865158,
|
171 |
+
0.07320309802889824,
|
172 |
+
0.027174383401870728,
|
173 |
+
0.08423805236816406,
|
174 |
+
0.07900122180581093,
|
175 |
+
0.02607531100511551,
|
176 |
+
0.08310336992144585,
|
177 |
+
0.025719054043293,
|
178 |
+
0.07572866976261139,
|
179 |
+
0.025831837207078934,
|
180 |
+
0.0833432525396347,
|
181 |
+
0.025634191930294037,
|
182 |
+
0.07530837506055832,
|
183 |
+
0.08295048028230667,
|
184 |
+
0.02381206676363945,
|
185 |
+
0.07317690923810005,
|
186 |
+
0.02437848225235939,
|
187 |
+
0.08131082355976105,
|
188 |
+
0.024186793714761734,
|
189 |
+
0.07346541807055473,
|
190 |
+
0.02431323751807213,
|
191 |
+
0.08232724666595459,
|
192 |
+
0.024304497987031937,
|
193 |
+
0.07303013280034065,
|
194 |
+
0.02405359223484993,
|
195 |
+
0.08136222884058952,
|
196 |
+
0.023910436779260635,
|
197 |
+
0.07322244346141815,
|
198 |
+
0.024333186447620392,
|
199 |
+
0.08129032328724861,
|
200 |
+
0.024766288697719574,
|
201 |
+
0.07325596734881401,
|
202 |
+
0.0809037797152996,
|
203 |
+
0.024380821734666824,
|
204 |
+
0.024472061544656754,
|
205 |
+
0.07311982288956642,
|
206 |
+
0.08159235864877701,
|
207 |
+
0.02460925281047821,
|
208 |
+
0.07292953878641129,
|
209 |
+
0.024873435497283936,
|
210 |
+
0.08191371336579323,
|
211 |
+
0.024394813925027847,
|
212 |
+
0.07705334201455116,
|
213 |
+
0.024041403084993362,
|
214 |
+
0.08156862109899521,
|
215 |
+
0.02378745749592781,
|
216 |
+
0.07329311966896057,
|
217 |
+
0.024028625339269638,
|
218 |
+
0.08151919022202492,
|
219 |
+
0.02378339320421219,
|
220 |
+
0.07339280098676682,
|
221 |
+
0.02356082573533058,
|
222 |
+
0.08141479641199112,
|
223 |
+
0.023714888840913773,
|
224 |
+
0.07286695390939713,
|
225 |
+
0.02367701381444931,
|
226 |
+
0.08229689672589302,
|
227 |
+
0.02430945634841919,
|
228 |
+
0.07311482354998589,
|
229 |
+
0.0813029445707798,
|
230 |
+
0.02473878487944603,
|
231 |
+
0.07230163738131523,
|
232 |
+
0.025296855717897415,
|
233 |
+
0.08149401098489761,
|
234 |
+
0.024613797664642334,
|
235 |
+
0.07350251078605652,
|
236 |
+
0.02428293600678444,
|
237 |
+
0.08147786930203438,
|
238 |
+
0.025342527776956558,
|
239 |
+
0.0751449465751648,
|
240 |
+
0.02400331199169159,
|
241 |
+
0.08211159333586693,
|
242 |
+
0.023684363812208176,
|
243 |
+
0.07797646895051003,
|
244 |
+
0.023760255426168442,
|
245 |
+
0.07709629833698273,
|
246 |
+
0.08040503785014153,
|
247 |
+
0.025058027356863022,
|
248 |
+
0.0779852569103241,
|
249 |
+
0.02435087040066719,
|
250 |
+
0.0810210332274437,
|
251 |
+
0.02358301356434822,
|
252 |
+
0.07309674471616745,
|
253 |
+
0.024203866720199585,
|
254 |
+
0.08073533326387405,
|
255 |
+
0.023800857365131378,
|
256 |
+
0.07320236787199974,
|
257 |
+
0.02435913309454918,
|
258 |
+
0.0819041095674038,
|
259 |
+
0.0240330770611763,
|
260 |
+
0.07424165681004524,
|
261 |
+
0.02396722510457039,
|
262 |
+
0.08249175921082497,
|
263 |
+
0.025223199278116226,
|
264 |
+
0.07486388087272644,
|
265 |
+
0.024116970598697662,
|
266 |
+
0.08171040192246437,
|
267 |
+
0.025059368461370468,
|
268 |
+
0.07406606525182724,
|
269 |
+
0.08085791021585464,
|
270 |
+
0.02450312301516533,
|
271 |
+
0.07332773506641388,
|
272 |
+
0.024815887212753296,
|
273 |
+
0.0819338895380497,
|
274 |
+
0.024523720145225525,
|
275 |
+
0.07340176776051521,
|
276 |
+
0.024300135672092438,
|
277 |
+
0.08067984506487846,
|
278 |
+
0.024156603962183,
|
279 |
+
0.07727906107902527,
|
280 |
+
0.023802384734153748,
|
281 |
+
0.08145182952284813,
|
282 |
+
0.023993831127882004,
|
283 |
+
0.07362075522542,
|
284 |
+
0.02320324257016182,
|
285 |
+
0.08087059110403061,
|
286 |
+
0.023282025009393692,
|
287 |
+
0.07351883873343468,
|
288 |
+
0.02336069568991661,
|
289 |
+
0.08132448419928551,
|
290 |
+
0.024810459464788437,
|
291 |
+
0.07493804022669792,
|
292 |
+
0.08132573589682579,
|
293 |
+
0.024484939873218536,
|
294 |
+
0.07454252615571022,
|
295 |
+
0.025059066712856293,
|
296 |
+
0.08140338584780693,
|
297 |
+
0.024017222225666046,
|
298 |
+
0.07350241392850876,
|
299 |
+
0.025027211755514145,
|
300 |
+
0.08139792829751968,
|
301 |
+
0.023887217044830322,
|
302 |
+
0.07404555380344391,
|
303 |
+
0.02386590838432312,
|
304 |
+
0.08085528761148453,
|
305 |
+
0.024425972253084183,
|
306 |
+
0.07371740788221359,
|
307 |
+
0.024279870092868805,
|
308 |
+
0.0814361460506916,
|
309 |
+
0.024099692702293396,
|
310 |
+
0.07348058745265007,
|
311 |
+
0.023874081671237946
|
312 |
+
],
|
313 |
+
"count": 192,
|
314 |
+
"total": 10.008619166910648,
|
315 |
+
"mean": 0.05212822482765963,
|
316 |
+
"p50": 0.07256353460252285,
|
317 |
+
"p90": 0.08149239681661129,
|
318 |
+
"p95": 0.08201385624706745,
|
319 |
+
"p99": 0.08312495935708285,
|
320 |
+
"stdev": 0.026832002707515387,
|
321 |
+
"stdev_": 51.473079691902576
|
322 |
+
},
|
323 |
+
"throughput": {
|
324 |
+
"unit": "samples/s",
|
325 |
+
"value": 38.366930901870745
|
326 |
+
},
|
327 |
+
"energy": null,
|
328 |
+
"efficiency": null
|
329 |
+
}
|
330 |
+
}
|
331 |
+
}
|