merge the file structure refactor, testing

This commit is contained in:
Concedo
2024-06-29 12:14:38 +08:00
315 changed files with 124 additions and 568 deletions
-6
View File
@@ -1,6 +0,0 @@
set(TARGET llama-quantize)
add_executable(${TARGET} quantize.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE llama common ${CMAKE_THREAD_LIBS_INIT})
target_include_directories(${TARGET} PRIVATE ../../common)
target_compile_features(${TARGET} PRIVATE cxx_std_11)