Skip to content

Commit 605ee93

Browse files
authored
update vllm v0.10.1 (#5192)
1 parent 7374fd7 commit 605ee93

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

release_images_general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ release_images:
4444
public_registry: True
4545
4:
4646
framework: "vllm"
47-
version: "0.10.0"
47+
version: "0.10.1"
4848
arch_type: "x86"
4949
customer_type: "ec2"
5050
general:

vllm/CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

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

5+
## [0.10.1] - 2025-08-22
6+
### Updated
7+
- vllm/vllm-openai version `v0.10.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.1) for details.
8+
- EFA installer version `1.43.2`
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.1-gpu-py312-cu128-ubuntu22.04-ec2
13+
```
14+
515
## [0.10.0] - 2025-08-04
616
### Updated
7-
- vllm/vllm-openai version `v0.10.0`
17+
- vllm/vllm-openai version `v0.10.0`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.0) for details.
818
- EFA installer version `1.43.1`
919
### Sample ECR URI
1020
```
@@ -14,7 +24,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this
1424

1525
## [0.9.2] - 2025-07-15
1626
### Updated
17-
- vllm/vllm-openai version `v0.9.2`
27+
- vllm/vllm-openai version `v0.9.2`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.9.2) for details.
1828
### Sample ECR URI
1929
```
2030
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.9-gpu-py312-ec2
@@ -23,7 +33,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this
2333

2434
## [0.9.1] - 2025-06-13
2535
### Updated
26-
- vllm/vllm-openai version `v0.9.1`
36+
- vllm/vllm-openai version `v0.9.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.9.1) for details.
2737
- EFA installer version `1.42.0`
2838
### Sample ECR URI
2939
```
@@ -34,7 +44,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this
3444

3545
## [0.9.0.1] - 2025-06-10
3646
### Updated
37-
- vllm/vllm-openai version `v0.9.0.1`
47+
- vllm/vllm-openai version `v0.9.0.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.9.0.1) for details.
3848
- EFA installer version `1.41.0`
3949
### Sample ECR URI
4050
```
@@ -45,7 +55,7 @@ All notable changes to vLLM Deep Learning Containers will be documented in this
4555
## [0.8.5] - 2025-06-02
4656

4757
### Added
48-
- vllm/vllm-openai version `v0.8.5`
58+
- vllm/vllm-openai version `v0.8.5`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.8.5) for details.
4959
- EFA installer version `1.40.0`
5060
### Sample ECR URI
5161
```

vllm/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.10.0"
5+
version: &VERSION "0.10.1"
66
short_version: &SHORT_VERSION "0.10"
77
arch_type: &ARCH_TYPE x86_64
88
autopatch_build: "False"

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.10.0 as final
1+
FROM docker.io/vllm/vllm-openai:v0.10.1 as final
22
ARG PYTHON="python3"
3-
ARG EFA_VERSION="1.43.1"
3+
ARG EFA_VERSION="1.43.2"
44
LABEL maintainer="Amazon AI"
55
LABEL dlc_major_version="1"
66
ENV DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)