IlyasMoutawwakil HF staff commited on
Commit
755cfaa
·
verified ·
1 Parent(s): e881d17

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
@@ -11,7 +11,7 @@
11
  "model": "google/vit-base-patch16-224",
12
  "processor": "google/vit-base-patch16-224",
13
  "device": "cuda",
14
- "device_ids": "6",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
@@ -99,15 +99,15 @@
99
  "gpu_vram_mb": 549621596160,
100
  "optimum_benchmark_version": "0.5.0.dev0",
101
  "optimum_benchmark_commit": null,
102
- "transformers_version": "4.45.2",
103
  "transformers_commit": null,
104
- "accelerate_version": "1.0.1",
105
  "accelerate_commit": null,
106
- "diffusers_version": "0.30.3",
107
  "diffusers_commit": null,
108
  "optimum_version": null,
109
  "optimum_commit": null,
110
- "timm_version": "1.0.9",
111
  "timm_commit": null,
112
  "peft_version": "0.13.2",
113
  "peft_commit": null
@@ -119,34 +119,34 @@
119
  "overall": {
120
  "memory": {
121
  "unit": "MB",
122
- "max_ram": 1666.912256,
123
  "max_global_vram": 68702.69952,
124
- "max_process_vram": 390531.780608,
125
  "max_reserved": 1935.671296,
126
  "max_allocated": 1738.272256
127
  },
128
  "latency": {
129
  "unit": "s",
130
  "values": [
131
- 0.73303515625,
132
- 0.036401252746582034,
133
- 0.03779421615600586,
134
- 0.04240351104736328,
135
- 0.04264223098754883
136
  ],
137
  "count": 5,
138
- "total": 0.8922763671875,
139
- "mean": 0.1784552734375,
140
- "p50": 0.04240351104736328,
141
- "p90": 0.4568779861450196,
142
- "p95": 0.5949565711975097,
143
- "p99": 0.705419439239502,
144
- "stdev": 0.2773009155409712,
145
- "stdev_": 155.38958877451702
146
  },
147
  "throughput": {
148
  "unit": "samples/s",
149
- "value": 56.03644995955963
150
  },
151
  "energy": null,
152
  "efficiency": null
@@ -154,31 +154,31 @@
154
  "warmup": {
155
  "memory": {
156
  "unit": "MB",
157
- "max_ram": 1666.912256,
158
  "max_global_vram": 68702.69952,
159
- "max_process_vram": 390531.780608,
160
  "max_reserved": 1935.671296,
161
  "max_allocated": 1738.272256
162
  },
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
- 0.73303515625,
167
- 0.036401252746582034
168
  ],
169
  "count": 2,
170
- "total": 0.769436408996582,
171
- "mean": 0.384718204498291,
172
- "p50": 0.384718204498291,
173
- "p90": 0.6633717658996583,
174
- "p95": 0.6982034610748291,
175
- "p99": 0.7260688172149659,
176
- "stdev": 0.348316951751709,
177
- "stdev_": 90.53820372393017
178
  },
179
  "throughput": {
180
  "unit": "samples/s",
181
- "value": 10.397220493416418
182
  },
183
  "energy": null,
184
  "efficiency": null
