1
0
Fork 0
mirror of https://gitlab.com/niansa/libjustlm.git synced 2025-03-06 20:49:17 +01:00

Fixed capitalization of justLM_LLAMA_OLD target

This commit is contained in:
niansa 2023-05-21 15:39:27 +02:00
parent 85eb2047cb
commit e69157764b

View file

@ -66,11 +66,11 @@ if (LM_LLAMA)
endif()
if (LM_LLAMA_OLD)
add_library(justLM_LLAMA_OLD SHARED llama.cpp justlm_llama.hpp)
target_link_libraries(justLM_LLAMA_OLD PRIVATE ggml_230511 llama_230511)
target_compile_definitions(justLM_LLAMA_OLD PRIVATE
add_library(justlm_llama_old SHARED llama.cpp justlm_llama.hpp)
target_link_libraries(justlm_llama_old PRIVATE ggml_230511 llama_230511)
target_compile_definitions(justlm_llama_old PRIVATE
LLAMA_VERSIONS=<=1 LLAMA_DATE=230511)
target_justlm_setup(justLM_LLAMA_OLD)
target_justlm_setup(justlm_llama_old)
add_library(justlm_llama_230519 SHARED llama.cpp justlm_llama.hpp)
target_link_libraries(justlm_llama_230519 PRIVATE ggml_230519 llama_230519)