-
Notifications
You must be signed in to change notification settings - Fork 33
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
JSON -> YAML for CLI #436
JSON -> YAML for CLI #436
Conversation
…issue in the case of duplicate filenames
…to hillst/async-checkpoint-war
…to hillst/async-checkpoint-war
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Minor non-blocking suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @skothenhill-nv ! I left some comments and spot a few places with the reference to json
…to hillst/yaml-parsing
/build-ci |
@skothenhill-nv , are there any unit tests that test those changes? Otherwise, spotted one typo in docs |
Yes, sub-packages/bionemo-esm2/tests/bionemo/esm2/scripts/test_pydantic_train.py for esm2, and a similar test for geneformer. |
…to hillst/yaml-parsing
/build-ci |
Replaces JSON usage with YAML for the pydantic based CLI.
To do this, we had to add a few custom serializers for types not natively supported by YAML: