Closed atalman closed 8 months ago
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/]```
Resolving this. Thank you Anaconda team!
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: https://github.com/ContinuumIO/anaconda-issues/issues/13295
Conda info
No response
Conda config
No response
Conda list
No response
Additional information
cc @csoja @yshmatov-anaconda @barabo @rasquith