We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f72f1 commit f3549c6Copy full SHA for f3549c6
_unittests/ut_torch_models/test_hghub_model.py
@@ -17,7 +17,7 @@ class TestHuggingFaceHubModel(ExtTestCase):
17
@hide_stdout()
18
def test_get_untrained_model_with_inputs_tiny_llm(self):
19
mid = "arnir0/Tiny-LLM"
20
- data = get_untrained_model_with_inputs(mid, verbose=1)
+ data = get_untrained_model_with_inputs(mid, verbose=1, add_second_input=0)
21
self.assertEqual(
22
set(data),
23
{
0 commit comments