Skip to content

Commit

Permalink
Rebase and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Feb 7, 2024
1 parent 691bd68 commit 7bc7988
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 @@ -537,7 +537,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 7bc7988

Please sign in to comment.