Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kuchaiev <[email protected]>
  • Loading branch information
okuchaiev committed Jun 3, 2021
1 parent 94d8afe commit 0037581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Requirements
------------

1) Python 3.6, 3.7 or 3.8
2) Pytorch 1.8.0 or above
2) Pytorch 1.8.1 or above
3) NVIDIA GPU for training

Documentation
Expand Down Expand Up @@ -99,7 +99,7 @@ Use this installation mode if you want the latest released version.
apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython
pip install nemo_toolkit['all']==1.0.0rc1
pip install nemo_toolkit['all']
Pip from source
~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions docs/source/starthere/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Before you begin using NeMo, it's assumed you meet the following prerequisites.

#. You have Python version 3.6, 3.7 or 3.8.

#. You have Pytorch version 1.7.1.
#. You have Pytorch version 1.8.1.

#. You have access to a Volta, Turing, or an NVIDIA Ampere architecture-based A100 GPU for training.

Expand Down Expand Up @@ -105,7 +105,7 @@ Use this installation mode if you want the latest released version.
apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython
pip install nemo_toolkit[all]==1.0.0rc1
pip install nemo_toolkit[all]
Pip from source
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 0037581

Please sign in to comment.