ollama/llm/generate
Daniel Hiltgen 795674dd90 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.
2024-01-16 12:53:52 -08:00
..
gen_common.sh add gcc -lstdc++ flag for linux cpu (#1974) 2024-01-13 03:53:00 -05:00
gen_darwin.sh Fix typo in arm mac arch script 2024-01-14 08:32:57 -08:00
gen_linux.sh Bump llama.cpp to b1842 and add new cuda lib dep 2024-01-16 12:53:52 -08:00
gen_windows.ps1 Always dynamically load the llm server library 2024-01-11 08:42:47 -08:00
generate_darwin.go Code shuffle to clean up the llm dir 2024-01-04 12:12:05 -08:00
generate_linux.go Code shuffle to clean up the llm dir 2024-01-04 12:12:05 -08:00
generate_windows.go Code shuffle to clean up the llm dir 2024-01-04 12:12:05 -08:00