Rename LLAMA_CUBLAS flag to LLAMA_CUDA in fulfilment of the prophecy.
This is being changed in Make. https://github.com/ggerganov/llama.cpp/pull/6299
This commit is contained in:
parent
b06c16ef9f
commit
7c5ad052af
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ CPU inference for Meta's Lllama2 models using default options.
|
|||
%setup -n llama.cpp-master
|
||||
|
||||
%build
|
||||
make -j LLAMA_CUBLAS=1
|
||||
make -j LLAMA_CUDA=1
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue