apply_lora_and_quantize / llama.cpp /cmake /arm64-windows-msvc.cmake
Steven10429's picture
llama.cpp
61b850a
raw
history blame contribute delete
192 Bytes
set( CMAKE_SYSTEM_NAME Windows )
set( CMAKE_SYSTEM_PROCESSOR arm64 )
set( target arm64-pc-windows-msvc )
set( CMAKE_C_COMPILER_TARGET ${target} )
set( CMAKE_CXX_COMPILER_TARGET ${target} )