summaryrefslogtreecommitdiff
path: root/llama.cpp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp.spec')
-rw-r--r--llama.cpp.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/llama.cpp.spec b/llama.cpp.spec
index ce7094f..8f05620 100644
--- a/llama.cpp.spec
+++ b/llama.cpp.spec
@@ -1,8 +1,8 @@
%define debug_package %{nil}
-%global llama_commitid b4013
+%global llama_commitid b4034
Name: llama.cpp
-Version: 20241102
+Version: 20241105
Release: 2
License: MIT
Summary: Port of English lagre model LLaMA implemented based on C/C++
@@ -30,7 +30,7 @@ popd
%install
pushd llama_builddir
%make_install
-mv %{buildroot}%{_prefix}/local/bin/llama-cli %{buildroot}%{_prefix}/local/bin/llama_cpp_main
+mv %{buildroot}%{_prefix}/local/bin/llama-cli %{buildroot}%{_prefix}/local/bin/llama_cpp_main
mv %{buildroot}%{_prefix}/local/bin/convert_hf_to_gguf.py %{buildroot}%{_prefix}/local/bin/llama_convert_hf_to_gguf.py
mv %{buildroot}%{_prefix}/local/* %{buildroot}%{_prefix}
mv %{buildroot}%{_prefix}/lib/pkgconfig/llama.pc %{buildroot}%{_prefix}