IlyasMoutawwakil HF staff commited on
Commit
7817cbe
·
verified ·
1 Parent(s): 6e607a1

Upload cuda_training_transformers_text-generation_openai-community/gpt2/benchmark_report.json with huggingface_hub

Browse files
cuda_training_transformers_text-generation_openai-community/gpt2/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1130.901504,
6
+ "max_global_vram": 3327.85664,
7
+ "max_process_vram": 355186.85184,
8
+ "max_reserved": 2894.06976,
9
+ "max_allocated": 2506.73664
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.6990504531860352,
15
+ "mean": 0.13981009063720704,
16
+ "stdev": 0.1959971882838536,
17
+ "p50": 0.041520423889160156,
18
+ "p90": 0.3361981597900391,
19
+ "p95": 0.4340006607055663,
20
+ "p99": 0.5122426614379882,
21
+ "values": [
22
+ 0.5318031616210938,
23
+ 0.04279065704345703,
24
+ 0.04145978546142578,
25
+ 0.041520423889160156,
26
+ 0.04147642517089844
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 71.52559557341954
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1130.901504,
40
+ "max_global_vram": 3327.85664,
41
+ "max_process_vram": 355186.85184,
42
+ "max_reserved": 2894.06976,
43
+ "max_allocated": 2506.73664
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.5745938186645508,
49
+ "mean": 0.2872969093322754,
50
+ "stdev": 0.24450625228881837,
51
+ "p50": 0.28729690933227536,
52
+ "p90": 0.4829019111633301,
53
+ "p95": 0.5073525363922119,
54
+ "p99": 0.5269130365753174,
55
+ "values": [
56
+ 0.5318031616210938,
57
+ 0.04279065704345703
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 13.922878632062726
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1130.901504,
71
+ "max_global_vram": 3327.85664,
72
+ "max_process_vram": 355186.85184,
73
+ "max_reserved": 2894.06976,
74
+ "max_allocated": 2506.73664
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.12445663452148437,
80
+ "mean": 0.04148554484049479,
81
+ "stdev": 2.5581647193307753e-05,
82
+ "p50": 0.04147642517089844,
83
+ "p90": 0.04151162414550781,
84
+ "p95": 0.04151602401733399,
85
+ "p99": 0.04151954391479492,
86
+ "values": [
87
+ 0.04145978546142578,
88
+ 0.041520423889160156,
89
+ 0.04147642517089844
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 144.62868989834965
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }