Update README.md
Browse files
README.md
CHANGED
@@ -226,7 +226,7 @@ To train, fine-tune or transcribe with Canary-Qwen-2.5B, you will need to instal
|
|
226 |
|
227 |
```bash
|
228 |
# Currently requires installing the latest trunk version of NeMo, and PyTorch 2.6+ for FSDP2 support.
|
229 |
-
pip install git+https://github.com/NVIDIA/NeMo
|
230 |
```
|
231 |
|
232 |
## How to Use this Model
|
|
|
226 |
|
227 |
```bash
|
228 |
# Currently requires installing the latest trunk version of NeMo, and PyTorch 2.6+ for FSDP2 support.
|
229 |
+
python -m pip install "nemo_toolkit[asr,tts] @ git+https://github.com/NVIDIA/NeMo.git"
|
230 |
```
|
231 |
|
232 |
## How to Use this Model
|