Skip to content

Commit 1d3c287

Browse files
authored
Update OptimumIntelPipeline
1 parent b31af0f commit 1d3c287

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/whisper_evaluator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ def _initialize_pipeline(self, config):
165165
pipeline = AutomaticSpeechRecognitionPipeline(
166166
model=ov_model,
167167
tokenizer=ov_processor.tokenizer,
168-
feature_extractor=ov_processor.feature_extractor,
169-
device=device,
168+
feature_extractor=ov_processor.feature_extractor
170169
)
171170
return pipeline
172171

0 commit comments

Comments
 (0)