We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea86ee commit 20899c7Copy full SHA for 20899c7
CONTRIBUTING.md
@@ -69,7 +69,7 @@ find these upstream repos. We only need to do this once:
69
cd $WORKSPACE_DIR/pytorch
70
git remote add upstream https://github.com/pytorch/pytorch.git
71
# Set up remote tracking for vision.
72
-cd $WORKSPACE_DIR
+cd $WORKSPACE_DIR/vision
73
git remote add upstream https://github.com/pytorch/vision.git
74
# Set up remote tracking for pytorch/xla.
75
cd $WORKSPACE_DIR/pytorch/xla
0 commit comments