Skip to content

Commit 9a2863c

Browse files
committed
typo and lint fixes
1 parent 15f2d7a commit 9a2863c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/08_ml_ai_hpc/02_pytorch_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tutorial uses PyTorch but the steps are similar for TensorFlow. See our [Te
88

99
## Step 1: Activate the Environment
1010

11-
For simplicity we will use a pre-installed Conda environmnet. Run these commands to activate the environment:
11+
For simplicity we will use a pre-installed Conda environment. Run these commands to activate the environment:
1212

1313
```bash
1414
$ ssh <YourNetID>@adroit.princeton.edu
@@ -188,4 +188,4 @@ Next, we focus on scaling the code to multiple GPUs (go to [next section](./03_p
188188

189189
## How was the Conda environment made?
190190

191-
Your `/home` directory on Adroit probably has a capacity of 9.3 GB. To store Conda environments in another location see [this page](https://researchcomputing.princeton.edu/support/knowledge-base/checkquota). See the Research Computing knowledge base on [PyTorch](https://researchcomputing.princeton.edu/support/knowledge-base/pytorch) for installation directions.
191+
Your `/home` directory on Adroit probably has a capacity of 9.3 GB. To store Conda environments in another location see [this page](https://researchcomputing.princeton.edu/support/knowledge-base/checkquota). See the Research Computing knowledge base on [PyTorch](https://researchcomputing.princeton.edu/support/knowledge-base/pytorch) for installation directions.

0 commit comments

Comments
 (0)