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 3266618 commit 60f4304Copy full SHA for 60f4304
_unittests/ut_torch_models/test_hghub_model.py
@@ -69,7 +69,7 @@ def test_get_untrained_model_with_inputs_phi_2(self):
69
# different expected value for different version of transformers
70
self.assertIn(
71
(data["size"], data["n_weights"]),
72
- [(453330944, 113332736)],
+ [(453330944, 113332736), (453126144, 113281536)],
73
)
74
75
@hide_stdout()
0 commit comments