Maybe libggml has to be static
This commit is contained in:
parent
48f17f2ff8
commit
741c19a756
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ endif()
|
|||
# Build libraries
|
||||
#
|
||||
|
||||
add_library(ggml
|
||||
add_library(ggml STATIC
|
||||
ggml.c
|
||||
ggml.h
|
||||
${GGML_SOURCES_CUDA}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue