We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d687eb commit bd21bf4Copy full SHA for bd21bf4
hack/release-quickstart.sh
@@ -30,12 +30,12 @@ else
30
fi
31
32
# 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}"
+# The GPU image is from https://hub.docker.com/r/vllm/vllm-openai/tags
+VLLM_GPU="${VLLM_GPU:-0.10.0}"
35
# The CPU image is from https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
36
-VLLM_CPU="${VLLM_CPU:-0.9.1}"
+VLLM_CPU="${VLLM_CPU:-0.10.0}"
37
# 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}"
+VLLM_SIM="${VLLM_SIM:-0.3.2-fix}"
39
40
echo "Using release tag: ${RELEASE_TAG}"
41
echo "Using vLLM GPU image version: ${VLLM_GPU}"
0 commit comments