You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Do extension resolution on loaded extensions from the model format (#2389)
We should call `ExtensionRegistry::load_json` instead of raw
`serde_json::from_reader`, otherwise it skips the extension resolution
steps.
This failed in #2317, when changing the default binary encoding to
`ModelWithExtensions`
0 commit comments