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

Require unique model_key in GenerationNode, clean up model selection errors #2730

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

saitcakmak
Copy link
Contributor

Summary:
Updates GNode to require a unique model_key for each of its ModelSpecs. This will make sure we can identify the model used for generating a trial from the model_key attribute on GR, in case two models based on same registry entry are used (e.g., MBM).

Also updates some of the old error messages related to BestModelSelector.

Differential Revision: D62029739

…errors

Summary:
Updates GNode to require a unique model_key for each of its ModelSpecs. This will make sure we can identify the model used for generating a trial from the model_key attribute on GR, in case two models based on same registry entry are used (e.g., MBM).

Also updates some of the old error messages related to BestModelSelector.

Differential Revision: D62029739
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Aug 30, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62029739

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.42%. Comparing base (1f6661a) to head (66113ca).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2730    /-   ##
=======================================
  Coverage   95.42%   95.42%           
=======================================
  Files         490      490           
  Lines       47872    47874     2     
=======================================
  Hits        45681    45683     2     
  Misses       2191     2191           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants