Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tritonserver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down