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 49bafff commit 5eb5217Copy full SHA for 5eb5217
_unittests/ut_torch_models/test_hghub_model.py
@@ -78,7 +78,7 @@ def test_get_untrained_model_with_inputs_beit(self):
78
model, inputs = data["model"], data["inputs"]
79
model(**inputs)
80
# different expected value for different version of transformers
81
- self.assertIn((data["size"], data["n_weights"]), [(111448, 27862)])
+ self.assertIn((data["size"], data["n_weights"]), [(111448, 27862), (56880, 14220)])
82
83
@hide_stdout()
84
def test_get_untrained_model_with_inputs_codellama(self):
0 commit comments