Commit
·
f40c589
1
Parent(s):
39af268
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,10 @@ The model is available for use in the NeMo toolkit [3] and can be used as a pre-
|
|
18 |
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.
|
19 |
|
20 |
```
|
21 |
-
|
|
|
|
|
|
|
22 |
```
|
23 |
|
24 |
## instantiate the model
|
|
|
18 |
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.
|
19 |
|
20 |
```
|
21 |
+
git clone https://github.com/NVIDIA/NeMo
|
22 |
+
cd NeMo
|
23 |
+
BRANCH = 'main'
|
24 |
+
python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]
|
25 |
```
|
26 |
|
27 |
## instantiate the model
|