Skip to content

Commit 593e6bb

Browse files
committed
Fixing a few links in distributed CONTRIBUTING.md
Differential Revision: [D23719077](https://our.internmc.facebook.com/intern/diff/D23719077/) [ghstack-poisoned]
1 parent 285ba0d commit 593e6bb

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)