Akihiro Nitta
Akihiro Nitta
#13155 dropped support for PyTorch 1.8 (LTS) because (I remember) we'd like to keep the window size of four PyTorch versions (currently 1.9-1.12). However, in addition to this issue, there's...
> The dependencies seem to indicate torch >=1.9.* @paantya Yes, but you can force-install PyTorch 1.8 after installing PL: ```console $ pip install pytorch-lightning -U $ pip install torch==1.8.2 --extra-index-url...
> do you happen to know how long torch will support 1.8.2? cc @carmocca
Closing this issue as there seems no actionable item regarding PL's re-support for PyTorch 1.8. Let's discuss any particular feature requests in corresponding issues, such as #14142.
@JustinGoheen I couldn't reproduce it with a simple boring model: https://github.com/akihironitta/gist/blob/da3a7cd62b2219eb7af53129ad1d6b62acd90c72/pl_boring_model/main.py I haven't looked into the detail yet, but would it be possible for you to provide a minimal script...
Since the requrired jobs' names (Test PyTorch with Conda jobs) change due to the cuda version suffix, this PR requires admin's action. --- Still wip!
Some of the jobs building some docker images are failing but are completely irrelevant to the change here. The failures will be resolved in the followings: - `base-conda` failure will...
I'll keep this PR as draft so that we don't merge it before verifying it in the IPU CI.
> I'll keep this PR as draft so that we don't merge it before verifying it in the IPU CI. This PR is basically ready, but I'd like to check...
@carmocca Will start working on it :)