Skip to content

Commit dbf17a1

Browse files
pritamdamaniafacebook-github-bot
authored andcommitted
Fixing a few links in distributed CONTRIBUTING.md (#44753)
Summary: Pull Request resolved: #44753 ghstack-source-id: 112132781 Test Plan: waitforbuildbot Reviewed By: rohan-varma Differential Revision: D23719077 fbshipit-source-id: 3d943dfde100d175f417554fc7fca1fdb295129f
1 parent 06036f7 commit dbf17a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torch/distributed/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Most of the APIs for RRefs can be found in [rpc/api.py](rpc/api.py). The C++ int
5656

5757
### Distributed Autograd
5858

59-
The top level APIs for distributed autograd can be found in [distributed/autograd/init.py](autograd/__init__.py) and [distributed/autograd/init.cpp](../torch/csrc/distributed/autograd/init.cpp).
59+
The top level APIs for distributed autograd can be found in [distributed/autograd/init.py](autograd/__init__.py) and [distributed/autograd/init.cpp](../csrc/distributed/autograd/init.cpp).
6060

6161
The core engine for executing a distributed backward pass can be found in [dist_engine.h](../csrc/distributed/autograd/engine/dist_engine.h)
6262

@@ -70,7 +70,7 @@ A list of onboarding tasks can be found [here](https://github.com/pytorch/pytorc
7070

7171
## Running unit tests
7272

73-
All the unit tests can be found under the `test/distributed` directory and RPC tests in particular are under `test/distributed/rpc`. A few examples on how to run unit tests:
73+
All the unit tests can be found under the [test/distributed](../../test/distributed) directory and RPC tests in particular are under [test/distributed/rpc](../../test/distributed/rpc). A few examples on how to run unit tests:
7474

7575
```
7676
# Run the c10d unit test.

0 commit comments

Comments
 (0)