-
Notifications
You must be signed in to change notification settings - Fork 55
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
vLLM deployment example #131
base: main
Are you sure you want to change the base?
vLLM deployment example #131
Conversation
@@ -0,0 +1,3 @@ | |||
zenml>=0.66.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.
Modify zenml
version that supports vllm integration.
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.
can we add the license here
llm-vllm-deployer/README.md
Outdated
|
||
## 🏃 How to run | ||
|
||
In this project, we will deploy the [gpt-2](https://huggingface.co/openai-community/gpt2) model using [vLLM](https://github.com/vllm-project/vllm). Before we're able to run any pipeline, we need to set up our environment as follows: |
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.
can we add link to the vllm deployer docs
@safoinme since we've merged in the integration, let's see if we can get this merged as well? It's linked in the docs, so we can update that when this gets merged in too? |
In this PR, we add an example for using vllm model deployer in zenml.
To test this example,
zenml
library should be installed from the below PR.Related zenml PR: zenml-io/zenml#3032