-
Notifications
You must be signed in to change notification settings - Fork 120
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
chore: Update MLServer to v1.3.2 #355
Conversation
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
3340fa9
to
a7d6a19
Compare
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
…to update-mlserver
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Hi Rafael, I noticed KServe recently updated to MLServer v1.3.2. I know you put a lot of effort into this update, but since you already identified many of the breaking points, should we use this opportunity to go to |
@ckadner thanks for pointing that out! I think so. Looks like MLServer released |
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
#### Motivation Related to [updating the MLServer runtime image](kserve/modelmesh-serving#355), the `ModelRepository` endpoint was deprecated. References: kserve/modelmesh-serving#159 SeldonIO/MLServer#616 #### Modifications - Updated protobuf - Updated mock server testing - Updated runtime-adapter code to call new endpoint #### Result - MLServer runtime adapter no longer uses the deprecated model repository API Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
kserve/modelmesh-runtime-adapter#45 is merged |
@rafvasq could you update this PR once more to get a build and full test run with the updated runtime adapter code? |
@ckadner all done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ckadner, rafvasq The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update MLServer image for the default serving runtime from 0.5.2 to 1.3.2 Depends on kserve/modelmesh-runtime-adapter#45 Closes kserve#357 Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com> Signed-off-by: Luis Delossantos <luisgd@ibm.com>
Update MLServer image for the default serving runtime from 0.5.2 to 1.3.2 Depends on kserve/modelmesh-runtime-adapter#45 Closes kserve#357 Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com> Signed-off-by: Luis Delossantos <luisgd@ibm.com>
Depends on runtime-adapter's #45.
Motivation
The default MLServer serving runtime in ModelMesh hasn't been updated for a while and KServe recently updated to MLServer v1.3.2.
Modifications
Result