Skip to content

Commit

Permalink
nvidia awq only use QuantFormat.QDQ quant format (#22429)
Browse files Browse the repository at this point in the history
nvidia awq only use QuantFormat.QDQ quant format
  • Loading branch information
anujj authored Oct 15, 2024
1 parent 6e5e320 commit ec7aa63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def __init__(

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
)
Expand Down

0 comments on commit ec7aa63

Please sign in to comment.