IlyasMoutawwakil HF staff commited on
Commit
4e6b90a
·
verified ·
1 Parent(s): 28a387d

Upload cuda_inference_timm_image-classification_timm/tiny_vit_21m_224.in1k/benchmark.json with huggingface_hub

Browse files
cuda_inference_timm_image-classification_timm/tiny_vit_21m_224.in1k/benchmark.json ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "cuda_inference_timm_image-classification_timm/tiny_vit_21m_224.in1k",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.3.1+rocm5.7",
7
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
+ "task": "image-classification",
9
+ "library": "timm",
10
+ "model_type": "tiny_vit_21m_224",
11
+ "model": "timm/tiny_vit_21m_224.in1k",
12
+ "processor": "timm/tiny_vit_21m_224.in1k",
13
+ "device": "cuda",
14
+ "device_ids": "5",
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": null,
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": 1,
44
+ "duration": 1,
45
+ "warmup_runs": 1,
46
+ "input_shapes": {
47
+ "batch_size": 2,
48
+ "sequence_length": 16,
49
+ "num_choices": 2
50
+ },
51
+ "new_tokens": null,
52
+ "memory": true,
53
+ "latency": true,
54
+ "energy": false,
55
+ "forward_kwargs": {},
56
+ "generate_kwargs": {
57
+ "max_new_tokens": 2,
58
+ "min_new_tokens": 2
59
+ },
60
+ "call_kwargs": {
61
+ "num_inference_steps": 2
62
+ }
63
+ },
64
+ "launcher": {
65
+ "name": "process",
66
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
67
+ "device_isolation": true,
68
+ "device_isolation_action": "warn",
69
+ "numactl": false,
70
+ "numactl_kwargs": {},
71
+ "start_method": "spawn"
72
+ },
73
+ "environment": {
74
+ "cpu": " AMD EPYC 7763 64-Core Processor",
75
+ "cpu_count": 128,
76
+ "cpu_ram_mb": 1082014.490624,
77
+ "system": "Linux",
78
+ "machine": "x86_64",
79
+ "platform": "Linux-5.15.0-122-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
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
85
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
86
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
87
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
88
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
89
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
90
+ "Advanced Micro Devices, Inc. [AMD/ATI]"
91
+ ],
92
+ "gpu_count": 8,
93
+ "gpu_vram_mb": 549621596160,
94
+ "optimum_benchmark_version": "0.5.0.dev0",
95
+ "optimum_benchmark_commit": null,
96
+ "transformers_version": "4.47.0",
97
+ "transformers_commit": null,
98
+ "accelerate_version": "1.2.0",
99
+ "accelerate_commit": null,
100
+ "diffusers_version": "0.31.0",
101
+ "diffusers_commit": null,
102
+ "optimum_version": null,
103
+ "optimum_commit": null,
104
+ "timm_version": "1.0.12",
105
+ "timm_commit": null,
106
+ "peft_version": "0.14.0",
107
+ "peft_commit": null
108
+ },
109
+ "print_report": true,
110
+ "log_report": true
111
+ },
112
+ "report": {
113
+ "load_model": {
114
+ "memory": {
115
+ "unit": "MB",
116
+ "max_ram": 1129.091072,
117
+ "max_global_vram": 68702.69952,
118
+ "max_process_vram": 28614.836224,
119
+ "max_reserved": 96.468992,
120
+ "max_allocated": 87.191552
121
+ },
122
+ "latency": {
123
+ "unit": "s",
124
+ "values": [
125
+ 2.718311767578125
126
+ ],
127
+ "count": 1,
128
+ "total": 2.718311767578125,
129
+ "mean": 2.718311767578125,
130
+ "p50": 2.718311767578125,
131
+ "p90": 2.718311767578125,
132
+ "p95": 2.718311767578125,
133
+ "p99": 2.718311767578125,
134
+ "stdev": 0,
135
+ "stdev_": 0
136
+ },
137
+ "throughput": null,
138
+ "energy": null,
139
+ "efficiency": null
140
+ },
141
+ "forward": {
142
+ "memory": {
143
+ "unit": "MB",
144
+ "max_ram": 1982.824448,
145
+ "max_global_vram": 68702.69952,
146
+ "max_process_vram": 104117.252096,
147
+ "max_reserved": 144.703488,
148
+ "max_allocated": 122.11712
149
+ },
150
+ "latency": {
151
+ "unit": "s",
152
+ "values": [
153
+ 0.010952853202819824,
154
+ 0.010559096336364746,
155
+ 0.010625176429748535,
156
+ 0.010485657691955566,
157
+ 0.010473177909851075,
158
+ 0.010635895729064941,
159
+ 0.010124702453613282,
160
+ 0.010118781089782715,
161
+ 0.010146620750427247,
162
+ 0.010141820907592773,
163
+ 0.010159260749816894,
164
+ 0.010157661437988281,
165
+ 0.010151580810546875,
166
+ 0.01015574073791504,
167
+ 0.010123580932617187,
168
+ 0.010164060592651368,
169
+ 0.01012710189819336,
170
+ 0.010152541160583495,
171
+ 0.010138940811157227,
172
+ 0.010172700881958008,
173
+ 0.010157019615173339,
174
+ 0.010166140556335449,
175
+ 0.01013254165649414,
176
+ 0.010212860107421874,
177
+ 0.01025734043121338,
178
+ 0.010163419723510743,
179
+ 0.010160861015319824,
180
+ 0.010157980918884278,
181
+ 0.010203100204467774,
182
+ 0.010377178192138672,
183
+ 0.010140061378479004,
184
+ 0.010208860397338867,
185
+ 0.01017605972290039,
186
+ 0.01021030044555664,
187
+ 0.01019573974609375,
188
+ 0.010183899879455567,
189
+ 0.010172540664672852,
190
+ 0.010226780891418458,
191
+ 0.01018006134033203,
192
+ 0.010194781303405762,
193
+ 0.010128701210021972,
194
+ 0.010159899711608886,
195
+ 0.010168861389160157,
196
+ 0.010161821365356444,
197
+ 0.010165980339050293,
198
+ 0.01012902069091797,
199
+ 0.010146941184997559,
200
+ 0.01015126132965088,
201
+ 0.01011894130706787,
202
+ 0.010102621078491211,
203
+ 0.010218460083007813,
204
+ 0.010153499603271485,
205
+ 0.010114781379699707,
206
+ 0.010100860595703125,
207
+ 0.010119100570678712,
208
+ 0.010089341163635255,
209
+ 0.010115740776062011,
210
+ 0.010136220932006836,
211
+ 0.010130460739135743,
212
+ 0.010138461112976074,
213
+ 0.010127580642700196,
214
+ 0.010122621536254883,
215
+ 0.010115900993347167,
216
+ 0.01059573745727539,
217
+ 0.010095742225646973,
218
+ 0.010510137557983398,
219
+ 0.010152061462402344,
220
+ 0.010142460823059082,
221
+ 0.010199260711669923,
222
+ 0.01018070125579834,
223
+ 0.01038613796234131,
224
+ 0.010152220726013184,
225
+ 0.01051941680908203,
226
+ 0.01020166015625,
227
+ 0.010155581474304199,
228
+ 0.010153019905090332,
229
+ 0.010645496368408202,
230
+ 0.010785654067993164,
231
+ 0.01068661594390869,
232
+ 0.010617977142333984,
233
+ 0.010739734649658203,
234
+ 0.010657655715942382,
235
+ 0.010556376457214356,
236
+ 0.010692055702209474,
237
+ 0.010708056449890136,
238
+ 0.010547416687011719,
239
+ 0.01066485595703125,
240
+ 0.010713335990905761,
241
+ 0.01056037712097168,
242
+ 0.010793814659118653,
243
+ 0.010737495422363281,
244
+ 0.01044933795928955,
245
+ 0.01056901741027832,
246
+ 0.010536215782165527,
247
+ 0.010376378059387207,
248
+ 0.010210140228271485,
249
+ 0.01103573226928711
250
+ ],
251
+ "count": 97,
252
+ "total": 0.99948943901062,
253
+ "mean": 0.010304014835161033,
254
+ "p50": 0.010172540664672852,
255
+ "p90": 0.010673559951782227,
256
+ "p95": 0.010737943267822266,
257
+ "p99": 0.010956168365478514,
258
+ "stdev": 0.00023356940334157036,
259
+ "stdev_": 2.266780542129529
260
+ },
261
+ "throughput": {
262
+ "unit": "samples/s",
263
+ "value": 194.09909942824183
264
+ },
265
+ "energy": null,
266
+ "efficiency": null
267
+ }
268
+ }
269
+ }