diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bf04c35fe2..59b7ae8a488 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,10 +132,6 @@ For example: - Install local PyTorch in `develop` mode - modify your Python file `torch/__init__.py` (for example) - 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 if you modify Python interface (`.pyi`, `.pyi.in`) or non-Python files (`.cpp`, `.cc`, `.cu`, `.h`, ...).