Skip to content

Commit 4eea5b2

Browse files
committed
update README
Signed-off-by: Oleksii Kuchaiev <[email protected]>
1 parent 1e3d5df commit 4eea5b2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ THE LATEST STABLE VERSION OF NeMo is **0.9.0** (which is available via PIP).
4444

4545
We recommend to use NVIDIA `NGC PyTorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch>`_ which already includes all the requirements above.
4646

47-
* Pull the docker: ``docker pull nvcr.io/nvidia/pytorch:19.10-py3``
48-
* Run: ``docker run --runtime=nvidia -it --rm -v <nemo_github_folder>:/NeMo --shm-size=8g -p 8888:8888 -p 6006:6006 --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/pytorch:19.10-py3``
47+
* Pull the docker: ``docker pull nvcr.io/nvidia/pytorch:19.11-py3``
48+
* Run: ``docker run --runtime=nvidia -it --rm -v <nemo_github_folder>:/NeMo --shm-size=8g -p 8888:8888 -p 6006:6006 --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/pytorch:19.11-py3``
4949

5050
.. code-block:: bash
5151
5252
pip install nemo-toolkit # installs NeMo Core
5353
pip install nemo-asr # installs NeMo ASR collection
5454
pip install nemo-nlp # installs NeMo NLP collection
55+
pip install nemo-tts # installs NeMo TTS collection
5556
5657
* DEVELOPMENT: If you'd like to use master branch and/or develop NeMo you can run "reinstall.sh" script.
5758

@@ -94,6 +95,11 @@ If you prefer to use NeMo's latest development version (from GitHub) follow the
9495
cd NeMo/collections/nemo_nlp
9596
pip install .
9697
98+
# Install the TTS collection from collections/nemo_tts
99+
cd NeMo/collections/nemo_tts
100+
pip install .
101+
102+
97103
**Unittests**
98104

99105
This command runs unittests:

0 commit comments

Comments
 (0)