From 8ee658df195dcccce1a5db39e869fd4f0c6dc5a6 Mon Sep 17 00:00:00 2001 From: Mohit Sharma Date: Sat, 16 Sep 2023 15:32:23 +0000 Subject: [PATCH] updated default values docstring --- optimum/onnxruntime/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/onnxruntime/configuration.py b/optimum/onnxruntime/configuration.py index 2ddeb329187..fc35ff5fe05 100644 --- a/optimum/onnxruntime/configuration.py +++ b/optimum/onnxruntime/configuration.py @@ -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