Skip to content

Commit fa21433

Browse files
Added test with null samples
1 parent 71b61fb commit fa21433

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/openvino/test_exporters_cli.py

+8
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ class OVCLIExportTestCase(unittest.TestCase):
131131
(13,),
132132
(16,),
133133
),
134+
(
135+
"text-generation",
136+
"llama",
137+
"int8",
138+
"--dataset wikitext2 --trust-remote-code",
139+
(13,),
140+
(16,),
141+
),
134142
]
135143

136144
TEST_4BIT_CONFIGURATIONS = [

0 commit comments

Comments
 (0)