IlyasMoutawwakil HF staff commited on
Commit
7c11a67
·
verified ·
1 Parent(s): 735328d

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": "6",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
@@ -97,7 +97,7 @@
97
  "transformers_commit": null,
98
  "accelerate_version": "0.34.2",
99
  "accelerate_commit": null,
100
- "diffusers_version": "0.30.2",
101
  "diffusers_commit": null,
102
  "optimum_version": null,
103
  "optimum_commit": null,
@@ -111,126 +111,131 @@
111
  "load": {
112
  "memory": {
113
  "unit": "MB",
114
- "max_ram": 1055.789056,
115
  "max_global_vram": 68702.69952,
116
- "max_process_vram": 47372.419072,
117
  "max_reserved": 773.849088,
118
  "max_allocated": 736.603648
119
  },
120
  "latency": {
121
  "unit": "s",
122
  "count": 1,
123
- "total": 8.346115234375,
124
- "mean": 8.346115234375,
125
  "stdev": 0.0,
126
- "p50": 8.346115234375,
127
- "p90": 8.346115234375,
128
- "p95": 8.346115234375,
129
- "p99": 8.346115234375,
130
  "values": [
131
- 8.346115234375
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.793792,
143
  "max_global_vram": 68702.69952,
144
- "max_process_vram": 295223.37792,
145
  "max_reserved": 773.849088,
146
  "max_allocated": 745.086976
147
  },
148
  "latency": {
149
  "unit": "s",
150
- "count": 66,
151
- "total": 1.0056527624130247,
152
- "mean": 0.015237163066864014,
153
- "stdev": 0.0016031453767577236,
154
- "p50": 0.014956098079681396,
155
- "p90": 0.015281779289245605,
156
- "p95": 0.015412379503250122,
157
- "p99": 0.022368818759918172,
158
  "values": [
159
- 0.015057297706604003,
160
- 0.015087859153747558,
161
- 0.015027218818664551,
162
- 0.014820498466491699,
163
- 0.015044499397277832,
164
- 0.014859538078308105,
165
- 0.01488097858428955,
166
- 0.01474417781829834,
167
- 0.014928339004516601,
168
- 0.014774897575378417,
169
- 0.014813777923583984,
170
- 0.014777459144592286,
171
- 0.014804338455200195,
172
- 0.01485137939453125,
173
- 0.015024658203125,
174
- 0.014878579139709473,
175
- 0.014911377906799316,
176
- 0.014925298690795898,
177
- 0.015076337814331054,
178
- 0.014892337799072265,
179
- 0.015259538650512695,
180
- 0.015189619064331054,
181
- 0.01529905891418457,
182
- 0.015156498908996582,
183
- 0.015167859077453614,
184
- 0.019794103622436523,
185
- 0.015237298965454102,
186
- 0.015056498527526855,
187
- 0.015059058189392089,
188
- 0.015440179824829101,
189
- 0.015258898735046387,
190
- 0.01521297836303711,
191
- 0.015224179267883301,
192
- 0.015280339241027832,
193
- 0.015573139190673829,
194
- 0.015328978538513184,
195
- 0.0151729793548584,
196
- 0.015112018585205078,
197
- 0.015283219337463379,
198
- 0.014928657531738282,
199
- 0.014953298568725586,
200
- 0.01492593765258789,
201
- 0.015108979225158692,
202
- 0.014754258155822753,
203
- 0.014764819145202637,
204
- 0.014743377685546875,
205
- 0.01500977897644043,
206
- 0.014770418167114259,
207
- 0.014771697998046875,
208
- 0.014798418998718262,
209
- 0.014998738288879394,
210
- 0.014754419326782226,
211
- 0.014783537864685059,
212
- 0.014779377937316894,
213
- 0.01513217830657959,
214
- 0.014815058708190918,
215
- 0.027150432586669923,
216
- 0.014758098602294921,
217
- 0.015090738296508789,
218
- 0.014728178977966308,
219
- 0.014682257652282715,
220
- 0.014686258316040039,
221
- 0.015016339302062988,
222
- 0.014734737396240235,
223
- 0.01476657772064209,
224
- 0.014958897590637206
 
 
 
 
 
 
 
225
  ]
226
  },
227
  "throughput": {
228
  "unit": "samples/s",
229
- "value": 65.62901477209246
230
  },
231
  "energy": null,
232
- "efficiency": null,
233
- "measures": null
234
  }
235
  }
236
  }
 
11
  "model": "microsoft/deberta-v3-base",
12
  "processor": "microsoft/deberta-v3-base",
13
  "device": "cuda",
14
+ "device_ids": "5",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
 
97
  "transformers_commit": null,
98
  "accelerate_version": "0.34.2",
99
  "accelerate_commit": null,
