Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 83d6cf1

Browse files
authored
Update src/deepsparse/utils/onnx.py
1 parent 39be9a0 commit 83d6cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deepsparse/utils/onnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def overwrite_onnx_model_inputs_for_kv_cache_models(
549549
else:
550550
raise ValueError(f"Unexpected external input name: {external_input.name}")
551551

552-
_LOGGER.info(
552+
_LOGGER.debug(
553553
"Overwriting in-place the input shapes "
554554
f"of the transformer model at {onnx_file_path}"
555555
)

0 commit comments

Comments
 (0)