Skip to content

Commit

Permalink
Add the target of migrate_weights tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ufownl committed Jan 21, 2025
1 parent b6b3434 commit 7818ded
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ set_target_properties(compress_weights PROPERTIES
PREFIX "gemma."
)
install(TARGETS compress_weights DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}")

set_target_properties(migrate_weights PROPERTIES
EXCLUDE_FROM_ALL FALSE
PREFIX "gemma."
)
install(TARGETS migrate_weights DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}")

0 comments on commit 7818ded

Please sign in to comment.