Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Jan 7, 2025
1 parent c7f1371 commit a054b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimum/exporters/onnx/model_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
DummyInputGenerator,
DummyIntGenerator,
DummyPastKeyValuesGenerator,
DummyPatchTSTInputGenerator,
DummyPix2StructInputGenerator,
DummyPointsGenerator,
DummySeq2SeqDecoderTextInputGenerator,
Expand All @@ -52,7 +53,6 @@
GemmaDummyPastKeyValuesGenerator,
GPTBigCodeDummyPastKeyValuesGenerator,
MistralDummyPastKeyValuesGenerator,
DummyPatchTSTInputGenerator,
NormalizedConfig,
NormalizedEncoderDecoderConfig,
NormalizedSeq2SeqConfig,
Expand Down
2 changes: 1 addition & 1 deletion optimum/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
DummyIntGenerator,
DummyLabelsGenerator,
DummyPastKeyValuesGenerator,
DummyPatchTSTInputGenerator,
DummyPix2StructInputGenerator,
DummyPointsGenerator,
DummySeq2SeqDecoderTextInputGenerator,
Expand All @@ -80,7 +81,6 @@
GPTBigCodeDummyPastKeyValuesGenerator,
MistralDummyPastKeyValuesGenerator,
MultiQueryPastKeyValuesGenerator,
DummyPatchTSTInputGenerator,
)
from .modeling_utils import recurse_getattr, recurse_setattr
from .normalized_config import (
Expand Down

0 comments on commit a054b02

Please sign in to comment.