IlyasMoutawwakil HF Staff commited on
Commit
787e4cc
·
verified ·
1 Parent(s): 30985ba

Upload test_api_push_to_hub_mixin/benchmark.json with huggingface_hub

Browse files
test_api_push_to_hub_mixin/benchmark.json CHANGED
@@ -3,7 +3,7 @@
3
  "name": "test_api_push_to_hub_mixin",
4
  "backend": {
5
  "name": "pytorch",
6
- "version": "2.4.1+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "google-bert/bert-base-uncased",
9
  "processor": "google-bert/bert-base-uncased",
@@ -73,23 +73,23 @@
73
  "cpu_ram_mb": 16772.579328,
74
  "system": "Linux",
75
  "machine": "x86_64",
76
- "platform": "Linux-6.11.0-1018-azure-x86_64-with-glibc2.34",
77
  "processor": "x86_64",
78
- "python_version": "3.8.18",
79
  "optimum_benchmark_version": "0.6.0.dev0",
80
- "optimum_benchmark_commit": "f8cc4f1fcfab2d1301f39ec3aa895ba59803d7c0",
81
- "transformers_version": "4.46.3",
82
- "transformers_commit": null,
83
- "accelerate_version": "1.0.1",
84
- "accelerate_commit": null,
85
  "diffusers_version": "0.34.0",
86
- "diffusers_commit": null,
87
  "optimum_version": null,
88
  "optimum_commit": null,
89
  "timm_version": "1.0.19",
90
- "timm_commit": null,
91
- "peft_version": null,
92
- "peft_commit": null
93
  },
94
  "print_report": true,
95
  "log_report": true
