mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
nvidia awq only use QuantFormat.QDQ quant format (#22429)
nvidia awq only use QuantFormat.QDQ quant format
This commit is contained in:
parent
6e5e320088
commit
ec7aa63b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ class NVAWQWeightOnlyQuantConfig(WeightOnlyQuantConfig):
|
|||
|
||||
super().__init__(
|
||||
algorithm="nvidia_awq",
|
||||
quant_format=quant_format,
|
||||
quant_format=QuantFormat.QDQ,
|
||||
op_types_to_quantize=None, # Assuming op_types_to_quantize is handled elsewhere
|
||||
quant_axes=None, # Assuming quant_axes is handled elsewhere
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue