File size: 7,862 Bytes
032cd36
 
 
 
 
61ff0dc
032cd36
c800a55
 
032cd36
 
 
 
 
 
 
 
 
 
 
a4dd5d1
032cd36
 
 
 
 
 
 
c9b61b6
032cd36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1ea9ee5
032cd36
 
94e4630
032cd36
94e4630
f134058
1ea9ee5
5fdcbfd
1ea9ee5
7df9d99
1ea9ee5
7df9d99
1ea9ee5
032cd36
 
8a919b4
1ea9ee5
7df9d99
1ea9ee5
032cd36
 
 
 
 
 
 
 
1ea9ee5
032cd36
 
 
 
 
 
 
 
1ea9ee5
 
 
 
 
032cd36
 
1ea9ee5
 
 
 
 
 
 
 
032cd36
 
 
1ea9ee5
032cd36
 
 
1ea9ee5
 
1f94040
1ea9ee5
032cd36
 
 
1ea9ee5
032cd36
 
 
 
 
1ea9ee5
032cd36
 
 
 
 
 
 
 
1ea9ee5
 
032cd36
 
1ea9ee5
 
 
 
 
 
 
 
032cd36
 
 
1ea9ee5
032cd36
 
 
 
 
 
 
1ea9ee5
032cd36
 
 
 
 
 
 
 
1ea9ee5
 
 
032cd36
 
1ea9ee5
 
 
 
 
 
 
 
032cd36
 
 
1ea9ee5
032cd36
 
 
 
 
 
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
216
217
218
{
    "config": {
        "name": "cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel",
        "backend": {
            "name": "pytorch",
            "version": "2.8.0",
            "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
            "model": "hf-internal-testing/tiny-random-BertModel",
            "processor": "hf-internal-testing/tiny-random-BertModel",
            "task": "fill-mask",
            "library": "transformers",
            "model_type": "bert",
            "device": "cpu",
            "device_ids": null,
            "seed": 42,
            "inter_op_num_threads": null,
            "intra_op_num_threads": null,
            "model_kwargs": {},
            "processor_kwargs": {},
            "no_weights": true,
            "tp_plan": null,
            "device_map": null,
            "torch_dtype": null,
            "eval_mode": true,
            "to_bettertransformer": false,
            "low_cpu_mem_usage": null,
            "attn_implementation": null,
            "cache_implementation": null,
            "allow_tf32": false,
            "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",
                "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": 16772.579328,
            "system": "Linux",
            "machine": "x86_64",
            "platform": "Linux-6.11.0-1018-azure-x86_64-with-glibc2.39",
            "processor": "x86_64",
            "python_version": "3.10.18",
            "optimum_benchmark_version": "0.7.0.dev0",
            "optimum_benchmark_commit": "b263af468a9e9a9a3d1449039849727352955646",
            "transformers_version": "4.56.2",
            "transformers_commit": "b263af468a9e9a9a3d1449039849727352955646",
            "accelerate_version": "1.10.1",
            "accelerate_commit": "b263af468a9e9a9a3d1449039849727352955646",
            "diffusers_version": "0.35.1",
            "diffusers_commit": "b263af468a9e9a9a3d1449039849727352955646",
            "optimum_version": null,
            "optimum_commit": null,
            "timm_version": "1.0.20",
            "timm_commit": "b263af468a9e9a9a3d1449039849727352955646",
            "peft_version": "0.17.1",
            "peft_commit": "b263af468a9e9a9a3d1449039849727352955646"
        },
        "print_report": true,
        "log_report": true
    },
    "report": {
        "overall": {
            "memory": {
                "unit": "MB",
                "max_ram": 937.418752,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    0.01624372300000232,
                    0.012615057000004981,
                    0.012273386999993363,
                    0.012284418000007236,
                    0.01228554000002191
                ],
                "count": 5,
                "total": 0.06570212500002981,
                "mean": 0.013140425000005961,
                "p50": 0.01228554000002191,
                "p90": 0.014792256600003384,
                "p95": 0.015517989800002852,
                "p99": 0.016098576360002427,
                "stdev": 0.0015570357255321294,
                "stdev_": 11.849203701793687
            },
            "throughput": {
                "unit": "samples/s",
                "value": 761.010393499104
            },
            "energy": {
                "unit": "kWh",
                "cpu": 6.829709842960664e-06,
                "ram": 2.1217442638889536e-06,
                "gpu": 0.0,
                "total": 8.951454106849618e-06
            },
            "efficiency": {
                "unit": "samples/kWh",
                "value": 1117136.934472807
            }
        },
        "warmup": {
            "memory": {
                "unit": "MB",
                "max_ram": 937.418752,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    0.01624372300000232,
                    0.012615057000004981
                ],
                "count": 2,
                "total": 0.0288587800000073,
                "mean": 0.01442939000000365,
                "p50": 0.01442939000000365,
                "p90": 0.015880856400002585,
                "p95": 0.016062289700002452,
                "p99": 0.016207436340002344,
                "stdev": 0.001814332999998669,
                "stdev_": 12.573871799141962
            },
            "throughput": {
                "unit": "samples/s",
                "value": 277.2119957946239
            },
            "energy": null,
            "efficiency": null
        },
        "train": {
            "memory": {
                "unit": "MB",
                "max_ram": 937.418752,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    0.012273386999993363,
                    0.012284418000007236,
                    0.01228554000002191
                ],
                "count": 3,
                "total": 0.03684334500002251,
                "mean": 0.012281115000007503,
                "p50": 0.012284418000007236,
                "p90": 0.012285315600018975,
                "p95": 0.012285427800020444,
                "p99": 0.012285517560021617,
                "stdev": 5.483685450020106e-06,
                "stdev_": 0.044651364717427984
            },
            "throughput": {
                "unit": "samples/s",
                "value": 488.55498869576047
            },
            "energy": null,
            "efficiency": null
        }
    }
}