From aca16ba37e1ca3c8f4f2b14d1c3906736f3d2b6f Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:32:33 -0700 Subject: [PATCH] [build]: Bumping vllm version to v0.5.3.post1 (#7453) --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 4a658bbdc1..6ab8a58515 100755 --- a/build.py +++ b/build.py @@ -76,7 +76,7 @@ "2024.0.0", # ORT OpenVINO "2024.0.0", # Standalone OpenVINO "3.2.6", # DCGM version - "0.5.0.post1", # vLLM version + "0.5.3.post1", # vLLM version ) }