We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839526d commit 223e62bCopy full SHA for 223e62b
optimum/intel/openvino/configuration.py
@@ -682,7 +682,7 @@ def post_init(self):
682
speech_to_text_datasets = list(PREDEFINED_SPEECH_TO_TEXT_DATASETS.keys())
683
if self.dataset not in LANGUAGE_DATASETS + speech_to_text_datasets:
684
raise ValueError(
685
- f"""You can only choose between the following datasets: {LANGUAGE_DATASETS} for LLMs or
+ f"""You can only choose between the following datasets: {LANGUAGE_DATASETS} for LLMs or
686
{speech_to_text_datasets} for speech-to-text models, but we found {self.dataset}."""
687
)
688
0 commit comments