From e28aaad5536c35bba5470f65709498f79b0e0f83 Mon Sep 17 00:00:00 2001 From: Terry Kong Date: Tue, 4 Mar 2025 19:24:42 +0000 Subject: [PATCH 1/2] doc: fix container pointer to 24.12 Signed-off-by: Terry Kong --- README.md | 2 +- docs/user-guide/nemoaligner.rsts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2a500e26..4455495b7 100644 --- a/README.md +++ b/README.md @@ -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:24.12 ``` Once you are inside the container, NeMo-Aligner is already installed and together with NeMo and other tools can be found under ```/opt/``` folder. diff --git a/docs/user-guide/nemoaligner.rsts b/docs/user-guide/nemoaligner.rsts index 1e54ed676..65a27f96b 100644 --- a/docs/user-guide/nemoaligner.rsts +++ b/docs/user-guide/nemoaligner.rsts @@ -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:24.12 Please use the latest tag in the form yy.mm.(patch). @@ -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:24.12" with "aligner-custom". From 3cbacd84c1a75b4016201cd749f95f1d02aee7a8 Mon Sep 17 00:00:00 2001 From: Terry Kong Date: Tue, 4 Mar 2025 19:28:58 +0000 Subject: [PATCH 2/2] docs: update docs to point to container 25.02 Signed-off-by: Terry Kong --- README.md | 2 +- docs/user-guide/nemoaligner.rsts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4455495b7..e38ad8d39 100644 --- a/README.md +++ b/README.md @@ -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.12 +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. diff --git a/docs/user-guide/nemoaligner.rsts b/docs/user-guide/nemoaligner.rsts index 65a27f96b..674c8f83b 100644 --- a/docs/user-guide/nemoaligner.rsts +++ b/docs/user-guide/nemoaligner.rsts @@ -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.12 + nvcr.io/nvidia/nemo:25.02 Please use the latest tag in the form yy.mm.(patch). @@ -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.12" 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".