IlyasMoutawwakil HF staff commited on
Commit
fcc4cc0
·
verified ·
1 Parent(s): 6f75b45

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": "dc29eecfd7850e87154a5a92442eb64d237d0070",
84
  "transformers_version": "4.41.0",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.30.1",
@@ -99,7 +99,7 @@
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 955.850752,
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.642288832000304,
112
- "mean": 0.04587777371430742,
113
- "stdev": 0.0026652482306491745,
114
- "p50": 0.04753164800001741,
115
- "p90": 0.048335841400012215,
116
- "p95": 0.04841972610000198,
117
- "p99": 0.04844371162001721,
118
  "values": [
119
- 0.04844970800002102,
120
- 0.04719118700006675,
121
- 0.04777281400004085,
122
- 0.04770874400003322,
123
- 0.04840358199999173,
124
- 0.047768906999976934,
125
- 0.047734512000033646,
126
- 0.047354552000001604,
127
- 0.04817778000006001,
128
- 0.04214464000006046,
129
- 0.0416372519999868,
130
- 0.042871478000051866,
131
- 0.042459889000042494,
132
- 0.042613786999936565
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 43.59409444003341
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.6558019099412143e-06,
142
- "ram": 6.919851966233163e-08,
143
  "gpu": 0.0,
144
- "total": 1.7250004296035459e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1159420.0011066992
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 955.850752,
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.3904323019999083,
164
- "mean": 0.027888021571422023,
165
- "stdev": 0.0018241385071575303,
166
- "p50": 0.02903332699997918,
167
- "p90": 0.029760366699940734,
168
- "p95": 0.029885467899941887,
169
- "p99": 0.029975476779966356,
170
  "values": [
171
- 0.02960982399997647,
172
- 0.029824884999925416,
173
- 0.028997970999967038,
174
- 0.029997978999972474,
175
- 0.029391446000090582,
176
- 0.029226827999991656,
177
- 0.029390634000037608,
178
- 0.029068682999991324,
179
- 0.02630639300002713,
180
- 0.025849989999983336,
181
- 0.025198823999971864,
182
- 0.026018334000013965,
183
- 0.025483625999981996,
184
- 0.026066884999977447
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
- "value": 35.85768884461636
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
- "cpu": 9.77455090593409e-07,
194
- "ram": 4.0850206070544455e-08,
195
  "gpu": 0.0,
196
- "total": 1.018305296663953e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
- "value": 982023.7636748797
201
  }
202
  },
203
  "per_token": {
204
  "memory": null,
205
  "latency": {
206
  "unit": "s",
207
- "count": 13,
208
- "total": 0.9550844099999267,
209
- "mean": 0.07346803153845591,
210
- "stdev": 0.004336851837404147,
211
- "p50": 0.0764177149999341,
212
- "p90": 0.0775804911999785,
213
- "p95": 0.07775825339999756,
214
- "p99": 0.07783815948002484,
215
  "values": [
216
- 0.07706154799996057,
217
- 0.0767649330000495,
218
- 0.07769166499997482,
219
- 0.07785813600003166,
220
- 0.07703740199997355,
221
- 0.0771357959999932,
222
- 0.0764177149999341,
223
- 0.07467578099999628,
224
- 0.06803187000002708,
225
- 0.06685551100008524,
226
- 0.06890060299997458,
227
- 0.06796914199992443,
228
- 0.06868430800000169
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "tokens/s",
233
- "value": 13.611362371626395
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": "1981150adc21fc49153cb832dbc6f0ecca02bc2a",
84
  "transformers_version": "4.41.0",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.30.1",
 
99
  "prefill": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 946.352128,
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.6274317090000352,
112
+ "mean": 0.048263977615387324,
113
+ "stdev": 0.0033652210581413544,
114
+ "p50": 0.05000621199999955,
115
+ "p90": 0.051905234600008045,
116
+ "p95": 0.052314373200010776,
117
+ "p99": 0.05242016904000593,
118
  "values": [
119
+ 0.050053219999995235,
120
+ 0.05062133299998095,
121
+ 0.05041648400001009,
122
+ 0.05058210100000338,
123
+ 0.04833408099997882,
124
+ 0.05000621199999955,
125
+ 0.05244661800000472,
126
+ 0.04748237200001881,
127
+ 0.0466254529999901,
128
+ 0.05222621000001482,
129
+ 0.044000795000016524,
130
+ 0.04215734600001042,
131
+ 0.04247948400001178
 
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "tokens/s",
136
+ "value": 41.43877274139892
137
  },
138
  "energy": {
139
  "unit": "kWh",
140
+ "cpu": 1.683818300565084e-06,
141
+ "ram": 7.03694987358716e-08,
142
  "gpu": 0.0,
143
+ "total": 1.7541877993009554e-06
144
  },
145
  "efficiency": {
146
  "unit": "tokens/kWh",
147
+ "value": 1140128.7825607958
148
  }
149
  },
150
  "decode": {
151
  "memory": {
152
  "unit": "MB",
153
+ "max_ram": 946.352128,
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.38780337700001155,
163
+ "mean": 0.02983102900000089,
164
+ "stdev": 0.002023949214410245,
165
+ "p50": 0.03038238799999249,
166
+ "p90": 0.03163492020000262,
167
+ "p95": 0.03175620740000795,
168
+ "p99": 0.03187531508001484,
169
  "values": [
170
+ 0.0311774630000059,
171
+ 0.029199142999999594,
172
+ 0.0314423330000011,
173
+ 0.03165695100000221,
174
+ 0.031905092000016566,
175
+ 0.03154679700000429,
176
+ 0.03147077599999193,
177
+ 0.03016786000000593,
178
+ 0.029543842999999015,
179
+ 0.03038238799999249,
180
+ 0.02623006700000019,
181
+ 0.02670120999999881,
182
+ 0.02637945399999353
 
183
  ]
184
  },
185
  "throughput": {
186
  "unit": "tokens/s",
187
+ "value": 33.52214233038928
188
  },
189
  "energy": {
190
  "unit": "kWh",
191
+ "cpu": 1.0219877075265956e-06,
192
+ "ram": 4.271205439965324e-08,
193
  "gpu": 0.0,
194
+ "total": 1.0646997619262488e-06
195
  },
196
  "efficiency": {
197
  "unit": "tokens/kWh",
198
+ "value": 939231.9184807609
199
  }
200
  },
201
  "per_token": {
202
  "memory": null,
203
  "latency": {
204
  "unit": "s",
205
+ "count": 12,
206
+ "total": 0.9344495689999803,
207
+ "mean": 0.07787079741666503,
208
+ "stdev": 0.005296569182113948,
209
+ "p50": 0.08007116699999983,
210
+ "p90": 0.08252702070002157,
211
+ "p95": 0.08317721535000544,
212
+ "p99": 0.08378542866998658,
213
  "values": [
214
+ 0.07991126499999268,
215
+ 0.08187582799999404,
216
+ 0.08227359599999318,
217
+ 0.08023106900000698,
218
+ 0.08155465300001197,
219
+ 0.08393748199998186,
220
+ 0.07765196500000116,
221
+ 0.07622493799999575,
222
+ 0.08255517900002474,
223
+ 0.0704801739999823,
224
+ 0.06886468700000137,
225
+ 0.06888873299999432
 
226
  ]
227
  },
228
  "throughput": {
229
  "unit": "tokens/s",
230
+ "value": 12.841784509400584
231
  },
232
  "energy": null,
233
  "efficiency": null