Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
Browse files
cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"model": "microsoft/deberta-v3-base",
|
12 |
"processor": "microsoft/deberta-v3-base",
|
13 |
"device": "cuda",
|
14 |
-
"device_ids": "
|
15 |
"seed": 42,
|
16 |
"inter_op_num_threads": null,
|
17 |
"intra_op_num_threads": null,
|
@@ -95,7 +95,7 @@
|
|
95 |
"optimum_benchmark_commit": null,
|
96 |
"transformers_version": "4.44.2",
|
97 |
"transformers_commit": null,
|
98 |
-
"accelerate_version": "0.34.
|
99 |
"accelerate_commit": null,
|
100 |
"diffusers_version": "0.30.2",
|
101 |
"diffusers_commit": null,
|
@@ -111,127 +111,136 @@
|
|
111 |
"load": {
|
112 |
"memory": {
|
113 |
"unit": "MB",
|
114 |
-
"max_ram":
|
115 |
"max_global_vram": 68702.69952,
|
116 |
-
"max_process_vram":
|
117 |
"max_reserved": 773.849088,
|
118 |
"max_allocated": 736.603648
|
119 |
},
|
120 |
"latency": {
|
121 |
"unit": "s",
|
122 |
"count": 1,
|
123 |
-
"total":
|
124 |
-
"mean":
|
125 |
"stdev": 0.0,
|
126 |
-
"p50":
|
127 |
-
"p90":
|
128 |
-
"p95":
|
129 |
-
"p99":
|
130 |
"values": [
|
131 |
-
|
132 |
]
|
133 |
},
|
134 |
"throughput": null,
|
135 |
"energy": null,
|
136 |
-
"efficiency": null
|
|
|
137 |
},
|
138 |
"forward": {
|
139 |
"memory": {
|
140 |
"unit": "MB",
|
141 |
-
"max_ram":
|
142 |
"max_global_vram": 68702.69952,
|
143 |
-
"max_process_vram":
|
144 |
"max_reserved": 773.849088,
|
145 |
"max_allocated": 745.086976
|
146 |
},
|
147 |
"latency": {
|
148 |
"unit": "s",
|
149 |
-
"count":
|
150 |
-
"total": 1.
|
151 |
-
"mean": 0.
|
152 |
-
"stdev": 0.
|
153 |
-
"p50": 0.
|
154 |
-
"p90": 0.
|
155 |
-
"p95": 0.
|
156 |
-
"p99": 0.
|
157 |
"values": [
|
158 |
-
0.
|
159 |
-
0.
|
160 |
-
0.
|
161 |
-
0.
|
162 |
-
0.
|
163 |
-
0.
|
164 |
-
0.
|
165 |
-
0.
|
166 |
-
0.
|
167 |
-
0.
|
168 |
-
0.
|
169 |
-
0.
|
170 |
-
0.
|
171 |
-
0.
|
172 |
-
0.
|
173 |
-
0.
|
174 |
-
0.
|
175 |
-
0.
|
176 |
-
0.
|
177 |
-
0.
|
178 |
-
0.
|
179 |
-
0.
|
180 |
-
0.
|
181 |
-
0.
|
182 |
-
0.
|
183 |
-
0.
|
184 |
-
0.
|
185 |
-
0.
|
186 |
-
0.
|
187 |
-
0.
|
188 |
-
0.
|
189 |
-
0.
|
190 |
-
0.
|
191 |
-
0.
|
192 |
-
0.
|
193 |
-
0.
|
194 |
-
0.
|
195 |
-
0.
|
196 |
-
0.
|
197 |
-
0.
|
198 |
-
0.
|
199 |
-
0.
|
200 |
-
0.
|
201 |
-
0.
|
202 |
-
0.
|
203 |
-
0.
|
204 |
-
0.
|
205 |
-
0.
|
206 |
-
0.
|
207 |
-
0.
|
208 |
-
0.
|
209 |
-
0.
|
210 |
-
0.
|
211 |
-
0.
|
212 |
-
0.
|
213 |
-
0.
|
214 |
-
0.
|
215 |
-
0.
|
216 |
-
0.
|
217 |
-
0.
|
218 |
-
0.
|
219 |
-
0.
|
220 |
-
0.
|
221 |
-
0.
|
222 |
-
0.
|
223 |
-
0.
|
224 |
-
0.
|
225 |
-
0.
|
226 |
-
0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
]
|
228 |
},
|
229 |
"throughput": {
|
230 |
"unit": "samples/s",
|
231 |
-
"value":
|
232 |
},
|
233 |
"energy": null,
|
234 |
-
"efficiency": null
|
|
|
235 |
}
|
236 |
}
|
237 |
}
|
|
|
11 |
"model": "microsoft/deberta-v3-base",
|
12 |
"processor": "microsoft/deberta-v3-base",
|
13 |
"device": "cuda",
|
14 |
+
"device_ids": "6",
|
15 |
"seed": 42,
|
16 |
"inter_op_num_threads": null,
|
17 |
"intra_op_num_threads": null,
|
|
|
95 |
"optimum_benchmark_commit": null,
|
96 |
"transformers_version": "4.44.2",
|
97 |
"transformers_commit": null,
|
98 |
+
"accelerate_version": "0.34.2",
|
99 |
"accelerate_commit": null,
|
100 |
"diffusers_version": "0.30.2",
|
101 |
"diffusers_commit": null,
|
|
|
111 |
"load": {
|
112 |
"memory": {
|
113 |
"unit": "MB",
|
114 |
+
"max_ram": 1055.772672,
|
115 |
"max_global_vram": 68702.69952,
|
116 |
+
"max_process_vram": 44889.608192,
|
117 |
"max_reserved": 773.849088,
|
118 |
"max_allocated": 736.603648
|
119 |
},
|
120 |
"latency": {
|
121 |
"unit": "s",
|
122 |
"count": 1,
|
123 |
+
"total": 7.76063916015625,
|
124 |
+
"mean": 7.76063916015625,
|
125 |
"stdev": 0.0,
|
126 |
+
"p50": 7.76063916015625,
|
127 |
+
"p90": 7.76063916015625,
|
128 |
+
"p95": 7.76063916015625,
|
129 |
+
"p99": 7.76063916015625,
|
130 |
"values": [
|
131 |
+
7.76063916015625
|
132 |
]
|
133 |
},
|
134 |
"throughput": null,
|
135 |
"energy": null,
|
136 |
+
"efficiency": null,
|
137 |
+
"measures": null
|
138 |
},
|
139 |
"forward": {
|
140 |
"memory": {
|
141 |
"unit": "MB",
|
142 |
+
"max_ram": 1189.84704,
|
143 |
"max_global_vram": 68702.69952,
|
144 |
+
"max_process_vram": 295229.341696,
|
145 |
"max_reserved": 773.849088,
|
146 |
"max_allocated": 745.086976
|
147 |
},
|
148 |
"latency": {
|
149 |
"unit": "s",
|
150 |
+
"count": 76,
|
151 |
+
"total": 1.0041792936325071,
|
152 |
+
"mean": 0.013212885442532992,
|
153 |
+
"stdev": 0.0017564320012763588,
|
154 |
+
"p50": 0.012695779800415039,
|
155 |
+
"p90": 0.014030901432037354,
|
156 |
+
"p95": 0.014610702991485596,
|
157 |
+
"p99": 0.020737871170043946,
|
158 |
"values": [
|
159 |
+
0.013746260643005371,
|
160 |
+
0.013599221229553222,
|
161 |
+
0.013485461235046388,
|
162 |
+
0.013514260292053222,
|
163 |
+
0.013469141006469726,
|
164 |
+
0.013377461433410644,
|
165 |
+
0.013246899604797363,
|
166 |
+
0.013250900268554687,
|
167 |
+
0.026411239624023437,
|
168 |
+
0.013194901466369629,
|
169 |
+
0.013175700187683105,
|
170 |
+
0.013233779907226562,
|
171 |
+
0.01313010025024414,
|
172 |
+
0.0142782621383667,
|
173 |
+
0.012807539939880371,
|
174 |
+
0.012599538803100586,
|
175 |
+
0.012613139152526855,
|
176 |
+
0.01260193920135498,
|
177 |
+
0.012570738792419434,
|
178 |
+
0.012567539215087891,
|
179 |
+
0.01257425880432129,
|
180 |
+
0.01256161880493164,
|
181 |
+
0.012592820167541504,
|
182 |
+
0.012620339393615723,
|
183 |
+
0.012772818565368653,
|
184 |
+
0.01254241943359375,
|
185 |
+
0.01252769947052002,
|
186 |
+
0.012594578742980957,
|
187 |
+
0.012723540306091309,
|
188 |
+
0.012633298873901367,
|
189 |
+
0.012571699142456054,
|
190 |
+
0.012590899467468261,
|
191 |
+
0.012532178878784179,
|
192 |
+
0.012615538597106934,
|
193 |
+
0.012773300170898437,
|
194 |
+
0.01255889892578125,
|
195 |
+
0.012565459251403809,
|
196 |
+
0.012554738998413086,
|
197 |
+
0.012763699531555176,
|
198 |
+
0.012584979057312012,
|
199 |
+
0.01255553913116455,
|
200 |
+
0.012739700317382812,
|
201 |
+
0.012757139205932617,
|
202 |
+
0.01884674835205078,
|
203 |
+
0.01264401912689209,
|
204 |
+
0.012598580360412597,
|
205 |
+
0.012842578887939453,
|
206 |
+
0.012544340133666992,
|
207 |
+
0.012565299034118653,
|
208 |
+
0.01256225872039795,
|
209 |
+
0.012811220169067383,
|
210 |
+
0.012610098838806153,
|
211 |
+
0.012628019332885742,
|
212 |
+
0.01262593936920166,
|
213 |
+
0.012856019020080567,
|
214 |
+
0.012604978561401367,
|
215 |
+
0.01258897876739502,
|
216 |
+
0.012603219032287599,
|
217 |
+
0.012835860252380371,
|
218 |
+
0.012620979309082032,
|
219 |
+
0.012619698524475097,
|
220 |
+
0.012587860107421875,
|
221 |
+
0.012881299018859864,
|
222 |
+
0.012766260147094727,
|
223 |
+
0.012668019294738769,
|
224 |
+
0.013445461273193359,
|
225 |
+
0.014245461463928223,
|
226 |
+
0.014640822410583496,
|
227 |
+
0.013446900367736816,
|
228 |
+
0.013101140022277831,
|
229 |
+
0.014885461807250977,
|
230 |
+
0.01460066318511963,
|
231 |
+
0.014329622268676758,
|
232 |
+
0.013816341400146485,
|
233 |
+
0.012654257774353026,
|
234 |
+
0.012919699668884278
|
235 |
]
|
236 |
},
|
237 |
"throughput": {
|
238 |
"unit": "samples/s",
|
239 |
+
"value": 75.68369561284062
|
240 |
},
|
241 |
"energy": null,
|
242 |
+
"efficiency": null,
|
243 |
+
"measures": null
|
244 |
}
|
245 |
}
|
246 |
}
|