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

Make sure versions are compatible before loading model #1237

Merged
merged 9 commits into from
Oct 19, 2022
Merged

Conversation

hannobraun
Copy link
Owner

If the model and the app have incompatible versions, this can lead to obscure errors. See #1223, for example. This pull request introduces a check before loading the model, that will produce an informative error:

Error receiving updated shape: Host version (0.20.0) and model version (0.21.0) do not match

Close #980

@hannobraun hannobraun enabled auto-merge October 19, 2022 11:46
@hannobraun hannobraun merged commit 20f9719 into main Oct 19, 2022
@hannobraun hannobraun deleted the version branch October 19, 2022 11:49
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.

Version mismatch between fj and fj-app can cause problems
1 participant