From cb1009028309838d88d2f7e67fa060c5745cbac5 Mon Sep 17 00:00:00 2001 From: Kyle McGill Date: Fri, 22 Nov 2024 11:33:55 -0800 Subject: [PATCH 1/2] aligning the pybind versions to v2.12 for core and python_backend --- python/tritonserver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tritonserver/CMakeLists.txt b/python/tritonserver/CMakeLists.txt index c958619d8..c8eca004b 100644 --- a/python/tritonserver/CMakeLists.txt +++ b/python/tritonserver/CMakeLists.txt @@ -44,7 +44,7 @@ FetchContent_Declare( pybind11 GIT_REPOSITORY "https://github.com/pybind/pybind11" # COMMIT ID for v2.10.0 - GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020" + GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b" GIT_SHALLOW ON ) FetchContent_MakeAvailable(pybind11) From 981d2961edaeecf816415329261d41f6040cf979 Mon Sep 17 00:00:00 2001 From: fpetrini15 Date: Fri, 6 Dec 2024 16:13:40 -0800 Subject: [PATCH 2/2] Review comment --- python/tritonserver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tritonserver/CMakeLists.txt b/python/tritonserver/CMakeLists.txt index c8eca004b..c06292451 100644 --- a/python/tritonserver/CMakeLists.txt +++ b/python/tritonserver/CMakeLists.txt @@ -43,7 +43,7 @@ include(FetchContent) FetchContent_Declare( pybind11 GIT_REPOSITORY "https://github.com/pybind/pybind11" - # COMMIT ID for v2.10.0 + # COMMIT ID for v2.12.0 GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b" GIT_SHALLOW ON )