From 1a101eb5ab001e09a51f97fb30510e329bd5f439 Mon Sep 17 00:00:00 2001 From: zhihang Date: Wed, 6 Nov 2024 09:35:22 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=9C=A8=20spec?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=BA=BA=E4=B8=BA=E5=88=B6=E9=80=A0?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E5=A4=84=E9=94=99=E8=AF=AF=EF=BC=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20AI=20review=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhihang --- llama.cpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp.spec b/llama.cpp.spec index 2b1e271..f9c494b 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -13,7 +13,7 @@ Source0: https://github.com/ggerganov/llama.cpp/archive/refs/tags/%{llama Patch6000: backport-CVE-2024-41130.patch Patch6001: backport-CVE-2024-42477-CVE-2024-42478-CVE-2024-42479.patch -BuildRequires: gcc,gcc-c++,cmake +BuildRequires: gcc,cmake %description Port of English lagre model LLaMA implemented based on C/C++, -- Gitee From 5ccf706b2baf5312412a147ccb94470e7ab4889d Mon Sep 17 00:00:00 2001 From: zhihang Date: Wed, 6 Nov 2024 10:39:34 +0000 Subject: [PATCH 2/2] update llama.cpp.spec. Signed-off-by: zhihang --- llama.cpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp.spec b/llama.cpp.spec index f9c494b..0ae00c1 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -13,7 +13,7 @@ Source0: https://github.com/ggerganov/llama.cpp/archive/refs/tags/%{llama Patch6000: backport-CVE-2024-41130.patch Patch6001: backport-CVE-2024-42477-CVE-2024-42478-CVE-2024-42479.patch -BuildRequires: gcc,cmake +BuildRequires: cmake %description Port of English lagre model LLaMA implemented based on C/C++, -- Gitee