Skip to content

Commit ad03882

Browse files
authored
Update tests/openvino/test_exporters_cli.py
1 parent 2d2d0ba commit ad03882

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
@@ -146,7 +146,7 @@ class OVCLIExportTestCase(unittest.TestCase):
146146
"remote_code": False,
147147
},
148148
"minicpm3": { # transformers, no processor, simplified chat template
149-
"num_tokinizers": 2 if is_tokenizers_version("<", "0.20") or is_openvino_version(">=", "2024.5") else 0,
149+
"num_tokenizers": 2 if is_tokenizers_version("<", "0.20") or is_openvino_version(">=", "2024.5") else 0,
150150
"task": "text-generation-with-past",
151151
"expected_chat_template": True,
152152
"simplified_chat_template": True,

0 commit comments

Comments
 (0)