IlyasMoutawwakil HF staff commited on
Commit
5400458
·
verified ·
1 Parent(s): 5739f3e

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
@@ -3,7 +3,7 @@
3
  "name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
4
  "backend": {
5
  "name": "pytorch",
6
- "version": "2.4.0+rocm6.1",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "token-classification",
9
  "library": "transformers",
@@ -11,7 +11,7 @@
11
  "model": "microsoft/deberta-v3-base",
12
  "processor": "microsoft/deberta-v3-base",
13
  "device": "cuda",
14
- "device_ids": "0",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
@@ -111,24 +111,24 @@
111
  "load": {
112
  "memory": {
113
  "unit": "MB",
114
- "max_ram": 1377.439744,
115
- "max_global_vram": 11.333632,
116
- "max_process_vram": 0.0,
117
  "max_reserved": 773.849088,
118
  "max_allocated": 736.603648
119
  },
120
  "latency": {
121
  "unit": "s",
122
  "count": 1,
123
- "total": 8.0404716796875,
124
- "mean": 8.0404716796875,
125
  "stdev": 0.0,
126
- "p50": 8.0404716796875,
127
- "p90": 8.0404716796875,
128
- "p95": 8.0404716796875,
129
- "p99": 8.0404716796875,
130
  "values": [
131
- 8.0404716796875
132
  ]
133
  },
134
  "throughput": null,
@@ -138,97 +138,89 @@
138
  "forward": {
139
  "memory": {
140
  "unit": "MB",
141
- "max_ram": 1541.144576,
142
- "max_global_vram": 11.329536,
143
- "max_process_vram": 0.0,
144
  "max_reserved": 773.849088,
145
  "max_allocated": 745.086976
146
  },
147
  "latency": {
148
  "unit": "s",
149
- "count": 69,
150
- "total": 1.0065838251113892,
151
- "mean": 0.014588171378425928,
152
- "stdev": 0.0005706821762310424,
153
- "p50": 0.014302672386169434,
154
- "p90": 0.015501324081420898,
155
- "p95": 0.015956875228881836,
156
- "p99": 0.016061379852294923,
157
  "values": [
158
- 0.01606714630126953,
159
- 0.015781387329101563,
160
- 0.015583627700805664,
161
- 0.015480748176574707,
162
- 0.015296108245849609,
163
- 0.014707631111145019,
164
- 0.014571950912475587,
165
- 0.014445711135864257,
166
- 0.014476910591125488,
167
- 0.014823150634765626,
168
- 0.01519882869720459,
169
- 0.014316431999206543,
170
- 0.014287952423095704,
171
- 0.01432603168487549,
172
- 0.01429627227783203,
173
- 0.014356592178344726,
174
- 0.014569391250610351,
175
- 0.014185872077941895,
176
- 0.01421883201599121,
177
- 0.014190671920776367,
178
- 0.01420235252380371,
179
- 0.014158831596374512,
180
- 0.01412299346923828,
181
- 0.01422203254699707,
182
- 0.014186511993408204,
183
- 0.014302672386169434,
184
- 0.014175951957702637,
185
- 0.014415151596069336,
186
- 0.014054512977600098,
187
- 0.014855311393737794,
188
- 0.014822031021118164,
189
- 0.014970508575439453,
190
- 0.014938349723815919,
191
- 0.014721390724182128,
192
- 0.014110353469848633,
193
- 0.014258831977844237,
194
- 0.014266351699829101,
195
- 0.014116593360900879,
196
- 0.014036273002624512,
197
- 0.014102672576904297,
198
- 0.014178832054138184,
199
- 0.014150032997131348,
200
- 0.014123151779174805,
201
- 0.014143632888793946,
202
- 0.014057393074035645,
203
- 0.014133712768554688,
204
- 0.014254032135009765,
205
- 0.014182512283325194,
206
- 0.014214673042297364,
207
- 0.014185552597045898,
208
- 0.01413691234588623,
209
- 0.01416795253753662,
210
- 0.014995469093322753,
211
- 0.014719791412353515,
212
- 0.014143471717834472,
213
- 0.014175472259521484,
214
- 0.014262672424316405,
215
- 0.014126193046569825,
216
- 0.01432699203491211,
217
- 0.0144260311126709,
218
- 0.015026350021362305,
219
- 0.014900110244750976,
220
- 0.015056749343872071,
221
- 0.015068268775939942,
222
- 0.016058666229248047,
223
- 0.015993547439575196,
224
- 0.01601258659362793,
225
- 0.015901866912841796,
226
- 0.01524026870727539
227
  ]
228
  },
229
  "throughput": {
230
  "unit": "samples/s",
231
- "value": 68.54868743034335
232
  },
233
  "energy": null,
234
  "efficiency": null
 
3
  "name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
4
  "backend": {
5
  "name": "pytorch",
6
+ "version": "2.3.1+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "token-classification",
9
  "library": "transformers",
 
11
  "model": "microsoft/deberta-v3-base",
12
  "processor": "microsoft/deberta-v3-base",
13
  "device": "cuda",
14
+ "device_ids": "4",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
 
111
  "load": {
112
  "memory": {
113
  "unit": "MB",
114
+ "max_ram": 1017.208832,
115
+ "max_global_vram": 1060.777984,
116
+ "max_process_vram": 45025.11616,
117
  "max_reserved": 773.849088,
118
  "max_allocated": 736.603648
119
  },
120
  "latency": {
121
  "unit": "s",
122
  "count": 1,
123
+ "total": 7.71534228515625,
124
+ "mean": 7.71534228515625,
125
  "stdev": 0.0,
126
+ "p50": 7.71534228515625,
127
+ "p90": 7.71534228515625,
128
+ "p95": 7.71534228515625,
129
+ "p99": 7.71534228515625,
130
  "values": [
131
+ 7.71534228515625
132
  ]
133
  },
134
  "throughput": null,
 
138
  "forward": {
139
  "memory": {
140
  "unit": "MB",
141
+ "max_ram": 1177.714688,
142
+ "max_global_vram": 1142.390784,
143
+ "max_process_vram": 297258.954752,
144
  "max_reserved": 773.849088,
145
  "max_allocated": 745.086976
146
  },
147
  "latency": {
148
  "unit": "s",
149
+ "count": 61,
150
+ "total": 1.0097399120330806,
151
+ "mean": 0.016553113312017725,
152
+ "stdev": 0.011588046137302705,
153
+ "p50": 0.01475994873046875,
154
+ "p90": 0.015008427619934083,
155
+ "p95": 0.015059787750244141,
156
+ "p99": 0.06291684494018544,
157
  "values": [
158
+ 0.01521962833404541,
159
+ 0.01500634765625,
160
+ 0.014770190238952636,
161
+ 0.014736108779907227,
162
+ 0.014700909614562989,
163
+ 0.01472362995147705,
164
+ 0.014717069625854493,
165
+ 0.014766828536987305,
166
+ 0.014766030311584473,
167
+ 0.014822989463806153,
168
+ 0.014778188705444336,
169
+ 0.014818989753723144,
170
+ 0.014764429092407227,
171
+ 0.014746829986572266,
172
+ 0.014748429298400879,
173
+ 0.014832268714904786,
174
+ 0.014717709541320801,
175
+ 0.014769389152526855,
176
+ 0.014758350372314454,
177
+ 0.014705549240112305,
178
+ 0.014747630119323731,
179
+ 0.01474026870727539,
180
+ 0.014983469009399415,
181
+ 0.014733389854431152,
182
+ 0.014773070335388183,
183
+ 0.10393405151367187,
184
+ 0.014938029289245605,
185
+ 0.014758668899536132,
186
+ 0.014791149139404297,
187
+ 0.014778349876403809,
188
+ 0.014675470352172851,
189
+ 0.014684909820556641,
190
+ 0.014213871955871583,
191
+ 0.0144543514251709,
192
+ 0.014863788604736328,
193
+ 0.014828429222106934,
194
+ 0.01473738956451416,
195
+ 0.01477514934539795,
196
+ 0.01495802879333496,
197
+ 0.014752589225769042,
198
+ 0.01459867000579834,
199
+ 0.014703149795532227,
200
+ 0.014664270401000977,
201
+ 0.01503578758239746,
202
+ 0.01474170970916748,
203
+ 0.01469770908355713,
204
+ 0.014707630157470702,
205
+ 0.014667790412902832,
206
+ 0.015008427619934083,
207
+ 0.035572040557861326,
208
+ 0.014434029579162597,
209
+ 0.014114192008972168,
210
+ 0.014060751914978027,
211
+ 0.015059787750244141,
212
+ 0.014809228897094727,
213
+ 0.014766989707946777,
214
+ 0.01475994873046875,
215
+ 0.0147295503616333,
216
+ 0.015059787750244141,
217
+ 0.014786190032958984,
218
+ 0.01477034854888916
 
 
 
 
 
 
 
 
219
  ]
220
  },
221
  "throughput": {
222
  "unit": "samples/s",
223
+ "value": 60.411596365620845
224
  },
225
  "energy": null,
226
  "efficiency": null