merge the file structure refactor, testing

This commit is contained in:
Concedo 2024-06-29 12:14:38 +08:00
commit 9c10486204
315 changed files with 124 additions and 568 deletions

View file

@ -1,5 +0,0 @@
set(TARGET llama-perplexity)
add_executable(${TARGET} perplexity.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)