Skip to content

Commit 9b42134

Browse files
committed
Remove the cmakelists python check
1 parent 6bdede8 commit 9b42134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transformer_engine/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ endif()
2222
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/")
2323
find_package(CUDAToolkit REQUIRED cublas nvToolsExt)
2424
find_package(CUDNN REQUIRED cudnn)
25-
find_package(Python COMPONENTS Interpreter Development REQUIRED)
25+
# NOTE[augment] -- commenting out this line since the Python components are unused and they cause build issues
26+
# find_package(Python COMPONENTS Interpreter Development REQUIRED)
2627

2728
include_directories(${PROJECT_SOURCE_DIR})
2829

0 commit comments

Comments
 (0)