IlyasMoutawwakil HF staff commited on
Commit
d256dc1
1 Parent(s): a330397

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": "d7339efdbbcababd22ca2f563771622060764f8f",
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": 957.7472,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -107,52 +107,49 @@
107
  },
108
  "latency": {
109
  "unit": "s",
110
- "count": 15,
111
- "total": 0.6495224139999607,
112
- "mean": 0.04330149426666405,
113
- "stdev": 0.0011315971338525784,
114
- "p50": 0.04311687599999914,
115
- "p90": 0.04458205979998411,
116
- "p95": 0.045031404299987796,
117
- "p99": 0.0457870632599986,
118
  "values": [
119
- 0.044515268999987256,
120
- 0.04307617100002403,
121
- 0.04334875800000759,
122
- 0.043221029999983784,
123
- 0.042728984999996555,
124
- 0.04270609200000308,
125
- 0.04311687599999914,
126
- 0.045975978000001305,
127
- 0.04462658699998201,
128
- 0.04329140199999415,
129
- 0.042861270999992485,
130
- 0.04242945799998665,
131
- 0.04442864800000734,
132
- 0.04170012000000156,
133
- 0.04149576899999374
134
  ]
135
  },
136
  "throughput": {
137
  "unit": "tokens/s",
138
- "value": 46.187782520468666
139
  },
140
  "energy": {
141
  "unit": "kWh",
142
- "cpu": 1.688671719144892e-06,
143
- "ram": 7.057252887804566e-08,
144
  "gpu": 0.0,
145
- "total": 1.7592442480229379e-06
146
  },
147
  "efficiency": {
148
  "unit": "tokens/kWh",
149
- "value": 1136851.8056816878
150
  }
151
  },
152
  "decode": {
153
  "memory": {
154
  "unit": "MB",
155
- "max_ram": 957.7472,
156
  "max_global_vram": null,
157
  "max_process_vram": null,
158
  "max_reserved": null,
@@ -160,80 +157,74 @@
160
  },
161
  "latency": {
162
  "unit": "s",
163
- "count": 15,
164
- "total": 0.4010198910000611,
165
- "mean": 0.026734659400004072,
166
- "stdev": 0.0008285951985799797,
167
- "p50": 0.026552226999996265,
168
- "p90": 0.027581553200008102,
169
- "p95": 0.02824474420000058,
170
- "p99": 0.02893224163998809,
171
  "values": [
172
- 0.026632567000007157,
173
- 0.026574689000000262,
174
- 0.026927196000002596,
175
- 0.02646976400001222,
176
- 0.026087232000008953,
177
- 0.027139220000009345,
178
- 0.027876442000007273,
179
- 0.02649163300000623,
180
- 0.026485814000011487,
181
- 0.0270053300000086,
182
- 0.026552226999996265,
183
- 0.02617345200002319,
184
- 0.02910411599998497,
185
- 0.026044461999987334,
186
- 0.0254557469999952
187
  ]
188
  },
189
  "throughput": {
190
  "unit": "tokens/s",
191
- "value": 37.40462839036011
192
  },
193
  "energy": {
194
  "unit": "kWh",
195
- "cpu": 1.0297779794092536e-06,
196
- "ram": 4.3036892500168716e-08,
197
  "gpu": 0.0,
198
- "total": 1.0728148719094218e-06
199
  },
200
  "efficiency": {
201
  "unit": "tokens/kWh",
202
- "value": 932127.2720802014
203
  }
204
  },
