mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
ad1b04c4a9
commit
9d79d09b6e
@ -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
|
||||
|
Reference in New Issue
Block a user