Skip to content

Commit 92d42f4

Browse files
committedMar 14, 2024
Change model skip explanation
1 parent fd1887f commit 92d42f4

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
@@ -65,7 +65,7 @@ class OVCLIExportTestCase(unittest.TestCase):
6565
)
6666
EXPECTED_NUMBER_OF_TOKENIZER_MODELS = {
6767
"gpt2": 2,
68-
"t5": 0, # failed internal sentencepiece check - no <s> token in the vocab
68+
"t5": 0, # no .model file in the repository
6969
"albert": 0, # not supported yet
7070
"distilbert": 1, # no detokenizer
7171
"roberta": 2,

0 commit comments

Comments
 (0)