You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/release-quickstart.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ sed -i.bak -E "s|(llm-d/llm-d-inference-sim:)[^\"[:space:]]+|\1v${VLLM_SIM}|g" "
108
108
# Also change the imagePullPolicy from Always to IfNotPresent on lines containing the vLLM image.
109
109
sed -i.bak '/llm-d\/llm-d-inference-sim/{n;s/Always/IfNotPresent/;}'"$VLLM_SIM_DEPLOY"
110
110
111
+
# Update the container tag for lora-syncer in all vLLM deployment manifests.
112
+
sed -i.bak -E "s|(us-central1-docker\.pkg\.dev/k8s-staging-images/gateway-api-inference-extension/lora-syncer:)[^\"[:space:]]+|\1${RELEASE_TAG}|g""$VLLM_GPU_DEPLOY""$VLLM_CPU_DEPLOY""$VLLM_SIM_DEPLOY"
0 commit comments