Commit
•
0d8a2ff
1
Parent(s):
b7321dc
Upload cuda_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub
Browse files
cuda_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"model": "google-bert/bert-base-uncased",
|
12 |
"processor": "google-bert/bert-base-uncased",
|
13 |
"device": "cuda",
|
14 |
-
"device_ids": "
|
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.
|
103 |
"transformers_commit": null,
|
104 |
-
"accelerate_version": "1.
|
105 |
"accelerate_commit": null,
|
106 |
-
"diffusers_version": "0.
|
107 |
"diffusers_commit": null,
|
108 |
"optimum_version": null,
|
109 |
"optimum_commit": null,
|
110 |
-
"timm_version": "1.0.
|
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":
|
123 |
"max_global_vram": 68702.69952,
|
124 |
-
"max_process_vram":
|
125 |
"max_reserved": 2497.708032,
|
126 |
"max_allocated": 2195.345408
|
127 |
},
|
128 |
"latency": {
|
129 |
"unit": "s",
|
130 |
"values": [
|
131 |
-
0.
|
132 |
-
0.
|
133 |
-
0.
|
134 |
-
0.
|
135 |
-
0.
|
136 |
],
|
137 |
"count": 5,
|
138 |
-
"total": 0.
|
139 |
-
"mean": 0.
|
140 |
-
"p50": 0.
|
141 |
-
"p90": 0.
|
142 |
-
"p95": 0.
|
143 |
-
"p99": 0.
|
144 |
-
"stdev": 0.
|
145 |
-
"stdev_":
|
146 |
},
|
147 |
"throughput": {
|
148 |
"unit": "samples/s",
|
149 |
-
"value":
|
150 |
},
|
151 |
"energy": null,
|
152 |
"efficiency": null
|
@@ -154,31 +154,31 @@
|
|
154 |
"warmup": {
|
155 |
"memory": {
|
156 |
"unit": "MB",
|
157 |
-
"max_ram":
|
158 |
"max_global_vram": 68702.69952,
|
159 |
-
"max_process_vram":
|
160 |
"max_reserved": 2497.708032,
|
161 |
"max_allocated": 2195.345408
|
162 |
},
|
163 |
"latency": {
|
164 |
"unit": "s",
|
165 |
"values": [
|
166 |
-
0.
|
167 |
-
0.
|
168 |
],
|
169 |
"count": 2,
|
170 |
-
"total": 0.
|
171 |
-
"mean": 0.
|
172 |
-
"p50": 0.
|
173 |
-
"p90": 0.
|
174 |
-
"p95": 0.
|
175 |
-
"p99": 0.
|
176 |
-
"stdev": 0.
|
177 |
-
"stdev_": 86.
|
178 |
},
|
179 |
"throughput": {
|
180 |
"unit": "samples/s",
|
181 |
-
"value":
|
182 |
},
|
183 |
"energy": null,
|
184 |
"efficiency": null
|
@@ -186,32 +186,32 @@
|
|
186 |
"train": {
|
187 |
"memory": {
|
188 |
"unit": "MB",
|
189 |
-
"max_ram":
|
190 |
"max_global_vram": 68702.69952,
|
191 |
-
"max_process_vram":
|
192 |
"max_reserved": 2497.708032,
|
193 |
"max_allocated": 2195.345408
|
194 |
},
|
195 |
"latency": {
|
196 |
"unit": "s",
|
197 |
"values": [
|
198 |
-
0.
|
199 |
-
0.
|
200 |
-
0.
|
201 |
],
|
202 |
"count": 3,
|
203 |
-
"total": 0.
|
204 |
-
"mean": 0.
|
205 |
-
"p50": 0.
|
206 |
-
"p90": 0.
|
207 |
-
"p95": 0.
|
208 |
-
"p99": 0.
|
209 |
-
"stdev":
|
210 |
-
"stdev_":
|
211 |
},
|
212 |
"throughput": {
|
213 |
"unit": "samples/s",
|
214 |
-
"value":
|
215 |
},
|
216 |
"energy": null,
|
217 |
"efficiency": null
|
|
|
11 |
"model": "google-bert/bert-base-uncased",
|
12 |
"processor": "google-bert/bert-base-uncased",
|
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": 1329.856512,
|
123 |
"max_global_vram": 68702.69952,
|
124 |
+
"max_process_vram": 297629.970432,
|
125 |
"max_reserved": 2497.708032,
|
126 |
"max_allocated": 2195.345408
|
127 |
},
|
128 |
"latency": {
|
129 |
"unit": "s",
|
130 |
"values": [
|
131 |
+
0.5969231567382812,
|
132 |
+
0.04280887603759766,
|
133 |
+
0.04154312133789063,
|
134 |
+
0.041509521484375,
|
135 |
+
0.04153464126586914
|
136 |
],
|
137 |
"count": 5,
|
138 |
+
"total": 0.7643193168640137,
|
139 |
+
"mean": 0.15286386337280272,
|
140 |
+
"p50": 0.04154312133789063,
|
141 |
+
"p90": 0.3752774444580078,
|
142 |
+
"p95": 0.4861003005981444,
|
143 |
+
"p99": 0.5747585855102538,
|
144 |
+
"stdev": 0.22203020020760397,
|
145 |
+
"stdev_": 145.24701607607494
|
146 |
},
|
147 |
"throughput": {
|
148 |
"unit": "samples/s",
|
149 |
+
"value": 65.41768459437735
|
150 |
},
|
151 |
"energy": null,
|
152 |
"efficiency": null
|
|
|
154 |
"warmup": {
|
155 |
"memory": {
|
156 |
"unit": "MB",
|
157 |
+
"max_ram": 1329.856512,
|
158 |
"max_global_vram": 68702.69952,
|
159 |
+
"max_process_vram": 297629.970432,
|
160 |
"max_reserved": 2497.708032,
|
161 |
"max_allocated": 2195.345408
|
162 |
},
|
163 |
"latency": {
|
164 |
"unit": "s",
|
165 |
"values": [
|
166 |
+
0.5969231567382812,
|
167 |
+
0.04280887603759766
|
168 |
],
|
169 |
"count": 2,
|
170 |
+
"total": 0.6397320327758789,
|
171 |
+
"mean": 0.31986601638793943,
|
172 |
+
"p50": 0.31986601638793943,
|
173 |
+
"p90": 0.5415117286682128,
|
174 |
+
"p95": 0.569217442703247,
|
175 |
+
"p99": 0.5913820139312744,
|
176 |
+
"stdev": 0.2770571403503418,
|
177 |
+
"stdev_": 86.61662263437256
|
178 |
},
|
179 |
"throughput": {
|
180 |
"unit": "samples/s",
|
181 |
+
"value": 12.505235927122454
|
182 |
},
|
183 |
"energy": null,
|
184 |
"efficiency": null
|
|
|
186 |
"train": {
|
187 |
"memory": {
|
188 |
"unit": "MB",
|
189 |
+
"max_ram": 1329.856512,
|
190 |
"max_global_vram": 68702.69952,
|
191 |
+
"max_process_vram": 297629.970432,
|
192 |
"max_reserved": 2497.708032,
|
193 |
"max_allocated": 2195.345408
|
194 |
},
|
195 |
"latency": {
|
196 |
"unit": "s",
|
197 |
"values": [
|
198 |
+
0.04154312133789063,
|
199 |
+
0.041509521484375,
|
200 |
+
0.04153464126586914
|
201 |
],
|
202 |
"count": 3,
|
203 |
+
"total": 0.12458728408813477,
|
204 |
+
"mean": 0.041529094696044926,
|
205 |
+
"p50": 0.04153464126586914,
|
206 |
+
"p90": 0.04154142532348633,
|
207 |
+
"p95": 0.04154227333068848,
|
208 |
+
"p99": 0.0415429517364502,
|
209 |
+
"stdev": 1.4266764797461574e-05,
|
210 |
+
"stdev_": 0.03435366193720637
|
211 |
},
|
212 |
"throughput": {
|
213 |
"unit": "samples/s",
|
214 |
+
"value": 144.47702373274748
|
215 |
},
|
216 |
"energy": null,
|
217 |
"efficiency": null
|