IlyasMoutawwakil HF staff commited on
Commit
c3265d8
·
verified ·
1 Parent(s): ec21535

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
@@ -88,7 +88,7 @@
88
  "optimum_benchmark_commit": null,
89
  "transformers_version": "4.44.2",
90
  "transformers_commit": null,
91
- "accelerate_version": "0.33.0",
92
  "accelerate_commit": null,
93
  "diffusers_version": "0.30.2",
94
  "diffusers_commit": null,
@@ -113,31 +113,31 @@
113
  "latency": {
114
  "unit": "s",
115
  "count": 1,
116
- "total": 7.44342626953125,
117
- "mean": 7.44342626953125,
118
  "stdev": 0.0,
119
- "p50": 7.44342626953125,
120
- "p90": 7.44342626953125,
121
- "p95": 7.44342626953125,
122
- "p99": 7.44342626953125,
123
  "values": [
124
- 7.44342626953125
125
  ]
126
  },
127
  "throughput": null,
128
  "energy": {
129
  "unit": "kWh",
130
- "cpu": 1.1397244833337162e-06,
131
- "ram": 5.808003088914982e-07,
132
- "gpu": 1.8930570699999746e-06,
133
- "total": 3.613581862225189e-06
134
  },
135
  "efficiency": null
136
  },
137
  "forward": {
138
  "memory": {
139
  "unit": "MB",
140
- "max_ram": 1160.310784,
141
  "max_global_vram": 1434.976256,
142
  "max_process_vram": 0.0,
143
  "max_reserved": 794.820608,
@@ -145,103 +145,101 @@
145
  },
146
  "latency": {
147
  "unit": "s",
148
- "count": 72,
149
- "total": 1.0027159366607663,
150
- "mean": 0.013926610231399536,
151
- "stdev": 0.0006379052584002916,
152
- "p50": 0.013716991901397704,
153
- "p90": 0.01443502082824707,
154
- "p95": 0.015286784076690674,
155
- "p99": 0.016445511627197266,
156
  "values": [
157
- 0.01642086410522461,
158
- 0.015326208114624023,
159
- 0.015254528045654296,
160
- 0.014014464378356933,
161
- 0.013522944450378417,
162
- 0.013694975852966309,
163
- 0.013685759544372558,
164
- 0.013501407623291016,
165
- 0.013421567916870117,
166
- 0.01346560001373291,
167
- 0.014054400444030762,
168
- 0.013711359977722168,
169
- 0.01344921588897705,
170
- 0.013957088470458984,
171
- 0.013577216148376465,
172
- 0.013378560066223144,
173
- 0.013338624000549316,
174
- 0.0134717435836792,
175
- 0.013438912391662597,
176
- 0.013463552474975587,
177
- 0.013705216407775878,
178
- 0.013980671882629395,
179
- 0.014437376022338867,
180
- 0.014100480079650878,
181
- 0.013931520462036133,
182
- 0.013472767829895019,
183
- 0.01347379207611084,
184
- 0.014185471534729004,
185
- 0.013611007690429687,
186
- 0.013722623825073242,
187
- 0.0134717435836792,
188
- 0.013431872367858887,
189
- 0.013455360412597657,
190
- 0.013413375854492187,
191
- 0.013484031677246093,
192
- 0.013424575805664063,
193
- 0.01344921588897705,
194
- 0.013786111831665039,
195
- 0.013447168350219727,
196
- 0.013444095611572266,
197
- 0.013442048072814941,
198
- 0.013445119857788086,
199
- 0.013811712265014648,
200
- 0.013488127708435058,
201
- 0.01356492805480957,
202
- 0.013531135559082032,
203
- 0.013410304069519043,
204
- 0.013430720329284667,
205
- 0.013486080169677735,
206
- 0.013415424346923829,
207
- 0.014319616317749024,
208
- 0.016505855560302735,
209
- 0.01570918369293213,
210
- 0.014590975761413574,
211
- 0.014413824081420898,
212
- 0.014227456092834472,
213
- 0.014127103805541993,
214
- 0.014125056266784668,
215
- 0.014139391899108887,
216
- 0.014447615623474122,
217
- 0.014060544013977052,
218
  0.014136320114135742,
219
- 0.01406873607635498,
220
- 0.014073856353759765,
221
- 0.014060544013977052,
222
- 0.014193663597106934,
223
- 0.014256128311157227,
224
- 0.014092288017272948,
225
- 0.014071807861328126,
226
- 0.014345184326171875,
227
- 0.014102527618408203,
228
- 0.014045184135437011
 
 
 
 
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "samples/s",
233
- "value": 71.80498221637286
234
  },
235
  "energy": {
236
  "unit": "kWh",
237
- "cpu": 1.6195299368431905e-07,
238
- "ram": 8.846106637230063e-08,
239
- "gpu": 3.714605073783783e-07,
240
- "total": 6.21874567434998e-07
241
  },
242
  "efficiency": {
243
  "unit": "samples/kWh",
244
- "value": 1608041.319529482
245
  }
246
  }
247
  }
 
88
  "optimum_benchmark_commit": null,
89
  "transformers_version": "4.44.2",
90
  "transformers_commit": null,
91
+ "accelerate_version": "0.34.0",
92
  "accelerate_commit": null,
93
  "diffusers_version": "0.30.2",
94
  "diffusers_commit": null,
 
113
  "latency": {
114
  "unit": "s",
115
  "count": 1,
116
+ "total": 7.3830595703125,
117
+ "mean": 7.3830595703125,
118
  "stdev": 0.0,
119
+ "p50": 7.3830595703125,
120
+ "p90": 7.3830595703125,
121
+ "p95": 7.3830595703125,
122
+ "p99": 7.3830595703125,
123
  "values": [
124
+ 7.3830595703125
125
  ]
126
  },
127
  "throughput": null,
128
  "energy": {
129
  "unit": "kWh",
130
+ "cpu": 1.0868593354169478e-06,
131
+ "ram": 5.79954732849265e-07,
132
+ "gpu": 1.6611124399991753e-06,
133
+ "total": 3.327926508265388e-06
134
  },
135
  "efficiency": null
136
  },
137
  "forward": {
138
  "memory": {
139
  "unit": "MB",
140
+ "max_ram": 1160.298496,
141
  "max_global_vram": 1434.976256,
142
  "max_process_vram": 0.0,
143
  "max_reserved": 794.820608,
 
145
  },
146
  "latency": {
147
  "unit": "s",
148
+ "count": 70,
149
+ "total": 1.01110447883606,
150
+ "mean": 0.014444349697657996,
151
+ "stdev": 0.00041324760131105655,
152
+ "p50": 0.01435697603225708,
153
+ "p90": 0.014917222499847413,
154
+ "p95": 0.015027404737472534,
155
+ "p99": 0.015960320224761963,
156
  "values": [
157
+ 0.01622528076171875,
158
+ 0.015841279983520508,
159
+ 0.014883839607238769,
160
+ 0.01458073616027832,
161
+ 0.014635007858276367,
162
+ 0.014105600357055664,
163
+ 0.014527487754821777,
164
+ 0.014684160232543946,
165
+ 0.014985216140747071,
166
+ 0.014615551948547363,
167
+ 0.014699520111083985,
168
+ 0.015205375671386719,
169
+ 0.014759936332702638,
170
+ 0.014558208465576173,
171
+ 0.01416806411743164,
172
+ 0.01428377628326416,
173
+ 0.014049280166625976,
174
+ 0.014097408294677734,
175
+ 0.014144512176513671,
176
+ 0.014187520027160644,
177
+ 0.014337023735046387,
178
+ 0.014343135833740235,
179
+ 0.014031871795654297,
180
+ 0.014332927703857423,
181
+ 0.01417420768737793,
182
+ 0.0140697603225708,
183
+ 0.01397555160522461,
184
+ 0.014790656089782715,
185
+ 0.014950400352478027,
186
+ 0.014540800094604492,
187
+ 0.014450688362121582,
188
+ 0.014697471618652343,
189
+ 0.015013888359069824,
190
+ 0.014913536071777344,
191
+ 0.014806015968322754,
192
+ 0.014820351600646972,
193
+ 0.014713791847229004,
194
+ 0.014573504447937011,
195
+ 0.01448140811920166,
196
+ 0.014548992156982422,
197
+ 0.014370816230773926,
198
+ 0.014467071533203125,
199
+ 0.01452236843109131,
200
+ 0.014736384391784667,
201
+ 0.015038463592529297,
202
+ 0.014451711654663087,
203
+ 0.014456735610961915,
204
+ 0.014439423561096192,
205
+ 0.014278592109680176,
206
+ 0.014130175590515137,
207
+ 0.01407590389251709,
208
+ 0.0140697603225708,
209
+ 0.014051327705383301,
210
+ 0.01437183952331543,
211
+ 0.014121983528137207,
 
 
 
 
 
 
212
  0.014136320114135742,
213
+ 0.014097408294677734,
214
+ 0.014110719680786133,
215
+ 0.014124032020568847,
216
+ 0.01407795238494873,
217
+ 0.014092351913452148,
218
+ 0.014119903564453124,
219
+ 0.014090239524841308,
220
+ 0.014254079818725587,
221
+ 0.014164992332458496,
222
+ 0.014123007774353028,
223
+ 0.014090239524841308,
224
+ 0.014132224082946777,
225
+ 0.014010368347167968,
226
+ 0.014094335556030273
227
  ]
228
  },
229
  "throughput": {
230
  "unit": "samples/s",
231
+ "value": 69.23122334556466
232
  },
233
  "energy": {
234
  "unit": "kWh",
235
+ "cpu": 1.6530765190007658e-07,
236
+ "ram": 9.00226517162564e-08,
237
+ "gpu": 3.5600337122221413e-07,
238
+ "total": 6.113336748385472e-07
239
  },
240
  "efficiency": {
241
  "unit": "samples/kWh",
242
+ "value": 1635767.897562815
243
  }
244
  }
245
  }