IlyasMoutawwakil HF staff commited on
Commit
70c4a68
1 Parent(s): 07b8772

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": "f837debaab7bc93d6490c10e065312a52e57b795",
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": 958.619648,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
@@ -108,51 +108,50 @@
108
  },
109
  "latency": {
110
  "unit": "s",
111
- "count": 14,
112
- "total": 0.6482270169999822,
113
- "mean": 0.046301929785713014,
114
- "stdev": 0.004546878962071299,
115
- "p50": 0.04411083949999295,
116
- "p90": 0.05217969889999097,
117
- "p95": 0.05523648269998631,
118
- "p99": 0.058336858939984776,
119
  "values": [
120
- 0.04501018000001977,
121
- 0.04491730399999483,
122
- 0.059111952999984396,
123
- 0.04744947999998317,
124
- 0.044143773999991254,
125
- 0.04390131900001393,
126
- 0.04354293000000098,
127
- 0.05314969099998734,
128
- 0.049916383999999425,
129
- 0.044077904999994644,
130
- 0.04356663100000446,
131
- 0.04301663399999711,
132
- 0.04346193300000323,
133
- 0.04296089900000766
134
  ]
135
  },
136
  "throughput": {
137
  "unit": "tokens/s",
138
- "value": 43.19474391793326
139
  },
140
  "energy": {
141
  "unit": "kWh",
142
- "cpu": 1.868257699189363e-06,
143
- "ram": 7.807683591457655e-08,
144
  "gpu": 0.0,
145
- "total": 1.9463345351039398e-06
146
  },
147
  "efficiency": {
148
  "unit": "tokens/kWh",
149
- "value": 1027572.580113107
150
  }
151
  },
152
  "decode": {
153
  "memory": {
154
  "unit": "MB",
155
- "max_ram": 958.619648,
156
  "max_global_vram": null,
157
  "max_process_vram": null,
158
  "max_reserved": null,
@@ -160,79 +159,77 @@
160
  },
161
  "latency": {
162
  "unit": "s",
163
- "count": 14,
164
- "total": 0.4167471049999847,
165
- "mean": 0.029767650357141764,
166
- "stdev": 0.003983805536416375,
167
- "p50": 0.02779229149999196,
168
- "p90": 0.03572732599998574,
169
- "p95": 0.03726574339999473,
170
- "p99": 0.03854114948001296,
171
  "values": [
172
- 0.028787558000004765,
173
- 0.036407296999982464,
174
- 0.03293798400000014,
175
- 0.03886000100001752,
176
- 0.02699971699999537,
177
- 0.026944831999998087,
178
- 0.034140726999993376,
179
- 0.029912273999997296,
180
- 0.027663182999987157,
181
- 0.027921399999996765,
182
- 0.02672232800000529,
183
- 0.02680142799999885,
184
- 0.026216204000007792,
185
- 0.02643217199999981
186
  ]
187
  },
188
  "throughput": {
189
  "unit": "tokens/s",
190
- "value": 33.59351470480044
191
  },
192
  "energy": {
193
  "unit": "kWh",
194
- "cpu": 1.2666384039441406e-06,
195
- "ram": 5.293570562251581e-08,
196
  "gpu": 0.0,
197
- "total": 1.3195741095666566e-06
198
  },
199
  "efficiency": {
200
  "unit": "tokens/kWh",
201
- "value": 757820.2639398528
202
  }
203
  },
204
  "per_token": {
205
  "memory": null,
206
  "latency": {
207
  "unit": "s",
208
- "count": 14,
209
- "total": 0.41132615199995826,
210
- "mean": 0.029380439428568446,
211
- "stdev": 0.003971546727600507,
212
- "p50": 0.027399070000001302,
213
- "p90": 0.03530498859998943,
214
- "p95": 0.03685198904999538,
215
- "p99": 0.038154673810007575,
216
  "values": [
217
- 0.02824434299998302,
218
- 0.03597518199998717,
219
- 0.03255706499999178,
220
- 0.03848034500001063,
221
- 0.02663903699999537,
222
- 0.026591725999992377,
223
- 0.033741203999994696,
224
- 0.02954118499999936,
225
- 0.02727188500000466,
226
- 0.027526254999997946,
227
- 0.026380122999995592,
228
- 0.026414748999997073,
229
- 0.025873738000001367,
230
- 0.026089315000007218
231
  ]
232
  },
233
  "throughput": {
234
  "unit": "tokens/s",
235
- "value": 34.03625062964978
236
  },
237
  "energy": null,
238
  "efficiency": null
 
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
  "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
  },
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
  },
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