## Description - Currently the `fbsync` branch is [172 commits ahead](https://github.com/pytorch/text/compare/main...fbsync), [749 commits behind](https://github.com/pytorch/text/compare/fbsync...main) main. - We want to ensure that `main` and `fbsync` branches are both up to date which is a 2 stage process 1. Merge all commits from `main` to `fbsync` and resolve any merge conflicts (#1948) 2. Merge all commits from `fbsync` to `main` and resolve any merge conflicts (#1950) <img width="485" alt="image" src="https://user-images.githubusercontent.com/22487263/196543598-656368a3-409e-4df1-8af7-40acc5e9c23a.png">