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 509cfe4 commit ef2d94bCopy full SHA for ef2d94b
_unittests/ut_export/test_issue_2025.py
@@ -1,10 +1,11 @@
1
import unittest
2
import numpy as np
3
import torch
4
-from onnx_diagnostic.ext_test_case import ExtTestCase
+from onnx_diagnostic.ext_test_case import ExtTestCase, requires_torch
5
6
7
class TestIssues2025(ExtTestCase):
8
+ @requires_torch("2.8")
9
def test_issue_158786_qwen2vl(self):
10
# https://github.com/pytorch/pytorch/issues/158786
11
class Model(torch.nn.Module):
0 commit comments