From 2cad0ec52904907af06be318051628a787eb56ed Mon Sep 17 00:00:00 2001 From: oandreeva-nv Date: Thu, 23 Jan 2025 15:40:59 -0800 Subject: [PATCH 1/4] versions bump --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 1a3c1c9750..9fe00ff1b4 100755 --- a/build.py +++ b/build.py @@ -78,7 +78,7 @@ "ort_openvino_version": "2024.5.0", "standalone_openvino_version": "2024.5.0", "dcgm_version": "3.3.6", - "vllm_version": "0.6.3.post1", + "vllm_version": "0.6.6.post1", "rhel_py_version": "3.12.3", } From 47602f067af66851897fbf14f6aaa23b7226a1a9 Mon Sep 17 00:00:00 2001 From: oandreeva-nv Date: Tue, 28 Jan 2025 10:38:58 -0800 Subject: [PATCH 2/4] Bump openai version --- python/openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/openai/requirements.txt b/python/openai/requirements.txt index 0d3fdbb8c1..10151ab436 100644 --- a/python/openai/requirements.txt +++ b/python/openai/requirements.txt @@ -29,7 +29,7 @@ fastapi==0.115.6 # Fix httpx version to avoid bug in openai library: # https://community.openai.com/t/error-with-openai-1-56-0-client-init-got-an-unexpected-keyword-argument-proxies/1040332/3 httpx==0.27.2 -openai==1.40.6 +openai==1.60.0 # Minimum starlette version needed to address CVE: # https://github.com/advisories/GHSA-f96h-pmfr-66vw starlette>=0.40.0 From 20b4a7c017210711294aef8ce89a023a9460355e Mon Sep 17 00:00:00 2001 From: oandreeva-nv Date: Tue, 28 Jan 2025 12:29:01 -0800 Subject: [PATCH 3/4] Bumped vllm to the latest --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 9fe00ff1b4..f9b2197456 100755 --- a/build.py +++ b/build.py @@ -78,7 +78,7 @@ "ort_openvino_version": "2024.5.0", "standalone_openvino_version": "2024.5.0", "dcgm_version": "3.3.6", - "vllm_version": "0.6.6.post1", + "vllm_version": "0.7.0", "rhel_py_version": "3.12.3", } From 266c69aa8b4212b78682d7babb8c4c5c4a8e8ff4 Mon Sep 17 00:00:00 2001 From: oandreeva-nv Date: Tue, 28 Jan 2025 14:31:26 -0800 Subject: [PATCH 4/4] Copyright --- python/openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/openai/requirements.txt b/python/openai/requirements.txt index 10151ab436..ac84944631 100644 --- a/python/openai/requirements.txt +++ b/python/openai/requirements.txt @@ -1,4 +1,4 @@ -# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions