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

Upgrade hydra and omegaconf #7243

Merged
merged 5 commits into from
Aug 18, 2023
Merged

Upgrade hydra and omegaconf #7243

merged 5 commits into from
Aug 18, 2023

Conversation

athitten
Copy link
Collaborator

What does this PR do ?

Add a one line overview of what this PR aims to accomplish.

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 

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)

@athitten athitten marked this pull request as ready for review August 16, 2023 01:23
@athitten athitten requested a review from titu1994 August 18, 2023 17:20
Copy link
Collaborator

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

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

Thanks!

@titu1994 titu1994 merged commit 52a7e0a into main Aug 18, 2023
12 checks passed
@titu1994 titu1994 deleted the athitten/upgrade_hydra_omegaconf branch August 18, 2023 18:08
styagi130 pushed a commit to styagi130/NeMo that referenced this pull request Aug 23, 2023
* Upgrade hydra and omegaconf

Signed-off-by: Abhishree <[email protected]>

* Edit omegaconf version

Signed-off-by: Abhishree Thittenamane <[email protected]>

---------

Signed-off-by: Abhishree <[email protected]>
Signed-off-by: Abhishree Thittenamane <[email protected]>
Signed-off-by: Siddharth Tyagi <[email protected]>
Signed-off-by: Siddharth Tyagi <[email protected]>
dorotat-nv pushed a commit to dorotat-nv/NeMo that referenced this pull request Aug 24, 2023
* Upgrade hydra and omegaconf

Signed-off-by: Abhishree <[email protected]>

* Edit omegaconf version

Signed-off-by: Abhishree Thittenamane <[email protected]>

---------

Signed-off-by: Abhishree <[email protected]>
Signed-off-by: Abhishree Thittenamane <[email protected]>
Signed-off-by: dorotat <[email protected]>
hydra-core>=1.2.0,<1.3
omegaconf>=2.2,<2.3
hydra-core>1.3,<=1.3.2
omegaconf<=2.3
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm a bit surprised why this isn't

hydra-core>=1.3.2,<1.4
omegaconf>=2.2.3,<2.4

Motivation:

  • For Hydra: looks like the goal is to upgrade to 1.3, so best take at least the latest minor 1.3 release, but prevent upgrading to 1.4 which might contain breaking changes. It's unclear why we'd want only 1.3.1 or 1.3.2 (which is what this PR does).
  • For OmegaConf: take at least the latest minor 2.2 version, allow 2.3.x since there were no breaking changes in 2.3.0 compared to 2.2, but prevent upgrading to 2.4 which might contain breaking changes.

@titu1994 why these specific choices?

rohitrango pushed a commit to rohitrango/NeMo that referenced this pull request Jun 25, 2024
* Upgrade hydra and omegaconf

Signed-off-by: Abhishree <[email protected]>

* Edit omegaconf version

Signed-off-by: Abhishree Thittenamane <[email protected]>

---------

Signed-off-by: Abhishree <[email protected]>
Signed-off-by: Abhishree Thittenamane <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants