-
Notifications
You must be signed in to change notification settings - Fork 40
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 displaying MLFlow predictors #74
Conversation
Signed-off-by: rvalkenaers <[email protected]>
61d8870
to
366ac81
Compare
/assign @yuzisun |
Thanks @rvalkenaers! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kimwnasptd, rvalkenaers The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The "Fronted Test / Code format and lint" check is failing but it does not seem to be related to my change:
Is this something you could look into? |
Hello, I am new to KServe and this PR fixes the issue I am currently having with MLflow. Is there any plan to close it in the near future? Thank you! |
@rvalkenaers could you rebase your PR, now that #77 is merged? |
@juliusvonkohout you can close this PR. Because we merged the PR #96 |
Currently MLFlow predictors cannot be handled by the web app but they are supported by kserve: https://kserve.github.io/website/0.10/modelserving/v1beta1/mlflow/v2/
This PR adds MLFlow to the list of predictor types.