IlyasMoutawwakil HF staff commited on
Commit
c27d29c
1 Parent(s): 943226a

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": "dd02f26cb819965cbf86e16d9ce013cddc3b86af",
84
  "transformers_version": "4.42.3",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.31.0",
@@ -99,7 +99,7 @@
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 956.801024,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -107,52 +107,51 @@
107
  },
108
  "latency": {
109
  "unit": "s",
110
- "count": 15,
111
- "total": 0.6290416850000611,
112
- "mean": 0.041936112333337404,
113
- "stdev": 0.0012957450877051008,
114
- "p50": 0.041890797999997176,
115
- "p90": 0.043101457600005236,
116
- "p95": 0.044134031600000866,
117
- "p99": 0.04527483671999277,
118
  "values": [
119
- 0.042049416000025985,
120
- 0.04233840999998506,
121
- 0.0423214780000194,
122
- 0.041686834000017825,
123
- 0.04143483100000367,
124
- 0.04246931500000528,
125
- 0.042102306000003864,
126
- 0.041890797999997176,
127
- 0.045560037999990755,
128
- 0.04142576200001713,
129
- 0.041303500999987364,
130
- 0.0435228860000052,
131
- 0.040254883000017117,
132
- 0.040292483000001766,
133
- 0.04038874399998349
134
  ]
135
  },
136
  "throughput": {
137
  "unit": "tokens/s",
138
- "value": 47.691592966525086
139
  },
140
  "energy": {
141
  "unit": "kWh",
142
- "cpu": 1.5999743143717447e-06,
143
- "ram": 6.686529918702034e-08,
144
  "gpu": 0.0,
145
- "total": 1.666839613558765e-06
146
  },
147
  "efficiency": {
148
  "unit": "tokens/kWh",
149
- "value": 1199875.4911577394
150
  }
151
  },
152
  "decode": {
153
  "memory": {
154
  "unit": "MB",
155
- "max_ram": 956.801024,
156
  "max_global_vram": null,
157
  "max_process_vram": null,
158
  "max_reserved": null,
@@ -160,80 +159,78 @@
160
  },
161
  "latency": {
162
  "unit": "s",
163
- "count": 15,
164
- "total": 0.37784210599997436,
165
- "mean": 0.025189473733331625,
166
- "stdev": 0.0006067848580807377,
167
- "p50": 0.025192691000000877,
168
- "p90": 0.026014862199986055,
169
- "p95": 0.026322753399981025,
170
- "p99": 0.026394471479986237,
171
  "values": [
172
- 0.026284332999978233,
173
- 0.025215023000015435,
174
- 0.025192691000000877,
175
- 0.025406091999997216,
176
- 0.025021909000003006,
177
- 0.02491641200001027,
178
- 0.024999065999992354,
179
- 0.025362900999994054,
180
- 0.02561065599999779,
181
- 0.02524689399999147,
182
- 0.024794496999987814,
183
- 0.025129563999996662,
184
- 0.024075917000004665,
185
- 0.02641240099998754,
186
- 0.02417375000001698
187
  ]
188
  },
189
  "throughput": {
190
  "unit": "tokens/s",
191
- "value": 39.699122363035464
192
  },
193
  "energy": {
194
  "unit": "kWh",
195
- "cpu": 9.175052609708579e-07,
196
- "ram": 3.8345683555584745e-08,
197
  "gpu": 0.0,
198
- "total": 9.558509445264424e-07
199
  },
200
  "efficiency": {
201
  "unit": "tokens/kWh",
202
- "value": 1046188.2218418798
203
  }
204
  },
