Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80d4c1d

Browse files
committedApr 18, 2024·
Fix Tests Debug Message
1 parent cb2b26f commit 80d4c1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tests/openvino/test_exporters_cli.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ def test_exporters_cli_tokenizers(self, task: str, model_type: str):
138138

139139
if number_of_tokenizers == 1:
140140
self.assertTrue("Detokenizer is not supported, convert tokenizer only." in output, output)
141-
elif number_of_tokenizers == 0 and task not in ("image-classification", "audio-classification"):
142-
self.assertTrue(("OpenVINO Tokenizer export for" in output and "is not supported." in output), output)
141+
143142

144143
@parameterized.expand(SUPPORTED_ARCHITECTURES)
145144
def test_exporters_cli_fp16(self, task: str, model_type: str):

0 commit comments

Comments
 (0)
Please sign in to comment.