IlyasMoutawwakil HF Staff commited on
Commit
41f084c
·
verified ·
1 Parent(s): 04ee0b5

Upload cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark.json with huggingface_hub

Browse files
cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark.json CHANGED
@@ -3,7 +3,7 @@
3
  "name": "cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM",
4
  "backend": {
5
  "name": "pytorch",
6
- "version": "2.7.0+rocm6.3",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "hf-internal-testing/tiny-random-LlamaForCausalLM",
9
  "processor": "hf-internal-testing/tiny-random-LlamaForCausalLM",
@@ -11,7 +11,7 @@
11
  "library": "transformers",
12
  "model_type": "llama",
13
  "device": "cuda",
14
- "device_ids": "5",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
@@ -109,7 +109,7 @@
109
  "optimum_commit": null,
110
  "timm_version": "1.0.15",
111
  "timm_commit": null,
112
- "peft_version": null,
113
  "peft_commit": null
114
  },
115
  "print_report": true,
@@ -119,34 +119,34 @@
119
  "overall": {
120
  "memory": {
121
  "unit": "MB",
122
- "max_ram": 2345.623552,
123
  "max_global_vram": 68702.69952,
124
- "max_process_vram": 0.0,
125
- "max_reserved": 182.452224,
126
- "max_allocated": 98.354688
127
  },
128
  "latency": {
129
  "unit": "s",
130
  "values": [
131
- 1.058366943359375,
132
- 0.010661576271057129,
133
- 0.009537578582763672,
134
- 0.00980013942718506,
135
- 0.009378539085388184
136
  ],
137
  "count": 5,
138
- "total": 1.097744776725769,
139
- "mean": 0.2195489553451538,
140
- "p50": 0.00980013942718506,
141
- "p90": 0.6392847965240479,
142
- "p95": 0.8488258699417113,
143
- "p99": 1.0164587286758422,
144
- "stdev": 0.4194092278841988,
145
- "stdev_": 191.03221294077392
146
  },
147
  "throughput": {
148
  "unit": "samples/s",
149
- "value": 45.547927952009424
150
  },
151
  "energy": null,
152
  "efficiency": null
@@ -154,31 +154,31 @@
154
  "warmup": {
155
  "memory": {
156
  "unit": "MB",
157
- "max_ram": 2345.623552,
158
  "max_global_vram": 68702.69952,
159
- "max_process_vram": 0.0,
160
- "max_reserved": 182.452224,
161
- "max_allocated": 98.354688
162
  },
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
- 1.058366943359375,
167
- 0.010661576271057129
168
  ],
169
  "count": 2,
170
- "total": 1.069028519630432,
171
- "mean": 0.534514259815216,
172
- "p50": 0.534514259815216,
173
- "p90": 0.9535964066505432,
174
- "p95": 1.005981675004959,
175
- "p99": 1.0478898896884918,
176
- "stdev": 0.5238526835441589,
177
- "stdev_": 98.00537103074801
178
  },
179
  "throughput": {
180
  "unit": "samples/s",
181
- "value": 7.48342991145422
182
  },
183
  "energy": null,
184
  "efficiency": null
