Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 19, 2023
1 parent addad92 commit 2c063c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/onnxruntime/modeling_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import onnxruntime

from ..exporters.onnx import MODEL_TYPES_REQUIRING_POSITION_IDS, main_export
from ..onnx.utils import _get_external_data_paths
from ..onnx.utils import _get_external_data_paths, check_model_uses_external_data
from ..utils import NormalizedConfigManager, check_if_transformers_greater
from ..utils.file_utils import validate_file_exists
from ..utils.save_utils import maybe_load_preprocessors, maybe_save_preprocessors
Expand All @@ -49,7 +49,7 @@
parse_device,
validate_provider_availability,
)
from ..onnx.utils import check_model_uses_external_data


if TYPE_CHECKING:
from transformers import PretrainedConfig
Expand Down

0 comments on commit 2c063c0

Please sign in to comment.