Skip to content
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

torch and torchvision from the requirements.txt are not available #28

Open
chudur-budur opened this issue Feb 27, 2024 · 1 comment
Open

Comments

@chudur-budur
Copy link

The packages torch==2.2.0.dev20231116 and torchvision==0.17.0.dev20231116 aren't available on spr.x1infra.com.

@chudur-budur
Copy link
Author

The workaround is to install torch==2.2.0.dev20231010 and torchvision==0.17.0.dev20231010 from the pytorch channel.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant