From d85e1ba70c32032c4b7667740383adab5a9133af Mon Sep 17 00:00:00 2001 From: Tarun Kumar Date: Tue, 29 Oct 2024 20:07:33 +0530 Subject: [PATCH] update vllm cuda runtime image based on rc2 (#1985) Add rc2 image --- .../1007__model_serving_llm_models.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_models.robot b/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_models.robot index 97e2ea4f6..39733f9b4 100644 --- a/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_models.robot +++ b/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_models.robot @@ -1347,7 +1347,7 @@ Set Runtime Image [Arguments] ${gpu_type} IF "${RUNTIME_IMAGE}" == "${EMPTY}" IF "${gpu_type}" == "nvidia" - Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:94e2d256da29891a865103f7e92a1713f0fd385ef611c6162526f4a297e70916 + Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:a8ba53e1b12309913cd958331dd8dda7f2b1fad39f5350d3c722608835e14512 ELSE IF "${gpu_type}" == "amd" Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:9969e5273a492132b39ce25165c94480393bb87628f50c30d4de26a0afa56abd ELSE