-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oleksii Kuchaiev <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ Before you begin using NeMo, it's assumed you meet the following prerequisites. | |
|
||
#. You have Pytorch version 1.8.1. | ||
|
||
#. You have access to a Volta, Turing, or an NVIDIA Ampere architecture-based A100 GPU for training. | ||
#. You have access to an NVIDIA GPU for training. | ||
|
||
.. _quick_start_guide: | ||
|
||
|
@@ -116,8 +116,8 @@ Use this installation mode if you want the version from a particular GitHub bran | |
apt-get update && apt-get install -y libsndfile1 ffmpeg | ||
pip install Cython | ||
python -m pip install git+https://github.com/NVIDIA/NeMo.git@{BRANCH}#egg=nemo_toolkit[all] | ||
# For v1.0.0, replace {BRANCH} with v1.0.0 like so: | ||
# python -m pip install git+https://github.com/NVIDIA/[email protected].0#egg=nemo_toolkit[all] | ||
# For v1.0.1, replace {BRANCH} with v1.0.1 like so: | ||
# python -m pip install git+https://github.com/NVIDIA/[email protected].1#egg=nemo_toolkit[all] | ||
From source | ||
~~~~~~~~~~~ | ||
|