Automatic Speech Recognition
NeMo
Danish
parakeet
vmendv commited on
Commit
f64b319
·
1 Parent(s): e0b1278

Link to docker

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -173,6 +173,8 @@ To train, fine-tune or play with the model you will need to install [NVIDIA NeMo
173
  pip install nemo_toolkit['all']
174
  ```
175
 
 
 
176
  ### Automatically instantiate the model
177
 
178
  ```python
 
173
  pip install nemo_toolkit['all']
174
  ```
175
 
176
+ Alternatively, you can use a Docker container. The code below was verified to work with [NeMo Framework 25.09](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo?version=25.09).
177
+
178
  ### Automatically instantiate the model
179
 
180
  ```python