-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to userstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
Previously, pip install --no-cache-dir --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.3.1+cpu
worked to install CPU version explicitly.
However, pip install --no-cache-dir --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.4.0+cpu
does not work. Are the whl files for 2.4 missing?
Versions
N/A
Metadata
Metadata
Assignees
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to userstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module