Skip to content

Commit 57ab114

Browse files
Pin Pybind Version (#418)
* aligning the pybind versions to v2.12 for core and python_backend * Review comment --------- Co-authored-by: Kyle McGill <kmcgill@nvidia.com>
1 parent ce46b95 commit 57ab114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/tritonserver/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ include(FetchContent)
4343
FetchContent_Declare(
4444
pybind11
4545
GIT_REPOSITORY "https://github.com/pybind/pybind11"
46-
# COMMIT ID for v2.10.0
47-
GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
46+
# COMMIT ID for v2.12.0
47+
GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b"
4848
GIT_SHALLOW ON
4949
)
5050
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)