IlyasMoutawwakil HF staff commited on
Commit
6e6ce28
1 Parent(s): 809a6db

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.1",
83
- "optimum_benchmark_commit": "f85421c91b2a2b1bc0a30ceba32f9580499bf023",
84
  "transformers_version": "4.42.3",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.31.0",
@@ -99,7 +99,7 @@
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 956.485632,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -107,51 +107,50 @@
107
  },
108
  "latency": {
109
  "unit": "s",
110
- "count": 14,
111
- "total": 0.6631392349999032,
112
- "mean": 0.047367088214278805,
113
- "stdev": 0.0018567794314982196,
114
- "p50": 0.04688193900000215,
115
- "p90": 0.050500270799983586,
116
- "p95": 0.050989113499980476,
117
- "p99": 0.051011613899976285,
118
  "values": [
119
- 0.04723268100002542,
120
- 0.04848425199998019,
121
- 0.046664858000042386,
122
- 0.04642622199997959,
123
- 0.04709901999996191,
124
- 0.0459951049999745,
125
- 0.045254389999968225,
126
- 0.04939497499998424,
127
- 0.051017238999975234,
128
- 0.0509739689999833,
129
- 0.04739707700002782,
130
- 0.045059476000005816,
131
- 0.04588531000001694,
132
- 0.04625466099997766
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 42.22341029181313
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.818288335896502e-06,
142
- "ram": 7.598500345641862e-08,
143
  "gpu": 0.0,
144
- "total": 1.8942733393529205e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1055813.8355487785
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 956.485632,
155
  "max_global_vram": null,
156
  "max_process_vram": null,
157
  "max_reserved": null,
@@ -159,78 +158,76 @@
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 14,
163
- "total": 0.40755572500006565,
164
- "mean": 0.029111123214290404,
165
- "stdev": 0.001426597778332552,
166
- "p50": 0.028622850500028107,
167
- "p90": 0.03139698610000892,
168
- "p95": 0.03165521325000782,
169
- "p99": 0.03190958424999962,
170
  "values": [
171
- 0.02949103399998876,
172
- 0.028605528000014147,
173
- 0.028484881999986555,
174
- 0.028399842999988323,
175
- 0.02864017300004207,
176
- 0.029520700000034594,
177
- 0.02798283000004176,
178
- 0.031484002000013334,
179
- 0.03197317699999758,
180
- 0.03119394899999861,
181
- 0.02743047899997464,
182
- 0.02714351299999862,
183
- 0.028884759999982634,
184
- 0.02832085500000403
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
- "value": 34.3511307564082
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
- "cpu": 1.0542290379302673e-06,
194
- "ram": 4.4061355000001764e-08,
195
  "gpu": 0.0,
196
- "total": 1.0982903929302686e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
- "value": 910506.0068239083
201
  }
202
  },
203
  "per_token": {
204
  "memory": null,
205
  "latency": {
206
  "unit": "s",
207
- "count": 13,
208
- "total": 0.994253824999987,
209
- "mean": 0.07648106346153746,
210
- "stdev": 0.0032515038066005513,
211
- "p50": 0.07515090300000793,
212
- "p90": 0.08192981380002493,
213
- "p95": 0.0825456231999965,
214
- "p99": 0.08292924543996605,
215
  "values": [
216
- 0.07714477199999692,
217
- 0.07515090300000793,
218
- 0.07483810700000504,
219
- 0.07575853999998117,
220
- 0.07551517399997465,
221
- 0.07325420099999747,
222
- 0.08074531700003718,
223
- 0.08302515099995844,
224
- 0.08222593800002187,
225
- 0.07500976699998319,
226
- 0.07224853299999268,
227
- 0.07463676100002203,
228
- 0.0747006610000085
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "tokens/s",
233
- "value": 13.075131996600737
234
  },
235
  "energy": null,
236
  "efficiency": null
 
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.1",
83
+ "optimum_benchmark_commit": "9a8b29987613b8b04c221447a49b37ee314548ff",
84
  "transformers_version": "4.42.3",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.31.0",
 
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 956.526592,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 13,
111
+ "total": 0.6378364839999904,
112
+ "mean": 0.04906434492307618,
113
+ "stdev": 0.0021008574413539072,
114
+ "p50": 0.04890757800001211,
115
+ "p90": 0.0507737607999843,
116
+ "p95": 0.05221143759998767,
117
+ "p99": 0.05368967152000323,
118
  "values": [
119
+ 0.05405923000000712,
120
+ 0.05097957599997471,
121
+ 0.04890979299995024,
122
+ 0.04814796700003399,
123
+ 0.04814300800001092,
124
+ 0.04995050000002266,
125
+ 0.049756537000007484,
126
+ 0.049341330999993716,
127
+ 0.047951850000004015,
128
+ 0.04882190799997943,
129
+ 0.04890757800001211,
130
+ 0.04872964499998034,
131
+ 0.04413756100001365
 
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "tokens/s",
136
+ "value": 40.76279838517421
137
  },
138
  "energy": {
139
  "unit": "kWh",
140
+ "cpu": 1.6674685809347367e-06,
141
+ "ram": 6.968496072403241e-08,
142
  "gpu": 0.0,
143
+ "total": 1.737153541658769e-06
144
  },
145
  "efficiency": {
146
  "unit": "tokens/kWh",
147
+ "value": 1151308.708204483
148
  }
149
  },
150
  "decode": {
151
  "memory": {
152
  "unit": "MB",
153
+ "max_ram": 956.526592,
154
  "max_global_vram": null,
155
  "max_process_vram": null,
156
  "max_reserved": null,
 
158
  },
159
  "latency": {
160
  "unit": "s",
161
+ "count": 13,
162
+ "total": 0.39171619900008636,
163
+ "mean": 0.03013201530769895,
164
+ "stdev": 0.0016810689361049936,
165
+ "p50": 0.030122733000041535,
166
+ "p90": 0.031056456599958437,
167
+ "p95": 0.03234407659997487,
168
+ "p99": 0.03383635291999781,
169
  "values": [
170
+ 0.03420942200000354,
171
+ 0.029241294000030393,
172
+ 0.030122733000041535,
173
+ 0.03088023099996917,
174
+ 0.03050217300000213,
175
+ 0.031100512999955754,
176
+ 0.0306525550000174,
177
+ 0.029580258000009962,
178
+ 0.03081067099998336,
179
+ 0.028963894000014534,
180
+ 0.02920186000000058,
181
+ 0.030115740000042024,
182
+ 0.026334855000015978
 
183
  ]
184
  },
185
  "throughput": {
186
  "unit": "tokens/s",
187
+ "value": 33.18729231311961
188
  },
189
  "energy": {
190
  "unit": "kWh",
191
+ "cpu": 9.912686546643571e-07,
192
+ "ram": 4.142798445337805e-08,
193
  "gpu": 0.0,
194
+ "total": 1.0326966391177357e-06
195
  },
196
  "efficiency": {
197
  "unit": "tokens/kWh",
198
+ "value": 968338.5828139526
199
  }
200
  },
201
  "per_token": {
202
  "memory": null,
203
  "latency": {
204
  "unit": "s",
205
+ "count": 12,
206
+ "total": 0.9416927060000262,
207
+ "mean": 0.07847439216666885,
208
+ "stdev": 0.002556070288920903,
209
+ "p50": 0.0789358294999829,
210
+ "p90": 0.08043597459999888,
211
+ "p95": 0.08072864014998231,
212
+ "p99": 0.08099842482996791,
213
  "values": [
214
+ 0.08028523000001542,
215
+ 0.07902762700001631,
216
+ 0.07905465799996136,
217
+ 0.07865735400002904,
218
+ 0.08106587099996432,
219
+ 0.08045272399999703,
220
+ 0.07890389499999628,
221
+ 0.07878092500004641,
222
+ 0.07779963799998768,
223
+ 0.07814285099999552,
224
+ 0.07896776399996952,
225
+ 0.0705541690000473
 
226
  ]
227
  },
228
  "throughput": {
229
  "unit": "tokens/s",
230
+ "value": 12.74301045717101
231
  },
232
  "energy": null,
233
  "efficiency": null