IlyasMoutawwakil HF staff commited on
Commit
ed3e0ec
1 Parent(s): a5a0599

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.0",
83
- "optimum_benchmark_commit": "01d97c3b80521824bd48931fdf6fe2b93ae98bbb",
84
  "transformers_version": "4.40.2",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.30.1",
@@ -99,7 +99,7 @@
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 959.664128,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -107,51 +107,49 @@
107
  },
108
  "latency": {
109
  "unit": "s",
110
- "count": 14,
111
- "total": 0.6259215840000252,
112
- "mean": 0.04470868457143037,
113
- "stdev": 0.0022939663500018918,
114
- "p50": 0.043769357000002174,
115
- "p90": 0.048089518100005085,
116
- "p95": 0.04964159665000238,
117
- "p99": 0.05047913932999904,
118
  "values": [
119
- 0.05068852499999821,
120
- 0.04907786600000463,
121
- 0.04293400700001371,
122
- 0.04381882900000278,
123
- 0.04392255199999795,
124
- 0.04289968300000169,
125
- 0.04357318199998872,
126
- 0.04327136300000234,
127
- 0.043123398000005864,
128
- 0.04357777199999191,
129
- 0.04384216200000424,
130
- 0.045688987000005454,
131
- 0.04371988500000157,
132
- 0.04578337300000612
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 44.73403812193649
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.6915323653658808e-06,
142
- "ram": 7.069100939563554e-08,
143
  "gpu": 0.0,
144
- "total": 1.7622233747615162e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1134929.9008536092
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 959.664128,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
@@ -159,78 +157,74 @@
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 14,
163
- "total": 0.3884702349999998,
164
- "mean": 0.027747873928571413,
165
- "stdev": 0.0012341039342716373,
166
- "p50": 0.02734965800000566,
167
- "p90": 0.029258482399990272,
168
- "p95": 0.030247627199992164,
169
- "p99": 0.031161741440000695,
170
  "values": [
171
- 0.03139027000000283,
172
- 0.029632357999986425,
173
- 0.027422628000010718,
174
- 0.02744358600000396,
175
- 0.026854253999999855,
176
- 0.027125967999978684,
177
- 0.027495414000014762,
178
- 0.026990998000002264,
179
- 0.02702737499998875,
180
- 0.026978214000024536,
181
- 0.02691326299998309,
182
- 0.02753311300000405,
183
- 0.027276688000000604,
184
- 0.028386105999999245
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
- "value": 36.038797155205486
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
- "cpu": 1.0187692457927022e-06,
194
- "ram": 4.257896128252051e-08,
195
  "gpu": 0.0,
196
- "total": 1.0613482070752237e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
- "value": 942197.8511234479
201
  }
202
  },
203
  "per_token": {
204
  "memory": null,
205
  "latency": {
206
  "unit": "s",
207
- "count": 13,
208
- "total": 0.9325598359999958,
209
- "mean": 0.07173537199999967,
210
- "stdev": 0.0023415807633051866,
211
- "p50": 0.07083575400000086,
212
- "p90": 0.07400461379999115,
213
- "p95": 0.07602001719998838,
214
- "p99": 0.07821214503999158,
215
  "values": [
216
- 0.07876017699999238,
217
- 0.07035103500001583,
218
- 0.0712637789999917,
219
- 0.07083575400000086,
220
- 0.07004571900000656,
221
- 0.0710509239999908,
222
- 0.07031886600000803,
223
- 0.07016754399998604,
224
- 0.07057194600000116,
225
- 0.07075963299999444,
226
- 0.07325009300001284,
227
- 0.07099112200000945,
228
- 0.07419324399998573
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "tokens/s",
233
- "value": 13.940124266728617
234
  },
235
  "energy": null,
236
  "efficiency": null
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.0",
83
+ "optimum_benchmark_commit": "95e35b7a93b1f17a9d9f175b70953ccd720a014f",
84
  "transformers_version": "4.40.2",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.30.1",
 
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 959.328256,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 12,
111
+ "total": 0.598599255000039,
112
+ "mean": 0.04988327125000325,
113
+ "stdev": 0.001540353882087201,
114
+ "p50": 0.050015868499997396,
115
+ "p90": 0.051869482100013894,
116
+ "p95": 0.0521807059500091,
117
+ "p99": 0.052433675590004045,
118
  "values": [
119
+ 0.05249691800000278,
120
+ 0.05036199799999963,
121
+ 0.05003383700000086,
122
+ 0.04999789999999393,
123
+ 0.05192198700001427,
124
+ 0.04727140800000029,
125
+ 0.05032377700001689,
126
+ 0.04906748600001265,
127
+ 0.04789944799998125,
128
+ 0.048067661999994016,
129
+ 0.04975989600001185,
130
+ 0.05139693800001055
 
 
131
  ]
132
  },
133
  "throughput": {
134
  "unit": "tokens/s",
135
+ "value": 40.0936015197654
136
  },
137
  "energy": {
138
  "unit": "kWh",
139
+ "cpu": 1.8045723438262942e-06,
140
+ "ram": 7.541489255998637e-08,
141
  "gpu": 0.0,
142
+ "total": 1.8799872363862803e-06
143
  },
144
  "efficiency": {
145
  "unit": "tokens/kWh",
146
+ "value": 1063837.0097897095
147
  }
148
  },
149
  "decode": {
150
  "memory": {
151
  "unit": "MB",
152
+ "max_ram": 959.328256,
153
  "max_global_vram": null,
154
  "max_process_vram": null,
155
  "max_reserved": null,
 
157
  },
158
  "latency": {
159
  "unit": "s",
160
+ "count": 12,
161
+ "total": 0.40489891399991507,
162
+ "mean": 0.03374157616665959,
163
+ "stdev": 0.004553991544903311,
164
+ "p50": 0.032008306500003414,
165
+ "p90": 0.03740018569998256,
166
+ "p95": 0.04227343494999189,
167
+ "p99": 0.046590807790002776,
168
  "values": [
169
+ 0.03275807399998598,
170
+ 0.03785793999998077,
171
+ 0.03268362500000421,
172
+ 0.04767015100000549,
173
+ 0.03113258399997676,
174
+ 0.03188273199998548,
175
+ 0.03105581999997753,
176
+ 0.03135770299999763,
177
+ 0.03194708200001628,
178
+ 0.031203274999995756,
179
+ 0.03206953099999055,
180
+ 0.03328039699999863
 
 
181
  ]
182
  },
183
  "throughput": {
184
  "unit": "tokens/s",
185
+ "value": 29.637026885190696
186
  },
187
  "energy": {
188
  "unit": "kWh",
189
+ "cpu": 9.935961829291454e-07,
190
+ "ram": 4.152478330662028e-08,
191
  "gpu": 0.0,
192
+ "total": 1.0351209662357651e-06
193
  },
194
  "efficiency": {
195
  "unit": "tokens/kWh",
196
+ "value": 966070.6648001893
197
  }
198
  },
199
  "per_token": {
200
  "memory": null,
201
  "latency": {
202
  "unit": "s",
203
+ "count": 11,
204
+ "total": 0.9184881439999799,
205
+ "mean": 0.08349892218181636,
206
+ "stdev": 0.00514898129836609,
207
+ "p50": 0.08189175300000784,
208
+ "p90": 0.08824428399998396,
209
+ "p95": 0.09295566149999956,
210
+ "p99": 0.09672476350001205,
211
  "values": [
212
+ 0.08824428399998396,
213
+ 0.08274625600000718,
214
+ 0.09766703900001517,
215
+ 0.08310822999999345,
216
+ 0.07918396499999858,
217
+ 0.0814084820000005,
218
+ 0.0804468199999917,
219
+ 0.0798560370000132,
220
+ 0.07924628199998551,
221
+ 0.08189175300000784,
222
+ 0.08468899599998281
 
 
223
  ]
224
  },
225
  "throughput": {
226
  "unit": "tokens/s",
227
+ "value": 11.976202493039736
228
  },
229
  "energy": null,
230
  "efficiency": null