From 02723f8c9689da259f160331575b02c058ea110b Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:38:31 -0700 Subject: [PATCH] [build]: vllm version update (#7405) --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index aeb2442763..b9e68d45cc 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.4.3", # vLLM version + "0.5.0.post1", # vLLM version ) }