Skip to content

Commit b7a9d7a

Browse files
authored
Update Makefile
1 parent 2bc1d97 commit b7a9d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build.debug.extra:
3131
--editable .
3232

3333
build.cuda:
34-
CMAKE_ARGS="-DGGML_CUDA=on" python3 -m pip install --verbose -e .
34+
CMAKE_ARGS="-DGGML_CUDA=on -DCUDA_cuda_driver_LIBRARY=/usr/local/cuda/compat/libcuda.so" python3 -m pip install --verbose -e .
3535

3636
build.openblas:
3737
CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" python3 -m pip install --verbose -e .

0 commit comments

Comments
 (0)