Skip to content

Commit

Permalink
merge main, add doc string to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Dec 14, 2023
1 parent a935d56 commit 5161e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Pipeline(Operator):
:param router: A Router which dictates the next operator to call.
:param schedulers: A list of schedulers to run operators.
:param pipeline_state: pipeline_state created during pipeline initialization
:param middleware_manager: middlewares to be used in Pipeline and Operator
"""

def __init__(
Expand Down

0 comments on commit 5161e16

Please sign in to comment.