Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DanofficeIT
/
privatellm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cc59739
privatellm
/
pocs
/
CMakeLists.txt
lhhj
first
57e3690
3 months ago
raw
Copy download link
history
blame
Safe
171 Bytes
# dependencies
find_package(Threads REQUIRED)
# third-party
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
if (EMSCRIPTEN)
else()
add_subdirectory(vdot)
endif()