IlyasMoutawwakil HF staff commited on
Commit
8db1502
1 Parent(s): c09563e

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
@@ -65,7 +65,7 @@
65
  "name": "process",
66
  "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
67
  "device_isolation": false,
68
- "device_isolation_action": "error",
69
  "numactl": false,
70
  "numactl_kwargs": {},
71
  "start_method": "spawn"
@@ -80,7 +80,7 @@
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.4.0",
83
- "optimum_benchmark_commit": "712b269a3b6d61a1322007f38975568cf51222c7",
84
  "transformers_version": "4.44.2",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.34.0",
@@ -99,7 +99,7 @@
99
  "load": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 1120.407552,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -108,31 +108,31 @@
108
  "latency": {
109
  "unit": "s",
110
  "count": 1,
111
- "total": 4.843946509999995,
112
- "mean": 4.843946509999995,
113
  "stdev": 0.0,
114
- "p50": 4.843946509999995,
115
- "p90": 4.843946509999995,
116
- "p95": 4.843946509999995,
117
- "p99": 4.843946509999995,
118
  "values": [
119
- 4.843946509999995
120
  ]
121
  },
122
  "throughput": null,
123
  "energy": {
124
  "unit": "kWh",
125
- "cpu": 6.791260906111095e-05,
126
- "ram": 2.8385729760189215e-06,
127
  "gpu": 0,
128
- "total": 7.075118203712986e-05
129
  },
130
  "efficiency": null
131
  },
132
  "prefill": {
133
  "memory": {
134
  "unit": "MB",
135
- "max_ram": 973.881344,
136
  "max_global_vram": null,
137
  "max_process_vram": null,
138
  "max_reserved": null,
@@ -140,52 +140,51 @@
140
  },
141
  "latency": {
142
  "unit": "s",
143
- "count": 15,
144
- "total": 0.660474444000215,
145
- "mean": 0.04403162960001434,
146
- "stdev": 0.0024519331834574544,
147
- "p50": 0.043054643000004944,
148
- "p90": 0.047120095400021,
149
- "p95": 0.0476585563000242,
150
- "p99": 0.04830474646003381,
151
  "values": [
152
- 0.0426397159999965,
153
- 0.04329123500002652,
154
- 0.043054643000004944,
155
- 0.0425270250000267,
156
- 0.048466294000036214,
157
- 0.047312383000019054,
158
- 0.04652550000002975,
159
- 0.04683166400002392,
160
- 0.045940364999978556,
161
- 0.04587443100001565,
162
- 0.04200827400001117,
163
- 0.04117562400000452,
164
- 0.040958447999969394,
165
- 0.040826362000018435,
166
- 0.04304248000005373
167
  ]
168
  },
169
  "throughput": {
170
  "unit": "tokens/s",
171
- "value": 45.42189371976704
172
  },
173
  "energy": {
174
  "unit": "kWh",
175
- "cpu": 1.6305878150463012e-06,
176
- "ram": 6.81440717380331e-08,
177
  "gpu": 0.0,
178
- "total": 1.6987318867843343e-06
179
  },
180
  "efficiency": {
181
  "unit": "tokens/kWh",
182
- "value": 1177348.8303595455
183
  }
184
  },
185
  "decode": {
186
  "memory": {
187
  "unit": "MB",
188
- "max_ram": 974.536704,
189
  "max_global_vram": null,
190
  "max_process_vram": null,
191
  "max_reserved": null,
@@ -193,81 +192,79 @@
193
  },
194
  "latency": {
195
  "unit": "s",
196
- "count": 15,
197
- "total": 0.403249100999858,
198
- "mean": 0.026883273399990533,
199
- "stdev": 0.0016049146547963916,
200
- "p50": 0.02633841800002301,
201
- "p90": 0.02897167199997739,
202
- "p95": 0.02928287489996819,
203
- "p99": 0.02971459177997076,
204
  "values": [
205
- 0.026306247999968946,
206
- 0.02670706800000744,
207
- 0.02633841800002301,
208
- 0.02697938799997246,
209
- 0.029822520999971402,
210
- 0.028851782999993247,
211
- 0.029051597999966816,
212
- 0.02843987199997855,
213
- 0.02875654500002156,
214
- 0.02516494200000352,
215
- 0.024897119999991446,
216
- 0.025700633999974798,
217
- 0.02531520200000159,
218
- 0.02540677299998606,
219
- 0.025510988999997153
220
  ]
221
  },
222
  "throughput": {
223
  "unit": "tokens/s",
224
- "value": 37.19785106230226
225
  },
226
  "energy": {
227
  "unit": "kWh",
228
- "cpu": 1.0095783253240302e-06,
229
- "ram": 4.219169983665909e-08,
230
  "gpu": 0.0,
231
- "total": 1.051770025160689e-06
232
  },
233
  "efficiency": {
234
  "unit": "tokens/kWh",
235
- "value": 950778.1892217555
236
  }
237
  },
238
  "per_token": {
239
  "memory": null,
240
  "latency": {
241
  "unit": "s",
242
- "count": 15,
243
- "total": 0.39717998799983434,
244
- "mean": 0.026478665866655624,
245
- "stdev": 0.0015162367482645788,
246
- "p50": 0.026004794000016318,
247
- "p90": 0.02842896199998677,
248
- "p95": 0.028738930399981655,
249
- "p99": 0.029184157279973987,
250
  "values": [
251
- 0.025948137000000315,
252
- 0.02627900699997099,
253
- 0.026004794000016318,
254
- 0.026590479999981653,
255
- 0.02929546399997207,
256
- 0.028321780999988277,
257
- 0.028500415999985762,
258
- 0.027918935999991845,
259
- 0.028252851999980066,
260
- 0.024848578999979054,
261
- 0.02458597700001519,
262
- 0.02535622999999987,
263
- 0.024996134999980768,
264
- 0.025080773000013323,
265
- 0.025200426999958836
266
  ]
267
  },
268
  "throughput": {
269
  "unit": "tokens/s",
270
- "value": 37.76625321819149
271
  },
272
  "energy": null,
273
  "efficiency": null
 
65
  "name": "process",
66
  "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
67
  "device_isolation": false,
68
+ "device_isolation_action": null,
69
  "numactl": false,
70
  "numactl_kwargs": {},
71
  "start_method": "spawn"
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.4.0",
83
+ "optimum_benchmark_commit": "32b10f1b300765e407764dfb07b6fe749067c327",
84
  "transformers_version": "4.44.2",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.34.0",
 
99
  "load": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 1120.735232,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
108
  "latency": {
109
  "unit": "s",
110
  "count": 1,
111
+ "total": 4.837882460000003,
112
+ "mean": 4.837882460000003,
113
  "stdev": 0.0,
114
+ "p50": 4.837882460000003,
115
+ "p90": 4.837882460000003,
116
+ "p95": 4.837882460000003,
117
+ "p99": 4.837882460000003,
118
  "values": [
119
+ 4.837882460000003
120
  ]
121
  },
122
  "throughput": null,
123
  "energy": {
124
  "unit": "kWh",
125
+ "cpu": 6.731132889444401e-05,
126
+ "ram": 2.8134219386396045e-06,
127
  "gpu": 0,
128
+ "total": 7.012475083308361e-05
129
  },
130
  "efficiency": null
131
  },
