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 c944df5 commit 83cb210Copy full SHA for 83cb210
_unittests/ut_torch_models/test_validate_whole_models.py
@@ -258,7 +258,7 @@ def test_validate_model_vit_model(self):
258
@requires_torch("2.7")
259
@hide_stdout()
260
@ignore_warnings(FutureWarning)
261
- @requires_transformers("4.52")
+ @requires_transformers("4.53")
262
def test_validate_phi35_mini_instruct(self):
263
mid = "microsoft/Phi-3.5-mini-instruct"
264
summary, data = validate_model(
0 commit comments