mlflow cannot fetch model from model registry
I have registered a model to mlflow model registry.
When I call load_model function to try to fetch the model from model registry and try to make prediction, mlflow cannot find the model from the artifact path I provided, and return the following error:
model_name = "sample-ann-1"
version = 1
loaded_model = mlflow.pyfunc.load_model("models:/{}/{}".format(model_name, version))
"mlflow.exceptions.MlflowException: The following failures occurred while downloading one or more artifacts from...