Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Illumotion
/
Koboldcpp
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
46c2bfc
Koboldcpp
/
examples
/
metal
/
CMakeLists.txt
Illumotion
Upload folder using huggingface_hub
6ba25f7
over 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
set(TEST_TARGET metal)
add_executable(${TEST_TARGET} metal.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TEST_TARGET} PRIVATE ggml)