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

PyTorch Release 2.2.2 is not updated to latest pytorch #13364

Open
4 of 8 tasks
atalman opened this issue Mar 27, 2024 · 0 comments
Open
4 of 8 tasks

PyTorch Release 2.2.2 is not updated to latest pytorch #13364

atalman opened this issue Mar 27, 2024 · 0 comments
Labels

Comments

@atalman
Copy link

atalman commented Mar 27, 2024

Checklist

  • I added a descriptive title.
  • I searched through existing issues and couldn't find a solution or duplicate issue.
  • I searched on the web (e.g. Google) and didn't find any helpful information.
  • I searched the Anaconda documentation and didn't find any helpful information.

Impacted product

  • A conda package (built by Anaconda)
  • Anaconda Distribution (formerly Anaconda Individual Edition)
  • Miniconda
  • Anaconda.org

What happened?

Same as this: #13354

We have published Release 2.2.2 of PyTorch, TorchVision, TorchAudio, TorchText and TorchData:

https://anaconda.org/pytorch/pytorch/files?version=2.2.2
https://anaconda.org/pytorch/torchvision/files?version=0.17.2
https://anaconda.org/pytorch/torchaudio/files?version=2.2.2
https://anaconda.org/pytorch/torchtext/files?version=0.17.2

However when running validation we see that anaconda still serves old version 2.1.0:
https://github.com/pytorch/builder/actions/runs/8444276046/job/23135106561

following command on Linux CPU and GPU instances:

conda install -y pytorch torchvision torchaudio cpuonly -c pytorch
installs:
    pytorch-2.2.1              |      py3.9_cpu_0        79.1 MB  pytorch
    torchaudio-2.2.1           |         py39_cpu         4.9 MB  pytorch
    torchvision-0.17.1         |         py39_cpu         6.6 MB  pytorch

These are previous versions, we expect to install newly released versions.
Pytorch 2.2.2
Torchaudio 2.2.2
Torchvision 0.17.2

Expected behavior or outcome

we expect to install newly released vesions:
Pytorch 2.2.2
Torchaudio 2.2.2
Torchvision 0.17.2

Conda info

No response

Conda config

No response

Conda list

No response

Additional information

cc @csoja @yshmatov-anaconda @barabo @rasquith

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

1 participant