facebookresearch/fairscale

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

Aperta

#742 aperta il 19 lug 2021

 (4 commenti) (0 reazioni) (1 assegnatario)Python (297 fork)auto 404
good first issue

Metriche repository

Star
 (3411 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor