Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Oct 6, 2023
1 parent 3dc1b85 commit 05de3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/pipelines/pipelines_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
from transformers import (
AudioClassificationPipeline,
AutoConfig,
AutoFeatureExtractor,
AutomaticSpeechRecognitionPipeline,
AutoTokenizer,
FeatureExtractionPipeline,
FillMaskPipeline,
ImageClassificationPipeline,
Expand All @@ -38,10 +40,8 @@
TranslationPipeline,
ZeroShotClassificationPipeline,
)
from transformers import AutoTokenizer, AutoFeatureExtractor
from transformers import pipeline as transformers_pipeline
from transformers.feature_extraction_utils import PreTrainedFeatureExtractor
from transformers.onnx.utils import get_preprocessor
from transformers.pipelines import SUPPORTED_TASKS as TRANSFORMERS_SUPPORTED_TASKS
from transformers.pipelines import infer_framework_load_model

Expand Down

0 comments on commit 05de3e3

Please sign in to comment.