File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,17 @@ You can use our `NGC PyTorch container <https://ngc.nvidia.com/catalog/container
5959
6060and then continue with the following steps.
6161
62+ If you have all requirements installed (or are using `NGC PyTorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch >`_ ),
63+ then you can simply use pip to install the latest released version of NeMo and its collections (currently 0.8):
64+
65+ .. code-block :: bash
66+
67+ pip install nemo-toolkit # install NeMo Core
68+ pip install nemo-asr # installs NeMo ASR collection
69+ pip install nemo-nlp # installs NeMo NLP collection
70+
71+ If you prefer to use NeMo's latest development version (from GitHub) follow the steps below:
72+
6273**Note **
6374
6475For step 2 and 3, if you want to use NeMo in development mode, use:
You can’t perform that action at this time.
0 commit comments