You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
From the documentation here, Python 3.10.6 is the latest version compatible with torch.
This seems to have changed according to the closing of this issue, as torch 2.2.0 now supports Python 3.12.
Thus, upgrading the torch dependancy would allow us to use a newer version of python.
One potential caveat is that torch.compile is not yet supported as you can see here.
As I searched the code base I found no direct usage of torch.compile, but I did find something about SwinIR. Not sure if this is enough to block the upgrade?
I also do not know if any code would need to be updated as torch is upgraded, but perhaps this issue/thread can be used as ground for discussion.
Proposed workflow
Upgrade torch dependency to v2.2.x
???
Profit (newer python version compatibility)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What would your feature do ?
From the documentation here, Python 3.10.6 is the latest version compatible with torch.
This seems to have changed according to the closing of this issue, as torch 2.2.0 now supports Python 3.12.
Thus, upgrading the torch dependancy would allow us to use a newer version of python.
One potential caveat is that torch.compile is not yet supported as you can see here.
As I searched the code base I found no direct usage of torch.compile, but I did find something about SwinIR. Not sure if this is enough to block the upgrade?
I also do not know if any code would need to be updated as torch is upgraded, but perhaps this issue/thread can be used as ground for discussion.
Proposed workflow
Additional information
No response
The text was updated successfully, but these errors were encountered: