Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Dec 12, 2023
1 parent f9ecc54 commit 8767a46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions optimum/exporters/onnx/model_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,6 @@ def __enter__(self):
super().__enter__()
self.patch_ops()

print(
"sys.modules[transformers.models.falcon.modeling_falcon]",
sys.modules["transformers.models.falcon.modeling_falcon"],
)
if self.real_config.task == "text-generation":
patch_everywhere(
"build_alibi_tensor",
Expand Down

0 comments on commit 8767a46

Please sign in to comment.