Skip to content

Commit 24e5251

Browse files
authored
Bump helm-chart Image (#66)
* update helm-chart image Signed-off-by: Maroon Ayoub <[email protected]> * switch to vllm upstream image Signed-off-by: Maroon Ayoub <[email protected]> --------- Signed-off-by: Maroon Ayoub <[email protected]>
1 parent 56b4bd5 commit 24e5251

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

vllm-setup-helm/templates/deployment.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ spec:
5151
- '-c'
5252
args:
5353
- |
54-
git config --global --add safe.directory /workspace/vllm && \
55-
git remote add vllm https://github.com/vllm-project/vllm.git && \
56-
git fetch vllm && \
57-
git reset --hard 697ef765ee91d1a47b49ae7e43951cfd116b6052 && \
58-
VLLM_COMMIT=$(git merge-base HEAD origin/main) && \
59-
VLLM_PRECOMPILED_WHEEL_LOCATION=https://wheels.vllm.ai/${VLLM_COMMIT}/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl && \
60-
VLLM_USE_PRECOMPILED=1 uv pip install --editable . && \
61-
pip install -r requirements/common.txt && \
6254
{{- if .Values.lmcache.enabled }}
6355
export LMCACHE_DISTRIBUTED_URL=${POD_IP} && \
6456
{{- end }}

vllm-setup-helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ vllm:
1616

1717
image:
1818
# -- VLLM image repository
19-
repository: quay.io/oroz/llm-d
19+
repository: vllm/vllm-openai
2020
# -- VLLM image tag (overrides Chart.yaml appVersion if set)
21-
tag: "offloading"
21+
tag: "v0.10.0"
2222
# -- VLLM image pull policy
2323
pullPolicy: IfNotPresent
2424

0 commit comments

Comments
 (0)