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
2023-06-12 20:52:04,787 [mlserver] ERROR - consumer 0: failed to preprocess items: got unexpected datatype None from numpy array, expected BYTES
The text was updated successfully, but these errors were encountered:
RafalSkolasinski
changed the title
mlserver infer subcommand does not support BYTES inputs
got unexpected datatype None from numpy array, expected BYTES" from mlserver infer
Jun 12, 2023
mlserver infer ...
subcommand does not support BYTES inputs - reproduced by mock v2 echo model here.I used a simple Echo Model for testing
with
settings.json
and
model-settings.json
the model served locally with
mlserver start
does properly process request of formhowever when trying to put it as input batch with
and run via
I am getting
The text was updated successfully, but these errors were encountered: