From e70b5d64f40feaed5d7fb98ce150f6ca3362150a Mon Sep 17 00:00:00 2001 From: David Riazati Date: Tue, 19 Oct 2021 14:57:04 -0700 Subject: [PATCH] Change README getting started link to explicit instructions (#66828) Summary: This changes the link for installing binaries to the page on pytorch.org that is entirely the download command selector (which isn't visible on a normal aspect ratio screen when the main website page first loads anymore). This also includes some other random fixes: * Update HUD link * Clean ups Fixes #{issue number} Pull Request resolved: https://github.com/pytorch/pytorch/pull/66828 Reviewed By: malfet Differential Revision: D31750654 Pulled By: driazati fbshipit-source-id: aef9ceba71418f6f7648eab9a8c8a78d6c60518b --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7ffdc2180b615..fd19c30392dae 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to | Linux (ppc64le) GPU |
| [![Build Status](https://powerci.osuosl.org/job/pytorch-master-nightly-py3-linux-ppc64le-gpu/badge/icon)](https://powerci.osuosl.org/job/pytorch-master-nightly-py3-linux-ppc64le-gpu/) |
| | Linux (aarch64) CPU | [![Build Status](http://openlabtesting.org:15000/badge?project=pytorch%2Fpytorch&job_name=pytorch-arm64-build-daily-master-py36)](https://status.openlabtesting.org/builds/builds?project=pytorch%2Fpytorch&job_name=pytorch-arm64-build-daily-master-py36) | [![Build Status](http://openlabtesting.org:15000/badge?project=pytorch%2Fpytorch&job_name=pytorch-arm64-build-daily-master-py37)](https://status.openlabtesting.org/builds/builds?project=pytorch%2Fpytorch&job_name=pytorch-arm64-build-daily-master-py37) | [![Build Status](http://openlabtesting.org:15000/badge?project=pytorch%2Fpytorch&job_name=pytorch-arm64-build-daily-master-py38)](https://status.openlabtesting.org/builds/builds?project=pytorch%2Fpytorch&job_name=pytorch-arm64-build-daily-master-py38) | -See also the [ci.pytorch.org HUD](https://hud.pytorch.org/build2/pytorch-master). +See also the [CI HUD at hud.pytorch.org](https://hud.pytorch.org/ci/pytorch/pytorch/master). ## More About PyTorch @@ -150,8 +150,7 @@ No wrapper code needs to be written. You can see [a tutorial here](https://pytor ## Installation ### Binaries -Commands to install from binaries via Conda or pip wheels are on our website: -[https://pytorch.org](https://pytorch.org) +Commands to install binaries via Conda or pip wheels are on our website: [https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/) #### NVIDIA Jetson Platforms @@ -366,23 +365,23 @@ readthedocs theme. cd docs/ pip install -r requirements.txt ``` -You can then build the documentation by running ``make `` from the -``docs/`` folder. Run ``make`` to get a list of all available output formats. +You can then build the documentation by running `make ` from the +`docs/` folder. Run `make` to get a list of all available output formats. -If you get a katex error run ```npm install katex```. If it persists, try -```npm install -g katex``` +If you get a katex error run `npm install katex`. If it persists, try +`npm install -g katex` ### Previous Versions Installation instructions and binaries for previous PyTorch versions may be found -on [Our Website](https://pytorch.org/previous-versions). +on [our website](https://pytorch.org/previous-versions). ## Getting Started Three-pointers to get you started: - [Tutorials: get you started with understanding and using PyTorch](https://pytorch.org/tutorials/) -- [Examples: easy to understand pytorch code across all domains](https://github.com/pytorch/examples) +- [Examples: easy to understand PyTorch code across all domains](https://github.com/pytorch/examples) - [The API Reference](https://pytorch.org/docs/) - [Glossary](https://github.com/pytorch/pytorch/blob/master/GLOSSARY.md)