IlyasMoutawwakil HF staff commited on
Commit
791b699
1 Parent(s): d207eee

Upload cpu_inference_transformers_text-generation_openai-community/gpt2/benchmark.json with huggingface_hub

Browse files
cpu_inference_transformers_text-generation_openai-community/gpt2/benchmark.json CHANGED
@@ -80,7 +80,7 @@
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.1",
83
- "optimum_benchmark_commit": "d8da484bc148044dec1ba23c2d50d43cabd271ad",
84
  "transformers_version": "4.41.0",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.30.1",
@@ -99,7 +99,7 @@
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 945.061888,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -107,51 +107,50 @@
107
  },
108
  "latency": {
109
  "unit": "s",
110
- "count": 14,
111
- "total": 0.6519099269999629,
112
- "mean": 0.04656499478571163,
113
- "stdev": 0.002765383484319678,
114
- "p50": 0.04775103949999959,
115
- "p90": 0.04896224939998319,
116
- "p95": 0.04930760169998081,
117
- "p99": 0.04977713153998621,
118
  "values": [
119
- 0.048886216999989074,
120
- 0.04899157199997717,
121
- 0.049894513999987566,
122
- 0.04795314099999359,
123
- 0.04754893800000559,
124
- 0.04744637799998941,
125
- 0.04819367799998986,
126
- 0.04859280100001229,
127
- 0.04889382999999725,
128
- 0.04569204200001309,
129
- 0.04248319500001685,
130
- 0.04283991899998796,
131
- 0.04259950200000162,
132
- 0.04189420000000155
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 42.95071886518702
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.698895007515875e-06,
142
- "ram": 7.099820193668224e-08,
143
  "gpu": 0.0,
144
- "total": 1.7698932094525572e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1130011.6805457526
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 945.19296,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
@@ -159,78 +158,76 @@
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 14,
163
- "total": 0.3999875909999844,
164
- "mean": 0.028570542214284598,
165
- "stdev": 0.0018862821001296897,
166
- "p50": 0.02978528549999737,
167
- "p90": 0.03031676139999604,
168
- "p95": 0.030422032949994106,
169
- "p99": 0.030529879389992517,
170
  "values": [
171
- 0.030349443999995174,
172
- 0.02902939000000515,
173
- 0.029903025000010075,
174
- 0.02987463099998422,
175
- 0.029775187000012693,
176
- 0.03024050199999806,
177
- 0.03055684099999212,
178
- 0.02979538399998205,
179
- 0.03002091400000495,
180
- 0.026415576999994528,
181
- 0.026288911999984066,
182
- 0.025862888000006024,
183
- 0.026187493000009,
184
- 0.02568740300000627
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
- "value": 35.00108582118626
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
- "cpu": 1.038653432075145e-06,
194
- "ram": 4.341018088819451e-08,
195
  "gpu": 0.0,
196
- "total": 1.0820636129633396e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
- "value": 924160.08450871
201
  }
202
  },
203
  "per_token": {
204
  "memory": null,
205
  "latency": {
206
  "unit": "s",
207
- "count": 13,
208
- "total": 0.9730459999999823,
209
- "mean": 0.07484969230769095,
210
- "stdev": 0.004581415225946937,
211
- "p50": 0.07766217399998254,
212
- "p90": 0.07892092519999779,
213
- "p95": 0.07930507919999172,
214
- "p99": 0.07971779423998442,
215
  "values": [
216
- 0.07804298199999948,
217
- 0.07982097299998259,
218
- 0.07784869000002459,
219
- 0.07732594899999867,
220
- 0.07766217399998254,
221
- 0.07876002599999765,
222
- 0.07842195700001753,
223
- 0.07896114999999782,
224
- 0.07228907699999354,
225
- 0.06878141499998947,
226
- 0.0687213920000147,
227
- 0.06880570900000293,
228
- 0.0676045059999808
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "tokens/s",
233
- "value": 13.360108360756055
234
  },
235
  "energy": null,
236
  "efficiency": null
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.1",
83
+ "optimum_benchmark_commit": "619f91dd928d405e72e9e7724b958f1538ca7d80",
84
  "transformers_version": "4.41.0",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.30.1",
 
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 945.229824,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 13,
111
+ "total": 0.6428320870000448,
112
+ "mean": 0.049448622076926525,
113
+ "stdev": 0.0020078466915931406,
114
+ "p50": 0.04985194600001819,
115
+ "p90": 0.05064141419998123,
116
+ "p95": 0.050848530999991225,
117
+ "p99": 0.051088823800013186,
118
  "values": [
119
+ 0.05031153199999494,
120
+ 0.05114889700001868,
121
+ 0.049722705999982963,
122
+ 0.05061392300001444,
123
+ 0.048283080000004475,
124
+ 0.04985194600001819,
125
+ 0.050306051000006846,
126
+ 0.04910588000001326,
127
+ 0.050463232999987895,
128
+ 0.04978999100001147,
129
+ 0.050648286999972925,
130
+ 0.049645063000014034,
131
+ 0.042941498000004685
 
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "tokens/s",
136
+ "value": 40.446020859562644
137
  },
138
  "energy": {
139
  "unit": "kWh",
140
+ "cpu": 1.6938906360939505e-06,
141
+ "ram": 7.0788632798761e-08,
142
  "gpu": 0.0,
143
+ "total": 1.7646792688927113e-06
144
  },
145
  "efficiency": {
146
  "unit": "tokens/kWh",
147
+ "value": 1133350.4253466672
148
  }
149
  },
150
  "decode": {
151
  "memory": {
152
  "unit": "MB",
153
+ "max_ram": 945.229824,
154
  "max_global_vram": null,
155
  "max_process_vram": null,
156
  "max_reserved": null,
 
158
  },
159
  "latency": {
160
  "unit": "s",
161
+ "count": 13,
162
+ "total": 0.3983753859999126,
163
+ "mean": 0.03064426046153174,
164
+ "stdev": 0.0014700787956508639,
165
+ "p50": 0.03131875899998704,
166
+ "p90": 0.031569557000005945,
167
+ "p95": 0.03166596420000474,
168
+ "p99": 0.031768659239995715,
169
  "values": [
170
+ 0.03179433299999346,
171
+ 0.02979006799998274,
172
+ 0.031436087000003,
173
+ 0.031399288999978126,
174
+ 0.03131875899998704,
175
+ 0.03143513599999892,
176
+ 0.03112569999998982,
177
+ 0.03079246999999441,
178
+ 0.03158038500001226,
179
+ 0.03152624499998069,
180
+ 0.031199818000004598,
181
+ 0.02839166699999396,
182
+ 0.02658542899999361
 
183
  ]
184
  },
185
  "throughput": {
186
  "unit": "tokens/s",
187
+ "value": 32.63253819602914
188
  },
189
  "energy": {
190
  "unit": "kWh",
191
+ "cpu": 1.003325945321297e-06,
192
+ "ram": 4.193258926862206e-08,
193
  "gpu": 0.0,
194
+ "total": 1.0452585345899192e-06
195
  },
196
  "efficiency": {
197
  "unit": "tokens/kWh",
198
+ "value": 956701.1097329378
199
  }
200
  },
201
  "per_token": {
202
  "memory": null,
203
  "latency": {
204
  "unit": "s",
205
+ "count": 12,
206
+ "total": 0.9594809250000083,
207
+ "mean": 0.07995674375000068,
208
+ "stdev": 0.003323258659392264,
209
+ "p50": 0.08127134800000135,
210
+ "p90": 0.08198370220000015,
211
+ "p95": 0.08202318359999908,
212
+ "p99": 0.08204872471999891,
213
  "values": [
214
+ 0.08096021399998676,
215
+ 0.08120404800001779,
216
+ 0.08199706199999923,
217
+ 0.079628649,
218
+ 0.08134090199999378,
219
+ 0.08145156800000564,
220
+ 0.07989444300000059,
221
+ 0.08205510999999888,
222
+ 0.08133864799998491,
223
+ 0.08186346400000843,
224
+ 0.07820807799998875,
225
+ 0.0695387390000235
 
226
  ]
227
  },
228
  "throughput": {
229
  "unit": "tokens/s",
230
+ "value": 12.506762445537827
231
  },
232
  "energy": null,
233
  "efficiency": null