facebookresearch / facebookresearch/fairseq2
pre-built packages for PyTorch 2.2.0 and 2.1.2 do not exist on FAIR's package repository
Open
question
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 144
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.