@@ -98,7 +98,7 @@
98
  "load_model": {
99
  "memory": {
100
  "unit": "MB",
101
- "max_ram": 993.333248,
102
  "max_global_vram": null,
103
  "max_process_vram": null,
104
  "max_reserved": null,
@@ -107,15 +107,15 @@
107
  "latency": {
108
  "unit": "s",
109
  "values": [
110
- 2.064020573999997
111
  ],
112
  "count": 1,
113
- "total": 2.064020573999997,
114
- "mean": 2.064020573999997,
115
- "p50": 2.064020573999997,
116
- "p90": 2.064020573999997,
117
- "p95": 2.064020573999997,
118
- "p99": 2.064020573999997,
119
  "stdev": 0,
120
  "stdev_": 0
121
  },
@@ -126,7 +126,7 @@
126
  "first_forward": {
127
  "memory": {
128
  "unit": "MB",
129
- "max_ram": 944.254976,
130
  "max_global_vram": null,
131
  "max_process_vram": null,
132
  "max_reserved": null,
@@ -135,15 +135,15 @@
135
  "latency": {
136
  "unit": "s",
137
  "values": [
138
- 0.20470802100000185
139
  ],
140
  "count": 1,
141
- "total": 0.20470802100000185,
142
- "mean": 0.20470802100000185,
143
- "p50": 0.20470802100000185,
144
- "p90": 0.20470802100000185,
145
- "p95": 0.20470802100000185,
146
- "p99": 0.20470802100000185,
147
  "stdev": 0,
148
  "stdev_": 0
149
  },
@@ -154,7 +154,7 @@
154
  "forward": {
155
  "memory": {
156
  "unit": "MB",
157
- "max_ram": 949.53472,
158
  "max_global_vram": null,
159
  "max_process_vram": null,
160
  "max_reserved": null,
@@ -163,26 +163,29 @@
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
- 0.19252587999999093,
167
- 0.19050933700000883,
168
- 0.192260136999991,
169
- 0.12346525800001018,
170
- 0.19040172200000427,
171
- 0.19005538700000102
 
 
 
172
  ],
173
- "count": 6,
174
- "total": 1.0792177210000062,
175
- "mean": 0.17986962016666772,
176
- "p50": 0.19045552950000655,
177
- "p90": 0.19239300849999097,
178
- "p95": 0.19245944424999095,
179
- "p99": 0.19251259284999095,
180
- "stdev": 0.025242280935952852,
181
- "stdev_": 14.03365443956755
182
  },
183
  "throughput": {
184
  "unit": "samples/s",
185
- "value": 11.119165082723777
186
  },
187
  "energy": null,
188
  "efficiency": null
 
3
  "name": "test_api_push_to_hub_mixin",
4
  "backend": {
5
  "name": "pytorch",
6
+ "version": "2.8.0",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "google-bert/bert-base-uncased",
9
  "processor": "google-bert/bert-base-uncased",
 
73
  "cpu_ram_mb": 16772.579328,
74
  "system": "Linux",
75
  "machine": "x86_64",
76
+ "platform": "Linux-6.11.0-1018-azure-x86_64-with-glibc2.39",
77
  "processor": "x86_64",
78
+ "python_version": "3.10.18",
79
  "optimum_benchmark_version": "0.6.0.dev0",
80
+ "optimum_benchmark_commit": "4f5776f82619d4ff4855bedc9536c50db99f78b9",
81
+ "transformers_version": "4.52.4",
82
+ "transformers_commit": "4f5776f82619d4ff4855bedc9536c50db99f78b9",
83
+ "accelerate_version": "1.10.0",
84
+ "accelerate_commit": "4f5776f82619d4ff4855bedc9536c50db99f78b9",
85
  "diffusers_version": "0.34.0",
86
+ "diffusers_commit": "4f5776f82619d4ff4855bedc9536c50db99f78b9",
87
  "optimum_version": null,
88
  "optimum_commit": null,
89
  "timm_version": "1.0.19",
90
+ "timm_commit": "4f5776f82619d4ff4855bedc9536c50db99f78b9",
91
+ "peft_version": "0.17.0",
92
+ "peft_commit": "4f5776f82619d4ff4855bedc9536c50db99f78b9"
93
  },
94
  "print_report": true,
95
  "log_report": true
 
98
  "load_model": {
99
  "memory": {
100
  "unit": "MB",
101
+ "max_ram": 1408.34816,
102
  "max_global_vram": null,
103
  "max_process_vram": null,
104
  "max_reserved": null,
 
107
  "latency": {
108
  "unit": "s",
109
  "values": [
110
+ 1.882524188000005
111
  ],
112
  "count": 1,
113
+ "total": 1.882524188000005,
114
+ "mean": 1.882524188000005,
115
+ "p50": 1.882524188000005,
116
+ "p90": 1.882524188000005,
117
+ "p95": 1.882524188000005,
118
+ "p99": 1.882524188000005,
119
  "stdev": 0,
120
  "stdev_": 0
121
  },
 
126
  "first_forward": {
127
  "memory": {
128
  "unit": "MB",
129
+ "max_ram": 1402.53184,
130
  "max_global_vram": null,
131
  "max_process_vram": null,
132
  "max_reserved": null,
 
135
  "latency": {
136
  "unit": "s",
137
  "values": [
138
+ 0.20415221099999314
139
  ],
140
  "count": 1,
141
+ "total": 0.20415221099999314,
142
+ "mean": 0.20415221099999314,
143
+ "p50": 0.20415221099999314,
144
+ "p90": 0.20415221099999314,
145
+ "p95": 0.20415221099999314,
146
+ "p99": 0.20415221099999314,
147
  "stdev": 0,
148
  "stdev_": 0
149
  },
 
154
  "forward": {
155
  "memory": {
156
  "unit": "MB",
157
+ "max_ram": 1406.554112,
158
  "max_global_vram": null,
159
  "max_process_vram": null,
160
  "max_reserved": null,
 
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
+ 0.18960325899999475,
167
+ 0.14067615700000147,
168
+ 0.10121821100000261,
169
+ 0.1018101650000034,
170
+ 0.10099639700000296,
171
+ 0.10387704900000472,
172
+ 0.10086529200000882,
173
+ 0.10043228499999657,
174
+ 0.10180627699999434
175
  ],
176
+ "count": 9,
177
+ "total": 1.0412850920000096,
178
+ "mean": 0.11569834355555662,
179
+ "p50": 0.10180627699999434,
180
+ "p90": 0.15046157740000013,
181
+ "p95": 0.17003241819999743,
182
+ "p99": 0.1856890908399953,
183
+ "stdev": 0.028848907444514273,
184
+ "stdev_": 24.934589863563133
185
  },
186
  "throughput": {
187
  "unit": "samples/s",
188
+ "value": 17.286332185383706
189
  },
190
  "energy": null,
191
  "efficiency": null