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

Model deployment using run.deploy() or verta.deployment.DeployedModel not working as expected #922

Open
Aid91 opened this issue Jul 1, 2020 · 2 comments
Assignees
Labels

Comments

@Aid91
Copy link

Aid91 commented Jul 1, 2020

Hi,

Is open-source version of the ModelDB supporting local model deployment (from logged models in ExperimentRuns), or this is only working on the SaaS and Enterprise solutions?

I am using open-source versions:

  • ModelDB: 2.0.7
  • ModelDB client: 0.14.6

In my use-case, logging everything in ModelDB works, only model deployment using run.deploy(wait=False) throws the following exception:
_HTTPError: 404 Client Error: Not Found for url: http://HOST/api/v1/deployment/models/9ba21a96-9ea5-41c1-895c-9a26e623fbb2

Thanks!

@convoliution convoliution self-assigned this Jul 1, 2020
@convoliution
Copy link
Contributor

Hi @Aid91,

Thanks for the interest in ModelDB! Indeed, model deployment is currently only available in our enterprise offering, and not in our open-core platform.

We are currently evaluating opening part of our deployment solution, however. I’d love to schedule some time to hear more about your use case.

@Aid91
Copy link
Author

Aid91 commented Jul 6, 2020

@convoliution thanks for the quick answer!

I was trying out the possibilities of the ModelDB in our on-premise k8s cluster, and was interested if simple deployments are working, to quickly try out the REST API calls for instance. Something similar like you can find in MLFlow serving.

It was also documented here that the Model Deployment is "Limited" in the Open Source version, so was wondering what that means. Maybe it makes sense to write "Not supported" if that is the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants