Skip to content

Commit f3549c6

Browse files
committed
fix ut
1 parent 50f72f1 commit f3549c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_models/test_hghub_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TestHuggingFaceHubModel(ExtTestCase):
1717
@hide_stdout()
1818
def test_get_untrained_model_with_inputs_tiny_llm(self):
1919
mid = "arnir0/Tiny-LLM"
20-
data = get_untrained_model_with_inputs(mid, verbose=1)
20+
data = get_untrained_model_with_inputs(mid, verbose=1, add_second_input=0)
2121
self.assertEqual(
2222
set(data),
2323
{

0 commit comments

Comments
 (0)