File size: 7,809 Bytes
071932b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "config": {
        "name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
        "backend": {
            "name": "pytorch",
            "version": "2.2.2+rocm5.7",
            "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
            "task": "token-classification",
            "model": "microsoft/deberta-v3-base",
            "library": "transformers",
            "device": "cuda",
            "device_ids": "0",
            "seed": 42,
            "inter_op_num_threads": null,
            "intra_op_num_threads": null,
            "hub_kwargs": {
                "revision": "main",
                "force_download": false,
                "local_files_only": false,
                "trust_remote_code": false
            },
            "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": "inference",
            "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
            "iterations": 1,
            "duration": 1,
            "warmup_runs": 1,
            "input_shapes": {
                "batch_size": 1,
                "num_choices": 2,
                "sequence_length": 2
            },
            "new_tokens": null,
            "latency": true,
            "memory": true,
            "energy": false,
            "forward_kwargs": {},
            "generate_kwargs": {
                "max_new_tokens": 2,
                "min_new_tokens": 2
            },
            "call_kwargs": {
                "num_inference_steps": 2
            }
        },
        "launcher": {
            "name": "process",
            "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
            "device_isolation": true,
            "device_isolation_action": "error",
            "start_method": "spawn"
        },
        "environment": {
            "cpu": " AMD EPYC 7763 64-Core Processor",
            "cpu_count": 128,
            "cpu_ram_mb": 1082015.236096,
            "system": "Linux",
            "machine": "x86_64",
            "platform": "Linux-5.15.0-84-generic-x86_64-with-glibc2.35",
            "processor": "x86_64",
            "python_version": "3.10.12",
            "gpu": [
                "Advanced Micro Devices, Inc. [AMD/ATI]"
            ],
            "gpu_count": 1,
            "gpu_vram_mb": 68702699520,
            "optimum_benchmark_version": "0.2.0",
            "optimum_benchmark_commit": null,
            "transformers_version": "4.40.2",
            "transformers_commit": null,
            "accelerate_version": "0.30.1",
            "accelerate_commit": null,
            "diffusers_version": "0.27.2",
            "diffusers_commit": null,
            "optimum_version": null,
            "optimum_commit": null,
            "timm_version": "0.9.16",
            "timm_commit": null,
            "peft_version": null,
            "peft_commit": null
        }
    },
    "report": {
        "forward": {
            "memory": {
                "unit": "MB",
                "max_ram": 1026.53952,
                "max_global_vram": 1122.848768,
                "max_process_vram": 307182.682112,
                "max_reserved": 773.849088,
                "max_allocated": 745.087488
            },
            "latency": {
                "unit": "s",
                "count": 76,
                "total": 0.9987027988433838,
                "mean": 0.01314082630057084,
                "stdev": 0.0012102212567672629,
                "p50": 0.012344738006591797,
                "p90": 0.014669605731964111,
                "p95": 0.014893885135650636,
                "p99": 0.016816754341125485,
                "values": [
                    0.01644983673095703,
                    0.01438008689880371,
                    0.014216888427734374,
                    0.014499926567077636,
                    0.013900569915771484,
                    0.013988409996032715,
                    0.01470136547088623,
                    0.014587126731872558,
                    0.014549047470092773,
                    0.014414007186889649,
                    0.014719924926757812,
                    0.014637845993041992,
                    0.014552886962890626,
                    0.014553366661071777,
                    0.01491560459136963,
                    0.01480552577972412,
                    0.014886645317077637,
                    0.0160821590423584,
                    0.017917507171630858,
                    0.014252887725830079,
                    0.0138789701461792,
                    0.013882169723510742,
                    0.013765851020812988,
                    0.013286012649536133,
                    0.01302601432800293,
                    0.0125303373336792,
                    0.012267778396606446,
                    0.01222553825378418,
                    0.012255778312683105,
                    0.012324578285217285,
                    0.012235939025878906,
                    0.0122298583984375,
                    0.012260578155517577,
                    0.012239937782287597,
                    0.012200899124145508,
                    0.01228233814239502,
                    0.012196099281311035,
                    0.012244897842407227,
                    0.01228841781616211,
                    0.012182177543640137,
                    0.012209057807922363,
                    0.012272257804870606,
                    0.012211138725280762,
                    0.01218985939025879,
                    0.01227737808227539,
                    0.012199777603149414,
                    0.012237217903137207,
                    0.0122100191116333,
                    0.012236418724060059,
                    0.012259138107299805,
                    0.012309057235717773,
                    0.01221865940093994,
                    0.012205537796020507,
                    0.01224457836151123,
                    0.01221257781982422,
                    0.012248417854309083,
                    0.012364897727966308,
                    0.01223481845855713,
                    0.012457056999206543,
                    0.013566011428833008,
                    0.012853215217590332,
                    0.014004570007324219,
                    0.013667290687561034,
                    0.013029375076293946,
                    0.013071773529052734,
                    0.012851295471191406,
                    0.01291993522644043,
                    0.013096413612365722,
                    0.012450016975402833,
                    0.012221537590026855,
                    0.012205697059631348,
                    0.012214179039001466,
                    0.01218073844909668,
                    0.012317697525024414,
                    0.012214978218078614,
                    0.012224417686462402
                ]
            },
            "throughput": {
                "unit": "samples/s",
                "value": 76.09871534155808
            },
            "energy": null,
            "efficiency": null
        }
    }
}