Update README.md (#8)
Browse files- Update README.md (3d1be8589c3c0e1a44c9cf355b5659fd224ba4f9)
Co-authored-by: Eric2i Hsiung <[email protected]>
README.md
CHANGED
|
@@ -233,7 +233,7 @@ To train, fine-tune or perform diarization with Sortformer, you will need to ins
|
|
| 233 |
```
|
| 234 |
apt-get update && apt-get install -y libsndfile1 ffmpeg
|
| 235 |
pip install Cython packaging
|
| 236 |
-
pip install git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]
|
| 237 |
```
|
| 238 |
|
| 239 |
## Discover more from NVIDIA:
|
|
|
|
| 233 |
```
|
| 234 |
apt-get update && apt-get install -y libsndfile1 ffmpeg
|
| 235 |
pip install Cython packaging
|
| 236 |
+
pip install 'git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]'
|
| 237 |
```
|
| 238 |
|
| 239 |
## Discover more from NVIDIA:
|