File size: 7,516 Bytes
613988f
 
 
 
 
86394d7
613988f
 
106a1db
6a37453
d7e65e7
 
613988f
 
 
 
 
d7e65e7
 
613988f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3dfbb78
dd7db75
 
613988f
 
 
 
 
 
 
 
 
 
 
e503702
613988f
 
 
 
 
9ed1f02
5b1eb47
 
613988f
 
 
 
 
04097c4
613988f
 
5918f4d
613988f
5918f4d
25b797d
04097c4
 
613988f
07fafcc
613988f
11fde0e
613988f
04097c4
613988f
f946478
613988f
 
a609ac9
613988f
 
 
 
 
 
04097c4
613988f
 
 
 
 
 
 
5da7e29
04097c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
613988f
 
 
04097c4
613988f
e503702
 
04097c4
 
e503702
04097c4
e503702
 
 
04097c4
e503702
613988f
 
 
 
04097c4
613988f
 
 
 
 
 
 
5da7e29
04097c4
 
 
 
 
 
 
 
 
 
 
 
613988f
 
 
04097c4
613988f
 
621fbff
613988f
 
 
 
04097c4
613988f
 
 
 
 
 
 
5da7e29
04097c4
 
 
 
 
 
 
 
 
 
 
 
 
613988f
 
 
04097c4
613988f
 
621fbff
613988f
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
    "config": {
        "name": "cpu_training_transformers_token-classification_microsoft/deberta-v3-base",
        "backend": {
            "name": "pytorch",
            "version": "2.4.1+cpu",
            "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
            "task": "token-classification",
            "library": "transformers",
            "model_type": "deberta-v2",
            "model": "microsoft/deberta-v3-base",
            "processor": "microsoft/deberta-v3-base",
            "device": "cpu",
            "device_ids": null,
            "seed": 42,
            "inter_op_num_threads": null,
            "intra_op_num_threads": null,
            "model_kwargs": {},
            "processor_kwargs": {},
            "no_weights": true,
            "device_map": null,
            "torch_dtype": null,
            "eval_mode": true,
            "to_bettertransformer": false,
            "low_cpu_mem_usage": null,
            "attn_implementation": null,
            "cache_implementation": null,
            "autocast_enabled": false,
            "autocast_dtype": null,
            "torch_compile": false,
            "torch_compile_target": "forward",
            "torch_compile_config": {},
            "quantization_scheme": null,
            "quantization_config": {},
            "deepspeed_inference": false,
            "deepspeed_inference_config": {},
            "peft_type": null,
            "peft_config": {}
        },
        "scenario": {
            "name": "training",
            "_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
            "max_steps": 5,
            "warmup_steps": 2,
            "dataset_shapes": {
                "dataset_size": 500,
                "sequence_length": 16,
                "num_choices": 1
            },
            "training_arguments": {
                "per_device_train_batch_size": 2,
                "gradient_accumulation_steps": 1,
                "output_dir": "./trainer_output",
                "evaluation_strategy": "no",
                "eval_strategy": "no",
                "save_strategy": "no",
                "do_train": true,
                "use_cpu": false,
                "max_steps": 5,
                "do_eval": false,
                "do_predict": false,
                "report_to": "none",
                "skip_memory_metrics": true,
                "ddp_find_unused_parameters": false
            },
            "latency": true,
            "memory": true,
            "energy": true
        },
        "launcher": {
            "name": "process",
            "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
            "device_isolation": false,
            "device_isolation_action": null,
            "numactl": false,
            "numactl_kwargs": {},
            "start_method": "spawn"
        },
        "environment": {
            "cpu": " AMD EPYC 7763 64-Core Processor",
            "cpu_count": 4,
            "cpu_ram_mb": 16766.7712,
            "system": "Linux",
            "machine": "x86_64",
            "platform": "Linux-6.8.0-1014-azure-x86_64-with-glibc2.35",
            "processor": "x86_64",
            "python_version": "3.10.15",
            "optimum_benchmark_version": "0.5.0",
            "optimum_benchmark_commit": "11fc1578907ddfc66a9a7fb8f19815e001677ad1",
            "transformers_version": "4.44.2",
            "transformers_commit": null,
            "accelerate_version": "0.34.2",
            "accelerate_commit": null,
            "diffusers_version": "0.30.3",
            "diffusers_commit": null,
            "optimum_version": "1.22.0",
            "optimum_commit": null,
            "timm_version": "1.0.9",
            "timm_commit": null,
            "peft_version": null,
            "peft_commit": null
        }
    },
    "report": {
        "overall": {
            "memory": {
                "unit": "MB",
                "max_ram": 4499.099648,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    1.3669344550000346,
                    1.197890464000011,
                    1.1961186269999757,
                    1.1872874539999998,
                    1.1919453719999638
                ],
                "count": 5,
                "total": 6.140176371999985,
                "mean": 1.228035274399997,
                "p50": 1.1961186269999757,
                "p90": 1.2993168586000252,
                "p95": 1.3331256568000298,
                "p99": 1.3601726953600337,
                "stdev": 0.06954599955319445,
                "stdev_": 5.6631923368140855
            },
            "throughput": {
                "unit": "samples/s",
                "value": 8.143088564687915
            },
            "energy": {
                "unit": "kWh",
                "cpu": 0.0002511217032722228,
                "ram": 1.0503017105029111e-05,
                "gpu": 0,
                "total": 0.0002616247203772519
            },
            "efficiency": {
                "unit": "samples/kWh",
                "value": 38222.687770408
            }
        },
        "warmup": {
            "memory": {
                "unit": "MB",
                "max_ram": 4499.099648,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    1.3669344550000346,
                    1.197890464000011
                ],
                "count": 2,
                "total": 2.5648249190000456,
                "mean": 1.2824124595000228,
                "p50": 1.2824124595000228,
                "p90": 1.3500300559000322,
                "p95": 1.3584822554500335,
                "p99": 1.3652440150900345,
                "stdev": 0.08452199550001183,
                "stdev_": 6.590858882715832
            },
            "throughput": {
                "unit": "samples/s",
                "value": 3.1191212861106243
            },
            "energy": null,
            "efficiency": null
        },
        "train": {
            "memory": {
                "unit": "MB",
                "max_ram": 4499.099648,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    1.1961186269999757,
                    1.1872874539999998,
                    1.1919453719999638
                ],
                "count": 3,
                "total": 3.5753514529999393,
                "mean": 1.1917838176666464,
                "p50": 1.1919453719999638,
                "p90": 1.1952839759999734,
                "p95": 1.1957013014999744,
                "p99": 1.1960351618999754,
                "stdev": 0.003607120642177653,
                "stdev_": 0.3026656838855149
            },
            "throughput": {
                "unit": "samples/s",
                "value": 5.034470103602513
            },
            "energy": null,
            "efficiency": null
        }
    }
}