facebookresearch/fairscale

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

Offen

#742 geöffnet am 19.07.2021

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (297 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (3.411 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide