IlyasMoutawwakil HF staff commited on
Commit
eada27c
·
verified ·
1 Parent(s): f7fd2c7

Upload cuda_inference_timm_image-classification_timm/resnet50.a1_in1k/file.json with huggingface_hub

Browse files
cuda_inference_timm_image-classification_timm/resnet50.a1_in1k/file.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "cuda_inference_timm_image-classification_timm/resnet50.a1_in1k",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.2.2",
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": 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.214-202.855.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": 945.463296,
108
+ "max_global_vram": 1047.003136,
109
+ "max_process_vram": 0.0,
110
+ "max_reserved": 396.361728,
111
+ "max_allocated": 253.912576
112
+ },
113
+ "latency": {
114
+ "unit": "s",
115
+ "count": 179,
116
+ "total": 0.9962271671295163,
117
+ "mean": 0.005565514900164897,
118
+ "stdev": 0.0002488616081462451,
119
+ "p50": 0.005605440139770507,
120
+ "p90": 0.0057956352233886725,
121
+ "p95": 0.005870796680450439,
122
+ "p99": 0.006352179040908813,
123
+ "values": [
124
+ 0.0062341117858886715,
125
+ 0.0057825279235839844,
126
+ 0.005980160236358643,
127
+ 0.005783552169799804,
128
+ 0.0059023361206054685,
129
+ 0.00582860803604126,
130
+ 0.005847040176391601,
131
+ 0.005988351821899414,
132
+ 0.005825535774230957,
133
+ 0.005786623954772949,
134
+ 0.005738495826721191,
135
+ 0.00568012809753418,
136
+ 0.005637119770050049,
137
+ 0.005730303764343261,
138
+ 0.005656576156616211,
139
+ 0.0057118721008300784,
140
+ 0.005566400051116943,
141
+ 0.005565440177917481,
142
+ 0.005565440177917481,
143
+ 0.005634047985076904,
144
+ 0.005629951953887939,
145
+ 0.005697535991668701,
146
+ 0.005745664119720459,
147
+ 0.005699584007263184,
148
+ 0.005723135948181152,
149
+ 0.00568832015991211,
150
+ 0.005635072231292724,
151
+ 0.005598207950592041,
152
+ 0.005661695957183838,
153
+ 0.005831679821014404,
154
+ 0.005714975833892823,
155
+ 0.005750783920288086,
156
+ 0.005708799839019775,
157
+ 0.005798912048339844,
158
+ 0.005772287845611572,
159
+ 0.005628928184509278,
160
+ 0.00572211217880249,
161
+ 0.005706751823425293,
162
+ 0.005712959766387939,
163
+ 0.005703680038452149,
164
+ 0.005616608142852783,
165
+ 0.00555622386932373,
166
+ 0.005549056053161621,
167
+ 0.005566463947296142,
168
+ 0.005605440139770507,
169
+ 0.0055808000564575196,
170
+ 0.005587007999420166,
171
+ 0.005626880168914795,
172
+ 0.005676032066345215,
173
+ 0.005665791988372803,
174
+ 0.005725183963775635,
175
+ 0.005757952213287353,
176
+ 0.005761023998260498,
177
+ 0.005755904197692871,
178
+ 0.005731391906738281,
179
+ 0.005735424041748047,
180
+ 0.005660672187805176,
181
+ 0.005646336078643799,
182
+ 0.005675007820129394,
183
+ 0.0057784318923950195,
184
+ 0.005676032066345215,
185
+ 0.005641215801239013,
186
+ 0.005752831935882568,
187
+ 0.005615647792816162,
188
+ 0.005577727794647217,
189
+ 0.005608448028564453,
190
+ 0.0056483840942382815,
191
+ 0.005665823936462402,
192
+ 0.005650432109832764,
193
+ 0.005794816017150879,
194
+ 0.0056442880630493165,
195
+ 0.005727231979370117,
196
+ 0.005607423782348633,
197
+ 0.00572211217880249,
198
+ 0.005623807907104492,
199
+ 0.005814271926879883,
200
+ 0.005708799839019775,
201
+ 0.005605408191680908,
202
+ 0.005640160083770752,
203
+ 0.005639167785644531,
204
+ 0.005724160194396972,
205
+ 0.0057497601509094234,
206
+ 0.0057487359046936035,
207
+ 0.005761023998260498,
208
+ 0.00577839994430542,
209
+ 0.005816319942474365,
210
+ 0.005656576156616211,
211
+ 0.00570470380783081,
212
+ 0.005881855964660645,
213
+ 0.00561356782913208,
214
+ 0.005836800098419189,
215
+ 0.005612512111663818,
216
+ 0.007020544052124023,
217
+ 0.006162432193756104,
218
+ 0.00586956787109375,
219
+ 0.005570559978485107,
220
+ 0.005627903938293457,
221
+ 0.005463071823120117,
222
+ 0.005391359806060791,
223
+ 0.0053350400924682614,
224
+ 0.005341184139251709,
225
+ 0.005436416149139404,
226
+ 0.0054568958282470706,
227
+ 0.005637119770050049,
228
+ 0.005470208168029785,
229
+ 0.005561344146728516,
230
+ 0.005668863773345947,
231
+ 0.005683199882507324,
232
+ 0.005448703765869141,
233
+ 0.005362688064575195,
234
+ 0.005315584182739258,
235
+ 0.00535756778717041,
236
+ 0.005338111877441406,
237
+ 0.005311488151550293,
238
+ 0.005362688064575195,
239
+ 0.005312511920928955,
240
+ 0.0052930560111999515,
241
+ 0.0053637118339538575,
242
+ 0.005345280170440674,
243
+ 0.0052971520423889164,
244
+ 0.005362688064575195,
245
+ 0.005315584182739258,
246
+ 0.005330880165100097,
247
+ 0.005354496002197265,
248
+ 0.005342207908630371,
249
+ 0.005303296089172363,
250
+ 0.005416959762573242,
251
+ 0.0052899842262268066,
252
+ 0.005311488151550293,
253
+ 0.005306367874145508,
254
+ 0.005310463905334473,
255
+ 0.005313536167144775,
256
+ 0.0053043198585510255,
257
+ 0.0053441920280456546,
258
+ 0.005280767917633057,
259
+ 0.005325823783874512,
260
+ 0.005323775768280029,
261
+ 0.005319680213928223,
262
+ 0.005311488151550293,
263
+ 0.0053350400924682614,
264
+ 0.0053043198585510255,
265
+ 0.005339136123657226,
266
+ 0.005305344104766845,
267
+ 0.0053002238273620605,
268
+ 0.005296127796173096,
269
+ 0.005336063861846924,
270
+ 0.005282815933227539,
271
+ 0.006303743839263916,
272
+ 0.006523903846740723,
273
+ 0.005336063861846924,
274
+ 0.0053309440612792965,
275
+ 0.005406720161437988,
276
+ 0.005380095958709717,
277
+ 0.0053606400489807126,
278
+ 0.005325823783874512,
279
+ 0.00538316822052002,
280
+ 0.00531660795211792,
281
+ 0.0053432960510253905,
282
+ 0.005314559936523438,
283
+ 0.0053350400924682614,
284
+ 0.00530944013595581,
285
+ 0.005342207908630371,
286
+ 0.0053606400489807126,
287
+ 0.005343232154846191,
288
+ 0.0053002238273620605,
289
+ 0.005309375762939453,
290
+ 0.005296127796173096,
291
+ 0.00531763219833374,
292
+ 0.005296127796173096,
293
+ 0.005326848030090332,
294
+ 0.005292064189910889,
295
+ 0.0053012480735778805,
296
+ 0.005320703983306885,
297
+ 0.0053043198585510255,
298
+ 0.005311456203460694,
299
+ 0.005326848030090332,
300
+ 0.005321728229522705,
301
+ 0.005291007995605469,
302
+ 0.005342207908630371
303
+ ]
304
+ },
305
+ "throughput": {
306
+ "unit": "samples/s",
307
+ "value": 179.67789466709928
308
+ },
309
+ "energy": {
310
+ "unit": "kWh",
311
+ "cpu": 6.292989539931902e-08,
312
+ "ram": 3.44065424296931e-08,
313
+ "gpu": 1.3212679588359838e-07,
314
+ "total": 2.2946323371261053e-07
315
+ },
316
+ "efficiency": {
317
+ "unit": "samples/kWh",
318
+ "value": 4357996.633362372
319
+ }
320
+ }
321
+ }
322
+ }