From: John Balis Date: Sun, 30 Jun 2024 15:14:31 +0000 (-0500) Subject: update "Using cuBLAS" to use correct update cuda compile flag (#876) X-Git-Tag: upstream/0.0.1642~562 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=98350f2548a90810ee909546c3bec1761249f5c5;p=pkg%2Fggml%2Fsources%2Fggml update "Using cuBLAS" to use correct update cuda compile flag (#876) It seems like the previous `-DGGML_CUBLAS=ON` compile flag was deprecated. --- diff --git a/README.md b/README.md index e85f2a92..af7ac97c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ cmake -DGGML_METAL=ON -DBUILD_SHARED_LIBS=Off .. ```bash # fix the path to point to your CUDA compiler -cmake -DGGML_CUBLAS=ON -DCMAKE_CUDA_COMPILER=/usr/local/cuda-12.1/bin/nvcc .. +cmake -DGGML_CUDA=ON -DCMAKE_CUDA_COMPILER=/usr/local/cuda-12.1/bin/nvcc .. ``` ## Using hipBLAS