SeldonIO / MLServer

An inference server for your machine learning models, including support for multiple frameworks, multi-model serving and more
https://mlserver.readthedocs.io/en/latest/
Apache License 2.0
695 stars 179 forks source link

method to_metadata_tensor gets wrong input. #1827

Open bwallima opened 3 months ago

bwallima commented 3 months ago

The to_metadata_tensors method should take self._signature as input, rather than self._signature.inputs. https://github.com/SeldonIO/MLServer/blob/53db78eba6bfbf4c645293b11d0854ed732ec8f4/runtimes/mlflow/mlserver_mlflow/runtime.py#L175