Skip to content

Commit 30b3a2c

Browse files
committed
Revert "disable pytorch (#386)"
This reverts commit 311a6f4.
1 parent 458fa7d commit 30b3a2c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/zero_code_change/test_pytorch_integration.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
# Third Party
1414
import pytest
15-
import torch
1615
import torch.nn as nn
1716
import torch.nn.functional as F
1817
import torch.optim as optim
@@ -23,10 +22,6 @@
2322
from smdebug.core.utils import SagemakerSimulator, ScriptSimulator
2423

2524

26-
@pytest.mark.skipif(
27-
torch.__version__ == "1.7.0",
28-
reason="Disabling the test temporarily until we root cause the version incompatibility",
29-
)
3025
@pytest.mark.parametrize("script_mode", [False])
3126
@pytest.mark.parametrize("use_loss_module", [True, False])
3227
def test_pytorch(script_mode, use_loss_module):

0 commit comments

Comments
 (0)