mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "Pytorch-bot test (#92163)"
This reverts commit 7fe3c64bdb6dc5aa969230ce0b10a9869849b49e. Reverted https://github.com/pytorch/pytorch/pull/92163 on behalf of https://github.com/clee2000 due to undo the test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user