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
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
we expect to install newly released vesions: Pytorch 2.2.2 Torchaudio 2.2.2 Torchvision 0.17.2
No response
cc @csoja @yshmatov-anaconda @barabo @rasquith
The text was updated successfully, but these errors were encountered:
pytorch
No branches or pull requests
Checklist
Impacted product
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:
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
The text was updated successfully, but these errors were encountered: