Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump MCore, TE, Pytorch, and modelopt for 25.11#14946

Merged
chtruong814 merged 10 commits into
mainfrom
chtruong/bump-deps
Oct 23, 2025
Merged

Bump MCore, TE, Pytorch, and modelopt for 25.11#14946
chtruong814 merged 10 commits into
mainfrom
chtruong/bump-deps

Conversation

@chtruong814
Copy link
Copy Markdown
Collaborator

What does this PR do ?

Bump MCore, TE, and Pytorch for 25.11

Collection: [Note which collection this PR will affect]

Changelog

  • Add specific line by line info of high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

Signed-off-by: Charlie Truong <[email protected]>
@chtruong814 chtruong814 changed the title Chtruong/bump deps Bump MCore, TE, Pytorch, and modelopt for 25.11 Oct 17, 2025
@github-actions github-actions Bot removed the Run CICD label Oct 17, 2025
Signed-off-by: Charlie Truong <[email protected]>
Signed-off-by: Charlie Truong <[email protected]>
Signed-off-by: Charlie Truong <[email protected]>
Signed-off-by: Charlie Truong <[email protected]>
@github-actions
Copy link
Copy Markdown
Contributor

[🤖]: Hi @chtruong814 👋,

We wanted to let you know that a CICD pipeline for this PR just finished successfully.

So it might be time to merge this PR or get some approvals.

//cc @chtruong814 @ko3n1g @pablo-garay @thomasdhc

timeout: 30
- script: L0_Unit_Tests_CPU_ASR
runner: self-hosted-azure-cpu
runner: azure-gpu-vm-runner1-cpu
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This CPU test will run into a timeout issue for any other runner it seems.

script: SPEECHLM_HF_Training_DuplexS2SSpeechDecoder
- runner: self-hosted-azure
script: SPEECHLM_HF_Training_SALM
timeout: 20
Copy link
Copy Markdown
Contributor

@pablo-garay pablo-garay Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious: why this change to 20?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created an issue for it. The test takes a little longer to complete in the new container.

@chtruong814 chtruong814 merged commit 725e6e8 into main Oct 23, 2025
249 checks passed
@chtruong814 chtruong814 deleted the chtruong/bump-deps branch October 23, 2025 18:11
@chtruong814 chtruong814 added r2.6.0 Cherry-pick label for the r2.6.0 release branch r2.5.0 Cherry-pick label for the 2.5.0 release and removed r2.5.0 Cherry-pick label for the 2.5.0 release labels Oct 23, 2025
chtruong814 added a commit that referenced this pull request Oct 24, 2025
* Bump MCore, TE, and Pytorch for 25.11

Signed-off-by: Charlie Truong <[email protected]>

* Bump modelopt

Signed-off-by: Charlie Truong <[email protected]>

* Bump mamba and causal-conv1d

Signed-off-by: Charlie Truong <[email protected]>

* Fix TE build

Signed-off-by: Charlie Truong <[email protected]>

* Fix causal conv install

Signed-off-by: Charlie Truong <[email protected]>

* Run ASR CPU tests on cpu runner only

Signed-off-by: Charlie Truong <[email protected]>

* Set some tests to optional

Signed-off-by: Charlie Truong <[email protected]>

* Increase test timeout

Signed-off-by: Charlie Truong <[email protected]>

* Remove profiler test

Signed-off-by: Charlie Truong <[email protected]>

---------

Signed-off-by: Charlie Truong <[email protected]>
Signed-off-by: NeMo Bot <[email protected]>
chtruong814 added a commit that referenced this pull request Oct 24, 2025
* Bump MCore, TE, and Pytorch for 25.11



* Bump modelopt



* Bump mamba and causal-conv1d



* Fix TE build



* Fix causal conv install



* Run ASR CPU tests on cpu runner only



* Set some tests to optional



* Increase test timeout



* Remove profiler test



---------

Signed-off-by: Charlie Truong <[email protected]>
Signed-off-by: NeMo Bot <[email protected]>
quapham pushed a commit to quapham/NeMo that referenced this pull request Dec 16, 2025
* Bump MCore, TE, and Pytorch for 25.11

Signed-off-by: Charlie Truong <[email protected]>

* Bump modelopt

Signed-off-by: Charlie Truong <[email protected]>

* Bump mamba and causal-conv1d

Signed-off-by: Charlie Truong <[email protected]>

* Fix TE build

Signed-off-by: Charlie Truong <[email protected]>

* Fix causal conv install

Signed-off-by: Charlie Truong <[email protected]>

* Run ASR CPU tests on cpu runner only

Signed-off-by: Charlie Truong <[email protected]>

* Set some tests to optional

Signed-off-by: Charlie Truong <[email protected]>

* Increase test timeout

Signed-off-by: Charlie Truong <[email protected]>

* Remove profiler test

Signed-off-by: Charlie Truong <[email protected]>

---------

Signed-off-by: Charlie Truong <[email protected]>
Signed-off-by: quanpham <[email protected]>
nune-tadevosyan pushed a commit to nune-tadevosyan/NeMo that referenced this pull request Mar 13, 2026
* Bump MCore, TE, and Pytorch for 25.11

Signed-off-by: Charlie Truong <[email protected]>

* Bump modelopt

Signed-off-by: Charlie Truong <[email protected]>

* Bump mamba and causal-conv1d

Signed-off-by: Charlie Truong <[email protected]>

* Fix TE build

Signed-off-by: Charlie Truong <[email protected]>

* Fix causal conv install

Signed-off-by: Charlie Truong <[email protected]>

* Run ASR CPU tests on cpu runner only

Signed-off-by: Charlie Truong <[email protected]>

* Set some tests to optional

Signed-off-by: Charlie Truong <[email protected]>

* Increase test timeout

Signed-off-by: Charlie Truong <[email protected]>

* Remove profiler test

Signed-off-by: Charlie Truong <[email protected]>

---------

Signed-off-by: Charlie Truong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI no-fail-fast r2.6.0 Cherry-pick label for the r2.6.0 release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants