Skip to content

Commit bd8828a

Browse files
authored
vllm 0.14.0 update (#5591)
1 parent d8bd8e2 commit bd8828a

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

release_images_general.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

vllm/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ Available in Amazon ECR Public Gallery:
77

88
All 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

vllm/buildspec-sm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
22
prod_account_id: &PROD_ACCOUNT_ID 763104351884
33
region: &REGION <set-$REGION-in-environment>
44
framework: &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"
77
arch_type: &ARCH_TYPE x86_64
88
autopatch_build: "False"
99

vllm/buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
22
prod_account_id: &PROD_ACCOUNT_ID 763104351884
33
region: &REGION <set-$REGION-in-environment>
44
framework: &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"
77
arch_type: &ARCH_TYPE x86_64
88
autopatch_build: "False"
99

vllm/x86_64/gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/vllm/vllm-openai:v0.13.0 as base
1+
FROM docker.io/vllm/vllm-openai:v0.14.0 as base
22
ARG PYTHON="python3"
33
LABEL maintainer="Amazon AI"
44
ARG EFA_VERSION="1.46.0"

0 commit comments

Comments
 (0)