You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Deep Learning Base AMI: bare Linux and Windows instances for you to do a custom install of PyTorch.
9
9
10
-
## Quick Start on Linux
10
+
## Quick Start on Deep Learning AMI
11
11
12
12
If you want to get started with a Linux AWS instance that has PyTorch already installed and that you can login into from the command-line, this step-by-step guide will help you do that.
13
13
14
14
1. Sign into your [AWS console](https://aws.amazon.com/console/). If you do not have an AWS account, see the [primer](#aws-primer) below.
15
15
1. Click on `Launch a virtual machine`.
16
16
1. Select `Deep Learning AMI (Ubuntu)`.
17
17
> This gives you an instance with a pre-defined version of PyTorch already installed. If you wanted a bare AWS instance that required PyTorch to be installed, you could choose the `Deep Learning Base AMI (Ubuntu)`, which will have the hardware, but none of the software already available.
18
-
1.You can choose any of the available instances to try PyTorch, even the *free-tier*, but it is recommended for best performance that you get a *GPU compute* or *Compute optimized* instance. For example, a GPU compute `p3.2xlarge`is a good instance type for PyTorch.
19
-
> Other instance options include the Compute Optimized c5-series (e.g., `c5.2xlarge`) or the General Compute t2-series or t3-series (e.g., `t2.2xlarge`). It is important to note that if you choose an instance without a GPU, PyTorch will only be running in CPU compute mode, and operations may take much, much longer.
18
+
1.Choose a GPU compute`p3.2xlarge` instance type.
19
+
> You can choose any of the available instances to try PyTorch, even the *free-tier*, but it is recommended for best performance that you get a *GPU compute* or *Compute optimized* instance. Other instance options include the Compute Optimized c5-series (e.g., `c5.2xlarge`) or the General Compute t2-series or t3-series (e.g., `t2.2xlarge`). It is important to note that if you choose an instance without a GPU, PyTorch will only be running in CPU compute mode, and operations may take much, much longer.
20
20
1. Click on `Review and Launch`.
21
21
1. Review the instance information and click `Launch`.
22
22
1. You will want to `Create a new key pair` if you do not have one already to use. Pick a name and download it locally via the `Download Key Pair` button.
0 commit comments