Koboldcpp / examples /metal /CMakeLists.txt
Illumotion's picture
Upload folder using huggingface_hub
6ba25f7
raw
history blame contribute delete
150 Bytes
set(TEST_TARGET metal)
add_executable(${TEST_TARGET} metal.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TEST_TARGET} PRIVATE ggml)