Replies: 2 comments 1 reply
-
Please link to the section of the documentation that made you think this command would work |
Beta Was this translation helpful? Give feedback.
0 replies
-
poetry source add --priority=explicit pytorch-gpu https://download.pytorch.org/whl/cu118
poetry add --source pytorch-gpu torch torchvision torchaudio Should work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new in Poetry, and I want to use for my PhD project.
So, I try to install Pytorch 2.1.1 for Linux and CUDA 11.8. I runned this line in terminal : poetry add torch torchvision torchaudio --url https://download.pytorch.org/whl/cu118
And obtain this issues:
The Poetry configuration is invalid:
Beta Was this translation helpful? Give feedback.
All reactions