facebookresearch/fairscale

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

Ouverte

#742 ouverte le 19 juil. 2021

 (4 commentaires) (0 réaction) (1 personne assignée)Python (297 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (3 411 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur