Skip to content

Commit 4c23883

Browse files
authored
update vllm to v0.10.0 (#5121)
1 parent 65ec1d2 commit 4c23883

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

release_images_general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ release_images:
1616
public_registry: True
1717
2:
1818
framework: "vllm"
19-
version: "0.9.2"
19+
version: "0.10.0"
2020
arch_type: "x86"
2121
customer_type: "ec2"
2222
general:

vllm/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to vLLM Deep Learning Containers will be documented in this file.
44

5+
## [0.10.0] - 2025-08-04
6+
### Updated
7+
- vllm/vllm-openai version `v0.10.0`
8+
- EFA installer version `1.43.1`
9+
### Sample ECR URI
10+
```
11+
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10-gpu-py312-ec2
12+
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10.0-gpu-py312-cu128-ubuntu22.04-ec2
13+
```
14+
515
## [0.9.2] - 2025-07-15
616
### Updated
717
- vllm/vllm-openai version `v0.9.2`

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.9.2"
6-
short_version: &SHORT_VERSION "0.9"
5+
version: &VERSION "0.10.0"
6+
short_version: &SHORT_VERSION "0.10"
77
arch_type: &ARCH_TYPE x86_64
88
autopatch_build: "False"
99

vllm/x86_64/gpu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM docker.io/vllm/vllm-openai:v0.9.2 as final
1+
FROM docker.io/vllm/vllm-openai:v0.10.0 as final
22
ARG PYTHON="python3"
3-
ARG EFA_VERSION="1.42.0"
3+
ARG EFA_VERSION="1.43.1"
44
LABEL maintainer="Amazon AI"
55
LABEL dlc_major_version="1"
66
ENV DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)