132
  "prefill": {
133
  "memory": {
134
  "unit": "MB",
135
+ "max_ram": 974.35648,
136
  "max_global_vram": null,
137
  "max_process_vram": null,
138
  "max_reserved": null,
 
140
  },
141
  "latency": {
142
  "unit": "s",
143
+ "count": 14,
144
+ "total": 0.6475484769999298,
145
+ "mean": 0.04625346264285213,
146
+ "stdev": 0.0020591863416355625,
147
+ "p50": 0.04740812299999675,
148
+ "p90": 0.048201641200012094,
149
+ "p95": 0.04832106780000345,
150
+ "p99": 0.04846572555996431,
151
  "values": [
152
+ 0.047452840999994805,
153
+ 0.04787592700000687,
154
+ 0.04729253300001801,
155
+ 0.04741018200002145,
156
+ 0.048150165999970795,
157
+ 0.04740606399997205,
158
+ 0.04850188999995453,
159
+ 0.04822370200002979,
160
+ 0.04745040699998526,
161
+ 0.043914610999991055,
162
+ 0.04316273500000989,
163
+ 0.042954719000022124,
164
+ 0.04344441799997867,
165
+ 0.0443082819999745
 
166
  ]
167
  },
168
  "throughput": {
169
  "unit": "tokens/s",
170
+ "value": 43.24000595248568
171
  },
172
  "energy": {
173
  "unit": "kWh",
174
+ "cpu": 1.6925050451691155e-06,
175
+ "ram": 7.073088769479535e-08,
176
  "gpu": 0.0,
177
+ "total": 1.7632359328639105e-06
178
  },
179
  "efficiency": {
180
  "unit": "tokens/kWh",
181
+ "value": 1134278.1545697795
182
  }
183
  },
184
  "decode": {
185
  "memory": {
186
  "unit": "MB",
187
+ "max_ram": 975.01184,
188
  "max_global_vram": null,
189
  "max_process_vram": null,
190
  "max_reserved": null,
 
192
  },
193
  "latency": {
194
  "unit": "s",
195
+ "count": 14,
196
+ "total": 0.40660500100000263,
197
+ "mean": 0.029043214357143046,
198
+ "stdev": 0.001917755823275476,
199
+ "p50": 0.029609716499976457,
200
+ "p90": 0.030274558299976207,
201
+ "p95": 0.03147463164996225,
202
+ "p99": 0.03319074552998245,
203
  "values": [
204
+ 0.030003507000003538,
205
+ 0.029587956000000304,
206
+ 0.02963147699995261,
207
+ 0.029759033999994244,
208
+ 0.02982840300001044,
209
+ 0.029469114999983503,
210
+ 0.030169566000040504,
211
+ 0.03031955499994865,
212
+ 0.0336197739999875,
213
+ 0.026864007000028778,
214
+ 0.026521230000014384,
215
+ 0.026640321999991556,
216
+ 0.027483428000039112,
217
+ 0.026707627000007506
 
218
  ]
219
  },
220
  "throughput": {
221
  "unit": "tokens/s",
222
+ "value": 34.431450586117876
223
  },
224
  "energy": {
225
  "unit": "kWh",
226
+ "cpu": 9.733742729790893e-07,
227
+ "ram": 4.068108875592315e-08,
228
  "gpu": 0.0,
229
+ "total": 1.014055361735013e-06
230
  },
231
  "efficiency": {
232
  "unit": "tokens/kWh",
233
+ "value": 986139.4532632176
234
  }
235
  },
236
  "per_token": {
237
  "memory": null,
238
  "latency": {
239
  "unit": "s",
240
+ "count": 14,
241
+ "total": 0.4003273420000255,
242
+ "mean": 0.028594810142858966,
243
+ "stdev": 0.001833549827496756,
244
+ "p50": 0.02905784649999532,
245
+ "p90": 0.02973866029998362,
246
+ "p95": 0.03094214589997932,
247
+ "p99": 0.032668147580010326,
248
  "values": [
249
+ 0.02950552200002221,
250
+ 0.029034388000013678,
251
+ 0.029081304999976965,
252
+ 0.02924521900001764,
253
+ 0.029310200999987046,
254
+ 0.028996828000003916,
255
+ 0.029641235000042343,
256
+ 0.029780413999958455,
257
+ 0.03309964800001808,
258
+ 0.02656550300002891,
259
+ 0.026221042999964084,
260
+ 0.026312543000017286,
261
+ 0.027135170999997626,
262
+ 0.02639832199997727
 
263
  ]
264
  },
265
  "throughput": {
266
  "unit": "tokens/s",
267
+ "value": 34.971380995503196
268
  },
269
  "energy": null,
270
  "efficiency": null