IlyasMoutawwakil HF staff commited on
Commit
22c265a
·
verified ·
1 Parent(s): b8a4221

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.0",
81
- "optimum_benchmark_commit": "2db7e171d23768cdeb341987283e17e0b2db9bd9",
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.86304,
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.6466785789999676,
110
- "mean": 0.04619132707142626,
111
- "stdev": 0.002444838147601616,
112
- "p50": 0.04648068749997947,
113
- "p90": 0.048878021100006205,
114
- "p95": 0.0489982560000044,
115
- "p99": 0.04913566079999328,
116
  "values": [
117
- 0.04803570899997567,
118
- 0.04881326899999294,
119
- 0.0464519340000038,
120
- 0.04890577200001189,
121
- 0.04805475400002024,
122
- 0.04607904900001358,
123
- 0.04238081900001589,
124
- 0.04396958400002404,
125
- 0.04250237600001583,
126
- 0.04271998199999416,
127
- 0.04452450899998439,
128
- 0.04650944099995513,
129
- 0.048561368999969545,
130
- 0.04917001199999049
131
  ]
132
  },
133
  "throughput": {
134
  "unit": "tokens/s",
135
- "value": 43.298171470747604
136
  },
137
  "energy": {
138
  "unit": "kWh",
139
- "cpu": 1.71323047168013e-06,
140
- "ram": 7.159635701472294e-08,
141
  "gpu": 0.0,
142
- "total": 1.784826828694853e-06
143
  },
144
  "efficiency": {
145
  "unit": "tokens/kWh",
146
- "value": 1120556.8898034166
147
  }
148
  },
149
  "decode": {
150
  "memory": {
151
  "unit": "MB",
152
- "max_ram": 955.86304,
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.39997615100008943,
162
- "mean": 0.02856972507143496,
163
- "stdev": 0.002029412536081166,
164
- "p50": 0.02900631450000901,
165
- "p90": 0.03077352510003948,
166
- "p95": 0.030807604550020073,
167
- "p99": 0.030833569709997732,
168
  "values": [
169
- 0.030136748000018088,
170
- 0.03079012800003511,
171
- 0.030840060999992147,
172
- 0.030668350999974336,
173
- 0.03025345699995796,
174
- 0.026768334999985655,
175
- 0.0261342329999934,
176
- 0.0260023760000081,
177
- 0.026297046000024693,
178
- 0.026190408000047682,
179
- 0.026894841000000724,
180
- 0.03073478500004967,
181
- 0.03038950100000193,
182
- 0.027875880999999936
183
  ]
184
  },
185
  "throughput": {
186
  "unit": "tokens/s",
187
- "value": 35.00208691191908
188
  },
189
  "energy": {
190
  "unit": "kWh",
191
- "cpu": 9.313993599871692e-07,
192
- "ram": 3.892871889679738e-08,
193
  "gpu": 0.0,
194
- "total": 9.703280788839672e-07
195
  },
196
  "efficiency": {
197
  "unit": "tokens/kWh",
198
- "value": 1030579.2667055046
199
  }
200
  },
