Skip to content

Commit e774df9

Browse files
test sm
1 parent 0c80872 commit e774df9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ dlc-pr-pytorch-eia-inference = ""
182182
dlc-pr-tensorflow-2-eia-inference = ""
183183

184184
# vllm
185-
dlc-pr-vllm = "vllm/buildspec.yml"
185+
dlc-pr-vllm = "vllm/buildspec-sm.yml"

vllm/buildspec-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ images:
3333
<<: *BUILD_REPOSITORY
3434
context:
3535
<<: *BUILD_CONTEXT
36-
image_size_baseline: 25000
36+
image_size_baseline: 26000
3737
device_type: &DEVICE_TYPE gpu
3838
cuda_version: &CUDA_VERSION cu128
3939
python_version: &DOCKER_PYTHON_VERSION py3

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: 26000
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

0 commit comments

Comments
 (0)