Update README.md
Browse filesAdd another option for: pip install nemo_toolkit['all']
README.md
CHANGED
|
@@ -165,6 +165,10 @@ 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[all]
|
| 169 |
```
|
| 170 |
|
|
|
|
| 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 |
+
(if it causes an error):
|
| 172 |
pip install nemo_toolkit[all]
|
| 173 |
```
|
| 174 |
|