IlyasMoutawwakil HF Staff commited on
Commit
cb154c8
·
verified ·
1 Parent(s): b84cc82

Upload cpu_inference_timm_image-classification_timm/resnet50.a1_in1k/benchmark_report.json with huggingface_hub

Browse files
cpu_inference_timm_image-classification_timm/resnet50.a1_in1k/benchmark_report.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "load": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 514.101248,
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": 3.6092490013688803,
15
+ "mean": 3.6092490013688803,
16
+ "stdev": 0.0,
17
+ "p50": 3.6092490013688803,
18
+ "p90": 3.6092490013688803,
19
+ "p95": 3.6092490013688803,
20
+ "p99": 3.6092490013688803,
21
+ "values": [
22
+ 3.6092490013688803
23
+ ]
24
+ },
25
+ "throughput": null,
26
+ "energy": {
27
+ "unit": "kWh",
28
+ "cpu": 1.01609299890697e-05,
29
+ "ram": 1.704176819682147e-05,
30
+ "gpu": 0,
31
+ "total": 2.720269818589117e-05
32
+ },
33
+ "efficiency": null
34
+ },
35
+ "forward": {
36
+ "memory": {
37
+ "unit": "MB",
38
+ "max_ram": 540.184576,
39
+ "max_global_vram": null,
40
+ "max_process_vram": null,
41
+ "max_reserved": null,
42
+ "max_allocated": null
43
+ },
44
+ "latency": {
45
+ "unit": "s",
46
+ "count": 24,
47
+ "total": 1.0279600350186229,
48
+ "mean": 0.042831668125775955,
49
+ "stdev": 0.006807150910405146,
50
+ "p50": 0.04062348837032914,
51
+ "p90": 0.04574225023388862,
52
+ "p95": 0.05375844095833598,
53
+ "p99": 0.06789818187244236,
54
+ "values": [
55
+ 0.03998136334121227,
56
+ 0.04736588802188635,
57
+ 0.071784776635468,
58
+ 0.04066585749387741,
59
+ 0.0404370678588748,
60
+ 0.040040566585958004,
61
+ 0.03993535693734884,
62
+ 0.03991301544010639,
63
+ 0.04023147281259298,
64
+ 0.040125735104084015,
65
+ 0.04007053095847368,
66
+ 0.04025846440345049,
67
+ 0.040250759571790695,
68
+ 0.04038771614432335,
69
+ 0.04078354872763157,
70
+ 0.04069906938821077,
71
+ 0.04195376206189394,
72
+ 0.041218903847038746,
73
+ 0.05488653853535652,
74
+ 0.04058111924678087,
75
+ 0.04168987646698952,
76
+ 0.041786267422139645,
77
+ 0.041883399710059166,
78
+ 0.04102897830307484
79
+ ]
80
+ },
81
+ "throughput": {
82
+ "unit": "samples/s",
83
+ "value": 23.3472111584233
84
+ },
85
+ "energy": {
86
+ "unit": "kWh",
87
+ "cpu": 1.3285753144979631e-06,
88
+ "ram": 2.229280504180828e-06,
89
+ "gpu": 0.0,
90
+ "total": 3.557855818678791e-06
91
+ },
92
+ "efficiency": {
93
+ "unit": "samples/kWh",
94
+ "value": 281068.16323190683
95
+ }
96
+ }
97
+ }