IlyasMoutawwakil HF Staff commited on
Commit
fe6c2fe
·
verified ·
1 Parent(s): 6e6e68b

Upload cpu_inference_diffusers_text-to-image_hf-internal-testing/tiny-stable-diffusion-torch/benchmark_report.json with huggingface_hub

Browse files
cpu_inference_diffusers_text-to-image_hf-internal-testing/tiny-stable-diffusion-torch/benchmark_report.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "load_model": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 680.431616,
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
+ "values": [
14
+ 0.6742532183416188
15
+ ],
16
+ "count": 1,
17
+ "total": 0.6742532183416188,
18
+ "mean": 0.6742532183416188,
19
+ "p50": 0.6742532183416188,
20
+ "p90": 0.6742532183416188,
21
+ "p95": 0.6742532183416188,
22
+ "p99": 0.6742532183416188,
23
+ "stdev": 0,
24
+ "stdev_": 0
25
+ },
26
+ "throughput": null,
27
+ "energy": {
28
+ "unit": "kWh",
29
+ "cpu": 0.00017666592124442103,
30
+ "ram": 0.0002965177055206111,
31
+ "gpu": 0.0004480556362267407,
32
+ "total": 0.0009212392629917728
33
+ },
34
+ "efficiency": null
35
+ },
36
+ "first_call": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 779.108352,
40
+ "max_global_vram": null,
41
+ "max_process_vram": null,
42
+ "max_reserved": null,
43
+ "max_allocated": null
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "values": [
48
+ 0.5517216552980244
49
+ ],
50
+ "count": 1,
51
+ "total": 0.5517216552980244,
52
+ "mean": 0.5517216552980244,
53
+ "p50": 0.5517216552980244,
54
+ "p90": 0.5517216552980244,
55
+ "p95": 0.5517216552980244,
56
+ "p99": 0.5517216552980244,
57
+ "stdev": 0,
58
+ "stdev_": 0
59
+ },
60
+ "throughput": null,
61
+ "energy": {
62
+ "unit": "kWh",
63
+ "cpu": 0.0001706013792136218,
64
+ "ram": 0.00028633821720513677,
65
+ "gpu": 0.0004524906397662676,
66
+ "total": 0.0009094302361850263
67
+ },
68
+ "efficiency": null
69
+ },
70
+ "call": {
71
+ "memory": {
72
+ "unit": "MB",
73
+ "max_ram": 812.261376,
74
+ "max_global_vram": null,
75
+ "max_process_vram": null,
76
+ "max_reserved": null,
77
+ "max_allocated": null
78
+ },
79
+ "latency": {
80
+ "unit": "s",
81
+ "values": [
82
+ 0.3780691958963871,
83
+ 0.3844814212061465,
84
+ 0.37072358187288046
85
+ ],
86
+ "count": 3,
87
+ "total": 1.133274198975414,
88
+ "mean": 0.37775806632513803,
89
+ "p50": 0.3780691958963871,
90
+ "p90": 0.3831989761441946,
91
+ "p95": 0.38384019867517055,
92
+ "p99": 0.3843531766999513,
93
+ "stdev": 0.005620921453971145,
94
+ "stdev_": 1.4879686114056907
95
+ },
96
+ "throughput": {
97
+ "unit": "images/s",
98
+ "value": 5.294393894632527
99
+ },
100
+ "energy": {
101
+ "unit": "kWh",
102
+ "cpu": 1.1876363409101027e-05,
103
+ "ram": 1.9930023684434765e-05,
104
+ "gpu": 2.9147245539225725e-05,
105
+ "total": 6.0953632632761665e-05
106
+ },
107
+ "efficiency": {
108
+ "unit": "images/kWh",
109
+ "value": 32811.826196639675
110
+ }
111
+ },
112
+ "per_step": {
113
+ "memory": null,
114
+ "latency": {
115
+ "unit": "s",
116
+ "values": [
117
+ 0.10889927484095097,
118
+ 0.11024577030912042,
119
+ 0.10889927484095097,
120
+ 0.11024577030912042,
121
+ 0.15924190590158105,
122
+ 0.10975479986518621,
123
+ 0.11464154301211238,
124
+ 0.10889927484095097,
125
+ 0.11024577030912042,
126
+ 0.15924190590158105,
127
+ 0.10975479986518621,
128
+ 0.11464154301211238,
129
+ 0.15594237903133035,
130
+ 0.10731132794171572,
131
+ 0.10624416591599584
132
+ ],
133
+ "count": 15,
134
+ "total": 1.7942095058970153,
135
+ "mean": 0.11961396705980103,
136
+ "p50": 0.11024577030912042,
137
+ "p90": 0.15792209515348077,
138
+ "p95": 0.15924190590158105,
139
+ "p99": 0.15924190590158105,
140
+ "stdev": 0.019394443668980483,
141
+ "stdev_": 16.214196507071975
142
+ },
143
+ "throughput": null,
144
+ "energy": null,
145
+ "efficiency": null
146
+ }
147
+ }