-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytorch with cuda11.1 could't be downloaded in CI. #4458
Comments
Are you trying to install pytorch on cuda 11.1? You can try: |
mszhanyi
changed the title
Pytorch with cuda11.1 could be downloaded!
Pytorch with cuda11.1 could't be downloaded!
Sep 23, 2021
mszhanyi
changed the title
Pytorch with cuda11.1 could't be downloaded!
Pytorch with cuda11.1 could't be downloaded in CI.
Sep 23, 2021
And it could be solved by add '-c conda-forge' What I'm confused about is why there's a PR to remove '-c conda-forge' |
I see. Looks like you need conda-forge on windows. |
Closing this issue, PR merged: #4475. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
@seemethere ,
the PR #4082 removed the -c conda-forge.
After the change, I found that torch with cu11.1 couldn't be downloaded via
conda install -y -c "pytorch-${UPLOAD_CHANNEL}" "pytorch-${UPLOAD_CHANNEL}"::pytorch "${cudatoolkit}" pytest.
Is it expected?
Versions
after #4082
The text was updated successfully, but these errors were encountered: