From 9cf5c25a3565da2e3a534498c73a8d5b5d937aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:58:56 +0000 Subject: [PATCH] chore(deps): bump nemo-toolkit in /examples/models/core/nemotron Bumps [nemo-toolkit](https://github.com/nvidia/nemo) from 2.0.0rc1 to 2.6.2. - [Release notes](https://github.com/nvidia/nemo/releases) - [Changelog](https://github.com/NVIDIA-NeMo/NeMo/blob/v2.6.2/CHANGELOG.md) - [Commits](https://github.com/nvidia/nemo/compare/r2.0.0rc1...v2.6.2) --- updated-dependencies: - dependency-name: nemo-toolkit dependency-version: 2.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/models/core/nemotron/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/core/nemotron/requirements.txt b/examples/models/core/nemotron/requirements.txt index f8d1f8e1abf4..cdc709af4cae 100644 --- a/examples/models/core/nemotron/requirements.txt +++ b/examples/models/core/nemotron/requirements.txt @@ -1,6 +1,6 @@ -c ../../../constraints.txt tensorrt_llm>=0.0.0.dev0 -nemo-toolkit[all]==2.0.0rc1 +nemo-toolkit[all]==2.6.2 megatron-core @ git+https://github.com/NVIDIA/Megatron-LM@core_r0.8.0 datasets==3.1.0 evaluate