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 0e1d047 commit 6946f47Copy full SHA for 6946f47
tests/tests_pytorch/models/test_onnx.py
@@ -111,7 +111,7 @@ def test_model_saves_on_multi_gpu(tmp_path):
111
assert os.path.exists(file_path) is True
112
113
114
-@RunIf(onnx=True)
+@RunIf(onnx=True, max_torch="2.6.0")
115
def test_verbose_param(tmp_path, capsys):
116
"""Test that output is present when verbose parameter is set."""
117
model = BoringModel()
0 commit comments