We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce46b95 commit 57ab114Copy full SHA for 57ab114
python/tritonserver/CMakeLists.txt
@@ -43,8 +43,8 @@ include(FetchContent)
43
FetchContent_Declare(
44
pybind11
45
GIT_REPOSITORY "https://github.com/pybind/pybind11"
46
- # COMMIT ID for v2.10.0
47
- GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
+ # COMMIT ID for v2.12.0
+ GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b"
48
GIT_SHALLOW ON
49
)
50
FetchContent_MakeAvailable(pybind11)
0 commit comments