Commit e60fabf 1 parent c79cbf5 commit e60fabf Copy full SHA for e60fabf
File tree 1 file changed +11
-0
lines changed
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
59
59
60
60
and then continue with the following steps.
61
61
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
+
62
73
**Note **
63
74
64
75
For 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