We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The packages torch==2.2.0.dev20231116 and torchvision==0.17.0.dev20231116 aren't available on spr.x1infra.com.
torch==2.2.0.dev20231116
torchvision==0.17.0.dev20231116
spr.x1infra.com
The text was updated successfully, but these errors were encountered:
The workaround is to install torch==2.2.0.dev20231010 and torchvision==0.17.0.dev20231010 from the pytorch channel.
torch==2.2.0.dev20231010
torchvision==0.17.0.dev20231010
pytorch
e.g. for CPU:
python -m pip install --pre torch==2.2.0.dev20231010+cpu --index-url https://download.pytorch.org/whl/nightly/cpu python -m pip install --pre torchvision==0.17.0.dev20231010+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
and so on.
Then it works.
Sorry, something went wrong.
No branches or pull requests
The packages
torch==2.2.0.dev20231116
andtorchvision==0.17.0.dev20231116
aren't available onspr.x1infra.com
.The text was updated successfully, but these errors were encountered: