IlyasMoutawwakil HF staff commited on
Commit
66ff3f9
·
verified ·
1 Parent(s): cb6e378

Upload cuda_training_transformers_text-generation_openai-community/gpt2/benchmark.json with huggingface_hub

Browse files
cuda_training_transformers_text-generation_openai-community/gpt2/benchmark.json CHANGED
@@ -11,7 +11,7 @@
11
  "model": "openai-community/gpt2",
12
  "processor": "openai-community/gpt2",
13
  "device": "cuda",
14
- "device_ids": "5",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
@@ -79,10 +79,10 @@
79
  "environment": {
80
  "cpu": " AMD EPYC 7763 64-Core Processor",
81
  "cpu_count": 128,
82
- "cpu_ram_mb": 1082015.256576,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
- "platform": "Linux-5.15.0-101-generic-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
@@ -97,9 +97,9 @@
97
  ],
98
  "gpu_count": 8,
99
  "gpu_vram_mb": 549621596160,
100
- "optimum_benchmark_version": "0.4.0",
101
  "optimum_benchmark_commit": null,
102
- "transformers_version": "4.44.2",
103
  "transformers_commit": null,
104
  "accelerate_version": "0.34.2",
105
  "accelerate_commit": null,
@@ -109,7 +109,7 @@
109
  "optimum_commit": null,
110
  "timm_version": "1.0.9",
111
  "timm_commit": null,
112
- "peft_version": "0.12.0",
113
  "peft_commit": null
114
  }
115
  },
@@ -117,33 +117,34 @@
117
  "overall": {
118
  "memory": {
119
  "unit": "MB",
120
- "max_ram": 1338.667008,
121
  "max_global_vram": 68702.69952,
122
- "max_process_vram": 358624.804864,
123
  "max_reserved": 2894.06976,
124
  "max_allocated": 2506.73664
125
  },
126
  "latency": {
127
  "unit": "s",
128
- "count": 5,
129
- "total": 0.7746764221191407,
130
- "mean": 0.15493528442382815,
131
- "stdev": 0.22269033227718268,
132
- "p50": 0.04353045654296875,
133
- "p90": 0.37800737304687504,
134
- "p95": 0.48916106567382805,
135
- "p99": 0.5780840197753907,
136
  "values": [
137
- 0.6003147583007813,
138
- 0.044546295166015625,
139
- 0.043082775115966795,
140
- 0.043202136993408205,
141
- 0.04353045654296875
142
- ]
 
 
 
 
 
 
 
 
 
143
  },
144
  "throughput": {
145
  "unit": "samples/s",
146
- "value": 64.54307704786488
147
  },
148
  "energy": null,
149
  "efficiency": null
@@ -151,30 +152,31 @@
151
  "warmup": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 1338.667008,
155
  "max_global_vram": 68702.69952,
156
- "max_process_vram": 358624.804864,
157
  "max_reserved": 2894.06976,
158
  "max_allocated": 2506.73664
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 2,
163
- "total": 0.6448610534667969,
164
- "mean": 0.32243052673339845,
165
- "stdev": 0.27788423156738284,
166
- "p50": 0.32243052673339845,
167
- "p90": 0.5447379119873047,
168
- "p95": 0.5725263351440429,
169
- "p99": 0.5947570736694336,
170
  "values": [
171
- 0.6003147583007813,
172
- 0.044546295166015625
173
- ]
 
 
 
 
 
 
 
 
 
174
  },
175
  "throughput": {
176
  "unit": "samples/s",
177
- "value": 12.405773239043828
178
  },
179
  "energy": null,
180
  "efficiency": null
