IlyasMoutawwakil HF staff commited on
Commit
c6333ce
1 Parent(s): 4bdfe96

Upload cpu_training_transformers_image-classification_google/vit-base-patch16-224/benchmark.json with huggingface_hub

Browse files
cpu_training_transformers_image-classification_google/vit-base-patch16-224/benchmark.json CHANGED
@@ -6,19 +6,17 @@
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "image-classification",
9
- "model": "google/vit-base-patch16-224",
10
  "library": "transformers",
 
 
11
  "device": "cpu",
12
  "device_ids": null,
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,
@@ -76,14 +74,14 @@
76
  "environment": {
77
  "cpu": " AMD EPYC 7763 64-Core Processor",
78
  "cpu_count": 4,
79
- "cpu_ram_mb": 16757.338112,
80
  "system": "Linux",
81
  "machine": "x86_64",
82
- "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
83
  "processor": "x86_64",
84
  "python_version": "3.10.14",
85
  "optimum_benchmark_version": "0.2.0",
86
- "optimum_benchmark_commit": "3e2eebdc0f80ae6deeb2e1faad3e889ed5a4df2d",
87
  "transformers_version": "4.40.2",
88
  "transformers_commit": null,
89
  "accelerate_version": "0.30.1",
@@ -102,7 +100,7 @@
102
  "overall": {
103
  "memory": {
104
  "unit": "MB",
105
- "max_ram": 2458.386432,
106
  "max_global_vram": null,
107
  "max_process_vram": null,
108
  "max_reserved": null,
@@ -111,24 +109,24 @@
111
  "latency": {
112
  "unit": "s",
113
  "count": 5,
114
- "total": 7.835733128999948,
115
- "mean": 1.5671466257999895,
116
- "stdev": 0.07371338876074114,
117
- "p50": 1.531471316999955,
118
- "p90": 1.6471475759999863,
119
- "p95": 1.6801586949999774,
120
- "p99": 1.7065675901999702,
121
  "values": [
122
- 1.7131698139999685,
123
- 1.5260347109999657,
124
- 1.5481142190000128,
125
- 1.516943068000046,
126
- 1.531471316999955
127
  ]
128
  },
129
  "throughput": {
130
  "unit": "samples/s",
131
- "value": 6.381023852758671
132
  },
133
  "energy": null,
134
  "efficiency": null
@@ -136,7 +134,7 @@
136
  "warmup": {
137
  "memory": {
138
  "unit": "MB",
139
- "max_ram": 2458.386432,
140
  "max_global_vram": null,
141
  "max_process_vram": null,
142
  "max_reserved": null,
@@ -145,21 +143,21 @@
145
  "latency": {
146
  "unit": "s",
147
  "count": 2,
148
- "total": 3.239204524999934,
149
- "mean": 1.619602262499967,
150
- "stdev": 0.0935675515000014,
151
- "p50": 1.619602262499967,
152
- "p90": 1.6944563036999682,
153
- "p95": 1.7038130588499683,
154
- "p99": 1.7112984629699683,
155
  "values": [
156
- 1.7131698139999685,
157
- 1.5260347109999657
158
  ]
159
  },
160
  "throughput": {
161
  "unit": "samples/s",
162
- "value": 2.469742166095598
163
  },
164
  "energy": null,
165
  "efficiency": null
@@ -167,7 +165,7 @@
167
  "train": {
168
  "memory": {
169
  "unit": "MB",
170
- "max_ram": 2458.386432,
171
  "max_global_vram": null,
172
  "max_process_vram": null,
173
  "max_reserved": null,
@@ -176,22 +174,22 @@
176
  "latency": {
177
  "unit": "s",
178
  "count": 3,
179
- "total": 4.596528604000014,
180
- "mean": 1.532176201333338,
181
- "stdev": 0.012735326461154408,
182
- "p50": 1.531471316999955,
183
- "p90": 1.5447856386000012,
184
- "p95": 1.546449928800007,
185
- "p99": 1.5477813609600117,
186
  "values": [
187
- 1.5481142190000128,
188
- 1.516943068000046,
189
- 1.531471316999955
190
  ]
191
  },
192
  "throughput": {
193
  "unit": "samples/s",
194
- "value": 3.915998691781435
195
  },
196
  "energy": null,
197
  "efficiency": null
 
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "image-classification",
 
9
  "library": "transformers",
10
+ "model": "google/vit-base-patch16-224",
11
+ "processor": "google/vit-base-patch16-224",
12
  "device": "cpu",
13
  "device_ids": null,
14
  "seed": 42,
15
  "inter_op_num_threads": null,
16
  "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "hub_kwargs": {},
 
 
 
20
  "no_weights": true,
21
  "device_map": null,
22
  "torch_dtype": null,
 
74
  "environment": {
75
  "cpu": " AMD EPYC 7763 64-Core Processor",
76
  "cpu_count": 4,
77
+ "cpu_ram_mb": 16757.354496,
78
  "system": "Linux",
79
  "machine": "x86_64",
80
+ "platform": "Linux-6.5.0-1021-azure-x86_64-with-glibc2.35",
81
  "processor": "x86_64",
82
  "python_version": "3.10.14",
83
  "optimum_benchmark_version": "0.2.0",
84
+ "optimum_benchmark_commit": "6fd377459e287bb09e9383ba2516b1b2a271a562",
85
  "transformers_version": "4.40.2",
86
  "transformers_commit": null,
87
  "accelerate_version": "0.30.1",
 
100
  "overall": {
101
  "memory": {
102
  "unit": "MB",
103
+ "max_ram": 2442.780672,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
 
109
  "latency": {
110
  "unit": "s",
111
  "count": 5,
112
+ "total": 7.678620337999973,
113
+ "mean": 1.5357240675999946,
114
+ "stdev": 0.06232716081708488,
115
+ "p50": 1.5081109289999972,
116
+ "p90": 1.6028947829999993,
117
+ "p95": 1.6309419370000113,
118
+ "p99": 1.653379660200021,
119
  "values": [
120
+ 1.6589890910000236,
121
+ 1.5187533209999629,
122
+ 1.5028354929999637,
123
+ 1.5081109289999972,
124
+ 1.489931504000026
125
  ]
126
  },
127
  "throughput": {
128
  "unit": "samples/s",
129
+ "value": 6.5115864307758375
130
  },
131
  "energy": null,
132
  "efficiency": null
 
134
  "warmup": {
135
  "memory": {
136
  "unit": "MB",
137
+ "max_ram": 2442.780672,
138
  "max_global_vram": null,
139
  "max_process_vram": null,
140
  "max_reserved": null,
 
143
  "latency": {
144
  "unit": "s",
145
  "count": 2,
146
+ "total": 3.1777424119999864,
147
+ "mean": 1.5888712059999932,
148
+ "stdev": 0.07011788500003036,
149
+ "p50": 1.5888712059999932,
150
+ "p90": 1.6449655140000174,
151
+ "p95": 1.6519773025000206,
152
+ "p99": 1.657586733300023,
153
  "values": [
154
+ 1.6589890910000236,
155
+ 1.5187533209999629
156
  ]
157
  },
158
  "throughput": {
159
  "unit": "samples/s",
160
+ "value": 2.5175105350861378
161
  },
162
  "energy": null,
163
  "efficiency": null
 
165
  "train": {
166
  "memory": {
167
  "unit": "MB",
168
+ "max_ram": 2442.780672,
169
  "max_global_vram": null,
170
  "max_process_vram": null,
171
  "max_reserved": null,
 
174
  "latency": {
175
  "unit": "s",
176
  "count": 3,
177
+ "total": 4.500877925999987,
178
+ "mean": 1.5002926419999956,
179
+ "stdev": 0.007636423322403532,
180
+ "p50": 1.5028354929999637,
181
+ "p90": 1.5070558417999904,
182
+ "p95": 1.5075833853999938,
183
+ "p99": 1.5080054202799966,
184
  "values": [
185
+ 1.5028354929999637,
186
+ 1.5081109289999972,
187
+ 1.489931504000026
188
  ]
189
  },
190
  "throughput": {
191
  "unit": "samples/s",
192
+ "value": 3.999219773551364
193
  },
194
  "energy": null,
195
  "efficiency": null