Closed
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