FIX: Prevents "Parse error at ""['asr']"": Expected string_end" on windows
Browse files
README.md
CHANGED
@@ -223,7 +223,7 @@ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated sys
|
|
223 |
|
224 |
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.
|
225 |
```bash
|
226 |
-
pip install -U nemo_toolkit[
|
227 |
```
|
228 |
The model is available for use in the NeMo toolkit [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
|
229 |
|
|
|
223 |
|
224 |
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.
|
225 |
```bash
|
226 |
+
pip install -U nemo_toolkit["asr"]
|
227 |
```
|
228 |
The model is available for use in the NeMo toolkit [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
|
229 |
|