frohzinn's picture
download
raw
381 Bytes
cmake_minimum_required(VERSION 3.12)
project(llama-simple-cmake-pkg)
set(TARGET llama-simple-cmake-pkg)
find_package(Llama REQUIRED)
add_executable(${TARGET} ${CMAKE_CURRENT_LIST_DIR}/../simple/simple.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE llama ggml::all ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_17)

Xet Storage Details

Size:
381 Bytes
·
Xet hash:
eb16ca196f89f3c0708333c4b8fb0f472f9a64b8cc58d47dcd734fad2d9f5bb5

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