IlyasMoutawwakil HF staff commited on
Commit
9f52a27
1 Parent(s): 8365060

Upload 2024-09-26-20-30-42/ipex/benchmark.json with huggingface_hub

Browse files
2024-09-26-20-30-42/ipex/benchmark.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "2024-09-26-20-30-42/ipex",
4
+ "backend": {
5
+ "name": "ipex",
6
+ "version": "2.4.0",
7
+ "_target_": "optimum_benchmark.backends.ipex.backend.IPEXBackend",
8
+ "task": "feature-extraction",
9
+ "library": "transformers",
10
+ "model_type": "bert",
11
+ "model": "google-bert/bert-base-uncased",
12
+ "processor": "google-bert/bert-base-uncased",
13
+ "device": "cpu",
14
+ "device_ids": null,
15
+ "seed": 42,
16
+ "inter_op_num_threads": null,
17
+ "intra_op_num_threads": null,
18
+ "model_kwargs": {},
19
+ "processor_kwargs": {},
20
+ "no_weights": false,
21
+ "torch_dtype": null,
22
+ "export": true
23
+ },
24
+ "scenario": {
25
+ "name": "inference",
26
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
27
+ "iterations": 10,
28
+ "duration": 10,
29
+ "warmup_runs": 10,
30
+ "input_shapes": {
31
+ "batch_size": 2,
32
+ "num_choices": 2,
33
+ "sequence_length": 16
34
+ },
35
+ "new_tokens": null,
36
+ "memory": false,
37
+ "latency": true,
38
+ "energy": false,
39
+ "forward_kwargs": {},
40
+ "generate_kwargs": {},
41
+ "call_kwargs": {}
42
+ },
43
+ "launcher": {
44
+ "name": "process",
45
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
46
+ "device_isolation": false,
47
+ "device_isolation_action": null,
48
+ "numactl": false,
49
+ "numactl_kwargs": "",
50
+ "start_method": "spawn"
51
+ },
52
+ "environment": {
53
+ "cpu": " AMD EPYC 7R13 Processor",
54
+ "cpu_count": 64,
55
+ "cpu_ram_mb": 529717.02272,
56
+ "system": "Linux",
57
+ "machine": "x86_64",
58
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
59
+ "processor": "",
60
+ "python_version": "3.10.15",
61
+ "optimum_benchmark_version": "0.5.0",
62
+ "optimum_benchmark_commit": null,
63
+ "transformers_version": "4.44.2",
64
+ "transformers_commit": null,
65
+ "accelerate_version": "0.34.2",
66
+ "accelerate_commit": null,
67
+ "diffusers_version": null,
68
+ "diffusers_commit": null,
69
+ "optimum_version": "1.22.0",
70
+ "optimum_commit": null,
71
+ "timm_version": null,
72
+ "timm_commit": null,
73
+ "peft_version": null,
74
+ "peft_commit": null
75
+ }
76
+ },
77
+ "report": {
78
+ "load": {
79
+ "memory": null,
80
+ "latency": {
81
+ "unit": "s",
82
+ "values": [
83
+ 1.6360372006893158
84
+ ],
85
+ "count": 1,
86
+ "total": 1.6360372006893158,
87
+ "mean": 1.6360372006893158,
88
+ "p50": 1.6360372006893158,
89
+ "p90": 1.6360372006893158,
90
+ "p95": 1.6360372006893158,
91
+ "p99": 1.6360372006893158,
92
+ "stdev": 0,
93
+ "stdev_": 0
94
+ },
95
+ "throughput": null,
96
+ "energy": null,
97
+ "efficiency": null
98
+ },
99
+ "forward": {
100
+ "memory": null,
101
+ "latency": {
102
+ "unit": "s",
103
+ "values": [
104
+ 0.08594532310962677,
105
+ 0.09471334517002106,
106
+ 0.08976075425744057,
107
+ 0.1005999818444252,
108
+ 0.10805819928646088,
109
+ 0.11259704828262329,
110
+ 0.09319551289081573,
111
+ 0.08870980516076088,
112
+ 0.03157805651426315,
113
+ 0.0786021500825882,
114
+ 0.08335266262292862,
115
+ 0.02780040353536606,
116
+ 0.07924097403883934,
117
+ 0.028946243226528168,
118
+ 0.10680419206619263,
119
+ 0.08823419734835625,
120
+ 0.10736439377069473,
121
+ 0.08568980917334557,
122
+ 0.08283094316720963,
123
+ 0.035367634147405624,
124
+ 0.08390481397509575,
125
+ 0.08759000152349472,
126
+ 0.028956912457942963,
127
+ 0.15813429653644562,
128
+ 0.034928664565086365,
129
+ 0.1094389446079731,
130
+ 0.08907725661993027,
131
+ 0.10669909417629242,
132
+ 0.09336322173476219,
133
+ 0.10862943530082703,
134
+ 0.09854802116751671,
135
+ 0.10396136343479156,
136
+ 0.0978953130543232,
137
+ 0.16043402254581451,
138
+ 0.11901270598173141,
139
+ 0.08808447048068047,
140
+ 0.12179569527506828,
141
+ 0.09928321838378906,
142
+ 0.1047484278678894,
143
+ 0.10027208551764488,
144
+ 0.09941894188523293,
145
+ 0.08640917390584946,
146
+ 0.08824669569730759,
147
+ 0.027681540697813034,
148
+ 0.08327126502990723,
149
+ 0.08725295588374138,
150
+ 0.028244532644748688,
151
+ 0.08667585998773575,
152
+ 0.09724040701985359,
153
+ 0.0813249945640564,
154
+ 0.030890915542840958,
155
+ 0.09648511558771133,
156
+ 0.10039583221077919,
157
+ 0.1035427488386631,
158
+ 0.09703006595373154,
159
+ 0.08193466812372208,
160
+ 0.08479176834225655,
161
+ 0.032701488584280014,
162
+ 0.08540936559438705,
163
+ 0.08773652464151382,
164
+ 0.03367536887526512,
165
+ 0.10625825822353363,
166
+ 0.08778374269604683,
167
+ 0.10987138375639915,
168
+ 0.09440416097640991,
169
+ 0.09573694318532944,
170
+ 0.08621032908558846,
171
+ 0.02734372392296791,
172
+ 0.08505050837993622,
173
+ 0.09688951447606087,
174
+ 0.08316268399357796,
175
+ 0.0878746435046196,
176
+ 0.030256498605012894,
177
+ 0.08924684673547745,
178
+ 0.09859012812376022,
179
+ 0.10000848770141602,
180
+ 0.08266773074865341,
181
+ 0.02754247933626175,
182
+ 0.09181742742657661,
183
+ 0.026604916900396347,
184
+ 0.08852154389023781,
185
+ 0.08480153232812881,
186
+ 0.02731506898999214,
187
+ 0.08809554949402809,
188
+ 0.08173263445496559,
189
+ 0.024984117597341537,
190
+ 0.08262557908892632,
191
+ 0.09147287532687187,
192
+ 0.11100063100457191,
193
+ 0.08413643389940262,
194
+ 0.08802426606416702,
195
+ 0.03036992996931076,
196
+ 0.08317527174949646,
197
+ 0.0885823667049408,
198
+ 0.030944298952817917,
199
+ 0.08632246404886246,
200
+ 0.08880748972296715,
201
+ 0.09613620489835739,
202
+ 0.11922493577003479,
203
+ 0.08381848409771919,
204
+ 0.09341039881110191,
205
+ 0.03485734388232231,
206
+ 0.08863421529531479,
207
+ 0.07997540757060051,
208
+ 0.030565135180950165,
209
+ 0.08859357610344887,
210
+ 0.08947984501719475,
211
+ 0.11229269951581955,
212
+ 0.1079988181591034,
213
+ 0.10028760880231857,
214
+ 0.08633127808570862,
215
+ 0.0874423161149025,
216
+ 0.039332784712314606,
217
+ 0.08262502402067184,
218
+ 0.09120649099349976,
219
+ 0.08910652250051498,
220
+ 0.09308800473809242,
221
+ 0.030020397156476974,
222
+ 0.10903459787368774,
223
+ 0.0999443270266056,
224
+ 0.09870985522866249
225
+ ],
226
+ "count": 121,
227
+ "total": 10.004858557134867,
228
+ "mean": 0.08268478146392452,
229
+ "p50": 0.08823419734835625,
230
+ "p90": 0.10805819928646088,
231
+ "p95": 0.11229269951581955,
232
+ "p99": 0.15086657628417005,
233
+ "stdev": 0.028117566111810214,
234
+ "stdev_": 34.00573311556486
235
+ },
236
+ "throughput": {
237
+ "unit": "samples/s",
238
+ "value": 24.188248001509233
239
+ },
240
+ "energy": null,
241
+ "efficiency": null
242
+ }
243
+ }
244
+ }