File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ artifacts: kustomize
351351 @$(call clean-manifests)
352352
353353.PHONY : release
354- release : artifacts release-quickstart verify test # Create a release.
354+ release : artifacts release-quickstart api-ref-docs apix-ref-docs verify test # Create a release.
355355
356356# #@ Dependencies
357357
Original file line number Diff line number Diff line change 3131
3232# The vLLM image versions
3333# The GPU image is from https://hub.docker.com/r/vllm/vllm-openai/tags
34- VLLM_GPU=" ${VLLM_GPU:- 0.10.0 } "
34+ VLLM_GPU=" ${VLLM_GPU:- 0.8.5 } "
3535# The CPU image is from https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
36- VLLM_CPU=" ${VLLM_CPU:- 0.10.0 } "
36+ VLLM_CPU=" ${VLLM_CPU:- 0.8.5 } "
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.2-fix } "
38+ VLLM_SIM=" ${VLLM_SIM:- 0.4.0 } "
3939
4040echo " Using release tag: ${RELEASE_TAG} "
4141echo " Using vLLM GPU image version: ${VLLM_GPU} "
You can’t perform that action at this time.
0 commit comments