Commit
•
5ff7b2b
1
Parent(s):
7575df7
Upload cpu_training_transformers_text-generation_openai-community/gpt2/benchmark.json with huggingface_hub
Browse files
cpu_training_transformers_text-generation_openai-community/gpt2/benchmark.json
CHANGED
@@ -17,7 +17,6 @@
|
|
17 |
"intra_op_num_threads": null,
|
18 |
"model_kwargs": {},
|
19 |
"processor_kwargs": {},
|
20 |
-
"hub_kwargs": {},
|
21 |
"no_weights": true,
|
22 |
"device_map": null,
|
23 |
"torch_dtype": null,
|
@@ -80,14 +79,14 @@
|
|
80 |
"environment": {
|
81 |
"cpu": " AMD EPYC 7763 64-Core Processor",
|
82 |
"cpu_count": 4,
|
83 |
-
"cpu_ram_mb": 16757.
|
84 |
"system": "Linux",
|
85 |
"machine": "x86_64",
|
86 |
"platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
|
87 |
"processor": "x86_64",
|
88 |
"python_version": "3.10.14",
|
89 |
"optimum_benchmark_version": "0.3.1",
|
90 |
-
"optimum_benchmark_commit": "
|
91 |
"transformers_version": "4.42.4",
|
92 |
"transformers_commit": null,
|
93 |
"accelerate_version": "0.32.1",
|
@@ -106,7 +105,7 @@
|
|
106 |
"overall": {
|
107 |
"memory": {
|
108 |
"unit": "MB",
|
109 |
-
"max_ram":
|
110 |
"max_global_vram": null,
|
111 |
"max_process_vram": null,
|
112 |
"max_reserved": null,
|
@@ -115,24 +114,24 @@
|
|
115 |
"latency": {
|
116 |
"unit": "s",
|
117 |
"count": 5,
|
118 |
-
"total": 3.
|
119 |
-
"mean": 0.
|
120 |
-
"stdev": 0.
|
121 |
-
"p50": 0.
|
122 |
-
"p90": 0.
|
123 |
-
"p95": 0.
|
124 |
-
"p99": 0.
|
125 |
"values": [
|
126 |
-
0.
|
127 |
-
0.
|
128 |
-
0.
|
129 |
-
0.
|
130 |
-
0.
|
131 |
]
|
132 |
},
|
133 |
"throughput": {
|
134 |
"unit": "samples/s",
|
135 |
-
"value":
|
136 |
},
|
137 |
"energy": null,
|
138 |
"efficiency": null
|
@@ -140,7 +139,7 @@
|
|
140 |
"warmup": {
|
141 |
"memory": {
|
142 |
"unit": "MB",
|
143 |
-
"max_ram":
|
144 |
"max_global_vram": null,
|
145 |
"max_process_vram": null,
|
146 |
"max_reserved": null,
|
@@ -149,21 +148,21 @@
|
|
149 |
"latency": {
|
150 |
"unit": "s",
|
151 |
"count": 2,
|
152 |
-
"total": 1.
|
153 |
-
"mean": 0.
|
154 |
-
"stdev": 0.
|
155 |
-
"p50": 0.
|
156 |
-
"p90": 0.
|
157 |
-
"p95": 0.
|
158 |
-
"p99": 0.
|
159 |
"values": [
|
160 |
-
0.
|
161 |
-
0.
|
162 |
]
|
163 |
},
|
164 |
"throughput": {
|
165 |
"unit": "samples/s",
|
166 |
-
"value":
|
167 |
},
|
168 |
"energy": null,
|
169 |
"efficiency": null
|
@@ -171,7 +170,7 @@
|
|
171 |
"train": {
|
172 |
"memory": {
|
173 |
"unit": "MB",
|
174 |
-
"max_ram":
|
175 |
"max_global_vram": null,
|
176 |
"max_process_vram": null,
|
177 |
"max_reserved": null,
|
@@ -180,22 +179,22 @@
|
|
180 |
"latency": {
|
181 |
"unit": "s",
|
182 |
"count": 3,
|
183 |
-
"total":
|
184 |
-
"mean": 0.
|
185 |
-
"stdev": 0.
|
186 |
-
"p50": 0.
|
187 |
-
"p90": 0.
|
188 |
-
"p95": 0.
|
189 |
-
"p99": 0.
|
190 |
"values": [
|
191 |
-
0.
|
192 |
-
0.
|
193 |
-
0.
|
194 |
]
|
195 |
},
|
196 |
"throughput": {
|
197 |
"unit": "samples/s",
|
198 |
-
"value":
|
199 |
},
|
200 |
"energy": null,
|
201 |
"efficiency": null
|
|
|
17 |
"intra_op_num_threads": null,
|
18 |
"model_kwargs": {},
|
19 |
"processor_kwargs": {},
|
|
|
20 |
"no_weights": true,
|
21 |
"device_map": null,
|
22 |
"torch_dtype": null,
|
|
|
79 |
"environment": {
|
80 |
"cpu": " AMD EPYC 7763 64-Core Processor",
|
81 |
"cpu_count": 4,
|
82 |
+
"cpu_ram_mb": 16757.342208,
|
83 |
"system": "Linux",
|
84 |
"machine": "x86_64",
|
85 |
"platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
|
86 |
"processor": "x86_64",
|
87 |
"python_version": "3.10.14",
|
88 |
"optimum_benchmark_version": "0.3.1",
|
89 |
+
"optimum_benchmark_commit": "dcd8d39eb1efde5484c10fe67e911bfe5a0711c9",
|
90 |
"transformers_version": "4.42.4",
|
91 |
"transformers_commit": null,
|
92 |
"accelerate_version": "0.32.1",
|
|
|
105 |
"overall": {
|
106 |
"memory": {
|
107 |
"unit": "MB",
|
108 |
+
"max_ram": 2842.447872,
|
109 |
"max_global_vram": null,
|
110 |
"max_process_vram": null,
|
111 |
"max_reserved": null,
|
|
|
114 |
"latency": {
|
115 |
"unit": "s",
|
116 |
"count": 5,
|
117 |
+
"total": 3.4656133140000236,
|
118 |
+
"mean": 0.6931226628000047,
|
119 |
+
"stdev": 0.04116245142675642,
|
120 |
+
"p50": 0.6908026680000035,
|
121 |
+
"p90": 0.7409553742000015,
|
122 |
+
"p95": 0.7491758616000027,
|
123 |
+
"p99": 0.7557522515200037,
|
124 |
"values": [
|
125 |
+
0.757396349000004,
|
126 |
+
0.6412003480000124,
|
127 |
+
0.7162939119999976,
|
128 |
+
0.6599200370000062,
|
129 |
+
0.6908026680000035
|
130 |
]
|
131 |
},
|
132 |
"throughput": {
|
133 |
"unit": "samples/s",
|
134 |
+
"value": 14.427460731990847
|
135 |
},
|
136 |
"energy": null,
|
137 |
"efficiency": null
|
|
|
139 |
"warmup": {
|
140 |
"memory": {
|
141 |
"unit": "MB",
|
142 |
+
"max_ram": 2842.447872,
|
143 |
"max_global_vram": null,
|
144 |
"max_process_vram": null,
|
145 |
"max_reserved": null,
|
|
|
148 |
"latency": {
|
149 |
"unit": "s",
|
150 |
"count": 2,
|
151 |
+
"total": 1.3985966970000163,
|
152 |
+
"mean": 0.6992983485000082,
|
153 |
+
"stdev": 0.058098000499995806,
|
154 |
+
"p50": 0.6992983485000082,
|
155 |
+
"p90": 0.7457767489000048,
|
156 |
+
"p95": 0.7515865489500044,
|
157 |
+
"p99": 0.7562343889900041,
|
158 |
"values": [
|
159 |
+
0.757396349000004,
|
160 |
+
0.6412003480000124
|
161 |
]
|
162 |
},
|
163 |
"throughput": {
|
164 |
"unit": "samples/s",
|
165 |
+
"value": 5.720019228673973
|
166 |
},
|
167 |
"energy": null,
|
168 |
"efficiency": null
|
|
|
170 |
"train": {
|
171 |
"memory": {
|
172 |
"unit": "MB",
|
173 |
+
"max_ram": 2842.447872,
|
174 |
"max_global_vram": null,
|
175 |
"max_process_vram": null,
|
176 |
"max_reserved": null,
|
|
|
179 |
"latency": {
|
180 |
"unit": "s",
|
181 |
"count": 3,
|
182 |
+
"total": 2.0670166170000073,
|
183 |
+
"mean": 0.6890055390000024,
|
184 |
+
"stdev": 0.023049594358117542,
|
185 |
+
"p50": 0.6908026680000035,
|
186 |
+
"p90": 0.7111956631999987,
|
187 |
+
"p95": 0.7137447875999982,
|
188 |
+
"p99": 0.7157840871199977,
|
189 |
"values": [
|
190 |
+
0.7162939119999976,
|
191 |
+
0.6599200370000062,
|
192 |
+
0.6908026680000035
|
193 |
]
|
194 |
},
|
195 |
"throughput": {
|
196 |
"unit": "samples/s",
|
197 |
+
"value": 8.708202852343078
|
198 |
},
|
199 |
"energy": null,
|
200 |
"efficiency": null
|