Skip to content

Commit 223e62b

Browse files
ruff
1 parent 839526d commit 223e62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def post_init(self):
682682
speech_to_text_datasets = list(PREDEFINED_SPEECH_TO_TEXT_DATASETS.keys())
683683
if self.dataset not in LANGUAGE_DATASETS + speech_to_text_datasets:
684684
raise ValueError(
685-
f"""You can only choose between the following datasets: {LANGUAGE_DATASETS} for LLMs or
685+
f"""You can only choose between the following datasets: {LANGUAGE_DATASETS} for LLMs or
686686
{speech_to_text_datasets} for speech-to-text models, but we found {self.dataset}."""
687687
)
688688

0 commit comments

Comments
 (0)