Skip to content

Commit 8a044a7

Browse files
authored
vllm 0.11.0 x86 (#5346)
1 parent d75d15c commit 8a044a7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

release_images_general.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ release_images:
4444
public_registry: True
4545
4:
4646
framework: "vllm"
47-
version: "0.10.2"
47+
version: "0.11.0"
4848
arch_type: "x86"
4949
customer_type: "ec2"
5050
general:
5151
device_types: [ "gpu" ]
5252
python_versions: [ "py312" ]
5353
os_version: "ubuntu22.04"
54-
cuda_version: "cu129"
54+
cuda_version: "cu128"
5555
example: False
5656
disable_sm_tag: False
5757
force_release: False

vllm/buildspec.yml

Lines changed: 4 additions & 4 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.10.2"
6-
short_version: &SHORT_VERSION "0.10"
5+
version: &VERSION "0.11.0"
6+
short_version: &SHORT_VERSION "0.11"
77
arch_type: &ARCH_TYPE x86_64
88
autopatch_build: "False"
99

@@ -33,9 +33,9 @@ images:
3333
<<: *BUILD_REPOSITORY
3434
context:
3535
<<: *BUILD_CONTEXT
36-
image_size_baseline: 20000
36+
image_size_baseline: 23000
3737
device_type: &DEVICE_TYPE gpu
38-
cuda_version: &CUDA_VERSION cu129
38+
cuda_version: &CUDA_VERSION cu128
3939
python_version: &DOCKER_PYTHON_VERSION py3
4040
tag_python_version: &TAG_PYTHON_VERSION py312
4141
os_version: &OS_VERSION ubuntu22.04

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

0 commit comments

Comments
 (0)