We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From #3192, the following torch.jit-related tests are failing for torch>=2.0.0:
torch.jit
torch>=2.0.0
tests/contrib/test_minipyro.py::test_elbo_jit[minipyro]
tests/contrib/cevae/test_cevae.py::test_serialization[jit-exponential-1]
tests/contrib/cevae/test_cevae.py::test_serialization[jit-exponential-2]
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From #3192, the following
torch.jit
-related tests are failing fortorch>=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.
The text was updated successfully, but these errors were encountered: