IlyasMoutawwakil HF Staff commited on
Commit
f24f613
·
verified ·
1 Parent(s): 3604f8f

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",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "google-bert/bert-base-uncased",
9
  "processor": "google-bert/bert-base-uncased",
@@ -75,21 +75,21 @@
75
  "machine": "arm64",
76
  "platform": "macOS-14.7.6-arm64-arm-64bit",
77
  "processor": "arm",
78
- "python_version": "3.8.10",
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": 1096.941568,
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
- 4.393206417
111
  ],
112
  "count": 1,
113
- "total": 4.393206417,
114
- "mean": 4.393206417,
115
- "p50": 4.393206417,
116
- "p90": 4.393206417,
117
- "p95": 4.393206417,
118
- "p99": 4.393206417,
119
  "stdev": 0,
120
  "stdev_": 0
121
  },
@@ -126,7 +126,7 @@
126
  "first_forward": {
127
  "memory": {
128
  "unit": "MB",
129
- "max_ram": 918.011904,
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.33964104100000014
139
  ],
140
  "count": 1,
141
- "total": 0.33964104100000014,
142
- "mean": 0.33964104100000014,
143
- "p50": 0.33964104100000014,
144
- "p90": 0.33964104100000014,
145
- "p95": 0.33964104100000014,
146
- "p99": 0.33964104100000014,
147
  "stdev": 0,
148
  "stdev_": 0
149
  },
@@ -154,7 +154,7 @@
154
  "forward": {
155
  "memory": {
156
  "unit": "MB",
157
- "max_ram": 921.1904,
158
  "max_global_vram": null,
159
  "max_process_vram": null,
160
  "max_reserved": null,
@@ -163,27 +163,31 @@
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
- 0.17643912499999992,
167
- 0.19472637500000012,
168
- 0.18640979199999919,
169
- 0.10601070799999945,
170
- 0.13507570899999877,
171
- 0.11001645800000048,
172
- 0.09733454199999869
 
 
 
 
173
  ],
174
- "count": 7,
175
- "total": 1.0060127089999966,
176
- "mean": 0.1437161012857138,
177
- "p50": 0.13507570899999877,
178
- "p90": 0.18973642519999956,
179
- "p95": 0.19223140009999984,
180
- "p99": 0.19422738002000006,
181
- "stdev": 0.03831982626201903,
182
- "stdev_": 26.663558167249175
183
  },
184
  "throughput": {
185
  "unit": "samples/s",
186
- "value": 13.916325186305421
187
  },
188
  "energy": null,
189
  "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",
 
75
  "machine": "arm64",
76
  "platform": "macOS-14.7.6-arm64-arm-64bit",
77
  "processor": "arm",
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": 1024.57344,
102
  "max_global_vram": null,
103
  "max_process_vram": null,
104
  "max_reserved": null,
 
107
  "latency": {
108
  "unit": "s",
109
  "values": [
110
+ 4.948635582999998
111
  ],
112
  "count": 1,
113
+ "total": 4.948635582999998,
114
+ "mean": 4.948635582999998,
115
+ "p50": 4.948635582999998,
116
+ "p90": 4.948635582999998,
117
+ "p95": 4.948635582999998,
118
+ "p99": 4.948635582999998,
119
  "stdev": 0,
120
  "stdev_": 0
121
  },
 
126
  "first_forward": {
127
  "memory": {
128
  "unit": "MB",
129
+ "max_ram": 1347.66592,
130
  "max_global_vram": null,
131
  "max_process_vram": null,
132
  "max_reserved": null,
 
135
  "latency": {
136
  "unit": "s",
137
  "values": [
138
+ 1.4691309170000295
139
  ],
140
  "count": 1,
141
+ "total": 1.4691309170000295,
142
+ "mean": 1.4691309170000295,
143
+ "p50": 1.4691309170000295,
144
+ "p90": 1.4691309170000295,
145
+ "p95": 1.4691309170000295,
146
+ "p99": 1.4691309170000295,
147
  "stdev": 0,
148
  "stdev_": 0
149
  },
 
154
  "forward": {
155
  "memory": {
156
  "unit": "MB",
157
+ "max_ram": 1174.355968,
158
  "max_global_vram": null,
159
  "max_process_vram": null,
160
  "max_reserved": null,
 
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
+ 0.09005429199999071,
167
+ 0.10094916700001022,
168
+ 0.08727783300003011,
169
+ 0.11102412500002856,
170
+ 0.11513229199999842,
171
+ 0.12135441599997421,
172
+ 0.11414916600000424,
173
+ 0.08867508299999827,
174
+ 0.09308641600000556,
175
+ 0.07799433399998179,
176
+ 0.12911458299998912
177
  ],
178
+ "count": 11,
179
+ "total": 1.1288117070000112,
180
+ "mean": 0.10261924609091011,
181
+ "p50": 0.10094916700001022,
182
+ "p90": 0.12135441599997421,
183
+ "p95": 0.12523449949998167,
184
+ "p99": 0.12833856629998763,
185
+ "stdev": 0.01566958214443418,
186
+ "stdev_": 15.26963288207413
187
  },
188
  "throughput": {
189
  "unit": "samples/s",
190
+ "value": 19.48952147074054
191
  },
192
  "energy": null,
193
  "efficiency": null