IlyasMoutawwakil HF Staff commited on
Commit
82bba34
·
verified ·
1 Parent(s): 8f313f9

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
@@ -25,6 +25,7 @@
25
  "low_cpu_mem_usage": null,
26
  "attn_implementation": null,
27
  "cache_implementation": null,
 
28
  "autocast_enabled": false,
29
  "autocast_dtype": null,
30
  "torch_compile": false,
@@ -82,7 +83,7 @@
82
  "cpu_ram_mb": 66697.248768,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
- "platform": "Linux-5.10.230-223.885.amzn2.x86_64-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
@@ -96,11 +97,11 @@
96
  "transformers_commit": null,
97
  "accelerate_version": "1.3.0",
98
  "accelerate_commit": null,
99
- "diffusers_version": "0.32.2",
100
  "diffusers_commit": null,
101
  "optimum_version": null,
102
  "optimum_commit": null,
103
- "timm_version": "1.0.14",
104
  "timm_commit": null,
105
  "peft_version": "0.14.0",
106
  "peft_commit": null
@@ -112,7 +113,7 @@
112
  "overall": {
113
  "memory": {
114
  "unit": "MB",
115
- "max_ram": 1399.226368,
116
  "max_global_vram": 699.92448,
117
  "max_process_vram": 0.0,
118
  "max_reserved": 44.040192,
@@ -121,42 +122,42 @@
121
  "latency": {
122
  "unit": "s",
123
  "values": [
124
- 0.2779217224121094,
125
- 0.009270048141479493,
126
- 0.008990367889404298,
127
- 0.00887782382965088,
128
- 0.008413984298706054
129
  ],
130
  "count": 5,
131
- "total": 0.31347394657135,
132
- "mean": 0.06269478931427,
133
- "p50": 0.008990367889404298,
134
- "p90": 0.17046105270385745,
135
- "p95": 0.22419138755798335,
136
- "p99": 0.2671756554412842,
137
- "stdev": 0.107613820811057,
138
- "stdev_": 171.64715279865044
139
  },
140
  "throughput": {
141
  "unit": "samples/s",
142
- "value": 159.50288866707928
143
  },
144
  "energy": {
145
  "unit": "kWh",
146
- "cpu": 6.700909396528312e-06,
147
- "ram": 3.6708866388243175e-06,
148
- "gpu": 9.827230084000042e-06,
149
- "total": 2.0199026119352674e-05
150
  },
151
  "efficiency": {
152
  "unit": "samples/kWh",
153
- "value": 495073.37338501716
154
  }
155
  },
156
  "warmup": {
157
  "memory": {
158
  "unit": "MB",
159
- "max_ram": 1399.226368,
160
  "max_global_vram": 699.92448,
161
  "max_process_vram": 0.0,
162
  "max_reserved": 44.040192,
@@ -165,22 +166,22 @@
165
  "latency": {
166
  "unit": "s",
167
  "values": [
168
- 0.2779217224121094,
169
- 0.009270048141479493
170
  ],
171
  "count": 2,
172
- "total": 0.28719177055358885,
173
- "mean": 0.14359588527679443,
174
- "p50": 0.14359588527679443,
175
- "p90": 0.2510565549850464,
176
- "p95": 0.2644891386985779,
177
- "p99": 0.27523520566940307,
178
- "stdev": 0.13432583713531493,
179
- "stdev_": 93.54434973981976
180
  },
181
  "throughput": {
182
  "unit": "samples/s",
183
- "value": 27.855951389481863
184
  },
185
  "energy": null,
186
  "efficiency": null
@@ -188,7 +189,7 @@
188
  "train": {
189
  "memory": {
190
  "unit": "MB",
191
- "max_ram": 1399.226368,
192
  "max_global_vram": 699.92448,
193
  "max_process_vram": 0.0,
194
  "max_reserved": 44.040192,
@@ -197,23 +198,23 @@
197
  "latency": {
198
  "unit": "s",
199
  "values": [
200
- 0.008990367889404298,
201
- 0.00887782382965088,
202
- 0.008413984298706054
203
  ],
204
  "count": 3,
205
- "total": 0.026282176017761227,
206
- "mean": 0.008760725339253742,
207
- "p50": 0.00887782382965088,
208
- "p90": 0.008967859077453615,
209
- "p95": 0.008979113483428955,
210
- "p99": 0.008988117008209229,
211
- "stdev": 0.00024945080108980226,
212
- "stdev_": 2.847376118186249
213
  },
214
  "throughput": {
215
  "unit": "samples/s",
216
- "value": 684.8747983361721
217
  },
218
  "energy": null,
219
  "efficiency": null
 
25
  "low_cpu_mem_usage": null,
26
  "attn_implementation": null,
27
  "cache_implementation": null,
28
+ "allow_tf32": false,
29
  "autocast_enabled": false,
30
  "autocast_dtype": null,
31
  "torch_compile": false,
 
83
  "cpu_ram_mb": 66697.248768,
84
  "system": "Linux",
85
  "machine": "x86_64",
86
+ "platform": "Linux-5.10.234-225.921.amzn2.x86_64-x86_64-with-glibc2.35",
87
  "processor": "x86_64",
88
  "python_version": "3.10.12",
89
  "gpu": [
 
97
  "transformers_commit": null,
98
  "accelerate_version": "1.3.0",
99
  "accelerate_commit": null,
100
+ "diffusers_version": "0.33.1",
101
  "diffusers_commit": null,
102
  "optimum_version": null,
103
  "optimum_commit": null,
104
+ "timm_version": "1.0.15",
105
  "timm_commit": null,
106
  "peft_version": "0.14.0",
107
  "peft_commit": null
 
113
  "overall": {
114
  "memory": {
115
  "unit": "MB",
116
+ "max_ram": 1401.5488,
117
  "max_global_vram": 699.92448,
118
  "max_process_vram": 0.0,
119
  "max_reserved": 44.040192,
 
122
  "latency": {
123
  "unit": "s",
124
  "values": [
125
+ 0.2644462890625,
126
+ 0.0090415678024292,
127
+ 0.008861120223999024,
128
+ 0.00874233627319336,
129
+ 0.008732831954956055
130
  ],
131
  "count": 5,
132
+ "total": 0.2998241453170777,
133
+ "mean": 0.059964829063415534,
134
+ "p50": 0.008861120223999024,
135
+ "p90": 0.1622844005584717,
136
+ "p95": 0.2133653448104858,
137
+ "p99": 0.2542301002120972,
138
+ "stdev": 0.10224079065942444,
139
+ "stdev_": 170.50126258393925
140
  },
141
  "throughput": {
142
  "unit": "samples/s",
143
+ "value": 166.76442101460083
144
  },
145
  "energy": {
146
  "unit": "kWh",
147
+ "cpu": 6.209379211806029e-06,
148
+ "ram": 2.920926838888881e-06,
149
+ "gpu": 8.258062162000077e-06,
150
+ "total": 1.7388368212694988e-05
151
  },
152
  "efficiency": {
153
  "unit": "samples/kWh",
154
+ "value": 575097.0923596586
155
  }
156
  },
157
  "warmup": {
158
  "memory": {
159
  "unit": "MB",
160
+ "max_ram": 1401.5488,
161
  "max_global_vram": 699.92448,
162
  "max_process_vram": 0.0,
163
  "max_reserved": 44.040192,
 
166
  "latency": {
167
  "unit": "s",
168
  "values": [
169
+ 0.2644462890625,
170
+ 0.0090415678024292
171
  ],
172
  "count": 2,
173
+ "total": 0.2734878568649292,
174
+ "mean": 0.1367439284324646,
175
+ "p50": 0.1367439284324646,
176
+ "p90": 0.23890581693649293,
177
+ "p95": 0.25167605299949647,
178
+ "p99": 0.2618922418498993,
179
+ "stdev": 0.1277023606300354,
180
+ "stdev_": 93.38795666756445
181
  },
182
  "throughput": {
183
  "unit": "samples/s",
184
+ "value": 29.25175578801313
185
  },
186
  "energy": null,
187
  "efficiency": null
 
189
  "train": {
190
  "memory": {
191
  "unit": "MB",
192
+ "max_ram": 1401.5488,
193
  "max_global_vram": 699.92448,
194
  "max_process_vram": 0.0,
195
  "max_reserved": 44.040192,
 
198
  "latency": {
199
  "unit": "s",
200
  "values": [
201
+ 0.008861120223999024,
202
+ 0.00874233627319336,
203
+ 0.008732831954956055
204
  ],
205
  "count": 3,
206
+ "total": 0.02633628845214844,
207
+ "mean": 0.008778762817382813,
208
+ "p50": 0.00874233627319336,
209
+ "p90": 0.008837363433837892,
210
+ "p95": 0.008849241828918457,
211
+ "p99": 0.008858744544982911,
212
+ "stdev": 5.836460019966407e-05,
213
+ "stdev_": 0.6648385588467708
214
  },
215
  "throughput": {
216
  "unit": "samples/s",
217
+ "value": 683.4676052665884
218
  },
219
  "energy": null,
220
  "efficiency": null