Skip to content

Commit 0dcd46a

Browse files
committed
feat: Add mlflow in model implementation mapping
The `mlflow` model format is supported by mlserver in kserver serverless mode, and modelmesh too. Without the mapping, mlserver fails to load the model. Signed-off-by: Antoine Rouaze <[email protected]>
1 parent 5c07033 commit 0dcd46a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model-mesh-mlserver-adapter/server/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ func generateModelConfigJSON(modelID string, modelType string, uri string, schem
369369
"sklearn": "mlserver_sklearn.SKLearnModel",
370370
"xgboost": "mlserver_xgboost.XGBoostModel",
371371
"mllib": "mlserver-mllib.MLlibModel",
372+
"mlflow": "mlserver_mlflow.MLflowRuntime",
372373
}
373374

374375
// set the implementation

0 commit comments

Comments
 (0)