flask-llama / llama.cpp /pocs /CMakeLists.txt
YZ-TAN's picture
Upload 2821 files
5a29263 verified
raw
history blame
230 Bytes
# dependencies
find_package(Threads REQUIRED)
# third-party
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
if (EMSCRIPTEN)
else()
if (NOT GGML_BACKEND_DL)
add_subdirectory(vdot)
endif()
endif()