Gorgarik yoderj commited on
Commit
e150f5c
1 Parent(s): b7f7fce

Fix typo in first install command. (#1)

Browse files

- Fix typo in first install command. (39be0a6a97f58af7496719393d03a3ea655a6d25)


Co-authored-by: Josiah Yoder <yoderj@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -165,7 +165,7 @@ 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
 
171
  ## How to Use this Model
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
  ## How to Use this Model