%define debug_package %{nil} %global llama_commitid b4013 Name: llama.cpp Version: 20241102 Release: 2 License: MIT Summary: Port of English lagre model LLaMA implemented based on C/C++ URL: https://github.com/ggerganov/llama.cpp Source0: https://github.com/ggerganov/llama.cpp/archive/refs/tags/%{llama_commitid}.tar.gz BuildRequires: gcc,gcc-c++,cmake %description Port of English lagre model LLaMA implemented based on C/C++, it can be used for model dialogue based on local laptops. %prep %autosetup -b 0 -n %{name}-%{llama_commitid} -p1 %build mkdir llama_builddir pushd llama_builddir cmake .. %make_build popd %install pushd llama_builddir %make_install #mv %{buildroot}%{_prefix}/local/bin/main %{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} popd %files %{_bindir}/* %{_includedir}/* %{_libdir}/* %{_prefix}/llama.pc %changelog * Wed Aug 28 2024 zhoupengcheng - 20240531-2 - fix CVE-2024-42477,CVE-2024-42478,CVE-2024-42479.patch,CVE-2024-41130 * Fri Jun 21 2024 zhoupengcheng - 20240531-1 - update llama.cpp to b3051 * Tue May 14 2024 wangshuo - 20230815-4 - add loongarch64 support * Wed Sep 20 2023 zhoupengcheng - 20230815-3 - rename /usr/bin/convert.py - update long-term yum.repo in dockerfile * Tue Sep 19 2023 zhoupengcheng - 20230815-2 - add dockerfile * Wed Aug 16 2023 zhoupengcheng - 20230815-1 - Init package