-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update previous-versions.md #1813
base: site
Are you sure you want to change the base?
Conversation
Use CUDA 11.1 instead of CUDA 11.3 for PyTorch 1.8.1, 1.9.0, and 1.9.1.
✅ Deploy Preview for pytorch-dot-org-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I have checked PyTorch installations for CUDA 11.1 and 11.3 using GitHub Actions. CUDA 11.1: https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12367435889 CUDA 11.3: https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12367435900 Edit |
I have checked if it is possible to import
because On Windows, Torchaudio 0.8.1 issues a warning:
because
CUDA 11.1: https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12468852141/job/34800857037 CUDA 11.3: https://github.com/Tony-Y/check-conda-pytorch/actions/runs/12468852141/job/34800857289 |
Use CUDA 11.1 instead of CUDA 11.3 for PyTorch 1.8.1, 1.9.0, and 1.9.1.
This patch will close three issues: #1403, #1033, and #925.
This work comes from: https://discuss.pytorch.org/t/cant-find-package-of-pytorch1-8-1-and-cudatoolkit-11-3/212679