Skip to content

Commit

Permalink
Add the missing migrate_weights target for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ufownl committed Jan 17, 2025
1 parent 493688f commit 20e5ef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,6 @@ endif() # GEMMA_ENABLE_TESTS

add_executable(compress_weights compression/compress_weights.cc)
target_link_libraries(compress_weights libgemma hwy hwy_contrib)

add_executable(migrate_weights compression/migrate_weights.cc)
target_link_libraries(migrate_weights libgemma hwy hwy_contrib)

0 comments on commit 20e5ef6

Please sign in to comment.