mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Updated CONTRIBUTING.md (#72044)
Summary:
Removed duplicate statements
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72044
Reviewed By: albanD
Differential Revision: D33883764
Pulled By: mrshenli
fbshipit-source-id: db467b2adec6a62edf132a70f70e665a97266fa4
(cherry picked from commit aa38c8af79)
This commit is contained in:
parent
a1383a9cfa
commit
39483b5918
|
|
@ -132,10 +132,6 @@ For example:
|
||||||
- Install local PyTorch in `develop` mode
|
- Install local PyTorch in `develop` mode
|
||||||
- modify your Python file `torch/__init__.py` (for example)
|
- modify your Python file `torch/__init__.py` (for example)
|
||||||
- test functionality
|
- test functionality
|
||||||
- modify your Python file `torch/__init__.py`
|
|
||||||
- test functionality
|
|
||||||
- modify your Python file `torch/__init__.py`
|
|
||||||
- test functionality
|
|
||||||
|
|
||||||
You do not need to repeatedly install after modifying Python files (`.py`). However, you would need to reinstall
|
You do not need to repeatedly install after modifying Python files (`.py`). However, you would need to reinstall
|
||||||
if you modify Python interface (`.pyi`, `.pyi.in`) or non-Python files (`.cpp`, `.cc`, `.cu`, `.h`, ...).
|
if you modify Python interface (`.pyi`, `.pyi.in`) or non-Python files (`.cpp`, `.cc`, `.cu`, `.h`, ...).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user