Standardize the import of metaseq.distributed.utils
Created by: KUNAL1612
🚀 Feature Request
There seems to be no standard way in which we import metaseq.distributed,utils. Some files import it as 'dist_utils' while others import it as 'dsitributed_utils'. It would be nice to have a common standard for this.
Motivation
Having a standardized import would make it more consistent and easier to interpret.
Pitch
Change all 'dist_utils' import to 'distributed_utils' or vice versa.