Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/deepsparse/v2/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def run(self, *args, **kwargs):

:param inp: input to the operator. expected to be of any type that is
expected by the operator.
:param context: context to store the current the inputs, outputs, and operator
for each step of the router.

"""
next_step = self.router.START_ROUTE
Expand Down