Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
bas committed Oct 18, 2023
1 parent 4bcf1fd commit 7a02fe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions optimum/exporters/onnx/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@
import gc
import multiprocessing as mp
import os
import sys
import traceback
from inspect import signature
from itertools import chain
from pathlib import Path
from typing import Any, Dict, Iterable, List, Optional, Tuple, Union
import sys

import numpy as np
import onnx
from transformers.utils import is_tf_available, is_torch_available

from ...onnx.utils import _get_onnx_external_data_tensors, check_model_uses_external_data
from ...onnx.utils import _get_onnx_external_data_tensors
from ...utils import (
TORCH_MINIMUM_VERSION,
is_diffusers_available,
Expand Down

0 comments on commit 7a02fe9

Please sign in to comment.