Fix typo in first install command.
Browse filesRemove `'` from `pip install nemo_toolkit[all]` as it caused the command to fail.
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
|