Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 22, 2024
1 parent 760c947 commit 22bf6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/onnxruntime/modeling_ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
from transformers.modeling_outputs import (
BaseModelOutput,
CausalLMOutput,
GenerationMixin,
ImageClassifierOutput,
MaskedLMOutput,
ModelOutput,
Expand All @@ -52,7 +53,6 @@
SequenceClassifierOutput,
TokenClassifierOutput,
XVectorOutput,
GenerationMixin,
)

import onnxruntime as ort
Expand Down

0 comments on commit 22bf6cc

Please sign in to comment.