@@ -186,32 +186,32 @@
186
  "train": {
187
  "memory": {
188
  "unit": "MB",
189
- "max_ram": 1666.912256,
190
  "max_global_vram": 68702.69952,
191
- "max_process_vram": 390531.780608,
192
  "max_reserved": 1935.671296,
193
  "max_allocated": 1738.272256
194
  },
195
  "latency": {
196
  "unit": "s",
197
  "values": [
198
- 0.03779421615600586,
199
- 0.04240351104736328,
200
- 0.04264223098754883
201
  ],
202
  "count": 3,
203
- "total": 0.12283995819091797,
204
- "mean": 0.04094665273030599,
205
- "p50": 0.04240351104736328,
206
- "p90": 0.04259448699951172,
207
- "p95": 0.042618358993530274,
208
- "p99": 0.04263745658874512,
209
- "stdev": 0.002231238679702286,
210
- "stdev_": 5.449135719098405
211
  },
212
  "throughput": {
213
  "unit": "samples/s",
214
- "value": 146.53212411570823
215
  },
216
  "energy": null,
217
  "efficiency": null
 
11
  "model": "google/vit-base-patch16-224",
12
  "processor": "google/vit-base-patch16-224",
13
  "device": "cuda",
14
+ "device_ids": "5",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
 
99
  "gpu_vram_mb": 549621596160,
100
  "optimum_benchmark_version": "0.5.0.dev0",
101
  "optimum_benchmark_commit": null,
102
+ "transformers_version": "4.46.3",
103
  "transformers_commit": null,
104
+ "accelerate_version": "1.1.1",
105
  "accelerate_commit": null,
106
+ "diffusers_version": "0.31.0",
107
  "diffusers_commit": null,
108
  "optimum_version": null,
109
  "optimum_commit": null,
110
+ "timm_version": "1.0.11",
111
  "timm_commit": null,
112
  "peft_version": "0.13.2",
113
  "peft_commit": null
 
119
  "overall": {
120
  "memory": {
121
  "unit": "MB",
122
+ "max_ram": 1760.960512,
123
  "max_global_vram": 68702.69952,
124
+ "max_process_vram": 296065.82272,
125
  "max_reserved": 1935.671296,
126
  "max_allocated": 1738.272256
127
  },
128
  "latency": {
129
  "unit": "s",
130
  "values": [
131
+ 0.65732568359375,
132
+ 0.03823659133911133,
133
+ 0.03804267120361328,
134
+ 0.03769612121582031,
135
+ 0.03776027679443359
136
  ],
137
  "count": 5,
138
+ "total": 0.8090613441467285,
139
+ "mean": 0.16181226882934568,
140
+ "p50": 0.03804267120361328,
141
+ "p90": 0.40969004669189457,
142
+ "p95": 0.5335078651428221,
143
+ "p99": 0.6325621199035644,
144
+ "stdev": 0.24775678412561744,
145
+ "stdev_": 153.11371994104638
146
  },
147
  "throughput": {
148
  "unit": "samples/s",
149
+ "value": 61.80001103962295
150
  },
151
  "energy": null,
152
  "efficiency": null
 
154
  "warmup": {
155
  "memory": {
156
  "unit": "MB",
157
+ "max_ram": 1760.960512,
158
  "max_global_vram": 68702.69952,
159
+ "max_process_vram": 296065.82272,
160
  "max_reserved": 1935.671296,
161
  "max_allocated": 1738.272256
162
  },
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
+ 0.65732568359375,
167
+ 0.03823659133911133
168
  ],
169
  "count": 2,
170
+ "total": 0.6955622749328613,
171
+ "mean": 0.34778113746643063,
172
+ "p50": 0.34778113746643063,
173
+ "p90": 0.5954167743682861,
174
+ "p95": 0.626371228981018,
175
+ "p99": 0.6511347926712036,
176
+ "stdev": 0.30954454612731935,
177
+ "stdev_": 89.0055591807931
178
  },
179
  "throughput": {
180
  "unit": "samples/s",
181
+ "value": 11.501486334594835
182
  },
183
  "energy": null,
184
  "efficiency": null
 
186
  "train": {
187
  "memory": {
188
  "unit": "MB",
189
+ "max_ram": 1760.960512,
190
  "max_global_vram": 68702.69952,
191
+ "max_process_vram": 296065.82272,
192
  "max_reserved": 1935.671296,
193
  "max_allocated": 1738.272256
194
  },
195
  "latency": {
196
  "unit": "s",
197
  "values": [
198
+ 0.03804267120361328,
199
+ 0.03769612121582031,
200
+ 0.03776027679443359
201
  ],
202
  "count": 3,
203
+ "total": 0.11349906921386718,
204
+ "mean": 0.03783302307128906,
205
+ "p50": 0.03776027679443359,
206
+ "p90": 0.03798619232177734,
207
+ "p95": 0.03801443176269531,
208
+ "p99": 0.038037023315429686,
209
+ "stdev": 0.0001505395609290703,
210
+ "stdev_": 0.3979051862850279
211
  },
212
  "throughput": {
213
  "unit": "samples/s",
214
+ "value": 158.5916089415893
215
  },
216
  "energy": null,
217
  "efficiency": null