File tree Expand file tree Collapse file tree 5 files changed +20
-7
lines changed
Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ release_images:
134134 enable_soci : True
135135 10 :
136136 framework : " vllm"
137- version : " 0.13 .0"
137+ version : " 0.14 .0"
138138 arch_type : " x86"
139139 customer_type : " ec2"
140140 general :
@@ -149,7 +149,7 @@ release_images:
149149 enable_soci : True
150150 11 :
151151 framework : " vllm"
152- version : " 0.13 .0"
152+ version : " 0.14 .0"
153153 arch_type : " x86"
154154 customer_type : " sagemaker"
155155 general :
Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ Available in Amazon ECR Public Gallery:
77
88All notable changes to vLLM Deep Learning Containers will be documented in this file.
99
10+ ## [ 0.14.0]
11+
12+ ### Updated
13+
14+ - SageMaker and EC2 support for vLLM 0.14.0
15+
16+ ### Sample ECR URI
17+
18+ ```
19+ public.ecr.aws/deep-learning-containers/vllm:0.14.0-gpu-py312
20+ public.ecr.aws/deep-learning-containers/vllm:0.14.0-gpu-py312-ec2
21+ ```
22+
1023## [ 0.13.0] - 2025-12-19
1124
1225### Updated
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
22prod_account_id : &PROD_ACCOUNT_ID 763104351884
33region : ®ION <set-$REGION-in-environment>
44framework : &FRAMEWORK vllm
5- version : &VERSION "0.13 .0"
6- short_version : &SHORT_VERSION "0.13 "
5+ version : &VERSION "0.14 .0"
6+ short_version : &SHORT_VERSION "0.14 "
77arch_type : &ARCH_TYPE x86_64
88autopatch_build : " False"
99
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
22prod_account_id : &PROD_ACCOUNT_ID 763104351884
33region : ®ION <set-$REGION-in-environment>
44framework : &FRAMEWORK vllm
5- version : &VERSION "0.13 .0"
6- short_version : &SHORT_VERSION "0.13 "
5+ version : &VERSION "0.14 .0"
6+ short_version : &SHORT_VERSION "0.14 "
77arch_type : &ARCH_TYPE x86_64
88autopatch_build : " False"
99
Original file line number Diff line number Diff line change 1- FROM docker.io/vllm/vllm-openai:v0.13 .0 as base
1+ FROM docker.io/vllm/vllm-openai:v0.14 .0 as base
22ARG PYTHON="python3"
33LABEL maintainer="Amazon AI"
44ARG EFA_VERSION="1.46.0"
You can’t perform that action at this time.
0 commit comments