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 --- .gitignore | 1 + llama.cpp.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2892dee..6985031 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /b4013.tar.gz +/b4034.tar.gz 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} diff --git a/sources b/sources index deb6250..ebaf774 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46374e9ef178e9163f0200ed7fe20343 b4013.tar.gz +1ee1b3192f6ed49bde3b4bb701b69635 b4034.tar.gz -- cgit v1.2.3