100
+ "diffusers_version": "0.30.3",
101
  "diffusers_commit": null,
102
  "optimum_version": null,
103
  "optimum_commit": null,
 
111
  "load": {
112
  "memory": {
113
  "unit": "MB",
114
+ "max_ram": 1056.845824,
115
  "max_global_vram": 68702.69952,
116
+ "max_process_vram": 48757.215232,
117
  "max_reserved": 773.849088,
118
  "max_allocated": 736.603648
119
  },
120
  "latency": {
121
  "unit": "s",
122
  "count": 1,
123
+ "total": 8.5183896484375,
124
+ "mean": 8.5183896484375,
125
  "stdev": 0.0,
126
+ "p50": 8.5183896484375,
127
+ "p90": 8.5183896484375,
128
+ "p95": 8.5183896484375,
129
+ "p99": 8.5183896484375,
130
  "values": [
131
+ 8.5183896484375
132
  ]
133
  },
134
  "throughput": null,
135
  "energy": null,
136
+ "efficiency": null
 
137
  },
138
  "forward": {
139
  "memory": {
140
  "unit": "MB",
141
+ "max_ram": 1190.948864,
142
  "max_global_vram": 68702.69952,
143
+ "max_process_vram": 285790.355456,
144
  "max_reserved": 773.849088,
145
  "max_allocated": 745.086976
146
  },
147
  "latency": {
148
  "unit": "s",
149
+ "count": 73,
150
+ "total": 1.011301471710205,
151
+ "mean": 0.013853444817948013,
152
+ "stdev": 0.0008418206287958964,
153
+ "p50": 0.013815325736999512,
154
+ "p90": 0.014537116050720215,
155
+ "p95": 0.015083097648620602,
156
+ "p99": 0.016969026641845703,
157
  "values": [
158
+ 0.014430204391479491,
159
+ 0.013897564888000489,
160
+ 0.013620765686035156,
161
+ 0.013908764839172364,
162
+ 0.013625085830688477,
163
+ 0.013461406707763673,
164
+ 0.0134663667678833,
165
+ 0.01353372573852539,
166
+ 0.01319228744506836,
167
+ 0.012906368255615235,
168
+ 0.013009246826171874,
169
+ 0.013145566940307617,
170
+ 0.013038207054138183,
171
+ 0.012866208076477051,
172
+ 0.012904288291931153,
173
+ 0.01296396827697754,
174
+ 0.013344926834106445,
175
+ 0.013150527000427245,
176
+ 0.013106846809387207,
177
+ 0.013218687057495118,
178
+ 0.01592236042022705,
179
+ 0.01688587760925293,
180
+ 0.013237247467041016,
181
+ 0.012797887802124024,
182
+ 0.013071006774902343,
183
+ 0.012956447601318359,
184
+ 0.013067967414855957,
185
+ 0.013124446868896484,
186
+ 0.01309772777557373,
187
+ 0.013011327743530273,
188
+ 0.0154151611328125,
189
+ 0.014412123680114746,
190
+ 0.014278043746948242,
191
+ 0.014242525100708009,
192
+ 0.014236284255981444,
193
+ 0.014540284156799317,
194
+ 0.014227643966674804,
195
+ 0.014235323905944824,
196
+ 0.014230364799499512,
197
+ 0.014207003593444824,
198
+ 0.014550363540649414,
199
+ 0.014277243614196777,
200
+ 0.014284443855285645,
201
+ 0.014299004554748536,
202
+ 0.017182838439941405,
203
+ 0.013718205451965332,
204
+ 0.013815325736999512,
205
+ 0.013877565383911133,
206
+ 0.013873564720153808,
207
+ 0.012979167938232422,
208
+ 0.013339165687561036,
209
+ 0.012844287872314453,
210
+ 0.013060128211975098,
211
+ 0.013386527061462402,
212
+ 0.013719005584716797,
213
+ 0.013558526039123536,
214
+ 0.012928767204284668,
215
+ 0.01381756591796875,
216
+ 0.013815645217895509,
217
+ 0.013985244750976563,
218
+ 0.01355340576171875,
219
+ 0.014023964881896972,
220
+ 0.013716766357421875,
221
+ 0.014524443626403809,
222
+ 0.01436012363433838,
223
+ 0.014441244125366211,
224
+ 0.0144156436920166,
225
+ 0.014339164733886718,
226
+ 0.014335325241088867,
227
+ 0.014631162643432618,
228
+ 0.014861721992492676,
229
+ 0.014393724441528321,
230
+ 0.01440412425994873
231
  ]
232
  },
233
  "throughput": {
234
  "unit": "samples/s",
235
+ "value": 72.18421216825702
236
  },
237
  "energy": null,
238
+ "efficiency": null
 
239
  }
240
  }
241
  }