pytorch.github.io
pytorch.github.io copied to clipboard
fix script: quick-start-module.js / stable, windows, pip, cpu only
#1688
I tried to install the cpu version of torch, but unlike the previous versions, the --index-url notation of the cpu version disappeared.
Deploy Preview for pytorch-dot-org-preview processing.
| Name | Link |
|---|---|
| Latest commit | e7fef68d1992948810c0d6c782336ac57d8dbc02 |
| Latest deploy log | https://app.netlify.com/sites/pytorch-dot-org-preview/deploys/66ad895dc8e2c2000853389a |
Yes. Now I know
pip3 install torch torchvision torchaudio
and
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
is same.
Thanks. I'll end this issue.