From 1d948787b788252ebc10a1e246436b7fa57507fe Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Sat, 17 Dec 2022 02:20:33 +0000 Subject: [PATCH] Remove duplicate line (#91006) Two [nearly](https://github.com/pytorch/pytorch/pull/90927) [identical](https://github.com/pytorch/pytorch/pull/90948) PRs both got merged without a reported merge conflicts? First time for everything Pull Request resolved: https://github.com/pytorch/pytorch/pull/91006 Approved by: https://github.com/kit1980 --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b43d805cfd2cb..3b4b5fb4c361d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,8 +92,6 @@ To develop PyTorch on your machine, here are some tips: ### Instructions _**Note**: If you get stuck at any step, check out the [tips and debugging](#tips-and-debugging) section below for common solutions_ -_**Note**: If you get stuck at any step, check out the [tips and debugging](#tips-and-debugging) section below for common solutions_ - 1. Uninstall all existing PyTorch installs. You may need to run `pip uninstall torch` multiple times. You'll know `torch` is fully uninstalled when you see `WARNING: Skipping torch as it is not