Skip to content

Commit

Permalink
Rename LLAMA_CUBLAS flag to LLAMA_CUDA in fulfilment of the prophecy.
Browse files Browse the repository at this point in the history
This is being changed in Make.
ggml-org#6299
  • Loading branch information
jboero authored Mar 25, 2024
1 parent b06c16e commit 7c5ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/llama-cpp-cublas.srpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}/
Expand Down

0 comments on commit 7c5ad05

Please sign in to comment.