Skip to content

Commit 7c5ad05

Browse files
authored
Rename LLAMA_CUBLAS flag to LLAMA_CUDA in fulfilment of the prophecy.
This is being changed in Make. ggml-org#6299
1 parent b06c16e commit 7c5ad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/llama-cpp-cublas.srpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CPU inference for Meta's Lllama2 models using default options.
3232
%setup -n llama.cpp-master
3333

3434
%build
35-
make -j LLAMA_CUBLAS=1
35+
make -j LLAMA_CUDA=1
3636

3737
%install
3838
mkdir -p %{buildroot}%{_bindir}/

0 commit comments

Comments
 (0)