Update to newer llama.cpp and disable older forks.

This commit is contained in:
Adam Treat
2023-08-15 12:56:21 -04:00
parent 0bc2274869
commit d55cbbee32
4 changed files with 13 additions and 35 deletions

View File

@@ -296,6 +296,8 @@ function(include_ggml DIRECTORY SUFFIX WITH_LLAMA)
add_library(ggml${SUFFIX} OBJECT
${DIRECTORY}/ggml.c
${DIRECTORY}/ggml.h
${DIRECTORY}/ggml-alloc.c
${DIRECTORY}/ggml-alloc.h
${GGML_SOURCES_QUANT_K}
${GGML_SOURCES_CUDA}
${GGML_METAL_SOURCES}