IlyasMoutawwakil HF Staff commited on
Commit
77c2fc4
·
verified ·
1 Parent(s): b6a54e0

Upload test_api_push_to_hub_mixin/benchmark.json with huggingface_hub

Browse files
test_api_push_to_hub_mixin/benchmark.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "test_api_push_to_hub_mixin",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.3.1+cpu",
7
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
+ "task": "fill-mask",
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
+ "device_map": null,
22
+ "torch_dtype": null,
23
+ "eval_mode": true,
24
+ "to_bettertransformer": false,
25
+ "low_cpu_mem_usage": null,
26
+ "attn_implementation": null,
27
+ "cache_implementation": null,
28
+ "autocast_enabled": false,
29
+ "autocast_dtype": null,
30
+ "torch_compile": false,
31
+ "torch_compile_target": "forward",
32
+ "torch_compile_config": {},
33
+ "quantization_scheme": null,
34
+ "quantization_config": {},
35
+ "deepspeed_inference": false,
36
+ "deepspeed_inference_config": {},
37
+ "peft_type": null,
38
+ "peft_config": {}
39
+ },
40
+ "scenario": {
41
+ "name": "inference",
42
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
43
+ "iterations": 1,
44
+ "duration": 1,
45
+ "warmup_runs": 1,
46
+ "input_shapes": {
47
+ "batch_size": 2,
48
+ "num_choices": 2,
49
+ "sequence_length": 16
50
+ },
51
+ "new_tokens": null,
52
+ "memory": true,
53
+ "latency": true,
54
+ "energy": false,
55
+ "forward_kwargs": {},
56
+ "generate_kwargs": {},
57
+ "call_kwargs": {}
58
+ },
59
+ "launcher": {
60
+ "name": "process",
61
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
62
+ "device_isolation": false,
63
+ "device_isolation_action": null,
64
+ "numactl": false,
65
+ "numactl_kwargs": {},
66
+ "start_method": "spawn"
67
+ },
68
+ "environment": {
69
+ "cpu": " AMD EPYC 7742 64-Core Processor",
70
+ "cpu_count": 128,
71
+ "cpu_ram_mb": 540671.660032,
72
+ "system": "Linux",
73
+ "machine": "x86_64",
74
+ "platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.35",
75
+ "processor": "x86_64",
76
+ "python_version": "3.10.12",
77
+ "optimum_benchmark_version": "0.4.0",
78
+ "optimum_benchmark_commit": null,
79
+ "transformers_version": "4.44.0",
80
+ "transformers_commit": null,
81
+ "accelerate_version": "0.33.0",
82
+ "accelerate_commit": null,
83
+ "diffusers_version": "0.30.0",
84
+ "diffusers_commit": null,
85
+ "optimum_version": null,
86
+ "optimum_commit": null,
87
+ "timm_version": "1.0.8",
88
+ "timm_commit": null,
89
+ "peft_version": "0.12.0",
90
+ "peft_commit": null
91
+ }
92
+ },
93
+ "report": {
94
+ "load": {
95
+ "memory": {
96
+ "unit": "MB",
97
+ "max_ram": 525.570048,
98
+ "max_global_vram": null,
99
+ "max_process_vram": null,
100
+ "max_reserved": null,
101
+ "max_allocated": null
102
+ },
103
+ "latency": {
104
+ "unit": "s",
105
+ "count": 1,
106
+ "total": 6.214252961799502,
107
+ "mean": 6.214252961799502,
108
+ "stdev": 0.0,
109
+ "p50": 6.214252961799502,
110
+ "p90": 6.214252961799502,
111
+ "p95": 6.214252961799502,
112
+ "p99": 6.214252961799502,
113
+ "values": [
114
+ 6.214252961799502
115
+ ]
116
+ },
117
+ "throughput": null,
118
+ "energy": null,
119
+ "efficiency": null
120
+ },
121
+ "forward": {
122
+ "memory": {
123
+ "unit": "MB",
124
+ "max_ram": 973.078528,
125
+ "max_global_vram": null,
126
+ "max_process_vram": null,
127
+ "max_reserved": null,
128
+ "max_allocated": null
129
+ },
130
+ "latency": {
131
+ "unit": "s",
132
+ "count": 24,
133
+ "total": 1.033276118338108,
134
+ "mean": 0.04305317159742117,
135
+ "stdev": 0.0056569858496859395,
136
+ "p50": 0.04124795086681843,
137
+ "p90": 0.05133361741900444,
138
+ "p95": 0.05394609849900007,
139
+ "p99": 0.06044075866229832,
140
+ "values": [
141
+ 0.03950503375381231,
142
+ 0.03937410842627287,
143
+ 0.03930600080639124,
144
+ 0.051910918205976486,
145
+ 0.03825373947620392,
146
+ 0.03866713400930166,
147
+ 0.03919058386236429,
148
+ 0.03992874827235937,
149
+ 0.04381514433771372,
150
+ 0.04191288724541664,
151
+ 0.04168067220598459,
152
+ 0.04183300770819187,
153
+ 0.062273443676531315,
154
+ 0.049986582249403,
155
+ 0.041196965612471104,
156
+ 0.04115126933902502,
157
+ 0.04129893612116575,
158
+ 0.05430524796247482,
159
+ 0.04213548544794321,
160
+ 0.04051280301064253,
161
+ 0.04036368243396282,
162
+ 0.04058432672172785,
163
+ 0.04243492614477873,
164
+ 0.041654471307992935
165
+ ]
166
+ },
167
+ "throughput": {
168
+ "unit": "samples/s",
169
+ "value": 46.45418504126645
170
+ },
171
+ "energy": null,
172
+ "efficiency": null
173
+ }
174
+ }
175
+ }