Skip to content

Commit a47e988

Browse files
committed
skip
Signed-off-by: YunLiu <[email protected]>
1 parent 689327c commit a47e988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_trt_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def tearDown(self):
4646
if current_device != self.gpu_device:
4747
torch.cuda.set_device(self.gpu_device)
4848

49-
@SkipIfAtLeastPyTorchVersion((2, 5, 0))
49+
@SkipIfAtLeastPyTorchVersion((2, 4, 1))
5050
def test_handler(self):
5151
from ignite.engine import Engine
5252

0 commit comments

Comments
 (0)