You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to force install pytorch 2.2.1 version, does not help:
conda install -y pytorch==2.2.1 pytorch-cuda=11.8 -c pytorch -c nvidia
Channels:
- pytorch
- nvidia
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): - ��\ ��| ��/ ��- ��\ ��| ��/ ��- ��done
Solving environment: | ��/ ��- ��failed
PackagesNotFoundError: The following packages are not available from current channels:
- pytorch==2.2.1
Current channels:
- https://conda.anaconda.org/pytorch
- https://conda.anaconda.org/nvidia
- defaults
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org/]```
Checklist
Impacted product
What happened?
We have published Release 2.2.1 of PyTorch, TorchVision, TorchAudio, TorchText and TorchData:
https://anaconda.org/pytorch/pytorch/files?version=2.2.1
https://anaconda.org/pytorch/torchvision/files?version=0.17.1
https://anaconda.org/pytorch/torchaudio/files?version=2.2.1
https://anaconda.org/pytorch/torchtext/files?version=0.17.1
However when running validation we see that anaconda still serves old version 2.1.0:
https://github.com/pytorch/builder/actions/runs/7993670390
following command:
These are previous versions, we expect to install newly released vesions.
Pytorch 2.2.1
Torchaudio 2.2.1
Torchvision 0.17.1
Possible issue could be that repodata is not updated:
https://conda.anaconda.org/pytorch/noarch
Expected behavior or outcome
we expect to install newly released vesions:
Pytorch 2.2.1
Torchaudio 2.2.1
Torchvision 0.17.1
Similar to: #13295
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: