mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Upgrade ReadMe document to guide user to install libuv(1.39) in conda env on Windows platform (#45553)
Summary:
Fixes #{issue number}
Pull Request resolved: https://github.com/pytorch/pytorch/pull/45553
Reviewed By: SciPioneer
Differential Revision: D24017246
Pulled By: mrshenli
fbshipit-source-id: ec69f864a7acfbdddd60c3d2b442294ec3e34558
This commit is contained in:
parent
96540e918c
commit
7e863475d7
|
|
@ -188,7 +188,7 @@ On Windows
|
|||
```bash
|
||||
# Add these packages if torch.distributed is needed.
|
||||
# Distributed package support on Windows is a prototype feature and is subject to changes.
|
||||
conda install -y -q -c rdonnelly libuv
|
||||
conda install -c conda-forge libuv=1.39
|
||||
```
|
||||
|
||||
#### Get the PyTorch Source
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user