mirror of https://github.com/google/gemma.cpp.git
Add the missing `migrate_weights` target for CMake
This commit is contained in:
parent
493688f6f1
commit
20e5ef6d2e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue