Skip to content

Commit

Permalink
Revert "Pytorch-bot test (pytorch#92163)"
Browse files Browse the repository at this point in the history
This reverts commit 7fe3c64.

Reverted pytorch#92163 on behalf of https://github.com/clee2000 due to undo the test
  • Loading branch information
pytorchmergebot committed Jan 13, 2023
1 parent 7fe3c64 commit 4d26903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ git submodule update --init --recursive

If you want to have no-op incremental rebuilds (which are fast), see [Make no-op build fast](#make-no-op-build-fast) below.

3. Follow the instructions for [installing PyTorch from source](https://github.com/pytorch/pytorch#from-source),
but instead of installing PyTorch via `python setup.py install`, use `python setup.py develop`.
3. Follow the instructions for [installing PyTorch from source](https://github.com/pytorch/pytorch#from-source), but instead of installing PyTorch via `python setup.py install`, use `python setup.py develop`.

This mode will symlink the Python files from the current local source
tree into the Python install. This way when you modify a Python file, you
Expand Down

0 comments on commit 4d26903

Please sign in to comment.