Skip to content

Commit

Permalink
GGML opti options for bark
Browse files Browse the repository at this point in the history
  • Loading branch information
vinovo committed Nov 21, 2024
1 parent 6509ecc commit cb58a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ if(BARK_BUILD)
-DGGML_METAL=OFF
-DBUILD_SHARED_LIBS=ON
-DBARK_BUILD_EXAMPLES=OFF
-DGGML_AVX=$<IF:$<AND:$<PLATFORM_ID:Darwin>,$<NOT:$<STREQUAL:${CMAKE_SYSTEM_PROCESSOR},arm64>>>,OFF,ON>
-DGGML_AVX2=$<IF:$<AND:$<PLATFORM_ID:Darwin>,$<NOT:$<STREQUAL:${CMAKE_SYSTEM_PROCESSOR},arm64>>>,OFF,ON>
-DGGML_FMA=$<IF:$<AND:$<PLATFORM_ID:Darwin>,$<NOT:$<STREQUAL:${CMAKE_SYSTEM_PROCESSOR},arm64>>>,OFF,ON>
-DGGML_F16C=$<IF:$<AND:$<PLATFORM_ID:Darwin>,$<NOT:$<STREQUAL:${CMAKE_SYSTEM_PROCESSOR},arm64>>>,OFF,ON>
BUILD_ALWAYS 1
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release -- ${MSBUILD_ARGS}
INSTALL_COMMAND ${CMAKE_COMMAND} --build . --config Release --target install
Expand Down

0 comments on commit cb58a09

Please sign in to comment.