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
|
@@ -69,6 +69,8 @@
|
|
| 69 |
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
| 70 |
"device_isolation": true,
|
| 71 |
"device_isolation_action": "error",
|
|
|
|
|
|
|
| 72 |
"start_method": "spawn"
|
| 73 |
},
|
| 74 |
"environment": {
|
|
@@ -86,8 +88,8 @@
|
|
| 86 |
"gpu_count": 1,
|
| 87 |
"gpu_vram_mb": 68702699520,
|
| 88 |
"optimum_benchmark_version": "0.2.1",
|
| 89 |
-
"optimum_benchmark_commit": "
|
| 90 |
-
"transformers_version": "4.
|
| 91 |
"transformers_commit": null,
|
| 92 |
"accelerate_version": "0.30.1",
|
| 93 |
"accelerate_commit": null,
|
|
@@ -105,33 +107,33 @@
|
|
| 105 |
"overall": {
|
| 106 |
"memory": {
|
| 107 |
"unit": "MB",
|
| 108 |
-
"max_ram": 2194.
|
| 109 |
-
"max_global_vram":
|
| 110 |
-
"max_process_vram":
|
| 111 |
"max_reserved": 1935.671296,
|
| 112 |
-
"max_allocated": 1738.
|
| 113 |
},
|
| 114 |
"latency": {
|
| 115 |
"unit": "s",
|
| 116 |
"count": 5,
|
| 117 |
-
"total":
|
| 118 |
-
"mean": 0.
|
| 119 |
-
"stdev": 1.
|
| 120 |
-
"p50": 0.
|
| 121 |
-
"p90": 1.
|
| 122 |
-
"p95": 2.
|
| 123 |
-
"p99": 2.
|
| 124 |
"values": [
|
| 125 |
-
|
| 126 |
-
0.
|
| 127 |
-
0.
|
| 128 |
-
0.
|
| 129 |
-
0.
|
| 130 |
]
|
| 131 |
},
|
| 132 |
"throughput": {
|
| 133 |
"unit": "samples/s",
|
| 134 |
-
"value":
|
| 135 |
},
|
| 136 |
"energy": null,
|
| 137 |
"efficiency": null
|
|
@@ -139,30 +141,30 @@
|
|
| 139 |
"warmup": {
|
| 140 |
"memory": {
|
| 141 |
"unit": "MB",
|
| 142 |
-
"max_ram": 2194.
|
| 143 |
-
"max_global_vram":
|
| 144 |
-
"max_process_vram":
|
| 145 |
"max_reserved": 1935.671296,
|
| 146 |
-
"max_allocated": 1738.
|
| 147 |
},
|
| 148 |
"latency": {
|
| 149 |
"unit": "s",
|
| 150 |
"count": 2,
|
| 151 |
-
"total":
|
| 152 |
-
"mean": 1.
|
| 153 |
-
"stdev": 1.
|
| 154 |
-
"p50": 1.
|
| 155 |
-
"p90": 2.
|
| 156 |
-
"p95": 2.
|
| 157 |
-
"p99":
|
| 158 |
"values": [
|
| 159 |
-
|
| 160 |
-
0.
|
| 161 |
]
|
| 162 |
},
|
| 163 |
"throughput": {
|
| 164 |
"unit": "samples/s",
|
| 165 |
-
"value": 2.
|
| 166 |
},
|
| 167 |
"energy": null,
|
| 168 |
"efficiency": null
|
|
@@ -170,31 +172,31 @@
|
|
| 170 |
"train": {
|
| 171 |
"memory": {
|
| 172 |
"unit": "MB",
|
| 173 |
-
"max_ram": 2194.
|
| 174 |
-
"max_global_vram":
|
| 175 |
-
"max_process_vram":
|
| 176 |
"max_reserved": 1935.671296,
|
| 177 |
-
"max_allocated": 1738.
|
| 178 |
},
|
| 179 |
"latency": {
|
| 180 |
"unit": "s",
|
| 181 |
"count": 3,
|
| 182 |
-
"total": 0.
|
| 183 |
-
"mean": 0.
|
| 184 |
-
"stdev": 0.
|
| 185 |
-
"p50": 0.
|
| 186 |
-
"p90": 0.
|
| 187 |
-
"p95": 0.
|
| 188 |
-
"p99": 0.
|
| 189 |
"values": [
|
| 190 |
-
0.
|
| 191 |
-
0.
|
| 192 |
-
0.
|
| 193 |
]
|
| 194 |
},
|
| 195 |
"throughput": {
|
| 196 |
"unit": "samples/s",
|
| 197 |
-
"value":
|
| 198 |
},
|
| 199 |
"energy": null,
|
| 200 |
"efficiency": null
|
|
|
|
| 69 |
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
| 70 |
"device_isolation": true,
|
| 71 |
"device_isolation_action": "error",
|
| 72 |
+
"numactl": false,
|
| 73 |
+
"numactl_kwargs": {},
|
| 74 |
"start_method": "spawn"
|
| 75 |
},
|
| 76 |
"environment": {
|
|
|
|
| 88 |
"gpu_count": 1,
|
| 89 |
"gpu_vram_mb": 68702699520,
|
| 90 |
"optimum_benchmark_version": "0.2.1",
|
| 91 |
+
"optimum_benchmark_commit": "fb780fc73efc41258966d25b08045708166d6309",
|
| 92 |
+
"transformers_version": "4.41.0",
|
| 93 |
"transformers_commit": null,
|
| 94 |
"accelerate_version": "0.30.1",
|
| 95 |
"accelerate_commit": null,
|
|
|
|
| 107 |
"overall": {
|
| 108 |
"memory": {
|
| 109 |
"unit": "MB",
|
| 110 |
+
"max_ram": 2194.219008,
|
| 111 |
+
"max_global_vram": 4898.95936,
|
| 112 |
+
"max_process_vram": 444474.376192,
|
| 113 |
"max_reserved": 1935.671296,
|
| 114 |
+
"max_allocated": 1738.272256
|
| 115 |
},
|
| 116 |
"latency": {
|
| 117 |
"unit": "s",
|
| 118 |
"count": 5,
|
| 119 |
+
"total": 2.9264481582641606,
|
| 120 |
+
"mean": 0.5852896316528321,
|
| 121 |
+
"stdev": 1.0911113767891416,
|
| 122 |
+
"p50": 0.03970379257202149,
|
| 123 |
+
"p90": 1.6772205734252934,
|
| 124 |
+
"p95": 2.222365901947021,
|
| 125 |
+
"p99": 2.658482164764404,
|
| 126 |
"values": [
|
| 127 |
+
2.76751123046875,
|
| 128 |
+
0.03970379257202149,
|
| 129 |
+
0.04178458786010742,
|
| 130 |
+
0.03889003372192383,
|
| 131 |
+
0.03855851364135742
|
| 132 |
]
|
| 133 |
},
|
| 134 |
"throughput": {
|
| 135 |
"unit": "samples/s",
|
| 136 |
+
"value": 17.085558088156187
|
| 137 |
},
|
| 138 |
"energy": null,
|
| 139 |
"efficiency": null
|
|
|
|
| 141 |
"warmup": {
|
| 142 |
"memory": {
|
| 143 |
"unit": "MB",
|
| 144 |
+
"max_ram": 2194.219008,
|
| 145 |
+
"max_global_vram": 4898.95936,
|
| 146 |
+
"max_process_vram": 444474.376192,
|
| 147 |
"max_reserved": 1935.671296,
|
| 148 |
+
"max_allocated": 1738.272256
|
| 149 |
},
|
| 150 |
"latency": {
|
| 151 |
"unit": "s",
|
| 152 |
"count": 2,
|
| 153 |
+
"total": 2.8072150230407718,
|
| 154 |
+
"mean": 1.4036075115203859,
|
| 155 |
+
"stdev": 1.3639037189483643,
|
| 156 |
+
"p50": 1.4036075115203859,
|
| 157 |
+
"p90": 2.494730486679077,
|
| 158 |
+
"p95": 2.6311208585739134,
|
| 159 |
+
"p99": 2.740233156089783,
|
| 160 |
"values": [
|
| 161 |
+
2.76751123046875,
|
| 162 |
+
0.03970379257202149
|
| 163 |
]
|
| 164 |
},
|
| 165 |
"throughput": {
|
| 166 |
"unit": "samples/s",
|
| 167 |
+
"value": 2.8497995110237087
|
| 168 |
},
|
| 169 |
"energy": null,
|
| 170 |
"efficiency": null
|
|
|
|
| 172 |
"train": {
|
| 173 |
"memory": {
|
| 174 |
"unit": "MB",
|
| 175 |
+
"max_ram": 2194.219008,
|
| 176 |
+
"max_global_vram": 4898.95936,
|
| 177 |
+
"max_process_vram": 444474.376192,
|
| 178 |
"max_reserved": 1935.671296,
|
| 179 |
+
"max_allocated": 1738.272256
|
| 180 |
},
|
| 181 |
"latency": {
|
| 182 |
"unit": "s",
|
| 183 |
"count": 3,
|
| 184 |
+
"total": 0.11923313522338869,
|
| 185 |
+
"mean": 0.03974437840779623,
|
| 186 |
+
"stdev": 0.0014489806412163585,
|
| 187 |
+
"p50": 0.03889003372192383,
|
| 188 |
+
"p90": 0.0412056770324707,
|
| 189 |
+
"p95": 0.04149513244628906,
|
| 190 |
+
"p99": 0.041726696777343746,
|
| 191 |
"values": [
|
| 192 |
+
0.04178458786010742,
|
| 193 |
+
0.03889003372192383,
|
| 194 |
+
0.03855851364135742
|
| 195 |
]
|
| 196 |
},
|
| 197 |
"throughput": {
|
| 198 |
"unit": "samples/s",
|
| 199 |
+
"value": 150.96474621988412
|
| 200 |
},
|
| 201 |
"energy": null,
|
| 202 |
"efficiency": null
|