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

Idea: Model servers #161

Open
jmintb opened this issue Aug 6, 2023 · 0 comments
Open

Idea: Model servers #161

jmintb opened this issue Aug 6, 2023 · 0 comments
Milestone

Comments

@jmintb
Copy link
Contributor

jmintb commented Aug 6, 2023

Just like we have executors for Tasks, we need something similar for deploying models. Right now AME is coupled to mlflow for serving models but that needs to change. This requires new options in the AME files.

The proposed change:

# main project ame.yml
project: xgboost_project
models:
  - name: product_recommendor
    training:
      task: 
        taskRef: train_my_model 
    deployment:
      server:
        !customer
        command: python serve.py
        pythonVersion: 3.11
        deps: pip
@jmintb jmintb added this to the 0.2.0 milestone Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant