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
To decode a model into ModelProto you need to have the prost::Message
trait in scope. If you depend on a different version of prost then
candle decoding will fail. By re-exporting prost users can depend
directly on our version.
0 commit comments