IlyasMoutawwakil HF staff commited on
Commit
9053471
1 Parent(s): 40b30f2

Upload cpu_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark_report.json with huggingface_hub

Browse files
cpu_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark_report.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "call": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 6986.559488,
6
+ "max_global_vram": null,
7
+ "max_process_vram": null,
8
+ "max_reserved": null,
9
+ "max_allocated": null
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 1,
14
+ "total": 46.859317464000014,
15
+ "mean": 46.859317464000014,
16
+ "stdev": 0.0,
17
+ "p50": 46.859317464000014,
18
+ "p90": 46.859317464000014,
19
+ "p95": 46.859317464000014,
20
+ "p99": 46.859317464000014,
21
+ "values": [
22
+ 46.859317464000014
23
+ ]
24
+ },
25
+ "throughput": {
26
+ "unit": "images/s",
27
+ "value": 0.021340473018375838
28
+ },
29
+ "energy": {
30
+ "unit": "kWh",
31
+ "cpu": 0.0018133988327450224,
32
+ "ram": 7.580517457290833e-05,
33
+ "gpu": 0.0,
34
+ "total": 0.0018892040073179308
35
+ },
36
+ "efficiency": {
37
+ "unit": "images/kWh",
38
+ "value": 529.3234590475394
39
+ }
40
+ }
41
+ }