201
  "per_token": {
202
  "memory": null,
203
  "latency": {
204
  "unit": "s",
205
- "count": 13,
206
- "total": 0.968865634999986,
207
- "mean": 0.0745281257692297,
208
- "stdev": 0.004295798324842498,
209
- "p50": 0.07706898899999715,
210
- "p90": 0.07948535479998782,
211
- "p95": 0.07963069979999773,
212
- "p99": 0.07965194556000597,
213
  "values": [
214
- 0.07965725700000803,
215
- 0.07725985500002253,
216
- 0.07961299499999086,
217
- 0.0782805489999987,
218
- 0.07306524000000536,
219
- 0.06852501099996289,
220
- 0.06997215900003084,
221
- 0.06879245999999739,
222
- 0.06896410000001651,
223
- 0.07142139299998007,
224
- 0.07706898899999715,
225
- 0.07897479399997565,
226
- 0.07727083300000004
227
  ]
228
  },
229
  "throughput": {
230
  "unit": "tokens/s",
231
- "value": 13.417753226431843
232
  },
233
  "energy": null,
234
  "efficiency": null
 
78
  "processor": "x86_64",
79
  "python_version": "3.10.14",
80
  "optimum_benchmark_version": "0.2.0",
81
+ "optimum_benchmark_commit": "b92e3e6e00670fa1351d9aef1be896254e5f33e0",
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.776448,
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.6306061849999764,
110
+ "mean": 0.048508168076921265,
111
+ "stdev": 0.0025299312995963946,
112
+ "p50": 0.04884615000000281,
113
+ "p90": 0.05117744780000635,
114
+ "p95": 0.051456715000000486,
115
+ "p99": 0.051469338999987714,
116
  "values": [
117
+ 0.05147249499998452,
118
+ 0.05144619500001113,
119
+ 0.05010245899998722,
120
+ 0.04942166400002179,
121
+ 0.048712805000008075,
122
+ 0.04883560499999362,
123
+ 0.04879463899999337,
124
+ 0.04958431800000085,
125
+ 0.04887833499998351,
126
+ 0.04884615000000281,
127
+ 0.04850446699998656,
128
+ 0.04329423600000837,
129
+ 0.04271281699999463
 
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "tokens/s",
134
+ "value": 41.23016966603487
135
  },
136
  "energy": {
137
  "unit": "kWh",
138
+ "cpu": 1.7326936629659314e-06,
139
+ "ram": 7.241119269548088e-08,
140
  "gpu": 0.0,
141
+ "total": 1.8051048556614125e-06
142
  },
143
  "efficiency": {
144
  "unit": "tokens/kWh",
145
+ "value": 1107968.8771138869
146
  }
147
  },
148
  "decode": {
149
  "memory": {
150
  "unit": "MB",
151
+ "max_ram": 956.776448,
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.39762465899997324,
161
+ "mean": 0.030586512230767172,
162
+ "stdev": 0.0017609820449105583,
163
+ "p50": 0.030928404999997383,
164
+ "p90": 0.03238657140000214,
165
+ "p95": 0.03276847440000097,
166
+ "p99": 0.03293954448000136,
167
  "values": [
168
+ 0.03142919300000813,
169
+ 0.03262591600000064,
170
+ 0.03298231200000146,
171
+ 0.031065571999988606,
172
+ 0.030479193999980225,
173
+ 0.03103959399999212,
174
+ 0.030451370999998062,
175
+ 0.030726447000006374,
176
+ 0.030928404999997383,
177
+ 0.030871754000003193,
178
+ 0.03136871099999894,
179
+ 0.02654615199998034,
180
+ 0.027110038000017767
 
181
  ]
182
  },
183
  "throughput": {
184
  "unit": "tokens/s",
185
+ "value": 32.694149383730434
186
  },
187
  "energy": {
188
  "unit": "kWh",
189
+ "cpu": 9.984009622951638e-07,
190
+ "ram": 4.1725385001695355e-08,
191
  "gpu": 0.0,
192
+ "total": 1.040126347296859e-06
193
  },
194
  "efficiency": {
195
  "unit": "tokens/kWh",
196
+ "value": 961421.660550046
197
  }
198
  },
199
  "per_token": {
200
  "memory": null,
201
  "latency": {
202
  "unit": "s",
203
+ "count": 12,
204
+ "total": 0.945738963999986,
205
+ "mean": 0.07881158033333217,
206
+ "stdev": 0.004246475645647794,
207
+ "p50": 0.07981963950000193,
208
+ "p90": 0.08278326559999982,
209
+ "p95": 0.08350750784999547,
210
+ "p99": 0.08397796156999278,
211
  "values": [
212
+ 0.0840955749999921,
213
+ 0.08302636199999824,
214
+ 0.08059539800001403,
215
+ 0.07922230599999125,
216
+ 0.07987344500000404,
217
+ 0.07926495600000294,
218
+ 0.0803406109999969,
219
+ 0.07976519299998586,
220
+ 0.07976583399999981,
221
+ 0.08007023700000104,
222
+ 0.06988299700000766,
223
+ 0.06983604999999216
 
224
  ]
225
  },
226
  "throughput": {
227
  "unit": "tokens/s",
228
+ "value": 12.688490647827614
229
  },
230
  "energy": null,
231
  "efficiency": null