IlyasMoutawwakil HF staff commited on
Commit
dabbf34
·
verified ·
1 Parent(s): 306a909

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.3.1+rocm5.7",
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": "5",
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": 1057.886208,
115
  "max_global_vram": 68702.69952,
116
- "max_process_vram": 44619.07968,
117
  "max_reserved": 773.849088,
118
  "max_allocated": 736.603648
119
  },
120
  "latency": {
121
  "unit": "s",
122
  "count": 1,
123
- "total": 8.4430869140625,
124
- "mean": 8.4430869140625,
125
  "stdev": 0.0,
126
- "p50": 8.4430869140625,
127
- "p90": 8.4430869140625,
128
- "p95": 8.4430869140625,
129
- "p99": 8.4430869140625,
130
  "values": [
131
- 8.4430869140625
132
  ]
133
  },
134
  "throughput": null,
@@ -138,98 +138,106 @@
138
  "forward": {
139
  "memory": {
140
  "unit": "MB",
141
- "max_ram": 1191.829504,
142
  "max_global_vram": 68702.69952,
143
- "max_process_vram": 293378.125824,
144
  "max_reserved": 773.849088,
145
  "max_allocated": 745.086976
146
  },
147
  "latency": {
148
  "unit": "s",
149
- "count": 70,
150
- "total": 1.0109701175689698,
151
- "mean": 0.014442430250985284,
152
- "stdev": 0.0010261607689387008,
153
- "p50": 0.014400748729705811,
154
- "p90": 0.014661899662017822,
155
- "p95": 0.014673754787445068,
156
- "p99": 0.01727330260276796,
157
  "values": [
158
- 0.014889386177062989,
159
- 0.014675626754760742,
160
- 0.014572267532348632,
161
- 0.014380908966064454,
162
- 0.014236748695373535,
163
- 0.014350028038024902,
164
- 0.01417130947113037,
165
- 0.014321867942810058,
166
- 0.014266509056091309,
167
- 0.014267949104309082,
168
- 0.014314027786254882,
169
- 0.014443147659301757,
170
- 0.014425228118896485,
171
- 0.014486187934875489,
172
- 0.014335148811340332,
173
- 0.014387308120727539,
174
- 0.014443947792053222,
175
- 0.014544427871704102,
176
- 0.014365867614746093,
177
- 0.014408107757568359,
178
- 0.01429722785949707,
179
- 0.014589386940002442,
180
- 0.014349068641662598,
181
- 0.014337228775024415,
182
- 0.014392428398132324,
183
- 0.01456330680847168,
184
- 0.014338188171386719,
185
- 0.014298349380493165,
186
- 0.014357229232788087,
187
- 0.014623308181762695,
188
- 0.014301227569580079,
189
- 0.014425707817077636,
190
- 0.02257943916320801,
191
- 0.014547467231750488,
192
- 0.014483628273010253,
193
- 0.01448058795928955,
194
- 0.014422348022460937,
195
- 0.014665067672729492,
196
- 0.014421708106994629,
197
- 0.014377388000488281,
198
- 0.014327629089355469,
199
- 0.01442714786529541,
200
- 0.014670987129211426,
201
- 0.01436474895477295,
202
- 0.014409387588500976,
203
- 0.014411467552185059,
204
- 0.014308588981628418,
205
- 0.014661547660827636,
206
- 0.014028109550476075,
207
- 0.013560111045837403,
208
- 0.014038828849792481,
209
- 0.013562991142272949,
210
- 0.014035788536071778,
211
- 0.013542510986328126,
212
- 0.01366619110107422,
213
- 0.013379311561584473,
214
- 0.01361579132080078,
215
- 0.013630670547485351,
216
- 0.013734669685363769,
217
- 0.014393709182739257,
218
- 0.014407788276672363,
219
- 0.01445546817779541,
220
- 0.014423948287963867,
221
- 0.014671466827392577,
222
- 0.014438347816467285,
223
- 0.014497547149658204,
224
- 0.014484107971191406,
225
- 0.014438828468322755,
226
- 0.014501386642456055,
227
- 0.014744746208190917
 
 
 
 
 
 
 
 
228
  ]
229
  },
230
  "throughput": {
231
  "unit": "samples/s",
232
- "value": 69.24042440376532
233
  },
234
  "energy": null,
235
  "efficiency": null
 
3
  "name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
4
  "backend": {
5
  "name": "pytorch",
6
+ "version": "2.2.0.dev20231010+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": "6",
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": 969.129984,
115
  "max_global_vram": 68702.69952,
116
+ "max_process_vram": 47874.215936,
117
  "max_reserved": 773.849088,
118
  "max_allocated": 736.603648
119
  },
120
  "latency": {
121
  "unit": "s",
122
  "count": 1,
123
+ "total": 8.7643759765625,
124
+ "mean": 8.7643759765625,
125
  "stdev": 0.0,
126
+ "p50": 8.7643759765625,
127
+ "p90": 8.7643759765625,
128
+ "p95": 8.7643759765625,
129
+ "p99": 8.7643759765625,
130
  "values": [
131
+ 8.7643759765625
132
  ]
133
  },
134
  "throughput": null,
 
138
  "forward": {
139
  "memory": {
140
  "unit": "MB",
141
+ "max_ram": 1111.597056,
142
  "max_global_vram": 68702.69952,
143
+ "max_process_vram": 302732.550144,
144
  "max_reserved": 773.849088,
145
  "max_allocated": 745.086976
146
  },
147
  "latency": {
148
  "unit": "s",
149
+ "count": 78,
150
+ "total": 1.0080697393417355,
151
+ "mean": 0.01292397101720174,
152
+ "stdev": 0.0004987095792301952,
153
+ "p50": 0.012727695941925049,
154
+ "p90": 0.013662642002105712,
155
+ "p95": 0.013774018335342407,
156
+ "p99": 0.014252172384262086,
157
  "values": [
158
+ 0.013671377182006835,
159
+ 0.013391857147216796,
160
+ 0.013008655548095703,
161
+ 0.012963855743408203,
162
+ 0.012716015815734864,
163
+ 0.012739376068115234,
164
+ 0.012687536239624023,
165
+ 0.01276257610321045,
166
+ 0.013749938011169433,
167
+ 0.01335217571258545,
168
+ 0.013297776222229003,
169
+ 0.014651219367980957,
170
+ 0.013351216316223144,
171
+ 0.01312337589263916,
172
+ 0.013596656799316407,
173
+ 0.01324433708190918,
174
+ 0.013076815605163574,
175
+ 0.013000017166137695,
176
+ 0.013089936256408691,
177
+ 0.01305361557006836,
178
+ 0.013129615783691406,
179
+ 0.01282049560546875,
180
+ 0.013054897308349609,
181
+ 0.012581615447998047,
182
+ 0.012770575523376465,
183
+ 0.013376656532287598,
184
+ 0.012865296363830566,
185
+ 0.012551055908203126,
186
+ 0.012451855659484864,
187
+ 0.012509296417236328,
188
+ 0.012403374671936035,
189
+ 0.012632495880126953,
190
+ 0.01246769618988037,
191
+ 0.012459855079650878,
192
+ 0.012427535057067871,
193
+ 0.01246561622619629,
194
+ 0.0124806547164917,
195
+ 0.01249089527130127,
196
+ 0.012491696357727051,
197
+ 0.012537615776062012,
198
+ 0.012531214714050293,
199
+ 0.012553296089172362,
200
+ 0.012553936004638671,
201
+ 0.012541135787963868,
202
+ 0.012508496284484864,
203
+ 0.012557774543762208,
204
+ 0.01247713565826416,
205
+ 0.012536975860595703,
206
+ 0.01256817626953125,
207
+ 0.012522894859313965,
208
+ 0.012509615898132324,
209
+ 0.01256817626953125,
210
+ 0.012581775665283203,
211
+ 0.012557135581970216,
212
+ 0.01252641487121582,
213
+ 0.012524975776672363,
214
+ 0.012536656379699708,
215
+ 0.012490575790405273,
216
+ 0.01248593521118164,
217
+ 0.012483535766601562,
218
+ 0.013302577018737794,
219
+ 0.014043537139892578,
220
+ 0.01365889835357666,
221
+ 0.014132976531982422,
222
+ 0.013865138053894043,
223
+ 0.013172176361083985,
224
+ 0.013560016632080079,
225
+ 0.013757938385009766,
226
+ 0.013443536758422851,
227
+ 0.01375745677947998,
228
+ 0.013478257179260255,
229
+ 0.013357136726379394,
230
+ 0.01324401569366455,
231
+ 0.012781455993652343,
232
+ 0.012899376869201661,
233
+ 0.01263889503479004,
234
+ 0.012444334983825684,
235
+ 0.012419055938720704
236
  ]
237
  },
238
  "throughput": {
239
  "unit": "samples/s",
240
+ "value": 77.37559908398163
241
  },
242
  "energy": null,
243
  "efficiency": null