IlyasMoutawwakil HF staff commited on
Commit
a2ffe98
1 Parent(s): 75e8bfc

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": "a426049b3dc97f6bbcbc7a79743065432e963ac0",
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.809792,
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.6562045120000448,
112
- "mean": 0.04687175085714606,
113
- "stdev": 0.0023833333770636347,
114
- "p50": 0.047949733500018965,
115
- "p90": 0.04874958939999487,
116
- "p95": 0.04946343594998268,
117
- "p99": 0.0504996799899817,
118
  "values": [
119
- 0.04812937999997757,
120
- 0.04783337499998197,
121
- 0.04876596399998334,
122
- 0.04822122300004139,
123
- 0.048711382000021786,
124
- 0.047962227000027724,
125
- 0.048238454999989244,
126
- 0.047937240000010206,
127
- 0.050758740999981455,
128
- 0.04314865099996723,
129
- 0.04320428599999104,
130
- 0.04311434700002792,
131
- 0.04584505700000818,
132
- 0.04433418400003575
133
  ]
134
  },
135
  "throughput": {
136
  "unit": "tokens/s",
137
- "value": 42.669624313704944
138
  },
139
  "energy": {
140
  "unit": "kWh",
141
- "cpu": 1.6877410588441071e-06,
142
- "ram": 7.053051078093138e-08,
143
  "gpu": 0.0,
144
- "total": 1.7582715696250386e-06
145
  },
146
  "efficiency": {
147
  "unit": "tokens/kWh",
148
- "value": 1137480.7137594288
149
  }
150
  },
151
  "decode": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 955.809792,
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.40132704699988153,
164
- "mean": 0.02866621764284868,
165
- "stdev": 0.0018734309703798524,
166
- "p50": 0.029927428499973985,
167
- "p90": 0.030496800399970426,
168
- "p95": 0.03056522004997646,
169
- "p99": 0.030585470410002244,
170
  "values": [
171
- 0.03059053300000869,
172
- 0.030368957999996837,
173
- 0.030183729000043513,
174
- 0.030551589999959106,
175
- 0.03033209799997394,
176
- 0.03006684999996878,
177
- 0.02978800699997919,
178
- 0.030336245999990297,
179
- 0.026508308000018133,
180
- 0.02643478900000673,
181
- 0.026178469000001314,
182
- 0.026568991999965874,
183
- 0.0267787539999631,
184
- 0.026639724000006026
185
  ]
186
  },
187
  "throughput": {
188
  "unit": "tokens/s",
189
- "value": 34.884267344194555
190
  },
191
  "energy": {
192
  "unit": "kWh",
193
- "cpu": 9.998117994379114e-07,
194
- "ram": 4.178808104595079e-08,
195
  "gpu": 0.0,
196
- "total": 1.0415998804838628e-06
197
  },
198
  "efficiency": {
199
  "unit": "tokens/kWh",
200
- "value": 960061.5540925964
201
  }
202
  },
203
  "per_token": {
204
  "memory": null,
205
  "latency": {
206
  "unit": "s",
207
- "count": 13,
208
- "total": 0.9791904059999865,
209
- "mean": 0.07532233892307588,
210
- "stdev": 0.003934994274308058,
211
- "p50": 0.07799288999996179,
212
- "p90": 0.07891431559999092,
213
- "p95": 0.07899124179997444,
214
- "p99": 0.07904548755996757,
215
  "values": [
216
- 0.07822192899999436,
217
- 0.07894603699998015,
218
- 0.07878743000003396,
219
- 0.07905904899996585,
220
- 0.07807059500004243,
221
- 0.07799288999996179,
222
- 0.07831641699999636,
223
- 0.07746394800000189,
224
- 0.06959744700003512,
225
- 0.0693835949999766,
226
- 0.06968472099998735,
227
- 0.07266250399999308,
228
- 0.07100384400001758
229
  ]
230
  },
231
  "throughput": {
232
  "unit": "tokens/s",
233
- "value": 13.276273869047875
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": "5e9beea10942a9d4b3bee05550004817630e3d7e",
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": 955.686912,
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.6316409749999252,
112
+ "mean": 0.048587767307686554,
113
+ "stdev": 0.0020453623775024367,
114
+ "p50": 0.04959141299997327,
115
+ "p90": 0.050212717800013705,
116
+ "p95": 0.05030110580000837,
117
+ "p99": 0.050357494759982725,
118
  "values": [
119
+ 0.05000617300004251,
120
+ 0.05025411500002974,
121
+ 0.050047128999949564,
122
+ 0.04983384299998761,
123
+ 0.04783427799998208,
124
+ 0.04905352299999777,
125
+ 0.049327643000026455,
126
+ 0.04959141299997327,
127
+ 0.05037159199997632,
128
+ 0.04969687799996336,
129
+ 0.0458892440000227,
130
+ 0.04631692999998904,
131
+ 0.0434182139999848
 
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "tokens/s",
136
+ "value": 41.16262406821071
137
  },
138
  "energy": {
139
  "unit": "kWh",
140
+ "cpu": 1.6749868790308638e-06,
141
+ "ram": 6.999970397079854e-08,
142
  "gpu": 0.0,
143
+ "total": 1.7449865830016623e-06
144
  },
145
  "efficiency": {
146
  "unit": "tokens/kWh",
147
+ "value": 1146140.617631382
148
  }
149
  },
150
  "decode": {
151
  "memory": {
152
  "unit": "MB",
153
+ "max_ram": 955.686912,
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.38924255900013804,
163
+ "mean": 0.029941735307702926,
164
+ "stdev": 0.001446514681541612,
165
+ "p50": 0.030516825999995945,
166
+ "p90": 0.03097372700002552,
167
+ "p95": 0.03128560020002169,
168
+ "p99": 0.031640494440011935,
169
  "values": [
170
+ 0.030719160999979067,
171
+ 0.029373530999976083,
172
+ 0.03098985500002982,
173
+ 0.030785023000021283,
174
+ 0.030909215000008317,
175
+ 0.030516825999995945,
176
+ 0.02921459499998491,
177
+ 0.029860506000034093,
178
+ 0.031729218000009496,
179
+ 0.030892453000035403,
180
+ 0.027263892000007672,
181
+ 0.03039169200002334,
182
+ 0.026596592000032615
 
183
  ]
184
  },
185
  "throughput": {
186
  "unit": "tokens/s",
187
+ "value": 33.398197857381234
188
  },
189
  "energy": {
190
  "unit": "kWh",
191
+ "cpu": 9.991020405734029e-07,
192
+ "ram": 4.1750833485195935e-08,
193
  "gpu": 0.0,
194
+ "total": 1.0408528740585994e-06
195
  },
196
  "efficiency": {
197
  "unit": "tokens/kWh",
198
+ "value": 960750.577649556
199
  }
200
  },
201
  "per_token": {
202
  "memory": null,
203
  "latency": {
204
  "unit": "s",
205
+ "count": 12,
206
+ "total": 0.9405181589999643,
207
+ "mean": 0.07837651324999702,
208
+ "stdev": 0.003301421703867533,
209
+ "p50": 0.07955189400001927,
210
+ "p90": 0.08098435920000498,
211
+ "p95": 0.08147899295001082,
212
+ "p99": 0.08192913539001268,
213
  "values": [
214
+ 0.07967351999997163,
215
+ 0.08101862000000892,
216
+ 0.08063941400001795,
217
+ 0.07872141199999305,
218
+ 0.07964803300001222,
219
+ 0.07856301699996493,
220
+ 0.07945575500002633,
221
+ 0.08204167100001314,
222
+ 0.08067601199996943,
223
+ 0.07330637100000104,
224
+ 0.07653828700000531,
225
+ 0.07023604699998032
 
226
  ]
227
  },
228
  "throughput": {
229
  "unit": "tokens/s",
230
+ "value": 12.758924306957965
231
  },
232
  "energy": null,
233
  "efficiency": null