Update CONTRIBUTING.md to remove ProcessGroupAgent (#63160)
authorHoward Huang <howardhuang@fb.com>
Thu, 12 Aug 2021 19:22:06 +0000 (12:22 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 12 Aug 2021 19:26:12 +0000 (12:26 -0700)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/63160

Test Plan: Imported from OSS

Reviewed By: mrshenli

Differential Revision: D30284439

Pulled By: H-Huang

fbshipit-source-id: 53c31b6917ef5e2125e146fb0ed73ae3d76a8cf9

torch/distributed/CONTRIBUTING.md

index 0f4428a..5e42646 100644 (file)
@@ -92,9 +92,8 @@ python test/run_test.py --verbose -i distributed/test_distributed_spawn
 python test/distributed/rpc/test_tensorpipe_agent.py
 python test/distributed/rpc/cuda/test_tensorpipe_agent.py
 
-# Run the RPC test suite for the ProcessGroupAgent.
-python test/distributed/rpc/test_process_group_agent.py
-python test/distributed/rpc/cuda/test_process_group_agent.py
+# Run the RPC test suite for the FaultyAgent
+python test/distributed/rpc/test_faulty_agent.py
 
 # Run a specific test method.
 pytest -k test_self_add test/distributed/rpc/test_process_group_agent.py