Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Oct 26, 2023
1 parent 203e20f commit a826e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/torch/model_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def create_nncf_network(
config: NNCFConfig,
dummy_forward_fn: Callable[[Module], Any] = None,
wrap_inputs_fn: Callable = None,
wrap_outputs_fn: Callable = None
wrap_outputs_fn: Callable = None,
) -> NNCFNetwork:
"""
The main function used to produce a model ready for adding compression from an original PyTorch
Expand Down

0 comments on commit a826e06

Please sign in to comment.