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.1 is not updated to latest pytorch #13354

Closed
4 of 8 tasks
atalman opened this issue Feb 21, 2024 · 2 comments
Closed
4 of 8 tasks

PyTorch Release 2.2.1 is not updated to latest pytorch #13354

atalman opened this issue Feb 21, 2024 · 2 comments
Labels

Comments

@atalman
Copy link

atalman commented Feb 21, 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?

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:

conda install -y pytorch torchvision torchaudio cpuonly -c pytorch
installs:
    pytorch-2.2.0              |      py3.8_cpu_0        79.1 MB  pytorch
    torchaudio-2.2.0           |         py38_cpu         5.0 MB  pytorch
    torchvision-0.17.0         |         py38_cpu        11.4 MB  pytorch

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

@atalman
Copy link
Author

atalman commented Feb 22, 2024

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/]```

@atalman
Copy link
Author

atalman commented Feb 22, 2024

Resolving this. Thank you Anaconda team!

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