Skip to content

Commit

Permalink
PyTorch 2.4 supports Python 3.12 dynamo export
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Jul 25, 2024
1 parent d2a9d7b commit eb08fd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_dynamo_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ def forward(self, x):
return self.dist.rsample(x.shape)


@pytest.mark.skipif(
sys.version_info > (3, 11),
reason="torch dynamo export not supported for python 3.12",
)
@pytest.mark.parametrize(
("module", "input"),
[
Expand Down

0 comments on commit eb08fd9

Please sign in to comment.