IlyasMoutawwakil HF staff commited on
Commit
0f08e13
·
verified ·
1 Parent(s): fc8e8c4

Upload cuda_training_transformers_image-classification_google/vit-base-patch16-224/benchmark.json with huggingface_hub

Browse files
cuda_training_transformers_image-classification_google/vit-base-patch16-224/benchmark.json CHANGED
@@ -6,19 +6,17 @@
6
  "version": "2.2.2",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "image-classification",
9
- "model": "google/vit-base-patch16-224",
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,
@@ -107,7 +105,7 @@
107
  "overall": {
108
  "memory": {
109
  "unit": "MB",
110
- "max_ram": 1447.174144,
111
  "max_global_vram": 2628.255744,
112
  "max_process_vram": 0.0,
113
  "max_reserved": 1956.642816,
@@ -116,24 +114,24 @@
116
  "latency": {
117
  "unit": "s",
118
  "count": 5,
119
- "total": 0.4778250350952149,
120
- "mean": 0.09556500701904298,
121
- "stdev": 0.11045446497200968,
122
- "p50": 0.04060467147827149,
123
- "p90": 0.20613817138671878,
124
- "p95": 0.26130576477050776,
125
- "p99": 0.30543983947753905,
126
  "values": [
127
- 0.3164733581542969,
128
- 0.04060467147827149,
129
- 0.040035327911376956,
130
- 0.04007628631591797,
131
- 0.040635391235351564
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "samples/s",
136
- "value": 104.64081269838998
137
  },
138
  "energy": null,
139
  "efficiency": null
@@ -141,7 +139,7 @@
141
  "warmup": {
142
  "memory": {
143
  "unit": "MB",
144
- "max_ram": 1447.174144,
145
  "max_global_vram": 2628.255744,
146
  "max_process_vram": 0.0,
147
  "max_reserved": 1956.642816,
@@ -150,21 +148,21 @@
150
  "latency": {
151
  "unit": "s",
152
  "count": 2,
153
- "total": 0.3570780296325684,
154
- "mean": 0.1785390148162842,
155
- "stdev": 0.13793434333801272,
156
- "p50": 0.1785390148162842,
157
- "p90": 0.2888864894866944,
158
- "p95": 0.30267992382049563,
159
- "p99": 0.31371467128753666,
160
  "values": [
161
- 0.3164733581542969,
162
- 0.04060467147827149
163
  ]
164
  },
165
  "throughput": {
166
  "unit": "samples/s",
167
- "value": 22.404066719624172
168
  },
169
  "energy": null,
170
  "efficiency": null
@@ -172,7 +170,7 @@
172
  "train": {
173
  "memory": {
174
  "unit": "MB",
175
- "max_ram": 1447.174144,
176
  "max_global_vram": 2628.255744,
177
  "max_process_vram": 0.0,
178
  "max_reserved": 1956.642816,
@@ -181,22 +179,22 @@
181
  "latency": {
182
  "unit": "s",
183
  "count": 3,
184
- "total": 0.1207470054626465,
185
- "mean": 0.04024900182088217,
186
- "stdev": 0.0002737297723864927,
187
- "p50": 0.04007628631591797,
188
- "p90": 0.040523570251464844,
189
- "p95": 0.040579480743408204,
190
- "p99": 0.040624209136962894,
191
  "values": [
192
- 0.040035327911376956,
193
- 0.04007628631591797,
194
- 0.040635391235351564
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
- "value": 149.07201989011944
200
  },
201
  "energy": null,
202
  "efficiency": null
 
6
  "version": "2.2.2",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "image-classification",
 
9
  "library": "transformers",
10
+ "model": "google/vit-base-patch16-224",
11
+ "processor": "google/vit-base-patch16-224",
12
  "device": "cuda",
13
  "device_ids": "0",
14
  "seed": 42,
15
  "inter_op_num_threads": null,
16
  "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "hub_kwargs": {},
 
 
 
20
  "no_weights": true,
21
  "device_map": null,
22
  "torch_dtype": null,
 
105
  "overall": {
106
  "memory": {
107
  "unit": "MB",
108
+ "max_ram": 1447.407616,
109
  "max_global_vram": 2628.255744,
110
  "max_process_vram": 0.0,
111
  "max_reserved": 1956.642816,
 
114
  "latency": {
115
  "unit": "s",
116
  "count": 5,
117
+ "total": 0.4727573204040527,
118
+ "mean": 0.09455146408081054,
119
+ "stdev": 0.10752852703377236,
120
+ "p50": 0.04078182220458984,
121
+ "p90": 0.2021335113525391,
122
+ "p95": 0.2558709854125976,
123
+ "p99": 0.29886096466064455,
124
  "values": [
125
+ 0.30960845947265625,
126
+ 0.040921089172363284,
127
+ 0.040774654388427735,
128
+ 0.04078182220458984,
129
+ 0.04067129516601563
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "samples/s",
134
+ "value": 105.76250825109672
135
  },
136
  "energy": null,
137
  "efficiency": null
 
139
  "warmup": {
140
  "memory": {
141
  "unit": "MB",
142
+ "max_ram": 1447.407616,
143
  "max_global_vram": 2628.255744,
144
  "max_process_vram": 0.0,
145
  "max_reserved": 1956.642816,
 
148
  "latency": {
149
  "unit": "s",
150
  "count": 2,
151
+ "total": 0.3505295486450195,
152
+ "mean": 0.17526477432250975,
153
+ "stdev": 0.13434368515014647,
154
+ "p50": 0.17526477432250975,
155
+ "p90": 0.28273972244262696,
156
+ "p95": 0.2961740909576416,
157
+ "p99": 0.30692158576965334,
158
  "values": [
159
+ 0.30960845947265625,
160
+ 0.040921089172363284
161
  ]
162
  },
163
  "throughput": {
164
  "unit": "samples/s",
165
+ "value": 22.822612333037814
166
  },
167
  "energy": null,
168
  "efficiency": null
 
170
  "train": {
171
  "memory": {
172
  "unit": "MB",
173
+ "max_ram": 1447.407616,
174
  "max_global_vram": 2628.255744,
175
  "max_process_vram": 0.0,
176
  "max_reserved": 1956.642816,
 
179
  "latency": {
180
  "unit": "s",
181
  "count": 3,
182
+ "total": 0.1222277717590332,
183
+ "mean": 0.0407425905863444,
184
+ "stdev": 5.049833077786341e-05,
185
+ "p50": 0.040774654388427735,
186
+ "p90": 0.04078038864135742,
187
+ "p95": 0.040781105422973626,
188
+ "p99": 0.0407816788482666,
189
  "values": [
190
+ 0.040774654388427735,
191
+ 0.04078182220458984,
192
+ 0.04067129516601563
193
  ]
194
  },
195
  "throughput": {
196
  "unit": "samples/s",
197
+ "value": 147.2660406137995
198
  },
199
  "energy": null,
200
  "efficiency": null