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
We can't just pass a void * for the model data. There needs to be some validation that the size allocated by the client is consistent with the size encoded in the model.
The text was updated successfully, but these errors were encountered:
Does it make sense to abstract the datatype here (const void *data, size_t size) and reuse it for shortlist as well? I found the following in #28 (comment).
Does it make sense to bundle these for model, shortlist (seeing as to someone who'd use bytearray uses it for efficiency purposes) and unpack it at BatchTranslator (where these are loaded)? Vocabulary I'm not sure, but it's required at service as well.
We can't just pass a void * for the model data. There needs to be some validation that the size allocated by the client is consistent with the size encoded in the model.
The text was updated successfully, but these errors were encountered: