Upload cuda_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark_report.json with huggingface_hub
Browse files
cuda_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark_report.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"call": {
|
3 |
+
"memory": {
|
4 |
+
"unit": "MB",
|
5 |
+
"max_ram": 1321.750528,
|
6 |
+
"max_global_vram": 8150.05696,
|
7 |
+
"max_process_vram": 0.0,
|
8 |
+
"max_reserved": 7495.221248,
|
9 |
+
"max_allocated": 6531.774464
|
10 |
+
},
|
11 |
+
"latency": {
|
12 |
+
"unit": "s",
|
13 |
+
"count": 2,
|
14 |
+
"total": 1.2983474731445312,
|
15 |
+
"mean": 0.6491737365722656,
|
16 |
+
"stdev": 0.0011367492675781188,
|
17 |
+
"p50": 0.6491737365722656,
|
18 |
+
"p90": 0.6500831359863282,
|
19 |
+
"p95": 0.6501968109130859,
|
20 |
+
"p99": 0.6502877508544922,
|
21 |
+
"values": [
|
22 |
+
0.6503104858398437,
|
23 |
+
0.6480369873046875
|
24 |
+
]
|
25 |
+
},
|
26 |
+
"throughput": {
|
27 |
+
"unit": "images/s",
|
28 |
+
"value": 1.540419680685404
|
29 |
+
},
|
30 |
+
"energy": {
|
31 |
+
"unit": "kWh",
|
32 |
+
"cpu": 7.692539443572362e-06,
|
33 |
+
"ram": 4.208077284056344e-06,
|
34 |
+
"gpu": 4.048725461199996e-05,
|
35 |
+
"total": 5.238787133962866e-05
|
36 |
+
},
|
37 |
+
"efficiency": {
|
38 |
+
"unit": "images/kWh",
|
39 |
+
"value": 19088.387720834016
|
40 |
+
}
|
41 |
+
}
|
42 |
+
}
|