IlyasMoutawwakil HF Staff commited on
Commit
4ada6af
·
verified ·
1 Parent(s): e4f9e2c

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,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "load_model": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 458.461184,
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.6168739020000089
15
+ ],
16
+ "count": 1,
17
+ "total": 0.6168739020000089,
18
+ "mean": 0.6168739020000089,
19
+ "p50": 0.6168739020000089,
20
+ "p90": 0.6168739020000089,
21
+ "p95": 0.6168739020000089,
22
+ "p99": 0.6168739020000089,
23
+ "stdev": 0,
24
+ "stdev_": 0
25
+ },
26
+ "throughput": null,
27
+ "energy": {
28
+ "unit": "kWh",
29
+ "cpu": 0.00014976418831111037,
30
+ "ram": 6.2635957626458755e-06,
31
+ "gpu": 0,
32
+ "total": 0.00015602778407375624
33
+ },
34
+ "efficiency": null
35
+ },
36
+ "call": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 546.054144,
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
+ 1.473030673000011
49
+ ],
50
+ "count": 1,
51
+ "total": 1.473030673000011,
52
+ "mean": 1.473030673000011,
53
+ "p50": 1.473030673000011,
54
+ "p90": 1.473030673000011,
55
+ "p95": 1.473030673000011,
56
+ "p99": 1.473030673000011,
57
+ "stdev": 0,
58
+ "stdev_": 0
59
+ },
60
+ "throughput": {
61
+ "unit": "images/s",
62
+ "value": 1.3577449788786478
63
+ },
64
+ "energy": {
65
+ "unit": "kWh",
66
+ "cpu": 6.674877972777802e-05,
67
+ "ram": 2.7914582919007135e-06,
68
+ "gpu": 0.0,
69
+ "total": 6.954023801967874e-05
70
+ },
71
+ "efficiency": {
72
+ "unit": "images/kWh",
73
+ "value": 28760.327214209894
74
+ }
75
+ },
76
+ "per_step": {
77
+ "memory": null,
78
+ "latency": {
79
+ "unit": "s",
80
+ "values": [
81
+ 0.4428560290000121,
82
+ 0.4366380900000024
83
+ ],
84
+ "count": 2,
85
+ "total": 0.8794941190000145,
86
+ "mean": 0.43974705950000725,
87
+ "p50": 0.43974705950000725,
88
+ "p90": 0.44223423510001114,
89
+ "p95": 0.4425451320500116,
90
+ "p99": 0.442793849610012,
91
+ "stdev": 0.0031089695000048323,
92
+ "stdev_": 0.7069904011500914
93
+ },
94
+ "throughput": null,
95
+ "energy": null,
96
+ "efficiency": null
97
+ }
98
+ }