From 5e33c05271d1df786a5ce087d56f19d69318033a Mon Sep 17 00:00:00 2001 From: Athul Raj K <79792953+krathul@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:21:08 +0530 Subject: [PATCH] Update optimum/onnxruntime/modeling_seq2seq.py Co-authored-by: fxmarty <9808326+fxmarty@users.noreply.github.com> --- optimum/onnxruntime/modeling_seq2seq.py | 1 - 1 file changed, 1 deletion(-) diff --git a/optimum/onnxruntime/modeling_seq2seq.py b/optimum/onnxruntime/modeling_seq2seq.py index 18f07bd9b1..b8d27b64a1 100644 --- a/optimum/onnxruntime/modeling_seq2seq.py +++ b/optimum/onnxruntime/modeling_seq2seq.py @@ -36,7 +36,6 @@ ) from transformers.file_utils import add_start_docstrings_to_model_forward from transformers.modeling_outputs import BaseModelOutput, Seq2SeqLMOutput -from transformers.utils import is_torch_fx_proxy import onnxruntime as ort