From e70e957bfee21576ad284ca19e58a0764b55d0ad Mon Sep 17 00:00:00 2001 From: DWarez Date: Mon, 20 Jul 2026 09:57:55 +0200 Subject: [PATCH] add: metadata for hf-vllm 0.22.1 and 0.25.0 Signed-off-by: DWarez --- .../image_uri_config/huggingface-vllm.json | 112 +++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) diff --git a/sagemaker-core/src/sagemaker/core/image_uri_config/huggingface-vllm.json b/sagemaker-core/src/sagemaker/core/image_uri_config/huggingface-vllm.json index c03be6a2e8..b2801f3141 100644 --- a/sagemaker-core/src/sagemaker/core/image_uri_config/huggingface-vllm.json +++ b/sagemaker-core/src/sagemaker/core/image_uri_config/huggingface-vllm.json @@ -6,7 +6,9 @@ "version_aliases": { "0.14": "0.14.0", "0.17": "0.17.0", - "0.21": "0.21.0" + "0.21": "0.21.0", + "0.22": "0.22.1", + "0.25": "0.25.0" }, "versions": { "0.14.0": { @@ -170,6 +172,114 @@ "container_version": { "gpu": "cu130-ubuntu22.04" } + }, + "0.22.1": { + "py_versions": [ + "py312" + ], + "registries": { + "af-south-1": "626614931356", + "ap-east-1": "871362719292", + "ap-east-2": "975050140332", + "ap-northeast-1": "763104351884", + "ap-northeast-2": "763104351884", + "ap-northeast-3": "364406365360", + "ap-south-1": "763104351884", + "ap-south-2": "772153158452", + "ap-southeast-1": "763104351884", + "ap-southeast-2": "763104351884", + "ap-southeast-3": "907027046896", + "ap-southeast-4": "457447274322", + "ap-southeast-5": "550225433462", + "ap-southeast-6": "633930458069", + "ap-southeast-7": "590183813437", + "ca-central-1": "763104351884", + "ca-west-1": "204538143572", + "cn-north-1": "727897471807", + "cn-northwest-1": "727897471807", + "eu-central-1": "763104351884", + "eu-central-2": "380420809688", + "eu-north-1": "763104351884", + "eu-south-1": "692866216735", + "eu-south-2": "503227376785", + "eu-west-1": "763104351884", + "eu-west-2": "763104351884", + "eu-west-3": "763104351884", + "il-central-1": "780543022126", + "me-central-1": "914824155844", + "me-south-1": "217643126080", + "mx-central-1": "637423239942", + "sa-east-1": "763104351884", + "us-east-1": "763104351884", + "us-east-2": "763104351884", + "us-gov-east-1": "446045086412", + "us-gov-west-1": "442386744353", + "us-iso-east-1": "886529160074", + "us-isob-east-1": "094389454867", + "us-isof-east-1": "303241398832", + "us-isof-south-1": "454834333376", + "us-west-1": "763104351884", + "us-west-2": "763104351884" + }, + "tag_prefix": "0.22.1-transformers5.10.2", + "repository": "huggingface-vllm", + "container_version": { + "gpu": "cu130-ubuntu22.04" + } + }, + "0.25.0": { + "py_versions": [ + "py312" + ], + "registries": { + "af-south-1": "626614931356", + "ap-east-1": "871362719292", + "ap-east-2": "975050140332", + "ap-northeast-1": "763104351884", + "ap-northeast-2": "763104351884", + "ap-northeast-3": "364406365360", + "ap-south-1": "763104351884", + "ap-south-2": "772153158452", + "ap-southeast-1": "763104351884", + "ap-southeast-2": "763104351884", + "ap-southeast-3": "907027046896", + "ap-southeast-4": "457447274322", + "ap-southeast-5": "550225433462", + "ap-southeast-6": "633930458069", + "ap-southeast-7": "590183813437", + "ca-central-1": "763104351884", + "ca-west-1": "204538143572", + "cn-north-1": "727897471807", + "cn-northwest-1": "727897471807", + "eu-central-1": "763104351884", + "eu-central-2": "380420809688", + "eu-north-1": "763104351884", + "eu-south-1": "692866216735", + "eu-south-2": "503227376785", + "eu-west-1": "763104351884", + "eu-west-2": "763104351884", + "eu-west-3": "763104351884", + "il-central-1": "780543022126", + "me-central-1": "914824155844", + "me-south-1": "217643126080", + "mx-central-1": "637423239942", + "sa-east-1": "763104351884", + "us-east-1": "763104351884", + "us-east-2": "763104351884", + "us-gov-east-1": "446045086412", + "us-gov-west-1": "442386744353", + "us-iso-east-1": "886529160074", + "us-isob-east-1": "094389454867", + "us-isof-east-1": "303241398832", + "us-isof-south-1": "454834333376", + "us-west-1": "763104351884", + "us-west-2": "763104351884" + }, + "tag_prefix": "0.25.0-transformers5.10.2", + "repository": "huggingface-vllm", + "container_version": { + "gpu": "cu130-ubuntu22.04" + } } } }