205
  "per_token": {
206
  "memory": null,
207
  "latency": {
208
  "unit": "s",
209
- "count": 14,
210
- "total": 0.9388101939999842,
211
- "mean": 0.06705787099999887,
212
- "stdev": 0.0015814750352863723,
213
- "p50": 0.06710167800001443,
214
- "p90": 0.0683765029,
215
- "p95": 0.06956377279999941,
216
- "p99": 0.07083567615999385,
217
  "values": [
218
- 0.06760374699999261,
219
- 0.06752976799998578,
220
- 0.0670973650000235,
221
- 0.0664847239999915,
222
- 0.067391678000007,
223
- 0.06710599100000536,
224
- 0.06729777199998921,
225
- 0.07115365199999246,
226
- 0.06667176600001312,
227
- 0.06612524899998107,
228
- 0.06870768400000316,
229
- 0.06436498300001858,
230
- 0.06668491799999288,
231
- 0.06459089699998799
232
  ]
233
  },
234
  "throughput": {
235
  "unit": "tokens/s",
236
- "value": 14.912492524554155
237
  },
238
  "energy": null,
239
  "efficiency": null
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.1",
83
+ "optimum_benchmark_commit": "f85421c91b2a2b1bc0a30ceba32f9580499bf023",
84
  "transformers_version": "4.42.3",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.31.0",
 
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 956.485632,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 14,
111
+ "total": 0.6631392349999032,
112
+ "mean": 0.047367088214278805,
113
+ "stdev": 0.0018567794314982196,
114
+ "p50": 0.04688193900000215,
115
+ "p90": 0.050500270799983586,
116
+ "p95": 0.050989113499980476,
117
+ "p99": 0.051011613899976285,
118
  "values": [
119
+ 0.04723268100002542,
120
+ 0.04848425199998019,
121
+ 0.046664858000042386,
122
+ 0.04642622199997959,
123
+ 0.04709901999996191,
124
+ 0.0459951049999745,
125
+ 0.045254389999968225,
126
+ 0.04939497499998424,
127
+ 0.051017238999975234,
128
+ 0.0509739689999833,
129
+ 0.04739707700002782,
130
+ 0.045059476000005816,
131
+ 0.04588531000001694,
132
+ 0.04625466099997766
 
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
+ "value": 42.22341029181313
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
+ "cpu": 1.818288335896502e-06,
142
+ "ram": 7.598500345641862e-08,
143
  "gpu": 0.0,
144
+ "total": 1.8942733393529205e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
+ "value": 1055813.8355487785
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
+ "max_ram": 956.485632,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
 
159
  },
160
  "latency": {
161
  "unit": "s",
162
+ "count": 14,
163
+ "total": 0.40755572500006565,
164
+ "mean": 0.029111123214290404,
165
+ "stdev": 0.001426597778332552,
166
+ "p50": 0.028622850500028107,
167
+ "p90": 0.03139698610000892,
168
+ "p95": 0.03165521325000782,
169
+ "p99": 0.03190958424999962,
170
  "values": [
171
+ 0.02949103399998876,
172
+ 0.028605528000014147,
173
+ 0.028484881999986555,
174
+ 0.028399842999988323,
175
+ 0.02864017300004207,
176
+ 0.029520700000034594,
177
+ 0.02798283000004176,
178
+ 0.031484002000013334,
179
+ 0.03197317699999758,
180
+ 0.03119394899999861,
181
+ 0.02743047899997464,
182
+ 0.02714351299999862,
183
+ 0.028884759999982634,
184
+ 0.02832085500000403
 
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
+ "value": 34.3511307564082
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
+ "cpu": 1.0542290379302673e-06,
194
+ "ram": 4.4061355000001764e-08,
195
  "gpu": 0.0,
196
+ "total": 1.0982903929302686e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
+ "value": 910506.0068239083
201
  }
202
  },
203
  "per_token": {
204
  "memory": null,
205
  "latency": {
206
  "unit": "s",
207
+ "count": 13,
208
+ "total": 0.994253824999987,
209
+ "mean": 0.07648106346153746,
210
+ "stdev": 0.0032515038066005513,
211
+ "p50": 0.07515090300000793,
212
+ "p90": 0.08192981380002493,
213
+ "p95": 0.0825456231999965,
214
+ "p99": 0.08292924543996605,
215
  "values": [
216
+ 0.07714477199999692,
217
+ 0.07515090300000793,
218
+ 0.07483810700000504,
219
+ 0.07575853999998117,
220
+ 0.07551517399997465,
221
+ 0.07325420099999747,
222
+ 0.08074531700003718,
223
+ 0.08302515099995844,
224
+ 0.08222593800002187,
225
+ 0.07500976699998319,
226
+ 0.07224853299999268,
227
+ 0.07463676100002203,
228
+ 0.0747006610000085
 
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "tokens/s",
233
+ "value": 13.075131996600737
234
  },
235
  "energy": null,
236
  "efficiency": null