IlyasMoutawwakil HF staff commited on
Commit
6ed8b91
·
verified ·
1 Parent(s): 65e5d1c

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
@@ -85,7 +85,7 @@
85
  "gpu_count": 1,
86
  "gpu_vram_mb": 68702699520,
87
  "optimum_benchmark_version": "0.3.1",
88
- "optimum_benchmark_commit": "25912a6d02929e242ccb030ce6895e556366bb93",
89
  "transformers_version": "4.42.4",
90
  "transformers_commit": null,
91
  "accelerate_version": "0.32.1",
@@ -104,24 +104,24 @@
104
  "load": {
105
  "memory": {
106
  "unit": "MB",
107
- "max_ram": 892.0064,
108
- "max_global_vram": 3346.49344,
109
- "max_process_vram": 45806.379008,
110
  "max_reserved": 773.849088,
111
  "max_allocated": 736.603648
112
  },
113
  "latency": {
114
  "unit": "s",
115
  "count": 1,
116
- "total": 7.1790283203125,
117
- "mean": 7.1790283203125,
118
  "stdev": 0.0,
119
- "p50": 7.1790283203125,
120
- "p90": 7.1790283203125,
121
- "p95": 7.1790283203125,
122
- "p99": 7.1790283203125,
123
  "values": [
124
- 7.1790283203125
125
  ]
126
  },
127
  "throughput": null,
@@ -131,97 +131,100 @@
131
  "forward": {
132
  "memory": {
133
  "unit": "MB",
134
- "max_ram": 1036.787712,
135
  "max_global_vram": 3409.420288,
136
- "max_process_vram": 287652.10624,
137
  "max_reserved": 773.849088,
138
  "max_allocated": 745.086976
139
  },
140
  "latency": {
141
  "unit": "s",
142
- "count": 69,
143
- "total": 1.0040672073364258,
144
- "mean": 0.014551698657049647,
145
- "stdev": 0.0005174539672021701,
146
- "p50": 0.014547325134277344,
147
- "p90": 0.015060699653625487,
148
- "p95": 0.01530607509613037,
149
- "p99": 0.01590014152526855,
150
  "values": [
151
- 0.015572922706604004,
152
- 0.015676603317260743,
153
- 0.015211323738098144,
154
- 0.014312926292419434,
155
- 0.01434652614593506,
156
- 0.014142206192016601,
157
- 0.013968287467956543,
158
- 0.01408476734161377,
159
- 0.01488252353668213,
160
- 0.01505388355255127,
161
- 0.015087964057922364,
162
- 0.016375160217285155,
163
- 0.015369242668151855,
164
- 0.01476540470123291,
165
- 0.015013724327087403,
166
- 0.01478764533996582,
167
- 0.015002524375915528,
168
- 0.014780764579772948,
169
- 0.0149342041015625,
170
- 0.014719485282897949,
171
- 0.014977084159851075,
172
- 0.014785405158996581,
173
- 0.014997243881225586,
174
- 0.01477836513519287,
175
- 0.014975963592529297,
176
- 0.014766844749450683,
177
- 0.014947323799133301,
178
- 0.014208286285400391,
179
- 0.014813725471496581,
180
- 0.013961087226867676,
181
- 0.014337725639343261,
182
- 0.014114366531372071,
183
- 0.01437772560119629,
184
- 0.014405885696411132,
185
- 0.014100445747375488,
186
- 0.014152766227722168,
187
- 0.014609086036682128,
188
- 0.013663007736206054,
189
- 0.014326366424560547,
190
- 0.013785886764526366,
191
- 0.013593406677246093,
192
- 0.014220605850219727,
193
- 0.013610048294067383,
194
- 0.014053086280822753,
195
- 0.014378206253051758,
196
- 0.014212446212768555,
197
- 0.01358572769165039,
198
- 0.014128286361694336,
199
- 0.014051965713500977,
200
- 0.01370684814453125,
201
- 0.01468956470489502,
202
- 0.014876124382019042,
203
- 0.014761404991149902,
204
- 0.015159804344177246,
205
- 0.014727644920349121,
206
- 0.014796283721923828,
207
- 0.01490668487548828,
208
- 0.014683805465698242,
209
- 0.013930206298828124,
210
- 0.014502845764160156,
211
- 0.01411612606048584,
212
- 0.014865084648132324,
213
- 0.014480125427246094,
214
- 0.014385886192321777,
215
- 0.014378205299377441,
216
- 0.014796283721923828,
217
- 0.014547325134277344,
218
- 0.014464125633239747,
219
- 0.01428636646270752
 
 
 
220
  ]
221
  },
222
  "throughput": {
223
  "unit": "samples/s",
224
- "value": 68.72049948035068
225
  },
226
  "energy": null,
227
  "efficiency": null
 
85
  "gpu_count": 1,
86
  "gpu_vram_mb": 68702699520,
87
  "optimum_benchmark_version": "0.3.1",
88
+ "optimum_benchmark_commit": "35e06a8a39b8c67a2e53b499c65346db81ed78be",
89
  "transformers_version": "4.42.4",
90
  "transformers_commit": null,
91
  "accelerate_version": "0.32.1",
 
104
  "load": {
105
  "memory": {
106
  "unit": "MB",
107
+ "max_ram": 891.981824,
108
+ "max_global_vram": 3346.497536,
109
+ "max_process_vram": 43124.379648,
110
  "max_reserved": 773.849088,
111
  "max_allocated": 736.603648
112
  },
113
  "latency": {
114
  "unit": "s",
115
  "count": 1,
116
+ "total": 7.37137109375,
117
+ "mean": 7.37137109375,
118
  "stdev": 0.0,
119
+ "p50": 7.37137109375,
120
+ "p90": 7.37137109375,
121
+ "p95": 7.37137109375,
122
+ "p99": 7.37137109375,
123
  "values": [
124
+ 7.37137109375
125
  ]
126
  },
127
  "throughput": null,
 
131
  "forward": {
132
  "memory": {
133
  "unit": "MB",
134
+ "max_ram": 1036.754944,
135
  "max_global_vram": 3409.420288,
136
+ "max_process_vram": 280243.802112,
137
  "max_reserved": 773.849088,
138
  "max_allocated": 745.086976
139
  },
140
  "latency": {
141
  "unit": "s",
142
+ "count": 72,
143
+ "total": 1.0078922395706178,
144
+ "mean": 0.01399850332736969,
145
+ "stdev": 0.0007726656571210562,
146
+ "p50": 0.013890772819519042,
147
+ "p90": 0.014727058887481688,
148
+ "p95": 0.0150066659450531,
149
+ "p99": 0.01687113628387452,
150
  "values": [
151
+ 0.014674691200256348,
152
+ 0.014720291137695312,
153
+ 0.014313411712646485,
154
+ 0.014285091400146485,
155
+ 0.014141251564025879,
156
+ 0.014307491302490235,
157
+ 0.013677573204040528,
158
+ 0.013825093269348145,
159
+ 0.014257250785827636,
160
+ 0.013877893447875976,
161
+ 0.013642533302307129,
162
+ 0.014308932304382325,
163
+ 0.013724452018737792,
164
+ 0.014278371810913086,
165
+ 0.014149891853332519,
166
+ 0.016421567916870116,
167
+ 0.014379011154174805,
168
+ 0.017971803665161133,
169
+ 0.015184769630432129,
170
+ 0.014820771217346191,
171
+ 0.014720290184020997,
172
+ 0.015079970359802247,
173
+ 0.014771651268005372,
174
+ 0.014325250625610351,
175
+ 0.014352452278137208,
176
+ 0.014019012451171875,
177
+ 0.013833251953125,
178
+ 0.014727810859680175,
179
+ 0.014312931060791016,
180
+ 0.014021092414855958,
181
+ 0.014253891944885255,
182
+ 0.01342925262451172,
183
+ 0.013129094123840331,
184
+ 0.013331012725830078,
185
+ 0.013723333358764649,
186
+ 0.013194053649902344,
187
+ 0.013377412796020508,
188
+ 0.013164454460144043,
189
+ 0.01390365219116211,
190
+ 0.013327493667602539,
191
+ 0.01330029296875,
192
+ 0.01315037441253662,
193
+ 0.013145414352416993,
194
+ 0.013713091850280761,
195
+ 0.013657732963562012,
196
+ 0.013157573699951172,
197
+ 0.013148934364318847,
198
+ 0.013611332893371582,
199
+ 0.013170052528381347,
200
+ 0.013213574409484863,
201
+ 0.013678052902221679,
202
+ 0.013561893463134765,
203
+ 0.01494668960571289,
204
+ 0.014341252326965332,
205
+ 0.01405149269104004,
206
+ 0.014526692390441895,
207
+ 0.014382051467895509,
208
+ 0.014092931747436524,
209
+ 0.013994372367858887,
210
+ 0.01429709243774414,
211
+ 0.014222691535949707,
212
+ 0.014024771690368653,
213
+ 0.01360157299041748,
214
+ 0.01357485294342041,
215
+ 0.013323174476623536,
216
+ 0.013509734153747559,
217
+ 0.013678531646728515,
218
+ 0.013645893096923828,
219
+ 0.01354141330718994,
220
+ 0.01318621253967285,
221
+ 0.013259973526000977,
222
+ 0.013223012924194337
223
  ]
224
  },
225
  "throughput": {
226
  "unit": "samples/s",
227
+ "value": 71.43620832984432
228
  },
229
  "energy": null,
230
  "efficiency": null