Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d8ebeee

Browse files
authored
patch for commit f84d5fe (NVIDIA#245)
1 parent f84d5fe commit d8ebeee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/tensorrt_llm/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ if(BUILD_BATCH_MANAGER)
6565
else()
6666
add_library(${BATCH_MANAGER_TARGET} STATIC IMPORTED)
6767
if(NOT WIN32) # Linux
68-
add_library(${BATCH_MANAGER_TARGET} STATIC IMPORTED)
6968
execute_process(
7069
COMMAND ${Python3_EXECUTABLE} "-c"
7170
"import torch; print(torch.compiled_with_cxx11_abi(),end='');"

0 commit comments

Comments
 (0)