IlyasMoutawwakil HF staff commited on
Commit
8ad1ee3
·
verified ·
1 Parent(s): 47c6124

Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark_report.json with huggingface_hub

Browse files
cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark_report.json CHANGED
@@ -2,24 +2,24 @@
2
  "load": {
3
  "memory": {
4
  "unit": "MB",
5
- "max_ram": 969.654272,
6
  "max_global_vram": 68702.69952,
7
- "max_process_vram": 46762.881024,
8
  "max_reserved": 773.849088,
9
  "max_allocated": 736.603648
10
  },
11
  "latency": {
12
  "unit": "s",
13
  "count": 1,
14
- "total": 8.5736162109375,
15
- "mean": 8.5736162109375,
16
  "stdev": 0.0,
17
- "p50": 8.5736162109375,
18
- "p90": 8.5736162109375,
19
- "p95": 8.5736162109375,
20
- "p99": 8.5736162109375,
21
  "values": [
22
- 8.5736162109375
23
  ]
24
  },
25
  "throughput": null,
@@ -29,95 +29,103 @@
29
  "forward": {
30
  "memory": {
31
  "unit": "MB",
32
- "max_ram": 1112.170496,
33
  "max_global_vram": 68702.69952,
34
- "max_process_vram": 316954.873856,
35
  "max_reserved": 773.849088,
36
  "max_allocated": 745.086976
37
  },
38
  "latency": {
39
  "unit": "s",
40
- "count": 67,
41
- "total": 1.0053831491470338,
42
- "mean": 0.015005718643985578,
43
- "stdev": 0.012456730797728176,
44
- "p50": 0.013082847595214844,
45
- "p90": 0.014571548461914063,
46
- "p95": 0.014696044731140136,
47
- "p99": 0.05023292881011997,
48
  "values": [
49
- 0.01377820587158203,
50
- 0.013474686622619629,
51
- 0.012971648216247559,
52
- 0.013001568794250488,
53
- 0.014435644149780274,
54
- 0.014639485359191894,
55
- 0.01459660530090332,
56
- 0.014554843902587891,
57
- 0.014385245323181152,
58
- 0.01368028736114502,
59
- 0.01451612377166748,
60
- 0.01439852523803711,
61
- 0.014729084014892578,
62
- 0.014720284461975097,
63
- 0.014607483863830567,
64
- 0.014507004737854004,
65
- 0.014546684265136719,
66
- 0.014495325088500977,
67
- 0.013843965530395509,
68
- 0.01370140552520752,
69
- 0.013687006950378418,
70
- 0.013195808410644532,
71
- 0.01266172981262207,
72
- 0.016345399856567383,
73
- 0.013383646965026856,
74
- 0.013082847595214844,
75
- 0.01271436882019043,
76
- 0.012857728004455567,
77
- 0.012761569023132325,
78
- 0.012851489067077638,
79
- 0.01268588924407959,
80
- 0.012925888061523437,
81
- 0.012876769065856934,
82
- 0.01283996868133545,
83
- 0.01282892894744873,
84
- 0.012902527809143067,
85
- 0.01302284812927246,
86
- 0.012839168548583984,
87
- 0.012890368461608888,
88
- 0.012926209449768066,
89
- 0.013015647888183594,
90
- 0.012900447845458985,
91
- 0.012892449378967285,
92
- 0.013000448226928711,
93
- 0.01307196807861328,
94
- 0.013233247756958008,
95
- 0.01342060661315918,
96
- 0.012721569061279296,
97
- 0.012986687660217286,
98
- 0.012989407539367675,
99
- 0.012993087768554687,
100
- 0.013735647201538087,
101
- 0.01327100658416748,
102
- 0.01351596736907959,
103
- 0.01348060703277588,
104
- 0.01363564682006836,
105
- 0.11601460266113281,
106
- 0.014313084602355957,
107
- 0.014380125045776368,
108
- 0.014363325119018555,
109
- 0.013054847717285156,
110
- 0.01284428882598877,
111
- 0.012729248046875,
112
- 0.012806848526000976,
113
- 0.012647969245910645,
114
- 0.012767329216003417,
115
- 0.012732769012451172
 
 
 
 
 
 
 
 
116
  ]
117
  },
118
  "throughput": {
119
  "unit": "samples/s",
120
- "value": 66.64126015722736
121
  },
122
  "energy": null,
123
  "efficiency": null
 
2
  "load": {
3
  "memory": {
4
  "unit": "MB",
5
+ "max_ram": 969.162752,
6
  "max_global_vram": 68702.69952,
7
+ "max_process_vram": 43863.113728,
8
  "max_reserved": 773.849088,
9
  "max_allocated": 736.603648
10
  },
11
  "latency": {
12
  "unit": "s",
13
  "count": 1,
14
+ "total": 8.4435361328125,
15
+ "mean": 8.4435361328125,
16
  "stdev": 0.0,
17
+ "p50": 8.4435361328125,
18
+ "p90": 8.4435361328125,
19
+ "p95": 8.4435361328125,
20
+ "p99": 8.4435361328125,
21
  "values": [
22
+ 8.4435361328125
23
  ]
24
  },
25
  "throughput": null,
 
29
  "forward": {
30
  "memory": {
31
  "unit": "MB",
32
+ "max_ram": 1111.687168,
33
  "max_global_vram": 68702.69952,
34
+ "max_process_vram": 291446.90688,
35
  "max_reserved": 773.849088,
36
  "max_allocated": 745.086976
37
  },
38
  "latency": {
39
  "unit": "s",
40
+ "count": 75,
41
+ "total": 1.0064984035491942,
42
+ "mean": 0.01341997871398926,
43
+ "stdev": 0.0012380696574112002,
44
+ "p50": 0.013084443092346191,
45
+ "p90": 0.014443574905395508,
46
+ "p95": 0.014501830673217773,
47
+ "p99": 0.019788861465454107,
48
  "values": [
49
+ 0.013793880462646485,
50
+ 0.013188761711120605,
51
+ 0.01323436164855957,
52
+ 0.01342044162750244,
53
+ 0.013084443092346191,
54
+ 0.013108602523803711,
55
+ 0.013580281257629395,
56
+ 0.013075483322143555,
57
+ 0.012938523292541504,
58
+ 0.013002042770385741,
59
+ 0.012969562530517578,
60
+ 0.012881563186645508,
61
+ 0.013447961807250976,
62
+ 0.013111163139343261,
63
+ 0.013191322326660156,
64
+ 0.01291580295562744,
65
+ 0.012914202690124511,
66
+ 0.01366396141052246,
67
+ 0.013129562377929687,
68
+ 0.01314028263092041,
69
+ 0.013310042381286621,
70
+ 0.013147642135620117,
71
+ 0.013227642059326172,
72
+ 0.013462681770324707,
73
+ 0.013222522735595703,
74
+ 0.013269721984863281,
75
+ 0.013312121391296387,
76
+ 0.013140763282775879,
77
+ 0.013077402114868164,
78
+ 0.019476903915405273,
79
+ 0.012786362648010254,
80
+ 0.013065723419189454,
81
+ 0.012770362854003906,
82
+ 0.01277884292602539,
83
+ 0.013016762733459473,
84
+ 0.012757404327392578,
85
+ 0.01273404312133789,
86
+ 0.012694523811340333,
87
+ 0.01270892333984375,
88
+ 0.012930843353271484,
89
+ 0.01292140293121338,
90
+ 0.01337196159362793,
91
+ 0.012754363059997558,
92
+ 0.012757244110107422,
93
+ 0.012745403289794921,
94
+ 0.012742363929748535,
95
+ 0.01272636318206787,
96
+ 0.012733083724975586,
97
+ 0.012774843215942383,
98
+ 0.012769723892211914,
99
+ 0.012747962951660157,
100
+ 0.012733243942260742,
101
+ 0.012742202758789062,
102
+ 0.012753724098205566,
103
+ 0.01273580265045166,
104
+ 0.012727964401245117,
105
+ 0.012755642890930176,
106
+ 0.01362860107421875,
107
+ 0.014491318702697754,
108
+ 0.01393612003326416,
109
+ 0.014411958694458007,
110
+ 0.014526358604431152,
111
+ 0.014428439140319825,
112
+ 0.01444843864440918,
113
+ 0.014349879264831543,
114
+ 0.014436279296875,
115
+ 0.014481078147888184,
116
+ 0.014532599449157715,
117
+ 0.014488598823547364,
118
+ 0.020676740646362303,
119
+ 0.013192601203918457,
120
+ 0.01280972385406494,
121
+ 0.012939323425292968,
122
+ 0.01291196346282959,
123
+ 0.013631641387939453
124
  ]
125
  },
126
  "throughput": {
127
  "unit": "samples/s",
128
+ "value": 74.51576647864424
129
  },
130
  "energy": null,
131
  "efficiency": null