Commit
•
6e607a1
1
Parent(s):
83ac748
Upload cuda_inference_timm_image-classification_timm/resnet50.a1_in1k/benchmark.json with huggingface_hub
Browse files
cuda_inference_timm_image-classification_timm/resnet50.a1_in1k/benchmark.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"name": "cuda_inference_timm_image-classification_timm/resnet50.a1_in1k",
|
4 |
+
"backend": {
|
5 |
+
"name": "pytorch",
|
6 |
+
"version": "2.2.2+rocm5.7",
|
7 |
+
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
+
"task": "image-classification",
|
9 |
+
"model": "timm/resnet50.a1_in1k",
|
10 |
+
"library": "timm",
|
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": false,
|
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": false,
|
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 7763 64-Core Processor",
|
75 |
+
"cpu_count": 128,
|
76 |
+
"cpu_ram_mb": 1082015.236096,
|
77 |
+
"system": "Linux",
|
78 |
+
"machine": "x86_64",
|
79 |
+
"platform": "Linux-5.15.0-84-generic-x86_64-with-glibc2.35",
|
80 |
+
"processor": "x86_64",
|
81 |
+
"python_version": "3.10.12",
|
82 |
+
"gpu": [
|
83 |
+
"Advanced Micro Devices, Inc. [AMD/ATI]"
|
84 |
+
],
|
85 |
+
"gpu_count": 1,
|
86 |
+
"gpu_vram_mb": 68702699520,
|
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.1",
|
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": 1820.004352,
|
108 |
+
"max_global_vram": 520.388608,
|
109 |
+
"max_process_vram": 112716.972032,
|
110 |
+
"max_reserved": 148.897792,
|
111 |
+
"max_allocated": 113.51808
|
112 |
+
},
|
113 |
+
"latency": {
|
114 |
+
"unit": "s",
|
115 |
+
"count": 164,
|
116 |
+
"total": 0.9969024977684027,
|
117 |
+
"mean": 0.0060786737668805,
|
118 |
+
"stdev": 0.00039590186728585586,
|
119 |
+
"p50": 0.006015647411346435,
|
120 |
+
"p90": 0.006424973011016846,
|
121 |
+
"p95": 0.00644102087020874,
|
122 |
+
"p99": 0.006626485757827759,
|
123 |
+
"values": [
|
124 |
+
0.006568445205688477,
|
125 |
+
0.006594044208526611,
|
126 |
+
0.005814689159393311,
|
127 |
+
0.006031807899475098,
|
128 |
+
0.006034048080444336,
|
129 |
+
0.006076286792755127,
|
130 |
+
0.005893249034881592,
|
131 |
+
0.005914208889007569,
|
132 |
+
0.005831648826599121,
|
133 |
+
0.0061846070289611815,
|
134 |
+
0.00584988784790039,
|
135 |
+
0.005829409122467041,
|
136 |
+
0.005743168830871582,
|
137 |
+
0.005744129180908203,
|
138 |
+
0.006185085773468018,
|
139 |
+
0.006108448028564453,
|
140 |
+
0.00594268798828125,
|
141 |
+
0.0058458890914917,
|
142 |
+
0.005691809177398682,
|
143 |
+
0.006096286773681641,
|
144 |
+
0.006681724071502686,
|
145 |
+
0.00916395092010498,
|
146 |
+
0.0059361281394958495,
|
147 |
+
0.005687169075012207,
|
148 |
+
0.006014688014984131,
|
149 |
+
0.006217885971069336,
|
150 |
+
0.005892929077148438,
|
151 |
+
0.00638908576965332,
|
152 |
+
0.006401246070861817,
|
153 |
+
0.006418045997619629,
|
154 |
+
0.006399485111236572,
|
155 |
+
0.0064068460464477535,
|
156 |
+
0.006369884967803955,
|
157 |
+
0.006380765914916992,
|
158 |
+
0.0063615660667419435,
|
159 |
+
0.0064015650749206544,
|
160 |
+
0.006394365787506104,
|
161 |
+
0.006434845924377442,
|
162 |
+
0.006406044960021973,
|
163 |
+
0.0063810858726501465,
|
164 |
+
0.006372926235198975,
|
165 |
+
0.006412765026092529,
|
166 |
+
0.006402366161346436,
|
167 |
+
0.006414205074310303,
|
168 |
+
0.006441404819488525,
|
169 |
+
0.0064257259368896485,
|
170 |
+
0.006458684921264648,
|
171 |
+
0.0064113249778747555,
|
172 |
+
0.006436126232147217,
|
173 |
+
0.0064330859184265135,
|
174 |
+
0.006438845157623291,
|
175 |
+
0.006448764801025391,
|
176 |
+
0.006449245929718018,
|
177 |
+
0.00646220588684082,
|
178 |
+
0.006417244911193848,
|
179 |
+
0.005881247997283935,
|
180 |
+
0.005678209781646728,
|
181 |
+
0.00593068790435791,
|
182 |
+
0.005987166881561279,
|
183 |
+
0.005910529136657715,
|
184 |
+
0.006249406814575195,
|
185 |
+
0.005910528182983398,
|
186 |
+
0.005862368106842041,
|
187 |
+
0.005976128101348877,
|
188 |
+
0.005837569236755371,
|
189 |
+
0.005833728790283203,
|
190 |
+
0.005846848964691162,
|
191 |
+
0.00568301010131836,
|
192 |
+
0.005960608005523681,
|
193 |
+
0.0061418871879577635,
|
194 |
+
0.005853728771209717,
|
195 |
+
0.00582188892364502,
|
196 |
+
0.005864768981933594,
|
197 |
+
0.005811489105224609,
|
198 |
+
0.006033567905426025,
|
199 |
+
0.005902847766876221,
|
200 |
+
0.006047008037567139,
|
201 |
+
0.005665410041809082,
|
202 |
+
0.0056506900787353515,
|
203 |
+
0.005663809776306153,
|
204 |
+
0.005662209987640381,
|
205 |
+
0.005866848945617676,
|
206 |
+
0.0056967692375183105,
|
207 |
+
0.00566172981262207,
|
208 |
+
0.005645249843597412,
|
209 |
+
0.005624770164489746,
|
210 |
+
0.005635808944702148,
|
211 |
+
0.005648129940032959,
|
212 |
+
0.005635650157928467,
|
213 |
+
0.005923008918762207,
|
214 |
+
0.00598908805847168,
|
215 |
+
0.00594812822341919,
|
216 |
+
0.005965248107910156,
|
217 |
+
0.005634530067443848,
|
218 |
+
0.0056550102233886715,
|
219 |
+
0.005642049789428711,
|
220 |
+
0.005779328823089599,
|
221 |
+
0.005638689994812012,
|
222 |
+
0.005639490127563477,
|
223 |
+
0.005645249843597412,
|
224 |
+
0.005638209819793702,
|
225 |
+
0.0057945289611816405,
|
226 |
+
0.005642529964447022,
|
227 |
+
0.005647649765014648,
|
228 |
+
0.005612450122833252,
|
229 |
+
0.005738368988037109,
|
230 |
+
0.00601708698272705,
|
231 |
+
0.0058844490051269535,
|
232 |
+
0.005623010158538819,
|
233 |
+
0.005629570007324219,
|
234 |
+
0.005631809234619141,
|
235 |
+
0.005634530067443848,
|
236 |
+
0.005847328186035157,
|
237 |
+
0.00560653018951416,
|
238 |
+
0.005660449981689453,
|
239 |
+
0.005890207767486572,
|
240 |
+
0.00564604902267456,
|
241 |
+
0.006124607086181641,
|
242 |
+
0.005638050079345703,
|
243 |
+
0.006060926914215088,
|
244 |
+
0.005807488918304443,
|
245 |
+
0.00562893009185791,
|
246 |
+
0.005921089172363282,
|
247 |
+
0.005770208835601806,
|
248 |
+
0.0059695677757263185,
|
249 |
+
0.005657730102539063,
|
250 |
+
0.006246046066284179,
|
251 |
+
0.006379325866699218,
|
252 |
+
0.006422204971313477,
|
253 |
+
0.006373566150665283,
|
254 |
+
0.006400125980377197,
|
255 |
+
0.006405566215515137,
|
256 |
+
0.006428286075592041,
|
257 |
+
0.006423964977264405,
|
258 |
+
0.006387325763702392,
|
259 |
+
0.0064254050254821775,
|
260 |
+
0.00642076587677002,
|
261 |
+
0.006363165855407715,
|
262 |
+
0.00639068603515625,
|
263 |
+
0.0063538851737976075,
|
264 |
+
0.00638908576965332,
|
265 |
+
0.006383326053619385,
|
266 |
+
0.006374685764312744,
|
267 |
+
0.006406045913696289,
|
268 |
+
0.006375805854797363,
|
269 |
+
0.00641260576248169,
|
270 |
+
0.006400286197662353,
|
271 |
+
0.0063548460006713865,
|
272 |
+
0.006388444900512696,
|
273 |
+
0.00638636589050293,
|
274 |
+
0.006409725189208984,
|
275 |
+
0.006413405895233155,
|
276 |
+
0.006378684997558594,
|
277 |
+
0.006396605968475342,
|
278 |
+
0.006386845111846924,
|
279 |
+
0.006408926010131836,
|
280 |
+
0.0064271650314331056,
|
281 |
+
0.006385886192321778,
|
282 |
+
0.0064183659553527835,
|
283 |
+
0.0058226890563964845,
|
284 |
+
0.005879007816314698,
|
285 |
+
0.00601660680770874,
|
286 |
+
0.006183166980743408,
|
287 |
+
0.005674049854278564
|
288 |
+
]
|
289 |
+
},
|
290 |
+
"throughput": {
|
291 |
+
"unit": "samples/s",
|
292 |
+
"value": 164.509568756342
|
293 |
+
},
|
294 |
+
"energy": null,
|
295 |
+
"efficiency": null
|
296 |
+
}
|
297 |
+
}
|
298 |
+
}
|