Skip to content
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: Use mlserver 1.5.0 #5403

Merged
merged 4 commits into from Mar 6, 2024
Merged

Conversation

sakoush
Copy link
Member

@sakoush sakoush commented Mar 5, 2024

What this PR does / why we need it:

This change upgrades the "default" images for mlserver to point to 1.5.0 as it is now released.
Note that some models are still using the artifacts generated from mlserver 1.3.5 but they work with the new version.
I didnt regenerate the notebooks for now but happy to do if required.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Model artifacts are generated and uploaded to seldon public cloud storage

using ~/samples$ make train-all upload-all

@sakoush sakoush requested a review from lc525 as a code owner March 5, 2024 15:37
@sakoush sakoush added the v2 label Mar 5, 2024
Copy link
Member

@lc525 lc525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a minor question related to income-lgb, mostly for context

.PHONY: train-all
train-all: iris huggingface-text-gen-gpt2 huggingface-text-gen-tiny-stories moviesentiment income income-xgb income-lgb download-mnist-onnx download-cifar10-tensorflow wine-mlflow mnist-pytorch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is income-lgb no longer needed? (I see its corresponding make rule has remained in the Makefile)
lgtm otherwise.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is still part of the examples we provide, however building a new model with the new lgb library fails because of some api changes in the new library. Given that the old version still works then I thought we can fix this issue later in a follow up PR.

@sakoush sakoush merged commit 96502bf into SeldonIO:v2 Mar 6, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants