File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 51
51
- ' -c'
52
52
args :
53
53
- |
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 && \
62
54
{{- if .Values.lmcache.enabled }}
63
55
export LMCACHE_DISTRIBUTED_URL=${POD_IP} && \
64
56
{{- end }}
Original file line number Diff line number Diff line change 16
16
17
17
image :
18
18
# -- VLLM image repository
19
- repository : quay.io/oroz/llm-d
19
+ repository : vllm/vllm-openai
20
20
# -- VLLM image tag (overrides Chart.yaml appVersion if set)
21
- tag : " offloading "
21
+ tag : " v0.10.0 "
22
22
# -- VLLM image pull policy
23
23
pullPolicy : IfNotPresent
24
24
You can’t perform that action at this time.
0 commit comments