@@ -182,31 +184,32 @@
182
  "train": {
183
  "memory": {
184
  "unit": "MB",
185
- "max_ram": 1338.667008,
186
  "max_global_vram": 68702.69952,
187
- "max_process_vram": 358624.804864,
188
  "max_reserved": 2894.06976,
189
  "max_allocated": 2506.73664
190
  },
191
  "latency": {
192
  "unit": "s",
193
- "count": 3,
194
- "total": 0.12981536865234375,
195
- "mean": 0.04327178955078125,
196
- "stdev": 0.0001892851008084193,
197
- "p50": 0.043202136993408205,
198
- "p90": 0.04346479263305664,
199
- "p95": 0.04349762458801269,
200
- "p99": 0.04352389015197754,
201
  "values": [
202
- 0.043082775115966795,
203
- 0.043202136993408205,
204
- 0.04353045654296875
205
- ]
 
 
 
 
 
 
 
 
 
206
  },
207
  "throughput": {
208
  "unit": "samples/s",
209
- "value": 138.65846692008773
210
  },
211
  "energy": null,
212
  "efficiency": null
 
11
  "model": "openai-community/gpt2",
12
  "processor": "openai-community/gpt2",
13
  "device": "cuda",
14
+ "device_ids": "6",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
 
79
  "environment": {
80
  "cpu": " AMD EPYC 7763 64-Core Processor",
81
  "cpu_count": 128,
82
+ "cpu_ram_mb": 1082014.482432,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
+ "platform": "Linux-5.15.0-122-generic-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
 
97
  ],
98
  "gpu_count": 8,
99
  "gpu_vram_mb": 549621596160,
100
+ "optimum_benchmark_version": "0.5.0",
101
  "optimum_benchmark_commit": null,
102
+ "transformers_version": "4.45.1",
103
  "transformers_commit": null,
104
  "accelerate_version": "0.34.2",
105
  "accelerate_commit": null,
 
109
  "optimum_commit": null,
110
  "timm_version": "1.0.9",
111
  "timm_commit": null,
112
+ "peft_version": "0.13.0",
113
  "peft_commit": null
114
  }
115
  },
 
117
  "overall": {
118
  "memory": {
119
  "unit": "MB",
120
+ "max_ram": 1345.785856,
121
  "max_global_vram": 68702.69952,
122
+ "max_process_vram": 361152.856064,
123
  "max_reserved": 2894.06976,
124
  "max_allocated": 2506.73664
125
  },
126
  "latency": {
127
  "unit": "s",
 
 
 
 
 
 
 
 
128
  "values": [
129
+ 0.6198773803710937,
130
+ 0.04215768051147461,
131
+ 0.04091191864013672,
132
+ 0.041262641906738284,
133
+ 0.04088983917236328
134
+ ],
135
+ "count": 5,
136
+ "total": 0.7850994606018067,
137
+ "mean": 0.15701989212036133,
138
+ "p50": 0.041262641906738284,
139
+ "p90": 0.38878950042724614,
140
+ "p95": 0.5043334403991698,
141
+ "p99": 0.596768592376709,
142
+ "stdev": 0.23142920030362213,
143
+ "stdev_": 147.38845962664618
144
  },
145
  "throughput": {
146
  "unit": "samples/s",
147
+ "value": 63.68619838519979
148
  },
149
  "energy": null,
150
  "efficiency": null
 
152
  "warmup": {
153
  "memory": {
154
  "unit": "MB",
155
+ "max_ram": 1345.785856,
156
  "max_global_vram": 68702.69952,
157
+ "max_process_vram": 361152.856064,
158
  "max_reserved": 2894.06976,
159
  "max_allocated": 2506.73664
160
  },
161
  "latency": {
162
  "unit": "s",
 
 
 
 
 
 
 
 
163
  "values": [
164
+ 0.6198773803710937,
165
+ 0.04215768051147461
166
+ ],
167
+ "count": 2,
168
+ "total": 0.6620350608825684,
169
+ "mean": 0.3310175304412842,
170
+ "p50": 0.3310175304412842,
171
+ "p90": 0.5621054103851318,
172
+ "p95": 0.5909913953781127,
173
+ "p99": 0.6141001833724975,
174
+ "stdev": 0.28885984992980956,
175
+ "stdev_": 87.26421514435395
176
  },
177
  "throughput": {
178
  "unit": "samples/s",
179
+ "value": 12.083952154037108
180
  },
181
  "energy": null,
182
  "efficiency": null
 
184
  "train": {
185
  "memory": {
186
  "unit": "MB",
187
+ "max_ram": 1345.785856,
188
  "max_global_vram": 68702.69952,
189
+ "max_process_vram": 361152.856064,
190
  "max_reserved": 2894.06976,
191
  "max_allocated": 2506.73664
192
  },
193
  "latency": {
194
  "unit": "s",
 
 
 
 
 
 
 
 
195
  "values": [
196
+ 0.04091191864013672,
197
+ 0.041262641906738284,
198
+ 0.04088983917236328
199
+ ],
200
+ "count": 3,
201
+ "total": 0.12306439971923827,
202
+ "mean": 0.041021466573079424,
203
+ "p50": 0.04091191864013672,
204
+ "p90": 0.04119249725341797,
205
+ "p95": 0.04122756958007813,
206
+ "p99": 0.041255627441406255,
207
+ "stdev": 0.00017077476764905874,
208
+ "stdev_": 0.4163058562151229
209
  },
210
  "throughput": {
211
  "unit": "samples/s",
212
+ "value": 146.26488278548126
213
  },
214
  "energy": null,
215
  "efficiency": null