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 a0ab39c commit 4cf5a56Copy full SHA for 4cf5a56
_unittests/ut_torch_models/test_validate_whole_models1.py
@@ -122,6 +122,7 @@ def test_g_validate_model_onnx_dynamo_os_ort(self):
122
@hide_stdout()
123
@ignore_warnings(FutureWarning)
124
@requires_experimental()
125
+ @requires_transformers("4.52") # fix it
126
def test_i_validate_model_custom(self):
127
mid = "arnir0/Tiny-LLM"
128
summary, data = validate_model(
@@ -150,6 +151,7 @@ def test_i_validate_model_custom(self):
150
151
@requires_torch("2.7")
152
153
154
+ @requires_transformers("4.52")
155
156
def test_j_validate_model_custom_torch(self):
157
0 commit comments