Skip to content

Commit ea8c31b

Browse files
Update tests/openvino/test_exporters_cli.py
Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com>
1 parent 8ba1b8b commit ea8c31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_exporters_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_exporters_cli_tokenizers(self, task: str, model_type: str):
176176
self.assertTrue("Detokenizer is not supported, convert tokenizer only." in output, output)
177177

178178
if task.startswith("text-generation") and compare_versions("openvino-tokenizers", ">=", "2024.3.0.0"):
179-
self.assertTrue("Set tokenizer padding side to left" in output, output)
179+
self.assertIn("Set tokenizer padding side to left", output)
180180

181181
@parameterized.expand(SUPPORTED_ARCHITECTURES)
182182
def test_exporters_cli_fp16(self, task: str, model_type: str):

0 commit comments

Comments
 (0)