205
  "per_token": {
206
  "memory": null,
207
  "latency": {
208
  "unit": "s",
209
- "count": 14,
210
- "total": 0.9796396160000143,
211
- "mean": 0.06997425828571531,
212
- "stdev": 0.0016961246556955753,
213
- "p50": 0.06977705949999802,
214
- "p90": 0.07224189719998719,
215
- "p95": 0.07301124244999216,
216
- "p99": 0.07346308449000645,
217
  "values": [
218
- 0.06968002400000728,
219
- 0.07028198500000826,
220
- 0.06971998800000279,
221
- 0.06882983200000581,
222
- 0.06983413099999325,
223
- 0.07079384700000446,
224
- 0.07270711799998253,
225
- 0.07115638199999808,
226
- 0.07027797800000712,
227
- 0.06945445400000949,
228
- 0.06859875199998555,
229
- 0.07357604500001003,
230
- 0.06776091300000076,
231
- 0.06696816699999886
232
  ]
233
  },
234
  "throughput": {
235
  "unit": "tokens/s",
236
- "value": 14.29096962938644
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": "c08a62a8b686d201c33b94256f220dd9ac7afa59",
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": 947.945472,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 12,
111
+ "total": 0.6501918929999988,
112
+ "mean": 0.0541826577499999,
113
+ "stdev": 0.0013730740943377403,
114
+ "p50": 0.05391719749999879,
115
+ "p90": 0.056113270900002024,
116
+ "p95": 0.05628114490000087,
117
+ "p99": 0.05643012978000059,
118
  "values": [
119
+ 0.05449306400001319,
120
+ 0.05646737600000051,
121
+ 0.05343985400000406,
122
+ 0.05597374300000979,
123
+ 0.05612877400000116,
124
+ 0.05451769999999101,
125
+ 0.05386753499999486,
126
+ 0.05206449199999952,
127
+ 0.05348776400001043,
128
+ 0.05366801099998497,
129
+ 0.053966860000002725,
130
+ 0.05211671999998657
 
 
 
131
  ]
132
  },
133
  "throughput": {
134
  "unit": "tokens/s",
135
+ "value": 36.91217970938319
136
  },
137
  "energy": {
138
  "unit": "kWh",
139
+ "cpu": 1.7939004633161758e-06,
140
+ "ram": 7.496956684447428e-08,
141
  "gpu": 0.0,
142
+ "total": 1.86887003016065e-06
143
  },
144
  "efficiency": {
145
  "unit": "tokens/kWh",
146
+ "value": 1070165.3767908504
147
  }
148
  },
149
  "decode": {
150
  "memory": {
151
  "unit": "MB",
152
+ "max_ram": 947.945472,
153
  "max_global_vram": null,
154
  "max_process_vram": null,
155
  "max_reserved": null,
 
157
  },
158
  "latency": {
159
  "unit": "s",
160
+ "count": 12,
161
+ "total": 0.39980038700005593,
162
+ "mean": 0.03331669891667133,
163
+ "stdev": 0.0010702724590086038,
164
+ "p50": 0.03314393150000683,
165
+ "p90": 0.03458322480001641,
166
+ "p95": 0.034989840450009524,
167
+ "p99": 0.0353334984900016,
168
  "values": [
169
+ 0.03248409299999366,
170
+ 0.03313558100001046,
171
+ 0.03541941299999962,
172
+ 0.033722918999984586,
173
+ 0.03361108999999374,
174
+ 0.034638372000017625,
175
+ 0.03277439500001833,
176
+ 0.03281135500000687,
177
+ 0.03101574600000845,
178
+ 0.0331522820000032,
179
+ 0.03408690000000547,
180
+ 0.03294824100001392
 
 
 
181
  ]
182
  },
183
  "throughput": {
184
  "unit": "tokens/s",
185
+ "value": 30.014978449729018
186
  },
187
  "energy": {
188
  "unit": "kWh",
189
+ "cpu": 1.0845343271891277e-06,
190
+ "ram": 4.5323853443693366e-08,
191
  "gpu": 0.0,
192
+ "total": 1.129858180632821e-06
193
  },
194
  "efficiency": {
195
  "unit": "tokens/kWh",
196
+ "value": 885066.8315203163
197
  }
198
  },
199
  "per_token": {
200
  "memory": null,
201
  "latency": {
202
  "unit": "s",
203
+ "count": 11,
204
+ "total": 0.9632466059999842,
205
+ "mean": 0.08756787327272585,
206
+ "stdev": 0.001953518647042037,
207
+ "p50": 0.08810024699999985,
208
+ "p90": 0.08973437200000944,
209
+ "p95": 0.08974758749999978,
210
+ "p99": 0.08975815989999206,
211
  "values": [
212
+ 0.08963376499997366,
213
+ 0.0888551300000131,
214
+ 0.08973437200000944,
215
+ 0.08976080299999012,
216
+ 0.08915110300000606,
217
+ 0.08666020299997967,
218
+ 0.08491508100001965,
219
+ 0.08453501899998628,
220
+ 0.08680758900001706,
221
+ 0.08810024699999985,
222
+ 0.08509329399998933
 
 
 
223
  ]
224
  },
225
  "throughput": {
226
  "unit": "tokens/s",
227
+ "value": 11.419713219316735
228
  },
229
  "energy": null,
230
  "efficiency": null