facebookresearch/fairscale
[cleanup] Remove unused flags and functions in fairscale/benchmarks/pipe.py
開放
#742 建立於 2021年7月19日
good first issue
倉庫指標
- 星標
- (3,411 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.