IlyasMoutawwakil HF Staff commited on
Commit
da5f186
·
verified ·
1 Parent(s): 4f1775d

Upload cpu_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark_report.json with huggingface_hub

Browse files
cpu_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark_report.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 520.290304,
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.019558342999999923,
15
+ 0.012803514000012228,
16
+ 0.012993448000003127,
17
+ 0.013021129000009068,
18
+ 0.012926522999975987
19
+ ],
20
+ "count": 5,
21
+ "total": 0.07130295700000033,
22
+ "mean": 0.014260591400000067,
23
+ "p50": 0.012993448000003127,
24
+ "p90": 0.01694345740000358,
25
+ "p95": 0.01825090020000175,
26
+ "p99": 0.01929685444000029,
27
+ "stdev": 0.002649939791691366,
28
+ "stdev_": 18.58225733675641
29
+ },
30
+ "throughput": {
31
+ "unit": "samples/s",
32
+ "value": 701.2331900905564
33
+ },
34
+ "energy": {
35
+ "unit": "kWh",
36
+ "cpu": 8.916501688888761e-06,
37
+ "ram": 3.7241275430838455e-07,
38
+ "gpu": 0,
39
+ "total": 9.288914443197145e-06
40
+ },
41
+ "efficiency": {
42
+ "unit": "samples/kWh",
43
+ "value": 1076552.06226209
44
+ }
45
+ },
46
+ "warmup": {
47
+ "memory": {
48
+ "unit": "MB",
49
+ "max_ram": 520.290304,
50
+ "max_global_vram": null,
51
+ "max_process_vram": null,
52
+ "max_reserved": null,
53
+ "max_allocated": null
54
+ },
55
+ "latency": {
56
+ "unit": "s",
57
+ "values": [
58
+ 0.019558342999999923,
59
+ 0.012803514000012228
60
+ ],
61
+ "count": 2,
62
+ "total": 0.03236185700001215,
63
+ "mean": 0.016180928500006075,
64
+ "p50": 0.016180928500006075,
65
+ "p90": 0.018882860100001155,
66
+ "p95": 0.01922060155000054,
67
+ "p99": 0.019490794710000047,
68
+ "stdev": 0.003377414499993847,
69
+ "stdev_": 20.87281023454605
70
+ },
71
+ "throughput": {
72
+ "unit": "samples/s",
73
+ "value": 247.20460262824213
74
+ },
75
+ "energy": null,
76
+ "efficiency": null
77
+ },
78
+ "train": {
79
+ "memory": {
80
+ "unit": "MB",
81
+ "max_ram": 520.290304,
82
+ "max_global_vram": null,
83
+ "max_process_vram": null,
84
+ "max_reserved": null,
85
+ "max_allocated": null
86
+ },
87
+ "latency": {
88
+ "unit": "s",
89
+ "values": [
90
+ 0.012993448000003127,
91
+ 0.013021129000009068,
92
+ 0.012926522999975987
93
+ ],
94
+ "count": 3,
95
+ "total": 0.03894109999998818,
96
+ "mean": 0.012980366666662727,
97
+ "p50": 0.012993448000003127,
98
+ "p90": 0.01301559280000788,
99
+ "p95": 0.013018360900008474,
100
+ "p99": 0.01302057538000895,
101
+ "stdev": 3.971494069857384e-05,
102
+ "stdev_": 0.3059616243397277
103
+ },
104
+ "throughput": {
105
+ "unit": "samples/s",
106
+ "value": 462.2365572622618
107
+ },
108
+ "energy": null,
109
+ "efficiency": null
110
+ }
111
+ }