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

Upgrading PyTorch to v2.5.0, torchvision to v0.20.0 and torchaudio to v2.5.0 #4905

Open
atalman opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels

Comments

@atalman
Copy link

atalman commented Oct 17, 2024

Similar to: #4796

Hi @mayankmalik-colab We just released PyTorch 2.5.0, Torchvision 0.20.0 and Torchaudio 2.5.0 please install using:

pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121_full --force-reinstall

Release notes can be found at:
https://github.com/pytorch/pytorch/releases/tag/v2.5.0

@atalman atalman added the bug label Oct 17, 2024
@malfet
Copy link

malfet commented Oct 29, 2024

You are unlikely to be affected by the updates released in 2.5.1, but please consider using 2.5.1 rather than 2.5.0 for the update:

pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121_full --force-reinstall

Edit, though one use claims that 2.5.1 compared to 2.5.0 enabled some additional workflows for them pytorch/pytorch#139067

@metrizable metrizable self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants