piotrzelasko commited on
Commit
45f41ac
·
verified ·
1 Parent(s): 6852529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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