Skip to content

Commit bd21bf4

Browse files
committed
Updates vLLM image to latest release quickstart.sh
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 3d687eb commit bd21bf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/release-quickstart.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ else
3030
fi
3131

3232
# The vLLM image versions
33-
# The GPU image is from https://hub.docker.com/layers/vllm/vllm-openai
34-
VLLM_GPU="${VLLM_GPU:-0.9.1}"
33+
# The GPU image is from https://hub.docker.com/r/vllm/vllm-openai/tags
34+
VLLM_GPU="${VLLM_GPU:-0.10.0}"
3535
# The CPU image is from https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
36-
VLLM_CPU="${VLLM_CPU:-0.9.1}"
36+
VLLM_CPU="${VLLM_CPU:-0.10.0}"
3737
# The sim image is from https://github.com/llm-d/llm-d-inference-sim/pkgs/container/llm-d-inference-sim
38-
VLLM_SIM="${VLLM_SIM:-0.3.0}"
38+
VLLM_SIM="${VLLM_SIM:-0.3.2-fix}"
3939

4040
echo "Using release tag: ${RELEASE_TAG}"
4141
echo "Using vLLM GPU image version: ${VLLM_GPU}"

0 commit comments

Comments
 (0)