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
Description
When deploying an MLflow model with ONNX flavor, backend equals to onnx in config.pbtxt, while it should be backend=onnxruntime or platform=onnxruntime_onnx. source
Description
When deploying an MLflow model with ONNX flavor, backend equals to onnx in config.pbtxt, while it should be
backend=onnxruntime
orplatform=onnxruntime_onnx
.source
Triton Information
nvcr.io/nvidia/tritonserver:21.12-py3
To Reproduce
Error source mlflow_triton/deployments.py:
Expected behavior
backend: "onnxruntime"
I can submit a PR!
The text was updated successfully, but these errors were encountered: