fairseq2 icon indicating copy to clipboard operation
fairseq2 copied to clipboard

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

Open Alrowithi opened this issue 1 year ago • 1 comments

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 avatar Feb 28 '24 11:02 Alrowithi

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

cbalioglu avatar Apr 14 '24 11:04 cbalioglu