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
mgoin committed Jul 21, 2023
1 parent 57c46d0 commit 3ecbe5a
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 @@ -475,7 +475,7 @@ def truncate_onnx_embedding_model(
return output_filepath, tmp_file


def default_cached_outputs(model_path):
def default_cached_outputs(model_path: str) -> List[bool]:
"""
:param model_path: Path to a model
:return A list of bools that indicates caching of all outputs except the first one.
Expand Down

0 comments on commit 3ecbe5a

Please sign in to comment.