IlyasMoutawwakil HF staff commited on
Commit
1765290
·
verified ·
1 Parent(s): ce0e7aa

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
@@ -3,7 +3,7 @@
3
  "name": "cuda_training_transformers_image-classification_google/vit-base-patch16-224",
4
  "backend": {
5
  "name": "pytorch",
6
- "version": "2.4.1+cu124",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "image-classification",
9
  "library": "transformers",
@@ -82,7 +82,7 @@
82
  "cpu_ram_mb": 66697.261056,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
- "platform": "Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
@@ -94,9 +94,9 @@
94
  "optimum_benchmark_commit": null,
95
  "transformers_version": "4.44.2",
96
  "transformers_commit": null,
97
- "accelerate_version": "0.34.0",
98
  "accelerate_commit": null,
99
- "diffusers_version": "0.30.2",
100
  "diffusers_commit": null,
101
  "optimum_version": null,
102
  "optimum_commit": null,
@@ -110,8 +110,8 @@
110
  "overall": {
111
  "memory": {
112
  "unit": "MB",
113
- "max_ram": 1623.547904,
114
- "max_global_vram": 2611.478528,
115
  "max_process_vram": 0.0,
116
  "max_reserved": 1956.642816,
117
  "max_allocated": 1755.291648
@@ -119,24 +119,24 @@
119
  "latency": {
120
  "unit": "s",
121
  "count": 5,
122
- "total": 0.48254970550537113,
123
- "mean": 0.09650994110107422,
124
- "stdev": 0.11361384987831766,
125
- "p50": 0.03969638442993164,
126
- "p90": 0.2101673782348633,
127
- "p95": 0.26695249404907223,
128
- "p99": 0.31238058670043944,
129
  "values": [
130
- 0.32373760986328126,
131
- 0.03981203079223633,
132
- 0.03969638442993164,
133
- 0.03966668701171875,
134
- 0.039636993408203126
135
  ]
136
  },
137
  "throughput": {
138
  "unit": "samples/s",
139
- "value": 103.61626881035049
140
  },
141
  "energy": null,
142
  "efficiency": null
@@ -144,8 +144,8 @@
144
  "warmup": {
145
  "memory": {
146
  "unit": "MB",
147
- "max_ram": 1623.547904,
148
- "max_global_vram": 2611.478528,
149
  "max_process_vram": 0.0,
150
  "max_reserved": 1956.642816,
151
  "max_allocated": 1755.291648
@@ -153,21 +153,21 @@
153
  "latency": {
154
  "unit": "s",
155
  "count": 2,
156
- "total": 0.3635496406555176,
157
- "mean": 0.1817748203277588,
158
- "stdev": 0.14196278953552247,
159
- "p50": 0.1817748203277588,
160
- "p90": 0.2953450519561768,
161
- "p95": 0.309541330909729,
162
- "p99": 0.32089835407257083,
163
  "values": [
164
- 0.32373760986328126,
165
- 0.03981203079223633
166
  ]
167
  },
168
  "throughput": {
169
  "unit": "samples/s",
170
- "value": 22.00524799192532
171
  },
172
  "energy": null,
173
  "efficiency": null
@@ -175,8 +175,8 @@
175
  "train": {
176
  "memory": {
177
  "unit": "MB",
178
- "max_ram": 1623.547904,
179
- "max_global_vram": 2611.478528,
180
  "max_process_vram": 0.0,
181
  "max_reserved": 1956.642816,
182
  "max_allocated": 1755.291648
@@ -184,22 +184,22 @@
184
  "latency": {
185
  "unit": "s",
186
  "count": 3,
187
- "total": 0.11900006484985351,
188
- "mean": 0.039666688283284506,
189
- "stdev": 2.4246283106239292e-05,
190
- "p50": 0.03966668701171875,
191
- "p90": 0.03969044494628906,
192
- "p95": 0.03969341468811035,
193
- "p99": 0.039695790481567385,
194
  "values": [
195
- 0.03969638442993164,
196
- 0.03966668701171875,
197
- 0.039636993408203126
198
  ]
199
  },
200
  "throughput": {
201
  "unit": "samples/s",
202
- "value": 151.26042177129247
203
  },
204
  "energy": null,
205
  "efficiency": null
 
3
  "name": "cuda_training_transformers_image-classification_google/vit-base-patch16-224",
4
  "backend": {
5
  "name": "pytorch",
6
+ "version": "2.6.0.dev20240917+cu124",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "image-classification",
9
  "library": "transformers",
 
82
  "cpu_ram_mb": 66697.261056,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
+ "platform": "Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
 
94
  "optimum_benchmark_commit": null,
95
  "transformers_version": "4.44.2",
96
  "transformers_commit": null,
97
+ "accelerate_version": "0.34.2",
98
  "accelerate_commit": null,
99
+ "diffusers_version": "0.30.3",
100
  "diffusers_commit": null,
101
  "optimum_version": null,
102
  "optimum_commit": null,
 
110
  "overall": {
111
  "memory": {
112
  "unit": "MB",
113
+ "max_ram": 1626.202112,
114
+ "max_global_vram": 2618.81856,
115
  "max_process_vram": 0.0,
116
  "max_reserved": 1956.642816,
117
  "max_allocated": 1755.291648
 
119
  "latency": {
120
  "unit": "s",
121
  "count": 5,
122
+ "total": 0.47941530227661133,
123
+ "mean": 0.09588306045532227,
124
+ "stdev": 0.11207136324106373,
125
+ "p50": 0.03996364974975586,
126
+ "p90": 0.20803154144287112,
127
+ "p95": 0.26402857284545894,
128
+ "p99": 0.3088261979675293,
129
  "values": [
130
+ 0.3200256042480469,
131
+ 0.04004044723510742,
132
+ 0.03973632049560547,
133
+ 0.0396492805480957,
134
+ 0.03996364974975586
135
  ]
136
  },
137
  "throughput": {
138
  "unit": "samples/s",
139
+ "value": 104.29370894621793
140
  },
141
  "energy": null,
142
  "efficiency": null
 
144
  "warmup": {
145
  "memory": {
146
  "unit": "MB",
147
+ "max_ram": 1626.202112,
148
+ "max_global_vram": 2618.81856,
149
  "max_process_vram": 0.0,
150
  "max_reserved": 1956.642816,
151
  "max_allocated": 1755.291648
 
153
  "latency": {
154
  "unit": "s",
155
  "count": 2,
156
+ "total": 0.3600660514831543,
157
+ "mean": 0.18003302574157715,
158
+ "stdev": 0.13999257850646973,
159
+ "p50": 0.18003302574157715,
160
+ "p90": 0.29202708854675297,
161
+ "p95": 0.3060263463973999,
162
+ "p99": 0.31722575267791747,
163
  "values": [
164
+ 0.3200256042480469,
165
+ 0.04004044723510742
166
  ]
167
  },
168
  "throughput": {
169
  "unit": "samples/s",
170
+ "value": 22.21814571811772
171
  },
172
  "energy": null,
173
  "efficiency": null
 
175
  "train": {
176
  "memory": {
177
  "unit": "MB",
178
+ "max_ram": 1626.202112,
179
+ "max_global_vram": 2618.81856,
180
  "max_process_vram": 0.0,
181
  "max_reserved": 1956.642816,
182
  "max_allocated": 1755.291648
 
184
  "latency": {
185
  "unit": "s",
186
  "count": 3,
187
+ "total": 0.11934925079345704,
188
+ "mean": 0.03978308359781901,
189
+ "stdev": 0.00013253198239063238,
190
+ "p50": 0.03973632049560547,
191
+ "p90": 0.039918183898925784,
192
+ "p95": 0.03994091682434082,
193
+ "p99": 0.03995910316467285,
194
  "values": [
195
+ 0.03973632049560547,
196
+ 0.0396492805480957,
197
+ 0.03996364974975586
198
  ]
199
  },
200
  "throughput": {
201
  "unit": "samples/s",
202
+ "value": 150.81787175313207
203
  },
204
  "energy": null,
205
  "efficiency": null