IlyasMoutawwakil HF Staff commited on
Commit
09074b0
·
verified ·
1 Parent(s): 1122746

Upload cpu_inference_timm_image-classification_timm/tiny_vit_21m_224.in1k/benchmark_report.json with huggingface_hub

Browse files
cpu_inference_timm_image-classification_timm/tiny_vit_21m_224.in1k/benchmark_report.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "load_model": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 532.8896,
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.3366932349999985
15
+ ],
16
+ "count": 1,
17
+ "total": 0.3366932349999985,
18
+ "mean": 0.3366932349999985,
19
+ "p50": 0.3366932349999985,
20
+ "p90": 0.3366932349999985,
21
+ "p95": 0.3366932349999985,
22
+ "p99": 0.3366932349999985,
23
+ "stdev": 0,
24
+ "stdev_": 0
25
+ },
26
+ "throughput": null,
27
+ "energy": {
28
+ "unit": "kWh",
29
+ "cpu": 0.0001386383733000001,
30
+ "ram": 5.798256547726705e-06,
31
+ "gpu": 0,
32
+ "total": 0.0001444366298477268
33
+ },
34
+ "efficiency": null
35
+ },
36
+ "forward": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 609.476608,
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.21422887899998955,
49
+ 0.21409218400000896,
50
+ 0.2139493090000002,
51
+ 0.2009255379999928,
52
+ 0.1812795350000016
53
+ ],
54
+ "count": 5,
55
+ "total": 1.024475444999993,
56
+ "mean": 0.20489508899999861,
57
+ "p50": 0.2139493090000002,
58
+ "p90": 0.21417420099999732,
59
+ "p95": 0.21420153999999342,
60
+ "p99": 0.21422341119999033,
61
+ "stdev": 0.012861856925654216,
62
+ "stdev_": 6.277289020653054
63
+ },
64
+ "throughput": {
65
+ "unit": "samples/s",
66
+ "value": 9.761092907404986
67
+ },
68
+ "energy": {
69
+ "unit": "kWh",
70
+ "cpu": 8.310912042222156e-06,
71
+ "ram": 3.4753067170994536e-07,
72
+ "gpu": 0.0,
73
+ "total": 8.658442713932099e-06
74
+ },
75
+ "efficiency": {
76
+ "unit": "samples/kWh",
77
+ "value": 230988.41975149256
78
+ }
79
+ }
80
+ }