Skip to content

Commit

Permalink
Update src/deepsparse/utils/onnx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Jun 14, 2023
1 parent c912dfd commit eb6f31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/utils/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def override_onnx_input_shapes(

if inplace:
_LOGGER.info(
"Overwriting in-place the input shapes of the model " f"at {onnx_filepath}"
f"Overwriting in-place the input shapes of the model at {onnx_filepath}"
)
onnx.save(model, onnx_filepath)
yield onnx_filepath
Expand Down

0 comments on commit eb6f31c

Please sign in to comment.