mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Pytorch-bot test (#92163)
test to try to make pytorch-bot not a first time contributor Pull Request resolved: https://github.com/pytorch/pytorch/pull/92163 Approved by: https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
f4b804eeaa
commit
7fe3c64bdb
@ -121,7 +121,8 @@ 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