Skip to content

Commit

Permalink
quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Mar 7, 2024
1 parent ab18e23 commit 5154d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/deepsparse/evaluation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ 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 and the mutated (potentially reduced number of) kwargs
: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 5154d62

Please sign in to comment.