From 9647526fdde8a5a690eef190831dd7615653af6e Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:17:24 -0800 Subject: [PATCH] Bumped vLLM version to v0.2.2 (#6623) --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 0ebd66d5bd..528b259cbc 100755 --- a/build.py +++ b/build.py @@ -78,7 +78,7 @@ "2023.0.0", # Standalone OpenVINO "3.2.6", # DCGM version "py310_23.1.0-1", # Conda version - "0.2.1.post1", # vLLM version + "0.2.2", # vLLM version ) }