IlyasMoutawwakil HF staff commited on
Commit
3c95e15
1 Parent(s): 4e35eaa

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
@@ -78,7 +78,7 @@
78
  "processor": "x86_64",
79
  "python_version": "3.10.14",
80
  "optimum_benchmark_version": "0.2.1",
81
- "optimum_benchmark_commit": "48414f58841d7ba7c7fd42d74fd524d1d23c3081",
82
  "transformers_version": "4.40.2",
83
  "transformers_commit": null,
84
  "accelerate_version": "0.30.1",
@@ -97,7 +97,7 @@
97
  "prefill": {
98
  "memory": {
99
  "unit": "MB",
100
- "max_ram": 955.785216,
101
  "max_global_vram": null,
102
  "max_process_vram": null,
103
  "max_reserved": null,
@@ -105,51 +105,50 @@
105
  },
106
  "latency": {
107
  "unit": "s",
108
- "count": 14,
109
- "total": 0.6218918910000468,
110
- "mean": 0.0444208493571462,
111
- "stdev": 0.0010790875710717678,
112
- "p50": 0.043943934499992565,
113
- "p90": 0.04594600920001995,
114
- "p95": 0.04666790895001469,
115
- "p99": 0.04712083779000437,
116
  "values": [
117
- 0.0444791839999823,
118
- 0.043715988000002426,
119
- 0.04384338700000967,
120
- 0.04636305300002164,
121
- 0.04464880099999391,
122
- 0.04357408300000998,
123
- 0.044005669999990005,
124
- 0.04723407000000179,
125
- 0.0444360740000036,
126
- 0.04376246500001457,
127
- 0.043882198999995126,
128
- 0.043671213999999736,
129
- 0.04330279600000608,
130
- 0.044972907000015994
131
  ]
132
  },
133
  "throughput": {
134
  "unit": "tokens/s",
135
- "value": 45.023902715589344
136
  },
137
  "energy": {
138
  "unit": "kWh",
139
- "cpu": 1.680608700822901e-06,
140
- "ram": 7.02356019589819e-08,
141
  "gpu": 0.0,
142
- "total": 1.7508443027818828e-06
143
  },
144
  "efficiency": {
145
  "unit": "tokens/kWh",
146
- "value": 1142306.0273390606
147
  }
148
  },
149
  "decode": {
150
  "memory": {
151
  "unit": "MB",
152
- "max_ram": 955.785216,
153
  "max_global_vram": null,
154
  "max_process_vram": null,
155
  "max_reserved": null,
@@ -157,78 +156,76 @@
157
  },
158
  "latency": {
159
  "unit": "s",
160
- "count": 14,
161
- "total": 0.38838130900003875,
162
- "mean": 0.02774152207143134,
163
- "stdev": 0.0010533510661675603,
164
- "p50": 0.027449605000001043,
165
- "p90": 0.02891533670000115,
166
- "p95": 0.02981638884999995,
167
- "p99": 0.030648914569995325,
168
  "values": [
169
- 0.02747412600001553,
170
- 0.026798824999985982,
171
- 0.029256035000003067,
172
- 0.028120373999996673,
173
- 0.027449941000014633,
174
- 0.027733611000002156,
175
- 0.027071714000015845,
176
- 0.02767881900001612,
177
- 0.027400006999982907,
178
- 0.027449268999987453,
179
- 0.027346608000016204,
180
- 0.026981005000010327,
181
- 0.03085704599999417,
182
- 0.026763928999997688
183
  ]
184
  },
185
  "throughput": {
186
  "unit": "tokens/s",
187
- "value": 36.04704880377908
188
  },
189
  "energy": {
190
  "unit": "kWh",
191
- "cpu": 1.0053710363529348e-06,
192
- "ram": 4.201771942845056e-08,
193
  "gpu": 0.0,
194
- "total": 1.0473887557813857e-06
195
  },
196
  "efficiency": {
197
  "unit": "tokens/kWh",
198
- "value": 954755.3327073555
199
  }
200
  },
