IlyasMoutawwakil HF staff commited on
Commit
071932b
·
verified ·
1 Parent(s): 1fbbcc4

Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub

Browse files
cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "cuda_inference_transformers_token-classification_microsoft/deberta-v3-base",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.2.2+rocm5.7",
7
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
+ "task": "token-classification",
9
+ "model": "microsoft/deberta-v3-base",
10
+ "library": "transformers",
11
+ "device": "cuda",
12
+ "device_ids": "0",
13
+ "seed": 42,
14
+ "inter_op_num_threads": null,
15
+ "intra_op_num_threads": null,
16
+ "hub_kwargs": {
17
+ "revision": "main",
18
+ "force_download": false,
19
+ "local_files_only": false,
20
+ "trust_remote_code": false
21
+ },
22
+ "no_weights": true,
23
+ "device_map": null,
24
+ "torch_dtype": null,
25
+ "eval_mode": true,
26
+ "to_bettertransformer": false,
27
+ "low_cpu_mem_usage": null,
28
+ "attn_implementation": null,
29
+ "cache_implementation": null,
30
+ "autocast_enabled": false,
31
+ "autocast_dtype": null,
32
+ "torch_compile": false,
33
+ "torch_compile_target": "forward",
34
+ "torch_compile_config": {},
35
+ "quantization_scheme": null,
36
+ "quantization_config": {},
37
+ "deepspeed_inference": false,
38
+ "deepspeed_inference_config": {},
39
+ "peft_type": null,
40
+ "peft_config": {}
41
+ },
42
+ "scenario": {
43
+ "name": "inference",
44
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
45
+ "iterations": 1,
46
+ "duration": 1,
47
+ "warmup_runs": 1,
48
+ "input_shapes": {
49
+ "batch_size": 1,
50
+ "num_choices": 2,
51
+ "sequence_length": 2
52
+ },
53
+ "new_tokens": null,
54
+ "latency": true,
55
+ "memory": true,
56
+ "energy": false,
57
+ "forward_kwargs": {},
58
+ "generate_kwargs": {
59
+ "max_new_tokens": 2,
60
+ "min_new_tokens": 2
61
+ },
62
+ "call_kwargs": {
63
+ "num_inference_steps": 2
64
+ }
65
+ },
66
+ "launcher": {
67
+ "name": "process",
68
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
69
+ "device_isolation": true,
70
+ "device_isolation_action": "error",
71
+ "start_method": "spawn"
72
+ },
73
+ "environment": {
74
+ "cpu": " AMD EPYC 7763 64-Core Processor",
75
+ "cpu_count": 128,
76
+ "cpu_ram_mb": 1082015.236096,
77
+ "system": "Linux",
78
+ "machine": "x86_64",
79
+ "platform": "Linux-5.15.0-84-generic-x86_64-with-glibc2.35",
80
+ "processor": "x86_64",
81
+ "python_version": "3.10.12",
82
+ "gpu": [
83
+ "Advanced Micro Devices, Inc. [AMD/ATI]"
84
+ ],
85
+ "gpu_count": 1,
86
+ "gpu_vram_mb": 68702699520,
87
+ "optimum_benchmark_version": "0.2.0",
88
+ "optimum_benchmark_commit": null,
89
+ "transformers_version": "4.40.2",
90
+ "transformers_commit": null,
91
+ "accelerate_version": "0.30.1",
92
+ "accelerate_commit": null,
93
+ "diffusers_version": "0.27.2",
94
+ "diffusers_commit": null,
95
+ "optimum_version": null,
96
+ "optimum_commit": null,
97
+ "timm_version": "0.9.16",
98
+ "timm_commit": null,
99
+ "peft_version": null,
100
+ "peft_commit": null
101
+ }
102
+ },
103
+ "report": {
104
+ "forward": {
105
+ "memory": {
106
+ "unit": "MB",
107
+ "max_ram": 1026.53952,
108
+ "max_global_vram": 1122.848768,
109
+ "max_process_vram": 307182.682112,
110
+ "max_reserved": 773.849088,
111
+ "max_allocated": 745.087488
112
+ },
113
+ "latency": {
114
+ "unit": "s",
115
+ "count": 76,
116
+ "total": 0.9987027988433838,
117
+ "mean": 0.01314082630057084,
118
+ "stdev": 0.0012102212567672629,
119
+ "p50": 0.012344738006591797,
120
+ "p90": 0.014669605731964111,
121
+ "p95": 0.014893885135650636,
122
+ "p99": 0.016816754341125485,
123
+ "values": [
124
+ 0.01644983673095703,
125
+ 0.01438008689880371,
126
+ 0.014216888427734374,
127
+ 0.014499926567077636,
128
+ 0.013900569915771484,
129
+ 0.013988409996032715,
130
+ 0.01470136547088623,
131
+ 0.014587126731872558,
132
+ 0.014549047470092773,
133
+ 0.014414007186889649,
134
+ 0.014719924926757812,
135
+ 0.014637845993041992,
136
+ 0.014552886962890626,
137
+ 0.014553366661071777,
138
+ 0.01491560459136963,
139
+ 0.01480552577972412,
140
+ 0.014886645317077637,
141
+ 0.0160821590423584,
142
+ 0.017917507171630858,
143
+ 0.014252887725830079,
144
+ 0.0138789701461792,
145
+ 0.013882169723510742,
146
+ 0.013765851020812988,
147
+ 0.013286012649536133,
148
+ 0.01302601432800293,
149
+ 0.0125303373336792,
150
+ 0.012267778396606446,
151
+ 0.01222553825378418,
152
+ 0.012255778312683105,
153
+ 0.012324578285217285,
154
+ 0.012235939025878906,
155
+ 0.0122298583984375,
156
+ 0.012260578155517577,
157
+ 0.012239937782287597,
158
+ 0.012200899124145508,
159
+ 0.01228233814239502,
160
+ 0.012196099281311035,
161
+ 0.012244897842407227,
162
+ 0.01228841781616211,
163
+ 0.012182177543640137,
164
+ 0.012209057807922363,
165
+ 0.012272257804870606,
166
+ 0.012211138725280762,
167
+ 0.01218985939025879,
168
+ 0.01227737808227539,
169
+ 0.012199777603149414,
170
+ 0.012237217903137207,
171
+ 0.0122100191116333,
172
+ 0.012236418724060059,
173
+ 0.012259138107299805,
174
+ 0.012309057235717773,
175
+ 0.01221865940093994,
176
+ 0.012205537796020507,
177
+ 0.01224457836151123,
178
+ 0.01221257781982422,
179
+ 0.012248417854309083,
180
+ 0.012364897727966308,
181
+ 0.01223481845855713,
182
+ 0.012457056999206543,
183
+ 0.013566011428833008,
184
+ 0.012853215217590332,
185
+ 0.014004570007324219,
186
+ 0.013667290687561034,
187
+ 0.013029375076293946,
188
+ 0.013071773529052734,
189
+ 0.012851295471191406,
190
+ 0.01291993522644043,
191
+ 0.013096413612365722,
192
+ 0.012450016975402833,
193
+ 0.012221537590026855,
194
+ 0.012205697059631348,
195
+ 0.012214179039001466,
196
+ 0.01218073844909668,
197
+ 0.012317697525024414,
198
+ 0.012214978218078614,
199
+ 0.012224417686462402
200
+ ]
201
+ },
202
+ "throughput": {
203
+ "unit": "samples/s",
204
+ "value": 76.09871534155808
205
+ },
206
+ "energy": null,
207
+ "efficiency": null
208
+ }
209
+ }
210
+ }