From 1599516f95a9819963d501c9f718d436d100b0da Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Tue, 28 May 2024 03:47:55 +0300 Subject: [PATCH] 20240527-alt1 - Update to b3012 (2024-05-27). --- .gear/llama.cpp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gear/llama.cpp.spec b/.gear/llama.cpp.spec index 15287678a..a4467df2d 100644 --- a/.gear/llama.cpp.spec +++ b/.gear/llama.cpp.spec @@ -4,7 +4,7 @@ %set_verify_elf_method strict Name: llama.cpp -Version: 20240225 +Version: 20240527 Release: alt1 Summary: Inference of LLaMA model in pure C/C++ License: MIT @@ -69,7 +69,6 @@ Overall this is all raw and EXPERIMENTAL, no warranty, no support. %cmake %cmake_build find -name '*.py' | xargs sed -i '1s|#!/usr/bin/env python3|#!%__python3|' -sed -i '1i\%__python3' convert-persimmon-to-gguf.py %install # Main format converter. @@ -85,7 +84,7 @@ cp -rp grammars -t %buildroot%_datadir/%name install -Dp examples/*.sh -t %buildroot%_datadir/%name/examples # Install and rename binaries to have llama- prefix. cd %_cmake__builddir/bin -find -maxdepth 1 -type f -executable -not -name 'test-*' -printf '%f\0' | +find -maxdepth 1 -type f -executable -not -name 'test-*' -printf '%%f\0' | xargs -0ti -n1 install -p {} %buildroot%_bindir/llama-{} mkdir -p %buildroot%_unitdir @@ -126,6 +125,9 @@ EOF %_datadir/%name %changelog +* Tue May 28 2024 Vitaly Chikunov 20240527-alt1 +- Update to b3012 (2024-05-27). + * Mon Feb 26 2024 Vitaly Chikunov 20240225-alt1 - Update to b2259 (2024-02-25).