From b7a9d7ae6698f9319ee9ccc97a68cccd95c48384 Mon Sep 17 00:00:00 2001 From: tam888888 <85535825+tam888888@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:09:15 +0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26ddf2c7a..3fbfc0805 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build.debug.extra: --editable . build.cuda: - CMAKE_ARGS="-DGGML_CUDA=on" python3 -m pip install --verbose -e . + CMAKE_ARGS="-DGGML_CUDA=on -DCUDA_cuda_driver_LIBRARY=/usr/local/cuda/compat/libcuda.so" python3 -m pip install --verbose -e . build.openblas: CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" python3 -m pip install --verbose -e .