Skip to content

Commit 7c4604a

Browse files
Update test_exporters_cli.py
1 parent fa21433 commit 7c4604a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/openvino/test_exporters_cli.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,7 @@ class OVCLIExportTestCase(unittest.TestCase):
127127
"text-generation",
128128
"llama",
129129
"f8e4m3",
130-
"--dataset wikitext2 --num-samples 1 --smooth-quant-alpha 0.9 --trust-remote-code",
131-
(13,),
132-
(16,),
133-
),
134-
(
135-
"text-generation",
136-
"llama",
137-
"int8",
138-
"--dataset wikitext2 --trust-remote-code",
130+
"--dataset wikitext2 --smooth-quant-alpha 0.9 --trust-remote-code",
139131
(13,),
140132
(16,),
141133
),

0 commit comments

Comments
 (0)