You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently checkpoint loading flow requires options to be specified in a list in sub-packages/bionemo-llm/src/bionemo/llm/model/biobert/model.py, specifically OVERRIDE_BIONEMO_CONFIG_DEFAULTS. We should come up with a CLI that "knows" what a user wants to change and applies those changes over the config in some easy to explain precedence procedure.
The text was updated successfully, but these errors were encountered:
@skothenhill-nv let's include this as something we demonstrate we can improve on in our future CLI. Something where the runner is "smart" about which settings a user wants to override. Some kind of sane precedence rules. Maybe a case for something like a config with user-defined CLI overrides.
Currently checkpoint loading flow requires options to be specified in a list in
sub-packages/bionemo-llm/src/bionemo/llm/model/biobert/model.py
, specificallyOVERRIDE_BIONEMO_CONFIG_DEFAULTS
. We should come up with a CLI that "knows" what a user wants to change and applies those changes over the config in some easy to explain precedence procedure.The text was updated successfully, but these errors were encountered: