diff options
Diffstat (limited to 'llama.cpp.spec')
-rw-r--r-- | llama.cpp.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llama.cpp.spec b/llama.cpp.spec index 693137c..2c43e39 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} -%global llama_commitid b4016 +%global llama_commitid b4013 Name: llama.cpp -Version: 20240531 +Version: 20241102 Release: 2 License: MIT Summary: Port of English lagre model LLaMA implemented based on C/C++ @@ -10,8 +10,6 @@ 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 -Patch6000: backport-CVE-2024-41130.patch -Patch6001: backport-CVE-2024-42477-CVE-2024-42478-CVE-2024-42479.patch BuildRequires: gcc,gcc-c++,cmake |