-
Notifications
You must be signed in to change notification settings - Fork 82
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
Switch to private NLB with session manager jump host #11
base: main
Are you sure you want to change the base?
Conversation
…n manager port forwarding
@@ -20,7 +20,7 @@ | |||
"metadata": {}, | |||
"outputs": [], | |||
"source": [ | |||
"!pip install -q mlflow==1.28.0" | |||
"!pip install -q mlflow==1.30.0" |
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.
Here you havent upgrade to 2.0.1
. I have
@@ -1 +1 @@ | |||
mlflow==1.28.0 | |||
mlflow==1.30.0 |
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.
Same as above there is version mismatch between the client SDK and the tracking server
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.
side note: mlflow 2.0.1
requires python >= 3.8
. The SKLearn image from SageMaker runs on python 3.7
which will make the install fail :(
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.
you can update the SKLearn
framework to framework_version='1.0-1',
and it should work. I am testing it currently
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.
ok, is a little more complicated, since there has been a major change in how MLFlow now deploys to SageMaker, so upgrading the SDK client requires more work
Issue #, if available: n/a
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.