frohzinn's picture
download
raw
422 Bytes
set(TARGET llama-imatrix)
add_executable(${TARGET} imatrix.cpp)
target_link_libraries(${TARGET} PRIVATE llama-common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_17)
if(LLAMA_TOOLS_INSTALL)
install(TARGETS ${TARGET} RUNTIME)
endif()
if (CMAKE_SYSTEM_NAME MATCHES "AIX")
# AIX's flock() function comes from libbsd.a
target_link_libraries(${TARGET} PRIVATE -lbsd)
endif()

Xet Storage Details

Size:
422 Bytes
·
Xet hash:
228301d7a42448a72945c8a9a1a8dccd5a6e4959a9c78a0cd26ecad5b0e197ec

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.