IlyasMoutawwakil HF staff commited on
Commit
9b49e34
1 Parent(s): 0f20baa

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.3.1",
83
- "optimum_benchmark_commit": "c895bf73a88625eb69457460ea71175ef52a6cb9",
84
  "transformers_version": "4.42.3",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.32.1",
@@ -99,7 +99,7 @@
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 951.296,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -108,50 +108,50 @@
108
  "latency": {
109
  "unit": "s",
110
  "count": 14,
111
- "total": 0.6263326659999962,
112
- "mean": 0.0447380475714283,
113
- "stdev": 0.0029586513659995736,
114
- "p50": 0.046470490999993785,
115
- "p90": 0.04748351039999647,
116
- "p95": 0.047532928550003815,
117
- "p99": 0.047536616910015254,
118
  "values": [
119
- 0.047537539000018114,
120
- 0.04641709599999899,
121
- 0.04753044599999612,
122
- 0.045910859999992226,
123
- 0.04665894800001524,
124
- 0.04737399399999731,
125
- 0.0469719330000089,
126
- 0.04677776899998776,
127
- 0.04652388599998858,
128
- 0.04329594600000064,
129
- 0.04044702400000233,
130
- 0.04043652499998984,
131
- 0.04012838899998883,
132
- 0.04032231100001127
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 44.70467775346747
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.5846464898851183e-06,
142
- "ram": 6.622484247565507e-08,
143
  "gpu": 0.0,
144
- "total": 1.6508713323607735e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1211481.452730763
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 951.296,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
@@ -160,44 +160,44 @@
160
  "latency": {
161
  "unit": "s",
162
  "count": 14,
163
- "total": 0.38897942500000227,
164
- "mean": 0.027784244642857305,
165
- "stdev": 0.0021795230420107296,
166
- "p50": 0.029203817000009735,
167
- "p90": 0.029673101800000268,
168
- "p95": 0.029818707600006177,
169
- "p99": 0.0298983071200081,
170
  "values": [
171
- 0.029765131000004885,
172
- 0.029441837000007354,
173
- 0.029363930999977583,
174
- 0.02991820700000858,
175
- 0.028975855999988198,
176
- 0.029458366999989494,
177
- 0.029244217000012895,
178
- 0.02921480300000212,
179
- 0.02919283100001735,
180
- 0.02494374399998378,
181
- 0.024798943999996936,
182
- 0.024913598000011916,
183
- 0.025219410000005382,
184
- 0.024528548999995792
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
- "value": 35.99162089357276
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
- "cpu": 9.554523030916855e-07,
194
- "ram": 3.993149819015848e-08,
195
  "gpu": 0.0,
196
- "total": 9.953838012818435e-07
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
- "value": 1004637.6068328738
201
  }
202
  },
203
  "per_token": {
@@ -205,33 +205,33 @@
205
  "latency": {
206
  "unit": "s",
207
  "count": 14,
208
- "total": 0.38289486800002237,
209
- "mean": 0.027349633428573026,
210
- "stdev": 0.002107019988854247,
211
- "p50": 0.028686471000014535,
212
- "p90": 0.02919502419998423,
213
- "p95": 0.02933636414999512,
214
- "p99": 0.02941392163001467,
215
  "values": [
216
- 0.02928416199998196,
217
- 0.02894623100002036,
218
- 0.028887901999979704,
219
- 0.029433311000019557,
220
- 0.02851327199999787,
221
- 0.02898703599998953,
222
- 0.028753160000007938,
223
- 0.028707726000021694,
224
- 0.028665216000007376,
225
- 0.024597567999990133,
226
- 0.024487983000000213,
227
- 0.024588980999993737,
228
- 0.02482866900001568,
229
- 0.024213650999996617
230
  ]
231
  },
232
  "throughput": {
233
  "unit": "tokens/s",
234
- "value": 36.56356135856901
235
  },
236
  "energy": null,
237
  "efficiency": null
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.3.1",
83
+ "optimum_benchmark_commit": "78f186000310f5748c0db3b53c71221ca44cb3f0",
84
  "transformers_version": "4.42.3",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.32.1",
 
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 962.985984,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
108
  "latency": {
109
  "unit": "s",
110
  "count": 14,
111
+ "total": 0.6407253459999538,
112
+ "mean": 0.04576609614285384,
113
+ "stdev": 0.0029179753610490827,
114
+ "p50": 0.04733956850000709,
115
+ "p90": 0.04825957469998343,
116
+ "p95": 0.048443318949985326,
117
+ "p99": 0.048696921389991134,
118
  "values": [
119
+ 0.04827262499998142,
120
+ 0.04718599299999937,
121
+ 0.048760321999992584,
122
+ 0.046635047999984636,
123
+ 0.04803133699999762,
124
+ 0.04749314400001481,
125
+ 0.04822912399998813,
126
+ 0.04768526199998746,
127
+ 0.04816834100000733,
128
+ 0.04460194699998965,
129
+ 0.04136957299999722,
130
+ 0.041516865999994934,
131
+ 0.040901963000010255,
132
+ 0.04187380100000837
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
+ "value": 43.70047193357327
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
+ "cpu": 1.6432745037255466e-06,
142
+ "ram": 6.86739763723744e-08,
143
  "gpu": 0.0,
144
+ "total": 1.7119484800979208e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
+ "value": 1168259.4559654056
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
+ "max_ram": 962.985984,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
 
160
  "latency": {
161
  "unit": "s",
162
  "count": 14,
163
+ "total": 0.40104458000007526,
164
+ "mean": 0.028646041428576803,
165
+ "stdev": 0.002140855289535891,
166
+ "p50": 0.030019106500006387,
167
+ "p90": 0.030479892900007143,
168
+ "p95": 0.030652394150004626,
169
+ "p99": 0.03082554843001219,
170
  "values": [
171
+ 0.030333010000020977,
172
+ 0.030535847999999532,
173
+ 0.030349331000024904,
174
+ 0.030868837000014082,
175
+ 0.030078616999986707,
176
+ 0.030164116999998214,
177
+ 0.02999801800001478,
178
+ 0.030040194999997993,
179
+ 0.02959763199999088,
180
+ 0.0256508000000224,
181
+ 0.02569404999999847,
182
+ 0.025337608000000955,
183
+ 0.02655729700001075,
184
+ 0.02583921999999461
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
+ "value": 34.908837316782524
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
+ "cpu": 9.76991421646542e-07,
194
+ "ram": 4.0831445470487895e-08,
195
  "gpu": 0.0,
196
+ "total": 1.01782286711703e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
+ "value": 982489.2250971793
201
  }
202
  },
203
  "per_token": {
 
205
  "latency": {
206
  "unit": "s",
207
  "count": 14,
208
+ "total": 0.3951560120000863,
209
+ "mean": 0.028225429428577593,
210
+ "stdev": 0.0020672507801630553,
211
+ "p50": 0.029552383000009286,
212
+ "p90": 0.0299911192000053,
213
+ "p95": 0.030163870800006976,
214
+ "p99": 0.03034490776000723,
215
  "values": [
216
+ 0.029864208000020653,
217
+ 0.030042019000006803,
218
+ 0.029872353000001794,
219
+ 0.030390167000007295,
220
+ 0.029609905000000936,
221
+ 0.029680065999997396,
222
+ 0.029547139000015932,
223
+ 0.02955762700000264,
224
+ 0.02912078500000348,
225
+ 0.025340593000009903,
226
+ 0.0253594870000029,
227
+ 0.025029514000010522,
228
+ 0.026227091999999175,
229
+ 0.02551505700000689
230
  ]
231
  },
232
  "throughput": {
233
  "unit": "tokens/s",
234
+ "value": 35.42904466805111
235
  },
236
  "energy": null,
237
  "efficiency": null