File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,36 @@ release_images:
122122 version : " 0.5.5"
123123 arch_type : " x86"
124124 customer_type : " sagemaker"
125+ general :
126+ device_types : [ "gpu" ]
127+ python_versions : [ "py312" ]
128+ os_version : " ubuntu22.04"
129+ cuda_version : " cu129"
130+ example : False
131+ disable_sm_tag : False
132+ force_release : False
133+ public_registry : True
134+ enable_soci : True
135+ 10 :
136+ framework : " vllm"
137+ version : " 0.12.0"
138+ arch_type : " x86"
139+ customer_type : " ec2"
140+ general :
141+ device_types : [ "gpu" ]
142+ python_versions : [ "py312" ]
143+ os_version : " ubuntu22.04"
144+ cuda_version : " cu129"
145+ example : False
146+ disable_sm_tag : False
147+ force_release : False
148+ public_registry : True
149+ enable_soci : True
150+ 11 :
151+ framework : " vllm"
152+ version : " 0.12.0"
153+ arch_type : " x86"
154+ customer_type : " sagemaker"
125155 general :
126156 device_types : [ "gpu" ]
127157 python_versions : [ "py312" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Available in Amazon ECR Public Gallery: https://gallery.ecr.aws/deep-learning-co
44
55All notable changes to vLLM Deep Learning Containers will be documented in this file.
66
7+ ## [ 0.12.0] - 2025-12-08
8+ ### Added
9+ - SageMaker and EC2 support for vLLM 0.12.0
10+ - Upgraded EFA version to 1.45.1 and introduced NIXL with Libfabric backend
11+
12+ ### Sample ECR URI
13+ ```
14+ public.ecr.aws/deep-learning-containers/vllm:0.12.0-gpu-py312
15+ public.ecr.aws/deep-learning-containers/vllm:0.12.0-gpu-py312-ec2
16+ ```
17+
718## [ 0.11.2] - 2025-11-20
819### Added
920- SageMaker and EC2 support for vLLM 0.11.2
You can’t perform that action at this time.
0 commit comments