Upload cuda_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4/benchmark_report.json with huggingface_hub
Browse files
cuda_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4/benchmark_report.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"call": {
|
3 |
+
"memory": {
|
4 |
+
"unit": "MB",
|
5 |
+
"max_ram": 1345.462272,
|
6 |
+
"max_global_vram": 8196.194304,
|
7 |
+
"max_process_vram": 0.0,
|
8 |
+
"max_reserved": 7541.358592,
|
9 |
+
"max_allocated": 6518.470656
|
10 |
+
},
|
11 |
+
"latency": {
|
12 |
+
"unit": "s",
|
13 |
+
"count": 2,
|
14 |
+
"total": 1.3018932495117188,
|
15 |
+
"mean": 0.6509466247558594,
|
16 |
+
"stdev": 0.0032232971191406,
|
17 |
+
"p50": 0.6509466247558594,
|
18 |
+
"p90": 0.6535252624511719,
|
19 |
+
"p95": 0.653847592163086,
|
20 |
+
"p99": 0.6541054559326172,
|
21 |
+
"values": [
|
22 |
+
0.654169921875,
|
23 |
+
0.6477233276367188
|
24 |
+
]
|
25 |
+
},
|
26 |
+
"throughput": {
|
27 |
+
"unit": "images/s",
|
28 |
+
"value": 1.5362242647391477
|
29 |
+
},
|
30 |
+
"energy": {
|
31 |
+
"unit": "kWh",
|
32 |
+
"cpu": 7.67500831021203e-06,
|
33 |
+
"ram": 4.187078771225051e-06,
|
34 |
+
"gpu": 4.330211797499983e-05,
|
35 |
+
"total": 5.516420505643691e-05
|
36 |
+
},
|
37 |
+
"efficiency": {
|
38 |
+
"unit": "images/kWh",
|
39 |
+
"value": 18127.69709953998
|
40 |
+
}
|
41 |
+
}
|
42 |
+
}
|