Link to docker
Browse files
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
|