Skip to content

Commit

Permalink
Update src/deepsparse/evaluation/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored Mar 7, 2024
1 parent 83d8ac6 commit ab18e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/evaluation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def create_pipeline(
text generation model from. This can be a local
or remote path to the model or a sparsezoo stub
:param engine_type: The engine type to initialize the model with.
:return: The initialized pipeline
:return: The initialized pipeline and the mutated (potentially reduced number of) kwargs
"""
engine_type = engine_type or DEEPSPARSE_ENGINE
return (
Expand Down

0 comments on commit ab18e23

Please sign in to comment.