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 authored Dec 6, 2023
1 parent 39be9a0 commit 83d6cf1
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 @@ -549,7 +549,7 @@ def overwrite_onnx_model_inputs_for_kv_cache_models(
else:
raise ValueError(f"Unexpected external input name: {external_input.name}")

_LOGGER.info(
_LOGGER.debug(
"Overwriting in-place the input shapes "
f"of the transformer model at {onnx_file_path}"
)
Expand Down

0 comments on commit 83d6cf1

Please sign in to comment.