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 ebea94f commit 2823434Copy full SHA for 2823434
hack/release-quickstart.sh
@@ -35,7 +35,7 @@ VLLM_GPU="${VLLM_GPU:-0.9.1}"
35
# The CPU image is from https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
36
VLLM_CPU="${VLLM_CPU:-0.9.1}"
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.1.1}"
+VLLM_SIM="${VLLM_SIM:-0.3.0}"
39
40
echo "Using release tag: ${RELEASE_TAG}"
41
echo "Using vLLM GPU image version: ${VLLM_GPU}"
0 commit comments