Skip to content

Commit

Permalink
Rebase and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Dec 29, 2023
1 parent 7624573 commit 2fe50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/quantization/algorithms/min_max/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def _get_quantizer_setup(
global_constraints=self._global_quantizer_constraints,
post_processing_marker_metatypes=post_processing_types,
metatypes_to_ignore=metatypes_to_ignore,
scope_overrides=scope_overrides
scope_overrides=scope_overrides,
)

quantization_proposal = solver.run_on_ip_graph(ip_graph)
Expand Down

0 comments on commit 2fe50c5

Please sign in to comment.