IlyasMoutawwakil HF staff commited on
Commit
796e6e3
·
verified ·
1 Parent(s): ef290cc

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
@@ -6,19 +6,17 @@
6
  "version": "2.2.2+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "text-generation",
9
- "model": "openai-community/gpt2",
10
  "library": "transformers",
 
 
11
  "device": "cuda",
12
  "device_ids": "0",
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,
@@ -88,7 +86,7 @@
88
  "gpu_count": 1,
89
  "gpu_vram_mb": 68702699520,
90
  "optimum_benchmark_version": "0.2.0",
91
- "optimum_benchmark_commit": "3e2eebdc0f80ae6deeb2e1faad3e889ed5a4df2d",
92
  "transformers_version": "4.40.2",
93
  "transformers_commit": null,
94
  "accelerate_version": "0.30.1",
@@ -107,33 +105,33 @@
107
  "overall": {
108
  "memory": {
109
  "unit": "MB",
110
- "max_ram": 1127.161856,
111
- "max_global_vram": 3327.848448,
112
- "max_process_vram": 358918.496256,
113
  "max_reserved": 2894.06976,
114
  "max_allocated": 2506.73664
115
  },
116
  "latency": {
117
  "unit": "s",
118
  "count": 5,
119
- "total": 0.7093182830810547,
120
- "mean": 0.14186365661621095,
121
- "stdev": 0.19545687480741794,
122
- "p50": 0.04469086074829102,
123
- "p90": 0.3376454574584961,
124
- "p95": 0.43521005783081046,
125
- "p99": 0.513261738128662,
126
  "values": [
127
- 0.532774658203125,
128
- 0.04282896041870117,
129
- 0.044072147369384765,
130
- 0.04495165634155274,
131
- 0.04469086074829102
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "samples/s",
136
- "value": 70.49021742794473
137
  },
138
  "energy": null,
139
  "efficiency": null
@@ -141,30 +139,30 @@
141
  "warmup": {
142
  "memory": {
143
  "unit": "MB",
144
- "max_ram": 1127.161856,
145
- "max_global_vram": 3327.848448,
146
- "max_process_vram": 358918.496256,
147
  "max_reserved": 2894.06976,
148
  "max_allocated": 2506.73664
149
  },
150
  "latency": {
151
  "unit": "s",
152
  "count": 2,
153
- "total": 0.5756036186218262,
154
- "mean": 0.2878018093109131,
155
- "stdev": 0.2449728488922119,
156
- "p50": 0.28780180931091304,
157
- "p90": 0.4837800884246826,
158
- "p95": 0.5082773733139038,
159
- "p99": 0.5278752012252808,
160
  "values": [
161
- 0.532774658203125,
162
- 0.04282896041870117
163
  ]
164
  },
165
  "throughput": {
166
  "unit": "samples/s",
167
- "value": 13.898453277890233
168
  },
169
  "energy": null,
170
  "efficiency": null
@@ -172,31 +170,31 @@
172
  "train": {
173
  "memory": {
174
  "unit": "MB",
175
- "max_ram": 1127.161856,
176
- "max_global_vram": 3327.848448,
177
- "max_process_vram": 358918.496256,
178
  "max_reserved": 2894.06976,
179
  "max_allocated": 2506.73664
180
  },
181
  "latency": {
182
  "unit": "s",
183
  "count": 3,
184
- "total": 0.13371466445922853,
185
- "mean": 0.04457155481974284,
186
- "stdev": 0.0003688354976327956,
187
- "p50": 0.04469086074829102,
188
- "p90": 0.044899497222900396,
189
- "p95": 0.04492557678222656,
190
- "p99": 0.044946440429687505,
191
  "values": [
192
- 0.044072147369384765,
193
- 0.04495165634155274,
194
- 0.04469086074829102
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
- "value": 134.61500331916437
200
  },
201
  "energy": null,
202
  "efficiency": null
 
6
  "version": "2.2.2+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "text-generation",
 
9
  "library": "transformers",
10
+ "model": "openai-community/gpt2",
11
+ "processor": "openai-community/gpt2",
12
  "device": "cuda",
13
  "device_ids": "0",
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,
 
86
  "gpu_count": 1,
87
  "gpu_vram_mb": 68702699520,
88
  "optimum_benchmark_version": "0.2.0",
89
+ "optimum_benchmark_commit": "6fd377459e287bb09e9383ba2516b1b2a271a562",
90
  "transformers_version": "4.40.2",
91
  "transformers_commit": null,
92
  "accelerate_version": "0.30.1",
 
105
  "overall": {
106
  "memory": {
107
  "unit": "MB",
108
+ "max_ram": 1127.231488,
109
+ "max_global_vram": 3327.860736,
110
+ "max_process_vram": 374043.60704,
111
  "max_reserved": 2894.06976,
112
  "max_allocated": 2506.73664
113
  },
114
  "latency": {
115
  "unit": "s",
116
  "count": 5,
117
+ "total": 0.7460712356567383,
118
+ "mean": 0.14921424713134765,
119
+ "stdev": 0.210200834955134,
120
+ "p50": 0.04406666946411133,
121
+ "p90": 0.35960690765380865,
122
+ "p95": 0.464611254119873,
123
+ "p99": 0.5486147312927246,
124
  "values": [
125
+ 0.5696156005859375,
126
+ 0.04459386825561523,
127
+ 0.04384106826782227,
128
+ 0.04395402908325195,
129
+ 0.04406666946411133
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "samples/s",
134
+ "value": 67.01772915288296
135
  },
136
  "energy": null,
137
  "efficiency": null
 
139
  "warmup": {
140
  "memory": {
141
  "unit": "MB",
142
+ "max_ram": 1127.231488,
143
+ "max_global_vram": 3327.860736,
144
+ "max_process_vram": 374043.60704,
145
  "max_reserved": 2894.06976,
146
  "max_allocated": 2506.73664
147
  },
148
  "latency": {
149
  "unit": "s",
150
  "count": 2,
151
+ "total": 0.6142094688415527,
152
+ "mean": 0.30710473442077635,
153
+ "stdev": 0.2625108661651611,
154
+ "p50": 0.30710473442077635,
155
+ "p90": 0.5171134273529053,
156
+ "p95": 0.5433645139694214,
157
+ "p99": 0.5643653832626343,
158
  "values": [
159
+ 0.5696156005859375,
160
+ 0.04459386825561523
161
  ]
162
  },
163
  "throughput": {
164
  "unit": "samples/s",
165
+ "value": 13.024872467512798
166
  },
167
  "energy": null,
168
  "efficiency": null
 
170
  "train": {
171
  "memory": {
172
  "unit": "MB",
173
+ "max_ram": 1127.231488,
174
+ "max_global_vram": 3327.860736,
175
+ "max_process_vram": 374043.60704,
176
  "max_reserved": 2894.06976,
177
  "max_allocated": 2506.73664
178
  },
179
  "latency": {
180
  "unit": "s",
181
  "count": 3,
182
+ "total": 0.13186176681518555,
183
+ "mean": 0.043953922271728514,
184
+ "stdev": 9.210133367941325e-05,
185
+ "p50": 0.04395402908325195,
186
+ "p90": 0.04404414138793945,
187
+ "p95": 0.04405540542602539,
188
+ "p99": 0.04406441665649414,
189
  "values": [
190
+ 0.04384106826782227,
191
+ 0.04395402908325195,
192
+ 0.04406666946411133
193
  ]
194
  },
195
  "throughput": {
196
  "unit": "samples/s",
197
+ "value": 136.50658894346827
198
  },
199
  "energy": null,
200
  "efficiency": null