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 118a170 commit 1f78a7aCopy full SHA for 1f78a7a
_unittests/ut_torch_models/test_validate_whole_models.py
@@ -281,7 +281,7 @@ def test_validate_phi35_mini_instruct(self):
281
@requires_torch("2.7")
282
@hide_stdout()
283
@ignore_warnings(FutureWarning)
284
- @requires_transformers("4.51")
+ @requires_transformers("4.53")
285
def test_validate_phi35_4k_mini_instruct(self):
286
mid = "microsoft/Phi-3-mini-4k-instruct"
287
summary, data = validate_model(
0 commit comments