Skip to content

Supporting manifest file failover #13

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

Merged
merged 1 commit into from
Nov 19, 2021
Merged

Supporting manifest file failover #13

merged 1 commit into from
Nov 19, 2021

Conversation

zeryx
Copy link
Contributor

@zeryx zeryx commented Nov 18, 2021

This PR enables algorithms that do not have a frozen manifest file (manifest_file.json.freeze) to still be executed. algo freeze via the CLI is the only method to freeze a model, and it's not desirable to constantly keep freezing models during testing and development.

This changes makes it so if no .freeze file exists, the model manifest system will skip attempting to compare the md5 hashes between the model and a previously recorded. This allows for the use of the model manifest system, if/when a user or workflow doesn't have the ability to freeze their manifest file with the CLI, or doesn't want to.

@zeryx zeryx self-assigned this Nov 18, 2021
@zeryx zeryx merged commit 6eca469 into develop Nov 19, 2021
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.

2 participants