mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Make convert_to_onnx runable as script again (#10857)
This commit is contained in:
parent
77bf3fe787
commit
b5b957a65c
@ -19,9 +19,9 @@ from typing import Dict, List, Optional, Tuple
|
||||
|
||||
from packaging.version import Version, parse
|
||||
|
||||
from .file_utils import ModelOutput, is_tf_available, is_torch_available
|
||||
from .pipelines import Pipeline, pipeline
|
||||
from .tokenization_utils import BatchEncoding
|
||||
from transformers.file_utils import ModelOutput, is_tf_available, is_torch_available
|
||||
from transformers.pipelines import Pipeline, pipeline
|
||||
from transformers.tokenization_utils import BatchEncoding
|
||||
|
||||
|
||||
# This is the minimal required version to
|
||||
|
Loading…
Reference in New Issue
Block a user