201
  "per_token": {
202
  "memory": null,
203
  "latency": {
204
  "unit": "s",
205
- "count": 13,
206
- "total": 0.9385427059999927,
207
- "mean": 0.07219559276923021,
208
- "stdev": 0.001431526159125522,
209
- "p50": 0.07178495599998769,
210
- "p90": 0.07447220000000243,
211
- "p95": 0.07470121399999244,
212
- "p99": 0.0748759963999828,
213
  "values": [
214
- 0.07054371600000309,
215
- 0.07305326499999865,
216
- 0.07455556200000046,
217
- 0.07211271799999963,
218
- 0.07129487000000267,
219
- 0.07111637700000983,
220
- 0.07491969199998039,
221
- 0.07187831000001665,
222
- 0.07120511200000124,
223
- 0.07126228900000342,
224
- 0.07067708699997866,
225
- 0.0741387520000103,
226
- 0.07178495599998769
227
  ]
228
  },
229
  "throughput": {
230
  "unit": "tokens/s",
231
- "value": 13.851261020827858
232
  },
233
  "energy": null,
234
  "efficiency": null
 
78
  "processor": "x86_64",
79
  "python_version": "3.10.14",
80
  "optimum_benchmark_version": "0.2.1",
81
+ "optimum_benchmark_commit": "2516ce57a5b64eefeb78dc75a171e0cdff88823e",
82
  "transformers_version": "4.40.2",
83
  "transformers_commit": null,
84
  "accelerate_version": "0.30.1",
 
97
  "prefill": {
98
  "memory": {
99
  "unit": "MB",
100
+ "max_ram": 956.510208,
101
  "max_global_vram": null,
102
  "max_process_vram": null,
103
  "max_reserved": null,
 
105
  },
106
  "latency": {
107
  "unit": "s",
108
+ "count": 13,
109
+ "total": 0.6357577669999728,
110
+ "mean": 0.04890444361538252,
111
+ "stdev": 0.0008820830605062864,
112
+ "p50": 0.04921229699999685,
113
+ "p90": 0.04982055379998655,
114
+ "p95": 0.049928289999991195,
115
+ "p99": 0.050039097999995195,
116
  "values": [
117
+ 0.05006679999999619,
118
+ 0.04983594999998786,
119
+ 0.04832375000000866,
120
+ 0.04955616799998097,
121
+ 0.04920199800000091,
122
+ 0.04694990999999504,
123
+ 0.049388175000018464,
124
+ 0.04921639500000197,
125
+ 0.047933985000014445,
126
+ 0.04808931499999858,
127
+ 0.04921229699999685,
128
+ 0.048224054999991495,
129
+ 0.049758968999981334
 
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "tokens/s",
134
+ "value": 40.89607921376934
135
  },
136
  "energy": {
137
  "unit": "kWh",
138
+ "cpu": 1.694125656920355e-06,
139
+ "ram": 7.079968758763816e-08,
140
  "gpu": 0.0,
141
+ "total": 1.764925344507993e-06
142
  },
143
  "efficiency": {
144
  "unit": "tokens/kWh",
145
+ "value": 1133192.4073862392
146
  }
147
  },
148
  "decode": {
149
  "memory": {
150
  "unit": "MB",
151
+ "max_ram": 956.510208,
152
  "max_global_vram": null,
153
  "max_process_vram": null,
154
  "max_reserved": null,
 
156
  },
157
  "latency": {
158
  "unit": "s",
159
+ "count": 13,
160
+ "total": 0.39826846500002944,
161
+ "mean": 0.030636035769233034,
162
+ "stdev": 0.0003253756376968252,
163
+ "p50": 0.030561998999985462,
164
+ "p90": 0.03104573480001136,
165
+ "p95": 0.031231302600008348,
166
+ "p99": 0.031380361320007065,
167
  "values": [
168
+ 0.03068658300000493,
169
+ 0.03037712600001896,
170
+ 0.03141762600000675,
171
+ 0.031107087000009415,
172
+ 0.03019482600001311,
173
+ 0.03044065499997828,
174
+ 0.030740413999978955,
175
+ 0.030752866999989692,
176
+ 0.030392584999987093,
177
+ 0.030474567999988267,
178
+ 0.03080032600001914,
179
+ 0.030321803000049385,
180
+ 0.030561998999985462
 
181
  ]
182
  },
183
  "throughput": {
184
  "unit": "tokens/s",
185
+ "value": 32.64129887863213
186
  },
187
  "energy": {
188
  "unit": "kWh",
189
+ "cpu": 1.0548160118373317e-06,
190
+ "ram": 4.408370176471442e-08,
191
  "gpu": 0.0,
192
+ "total": 1.0988997136020455e-06
193
  },
194
  "efficiency": {
195
  "unit": "tokens/kWh",
196
+ "value": 910001.1471675923
197
  }
198
  },
199
  "per_token": {
200
  "memory": null,
201
  "latency": {
202
  "unit": "s",
203
+ "count": 12,
204
+ "total": 0.953466211999995,
205
+ "mean": 0.07945551766666625,
206
+ "stdev": 0.0009842037005582196,
207
+ "p50": 0.07985784400001705,
208
+ "p90": 0.0803253735000169,
209
+ "p95": 0.08050314630000628,
210
+ "p99": 0.08067198925999207,
211
  "values": [
212
+ 0.08027954099998169,
213
+ 0.07970219400002065,
214
+ 0.08071419999998852,
215
+ 0.07941578000000504,
216
+ 0.07734190499999727,
217
+ 0.08015944600001035,
218
+ 0.0800676959999862,
219
+ 0.07834084600000324,
220
+ 0.0785156829999778,
221
+ 0.08001349400001345,
222
+ 0.07858496099999002,
223
+ 0.0803304660000208
 
224
  ]
225
  },
226
  "throughput": {
227
  "unit": "tokens/s",
228
+ "value": 12.585658357865398
229
  },
230
  "energy": null,
231
  "efficiency": null