Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quant_format argument for 4bit quantizer (#21581)
### Description Original argument accepts Enum QuantFormat.QOperator or QuantFormat.QDQ, but the default value is QOperator. Change the argument to str to accept QOperator or QDQ and convert to QuantFormat after parsing. ### Motivation and Context Bug fix
- Loading branch information