Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Dec 24, 2024
1 parent cbf5bca commit 2220bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/quantization/advanced_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class AdvancedQuantizationParameters:
:param overflow_fix: This option controls whether to apply the overflow issue fix
for the 8-bit quantization.
:type overflow_fix: nncf.quantization.advanced_parameters.OverflowFix
:type overflow_fix: Optional[nncf.quantization.advanced_parameters.OverflowFix]
:param quantize_outputs: Whether to insert additional quantizers right before each
of the model outputs.
:type quantize_outputs: bool
Expand Down

0 comments on commit 2220bd5

Please sign in to comment.