facebookresearch/fairscale

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

オープン

#742 opened on 2021/07/19

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)Python (297 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (3,411 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド