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

Fix incorrect types for WandbConfig #410

Merged
merged 71 commits into from
Nov 8, 2024
Merged

Conversation

skothenhill-nv
Copy link
Collaborator

Corrects the config by setting optional fields to actually be optional.

update stop and go to include learning rate check.
…ntrypoint for rerunning an experiment.

Created an 'ExposedGeneformerConfig' to get around serialization errors with nemo run.
instead of discriminated unions we will use GenericModels built into
pydantic. Upside is we dont need to know all the variants at parse time,
downside is we need to declare the concrete types at parse time.
…recipe

reorganizes recipes, configs, and entrypoints.
creates a new recipe to distinguish finetuning/pretraining (but is not
exposed)
@skothenhill-nv
Copy link
Collaborator Author

/build-ci

@skothenhill-nv
Copy link
Collaborator Author

/build-ci

@skothenhill-nv
Copy link
Collaborator Author

/build-ci

@skothenhill-nv
Copy link
Collaborator Author

/build-ci

@skothenhill-nv skothenhill-nv enabled auto-merge (squash) November 8, 2024 00:43
@skothenhill-nv skothenhill-nv merged commit 95028cf into main Nov 8, 2024
4 checks passed
@skothenhill-nv skothenhill-nv deleted the hillst/wandbconfig_fix branch November 8, 2024 01:33
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