We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3cd41 commit 383e8bcCopy full SHA for 383e8bc
Tests/TestCCT.py
@@ -160,7 +160,7 @@ def prepareCCT(model) -> nn.Module:
160
"bias": False,
161
"return_quant_tensor": True,
162
"output_bit_width": 8,
163
- "weight_bit_width": 4,
+ "weight_bit_width": 8,
164
},
165
),
166
nn.Linear: (
@@ -172,7 +172,7 @@ def prepareCCT(model) -> nn.Module:
172
"bias_quant": Int32Bias,
173
174
175
176
177
178
}
0 commit comments