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

[MIN-103] Deploy OpenLLM on AKS #66

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

dudeperf3ct
Copy link
Member

@dudeperf3ct dudeperf3ct commented Aug 21, 2023

In this PR, we deploy flan-t5-xl on AKS. For this, we will provision two VMs. One VM on AKS acts as CPU node (or a system node) and a GPU node (which is a VM with T4 GPU instance).

The task can be broken down into following todo list

  • Update the deployment in infrastructure folder to use openllm as an alternative to seldon deployment
  • Create a Dockerfile for running the server
  • Update the application logic to use openllm
  • Update the Readme of MindGPT with instructions to deploy using openllm. For this we will create a separate section that outlines shortcoming of seldon approach for xl model and steps required for deploying xl model using openllm.

@dudeperf3ct dudeperf3ct changed the title [WIP][MIN-103] Deploy OpenLLM on AKS [MIN-103] Deploy OpenLLM on AKS Aug 22, 2023
@dudeperf3ct dudeperf3ct added the enhancement New feature or request label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants