From 05b8569725b21017e4bc35f9cd0c71e5dc6996f7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 7 Nov 2024 03:05:25 +0000 Subject: automatic import of llama.cpp --- llama.cpp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llama.cpp.spec') 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} -- cgit v1.2.3