Francesco Illuminati
Results
1
comments of
Francesco Illuminati
Installed correctly with the following command (ubuntu 24.04): ``` CMAKE_ARGS="-DGGML_CUDA=on" LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu" pip install llama-cpp-python ``` In general put in `LD_LIBRARY_PATH` the path of the `libcuda.so.1` that can be derived using...