|
When I use |
Answered by
frostming
Jul 3, 2024
Replies: 1 comment 17 replies
|
I suggest you check out the official docs to see how to install pytorch with GPU support: https://pytorch.org/get-started/locally/. |
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



According to the website, you need to specify a pytorch index for installing CUDA packages
The
[[tool.pdm.source]]is the PDM equivalent to pip's--index-url, please configure it as the docs says.