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
However specifying --index-url in a requirements file would prevent other dependencies from being installed, and performing pip install --extra-index-url https://download.pytorch.org/whl/cu124 torch==2.4.0 will install a CPU-only version of torch.
Version
25.02
Which installation method(s) does this occur on?
Docker
Describe the bug.
Pre-built wheels for torch with Cuda support for ARM are new:
https://discuss.pytorch.org/t/pytorch-arm-cuda-support/208857/4
The CUDA builds for x86_64 contain a version postfix of
+cu124
in the metadata of the wheel, allowing the user to specify the CUDA build.The wheels for ARM lack this, requiring torch to be installed with:
However specifying
--index-url
in a requirements file would prevent other dependencies from being installed, and performingpip install --extra-index-url https://download.pytorch.org/whl/cu124 torch==2.4.0
will install a CPU-only version of torch.Minimum reproducible example
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: