Skip to content

Supporting manifest file failover#13

Merged
zeryx merged 1 commit into
developfrom
mm-failover
Nov 19, 2021
Merged

Supporting manifest file failover#13
zeryx merged 1 commit into
developfrom
mm-failover

Conversation

@zeryx
Copy link
Copy Markdown
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