mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
Update mixed_2_6 and mixed_3_6 quant predicates to explicitly pass high_bits parameter
This commit is contained in:
parent
2fce02acd8
commit
8680bb614e
@ -1052,8 +1052,8 @@ def mixed_quant_predicate_builder(
|
||||
return mixed_quant_predicate
|
||||
|
||||
|
||||
mixed_3_6 = mixed_quant_predicate_builder(low_bits=3)
|
||||
mixed_2_6 = mixed_quant_predicate_builder(low_bits=2)
|
||||
mixed_3_6 = mixed_quant_predicate_builder(low_bits=3, high_bits=6)
|
||||
mixed_2_6 = mixed_quant_predicate_builder(low_bits=2, high_bits=6)
|
||||
|
||||
|
||||
def convert(
|
||||
|
Loading…
Reference in New Issue
Block a user