Skip to content

Commit 60f4304

Browse files
committed
version
1 parent 3266618 commit 60f4304

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
@@ -69,7 +69,7 @@ def test_get_untrained_model_with_inputs_phi_2(self):
6969
# different expected value for different version of transformers
7070
self.assertIn(
7171
(data["size"], data["n_weights"]),
72-
[(453330944, 113332736)],
72+
[(453330944, 113332736), (453126144, 113281536)],
7373
)
7474

7575
@hide_stdout()

0 commit comments

Comments
 (0)