mirror of
https://github.com/ollama/ollama.git
synced 2025-09-27 20:27:05 +02:00
Bump llama.cpp to b1842 and add new cuda lib dep
Upstream llama.cpp has added a new dependency with the NVIDIA CUDA Driver Libraries (libcuda.so) which is part of the driver distribution, not the general cuda libraries, and is not available as an archive, so we can not statically link it. This may introduce some additional compatibility challenges which we'll need to keep an eye on.
This commit is contained in:
@@ -141,6 +141,7 @@ if [ -d "${CUDA_LIB_DIR}" ]; then
|
||||
${CUDA_LIB_DIR}/libcublasLt_static.a \
|
||||
${CUDA_LIB_DIR}/libcudadevrt.a \
|
||||
${CUDA_LIB_DIR}/libculibos.a \
|
||||
-lcuda \
|
||||
-lrt -lpthread -ldl -lstdc++ -lm
|
||||
fi
|
||||
|
||||
|
Submodule llm/llama.cpp updated: 328b83de23...584d674be6
Reference in New Issue
Block a user