Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release_images_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ release_images:
public_registry: True
4:
framework: "vllm"
version: "0.10.1.1"
version: "0.10.1"
arch_type: "x86"
customer_type: "ec2"
general:
Expand Down
4 changes: 2 additions & 2 deletions vllm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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

## [0.10.1.1] - 2025-08-25
## [0.10.1] - 2025-08-25
### Updated
- vllm/vllm-openai version `v0.10.1.1`, see [release note](https://github.com/vllm-project/vllm/releases/tag/v0.10.1.1) for details.
- EFA installer version `1.43.2`
### Sample ECR URI
```
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10-gpu-py312-ec2
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10.1.1-gpu-py312-cu128-ubuntu22.04-ec2
763104351884.dkr.ecr.us-east-1.amazonaws.com/0.10.1-gpu-py312-cu128-ubuntu22.04-ec2
```

## [0.10.0] - 2025-08-04
Expand Down
2 changes: 1 addition & 1 deletion vllm/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
prod_account_id: &PROD_ACCOUNT_ID 763104351884
region: &REGION <set-$REGION-in-environment>
framework: &FRAMEWORK vllm
version: &VERSION "0.10.1.1"
version: &VERSION "0.10.1"
short_version: &SHORT_VERSION "0.10"
arch_type: &ARCH_TYPE x86_64
autopatch_build: "False"
Expand Down