utils.add_libraries_to_model creates a duplicated model

pablobd
Contributor II

Hello,

When I call this function,

mlflow.models.utils.add_libraries_to_model(MODEL_URI)

It register a new model into the Model Registry. Is it possible to do the same but without registering a new model?

Thanks,