Remove lintrunner windows exclusion (#142150)

As it's available right now, see https://pypi.org/project/lintrunner/0.12.7/#files
And no longer ask developers to install rust on the platform

Pull Request resolved: https://github.com/pytorch/pytorch/pull/142150
Approved by: https://github.com/wdvr
This commit is contained in:
Nikita Shulga
2024-12-05 19:02:21 +00:00
committed by PyTorch MergeBot
parent a9d84875a9
commit 12b8c2fd8b
2 changed files with 1 additions and 3 deletions

View File

@ -236,8 +236,6 @@ git submodule update --init --recursive
```bash
conda install cmake ninja
# Run this command on native Windows
conda install rust
# Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section below
pip install -r requirements.txt
```