From aa5141f2044e851e43e12ae33fc4e601369012e6 Mon Sep 17 00:00:00 2001 From: Howard Huang Date: Thu, 12 Aug 2021 12:22:06 -0700 Subject: [PATCH] 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 --- torch/distributed/CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.7.4