IlyasMoutawwakil HF staff commited on
Commit
fe74246
1 Parent(s): d93f2eb

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": "3b17890e550ffe969ad275a1b08288c6015397d9",
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.213568,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -107,52 +107,48 @@
107
  },
108
  "latency": {
109
  "unit": "s",
110
- "count": 15,
111
- "total": 0.6432671100000391,
112
- "mean": 0.04288447400000261,
113
- "stdev": 0.0006131960096328534,
114
- "p50": 0.04273281500002213,
115
- "p90": 0.04365834460001565,
116
- "p95": 0.04395496820001199,
117
- "p99": 0.044244434440008716,
118
  "values": [
119
- 0.04379989700001374,
120
- 0.04344601600001852,
121
- 0.04252090999997904,
122
- 0.04273281500002213,
123
- 0.042765174999999545,
124
- 0.04289095400000065,
125
- 0.0443168010000079,
126
- 0.04272660400002337,
127
- 0.04321895300000733,
128
- 0.042399514000010186,
129
- 0.04325059100000317,
130
- 0.042260153000000855,
131
- 0.04252561899997431,
132
- 0.0418052649999936,
133
- 0.04260784299998477
134
  ]
135
  },
136
  "throughput": {
137
  "unit": "tokens/s",
138
- "value": 46.63692505590434
139
  },
140
  "energy": {
141
  "unit": "kWh",
142
- "cpu": 1.6362696334167766e-06,
143
- "ram": 6.838202435243407e-08,
144
  "gpu": 0.0,
145
- "total": 1.7046516577692106e-06
146
  },
147
  "efficiency": {
148
  "unit": "tokens/kWh",
149
- "value": 1173260.2323088674
150
  }
151
  },
152
  "decode": {
153
  "memory": {
154
  "unit": "MB",
155
- "max_ram": 959.213568,
156
  "max_global_vram": null,
157
  "max_process_vram": null,
158
  "max_reserved": null,
@@ -160,80 +156,72 @@
160
  },
161
  "latency": {
162
  "unit": "s",
163
- "count": 15,
164
- "total": 0.40162400400001275,
165
- "mean": 0.02677493360000085,
166
- "stdev": 0.0009793670233713997,
167
- "p50": 0.02653633799999966,
168
- "p90": 0.027721777799996516,
169
- "p95": 0.028593429400007152,
170
- "p99": 0.02956511228002,
171
  "values": [
172
- 0.02653633799999966,
173
- 0.026568989999987025,
174
- 0.026909554000013713,
175
- 0.02618327999999792,
176
- 0.026637598000007756,
177
- 0.02807288500000027,
178
- 0.026492405999988478,
179
- 0.026366701999990028,
180
- 0.026629262000000153,
181
- 0.027195116999990887,
182
- 0.02634892899999386,
183
- 0.02603897100001973,
184
- 0.029808033000023215,
185
- 0.02548179100000425,
186
- 0.026354147999995803
187
  ]
188
  },
189
  "throughput": {
190
  "unit": "tokens/s",
191
- "value": 37.34836526354517
192
  },
193
  "energy": {
194
  "unit": "kWh",
195
- "cpu": 9.886841310395135e-07,
196
- "ram": 4.132014078664287e-08,
197
  "gpu": 0.0,
198
- "total": 1.0300042718261557e-06
199
  },
200
  "efficiency": {
201
  "unit": "tokens/kWh",
202
- "value": 970869.7598186079
203
  }
204
  },
