mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Make it easier to find troubleshooting steps (#90948)
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/90948 Approved by: https://github.com/soumith, https://github.com/ZainRizvi
This commit is contained in:
committed by
PyTorch MergeBot
parent
9d523616b3
commit
d8c1872cc3
@ -90,6 +90,7 @@ To develop PyTorch on your machine, here are some tips:
|
||||
* Python >= 3.7 (3.7.6+ recommended)
|
||||
|
||||
### Instructions
|
||||
_**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
|
||||
|
Reference in New Issue
Block a user