IlyasMoutawwakil HF Staff commited on
Commit
a64992b
·
verified ·
1 Parent(s): b9d0e1d

Upload test_api_push_to_hub_mixin/benchmark_report.json with huggingface_hub

Browse files
test_api_push_to_hub_mixin/benchmark_report.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "load_model": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 474.918912,
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
+ 2.8872336
15
+ ],
16
+ "count": 1,
17
+ "total": 2.8872336,
18
+ "mean": 2.8872336,
19
+ "p50": 2.8872336,
20
+ "p90": 2.8872336,
21
+ "p95": 2.8872336,
22
+ "p99": 2.8872336,
23
+ "stdev": 0,
24
+ "stdev_": 0
25
+ },
26
+ "throughput": null,
27
+ "energy": null,
28
+ "efficiency": null
29
+ },
30
+ "forward": {
31
+ "memory": {
32
+ "unit": "MB",
33
+ "max_ram": 843.501568,
34
+ "max_global_vram": null,
35
+ "max_process_vram": null,
36
+ "max_reserved": null,
37
+ "max_allocated": null
38
+ },
39
+ "latency": {
40
+ "unit": "s",
41
+ "values": [
42
+ 0.1325877999999996,
43
+ 0.10183549999999997,
44
+ 0.12236509999999967,
45
+ 0.12417699999999954,
46
+ 0.1154452999999993,
47
+ 0.10138489999999933,
48
+ 0.14011620000000136,
49
+ 0.11418749999999989,
50
+ 0.109645200000001
51
+ ],
52
+ "count": 9,
53
+ "total": 1.0617444999999996,
54
+ "mean": 0.11797161111111107,
55
+ "p50": 0.1154452999999993,
56
+ "p90": 0.13409347999999993,
57
+ "p95": 0.13710484000000064,
58
+ "p99": 0.1395139280000012,
59
+ "stdev": 0.012415712824969187,
60
+ "stdev_": 10.524322511180676
61
+ },
62
+ "throughput": {
63
+ "unit": "samples/s",
64
+ "value": 16.953231215231167
65
+ },
66
+ "energy": null,
67
+ "efficiency": null
68
+ }
69
+ }