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 all 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NeMo-Aligner has the same requirements as the [NeMo Toolkit Requirements](https:
### Quick start inside NeMo container
NeMo Aligner comes included with NeMo containers. On a machine with NVIDIA GPUs and drivers installed run NeMo container:
```bash
docker run --gpus all -it --rm --shm-size=8g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:24.07
docker run --gpus all -it --rm --shm-size=8g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:25.02
```
Once you are inside the container, NeMo-Aligner is already installed and together with NeMo and other tools can be found under ```/opt/``` folder.

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/nemoaligner.rsts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To run interactively using a pre-built container, run the following code:
docker run --rm -it \
--gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --shm-size=8g \
--workdir /opt/NeMo-Aligner \
nvcr.io/nvidia/nemo:24.09
nvcr.io/nvidia/nemo:25.02

Please use the latest tag in the form yy.mm.(patch).

Expand Down Expand Up @@ -57,4 +57,4 @@ Run the following to build the image:
--build-arg=ALIGNER_COMMIT=$ALIGNER_COMMIT \
.

# Run the image using the above command in "Get Started" and swap out "nvcr.io/nvidia/nemo:24.09" with "aligner-custom".
# Run the image using the above command in "Get Started" and swap out "nvcr.io/nvidia/nemo:25.02" with "aligner-custom".
Loading