krishnacpuvvada
commited on
Commit
•
ead6483
1
Parent(s):
9b20263
Update README.md
Browse filesupdating pip installation to just [asr] instead of [all]
README.md
CHANGED
@@ -286,7 +286,7 @@ The Canay-1B model has 24 encoder layers and 24 layers of decoder layers in tota
|
|
286 |
|
287 |
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 Cython and latest PyTorch version.
|
288 |
```
|
289 |
-
pip install git+https://github.com/NVIDIA/NeMo.git@r1.23.0#egg=nemo_toolkit[
|
290 |
```
|
291 |
|
292 |
|
|
|
286 |
|
287 |
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 Cython and latest PyTorch version.
|
288 |
```
|
289 |
+
pip install git+https://github.com/NVIDIA/NeMo.git@r1.23.0#egg=nemo_toolkit[asr]
|
290 |
```
|
291 |
|
292 |
|