Skip to content

Commit

Permalink
updated default values docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mht-sharma committed Sep 20, 2023
1 parent 6fc369b commit 8ee658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/onnxruntime/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class QuantizationConfig:
It only works if SmoothQuant is True. If enabled, inserted Mul ops during
SmoothQuant will be folded into the previous op if the previous op is foldable.
smooth_quant_op_types (`List[str]`, defaults to `[]`):
The op types to be smooth quantized
The op types to be smooth quantized. Defaults to ["Gemm", "Conv", "MatMul", "FusedConv"].
"""

is_static: bool
Expand Down

0 comments on commit 8ee658d

Please sign in to comment.