Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b863c3b

Browse files
MJScorchMatthew ScorzielloAlannaBurke
authored
Fix grammar: 'setup' → 'set up' in intro tutorial (#3730)
## Description Fixes a small grammatical error ("setup" → "set up") in the beginner intro tutorial. cc @svekars @sekyondaMeta @AlannaBurke Co-authored-by: Matthew Scorziello <[email protected]> Co-authored-by: Alanna Burke <[email protected]>
1 parent 60e776a commit b863c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/basics/intro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
You can run this tutorial in a couple of ways:
3636
3737
- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Google Colab" link at the top, which opens an integrated notebook in Google Colab with the code in a fully-hosted environment.
38-
- **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions <https://pytorch.org/get-started/locally/>`_). Download the notebook or copy the code into your favorite IDE.
38+
- **Locally**: This option requires you to set up PyTorch and TorchVision first on your local machine (`installation instructions <https://pytorch.org/get-started/locally/>`_). Download the notebook or copy the code into your favorite IDE.
3939
4040
4141
How to Use this Guide

0 commit comments

Comments
 (0)