Commit
·
294e9b8
1
Parent(s):
41c25c6
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,10 @@ The model is available for use in the NeMo toolkit [3] and can be used as a pre-
|
|
20 |
To train, fine-tune or play with the model you will need to install NVIDIA NeMo. We recommend you install it after you've installed the latest PyTorch version.
|
21 |
|
22 |
```
|
23 |
-
|
|
|
|
|
|
|
24 |
```
|
25 |
|
26 |
## instantiate the model
|
|
|
20 |
To train, fine-tune or play with the model you will need to install NVIDIA NeMo. We recommend you install it after you've installed the latest PyTorch version.
|
21 |
|
22 |
```
|
23 |
+
git clone https://github.com/NVIDIA/NeMo
|
24 |
+
cd NeMo
|
25 |
+
BRANCH = 'main'
|
26 |
+
python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]
|
27 |
```
|
28 |
|
29 |
## instantiate the model
|