Compare commits

...

1 Commits

Author SHA1 Message Date
jmorganca
9b58aecd3e llm: build with GGML_STATIC=on for static lib 2024-07-06 02:50:25 -04:00

View File

@ -204,6 +204,7 @@ function build_static() {
"-DCMAKE_C_COMPILER=gcc.exe",
"-DCMAKE_CXX_COMPILER=g++.exe",
"-DBUILD_SHARED_LIBS=off",
"-DGGML_STATIC=on",
"-DGGML_NATIVE=off",
"-DGGML_AVX=off",
"-DGGML_AVX2=off",