-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix error when deploying a model from mlflow #4413
Conversation
Add `config_path` key to `copy_paths` to avoid `KeyError` when deploying from mlflow models in **onnx** flavor with `config.pbtxt`
I don't mind. But I'm not a corporation, I'm an individual contributor. Is it fine? |
@GuanLuo I've sent a signed CLA to the email mentioned. Can you review and merge now? I've also added two other commits: to fix ensemble deployment and |
@Rusteam sorry that I missed the earlier message, we have received your CLA and the change looks good to me. I would like to extend |
You're right it does not. What I do is I log other files as artifacts right after logging the model, i.e.:
|
Thanks for the hint, I have extended the test to cover the case with config in this PR #4469, feel free to leave any comments |
Add
config_path
key tocopy_paths
to avoidKeyError
when deploying from mlflow models in onnx flavor withconfig.pbtxt