Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TorchScript-related test failures under PyTorch 2.0 #3216

Open
4 tasks
eb8680 opened this issue May 18, 2023 · 0 comments
Open
4 tasks

TorchScript-related test failures under PyTorch 2.0 #3216

eb8680 opened this issue May 18, 2023 · 0 comments

Comments

@eb8680
Copy link
Member

eb8680 commented May 18, 2023

From #3192, the following torch.jit-related tests are failing for torch>=2.0.0:

  • tests/contrib/test_minipyro.py::test_elbo_jit[minipyro] (traceback)
  • tests/contrib/cevae/test_cevae.py::test_serialization[jit-exponential-1] (traceback)
  • tests/contrib/cevae/test_cevae.py::test_serialization[jit-exponential-2] (traceback)
  • tests/contrib/test_minipyro.py::test_elbo_equivalence

The first test may just need to have a tolerance tweaked. The second and third may not be worth fixing unless it's super easy.

These can probably be xfailed rather than blocking a PyTorch 2.0 compatibility release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant