Skip to content

Commit

Permalink
Removed the reference to Metalium::Pybinds in tt-train
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezTT committed Feb 25, 2025
1 parent 4c30c6f commit cc4ad61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tt-train/sources/ttml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ if(NOT TARGET Metalium::Metal)
message(FATAL_ERROR "libtt_metal.so not found in ${METALIUM_LIB_PATH}")
endif()
if(TTNN_LIBRARY)
add_library(Metalium::PYBIND SHARED IMPORTED)
add_library(Metalium::TTNN SHARED IMPORTED)
set_target_properties(
Metalium::PYBIND
Metalium::TTNN
PROPERTIES
IMPORTED_LOCATION
"${TTNN_LIBRARY}"
Expand Down Expand Up @@ -101,7 +101,7 @@ target_link_libraries(
pthread
atomic
Metalium::Metal
Metalium::PYBIND
Metalium::TTNN
Python::Python
fmt::fmt-header-only
magic_enum::magic_enum
Expand Down

0 comments on commit cc4ad61

Please sign in to comment.