IlyasMoutawwakil HF staff commited on
Commit
0b7e38d
·
verified ·
1 Parent(s): b4027e8

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+rocm5.7",
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,
@@ -88,7 +86,7 @@
88
  "gpu_count": 1,
89
  "gpu_vram_mb": 68702699520,
90
  "optimum_benchmark_version": "0.2.0",
91
- "optimum_benchmark_commit": "3e2eebdc0f80ae6deeb2e1faad3e889ed5a4df2d",
92
  "transformers_version": "4.40.2",
93
  "transformers_commit": null,
94
  "accelerate_version": "0.30.1",
@@ -107,33 +105,33 @@
107
  "overall": {
108
  "memory": {
109
  "unit": "MB",
110
- "max_ram": 2191.921152,
111
- "max_global_vram": 2427.375616,
112
- "max_process_vram": 483056.525312,
113
  "max_reserved": 1935.671296,
114
  "max_allocated": 1738.014208
115
  },
116
  "latency": {
117
  "unit": "s",
118
  "count": 5,
119
- "total": 2.993813896179199,
120
- "mean": 0.5987627792358399,
121
- "stdev": 1.1170387557087393,
122
- "p50": 0.040619651794433595,
123
- "p90": 1.7162011535644532,
124
- "p95": 2.2745203765869135,
125
- "p99": 2.7211757550048827,
126
  "values": [
127
- 2.832839599609375,
128
- 0.040496772766113284,
129
- 0.040619651794433595,
130
- 0.038614387512207034,
131
- 0.04124348449707031
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "samples/s",
136
- "value": 16.701104922991906
137
  },
138
  "energy": null,
139
  "efficiency": null
@@ -141,30 +139,30 @@
141
  "warmup": {
142
  "memory": {
143
  "unit": "MB",
144
- "max_ram": 2191.921152,
145
- "max_global_vram": 2427.375616,
146
- "max_process_vram": 483056.525312,
147
  "max_reserved": 1935.671296,
148
  "max_allocated": 1738.014208
149
  },
150
  "latency": {
151
  "unit": "s",
152
  "count": 2,
153
- "total": 2.8733363723754883,
154
- "mean": 1.4366681861877442,
155
- "stdev": 1.3961714134216308,
156
- "p50": 1.4366681861877442,
157
- "p90": 2.553605316925049,
158
- "p95": 2.6932224582672117,
159
- "p99": 2.8049161713409423,
160
  "values": [
161
- 2.832839599609375,
162
- 0.040496772766113284
163
  ]
164
  },
165
  "throughput": {
166
  "unit": "samples/s",
167
- "value": 2.784219793029703
168
  },
169
  "energy": null,
170
  "efficiency": null
@@ -172,31 +170,31 @@
172
  "train": {
173
  "memory": {
174
  "unit": "MB",
175
- "max_ram": 2191.921152,
176
- "max_global_vram": 2427.375616,
177
- "max_process_vram": 483056.525312,
178
  "max_reserved": 1935.671296,
179
  "max_allocated": 1738.014208
180
  },
181
  "latency": {
182
  "unit": "s",
183
  "count": 3,
184
- "total": 0.12047752380371095,
185
- "mean": 0.04015917460123698,
186
- "stdev": 0.0011216259545989385,
187
- "p50": 0.040619651794433595,
188
- "p90": 0.04111871795654297,
189
- "p95": 0.04118110122680664,
190
- "p99": 0.04123100784301758,
191
  "values": [
192
- 0.040619651794433595,
193
- 0.038614387512207034,
194
- 0.04124348449707031
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
- "value": 149.40546113254
200
  },
201
  "energy": null,
202
  "efficiency": null
 
6
  "version": "2.2.2+rocm5.7",
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,
 
86
  "gpu_count": 1,
87
  "gpu_vram_mb": 68702699520,
88
  "optimum_benchmark_version": "0.2.0",
89
+ "optimum_benchmark_commit": "6fd377459e287bb09e9383ba2516b1b2a271a562",
90
  "transformers_version": "4.40.2",
91
  "transformers_commit": null,
92
  "accelerate_version": "0.30.1",
 
105
  "overall": {
106
  "memory": {
107
  "unit": "MB",
108
+ "max_ram": 2191.450112,
109
+ "max_global_vram": 2427.363328,
110
+ "max_process_vram": 482745.872384,
111
  "max_reserved": 1935.671296,
112
  "max_allocated": 1738.014208
113
  },
114
  "latency": {
115
  "unit": "s",
116
  "count": 5,
117
+ "total": 2.916280979156494,
118
+ "mean": 0.5832561958312988,
119
+ "stdev": 1.0875801034170722,
120
+ "p50": 0.03969607925415039,
121
+ "p90": 1.671197608947754,
122
+ "p95": 2.214806812286376,
123
+ "p99": 2.649694174957275,
124
  "values": [
125
+ 2.758416015625,
126
+ 0.03969607925415039,
127
+ 0.038355125427246096,
128
+ 0.03944375991821289,
129
+ 0.04036999893188477
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "samples/s",
134
+ "value": 17.145124340680646
135
  },
136
  "energy": null,
137
  "efficiency": null
 
139
  "warmup": {
140
  "memory": {
141
  "unit": "MB",
142
+ "max_ram": 2191.450112,
143
+ "max_global_vram": 2427.363328,
144
+ "max_process_vram": 482745.872384,
145
  "max_reserved": 1935.671296,
146
  "max_allocated": 1738.014208
147
  },
148
  "latency": {
149
  "unit": "s",
150
  "count": 2,
151
+ "total": 2.7981120948791505,
152
+ "mean": 1.3990560474395752,
153
+ "stdev": 1.359359968185425,
154
+ "p50": 1.3990560474395752,
155
+ "p90": 2.486544021987915,
156
+ "p95": 2.622480018806457,
157
+ "p99": 2.731228816261291,
158
  "values": [
159
+ 2.758416015625,
160
+ 0.03969607925415039
161
  ]
162
  },
163
  "throughput": {
164
  "unit": "samples/s",
165
+ "value": 2.859070590717531
166
  },
167
  "energy": null,
168
  "efficiency": null
 
170
  "train": {
171
  "memory": {
172
  "unit": "MB",
173
+ "max_ram": 2191.450112,
174
+ "max_global_vram": 2427.363328,
175
+ "max_process_vram": 482745.872384,
176
  "max_reserved": 1935.671296,
177
  "max_allocated": 1738.014208
178
  },
179
  "latency": {
180
  "unit": "s",
181
  "count": 3,
182
+ "total": 0.11816888427734375,
183
+ "mean": 0.03938962809244791,
184
+ "stdev": 0.0008234587627174448,
185
+ "p50": 0.03944375991821289,
186
+ "p90": 0.04018475112915039,
187
+ "p95": 0.04027737503051758,
188
+ "p99": 0.04035147415161133,
189
  "values": [
190
+ 0.038355125427246096,
191
+ 0.03944375991821289,
192
+ 0.04036999893188477
193
  ]
194
  },
195
  "throughput": {
196
  "unit": "samples/s",
197
+ "value": 152.32436279717925
198
  },
199
  "energy": null,
200
  "efficiency": null