Zakery Clarke commited on
Commit
987f7e3
·
1 Parent(s): 7a0a81c

Xenovia test

Browse files
onnx/decoder_model_merged.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13d98a962c204324ab639384a8313efba3b085b50604c8055354391dfcf1f4e7
3
  size 1900612149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a50e179d5d00261fd29170f82abd0545d7d6e8fc1c13d5f4d3115743c440d1
3
  size 1900612149
onnx/decoder_model_merged_quantized.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:28bb5dc5d03abc6fdfc00f2e24fb9a7623d99667493cedb6aad40b5109a91d30
3
- size 479350955
 
 
 
 
onnx/decoder_model_quantized.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb80680a2cb37392ad0a1ccb36e291a8ca14fff50848a1fe943110d042c91b95
3
- size 478228998
 
 
 
 
onnx/decoder_with_past_model_quantized.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce085b88aaf7e1bb564a8c8580ff60129e2191ae85404253060457b5c57f0ee3
3
- size 427520153
 
 
 
 
onnx/encoder_model_quantized.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c913a4d58ce74bb978125292667050e426692e95bec67a70388569b3cad82034
3
- size 343340979
 
 
 
 
quantize_config.json DELETED
@@ -1,139 +0,0 @@
1
- {
2
- "per_channel": true,
3
- "reduce_range": true,
4
- "per_model_config": {
5
- "decoder_with_past_model": {
6
- "op_types": [
7
- "Less",
8
- "Sqrt",
9
- "MatMul",
10
- "Mul",
11
- "Min",
12
- "Sub",
13
- "Add",
14
- "Transpose",
15
- "Softmax",
16
- "Pow",
17
- "Reshape",
18
- "Where",
19
- "Div",
20
- "Tile",
21
- "ConstantOfShape",
22
- "Gather",
23
- "Slice",
24
- "ReduceMean",
25
- "Tanh",
26
- "Expand",
27
- "LessOrEqual",
28
- "Shape",
29
- "Log",
30
- "Neg",
31
- "Range",
32
- "Constant",
33
- "Unsqueeze",
34
- "Cast",
35
- "Concat"
36
- ],
37
- "weight_type": "QInt8"
38
- },
39
- "decoder_model": {
40
- "op_types": [
41
- "Less",
42
- "Sqrt",
43
- "MatMul",
44
- "Mul",
45
- "Min",
46
- "Sub",
47
- "Add",
48
- "Transpose",
49
- "Softmax",
50
- "Pow",
51
- "Reshape",
52
- "Where",
53
- "Div",
54
- "Tile",
55
- "ConstantOfShape",
56
- "Gather",
57
- "ReduceMean",
58
- "Tanh",
59
- "Expand",
60
- "LessOrEqual",
61
- "Shape",
62
- "Log",
63
- "Neg",
64
- "Range",
65
- "Constant",
66
- "Unsqueeze",
67
- "Cast",
68
- "Concat"
69
- ],
70
- "weight_type": "QInt8"
71
- },
72
- "encoder_model": {
73
- "op_types": [
74
- "Less",
75
- "Sqrt",
76
- "MatMul",
77
- "Abs",
78
- "Mul",
79
- "Min",
80
- "Sub",
81
- "Add",
82
- "Greater",
83
- "Transpose",
84
- "Softmax",
85
- "Pow",
86
- "Reshape",
87
- "Where",
88
- "Div",
89
- "ConstantOfShape",
90
- "Gather",
91
- "ReduceMean",
92
- "Tanh",
93
- "Shape",
94
- "Log",
95
- "Range",
96
- "Constant",
97
- "Unsqueeze",
98
- "Cast",
99
- "Concat"
100
- ],
101
- "weight_type": "QInt8"
102
- },
103
- "decoder_model_merged": {
104
- "op_types": [
105
- "Less",
106
- "Sqrt",
107
- "MatMul",
108
- "Mul",
109
- "Min",
110
- "Sub",
111
- "Add",
112
- "Transpose",
113
- "Softmax",
114
- "Pow",
115
- "Reshape",
116
- "Where",
117
- "Div",
118
- "Tile",
119
- "ConstantOfShape",
120
- "Gather",
121
- "Slice",
122
- "ReduceMean",
123
- "Tanh",
124
- "Expand",
125
- "LessOrEqual",
126
- "Shape",
127
- "Log",
128
- "Neg",
129
- "Range",
130
- "If",
131
- "Constant",
132
- "Unsqueeze",
133
- "Cast",
134
- "Concat"
135
- ],
136
- "weight_type": "QInt8"
137
- }
138
- }
139
- }