Skip to content

Commit

Permalink
update version in READMEs
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kuchaiev <[email protected]>
  • Loading branch information
okuchaiev committed Apr 17, 2020
1 parent f28a999 commit 16ecd4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Built for speed, NeMo can utilize NVIDIA's Tensor Cores and scale out training t

* Read NVIDIA `Developer Blog for QuartzNet ASR model <https://devblogs.nvidia.com/develop-smaller-speech-recognition-models-with-nvidias-nemo-framework/>`_

* Recommended version to install is **0.10.0** via ``pip install nemo-toolkit[all]``
* Recommended version to install is **0.10.1** via ``pip install nemo-toolkit[all]``

* Recommended NVIDIA `NGC NeMo Toolkit container <https://ngc.nvidia.com/catalog/containers/nvidia:nemo>`_

Expand All @@ -56,7 +56,7 @@ Built for speed, NeMo can utilize NVIDIA's Tensor Cores and scale out training t
Getting started
~~~~~~~~~~~~~~~

THE LATEST STABLE VERSION OF NeMo is **0.10.0** (Available via PIP).
THE LATEST STABLE VERSION OF NeMo is **0.10.1** (Available via PIP).

**Requirements**

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can use NVIDIA `NGC NeMo container <https://ngc.nvidia.com/catalog/container
and begin using NeMo immediately.

If you have all requirements installed (or are using `NGC PyTorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch>`_ ),
then you can simply use pip to install the latest released version (**currently 0.10.0**) of NeMo and its collections:
then you can simply use pip to install the latest released version (**currently 0.10.1**) of NeMo and its collections:

.. code-block:: bash
Expand Down

0 comments on commit 16ecd4c

Please sign in to comment.