Skip to content
Merged
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
4 changes: 2 additions & 2 deletions tutorials/llm/llama-3/nemo2-sft-peft/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements

* Software Requirements
* Use the latest [NeMo Framework Container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo/tags) . Note that you must be logged in to the container registry to view this page.
* This notebook is tested on the container: `nvcr.io/nvidia/nemo:24.12-rc0`.
* This notebook is tested on the container: `nvcr.io/nvidia/nemo:24.12`.
* Get your Hugging Face [access token](https://huggingface.co/docs/hub/en/security-tokens), which will be used to obtain the tokenizer required during training.

* NeMo 2.0 and NeMo-Run
Expand All @@ -42,7 +42,7 @@ Start the NeMo Framework Container
--rm -it \
-v ${PWD}:/workspace \
-w /workspace \
nvcr.io/nvidia/nemo:24.12-rc0 bash
nvcr.io/nvidia/nemo:24.12 bash

Once you are inside the container, you can run `nvidia-smi` to verify that the GPUs are accessible.

Expand Down
2 changes: 1 addition & 1 deletion tutorials/llm/llama-3/nemo2-sft-peft/nemo2-peft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"\n",
"2. [NeMo-Run GitHub repo](https://github.com/NVIDIA/NeMo-Run/)\n",
"\n",
"3. NeMo Framework Container: `nvcr.io/nvidia/nemo:24.12-rc0`\n",
"3. NeMo Framework Container: `nvcr.io/nvidia/nemo:24.12`\n",
"\n",
"\n",
"\n",
Expand Down