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

pre-built packages for PyTorch 2.2.0 and 2.1.2 do not exist on FAIR's package repository #356

Open
Alrowithi opened this issue Feb 28, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Alrowithi
Copy link

I tried to install the pre-built package from FAIR's package repo. But apparently it's missing for PyTorch 2.2.0 and PyTorch 2.1.2 (although in the combination matrix it exists) and so it defaults to the wheel found in PyPI

pip install fairseq2\
  --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/pt2.2.0/cu118
pip install fairseq2\
  --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/pt2.1.2/cu118
@Alrowithi Alrowithi added the question Further information is requested label Feb 28, 2024
@Alrowithi Alrowithi changed the title pre-built packages do not exist on FAIR's package repository pre-built packages for PyTorch 2.2.0 and 2.1.2 do not exist on FAIR's package repository Feb 28, 2024
@cbalioglu
Copy link
Contributor

Hey @Alrowithi thanks for reporting the issue. I fixed it in the GitHub Actions workflow (our continuous integration pipeline). You can use our nightlies for now if you specifically need those versions or wait a little more till our upcoming v0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants