Make it easier to find troubleshooting steps (#90927)

People's general tendency is to read from top to bottom. Leverage that at the right moment to help them realize that there's a troubleshooting section they can use if they get stuck
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90927
Approved by: https://github.com/ZainRizvi
This commit is contained in:
ZainRizviWhiteHat
2022-12-16 11:04:46 +00:00
committed by PyTorch MergeBot
parent ad1b04c4a9
commit 9d79d09b6e

View File

@ -92,6 +92,8 @@ 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