Commit
•
6a2ef5d
1
Parent(s):
d8880aa
Upload cpu_inference_transformers_image-classification_google/vit-base-patch16-224/benchmark_report.json with huggingface_hub
Browse files
cpu_inference_transformers_image-classification_google/vit-base-patch16-224/benchmark_report.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"forward": {
|
3 |
+
"memory": {
|
4 |
+
"unit": "MB",
|
5 |
+
"max_ram": 796.741632,
|
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": 4,
|
14 |
+
"total": 1.0976207310000632,
|
15 |
+
"mean": 0.2744051827500158,
|
16 |
+
"stdev": 0.013250543036061525,
|
17 |
+
"p50": 0.2791701340000259,
|
18 |
+
"p90": 0.284794012600031,
|
19 |
+
"p95": 0.2859594028000316,
|
20 |
+
"p99": 0.28689171496003213,
|
21 |
+
"values": [
|
22 |
+
0.2789847430000236,
|
23 |
+
0.27935552500002814,
|
24 |
+
0.28712479300003224,
|
25 |
+
0.2521556699999792
|
26 |
+
]
|
27 |
+
},
|
28 |
+
"throughput": {
|
29 |
+
"unit": "samples/s",
|
30 |
+
"value": 3.6442460378418
|
31 |
+
},
|
32 |
+
"energy": {
|
33 |
+
"unit": "kWh",
|
34 |
+
"cpu": 9.83143515057034e-06,
|
35 |
+
"ram": 4.1088070379781053e-07,
|
36 |
+
"gpu": 0.0,
|
37 |
+
"total": 1.024231585436815e-05
|
38 |
+
},
|
39 |
+
"efficiency": {
|
40 |
+
"unit": "samples/kWh",
|
41 |
+
"value": 97634.16928540816
|
42 |
+
}
|
43 |
+
}
|
44 |
+
}
|