facebookresearch/fairscale

[cleanup] Remove unused flags and functions in fairscale/benchmarks/pipe.py

开放

#742 创建于 2021年7月19日

 (4 条评论) (0 个反应) (1 位负责人)Python (297 个派生)auto 404
good first issue

仓库指标

星标
 (3,411 个星标)
PR 合并指标
 (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.

贡献者指南