Skip to content
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

Fix py3.11 dataclasses issue #9440

Merged
merged 8 commits into from
Aug 15, 2024
Merged

Conversation

MedAymenF
Copy link
Contributor

@MedAymenF MedAymenF commented Jun 11, 2024

What does this PR do ?

Fixes #9419.

Collection: [ASR]

Changelog

  • Fix dataclasses in examples/asr/transcribe_speech.py.
  • Fix dataclasses in examples/asr/speech_to_text_eval.py.

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

Additional Information

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>
@github-actions github-actions bot added the ASR label Jun 11, 2024
Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>
Copy link
Contributor

This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jun 27, 2024
Copy link
Contributor

github-actions bot commented Jul 4, 2024

This PR was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this Jul 4, 2024
@pzelasko pzelasko reopened this Aug 3, 2024
Copy link
Collaborator

@pzelasko pzelasko left a comment

Choose a reason for hiding this comment

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

Thanks, looks good. Will merge once the tests pass.

@pzelasko
Copy link
Collaborator

pzelasko commented Aug 3, 2024

Could you fix the formatting checks?

@pzelasko pzelasko self-assigned this Aug 3, 2024
examples/asr/transcribe_speech.py Show resolved Hide resolved
examples/asr/transcribe_speech.py Show resolved Hide resolved
examples/asr/transcribe_speech.py Show resolved Hide resolved
examples/asr/transcribe_speech.py Show resolved Hide resolved
@github-actions github-actions bot removed the stale label Aug 4, 2024
@MedAymenF
Copy link
Contributor Author

Could you fix the formatting checks?

Formatting checks are passing now (after I synced my fork).

@pzelasko pzelasko added Run CICD and removed Run CICD labels Aug 6, 2024
@pzelasko pzelasko added Run CICD and removed Run CICD labels Aug 6, 2024
@pzelasko pzelasko added Run CICD and removed Run CICD labels Aug 7, 2024
@pzelasko
Copy link
Collaborator

pzelasko commented Aug 7, 2024

We're seeing some CI instability so the tests are taking longer than ususal. I merged main and re-triggered the failing tests (they don't seem related to your changes). Will keep monitoring this PR until it's all green.

@pzelasko pzelasko added Run CICD and removed Run CICD labels Aug 8, 2024
@pzelasko pzelasko merged commit 7ba0b74 into NVIDIA:main Aug 15, 2024
120 of 122 checks passed
@MedAymenF MedAymenF deleted the dataclasses-fix branch August 15, 2024 13:53
BoxiangW pushed a commit to BoxiangW/NeMo that referenced this pull request Aug 16, 2024
* Fix py3.11 dataclasses issue

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>

* Fix py3.11 dataclasses issue in examples/asr/speech_to_text_eval.py

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>

---------

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>
Co-authored-by: Piotr Żelasko <petezor@gmail.com>
BoxiangW pushed a commit to BoxiangW/NeMo that referenced this pull request Aug 19, 2024
* Fix py3.11 dataclasses issue

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>

* Fix py3.11 dataclasses issue in examples/asr/speech_to_text_eval.py

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>

---------

Signed-off-by: Mohamed Aymane Farhi <aymenfarhi.25@gmail.com>
Co-authored-by: Piotr Żelasko <petezor@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.11 dataclasses ValueError
3 participants