From: Howard Huang Date: Thu, 12 Aug 2021 19:22:06 +0000 (-0700) Subject: Update CONTRIBUTING.md to remove ProcessGroupAgent (#63160) X-Git-Tag: accepted/tizen/8.0/unified/20231005.095509~1063 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa5141f2044e851e43e12ae33fc4e601369012e6;p=platform%2Fupstream%2Fpytorch.git Update CONTRIBUTING.md to remove ProcessGroupAgent (#63160) 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 --- diff --git a/torch/distributed/CONTRIBUTING.md b/torch/distributed/CONTRIBUTING.md index 0f4428a..5e42646 100644 --- a/torch/distributed/CONTRIBUTING.md +++ b/torch/distributed/CONTRIBUTING.md @@ -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