-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to override ModelSpec.model_key
Summary: Most of our models now utilize MBM, which can represent many different models using the same Models.BOTORCH_MODULAR. Being able to overwrite the default model key "BoTorch" will allow us to be more expressive about what model was used to generate a given candidate. Follow-up diff will utilize this to require unique model key for each ModelSpec in a GenerationNode, which will ensure identifiability when multiple MBM models are used with model selection. Differential Revision: D61984169
- Loading branch information
1 parent
5d91216
commit ca3ee3e
Showing
2 changed files
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters