Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Dec 20, 2023
1 parent 598f1c5 commit 5ba8b1e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/deepsparse/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,17 +480,6 @@ def run_func(

return output

# def run_func_with_middleware(
# self,
# *args,
# operator: Operator,
# **kwargs,
# ):
# wrapped_operator = operator
# if self.middleware_manager is not None:
# wrapped_operator = self.middleware_manager.wrap(operator)
# return run_func(*args, operator=wrapped_operator, **kwargs)


def text_generation_pipeline(*args, **kwargs) -> "Pipeline":
"""
Expand Down

0 comments on commit 5ba8b1e

Please sign in to comment.