Update mixed_2_6 and mixed_3_6 quant predicates to explicitly pass high_bits parameter

This commit is contained in:
sealad886 2025-03-16 08:31:47 +00:00
parent 2fce02acd8
commit 8680bb614e
No known key found for this signature in database
GPG Key ID: 1D7E0A927313D20E

View File

@ -1052,8 +1052,8 @@ def mixed_quant_predicate_builder(
return mixed_quant_predicate return mixed_quant_predicate
mixed_3_6 = mixed_quant_predicate_builder(low_bits=3) mixed_3_6 = mixed_quant_predicate_builder(low_bits=3, high_bits=6)
mixed_2_6 = mixed_quant_predicate_builder(low_bits=2) mixed_2_6 = mixed_quant_predicate_builder(low_bits=2, high_bits=6)
def convert( def convert(