Fix typo in first install command. (#1)
Browse files- Fix typo in first install command. (39be0a6a97f58af7496719393d03a3ea655a6d25)
Co-authored-by: Josiah Yoder <[email protected]>
README.md
CHANGED
@@ -165,7 +165,7 @@ See the [model architecture](#model-architecture) section and [NeMo documentatio
|
|
165 |
|
166 |
To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest Pytorch version.
|
167 |
```
|
168 |
-
pip install nemo_toolkit[
|
169 |
```
|
170 |
|
171 |
## How to Use this Model
|
|
|
165 |
|
166 |
To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest Pytorch version.
|
167 |
```
|
168 |
+
pip install nemo_toolkit[all]
|
169 |
```
|
170 |
|
171 |
## How to Use this Model
|