205
  "per_token": {
206
  "memory": null,
207
  "latency": {
208
  "unit": "s",
209
- "count": 14,
210
- "total": 0.9748128969999925,
211
- "mean": 0.0696294926428566,
212
- "stdev": 0.001117507853519043,
213
- "p50": 0.06950122199999953,
214
- "p90": 0.0709310381000023,
215
- "p95": 0.07139638105000187,
216
- "p99": 0.07202770420999116,
217
  "values": [
218
- 0.07002267000001439,
219
- 0.06940666999997802,
220
- 0.06898561400001313,
221
- 0.06941038799999433,
222
- 0.0709714520000091,
223
- 0.07083673899998644,
224
- 0.06910846400000992,
225
- 0.06987409199999206,
226
- 0.06959205600000473,
227
- 0.06961640099999045,
228
- 0.0683459920000189,
229
- 0.07218553499998848,
230
- 0.06748049600000172,
231
- 0.06897632799999087
232
  ]
233
  },
234
  "throughput": {
235
  "unit": "tokens/s",
236
- "value": 14.361730382399843
237
  },
238
  "energy": null,
239
  "efficiency": null
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.0",
83
+ "optimum_benchmark_commit": "b3690661eecec40c5905418f03e56991fd2bca89",
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": 948.75648,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 11,
111
+ "total": 0.6621573779999892,
112
+ "mean": 0.06019612527272629,
113
+ "stdev": 0.0047213693368829855,
114
+ "p50": 0.05879166400001168,
115
+ "p90": 0.06171697599998538,
116
+ "p95": 0.06816258249999407,
117
+ "p99": 0.07331906770000103,
118
  "values": [
119
+ 0.058658234999995784,
120
+ 0.05694480599998997,
121
+ 0.05879166400001168,
122
+ 0.07460818900000277,
123
+ 0.05989548900001296,
124
+ 0.06171697599998538,
125
+ 0.0589603390000093,
126
+ 0.05789677299998175,
127
+ 0.059302618000003804,
128
+ 0.05758492199998955,
129
+ 0.05779736700000626
 
 
 
 
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "tokens/s",
134
+ "value": 33.22472984662622
135
  },
136
  "energy": {
137
  "unit": "kWh",
138
+ "cpu": 2.097906564411364e-06,
139
+ "ram": 8.767284908593478e-08,
140
  "gpu": 0.0,
141
+ "total": 2.185579413497299e-06
142
  },
143
  "efficiency": {
144
  "unit": "tokens/kWh",
145
+ "value": 915089.14645186
146
  }
147
  },
148
  "decode": {
149
  "memory": {
150
  "unit": "MB",
151
+ "max_ram": 948.75648,
152
  "max_global_vram": null,
153
  "max_process_vram": null,
154
  "max_reserved": null,
 
156
  },
157
  "latency": {
158
  "unit": "s",
159
+ "count": 11,
160
+ "total": 0.4097170200000164,
161
+ "mean": 0.03724700181818331,
162
+ "stdev": 0.0030677546415881396,
163
+ "p50": 0.03663920799999687,
164
+ "p90": 0.03975805199999627,
165
+ "p95": 0.04220559249999667,
166
+ "p99": 0.04416362489999699,
167
  "values": [
168
+ 0.037110777999998845,
169
+ 0.03428979000000254,
170
+ 0.04465313299999707,
171
+ 0.03975805199999627,
172
+ 0.037975603000006686,
173
+ 0.036602990000005775,
174
+ 0.036265149000001884,
175
+ 0.03872997300001657,
176
+ 0.03663920799999687,
177
+ 0.03557720399999198,
178
+ 0.03211514000000193
 
 
 
 
179
  ]
180
  },
181
  "throughput": {
182
  "unit": "tokens/s",
183
+ "value": 26.847798512250137
184
  },
185
  "energy": {
186
  "unit": "kWh",
187
+ "cpu": 1.3148290081563283e-06,
188
+ "ram": 5.495129231028326e-08,
189
  "gpu": 0.0,
190
+ "total": 1.369780300466612e-06
191
  },
192
  "efficiency": {
193
  "unit": "tokens/kWh",
194
+ "value": 730044.0805429547
195
  }
196
  },
197
  "per_token": {
198
  "memory": null,
199
  "latency": {
200
  "unit": "s",
201
+ "count": 10,
202
+ "total": 0.976501987000006,
203
+ "mean": 0.0976501987000006,
204
+ "stdev": 0.006636779477446473,
205
+ "p50": 0.09629750500000966,
206
+ "p90": 0.10449747590000129,
207
+ "p95": 0.10944462245000465,
208
+ "p99": 0.11340233969000735,
209
  "values": [
210
+ 0.0913180119999879,
211
+ 0.10339811000000054,
212
+ 0.11439176900000803,
213
+ 0.09783349200000657,
214
+ 0.09841052600000921,
215
+ 0.09525892099998146,
216
+ 0.09667086700000027,
217
+ 0.09592414300001906,
218
+ 0.09318656199999964,
219
+ 0.09010958499999333
 
 
 
 
220
  ]
221
  },
222
  "throughput": {
223
  "unit": "tokens/s",
224
+ "value": 10.24063456411578
225
  },
226
  "energy": null,
227
  "efficiency": null