@@ -186,32 +186,32 @@
186
  "train": {
187
  "memory": {
188
  "unit": "MB",
189
- "max_ram": 2345.623552,
190
  "max_global_vram": 68702.69952,
191
- "max_process_vram": 0.0,
192
- "max_reserved": 182.452224,
193
- "max_allocated": 98.354688
194
  },
195
  "latency": {
196
  "unit": "s",
197
  "values": [
198
- 0.009537578582763672,
199
- 0.00980013942718506,
200
- 0.009378539085388184
201
  ],
202
  "count": 3,
203
- "total": 0.028716257095336917,
204
- "mean": 0.00957208569844564,
205
- "p50": 0.009537578582763672,
206
- "p90": 0.009747627258300782,
207
- "p95": 0.00977388334274292,
208
- "p99": 0.00979488821029663,
209
- "stdev": 0.00017383856078811917,
210
- "stdev_": 1.8160990850337657
211
  },
212
  "throughput": {
213
  "unit": "samples/s",
214
- "value": 626.8226370951013
215
  },
216
  "energy": null,
217
  "efficiency": null
 
3
  "name": "cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM",
4
  "backend": {
5
  "name": "pytorch",
6
+ "version": "2.3.1+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "hf-internal-testing/tiny-random-LlamaForCausalLM",
9
  "processor": "hf-internal-testing/tiny-random-LlamaForCausalLM",
 
11
  "library": "transformers",
12
  "model_type": "llama",
13
  "device": "cuda",
14
+ "device_ids": "6",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
 
109
  "optimum_commit": null,
110
  "timm_version": "1.0.15",
111
  "timm_commit": null,
112
+ "peft_version": "0.15.2",
113
  "peft_commit": null
114
  },
115
  "print_report": true,
 
119
  "overall": {
120
  "memory": {
121
  "unit": "MB",
122
+ "max_ram": 1319.739392,
123
  "max_global_vram": 68702.69952,
124
+ "max_process_vram": 68802.019328,
125
+ "max_reserved": 44.040192,
126
+ "max_allocated": 25.311744
127
  },
128
  "latency": {
129
  "unit": "s",
130
  "values": [
131
+ 0.7397705688476562,
132
+ 0.010124991416931153,
133
+ 0.00866274642944336,
134
+ 0.008307865142822266,
135
+ 0.008410265922546387
136
  ],
137
  "count": 5,
138
+ "total": 0.7752764377593993,
139
+ "mean": 0.15505528755187986,
140
+ "p50": 0.00866274642944336,
141
+ "p90": 0.4479123378753663,
142
+ "p95": 0.5938414533615111,
143
+ "p99": 0.7105847457504272,
144
+ "stdev": 0.29235837438569023,
145
+ "stdev_": 188.55105104872365
146
  },
147
  "throughput": {
148
  "unit": "samples/s",
149
+ "value": 64.49312472916543
150
  },
151
  "energy": null,
152
  "efficiency": null
 
154
  "warmup": {
155
  "memory": {
156
  "unit": "MB",
157
+ "max_ram": 1319.739392,
158
  "max_global_vram": 68702.69952,
159
+ "max_process_vram": 68802.019328,
160
+ "max_reserved": 44.040192,
161
+ "max_allocated": 25.311744
162
  },
163
  "latency": {
164
  "unit": "s",
165
  "values": [
166
+ 0.7397705688476562,
167
+ 0.010124991416931153
168
  ],
169
  "count": 2,
170
+ "total": 0.7498955602645874,
171
+ "mean": 0.3749477801322937,
172
+ "p50": 0.3749477801322937,
173
+ "p90": 0.6668060111045837,
174
+ "p95": 0.7032882899761199,
175
+ "p99": 0.732474113073349,
176
+ "stdev": 0.36482278871536256,
177
+ "stdev_": 97.2996262537256
178
  },
179
  "throughput": {
180
  "unit": "samples/s",
181
+ "value": 10.668152238662863
182
  },
183
  "energy": null,
184
  "efficiency": null
 
186
  "train": {
187
  "memory": {
188
  "unit": "MB",
189
+ "max_ram": 1319.739392,
190
  "max_global_vram": 68702.69952,
191
+ "max_process_vram": 68802.019328,
192
+ "max_reserved": 44.040192,
193
+ "max_allocated": 25.311744
194
  },
195
  "latency": {
196
  "unit": "s",
197
  "values": [
198
+ 0.00866274642944336,
199
+ 0.008307865142822266,
200
+ 0.008410265922546387
201
  ],
202
  "count": 3,
203
+ "total": 0.025380877494812014,
204
+ "mean": 0.00846029249827067,
205
+ "p50": 0.008410265922546387,
206
+ "p90": 0.008612250328063965,
207
+ "p95": 0.008637498378753663,
208
+ "p99": 0.00865769681930542,
209
+ "stdev": 0.0001491356778406473,
210
+ "stdev_": 1.762772124854211
211
  },
212
  "throughput": {
213
  "unit": "samples/s",
214
+ "value": 709.1953382494083
215
  },
216
  "energy": null,
217
  "efficiency": null