Update llama.cpp and shared library build process
This commit is contained in:
parent
90c78723de
commit
02760f8fa7
2 changed files with 1 additions and 4 deletions
|
@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.4...3.22)
|
||||||
|
|
||||||
project(llama_cpp)
|
project(llama_cpp)
|
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
|
|
||||||
set(LLAMA_STATIC "Off")
|
|
||||||
set(BUILD_SHARED_LIBS "On")
|
set(BUILD_SHARED_LIBS "On")
|
||||||
|
|
||||||
add_subdirectory(vendor/llama.cpp)
|
add_subdirectory(vendor/llama.cpp)
|
||||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 93208cfb929c2323e5d2ac6bf354e278040e70ed
|
Subproject commit 404e1da38ec8025707031a8027da14dc1590f952
|
Loading…
Reference in a new issue