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:
Concedo 2023-07-19 18:28:29 +08:00
commit 13e34d5058
19 changed files with 33 additions and 6 deletions

View file

@ -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)