Skip to content

Commit

Permalink
feat(android): enable runtime repacking for Q4_0 quantization on aarc…
Browse files Browse the repository at this point in the history
…h64 (#105)
  • Loading branch information
a-ghorbani authored Jan 7, 2025
1 parent 38752f8 commit 758157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function(build_library target_name cpu_flags)

target_link_libraries(${target_name} ${LOG_LIB} android)

target_compile_options(${target_name} PRIVATE -DLM_GGML_USE_CPU -pthread ${cpu_flags})
target_compile_options(${target_name} PRIVATE -DLM_GGML_USE_CPU -DLM_GGML_USE_CPU_AARCH64 -pthread ${cpu_flags})

if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
target_compile_options(${target_name} PRIVATE -DRNLLAMA_ANDROID_ENABLE_LOGGING)
Expand Down

0 comments on commit 758157b

Please sign in to comment.