From 39483b5918d5988ad5b2385c4fda2016bd3012a9 Mon Sep 17 00:00:00 2001 From: Kishan Savant <66986430+NeoKish@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:05:08 -0800 Subject: [PATCH] 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 aa38c8af79eea946cfb66ad6e3eff578363c48a4) --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) 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`, ...).