Update README.md
Browse files
README.md
CHANGED
@@ -167,6 +167,10 @@ To train, fine-tune or play with the model you will need to install [NVIDIA NeMo
|
|
167 |
pip install nemo_toolkit['all']
|
168 |
```
|
169 |
|
|
|
|
|
|
|
|
|
170 |
## How to Use this Model
|
171 |
|
172 |
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.
|
|
|
167 |
pip install nemo_toolkit['all']
|
168 |
```
|
169 |
|
170 |
+
## NVIDIA Riva: Deployment
|
171 |
+
|
172 |
+
This model, as well as other RNNT-based models will be supported by the future version of [NVIDIA Riva](https://developer.nvidia.com/riva).
|
173 |
+
|
174 |
## How to Use this Model
|
175 |
|
176 |
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.
|