We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1887f commit 92d42f4Copy full SHA for 92d42f4
tests/openvino/test_exporters_cli.py
@@ -65,7 +65,7 @@ class OVCLIExportTestCase(unittest.TestCase):
65
)
66
EXPECTED_NUMBER_OF_TOKENIZER_MODELS = {
67
"gpt2": 2,
68
- "t5": 0, # failed internal sentencepiece check - no <s> token in the vocab
+ "t5": 0, # no .model file in the repository
69
"albert": 0, # not supported yet
70
"distilbert": 1, # no detokenizer
71
"roberta": 2,
0 commit comments