IlyasMoutawwakil HF staff commited on
Commit
a246183
1 Parent(s): b47ddbe

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
@@ -81,7 +81,7 @@
81
  "processor": "x86_64",
82
  "python_version": "3.10.14",
83
  "optimum_benchmark_version": "0.3.1",
84
- "optimum_benchmark_commit": "41836e67badc33c5e7a42b3b53f44695ff51963e",
85
  "transformers_version": "4.42.4",
86
  "transformers_commit": null,
87
  "accelerate_version": "0.32.1",
@@ -100,7 +100,7 @@
100
  "prefill": {
101
  "memory": {
102
  "unit": "MB",
103
- "max_ram": 961.810432,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
@@ -108,50 +108,52 @@
108
  },
109
  "latency": {
110
  "unit": "s",
111
- "count": 13,
112
- "total": 0.6482313710000085,
113
- "mean": 0.04986395161538527,
114
- "stdev": 0.0009899705731160626,
115
- "p50": 0.049836963000018386,
116
- "p90": 0.05095472999996673,
117
- "p95": 0.051180428599980135,
118
- "p99": 0.05139537931999939,
119
  "values": [
120
- 0.047838807999994515,
121
- 0.04964031000002933,
122
- 0.05007256199996846,
123
- 0.049836963000018386,
124
- 0.04982318699995858,
125
- 0.050659386000006634,
126
- 0.050349738000022626,
127
- 0.04850981900000306,
128
- 0.04884853000004341,
129
- 0.05100130299996408,
130
- 0.05076843799997732,
131
- 0.05144911700000421,
132
- 0.04943321000001788
 
 
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 40.10913566230299
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.7232025303126536e-06,
142
- "ram": 7.201478526212668e-08,
143
  "gpu": 0.0,
144
- "total": 1.7952173155747803e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1114071.250677333
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 961.810432,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
@@ -159,77 +161,81 @@
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 13,
163
- "total": 0.3952158779999877,
164
- "mean": 0.030401221384614437,
165
- "stdev": 0.0009595033356158556,
166
- "p50": 0.03030564199997343,
167
- "p90": 0.03161760259997663,
168
- "p95": 0.03176243859999204,
169
- "p99": 0.031888375720011485,
170
  "values": [
171
- 0.029676348999998936,
172
- 0.03030564199997343,
173
- 0.030989065000028404,
174
- 0.03126799500000743,
175
- 0.02907482800003436,
176
- 0.03191986000001634,
177
- 0.031657490999975835,
178
- 0.03145804899997984,
179
- 0.030471841999997196,
180
- 0.030132197999989785,
181
- 0.028823450000004414,
182
- 0.029919843000016044,
183
- 0.029519265999965683
 
 
184
  ]
185
  },
186
  "throughput": {
187
  "unit": "tokens/s",
188
- "value": 32.89341527923229
189
  },
190
  "energy": {
191
  "unit": "kWh",
192
- "cpu": 1.05675412836858e-06,
193
- "ram": 4.415997808012306e-08,
194
  "gpu": 0.0,
195
- "total": 1.1009141064487033e-06
196
  },
197
  "efficiency": {
198
  "unit": "tokens/kWh",
199
- "value": 908336.0764862674
200
  }
201
  },
202
  "per_token": {
203
  "memory": null,
204
  "latency": {
205
  "unit": "s",
206
- "count": 13,
207
- "total": 0.38846025899994174,
208
- "mean": 0.029881558384610905,
209
- "stdev": 0.0009570729378622161,
210
- "p50": 0.02977736799999775,
211
- "p90": 0.031095519999962563,
212
- "p95": 0.03124007919998348,
213
- "p99": 0.031368497440012105,
214
  "values": [
215
- 0.029159837000008793,
216
- 0.02977736799999775,
217
- 0.03044752599998901,
218
- 0.03076085999998668,
219
- 0.0285710190000259,
220
- 0.03140060200001926,
221
- 0.03113306399995963,
222
- 0.030945343999974284,
223
- 0.029962812999997368,
224
- 0.02961513399998239,
225
- 0.028333737000025394,
226
- 0.029391067000005933,
227
- 0.02896188799996935
 
 
228
  ]
229
  },
230
  "throughput": {
231
  "unit": "tokens/s",
232
- "value": 33.465456758607445
233
  },
234
  "energy": null,
235
  "efficiency": null
 
81
  "processor": "x86_64",
82
  "python_version": "3.10.14",
83
  "optimum_benchmark_version": "0.3.1",
84
+ "optimum_benchmark_commit": "bc46022225a5818a4648ee2abeffdd38c4a9b291",
85
  "transformers_version": "4.42.4",
86
  "transformers_commit": null,
87
  "accelerate_version": "0.32.1",
 
100
  "prefill": {
101
  "memory": {
102
  "unit": "MB",
103
+ "max_ram": 961.900544,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
 
108
  },
109
  "latency": {
110
  "unit": "s",
111
+ "count": 15,
112
+ "total": 0.6508733759999075,
113
+ "mean": 0.04339155839999383,
114
+ "stdev": 0.0011598157189439424,
115
+ "p50": 0.043116437999998425,
116
+ "p90": 0.04481483919998937,
117
+ "p95": 0.044885319999986,
118
+ "p99": 0.04490284799997994,
119
  "values": [
120
+ 0.04487592999998924,
121
+ 0.044907229999978426,
122
+ 0.044636212999989766,
123
+ 0.043833023999980014,
124
+ 0.043116437999998425,
125
+ 0.043556800000004614,
126
+ 0.04295247199999608,
127
+ 0.04267447399999469,
128
+ 0.04305524399998717,
129
+ 0.04285919899999158,
130
+ 0.044260532999999214,
131
+ 0.0427833269999951,
132
+ 0.042107807000007824,
133
+ 0.04472320299998955,
134
+ 0.04053148200000578
135
  ]
136
  },
137
  "throughput": {
138
  "unit": "tokens/s",
139
+ "value": 46.09191450474118
140
  },
141
  "energy": {
142
  "unit": "kWh",
143
+ "cpu": 1.58579953511556e-06,
144
+ "ram": 6.627338510616027e-08,
145
  "gpu": 0.0,
146
+ "total": 1.6520729202217205e-06
147
  },
148
  "efficiency": {
149
  "unit": "tokens/kWh",
150
+ "value": 1210600.3164385657
151
  }
152
  },
153
  "decode": {
154
  "memory": {
155
  "unit": "MB",
156
+ "max_ram": 961.900544,
157
  "max_global_vram": null,
158
  "max_process_vram": null,
159
  "max_reserved": null,
 
161
  },
162
  "latency": {
163
  "unit": "s",
164
+ "count": 15,
165
+ "total": 0.39051585400005706,
166
+ "mean": 0.02603439026667047,
167
+ "stdev": 0.0009048902976164687,
168
+ "p50": 0.026079204000012624,
169
+ "p90": 0.02728941820000159,
170
+ "p95": 0.02760934129999839,
171
+ "p99": 0.027609756259986965,
172
  "values": [
173
+ 0.02760911900000451,
174
+ 0.02680986699999721,
175
+ 0.026674344000014116,
176
+ 0.026079204000012624,
177
+ 0.025508619000021326,
178
+ 0.025873378999989427,
179
+ 0.026359326000005012,
180
+ 0.02550162700001124,
181
+ 0.02640589300000329,
182
+ 0.025570313999992322,
183
+ 0.02622838199999933,
184
+ 0.02760985999998411,
185
+ 0.02483758700000749,
186
+ 0.02514790200001471,
187
+ 0.024300431000000344
188
  ]
189
  },
190
  "throughput": {
191
  "unit": "tokens/s",
192
+ "value": 38.41073248718298
193
  },
194
  "energy": {
195
  "unit": "kWh",
196
+ "cpu": 9.318805436293287e-07,
197
+ "ram": 3.8945397913349215e-08,
198
  "gpu": 0.0,
199
+ "total": 9.70825941542678e-07
200
  },
201
  "efficiency": {
202
  "unit": "tokens/kWh",
203
+ "value": 1030050.7611188915
204
  }
205
  },
206
  "per_token": {
207
  "memory": null,
208
  "latency": {
209
  "unit": "s",
210
+ "count": 15,
211
+ "total": 0.38524732699997344,
212
+ "mean": 0.025683155133331564,
213
+ "stdev": 0.0008973666707497019,
214
+ "p50": 0.025732828000002428,
215
+ "p90": 0.026917862600004127,
216
+ "p95": 0.027238269799997283,
217
+ "p99": 0.027264251559990384,
218
  "values": [
219
+ 0.02722435100000098,
220
+ 0.02645813000000885,
221
+ 0.026315976000006458,
222
+ 0.025732828000002428,
223
+ 0.025174707000019225,
224
+ 0.025526531999986446,
225
+ 0.025983265000007805,
226
+ 0.025151012999998557,
227
+ 0.026047986000008905,
228
+ 0.025238764999983232,
229
+ 0.025870935000000372,
230
+ 0.02727074699998866,
231
+ 0.024518481999990627,
232
+ 0.024776438999992934,
233
+ 0.02395717099997796
234
  ]
235
  },
236
  "throughput": {
237
  "unit": "tokens/s",
238
+ "value": 38.93602615444242
239
  },
240
  "energy": null,
241
  "efficiency": null