We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc1d97 commit b7a9d7aCopy full SHA for b7a9d7a
Makefile
@@ -31,7 +31,7 @@ build.debug.extra:
31
--editable .
32
33
build.cuda:
34
- 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 .
35
36
build.openblas:
37
CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" python3 -m pip install --verbose -e .
0 commit comments