facebookresearch/fairscale
[cleanup] Remove unused flags and functions in fairscale/benchmarks/pipe.py
Open
#742 opened on Jul 19, 2021
good first issue
Repository metrics
- Stars
- (3,411 stars)
- PR merge metrics
- (PR metrics pending)
Description
Cleanup
fairscale/benchmarks/pipe.py has unused flags and functions that need to be cleaned up. The following is a non exhaustive list:
- Rename MPI_PORT to PG_PORT or something that represents what the constant is used for.
- Remove eval function since we don't benchmark it.
- Remove flags "hostname" and other unused flags.