Skip to content

Commit 7a9730a

Browse files
committed
Fix pybind include error after rebase
Signed-off-by: Jiayu Chang <jiayuc@nvidia.com>
1 parent 79be434 commit 7a9730a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/tensorrt_llm/pybind/batch_manager/kvCacheManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <pybind11/operators.h>
2828
#include <pybind11/stl.h>
2929
#include <pybind11/stl_bind.h>
30-
#include <pybind11/stl_unordered_map.h>
3130
#include <torch/extension.h>
3231

3332
namespace tb = tensorrt_llm::batch_manager;

0 commit comments

Comments
 (0)