Skip to content

Commit

Permalink
🐛 Use correct artifact_path when pipeline_inference_model thanks to b…
Browse files Browse the repository at this point in the history
…ugfix in kedro-mlflow==0.11.1 (#17)
  • Loading branch information
Galileo-Galilei committed Jul 7, 2022
1 parent 6941089 commit 9e342f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/base/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pipeline_inference_model:
type: kedro_mlflow.io.models.MlflowModelLoggerDataSet
flavor: mlflow.pyfunc
pyfunc_workflow: python_model
artifact_path: model # it should be 'kedro_mlflow_tutorial', but there is a bug in kedro-mlflow==0.10.0
artifact_path: kedro_mlflow_tutorial
run_id: ${run_id_to_serve}

final_predictions:
Expand Down

0 comments on commit 9e342f4

Please sign in to comment.