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 29d7c0c commit ac3cd41Copy full SHA for ac3cd41
Tests/TestCCTPretrained.py
@@ -208,7 +208,7 @@ def prepareFQCCT(model) -> nn.Module:
208
"bias": False,
209
"return_quant_tensor": True,
210
"output_bit_width": 8,
211
- "weight_bit_width": 4,
+ "weight_bit_width": 8,
212
},
213
),
214
nn.Linear: (
@@ -220,7 +220,7 @@ def prepareFQCCT(model) -> nn.Module:
220
"bias_quant": Int32Bias,
221
222
223
224
225
226
}
0 commit comments