-
Notifications
You must be signed in to change notification settings - Fork 6
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
deploy: add initial vllm worker chart #37
base: main
Are you sure you want to change the base?
Conversation
This PR makes me realize that we need to agree on a mechanism for Helm chart validation / testing. If we can agree to allowing the test to be run using |
fa264bd
to
d497e15
Compare
d497e15
to
d897370
Compare
d897370
to
1050df6
Compare
1050df6
to
2daf46e
Compare
2daf46e
to
7ab11ef
Compare
7ab11ef
to
cbdbe86
Compare
cbdbe86
to
ed22f12
Compare
ef3d8fb
to
b334cac
Compare
b334cac
to
862151c
Compare
@alec-flowers I've updated the documentation inside |
862151c
to
470fb60
Compare
470fb60
to
71ba488
Compare
71ba488
to
a2b613c
Compare
a2b613c
to
f5fed62
Compare
{{- end }} | ||
{{- if false }} | ||
# What are these and are they needed? HELP! | ||
- VLLM_ATTENTION_BACKEND: 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.
We have similar variables here. The VLLM prefix part is used to configure vLLM engine, NATS are of request plane.
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.
yes I see that. What should the value be by default and what are the allowed values?
f5fed62
to
207db46
Compare
This change adds the initial version of the vLLM worker Helm chart. This is NOT the final values schema. Includes schema validation and embedded chart scripting to enable default values.
207db46
to
c1803dc
Compare
This change adds the initial version of the vLLM worker Helm chart.
This is NOT the final values schema.
Includes schema validation and embedded chart scripting to enable default values.
No tests included because we have not yet agreed on the best mechanism to validate Helm charts.
DLIS-7810