mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 02:19:41 +00:00
Merge remote-tracking branch 'origin/master' into concedo_experimental
# Conflicts: # CMakeLists.txt # README.md # flake.nix # tests/CMakeLists.txt update readme and lite
This commit is contained in:
commit
13e34d5058
19 changed files with 33 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
set(TARGET quantize)
|
||||
add_executable(${TARGET} quantize.cpp)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_11)
|
||||
if(TARGET BUILD_INFO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue