mirror of https://github.com/google/gemma.cpp.git
Merge pull request #473 from ufownl:bugfix/migrate_weights_target
PiperOrigin-RevId: 717536480
This commit is contained in:
commit
f46052b5b4
|
|
@ -194,3 +194,6 @@ endif() # GEMMA_ENABLE_TESTS
|
||||||
|
|
||||||
add_executable(compress_weights compression/compress_weights.cc)
|
add_executable(compress_weights compression/compress_weights.cc)
|
||||||
target_link_libraries(compress_weights libgemma hwy hwy_contrib)
|
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