-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Asr numpy 2 fix #15166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asr numpy 2 fix #15166
Conversation
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
erastorgueva-nv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
| @@ -1,2 +1 @@ | |||
| include requirements/* | |||
| include tools/ctc_segmentation/requirements.txt | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we remove this, the file wont be part of the shipped wheel. Is this change intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that is fine. Users can install it separately with tools/ctc_segmentation/requirements.txt
Signed-off-by: oliver könig <okoenig@nvidia.com>
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
|
[🤖]: Hi @nithinraok 👋, 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. |
ko3n1g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to find out why we recently bumped cuda-bindings for cu13, and now downgrading again: #15018
Let's merge this now and see how it goes
* remove ctc_segmenation as part of asr Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * seperate out ctc_segmentation installation Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * remove from container installation Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> --------- Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com>
* remove ctc_segmenation as part of asr Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * seperate out ctc_segmentation installation Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * remove from container installation Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> --------- Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com>
* Asr numpy 2 fix (#15166) * remove ctc_segmenation as part of asr Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * seperate out ctc_segmentation installation Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * remove from container installation Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> --------- Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com> * remove pinning cuda bindings (#15183) * remove pinning cuda bindings Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * no pin Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> --------- Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Pin lhotse==1.31.1 Signed-off-by: Charlie Truong <chtruong@nvidia.com> --------- Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com> Co-authored-by: Nithin Rao <nithinrao.koluguri@gmail.com>
Important
The
Update branchbutton must only be pressed in very rare occassions.An outdated branch is never blocking the merge of a PR.
Please reach out to the automation team before pressing that button.
What does this PR do ?
ctc_segmentation is causing numpy to <2.0 as its compiled version https://pypi.org/project/ctc-segmentation/ requires <2.0
removing it as requirement for asr and adding it seperately for tools/ctc_segmentation
Collection: ASR
Changelog
Usage
# Add a code snippet demonstrating how to use thisGitHub 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:
PR Type:
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