Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/user-guide/nemoaligner.rsts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ NeMo-Aligner also provides its own `dockerfile <https://github.com/NVIDIA/NeMo-A
Run the following to build the image:

.. code-block:: bash

git clone https://github.com/NVIDIA/NeMo-Aligner.git
cd NeMo-Aligner

Expand Down
2 changes: 1 addition & 1 deletion nemo_aligner/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


MAJOR = 0
MINOR = 6
MINOR = 7
PATCH = 0
PRE_RELEASE = "rc0"
DEV = "dev0"
Expand Down
Loading