-
-
Notifications
You must be signed in to change notification settings - Fork 996
Closed
Labels
Description
Hello, the release note of pyro 1.8.5 says that the support for torch 2.0 was added. However, it does not mention that it also deprecated the support for any previous versions of torch. For a minor version bump, this seems weird, so I guess it is a mistake?
FYI, it is the PR #3192 that fixed the required version to torch>=2.0.1
(in setup.py
).
janfb