Commit
•
94a6323
1
Parent(s):
1125002
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
@@ -3,7 +3,7 @@
|
|
3 |
"name": "cpu_training_transformers_text-generation_openai-community/gpt2",
|
4 |
"backend": {
|
5 |
"name": "pytorch",
|
6 |
-
"version": "2.
|
7 |
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
"task": "text-generation",
|
9 |
"library": "transformers",
|
@@ -82,14 +82,14 @@
|
|
82 |
"cpu_ram_mb": 16757.342208,
|
83 |
"system": "Linux",
|
84 |
"machine": "x86_64",
|
85 |
-
"platform": "Linux-6.5.0-
|
86 |
"processor": "x86_64",
|
87 |
"python_version": "3.10.14",
|
88 |
"optimum_benchmark_version": "0.3.1",
|
89 |
-
"optimum_benchmark_commit": "
|
90 |
"transformers_version": "4.42.4",
|
91 |
"transformers_commit": null,
|
92 |
-
"accelerate_version": "0.
|
93 |
"accelerate_commit": null,
|
94 |
"diffusers_version": "0.29.2",
|
95 |
"diffusers_commit": null,
|
@@ -105,7 +105,7 @@
|
|
105 |
"overall": {
|
106 |
"memory": {
|
107 |
"unit": "MB",
|
108 |
-
"max_ram":
|
109 |
"max_global_vram": null,
|
110 |
"max_process_vram": null,
|
111 |
"max_reserved": null,
|
@@ -114,24 +114,24 @@
|
|
114 |
"latency": {
|
115 |
"unit": "s",
|
116 |
"count": 5,
|
117 |
-
"total": 3.
|
118 |
-
"mean": 0.
|
119 |
-
"stdev": 0.
|
120 |
-
"p50": 0.
|
121 |
-
"p90": 0.
|
122 |
-
"p95": 0.
|
123 |
-
"p99": 0.
|
124 |
"values": [
|
125 |
-
0.
|
126 |
-
0.
|
127 |
-
0.
|
128 |
-
0.
|
129 |
-
0.
|
130 |
]
|
131 |
},
|
132 |
"throughput": {
|
133 |
"unit": "samples/s",
|
134 |
-
"value":
|
135 |
},
|
136 |
"energy": null,
|
137 |
"efficiency": null
|
@@ -139,7 +139,7 @@
|
|
139 |
"warmup": {
|
140 |
"memory": {
|
141 |
"unit": "MB",
|
142 |
-
"max_ram":
|
143 |
"max_global_vram": null,
|
144 |
"max_process_vram": null,
|
145 |
"max_reserved": null,
|
@@ -148,21 +148,21 @@
|
|
148 |
"latency": {
|
149 |
"unit": "s",
|
150 |
"count": 2,
|
151 |
-
"total": 1.
|
152 |
-
"mean": 0.
|
153 |
-
"stdev": 0.
|
154 |
-
"p50": 0.
|
155 |
-
"p90": 0.
|
156 |
-
"p95": 0.
|
157 |
-
"p99": 0.
|
158 |
"values": [
|
159 |
-
0.
|
160 |
-
0.
|
161 |
]
|
162 |
},
|
163 |
"throughput": {
|
164 |
"unit": "samples/s",
|
165 |
-
"value":
|
166 |
},
|
167 |
"energy": null,
|
168 |
"efficiency": null
|
@@ -170,7 +170,7 @@
|
|
170 |
"train": {
|
171 |
"memory": {
|
172 |
"unit": "MB",
|
173 |
-
"max_ram":
|
174 |
"max_global_vram": null,
|
175 |
"max_process_vram": null,
|
176 |
"max_reserved": null,
|
@@ -179,22 +179,22 @@
|
|
179 |
"latency": {
|
180 |
"unit": "s",
|
181 |
"count": 3,
|
182 |
-
"total": 1.
|
183 |
-
"mean": 0.
|
184 |
-
"stdev": 0.
|
185 |
-
"p50": 0.
|
186 |
-
"p90": 0.
|
187 |
-
"p95": 0.
|
188 |
-
"p99": 0.
|
189 |
"values": [
|
190 |
-
0.
|
191 |
-
0.
|
192 |
-
0.
|
193 |
]
|
194 |
},
|
195 |
"throughput": {
|
196 |
"unit": "samples/s",
|
197 |
-
"value":
|
198 |
},
|
199 |
"energy": null,
|
200 |
"efficiency": null
|
|
|
3 |
"name": "cpu_training_transformers_text-generation_openai-community/gpt2",
|
4 |
"backend": {
|
5 |
"name": "pytorch",
|
6 |
+
"version": "2.4.0+cpu",
|
7 |
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
"task": "text-generation",
|
9 |
"library": "transformers",
|
|
|
82 |
"cpu_ram_mb": 16757.342208,
|
83 |
"system": "Linux",
|
84 |
"machine": "x86_64",
|
85 |
+
"platform": "Linux-6.5.0-1024-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": "b0801269b3611e452bb077a62163b08a99ceb2a9",
|
90 |
"transformers_version": "4.42.4",
|
91 |
"transformers_commit": null,
|
92 |
+
"accelerate_version": "0.33.0",
|
93 |
"accelerate_commit": null,
|
94 |
"diffusers_version": "0.29.2",
|
95 |
"diffusers_commit": null,
|
|
|
105 |
"overall": {
|
106 |
"memory": {
|
107 |
"unit": "MB",
|
108 |
+
"max_ram": 2852.798464,
|
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.266136829000061,
|
118 |
+
"mean": 0.6532273658000122,
|
119 |
+
"stdev": 0.04166492886836827,
|
120 |
+
"p50": 0.6328637160000312,
|
121 |
+
"p90": 0.6955742244000135,
|
122 |
+
"p95": 0.7160519972000088,
|
123 |
+
"p99": 0.7324342154400051,
|
124 |
"values": [
|
125 |
+
0.7365297700000042,
|
126 |
+
0.6328637160000312,
|
127 |
+
0.6341409060000274,
|
128 |
+
0.6311310849999927,
|
129 |
+
0.6314713520000055
|
130 |
]
|
131 |
},
|
132 |
"throughput": {
|
133 |
"unit": "samples/s",
|
134 |
+
"value": 15.308605431361451
|
135 |
},
|
136 |
"energy": null,
|
137 |
"efficiency": null
|
|
|
139 |
"warmup": {
|
140 |
"memory": {
|
141 |
"unit": "MB",
|
142 |
+
"max_ram": 2852.798464,
|
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.3693934860000354,
|
152 |
+
"mean": 0.6846967430000177,
|
153 |
+
"stdev": 0.05183302699998649,
|
154 |
+
"p50": 0.6846967430000177,
|
155 |
+
"p90": 0.7261631646000068,
|
156 |
+
"p95": 0.7313464673000055,
|
157 |
+
"p99": 0.7354931094600045,
|
158 |
"values": [
|
159 |
+
0.7365297700000042,
|
160 |
+
0.6328637160000312
|
161 |
]
|
162 |
},
|
163 |
"throughput": {
|
164 |
"unit": "samples/s",
|
165 |
+
"value": 5.842002376809753
|
166 |
},
|
167 |
"energy": null,
|
168 |
"efficiency": null
|
|
|
170 |
"train": {
|
171 |
"memory": {
|
172 |
"unit": "MB",
|
173 |
+
"max_ram": 2852.798464,
|
174 |
"max_global_vram": null,
|
175 |
"max_process_vram": null,
|
176 |
"max_reserved": null,
|
|
|
179 |
"latency": {
|
180 |
"unit": "s",
|
181 |
"count": 3,
|
182 |
+
"total": 1.8967433430000256,
|
183 |
+
"mean": 0.6322477810000086,
|
184 |
+
"stdev": 0.0013458298820422298,
|
185 |
+
"p50": 0.6314713520000055,
|
186 |
+
"p90": 0.633606995200023,
|
187 |
+
"p95": 0.6338739506000252,
|
188 |
+
"p99": 0.6340875149200269,
|
189 |
"values": [
|
190 |
+
0.6341409060000274,
|
191 |
+
0.6311310849999927,
|
192 |
+
0.6314713520000055
|
193 |
]
|
194 |
},
|
195 |
"throughput": {
|
196 |
"unit": "samples/s",
|
197 |
+
"value": 9.489950269987455
|
198 |
},
|
199 |
"energy": null,
|
200 |
"efficiency": null
|