facebookresearch/fairscale

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

Aberta

#742 aberto em 19 de jul. de 2021

 (4 comentários) (0 reação) (1 responsável)Python (297 forks)auto 404
good first issue

Métricas do repositório

Stars
 (3.411 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador